/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

[dir] body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
}

[dir] h1 {
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

[dir] a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

[dir] abbr[title] {
  border-bottom: none;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

[dir] img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 2 */
}

[dir] button,
[dir] input,
[dir] optgroup,
[dir] select,
[dir] textarea {
  /* 1 */
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

[dir] button::-moz-focus-inner,
[dir] [type='button']::-moz-focus-inner,
[dir] [type='reset']::-moz-focus-inner,
[dir] [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

[dir] fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 3 */
  white-space: normal; /* 1 */
}

[dir] legend {
  /* 1 */
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 2 */
}

[dir] [type='checkbox'],
[dir] [type='radio'] {
  /* 1 */
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --vh: 1vh;
  --banner-height: 0px;
  --focus-outline-offset: 1px;
}

.lv-list {
  list-style: none;
}

[dir] .lv-list {
  margin: 0;
  padding: 0;
}

.lv-gutters {
  box-sizing: border-box;
}

[dir] .lv-gutters {
  padding-left: 6.4vw;
  padding-right: 6.4vw;
}

@media screen and (min-width: 48rem) {
  [dir] .lv-gutters {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 64rem) {
  [dir] .lv-gutters {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}

@media screen and (min-width: 90rem) {
  [dir] .lv-gutters {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
}

.lv-gutters-small {
  box-sizing: border-box;
}

[dir] .lv-gutters-small {
  padding-left: 6.4vw;
  padding-right: 6.4vw;
}

@media screen and (min-width: 48rem) {
  [dir] .lv-gutters-small {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 64rem) {
  [dir] .lv-gutters-small {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}

@media screen and (min-width: 90rem) {
  [dir] .lv-gutters-small {
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}

.lv-medium-only {
  display: none;
}

@media screen and (min-width: 48rem) {
  .lv-medium-only {
    display: block;
  }
}

.lv-small-only {
  display: block;
}

@media screen and (min-width: 48rem) {
  .lv-small-only {
    display: none;
  }
}

.lv-fullheight {
  min-height: 100vh;
}

.lv-map {
  width: 100%;
  height: 100%;
}

.lv-map > div {
  height: 100%;
}

.lv-sticky > * {
  position: fixed !important;
  z-index: 3;
}

[dir] .lv-sticky > * {
  left: 0;
  right: 0;
}

html[dir] .nuxt-progress {
  left: 0 !important;
  right: auto !important;
}

@font-face {
  font-family: Louis Vuitton Web;
  src: url('./fonts/LouisVuitton-Light.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Web;
  src: url('./fonts/LouisVuitton-LightOblique.woff2') format('woff2'),
    url('./fonts/LouisVuitton-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Web;
  src: url('./fonts/LouisVuitton-Regular.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Web;
  src: url('./fonts/LouisVuitton-Oblique.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Oblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Web;
  src: url('./fonts/LouisVuitton-Medium.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Web;
  src: url('./fonts/LouisVuitton-MediumOblique.woff2') format('woff2'),
    url('./fonts/LouisVuitton-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Web;
  src: url('./fonts/LouisVuitton-Demi.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Demi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Web;
  src: url('./fonts/LouisVuitton-DemiOblique.woff2') format('woff2'),
    url('./fonts/LouisVuitton-DemiOblique.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Symbols Web;
  src: url('./fonts/LouisVuitton-Demi_logo.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Demi_logo.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Web;
  src: url('./fonts/LouisVuitton-Bold.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: tiredOfCourier;
  src: url('/fonts/tiredOfCourier.woff2') format('woff2'),
    url('/fonts/tiredOfCourier.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: CommercialScriptStd;
  src: url('/fonts/CommercialScriptStd.woff2') format('woff2'),
    url('/fonts/CommercialScriptStd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Cyrillic;
  src: url('./fonts/LouisVuitton-Cyrillic.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Cyrillic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Cyrillic;
  src: url('./fonts/LouisVuitton-CyrillicDemi.woff2') format('woff2'),
    url('./fonts/LouisVuitton-CyrillicDemi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Cyrillic;
  src: url('./fonts/LouisVuitton-CyrillicLight.woff2') format('woff2'),
    url('./fonts/LouisVuitton-CyrillicLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Arabic;
  src: url('/fonts/AvenirW05-Light.woff2') format('woff2'),
    url('/fonts/AvenirW05-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Arabic;
  src: url('/fonts/AvenirW05-Regular.woff2') format('woff2'),
    url('/fonts/AvenirW05-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Arabic;
  src: url('/fonts/AvenirW05-Medium.woff2') format('woff2'),
    url('/fonts/AvenirW05-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Arabic;
  src: url('/fonts/AvenirW05-Heavy.woff2') format('woff2'),
    url('/fonts/AvenirW05-Heavy.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Arabic;
  src: url('/fonts/AvenirW05-Black.woff2') format('woff2'),
    url('/fonts/AvenirW05-Black.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Chinese;
  src: url('./fonts/LouisVuitton-Light.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Chinese;
  src: url('./fonts/LouisVuitton-LightOblique.woff2') format('woff2'),
    url('./fonts/LouisVuitton-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Chinese;
  src: url('./fonts/LouisVuitton-Regular.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Chinese;
  src: url('./fonts/LouisVuitton-Oblique.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Oblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Chinese;
  src: url('./fonts/LouisVuitton-Medium.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Chinese;
  src: url('./fonts/LouisVuitton-MediumOblique.woff2') format('woff2'),
    url('./fonts/LouisVuitton-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Chinese;
  src: url('./fonts/LouisVuitton-Demi.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Demi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Chinese;
  src: url('./fonts/LouisVuitton-DemiOblique.woff2') format('woff2'),
    url('./fonts/LouisVuitton-DemiOblique.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Louis Vuitton Chinese;
  src: url('./fonts/LouisVuitton-Bold.woff2') format('woff2'),
    url('./fonts/LouisVuitton-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Louis Vuitton Web Fallback';
  font-style: normal;
  font-weight: 400;
  src: local('Arial');
  ascent-override: 117.88%;
  descent-override: 31.01%;
  line-gap-override: 0%;
  size-adjust: 86.61%;
}

.heading-xxl {
  font-size: 4rem;
  letter-spacing: 0.025rem;
  line-height: 4rem;
  font-weight: normal;
}

.heading-xxl.-light {
  color: #ffffff;
}

.heading-xxl.-dark {
  color: #000000;
}

.heading-xxl:lang(ko) {
  font-size: 2.6rem;
}

.heading-xxl:lang(zh) {
  font-size: 2.6rem;
}

.heading-xxl:lang(ja) {
  font-size: 2rem;
}

.heading-xxl:lang(ru) {
  font-size: 3.4rem;
}

.heading-xxl:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xxl:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xxl:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xxl:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xxl:lang(th) {
  word-break: break-word;
}

.heading-xxl:lang(vi) {
  line-height: 1.3;
}

.heading-xl {
  font-size: 3rem;
  letter-spacing: 0.025rem;
  line-height: 3.5rem;
  font-weight: normal;
}

.heading-xl.-light {
  color: #ffffff;
}

.heading-xl.-dark {
  color: #000000;
}

.heading-xl:lang(ko) {
  font-size: 1.95rem;
}

.heading-xl:lang(zh) {
  font-size: 1.95rem;
}

.heading-xl:lang(ja) {
  font-size: 1.5rem;
}

.heading-xl:lang(ru) {
  font-size: 2.55rem;
}

.heading-xl:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xl:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xl:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xl:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xl:lang(th) {
  word-break: break-word;
}

.heading-xl:lang(vi) {
  line-height: 1.3;
}

.heading-l {
  font-size: 2rem;
  letter-spacing: 0.025rem;
  line-height: 2.5rem;
  font-weight: normal;
}

.heading-l.-light {
  color: #ffffff;
}

.heading-l.-dark {
  color: #000000;
}

.heading-l:lang(ko) {
  font-size: 1.5rem;
}

.heading-l:lang(zh) {
  font-size: 1.5rem;
}

.heading-l:lang(ja) {
  font-size: 1.5rem;
}

.heading-l:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-l:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-l:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-l:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-l:lang(th) {
  word-break: break-word;
}

.heading-l:lang(vi) {
  line-height: 1.3;
}

.heading-m {
  font-size: 1.5rem;
  letter-spacing: 0.025rem;
  line-height: 1.75rem;
  font-weight: normal;
}

.heading-m.-light {
  color: #ffffff;
}

.heading-m.-dark {
  color: #000000;
}

.heading-m:lang(ko) {
  font-size: 1.35rem;
}

.heading-m:lang(zh) {
  font-size: 1.35rem;
}

.heading-m:lang(ja) {
  font-size: 1.2rem;
}

.heading-m:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-m:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-m:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-m:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-m:lang(th) {
  word-break: break-word;
}

.heading-m:lang(vi) {
  line-height: 1.3;
}

.heading-s {
  font-size: 1.125rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
}

.heading-s.-light {
  color: #ffffff;
}

.heading-s.-dark {
  color: #000000;
}

.heading-s:lang(ko) {
  font-size: 1.0125rem;
}

.heading-s:lang(zh) {
  font-size: 1.0125rem;
}

.heading-s:lang(ja) {
  font-size: 0.9rem;
}

.heading-s:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-s:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-s:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-s:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-s:lang(th) {
  word-break: break-word;
}

.heading-s:lang(vi) {
  line-height: 1.3;
}

.heading-xs {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.25rem;
  font-weight: normal;
}

.heading-xs.-light {
  color: #ffffff;
}

.heading-xs.-dark {
  color: #000000;
}

.heading-xs:lang(ko) {
  font-size: 0.9rem;
}

.heading-xs:lang(zh) {
  font-size: 0.9rem;
}

.heading-xs:lang(ja) {
  font-size: 0.8rem;
}

.heading-xs:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xs:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xs:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xs:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.heading-xs:lang(th) {
  word-break: break-word;
}

.heading-xs:lang(vi) {
  line-height: 1.3;
}

.list-label-m {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.25rem;
  font-weight: normal;
}

.list-label-m.-light {
  color: #ffffff;
}

.list-label-m.-dark {
  color: #000000;
}

.list-label-m:lang(ko) {
  font-size: 0.9rem;
}

.list-label-m:lang(zh) {
  font-size: 0.9rem;
}

.list-label-m:lang(ja) {
  font-size: 0.8rem;
}

.list-label-m:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.list-label-m:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.list-label-m:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.list-label-m:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.list-label-m:lang(th) {
  word-break: break-word;
}

.list-label-m:lang(vi) {
  line-height: 1.3;
}

.list-label-s {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  line-height: 1rem;
  font-weight: normal;
}

.list-label-s.-light {
  color: #ffffff;
}

.list-label-s.-dark {
  color: #000000;
}

.list-label-s:lang(ko) {
  font-size: 0.7875rem;
}

.list-label-s:lang(zh) {
  font-size: 0.7875rem;
}

.list-label-s:lang(ja) {
  font-size: 0.7rem;
}

.list-label-s:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.list-label-s:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.list-label-s:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.list-label-s:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.list-label-s:lang(th) {
  word-break: break-word;
}

.list-label-s:lang(vi) {
  line-height: 1.3;
}

.body-l {
  font-size: 1.5rem;
  letter-spacing: 0.025rem;
  line-height: 2rem;
  font-weight: normal;
}

.body-l.-light {
  color: #ffffff;
}

.body-l.-dark {
  color: #000000;
}

.body-l:lang(ko) {
  font-size: 1.35rem;
}

.body-l:lang(zh) {
  font-size: 1.35rem;
}

.body-l:lang(ja) {
  font-size: 1.2rem;
}

.body-l:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-l:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-l:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-l:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-l:lang(th) {
  word-break: break-word;
}

.body-l:lang(vi) {
  line-height: 1.3;
}

.body-m {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
}

.body-m.-light {
  color: #ffffff;
}

.body-m.-dark {
  color: #000000;
}

.body-m:lang(ko) {
  font-size: 0.9rem;
}

.body-m:lang(zh) {
  font-size: 0.9rem;
}

.body-m:lang(ja) {
  font-size: 0.8rem;
}

.body-m:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-m:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-m:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-m:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-m:lang(th) {
  word-break: break-word;
}

.body-m:lang(vi) {
  line-height: 1.3;
}

.body-s {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  line-height: 1.25rem;
  font-weight: normal;
}

.body-s.-light {
  color: #ffffff;
}

.body-s.-dark {
  color: #000000;
}

.body-s:lang(ko) {
  font-size: 0.7875rem;
}

.body-s:lang(zh) {
  font-size: 0.7875rem;
}

.body-s:lang(ja) {
  font-size: 0.7rem;
}

.body-s:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-s:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-s:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-s:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.body-s:lang(th) {
  word-break: break-word;
}

.body-s:lang(vi) {
  line-height: 1.3;
}

.overline {
  font-size: 0.625rem;
  letter-spacing: 0.0625rem;
  line-height: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}

.overline.-light {
  color: #ffffff;
}

.overline.-dark {
  color: #000000;
}

.overline:lang(zh) {
  font-size: 0.6875rem;
}

.overline:lang(ar) {
  font-size: 0.6875rem;
}

.overline:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.overline:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.overline:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.overline:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.overline:lang(th) {
  word-break: break-word;
}

.overline:lang(vi) {
  line-height: 1.3;
}

.lv-edito-title {
  font-size: 3rem;
  letter-spacing: 0.025rem;
  line-height: 3.5rem;
  font-weight: normal;
  color: #000000;
  color: #000000;
}

.lv-edito-title:lang(ko) {
  font-size: 1.95rem;
}

.lv-edito-title:lang(zh) {
  font-size: 1.95rem;
}

.lv-edito-title:lang(ja) {
  font-size: 1.5rem;
}

.lv-edito-title:lang(ru) {
  font-size: 2.55rem;
}

.lv-edito-title:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-edito-title:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-edito-title:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-edito-title:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-edito-title:lang(th) {
  word-break: break-word;
}

.lv-edito-title:lang(vi) {
  line-height: 1.3;
}

@media screen and (min-width: 48rem) {
  .lv-edito-title {
    font-size: 4rem;
    letter-spacing: 0.025rem;
    line-height: 4rem;
    font-weight: normal;
    color: #000000;
  }

  .lv-edito-title:lang(ko) {
    font-size: 2.6rem;
  }

  .lv-edito-title:lang(zh) {
    font-size: 2.6rem;
  }

  .lv-edito-title:lang(ja) {
    font-size: 2rem;
  }

  .lv-edito-title:lang(ru) {
    font-size: 3.4rem;
  }

  .lv-edito-title:lang(ja) {
    letter-spacing: 0;
    line-height: normal;
    font-style: normal;
  }

  .lv-edito-title:lang(zh) {
    letter-spacing: 0;
    line-height: normal;
    font-style: normal;
  }

  .lv-edito-title:lang(ko) {
    letter-spacing: 0;
    line-height: normal;
    font-style: normal;
  }

  .lv-edito-title:lang(th) {
    letter-spacing: 0;
    line-height: normal;
    font-style: normal;
  }

  .lv-edito-title:lang(th) {
    word-break: break-word;
  }

  .lv-edito-title:lang(vi) {
    line-height: 1.3;
  }
}

.-text-is-medium {
  font-weight: 500;
}

.-text-is-uppercase {
  text-transform: uppercase;
}

.-text-is-capitalize {
  text-transform: capitalize;
}

[dir] .-text-is-underline {
  box-shadow: 0 2px 0 -1px #000000;
}

.-text-is-strikethrough {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}

.-text-is-grey {
  color: #767676;
}

body {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: inherit;
  font-family: 'Louis Vuitton Web', 'Louis Vuitton Web Fallback', 'Helvetica Neue', 'Helvetica',
    Arial, sans-serif;
  color: #000000;
}

body:lang(ko) {
  font-size: 0.9rem;
}

body:lang(zh) {
  font-size: 0.9rem;
}

body:lang(ja) {
  font-size: 0.8rem;
}

body:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

body:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

body:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

body:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

body:lang(th) {
  word-break: break-word;
}

body:lang(vi) {
  line-height: 1.3;
}

body:lang(en) {
  quotes: '“' '“';
}

body:lang(en-US) {
  quotes: '“' '“';
}

body:lang(en-CA) {
  quotes: '“' '“';
}

body:lang(pt) {
  quotes: '“' '“';
}

body:lang(ko) {
  quotes: '“' '“';
}

body:lang(zh-Hans) {
  quotes: '“' '“';
}

body:lang(en-GB) {
  quotes: '‘' '’';
}

body:lang(zh-Hant) {
  quotes: '「' '」';
}

body:lang(en-HK) {
  quotes: '‘' '’';
}

body:lang(ja) {
  quotes: '「' '」';
}

body:lang(ru) {
  quotes: '«' '»';
}

body:lang(fr) {
  quotes: '«' '»';
}

body:lang(es) {
  quotes: '«' '»';
}

body:lang(it) {
  quotes: '«' '»';
}

body:lang(de) {
  quotes: '„' '“';
}

body:lang(vi) {
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}

body:lang(ja) {
  font-family: 'Louis Vuitton Web', 'Hiragino Kaku Gothic Pro W3', Motoya, Meiryo, 'MS PGothic';
}

body:lang(ko) {
  font-family: 'Louis Vuitton Web', 'Droid Sans Fallback', 'Malgun Gothic', Dotum, 'MS Gothic',
    Georgia;
}

body:lang(zh-Hans) {
  font-family: 'Louis Vuitton Chinese', 'STHeiti Light', 'STHeitiTC-Light', 'Droid Sans Fallback',
    'Microsoft YaHei', SimHei;
}

body:lang(zh-Hant) {
  font-family: 'Louis Vuitton Chinese', 'HeitiTC-Light', 'STHeitiTC-Light', 'Droid Sans Fallback',
    'Microsoft Jhenghei', 'Arial Unicode MS';
}

body:lang(ru) {
  font-family: 'Louis Vuitton Cyrillic', Arial;
}

body:lang(ar) {
  font-family: 'Louis Vuitton Web', 'Louis Vuitton Arabic', 'Geeza Pro', Arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

strong,
b {
  font-weight: 500;
}

button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}

[dir] button {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: inherit;
}

[dir] button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[dir] button:disabled {
  cursor: auto;
}

[dir] div[role='button'] {
  cursor: pointer;
}

.lv-chip-button,
.lv-button {
  -webkit-text-decoration: none;
  text-decoration: none;
}

[dir] .lv-chip-button,
[dir] .lv-button {
  border-radius: 100vmax;
  text-align: center;
  cursor: pointer;
}

[dir] .lv-chip-button:disabled,
[dir] .lv-button:disabled,
[dir] [disabled].lv-chip-button,
[dir] [disabled].lv-button {
  cursor: auto;
}

.lv-button {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.25rem;
  font-weight: normal;
  color: inherit;
  display: inline-block;
  box-sizing: border-box;
}

[dir] .lv-button {
  border: none;
  background: none;
  padding: 0.8125rem 2rem;
  transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    box-shadow 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    background 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    box-shadow 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lv-button:lang(ko) {
  font-size: 0.9rem;
}

.lv-button:lang(zh) {
  font-size: 0.9rem;
}

.lv-button:lang(ja) {
  font-size: 0.8rem;
}

.lv-button:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button:lang(th) {
  word-break: break-word;
}

.lv-button:lang(vi) {
  line-height: 1.3;
}

.lv-button.-size-m {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  line-height: 1rem;
  font-weight: normal;
  color: inherit;
}

[dir] .lv-button.-size-m {
  padding: 0.75rem 1.5rem;
}

.lv-button.-size-m:lang(ko) {
  font-size: 0.7875rem;
}

.lv-button.-size-m:lang(zh) {
  font-size: 0.7875rem;
}

.lv-button.-size-m:lang(ja) {
  font-size: 0.7rem;
}

.lv-button.-size-m:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button.-size-m:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button.-size-m:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button.-size-m:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button.-size-m:lang(th) {
  word-break: break-word;
}

.lv-button.-size-m:lang(vi) {
  line-height: 1.3;
}

.lv-button.-size-s {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  line-height: 1rem;
  font-weight: normal;
  color: inherit;
}

[dir] .lv-button.-size-s {
  padding: 0.5rem 1rem;
}

.lv-button.-size-s:lang(ko) {
  font-size: 0.7875rem;
}

.lv-button.-size-s:lang(zh) {
  font-size: 0.7875rem;
}

.lv-button.-size-s:lang(ja) {
  font-size: 0.7rem;
}

.lv-button.-size-s:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button.-size-s:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button.-size-s:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button.-size-s:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-button.-size-s:lang(th) {
  word-break: break-word;
}

.lv-button.-size-s:lang(vi) {
  line-height: 1.3;
}

.lv-button.-primary {
  color: #ffffff;
}

[dir] .lv-button.-primary {
  background-color: #000000;
  border: 1px solid #000000;
}

.lv-button.-primary:lang(th) {
  line-height: normal;
}

.lv-button.-primary:not(:disabled) {
  --focus-outline-offset: -6px;
}

.keyboard-is-used .lv-button.-primary:not(:disabled):focus {
  color: #000000;
}

[dir] .keyboard-is-used .lv-button.-primary:not(:disabled):focus {
  background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine), (-moz-touch-enabled: 0), (-webkit-hover: hover) {
  .lv-button.-primary:not(:disabled):hover {
    color: #000000;
  }

  [dir] .lv-button.-primary:not(:disabled):hover {
    background-color: #ffffff;
  }
}

.lv-button.-primary.-light {
  color: #000000;
}

[dir] .lv-button.-primary.-light {
  background-color: #ffffff;
  border-color: #ffffff;
}

.keyboard-is-used .lv-button.-primary.-light:not(:disabled):focus {
  color: #ffffff;
}

[dir] .keyboard-is-used .lv-button.-primary.-light:not(:disabled):focus {
  background-color: #000000;
}

@media (hover: hover) and (pointer: fine), (-moz-touch-enabled: 0), (-webkit-hover: hover) {
  .lv-button.-primary.-light:not(:disabled):hover {
    color: #ffffff;
  }

  [dir] .lv-button.-primary.-light:not(:disabled):hover {
    background-color: #000000;
  }
}

.lv-button.-primary:disabled,
.lv-button.-primary[disabled] {
  color: #767676;
}

[dir] .lv-button.-primary:disabled,
[dir] .lv-button.-primary[disabled] {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}

.lv-button.-secondary {
  color: #000000;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

[dir] .lv-button.-secondary {
  border: 1px solid #000000;
  background-color: rgba(255, 255, 255, 0.2);
}

[dir] .-enhanced-contrast .lv-button.-secondary {
  background-color: rgba(255, 255, 255, 0.6);
}

.lv-button.-secondary:lang(th) {
  line-height: normal;
}

.lv-button.-secondary:not(:disabled) {
  --focus-outline-offset: -6px;
}

@media (hover: hover) and (pointer: fine), (-moz-touch-enabled: 0), (-webkit-hover: hover) {
  [dir] .lv-button.-secondary:not(:disabled):hover {
    box-shadow: inset 0 0 0 1px #000000;
  }
}

.lv-button.-secondary:disabled,
.lv-button.-secondary[disabled] {
  color: #767676;
}

[dir] .lv-button.-secondary:disabled,
[dir] .lv-button.-secondary[disabled] {
  border-color: #767676;
}

.lv-button.-secondary.-light {
  color: #ffffff;
}

[dir] .lv-button.-secondary.-light {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
}

[dir] .-enhanced-contrast .lv-button.-secondary.-light {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (hover: hover) and (pointer: fine), (-moz-touch-enabled: 0), (-webkit-hover: hover) {
  [dir] .lv-button.-secondary.-light:not(:disabled):hover {
    box-shadow: inset 0 0 0 1px #ffffff;
  }
}

.lv-button.-secondary.-light:disabled,
.lv-button.-secondary.-light[disabled] {
  color: #767676;
}

[dir] .lv-button.-secondary.-light:disabled,
[dir] .lv-button.-secondary.-light[disabled] {
  background-color: #f8f8f8;
}

.lv-button.-fullwidth {
  width: 100%;
}

[dir] .lv-button.-inline {
  border-radius: 0.25rem;
}

[dir='ltr'] .lv-button.-with-icon .lv-icon:not(:last-child) {
  margin-right: 0.5rem;
}

[dir='rtl'] .lv-button.-with-icon .lv-icon:not(:last-child) {
  margin-left: 0.5rem;
}

.lv-button.-only-icon {
  box-sizing: content-box;
}

[dir] .lv-button.-only-icon {
  padding: 1rem;
}

[dir] .lv-button.-only-icon.-size-s {
  padding: 0.75rem;
}

.lv-button.-with-icon,
.lv-button.-only-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.lv-button.-with-icon .lv-icon,
.lv-button.-only-icon .lv-icon {
  width: 1rem;
  height: 1rem;
}

.-size-m.lv-button.-with-icon .lv-icon,
.-size-m.lv-button.-only-icon .lv-icon,
.-size-s.lv-button.-with-icon .lv-icon,
.-size-s.lv-button.-only-icon .lv-icon {
  width: 0.75rem;
  height: 0.75rem;
}

.lv-chip-button {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  line-height: 1rem;
  font-weight: normal;
  color: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
}

[dir] .lv-chip-button {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #e1e1e1;
  border-radius: 0.25rem;
  transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    box-shadow 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    background 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lv-chip-button:lang(ko) {
  font-size: 0.7875rem;
}

.lv-chip-button:lang(zh) {
  font-size: 0.7875rem;
}

.lv-chip-button:lang(ja) {
  font-size: 0.7rem;
}

.lv-chip-button:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-chip-button:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-chip-button:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-chip-button:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-chip-button:lang(th) {
  word-break: break-word;
}

.lv-chip-button:lang(vi) {
  line-height: 1.3;
}

.lv-chip-button .lv-icon {
  width: 1rem;
  height: 1rem;
}

[dir='ltr'] .lv-chip-button .lv-icon {
  margin-left: 0.5rem;
}

[dir='rtl'] .lv-chip-button .lv-icon {
  margin-right: 0.5rem;
}

[dir] .lv-chip-button.-square {
  border-width: 0;
  border-radius: 0;
}

.lv-chip-button.-dark {
  color: #ffffff;
}

[dir] .lv-chip-button.-dark {
  background-color: #000000;
  border: none;
}

.keyboard-is-used .lv-chip-button.-dark:not(:disabled):focus {
  color: #000000;
}

[dir] .keyboard-is-used .lv-chip-button.-dark:not(:disabled):focus {
  background-color: #e1e1e1;
}

@media (hover: hover) and (pointer: fine), (-moz-touch-enabled: 0), (-webkit-hover: hover) {
  .lv-chip-button.-dark:not(:disabled):hover {
    color: #000000;
  }

  [dir] .lv-chip-button.-dark:not(:disabled):hover {
    background-color: #e1e1e1;
  }
}

.lv-chip-button.-dark:disabled,
.lv-chip-button.-dark[disabled] {
  color: rgba(255, 255, 255, 0.4);
}

.lv-chip-button.-light {
  color: #000000;
}

[dir] .lv-chip-button.-light {
  background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine), (-moz-touch-enabled: 0), (-webkit-hover: hover) {
  [dir] .lv-chip-button.-light:not(:disabled):hover {
    background-color: #f8f8f8;
  }
}

[dir] .keyboard-is-used .lv-chip-button.-light:not(:disabled):focus {
  background-color: #e1e1e1;
}

[dir] .lv-chip-button.-light:active,
[dir] .lv-chip-button.-light.-active {
  background-color: #efefef;
}

.lv-chip-button.-light:disabled,
.lv-chip-button.-light[disabled] {
  color: rgba(0, 0, 0, 0.4);
}

[dir] .lv-chip-button.-active {
  cursor: auto;
}

input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'] {
  box-sizing: border-box;
  height: 3rem;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  line-height: 3rem;
  width: 100%;
}

[dir] input[type='email'],
[dir] input[type='password'],
[dir] input[type='search'],
[dir] input[type='tel'],
[dir] input[type='text'] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 0 1rem;
}

input[type='email']:lang(ja),
input[type='password']:lang(ja),
input[type='search']:lang(ja),
input[type='tel']:lang(ja),
input[type='text']:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']:lang(zh),
input[type='password']:lang(zh),
input[type='search']:lang(zh),
input[type='tel']:lang(zh),
input[type='text']:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']:lang(ko),
input[type='password']:lang(ko),
input[type='search']:lang(ko),
input[type='tel']:lang(ko),
input[type='text']:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']:lang(th),
input[type='password']:lang(th),
input[type='search']:lang(th),
input[type='tel']:lang(th),
input[type='text']:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']:lang(th),
input[type='password']:lang(th),
input[type='search']:lang(th),
input[type='tel']:lang(th),
input[type='text']:lang(th) {
  word-break: break-word;
}

input[type='email']:lang(vi),
input[type='password']:lang(vi),
input[type='search']:lang(vi),
input[type='tel']:lang(vi),
input[type='text']:lang(vi) {
  line-height: 1.3;
}

input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='text']::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  opacity: 0.7;
  line-height: 3rem;
}

input[type='email']::placeholder,
input[type='password']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='text']::placeholder {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  opacity: 0.7;
  line-height: 3rem;
}

input[type='email']::-moz-placeholder:lang(ja),
input[type='password']::-moz-placeholder:lang(ja),
input[type='search']::-moz-placeholder:lang(ja),
input[type='tel']::-moz-placeholder:lang(ja),
input[type='text']::-moz-placeholder:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']::placeholder:lang(ja),
input[type='password']::placeholder:lang(ja),
input[type='search']::placeholder:lang(ja),
input[type='tel']::placeholder:lang(ja),
input[type='text']::placeholder:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']::-moz-placeholder:lang(zh),
input[type='password']::-moz-placeholder:lang(zh),
input[type='search']::-moz-placeholder:lang(zh),
input[type='tel']::-moz-placeholder:lang(zh),
input[type='text']::-moz-placeholder:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']::placeholder:lang(zh),
input[type='password']::placeholder:lang(zh),
input[type='search']::placeholder:lang(zh),
input[type='tel']::placeholder:lang(zh),
input[type='text']::placeholder:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']::-moz-placeholder:lang(ko),
input[type='password']::-moz-placeholder:lang(ko),
input[type='search']::-moz-placeholder:lang(ko),
input[type='tel']::-moz-placeholder:lang(ko),
input[type='text']::-moz-placeholder:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']::placeholder:lang(ko),
input[type='password']::placeholder:lang(ko),
input[type='search']::placeholder:lang(ko),
input[type='tel']::placeholder:lang(ko),
input[type='text']::placeholder:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']::-moz-placeholder:lang(th),
input[type='password']::-moz-placeholder:lang(th),
input[type='search']::-moz-placeholder:lang(th),
input[type='tel']::-moz-placeholder:lang(th),
input[type='text']::-moz-placeholder:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']::placeholder:lang(th),
input[type='password']::placeholder:lang(th),
input[type='search']::placeholder:lang(th),
input[type='tel']::placeholder:lang(th),
input[type='text']::placeholder:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

input[type='email']::-moz-placeholder:lang(th),
input[type='password']::-moz-placeholder:lang(th),
input[type='search']::-moz-placeholder:lang(th),
input[type='tel']::-moz-placeholder:lang(th),
input[type='text']::-moz-placeholder:lang(th) {
  word-break: break-word;
}

input[type='email']::placeholder:lang(th),
input[type='password']::placeholder:lang(th),
input[type='search']::placeholder:lang(th),
input[type='tel']::placeholder:lang(th),
input[type='text']::placeholder:lang(th) {
  word-break: break-word;
}

input[type='email']::-moz-placeholder:lang(vi),
input[type='password']::-moz-placeholder:lang(vi),
input[type='search']::-moz-placeholder:lang(vi),
input[type='tel']::-moz-placeholder:lang(vi),
input[type='text']::-moz-placeholder:lang(vi) {
  line-height: 1.3;
}

input[type='email']::placeholder:lang(vi),
input[type='password']::placeholder:lang(vi),
input[type='search']::placeholder:lang(vi),
input[type='tel']::placeholder:lang(vi),
input[type='text']::placeholder:lang(vi) {
  line-height: 1.3;
}

input[type='email']:lang(ja),
input[type='password']:lang(ja),
input[type='search']:lang(ja),
input[type='tel']:lang(ja),
input[type='text']:lang(ja) {
  line-height: 3rem;
}

input[type='email']:lang(zh),
input[type='password']:lang(zh),
input[type='search']:lang(zh),
input[type='tel']:lang(zh),
input[type='text']:lang(zh) {
  line-height: 3rem;
}

input[type='email']:lang(ko),
input[type='password']:lang(ko),
input[type='search']:lang(ko),
input[type='tel']:lang(ko),
input[type='text']:lang(ko) {
  line-height: 3rem;
}

input[type='email']:lang(th),
input[type='password']:lang(th),
input[type='search']:lang(th),
input[type='tel']:lang(th),
input[type='text']:lang(th) {
  line-height: 3rem;
}

input[type='email']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus {
  outline: none;
}

[dir] input[type='email']:focus,
[dir] input[type='password']:focus,
[dir] input[type='search']:focus,
[dir] input[type='tel']:focus,
[dir] input[type='text']:focus {
  box-shadow: none;
  border-color: #000000;
}

[dir] .-enhanced-contrast input[type='email']:focus,
[dir] .keyboard-is-used input[type='email']:focus,
[dir] .-enhanced-contrast input[type='password']:focus,
[dir] .keyboard-is-used input[type='password']:focus,
[dir] .-enhanced-contrast input[type='search']:focus,
[dir] .keyboard-is-used input[type='search']:focus,
[dir] .-enhanced-contrast input[type='tel']:focus,
[dir] .keyboard-is-used input[type='tel']:focus,
[dir] .-enhanced-contrast input[type='text']:focus,
[dir] .keyboard-is-used input[type='text']:focus {
  box-shadow: inset 0 0 0 1px #000000;
}

[dir] input[type='email']:hover:not(:disabled),
[dir] input[type='password']:hover:not(:disabled),
[dir] input[type='search']:hover:not(:disabled),
[dir] input[type='tel']:hover:not(:disabled),
[dir] input[type='text']:hover:not(:disabled) {
  border-color: #767676;
}

input[type='email']:disabled,
input[type='password']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='text']:disabled {
  opacity: 0.4;
}

[dir] .-enhanced-contrast input[type='email'],
[dir] .-enhanced-contrast input[type='password'],
[dir] .-enhanced-contrast input[type='search'],
[dir] .-enhanced-contrast input[type='tel'],
[dir] .-enhanced-contrast input[type='text'] {
  border-color: #767676;
}

[dir] .-enhanced-contrast input[type='email']:focus,
[dir] .-enhanced-contrast input[type='password']:focus,
[dir] .-enhanced-contrast input[type='search']:focus,
[dir] .-enhanced-contrast input[type='tel']:focus,
[dir] .-enhanced-contrast input[type='text']:focus {
  border-color: #000000;
}

[dir] .error input[type='email']:not(:focus),
[dir] .error input[type='password']:not(:focus),
[dir] .error input[type='search']:not(:focus),
[dir] .error input[type='tel']:not(:focus),
[dir] .error input[type='text']:not(:focus) {
  border-color: #c53929;
}

textarea {
  box-sizing: border-box;
  height: 3rem;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  font-weight: 500;
  line-height: normal;
  min-height: 6rem;
  width: 100%;
}

[dir] textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 1rem 1rem;
}

textarea:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea:lang(th) {
  word-break: break-word;
}

textarea:lang(vi) {
  line-height: 1.3;
}

textarea::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  opacity: 0.7;
}

textarea::placeholder {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  opacity: 0.7;
}

textarea::-moz-placeholder:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea::placeholder:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea::-moz-placeholder:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea::placeholder:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea::-moz-placeholder:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea::placeholder:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea::-moz-placeholder:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea::placeholder:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

textarea::-moz-placeholder:lang(th) {
  word-break: break-word;
}

textarea::placeholder:lang(th) {
  word-break: break-word;
}

textarea::-moz-placeholder:lang(vi) {
  line-height: 1.3;
}

textarea::placeholder:lang(vi) {
  line-height: 1.3;
}

textarea:focus {
  outline: none;
}

[dir] textarea:focus {
  box-shadow: none;
  border-color: #000000;
}

[dir] .-enhanced-contrast textarea:focus,
[dir] .keyboard-is-used textarea:focus {
  box-shadow: inset 0 0 0 1px #000000;
}

[dir] textarea:hover:not(:disabled) {
  border-color: #767676;
}

textarea:disabled {
  opacity: 0.4;
}

[dir] .-enhanced-contrast textarea {
  border-color: #767676;
}

[dir] .-enhanced-contrast textarea:focus {
  border-color: #000000;
}

[dir] .error textarea:not(:focus) {
  border-color: #c53929;
}

.lv-select {
  position: relative;
}

[dir] .lv-select {
  background: #ffffff;
}

.lv-select .lv-icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  z-index: 1;
  top: 50%;
}

[dir] .lv-select .lv-icon {
  transform: translateY(-50%);
}

[dir='ltr'] .lv-select .lv-icon {
  right: 1rem;
}

[dir='rtl'] .lv-select .lv-icon {
  left: 1rem;
}

.lv-select select {
  box-sizing: border-box;
  height: 3rem;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.25rem;
  font-weight: normal;
  color: #000000;
  width: 100%;
  font-weight: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}

[dir] .lv-select select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: transparent;
}

[dir='ltr'] .lv-select select {
  padding: 0 2rem 0 1rem;
}

[dir='rtl'] .lv-select select {
  padding: 0 1rem 0 2rem;
}

.lv-select select:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select:lang(th) {
  word-break: break-word;
}

.lv-select select:lang(vi) {
  line-height: 1.3;
}

.lv-select select::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  opacity: 0.7;
}

.lv-select select::placeholder {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  opacity: 0.7;
}

.lv-select select::-moz-placeholder:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select::placeholder:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select::-moz-placeholder:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select::placeholder:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select::-moz-placeholder:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select::placeholder:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select::-moz-placeholder:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select::placeholder:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.lv-select select::-moz-placeholder:lang(th) {
  word-break: break-word;
}

.lv-select select::placeholder:lang(th) {
  word-break: break-word;
}

.lv-select select::-moz-placeholder:lang(vi) {
  line-height: 1.3;
}

.lv-select select::placeholder:lang(vi) {
  line-height: 1.3;
}

.lv-select select:lang(ja) {
  line-height: 3rem;
}

.lv-select select:lang(zh) {
  line-height: 3rem;
}

.lv-select select:lang(ko) {
  line-height: 3rem;
}

.lv-select select:lang(th) {
  line-height: 3rem;
}

.lv-select select:focus {
  outline: none;
}

[dir] .lv-select select:focus {
  box-shadow: none;
  border-color: #000000;
}

[dir] .-enhanced-contrast .lv-select select:focus,
[dir] .keyboard-is-used .lv-select select:focus {
  box-shadow: inset 0 0 0 1px #000000;
}

[dir] .lv-select select:hover:not(:disabled) {
  border-color: #767676;
}

.lv-select select:disabled {
  opacity: 0.4;
}

[dir] .-enhanced-contrast .lv-select select {
  border-color: #767676;
}

[dir] .-enhanced-contrast .lv-select select:focus {
  border-color: #000000;
}

[dir] .error .lv-select select:not(:focus) {
  border-color: #c53929;
}

.field-label {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  line-height: 1rem;
  font-weight: normal;
  color: inherit;
}

[dir] .field-label {
  margin: 0 0 0.5rem;
}

.field-label:lang(ko) {
  font-size: 0.7875rem;
}

.field-label:lang(zh) {
  font-size: 0.7875rem;
}

.field-label:lang(ja) {
  font-size: 0.7rem;
}

.field-label:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.field-label:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.field-label:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.field-label:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.field-label:lang(th) {
  word-break: break-word;
}

.field-label:lang(vi) {
  line-height: 1.3;
}

.error .field-label {
  color: #c53929;
}

.error-msg {
  font-size: 0.875rem;
  letter-spacing: 0.025rem;
  line-height: 1rem;
  font-weight: normal;
  color: inherit;
  color: #c53929;
}

.error-msg:lang(ko) {
  font-size: 0.7875rem;
}

.error-msg:lang(zh) {
  font-size: 0.7875rem;
}

.error-msg:lang(ja) {
  font-size: 0.7rem;
}

.error-msg:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.error-msg:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.error-msg:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.error-msg:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.error-msg:lang(th) {
  word-break: break-word;
}

.error-msg:lang(vi) {
  line-height: 1.3;
}

.text-field-readonly {
  box-sizing: border-box;
  height: 3rem;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  line-height: 3rem;
  width: 100%;
  pointer-events: none;
}

[dir] .text-field-readonly {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: border 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 0 1rem;
}

.text-field-readonly:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly:lang(th) {
  word-break: break-word;
}

.text-field-readonly:lang(vi) {
  line-height: 1.3;
}

.text-field-readonly::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  opacity: 0.7;
  line-height: 3rem;
}

.text-field-readonly::placeholder {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000000;
  opacity: 0.7;
  line-height: 3rem;
}

.text-field-readonly::-moz-placeholder:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly::placeholder:lang(ja) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly::-moz-placeholder:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly::placeholder:lang(zh) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly::-moz-placeholder:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly::placeholder:lang(ko) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly::-moz-placeholder:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly::placeholder:lang(th) {
  letter-spacing: 0;
  line-height: normal;
  font-style: normal;
}

.text-field-readonly::-moz-placeholder:lang(th) {
  word-break: break-word;
}

.text-field-readonly::placeholder:lang(th) {
  word-break: break-word;
}

.text-field-readonly::-moz-placeholder:lang(vi) {
  line-height: 1.3;
}

.text-field-readonly::placeholder:lang(vi) {
  line-height: 1.3;
}

.text-field-readonly:lang(ja) {
  line-height: 3rem;
}

.text-field-readonly:lang(zh) {
  line-height: 3rem;
}

.text-field-readonly:lang(ko) {
  line-height: 3rem;
}

.text-field-readonly:lang(th) {
  line-height: 3rem;
}

.text-field-readonly:focus {
  outline: none;
}

[dir] .text-field-readonly:focus {
  box-shadow: none;
  border-color: #000000;
}

[dir] .-enhanced-contrast .text-field-readonly:focus,
[dir] .keyboard-is-used .text-field-readonly:focus {
  box-shadow: inset 0 0 0 1px #000000;
}

[dir] .text-field-readonly:hover:not(:disabled) {
  border-color: #767676;
}

.text-field-readonly:disabled {
  opacity: 0.4;
}

[dir] .-enhanced-contrast .text-field-readonly {
  border-color: #767676;
}

[dir] .-enhanced-contrast .text-field-readonly:focus {
  border-color: #000000;
}

[dir] .error .text-field-readonly:not(:focus) {
  border-color: #c53929;
}

input[type='search'] {
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a {
  color: #000000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a.lv-link {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
}

button.lv-link {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

[dir] button.lv-link {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.lv-link.-underlined {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #000000;
}

[dir] .lv-link.-underlined {
  box-shadow: 0 2px 0 -1px currentColor;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine), (-moz-touch-enabled: 0), (-webkit-hover: hover) {
  .lv-link.-underlined:hover {
    color: rgba(0, 0, 0, 0.6);
  }
}

.keyboard-is-used .lv-link.-underlined:focus {
  color: rgba(0, 0, 0, 0.6);
}

.lv-link.-underlined:disabled {
  color: rgba(0, 0, 0, 0.4);
}

[dir] .lv-link.-underlined:disabled {
  cursor: auto;
}

a:focus,
button:focus,
[role='button']:focus,
[role='link']:focus {
  outline: 0;
}

.keyboard-is-used a:focus,
.keyboard-is-used button:focus,
.keyboard-is-used [role='button']:focus,
.keyboard-is-used [role='link']:focus {
  outline: 2px solid;
  outline-offset: 1px;
  outline-offset: var(--focus-outline-offset);
}

.visually-hidden,
.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.skiplink {
  position: absolute;
  top: 0;
  z-index: 10;
}

[dir] .skiplink {
  background: #ffffff;
  padding: 0.25rem 1rem;
  transform: translate(0, -100%);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[dir='ltr'] .skiplink {
  left: 0;
}

[dir='rtl'] .skiplink {
  right: 0;
}

[dir] .skiplink:focus {
  transform: translate(0, 0);
}

.expand-enter-active,
.expand-leave-active {
  will-change: height;
}

[dir] .expand-enter-active,
[dir] .expand-leave-active {
  transition: height 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[dir] .no-transition {
  transition: none !important;
}

.header-image-fade-enter-active,
.header-image-fade-leave-active {
  opacity: 1;
}

[dir] .header-image-fade-enter-active,
[dir] .header-image-fade-leave-active {
  transition: opacity 0.3s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header-image-fade-enter,
.header-image-fade-leave-to {
  opacity: 0;
}

[dir] .header-image-fade-enter,
[dir] .header-image-fade-leave-to {
  transition: opacity 0.3s 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

[dir] .slide-up-enter-active,
[dir] .slide-up-leave-active {
  transition: transform 0.5s;
}

[dir] .slide-up-enter,
[dir] .slide-up-leave-to {
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

[dir] .slide-up-enter-to,
[dir] .slide-up-leave {
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[dir] .slide-right-enter,
[dir] .slide-right-leave-to {
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

[dir='ltr'] .slide-right-enter,
[dir='ltr'] .slide-right-leave-to {
  transform: translateX(100%);
}

[dir='rtl'] .slide-right-enter,
[dir='rtl'] .slide-right-leave-to {
  transform: translateX(-100%);
}

[dir] .slide-right-enter-to,
[dir] .slide-right-leave {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[dir] .slide-down-enter,
[dir] .slide-down-leave-to {
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

[dir] .slide-down-enter-to,
[dir] .slide-down-leave {
  transform: translateY(0%);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.fade-panel-enter,
.fade-panel-leave-to {
  opacity: 0;
}

[dir] .fade-panel-enter,
[dir] .fade-panel-leave-to {
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.fade-panel-enter-to,
.fade-panel-leave {
  opacity: 1;
}

[dir] .fade-panel-enter-to,
[dir] .fade-panel-leave {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[dir] .fade-enter-active,
[dir] .fade-leave-active {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

[dir] .step-enter-active,
[dir] .step-leave-active {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[dir] .step-enter-active {
  transition-delay: 0.3s;
}

.step-enter,
.step-leave-to {
  opacity: 0;
}

[dir] .scale-enter-active,
[dir] .scale-leave-active {
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

[dir] .scale-enter,
[dir] .scale-leave-to {
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.placeholder-square {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-square::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-square::before {
  padding-top: calc(100% / 1);
}

.placeholder-square > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-square > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-square > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-square > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

.placeholder-landscape {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-landscape::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-landscape::before {
  padding-top: calc(100% / 1.777);
}

.placeholder-landscape > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-landscape > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-landscape > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-landscape > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

.placeholder-portrait {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-portrait::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-portrait::before {
  padding-top: calc(100% / 0.8);
}

.placeholder-portrait > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-portrait > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-portrait > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-portrait > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

.placeholder-skinny {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-skinny::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-skinny::before {
  padding-top: calc(100% / 0.5);
}

.placeholder-skinny > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-skinny > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-skinny > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-skinny > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

.placeholder-slim {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-slim::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-slim::before {
  padding-top: calc(100% / 0.666);
}

.placeholder-slim > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-slim > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-slim > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-slim > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

.placeholder-di1 {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-di1::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-di1::before {
  padding-top: calc(100% / 2);
}

.placeholder-di1 > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-di1 > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-di1 > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-di1 > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

.placeholder-di2 {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-di2::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-di2::before {
  padding-top: calc(100% / 1);
}

.placeholder-di2 > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-di2 > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-di2 > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-di2 > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

.placeholder-die {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-die::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-die::before {
  padding-top: calc(100% / 4);
}

.placeholder-die > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-die > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-die > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-die > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

.placeholder-di3 {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-di3::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-di3::before {
  padding-top: calc(100% / 1.777);
}

.placeholder-di3 > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-di3 > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-di3 > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-di3 > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

.placeholder-dif {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-dif::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-dif::before {
  padding-top: calc(100% / 2.625);
}

.placeholder-dif > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-dif > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-dif > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-dif > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

.placeholder-dii {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-dii::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-dii::before {
  padding-top: calc(100% / 0.8);
}

.placeholder-dii > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-dii > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-dii > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-dii > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

.placeholder-di4 {
  display: block;
  position: relative;
  overflow: hidden;
}

.placeholder-di4::before {
  display: block;
  content: '';
  width: 100%;
}

[dir] .placeholder-di4::before {
  padding-top: calc(100% / 0.562);
}

.placeholder-di4 > *:not(button):not(.lv-loader):not(.lv-nosized) {
  position: absolute;
  top: 0;
  width: 100%;
}

[dir] .placeholder-di4 > *:not(button):not(.lv-loader):not(.lv-nosized) {
  left: 0;
  right: 0;
}

.placeholder-di4 > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  top: 50%;
}

[dir] .placeholder-di4 > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
  transform: translateY(-50%);
}

@media screen and (min-width: 48rem) {
  .placeholder-square-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-square-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-square-desktop::before {
    padding-top: calc(100% / 1);
  }

  .placeholder-square-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-square-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-square-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-square-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }

  .placeholder-landscape-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-landscape-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-landscape-desktop::before {
    padding-top: calc(100% / 1.777);
  }

  .placeholder-landscape-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-landscape-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-landscape-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-landscape-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }

  .placeholder-portrait-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-portrait-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-portrait-desktop::before {
    padding-top: calc(100% / 0.8);
  }

  .placeholder-portrait-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-portrait-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-portrait-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-portrait-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }

  .placeholder-skinny-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-skinny-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-skinny-desktop::before {
    padding-top: calc(100% / 0.5);
  }

  .placeholder-skinny-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-skinny-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-skinny-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-skinny-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }

  .placeholder-slim-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-slim-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-slim-desktop::before {
    padding-top: calc(100% / 0.666);
  }

  .placeholder-slim-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-slim-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-slim-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-slim-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }

  .placeholder-di1-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-di1-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-di1-desktop::before {
    padding-top: calc(100% / 2);
  }

  .placeholder-di1-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-di1-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-di1-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-di1-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }

  .placeholder-di2-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-di2-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-di2-desktop::before {
    padding-top: calc(100% / 1);
  }

  .placeholder-di2-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-di2-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-di2-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-di2-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }

  .placeholder-die-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-die-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-die-desktop::before {
    padding-top: calc(100% / 4);
  }

  .placeholder-die-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-die-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-die-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-die-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }

  .placeholder-di3-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-di3-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-di3-desktop::before {
    padding-top: calc(100% / 1.777);
  }

  .placeholder-di3-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-di3-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-di3-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-di3-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }

  .placeholder-dif-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-dif-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-dif-desktop::before {
    padding-top: calc(100% / 2.625);
  }

  .placeholder-dif-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-dif-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-dif-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-dif-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }

  .placeholder-dii-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-dii-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-dii-desktop::before {
    padding-top: calc(100% / 0.8);
  }

  .placeholder-dii-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-dii-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-dii-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-dii-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }

  .placeholder-di4-desktop {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .placeholder-di4-desktop::before {
    display: block;
    content: '';
    width: 100%;
  }

  [dir] .placeholder-di4-desktop::before {
    padding-top: calc(100% / 0.562);
  }

  .placeholder-di4-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  [dir] .placeholder-di4-desktop > *:not(button):not(.lv-loader):not(.lv-nosized) {
    left: 0;
    right: 0;
  }

  .placeholder-di4-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    top: 50%;
  }

  [dir] .placeholder-di4-desktop > *:not(button):not(.lv-loader):not(.lv-nosized).-v-align {
    transform: translateY(-50%);
  }
}

html[dir][dir='rtl'] .-mirrored {
  transform: scale(-1, 1);
}

html[dir][dir='rtl'] .-mirrored-cancel {
  transform: scale(1, 1);
}

/** Layout minimal style for demo */

.lv-header {
  position: relative;
  z-index: 7;
}
.lv-header__main {
  position: relative;
}
.lv-header__container {
  display: flex;
  position: relative;
  height: 3.5rem;
  z-index: 1;
}
@media screen and (min-width: 48rem) {
  .lv-header__container {
    height: 5.5rem;
  }
}

.lv-header__logo {
  display: flex;
  align-items: center;
  width: 9.625rem;
  position: absolute;
  top: 0;
}
[dir] .lv-header__logo {
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
@media screen and (min-width: 48rem) {
  .lv-header__logo {
    width: 14.1875rem;
  }
}
.lv-logo__wrap {
  display: block;
  height: 100%;
  width: 100%;
}
[dir] .lv-logo__wrap {
  margin: 0;
}
.lv-logo svg {
  width: 100%;
  height: 100%;
}
.lv-logo path {
  fill: currentColor;
}

.lv-default-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  --header-height: 3.5rem;
}
@media screen and (min-width: 48rem) {
  .lv-default-layout {
    --header-height: 5.5rem;
  }
}

.lv-default-layout__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
}
[dir] .-header-is-immersive .lv-default-layout__content {
  margin-top: calc(var(--header-height) * -1);
}
.lv-default-layout__content > *:not(.notnuxt) {
  flex: 1 0 auto;
  width: 100%;
}
.lv-default-layout__footer {
  flex: 0 0 auto;
}
.lv-default-layout__header {
  z-index: 7;
}
.lv-default-layout__banners {
  z-index: 9;
}
.lv-default-layout__backdrop {
  z-index: 4;
}
.lv-default-layout.-scroll-lock .lv-default-layout__banners {
  z-index: 7;
}

.lv-loader {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lv-loader circle {
  stroke: #767676;
  stroke-dasharray: 132;
  fill: transparent;
}
[dir] .lv-loader circle {
  transform-origin: 50% 50%;
  animation: spinner 2s linear infinite;
}
[dir='ltr'] .lv-loader circle {
  transform: rotate(-90deg);
}
[dir='rtl'] .lv-loader circle {
  transform: rotate(90deg);
}
.lv-loader.-static {
  position: static;
}
[dir] .lv-loader.-static {
  transform: none;
}
.lv-loader.-inverted circle {
  stroke: #ffffff;
}
.lv-loader.-black circle {
  stroke: #000000;
}
.lv-loader.-small-s {
  width: 0.75rem;
  height: 0.75rem;
}
.lv-loader.-small {
  width: 1rem;
  height: 1rem;
}
