@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

#js-jw-player-preview {
  visibility: hidden;
}

#js-list-player {
  border-radius: 3px;
  overflow: hidden;
}

#js-list-player .jw-controlbar {
  padding: 6px 12px 6px 6px !important;
}

#js-list-player .jw-icon-fullscreen,
#js-list-player .jw-icon-volume {
  display: none !important;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
   * active/hover state.
   */
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 {
  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: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

select {
  width: 100%;
  border-radius: 3px;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #258faf;
}

a img {
  border: 0;
}

hr {
  max-width: 62.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 3px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

.show-for-print {
  display: none !important;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 3px;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}

.input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(198, 15, 19, 0.1);
  border-color: #c60f13;
}

.is-invalid-label {
  color: #c60f13;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
}

.form-error.is-visible {
  display: block;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  max-width: none;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  min-width: 1160px;
  font-family: Arial, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  color: #333;
}

a {
  color: #009de1;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 0;
}

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

ul ul, li ul, ol ul {
  margin-left: 0;
}

ul {
  margin-left: 0;
}

.top-bar ul {
  background-color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  margin-bottom: 0;
}

dl {
  margin-bottom: 0;
}

dl dt,
dl dd {
  margin-bottom: 0;
}

label, legend {
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}

[type="checkbox"] + label,
[type="radio"] + label, [type="checkbox"] + legend,
[type="radio"] + legend {
  margin: 0;
}

label.middle {
  margin-bottom: 0;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  height: 2.8rem;
  padding: .75rem 1rem;
  border-color: #ccc;
  margin: 0;
  color: #333;
  background-color: #f8f8f8;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}

[type=color]:focus, [type=color]:hover, [type=date]:focus, [type=date]:hover, [type=datetime-local]:focus, [type=datetime-local]:hover, [type=datetime]:focus, [type=datetime]:hover, [type=email]:focus, [type=email]:hover, [type=month]:focus, [type=month]:hover, [type=number]:focus, [type=number]:hover, [type=password]:focus, [type=password]:hover, [type=search]:focus, [type=search]:hover, [type=tel]:focus, [type=tel]:hover, [type=text]:focus, [type=text]:hover, [type=time]:focus, [type=time]:hover, [type=url]:focus, [type=url]:hover, [type=week]:focus, [type=week]:hover, textarea:focus, textarea:hover {
  border: 1px solid #009de1;
  background-color: #fefefe;
  outline: none;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]: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, textarea:focus {
  box-shadow: 0 0 5px #cacaca;
}

[type=color].is-error, [type=date].is-error, [type=datetime-local].is-error, [type=datetime].is-error, [type=email].is-error, [type=month].is-error, [type=number].is-error, [type=password].is-error, [type=search].is-error, [type=tel].is-error, [type=text].is-error, [type=time].is-error, [type=url].is-error, [type=week].is-error, textarea.is-error {
  border-color: #e10066;
}

[type=color]:disabled, [type=date]:disabled, [type=datetime-local]:disabled, [type=datetime]: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, textarea:disabled {
  background-color: #fff;
  border-color: #ccc;
  color: #999;
  opacity: .5;
}

select {
  height: 44px;
  margin-bottom: 0;
  padding: .75rem 1rem;
  padding-right: 1.8rem;
  border-color: #ccc;
  color: #333;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

select.is-error {
  border-color: #e10066;
}

select:disabled {
  background-color: #fff;
  border-color: #ccc;
  color: #999;
  opacity: .5;
}

blockquote,
blockquote p {
  color: #333;
}

blockquote {
  margin: 0;
  border-left: none;
}

.row {
  max-width: none;
}

.row.is-fixed {
  width: 1160px;
  max-width: none;
}

.row .row {
  width: auto;
}

.row.is-no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.row.is-no-gutter .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.is-narrow {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

.row.is-narrow .columns {
  padding-left: .75rem;
  padding-right: .75rem;
}

.row.is-narrow-ss {
  margin-left: -.25rem;
  margin-right: -.25rem;
}

.row.is-narrow-ss .columns {
  padding-left: .25rem;
  padding-right: .25rem;
}

.row.is-narrow-s {
  margin-left: -.375rem;
  margin-right: -.375rem;
}

.row.is-narrow-s .columns {
  padding-left: .375rem;
  padding-right: .375rem;
}

.row.is-narrow-l {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.row.is-narrow-l .columns {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.columns,
.column {
  padding-left: 1rem;
  padding-right: 1rem;
}

.top-bar input {
  max-width: none;
  margin-right: 0;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.v1--parallax {
  position: relative;
  padding-top: 260px;
}

.v1--parallax .v1-artist-cover img {
  width: 100%;
  min-width: 1160px;
}

.v1--parallax .v1-artist-cover__top {
  position: fixed;
  z-index: -1;
  width: 100%;
}

.v1--parallax .v1-artist-cover__bottom {
  position: absolute;
  z-index: 0;
  bottom: 530px;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.v1--parallax .v1-artist-cover__bottom > img {
  position: absolute;
  bottom: 0;
}

.v1--parallax .v1-page {
  position: relative;
  padding-top: 0;
  padding-bottom: 0 !important;
}

.v1--parallax .v1-contents {
  padding-top: 2rem;
  padding-bottom: 80px;
  margin-bottom: 160px;
}

.v1--parallax .v1-global-footer {
  position: relative;
}

.v1--parallax.v1--artist-type-A {
  padding-top: 460px;
}

.v1--parallax.v1--artist-type-C {
  padding-top: 300px;
}

.v1--artist-preview .v1-global-header {
  top: 44px;
}

.v1--artist-preview .v1-close-bar {
  position: fixed;
  z-index: 18;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e3eb00;
}

.v1--artist-preview .v1-close-bar p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1--artist-preview .v1-close-bar__inner {
  position: relative;
  margin: 0 auto;
  padding: .75rem 0;
  max-height: 44px;
  width: 1160px;
}

.v1--artist-preview .v1-close-bar__button {
  position: absolute;
  top: 0;
  height: 44px;
  line-height: 44px;
  right: 0;
}

.v1--artist-type-C .v1-artist-cover:after {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #000;
}

.v1--artist-type-C .v1-artist-cover img {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.v1-page {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  min-width: 1160px;
}

.v1-page--top {
  padding-top: 0;
}

.v1-page--top .v1-main {
  position: relative;
  z-index: 2;
}

.v1-page--top .v1-global-header {
  z-index: 3;
  min-width: 950px;
  background-color: rgba(36, 42, 49, 0);
  border-bottom-color: transparent;
}

.v1-page--top .v1-header-nav .v1-header-nav__list-item--login {
  border-left-width: 0;
}

.v1-page--top-login .v1-contents {
  padding-top: 2rem;
}

.v1-page--top-login .v1-main {
  padding-top: 0;
}

.v1-page--mypage .v1-main {
  padding-top: .0;
}

.v1-page--register-form .v1-contents, .v1-page--edit-artist .v1-contents, .v1-page--release-register .v1-contents, .v1-page--contact-form .v1-contents {
  padding-top: 2.5rem;
}

.v1-page--edit-artist .v1-contents__sub {
  padding-top: 0px;
}

.v1-page--artist-list .v1-contents {
  padding-top: 2rem;
}

.v1-page--artist-list .v1-contents__sub:before {
  top: 24px;
}

.v1-page--artist-list .v1-card {
  padding-bottom: 14px;
  background-color: #242a31;
}

.v1-page--artist-list .v1-card__item + .v1-page--artist-list .v1-card__item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.v1-page--artist-list .v1-card__thumbnail {
  position: relative;
  height: 172px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.v1-page--artist-list .v1-card__thumbnail > a {
  display: block;
  position: absolute;
  height: 172px;
  bottom: 0;
  left: 0;
  color: #ffffff;
  z-index: 1;
}

.v1-page--artist-list .v1-card__thumbnail > a:before, .v1-page--artist-list .v1-card__thumbnail > a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
}

.v1-page--artist-list .v1-card__thumbnail > a:before {
  height: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 33%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 33%, transparent);
}

.v1-page--artist-list .v1-card__thumbnail > a:after {
  height: 100%;
}

.v1-page--artist-list .v1-card__thumbnail > a:hover .v1-card__title {
  text-decoration: underline;
}

.v1-page--artist-list .v1-card__thumbnail > a:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-page--artist-list .v1-card__thumbnail > a > img {
  position: relative;
  top: -56px;
}

.v1-page--artist-list .v1-card__thumbnail .v1-icon-set {
  position: relative;
  z-index: 4;
  top: 144px;
  bottom: 0;
  max-width: 100px;
  margin: 0 auto;
}

.v1-page--artist-list .v1-card__title {
  position: absolute;
  bottom: 26px;
  z-index: 2;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: color ease-out .25s;
  transition: color ease-out .25s;
}

.v1-page--artist-list .v1-card__label {
  padding: 16px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #191d22;
}

.v1-page--artist-list .v1-card__label span {
  margin-left: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ccc;
}

.v1-page--artist-list .v1-card .v1-media {
  position: relative;
  padding: 10px 24px;
  background: #242a31;
}

.v1-page--artist-list .v1-card .v1-media:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-page--artist-list .v1-card .v1-media:hover {
  text-decoration: none;
  background-color: #1d2227;
}

.v1-page--artist-list .v1-card .v1-media__thumbnail {
  margin-right: 1rem;
  width: 58px;
  float: left;
  position: relative;
}

.v1-page--artist-list .v1-card .v1-media__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background ease-out .25s;
  transition: background ease-out .25s;
}

.v1-page--artist-list .v1-card .v1-media__thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -224px -104px;
  width: 32px;
  height: 32px;
}

.v1-page--artist-list .v1-card .v1-media__thumbnail:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-page--artist-list .v1-card .v1-media__thumbnail:hover:after {
  opacity: 1;
}

.v1-page--artist-list .v1-card .v1-media__thumbnail.is-active:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-page--artist-list .v1-card .v1-media__thumbnail.is-active:after {
  font-family: FontAwesome;
  content: "\f04c";
  opacity: 1;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}

.v1-page--artist-list .v1-card .v1-media__text {
  min-height: 60px;
  padding-left: 74px;
}

.v1-page--artist-list .v1-card .v1-media__title {
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-page--artist-list .v1-card .v1-media__title > a {
  color: #ffffff;
}

.v1-page--artist-list .v1-card .v1-media__title > a:hover {
  color: #009de1;
}

.v1-page--artist-list .v1-card .v1-media .v1-icon-set {
  position: absolute;
  bottom: 10px;
  left: 98px;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1--artist-type-A .v1-page .v1-section-header.has-line,
.v1--artist-type-B .v1-page .v1-section-header.has-line,
.v1--artist-type-C .v1-page .v1-section-header.has-line {
  padding-top: 0;
  padding-bottom: 1rem;
}

.v1--artist-type-A .v1-page .v1-section-header.has-line .v1-local-nav__item > a.is-current:before,
.v1--artist-type-B .v1-page .v1-section-header.has-line .v1-local-nav__item > a.is-current:before,
.v1--artist-type-C .v1-page .v1-section-header.has-line .v1-local-nav__item > a.is-current:before {
  bottom: -17px;
}

.v1--artist-type-A .v1-page .v1-section-header.has-line .v1-local-nav__item + .v1-local-nav__item,
.v1--artist-type-B .v1-page .v1-section-header.has-line .v1-local-nav__item + .v1-local-nav__item,
.v1--artist-type-C .v1-page .v1-section-header.has-line .v1-local-nav__item + .v1-local-nav__item {
  margin-left: 27px;
}

.v1--artist-type-A .v1-page .v1-section-header.has-line--light,
.v1--artist-type-C .v1-page .v1-section-header.has-line--light {
  border-color: #eee;
}

.v1--artist-type-A .v1-page .v1-section-header--row .v1-local-nav,
.v1--artist-type-C .v1-page .v1-section-header--row .v1-local-nav {
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.v1--artist-type-A .v1-page .v1-section-header--row .v1-local-nav__item > a.is-current:before,
.v1--artist-type-C .v1-page .v1-section-header--row .v1-local-nav__item > a.is-current:before {
  bottom: -25px;
}

.v1--artist-type-A .v1-page .v1-sidebar .v1-num-set__name, .v1--artist-type-A .v1-page .v1-sidebar .v1-num-set__number {
  color: #bbb;
}

.v1--artist-type-A .v1-page .v1-sidebar .v1-side-social {
  margin-bottom: -1.25rem;
}

.v1--artist-type-A .v1-page .v1-sidebar .v1-side-social .column,
.v1--artist-type-A .v1-page .v1-sidebar .v1-side-social .columns {
  margin-bottom: 1.25rem;
}

.v1--artist-type-A .v1-page .v1-sidebar .v1-side-social .column:last-child:not(:first-child), .v1--artist-type-A .v1-page .v1-sidebar .v1-side-social .column:last-child:not(:first-child),
.v1--artist-type-A .v1-page .v1-sidebar .v1-side-social .columns:last-child:not(:first-child),
.v1--artist-type-A .v1-page .v1-sidebar .v1-side-social .columns:last-child:not(:first-child) {
  float: left;
}

.v1--artist-type-A .v1-page .v1-sidebar .v1-side-social p {
  line-height: 1.1;
}

.v1--artist-type-A .v1-page .v1-playlist__foot {
  padding-left: 1rem;
}

.v1--artist-type-A .v1-page .v1-playlist__view-all {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1--artist-type-A .v1-page .v1-playlist__view-all > a {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.v1--artist-type-C .v1-page .v1-contents__main {
  width: 862px;
}

.v1--artist-type-C .v1-page .v1-contents__sub {
  width: 298px;
}

.v1--artist-type-C .v1-page .v1-contents__sub:before {
  background: #fff;
}

.v1--artist-type-C .v1-page .v1-sidebar .v1-divider {
  border-color: #eee;
}

.v1--artist-type-C .v1-page .v1-contents__main {
  padding-right: 0;
}

.v1--artist-type-C .v1-page .v1-track__row {
  background-color: #242a31;
}

.v1--artist-type-C .v1-page .v1-track__row:hover {
  background-color: #1d2227;
}

.v1--artist-type-C .v1-page .v1-track__title > a, .v1--artist-type-C .v1-page .v1-track__artist-name, .v1--artist-type-C .v1-page .v1-track__time {
  color: #fff;
}

.v1--artist-type-C .v1-page .v1-track__title > a {
  display: inline-block;
}

.v1--artist-type-C .v1-page .v1-track.is-active {
  padding-bottom: 0;
}

.v1--artist-type-B .v1-page {
  background-color: #000000;
}

.v1--artist-type-B .v1-page .v1-contents {
  padding-top: 2rem;
}

.v1--artist-type-B .v1-page .v1-main {
  background-color: #000000;
}

.v1--artist-type-B .v1-page .v1-section-header.has-line {
  border-bottom-width: 0;
}

.v1--artist-type-B .v1-page .v1-section-header.has-line .v1-local-nav__item > a {
  color: #eee;
}

.v1--artist-type-B .v1-page .v1-section-header.has-line .v1-local-nav__item > a.is-current, .v1--artist-type-B .v1-page .v1-section-header.has-line .v1-local-nav__item > a:hover {
  color: #009de1;
}

.v1--artist-type-B .v1-page .v1-section-header__inner {
  padding-left: 1.5rem;
}

.v1--artist-type-B .v1-page .v1-section-header .v1-heading,
.v1--artist-type-B .v1-page .v1-section-header p {
  color: #999;
}

.v1--artist-type-B .v1-page .v1-section-header .v1-heading > a,
.v1--artist-type-B .v1-page .v1-section-header p > a {
  color: #ffffff;
}

.v1--artist-type-B .v1-page .v1-subnav__item > a {
  color: #ffffff;
}

.v1--artist-type-B .v1-page .v1-subnav__item > a.is-current {
  color: #999;
}

.v1--artist-type-B .v1-page .v1-artist-overview__head {
  position: relative;
  background: center no-repeat;
  background-size: 100% auto;
  padding-top: 426px;
}

.v1--artist-type-B .v1-page .v1-artist-overview__head:after {
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 100%);
}

.v1--artist-type-B .v1-page .v1-artist-overview__status {
  position: absolute;
  bottom: 8px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.v1--artist-type-B .v1-page .v1-artist-overview__status .v1-num-set {
  display: inline-block;
  margin: 1rem;
}

.v1--artist-type-B .v1-page .v1-artist-overview__status .v1-num-set,
.v1--artist-type-B .v1-page .v1-artist-overview__status .v1-num-set__name {
  color: #ffffff;
}

.v1--artist-type-B .v1-page .v1-artist-overview__body {
  padding: 32px;
  background-color: #242a31;
}

.v1--artist-type-B .v1-page .v1-artist-overview__body .v1-media {
  font-size: 0;
}

.v1--artist-type-B .v1-page .v1-artist-overview__body .v1-media > * {
  display: inline-block;
  vertical-align: middle;
}

.v1--artist-type-B .v1-page .v1-artist-overview__body .v1-media .v1-avatar {
  width: 120px;
  margin-right: 32px;
}

.v1--artist-type-B .v1-page .v1-artist-overview__body .v1-media__textset {
  width: 352px;
}

.v1--artist-type-B .v1-page .v1-artist-overview__body .v1-media__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
}

.v1--artist-type-B .v1-page .v1-artist-overview__body .v1-media__title + .v1-media__category {
  margin-top: 4px;
}

.v1--artist-type-B .v1-page .v1-artist-overview__body .v1-media__category {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ccc;
}

.v1--artist-type-B .v1-page .v1-artist-overview__body .v1-media__category + .v1-media__description {
  margin-top: .75rem;
}

.v1--artist-type-B .v1-page .v1-artist-overview__body .v1-media__description {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
}

.v1--artist-type-B .v1-page .v1-artist-overview__foot {
  padding: 1.5rem 2rem;
  background-color: #191d22;
}

.v1--artist-type-B .v1-page .v1-artist-overview .v1-share {
  margin-bottom: -1.25rem;
}

.v1--artist-type-B .v1-page .v1-artist-overview .v1-share .column,
.v1--artist-type-B .v1-page .v1-artist-overview .v1-share .columns {
  margin-bottom: 1.25rem;
}

.v1--artist-type-B .v1-page .v1-artist-overview .v1-share .column:last-child:not(:first-child), .v1--artist-type-B .v1-page .v1-artist-overview .v1-share .column:last-child:not(:first-child),
.v1--artist-type-B .v1-page .v1-artist-overview .v1-share .columns:last-child:not(:first-child),
.v1--artist-type-B .v1-page .v1-artist-overview .v1-share .columns:last-child:not(:first-child) {
  float: left;
}

.v1--artist-type-B .v1-page .v1-artist-overview .v1-share p {
  line-height: 1;
}

.v1--artist-type-B .v1-page .v1-card {
  padding-bottom: 0;
}

.v1--artist-type-B .v1-page .v1-card + .v1-card {
  margin-top: 1rem;
}

.v1--artist-type-B .v1-page .v1-card__head {
  padding: 1.5rem;
}

.v1--artist-type-B .v1-page .v1-card__head .v1-partition-container__main {
  width: 324px;
}

.v1--artist-type-B .v1-page .v1-card__head .v1-partition-container__sub {
  width: 166px;
}

.v1--artist-type-B .v1-page .v1-card__head .v1-music-overview .v1-heading, .v1--artist-type-B .v1-page .v1-card__head .v1-music-overview__info {
  color: #fff;
}

.v1--artist-type-B .v1-page .v1-card__head .v1-music-overview .v1-heading > a,
.v1--artist-type-B .v1-page .v1-card__head .v1-music-overview__info > a {
  color: #fff;
}

.v1--artist-type-B .v1-page .v1-card__head .v1-music-overview .v1-heading > a:hover,
.v1--artist-type-B .v1-page .v1-card__head .v1-music-overview__info > a:hover {
  text-decoration: underline;
}

.v1--artist-type-B .v1-page .v1-card--color-1 .v1-card__head {
  background-color: #000000;
}

.v1--artist-type-B .v1-page .v1-card--color-2 .v1-card__head {
  background-color: #ff3c71;
}

.v1--artist-type-B .v1-page .v1-card--color-3 .v1-card__head {
  background-color: #a60000;
}

.v1--artist-type-B .v1-page .v1-card--color-4 .v1-card__head {
  background-color: #680000;
}

.v1--artist-type-B .v1-page .v1-card--color-5 .v1-card__head {
  background-color: #392467;
}

.v1--artist-type-B .v1-page .v1-playlist__body .v1-list__item {
  border-bottom: 1px solid #3b3f43;
}

.v1--artist-type-B .v1-page .v1-playlist__body .v1-list__item:first-child {
  border-top-width: 0;
}

.v1--artist-type-B .v1-page .v1-playlist__body .v1-list__item:last-child {
  border-bottom-width: 0;
}

.v1--artist-type-B .v1-page .v1-playlist__foot {
  padding: 0;
}

.v1--artist-type-B .v1-page .v1-playlist__view-all > a {
  display: block;
  padding: 1rem;
  background-color: #191d22;
  color: #999;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1--artist-type-B .v1-page .v1-playlist--with-player .v1-playlist__body {
  max-height: 160px;
  overflow: hidden;
}

.v1--artist-type-B .v1-page .v1-playlist--with-player.is-active .v1-playlist__body {
  max-height: none;
  overflow: visible;
}

.v1--artist-type-B .v1-page .v1-track__num:after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 3px;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border-radius: 50%;
}

.v1--artist-type-B .v1-page .v1-track__row {
  background-color: #242a31;
}

.v1--artist-type-B .v1-page .v1-track__row:hover {
  background-color: #1d2227;
}

.v1--artist-type-B .v1-page .v1-track__row:hover .v1-track__num:after {
  display: block;
}

.v1--artist-type-B .v1-page .v1-track__title {
  width: 240px;
}

.v1--artist-type-B .v1-page .v1-track__title > a {
  display: inline-block;
}

.v1--artist-type-B .v1-page .v1-track__title > a, .v1--artist-type-B .v1-page .v1-track__artist-name, .v1--artist-type-B .v1-page .v1-track__time,
.v1--artist-type-B .v1-page .v1-track .v1-icon-set--plain a,
.v1--artist-type-B .v1-page .v1-track .v1-icon-set--plain .fa {
  color: #ffffff;
}

.v1--artist-type-B .v1-page .v1-track.is-active {
  padding-bottom: 0;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__row {
  padding: .5rem 1rem;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__thumbnail {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__thumbnail > a {
  display: block;
  position: relative;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__thumbnail > a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background ease-out .25s;
  transition: background ease-out .25s;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__thumbnail > a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -224px -104px;
  width: 32px;
  height: 32px;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__thumbnail > a:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__thumbnail > a:hover:after {
  opacity: 1;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__thumbnail > a.is-active:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__thumbnail > a.is-active:after {
  font-family: FontAwesome;
  content: "\f04c";
  opacity: 1;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__title {
  width: 540px;
  padding-left: 16px;
  font-weight: bold;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__title > a {
  display: inline;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__title > a:hover {
  color: #009de1;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__artist-name {
  width: 250px;
  vertical-align: middle;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track__time {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: right;
  width: 65px;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track .v1-icon-set {
  text-align: right;
}

.v1--artist-type-B .v1-page .v1-container--artist-top-single .v1-track .v1-icon-set__item + .v1-icon-set__item {
  margin-left: 1.125rem;
}

.v1--artist-type-B .v1-page .v1-movie-list__item {
  width: 272px;
  margin: 0 24px 0 0;
  float: left;
}

.v1--artist-type-B .v1-page .v1-movie-list__item:nth-child(even) {
  margin-right: 0;
}

.v1--artist-type-B .v1-page .v1-movie-list__item > a {
  color: #ffffff;
}

.v1--artist-preview .v1-page .v1-global-header:after {
  content: "";
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.v1--artist-preview .v1-page .v1-section-header .v1-local-nav {
  position: relative;
  height: 25px;
  z-index: 20;
}

.v1--artist-preview .v1-page .v1-section-header .v1-local-nav__list {
  position: absolute;
  top: 0;
}

.v1-page--ranking .v1-rank-grid .v1-media__text {
  padding-left: 1rem;
}

.v1-page--ranking .v1-rank-grid .v1-media__title {
  word-break: break-all;
}

.v1-page--ranking .v1-rank-grid .v1-media__subtitle {
  color: #999;
}

.v1-page--ranking .v1-rank-grid .row .columns {
  width: 25%;
  border-color: #eee;
}

.v1-page--ranking .v1-contents__sub {
  padding-left: 0;
}

.v1-page--ranking .v1-contents__sub:before {
  display: none;
}

.v1-page--ranking .v1-track__row:hover {
  background: #fff;
}

.v1-page--contact-form .v1-input-group label {
  font-weight: bold;
}

.v1-page--contact-form .v1-form .columns {
  padding-right: 0;
}

.v1-page--register-form .v1-form__fieldset, .v1-page--contact-form .v1-form__fieldset {
  width: 512px;
}

.v1-page--register-form .v1-form__fieldset + .v1-divider, .v1-page--contact-form .v1-form__fieldset + .v1-divider {
  margin-bottom: 1.5rem;
}

.v1-page--register-form .v1-form__fieldset .v1-balloon, .v1-page--contact-form .v1-form__fieldset .v1-balloon {
  right: -118px;
  max-width: 196px;
}

.v1-page--register-form .v1-section, .v1-page--contact-form .v1-section {
  padding-left: .5rem;
}

.v1-page--register-form .v1-page-header .columns, .v1-page--contact-form .v1-page-header .columns {
  padding-left: 1.5rem;
}

.v1-main {
  background-color: #fff;
}

.v1-subnav + .v1-section {
  margin-top: 1.875rem;
}

.v1-contents {
  width: 1160px;
  margin: 0 auto;
  padding-top: 1rem;
  margin-bottom: 0px;
  min-width: 1160px;
}

.v1-contents:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-contents__main {
  position: relative;
  width: 860px;
  padding-right: 2rem;
  float: left;
}

.v1-contents__sub + .v1-contents__main {
  padding-right: 0;
}

.v1-contents__main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 1px;
  background-color: #eee;
}

.v1-contents__sub {
  position: relative;
  width: 300px;
  float: right;
  padding-left: 2rem;
}

.v1-contents__sub:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #eee;
}

.v1-partition-container:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-partition-container__sub {
  float: left;
  width: 200px;
  margin-right: 24px;
}

.v1-partition-container__main {
  width: 604px;
  float: right;
}

.v1-modal .v1-partition-container__main {
  width: 412px;
}

.v1-form__fieldset .v1-partition-container .v1-partition-container__main {
  width: 256px;
}

.v1-grid {
  font-size: 0;
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.v1-grid__item {
  font-size: inherit;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  padding-right: .5rem;
  padding-left: .5rem;
}

.v1-grid--5col .v1-grid__item {
  width: 20%;
}

.v1-grid--4col .v1-grid__item {
  width: 25%;
}

.v1-menu {
  display: table;
}

.v1-menu__item {
  display: table-cell;
  vertical-align: middle;
}

.v1-menu__item > a:not(.v1-button) {
  display: block;
  padding: .7rem 1rem;
  line-height: 1;
}

.v1-menu--vertical {
  display: block;
}

.v1-menu--vertical .v1-menu__item {
  display: block;
}

.v1-menu--vertical .v1-menu__item > a {
  display: block;
}

.v1-note {
  display: block;
  color: #666;
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
  text-indent: -1em;
  padding-left: 1em;
}

.v1-heading {
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-heading--exsmall {
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-heading--small {
  font-size: 16px;
  font-size: 1rem;
}

.v1-heading--medium {
  font-size: 20px;
  font-size: 1.25rem;
}

.v1-site-logo {
  line-height: 1;
}

.v1-copyright {
  padding-top: 30px;
  border-top: 1px solid #8f7e7e;
}

.v1-copyright__text > small {
  color: #8f7e7e;
  font-size: 11px;
  font-size: 0.6875rem;
}

.v1-button {
  display: inline-block;
  text-align: center;
  min-height: 44px;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 1em 1.5rem;
  color: #fefefe;
  background-color: #009de1;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: background-color .25s, color, .25s, border-color .25s ease-in-out;
  transition: background-color .25s, color, .25s, border-color .25s ease-in-out;
}

.v1-button:hover, .v1-button:focus {
  color: #fefefe;
  background-color: #007fc3;
  text-decoration: none;
}

.v1-button--secondary {
  background-color: #81cc00;
  border-color: #81cc00;
  color: #fff;
}

.v1-button--secondary:hover, .v1-button--secondary:focus {
  background-color: #6db800;
  border-color: #6db800;
}

.v1-button--hollow {
  background-color: #ffffff;
  border-color: #ccc;
  color: #009de1;
}

.v1-button--hollow:hover, .v1-button--hollow:focus {
  background-color: #ffffff;
  border-color: #009de1;
  color: #009de1;
}

.v1-button--flow {
  border-radius: 4px;
  color: #999;
  background-color: #fff;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}

.v1-button--flow.v1-button.is-disabled {
  cursor: default;
  background-color: #fff;
  color: #999;
}

.v1-button--full {
  width: 100%;
}

.v1-button--adjust {
  line-height: 22px;
  padding-top: .675em;
  padding-bottom: .675em;
}

.v1-button--small {
  min-height: 28px;
  padding: .5em 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-button.is-disabled, .v1-button:disabled {
  background-color: #ccc;
  color: #fff;
}

.v1-button.js-toggle-check.is-checked {
  color: #ccc;
  border-color: #ccc;
  cursor: default;
}

.v1-button.js-toggle-check.is-checked:hover {
  color: #ccc;
}

.v1-button.js-toggle-check.is-checked:hover .fa, .v1-button.js-toggle-check.is-checked:hover .icon {
  color: #ccc;
}

.v1-button.js-toggle-check.is-checked .fa, .v1-button.js-toggle-check.is-checked .icon {
  color: #ccc;
}

.v1-button.js-toggle-check.is-checked.focus-set .fa {
  -webkit-animation: expand-icon ease-out .5s;
          animation: expand-icon ease-out .5s;
}

@-webkit-keyframes expand-icon {
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #009de1;
  }
}

@keyframes expand-icon {
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #009de1;
  }
}

.v1-overlay {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-icon {
  display: inline-block;
  vertical-align: middle;
}

.v1-icon--facebook-24 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: 0px -274px;
  width: 12px;
  height: 24px;
}

.v1-icon--twitter-24 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -278px -195px;
  width: 22px;
  height: 24px;
}

.v1-icon--yahoo-24 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: 0px -240px;
  width: 32px;
  height: 24px;
}

.v1-icon--plus-artist-24 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -128px -64px;
  width: 22px;
  height: 24px;
}

.v1-icon--cd-music-18 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -166px -240px;
  width: 18px;
  height: 18px;
}

.v1-icon--cd-plus-18 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -138px -240px;
  width: 18px;
  height: 18px;
}

.v1-icon--report-dot-18 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -194px -240px;
  width: 18px;
  height: 18px;
}

.v1-icon--report-solid-18 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -222px -240px;
  width: 18px;
  height: 18px;
}

.v1-icon--coin-18 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -250px -240px;
  width: 18px;
  height: 18px;
}

.v1-icon--plus-single-22 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -218px -208px;
  width: 22px;
  height: 22px;
}

.v1-icon--news-22 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: 0px -208px;
  width: 51px;
  height: 22px;
}

.v1-icon--blog-22 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -61px -208px;
  width: 51px;
  height: 22px;
}

.v1-icon--crown-12 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -132px -186px;
  width: 14px;
  height: 12px;
}

.v1-icon--calender-20 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -128px -98px;
  width: 18px;
  height: 20px;
}

.v1-icon--comment-20 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -250px -208px;
  width: 18px;
  height: 20px;
}

.v1-icon--circle-earth-30 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -278px -40px;
  width: 30px;
  height: 30px;
}

.v1-icon--circle-facebook-30 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -224px -146px;
  width: 30px;
  height: 30px;
}

.v1-icon--circle-twitter-30 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -174px -128px;
  width: 30px;
  height: 30px;
}

.v1-icon--circle-youtube-30 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -278px -80px;
  width: 30px;
  height: 30px;
}

.v1-icon--circle-instagram-30 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -278px 0px;
  width: 30px;
  height: 30px;
}

.v1-icon--circle-mixi-30 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -278px -120px;
  width: 30px;
  height: 30px;
}

.v1-icon--circle-earth-22 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -154px -208px;
  width: 22px;
  height: 22px;
}

.v1-icon--circle-facebook-22 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -74px -240px;
  width: 22px;
  height: 22px;
}

.v1-icon--circle-twitter-22 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -42px -240px;
  width: 22px;
  height: 22px;
}

.v1-icon--circle-youtube-22 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -106px -240px;
  width: 22px;
  height: 22px;
}

.v1-icon--circle-instagram-22 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -186px -208px;
  width: 22px;
  height: 22px;
}

.v1-icon--circle-mixi-22 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -122px -208px;
  width: 22px;
  height: 22px;
}

.v1-icon--line-25 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -278px -160px;
  width: 27px;
  height: 25px;
}

.v1-icon--picture-54 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: 0px 0px;
  width: 72px;
  height: 54px;
}

.v1-icon--pen-54 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: 0px -64px;
  width: 54px;
  height: 54px;
}

.v1-icon--cd-plus-54 {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -64px -64px;
  width: 54px;
  height: 54px;
}

.v1-anchor .fa-angle-right {
  margin-left: .5rem;
}

a.v1-media:hover {
  text-decoration: none;
}

a.v1-media:hover .v1-media__title {
  color: #009de1;
  text-decoration: none;
}

.v1-media__thumbnail {
  display: block;
  position: relative;
}

.v1-media__thumbnail img {
  max-width: 100%;
}

.v1-media__title {
  color: #333;
  line-height: 1.25;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-media__thumbnail + .v1-media__title {
  margin-top: 12px;
}

.v1-media__title + .v1-icon-set {
  margin-top: .25rem;
}

.v1-media__title > a {
  color: #333;
}

.v1-media__title > a:hover {
  color: #009de1;
  text-decoration: none;
}

.v1-media__subtitle {
  color: #666;
  line-height: 1.25;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-media__subtitle + .v1-media__subtitle,
.v1-media__subtitle + .v1-icon-set {
  margin-top: .25rem;
}

.v1-media__title + .v1-media__subtitle {
  margin-top: .5rem;
}

.v1-media__subtitle > a {
  color: #999;
}

.v1-media__subtitle > a:hover {
  text-decoration: none;
  color: #009de1;
}

.v1-media__subtitle + .v1-menu {
  margin-top: 5px;
}

.v1-media__summary {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333;
  -webkit-user-select: auto;
}

.v1-media__title + .v1-media__summary,
.v1-media__subtitle + .v1-media__summary {
  margin-top: 10px;
}

.v1-media__time {
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  -webkit-user-select: auto;
}

.v1-media__title + .v1-media__time,
.v1-media__subtitle + .v1-media__time,
.v1-media__summary + .v1-media__time {
  margin-top: 5px;
}

.v1-media--rounded .v1-media__thumbnail img {
  border-radius: 50%;
}

.v1-media--music .v1-media__thumbnail {
  position: relative;
}

.v1-media--music .v1-media__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background ease-out .25s;
  transition: background ease-out .25s;
}

.v1-media--music .v1-media__thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -224px -54px;
  width: 40px;
  height: 40px;
}

.v1-media--music .v1-media__thumbnail:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-media--music .v1-media__thumbnail:hover:after {
  opacity: 1;
}

.v1-media--music .v1-media__thumbnail.is-active:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-media--music .v1-media__thumbnail.is-active:after {
  font-family: FontAwesome;
  content: "\f04c";
  opacity: 1;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
}

.v1-media .v1-image {
  position: relative;
}

.v1-media .v1-image--blank, .v1-media .v1-image--plus-artist, .v1-media .v1-image--plus-single, .v1-media .v1-image--plus-album, .v1-media .v1-image--various, .v1-media .v1-image--microphone, .v1-media .v1-image--plus-ep {
  background-color: #009de1;
  width: 148px;
  height: 148px;
}

.v1-media .v1-image--blank:before, .v1-media .v1-image--plus-artist:before, .v1-media .v1-image--plus-single:before, .v1-media .v1-image--plus-album:before, .v1-media .v1-image--various:before, .v1-media .v1-image--microphone:before, .v1-media .v1-image--plus-ep:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.v1-media .v1-image--blank {
  background-color: #ccc;
}

.v1-media .v1-image--blank:before {
  font-family: "FontAwesome";
  content: "\f03e";
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  height: 50px;
}

.v1-media .v1-image--plus-artist {
  border-radius: 50%;
}

.v1-media .v1-image--plus-artist:before {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -164px -60px;
  width: 50px;
  height: 50px;
}

.v1-media .v1-image--plus-single:before {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -164px 0px;
  width: 50px;
  height: 50px;
}

.v1-media .v1-image--plus-ep:before {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: 0px -128px;
  width: 48px;
  height: 48px;
}

.v1-media .v1-image--plus-album:before {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -116px -128px;
  width: 48px;
  height: 48px;
}

.v1-media .v1-image--various {
  border-radius: 50%;
}

.v1-media .v1-image--various:before {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -82px 0px;
  width: 72px;
  height: 48px;
}

.v1-media .v1-image--microphone {
  border-radius: 50%;
}

.v1-media .v1-image--microphone:before {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -58px -128px;
  width: 48px;
  height: 48px;
}

.v1-rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #242a31;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-rank--1st, .v1-rank--2nd, .v1-rank--3rd {
  text-indent: -110%;
  white-space: nowrap;
  overflow: hidden;
}

.v1-rank--1st:after, .v1-rank--2nd:after, .v1-rank--3rd:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -156px -186px;
  width: 12px;
  height: 10px;
}

.v1-rank--low {
  background-color: #999;
}

.v1-rank--high {
  background-color: #242a31;
}

.v1-rank--circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
}

.v1-rank--circle.v1-rank--1st {
  background-color: #ffbb42;
}

.v1-rank--circle.v1-rank--2nd {
  background-color: #92989a;
}

.v1-rank--circle.v1-rank--3rd {
  background-color: #887769;
}

.v1-rank--triangle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  background-color: transparent;
}

.v1-rank--triangle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #fff transparent transparent transparent;
}

.v1-rank--triangle.v1-rank--1st, .v1-rank--triangle.v1-rank--2nd, .v1-rank--triangle.v1-rank--3rd {
  width: 50px;
  height: 50px;
}

.v1-rank--triangle.v1-rank--1st:after, .v1-rank--triangle.v1-rank--2nd:after, .v1-rank--triangle.v1-rank--3rd:after {
  top: -22px;
  left: -22px;
}

.v1-rank--triangle.v1-rank--row:before {
  border-top-color: #999;
}

.v1-rank--triangle.v1-rank--high:before {
  border-top-color: #242a31;
}

.v1-rank--triangle.v1-rank--1st:before {
  border-top-color: #ffbb42;
}

.v1-rank--triangle.v1-rank--2nd:before {
  border-top-color: #92989a;
}

.v1-rank--triangle.v1-rank--3rd:before {
  border-top-color: #887769;
}

.v1-checkbox {
  display: inline-block;
  position: relative;
}

.v1-checkbox > label {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  font-size: 13px;
}

.v1-checkbox > input[type="checkbox"] {
  display: none;
}

.v1-checkbox > input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  background-color: #f8f8f8;
  vertical-align: bottom;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.v1-checkbox > input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 17px;
  height: 8px;
  border: 0 solid #cccccc;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.v1-checkbox > input[type="checkbox"]:checked + label:before {
  background-color: #009de1;
  border-color: #009de1;
}

.v1-checkbox > input[type="checkbox"]:checked + label:after {
  border-color: #fff;
}

.v1-highlight {
  display: block;
  padding: .875rem 1rem;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.v1-highlight--square {
  padding: 1rem 1rem;
  border-radius: 0;
}

.v1-highlight--alert {
  padding: .75rem 1.25rem;
  background-color: #fdecf3;
}

.v1-highlight--alert .v1-table__cell:first-child {
  width: 2.25rem;
}

a.v1-highlight {
  display: block;
  color: #333;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
}

a.v1-highlight:hover {
  background-color: #ddd;
  color: #009de1;
  text-decoration: none;
}

.v1-carousel .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 53px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 0;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transition-property: opacity, background;
  transition-property: opacity, background;
}

.v1-carousel .slick-arrow:before {
  color: #fff;
}

.v1-carousel .slick-arrow.slick-prev {
  left: -10px;
}

.v1-carousel .slick-arrow.slick-prev:before {
  content: "\f104";
}

.v1-carousel .slick-arrow.slick-next {
  right: -10px;
}

.v1-carousel .slick-arrow.slick-next:before {
  content: "\f105";
}

.v1-carousel .slick-arrow.slick-disabled {
  visibility: hidden;
}

.v1-carousel .slick-arrow:before {
  font-family: "FontAwesome";
  font-size: 16px;
  font-size: 1rem;
}

.v1-carousel .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-carousel .slick-arrow:focus {
  outline: none;
}

.v1-carousel .slick-dots {
  position: absolute;
  bottom: -26px;
  text-align: center;
  width: 100%;
  font-size: 0;
}

.v1-carousel .slick-dots > li {
  display: inline-block;
  margin: 0 2px;
}

.v1-carousel .slick-dots > li button {
  display: block;
  background-color: #a3a1a9;
  width: 6px;
  height: 6px;
  font-size: 0;
}

.v1-carousel .slick-dots > li.slick-active button {
  background-color: #fff;
}

.v1-carousel:hover .slick-arrow {
  opacity: 1;
}

.v1-carousel--common {
  margin: 0 -11px 0 -11px;
}

.v1-carousel--common .v1-carousel__item {
  padding: 0 11px;
}

.v1-carousel--common .v1-carousel__item .v1-media {
  display: block;
  text-align: center;
}

.v1-carousel--common .v1-carousel__item .v1-media__subtitle {
  color: #999;
}

.v1-carousel--common.v1-carousel--middle {
  margin: 0 -12px 0 -12px;
}

.v1-carousel--common.v1-carousel--middle .v1-media {
  text-align: left;
}

.v1-carousel--common.v1-carousel--middle .v1-carousel__item {
  padding: 0 12px;
}

.v1-carousel--common.v1-carousel--middle .slick-arrow {
  top: 73px;
}

.v1-carousel--common.v1-carousel--middle .slick-arrow.slick-prev {
  left: -10px;
}

.v1-carousel--common.v1-carousel--middle .slick-arrow.slick-next {
  right: -10px;
}

.v1-image--no-image {
  position: relative;
  background-color: #009de1;
  width: 200px;
  height: 200px;
}

.v1-image--no-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.v1-image--cd-plane:before {
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -224px 0px;
  width: 44px;
  height: 44px;
}

.v1-divider {
  margin: 2rem auto;
  border-color: #eee;
  max-width: none;
}

.v1-divider--optional {
  border-color: #ddd;
}

.v1-divider--half-margin {
  margin: 1rem auto;
}

.v1-divider--no-margin {
  margin: 0 auto;
}

.v1-divider--20-margin {
  margin: 20px auto;
}

.v1-divider--24-margin {
  margin: 24px auto;
}

.v1-local-nav__list {
  font-size: 0;
}

.v1-local-nav__item {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}

.v1-local-nav__item + .v1-local-nav__item {
  margin-left: 1.5rem;
}

.v1-local-nav__item > a {
  display: block;
  position: relative;
  color: #999;
}

.v1-local-nav__item > a.is-current, .v1-local-nav__item > a:hover {
  color: #333;
  text-decoration: none;
}

.v1-local-nav__item > a.is-current:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -26px;
  background-color: #009de1;
  height: 2px;
  width: 100%;
}

.v1-result__text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
}

.v1-result__text > span {
  color: #666;
}

.v1-table {
  display: table;
  width: 100%;
}

.v1-table__cell {
  display: table-cell;
  vertical-align: middle;
}

.v1-table--fixed {
  table-layout: fixed;
}

.v1-icon-set__list {
  font-size: 0;
}

.v1-icon-set__item {
  display: inline-block;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out;
}

.v1-icon-set__item + .v1-icon-set__item {
  margin-left: .75rem;
}

.v1-icon-set__item .fa, .v1-icon-set__item .v1-icon {
  margin-right: 5px;
  -webkit-transition: color .25s ease-out;
  transition: color .25s ease-out;
}

.v1-icon-set__item > a {
  color: #999;
}

.v1-icon-set__item > span {
  cursor: pointer;
}

.v1-icon-set__item > span:hover {
  text-decoration: underline;
}

.v1-icon-set__item > span.focus-set .fa, .v1-icon-set__item > span.focus-set .v1-icon {
  -webkit-animation: expand-icon ease-out .5s;
          animation: expand-icon ease-out .5s;
}

.v1-icon-set__item > span.is-checked {
  color: #ccc;
  cursor: default;
}

.v1-icon-set__item > span.is-checked:hover {
  text-decoration: none;
}

@keyframes expand-icon {
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #009de1;
  }
}

.v1-icon-set--type-B .v1-icon-set__item {
  color: #fff;
}

.v1-icon-set--type-B .v1-icon-set__item > a {
  color: #fff;
}

.v1-icon-set--type-B .v1-icon-set__item > span.is-checked {
  color: #666;
}

.v1-icon-set--type-B .v1-icon-set__item > span.is-checked:hover {
  text-decoration: none;
  color: #666;
}

.v1-icon-set--type-B .v1-icon-set__item > a:hover,
.v1-icon-set--type-B .v1-icon-set__item > span:hover {
  text-decoration: underline;
  color: #fff;
}

.v1-icon-set--type-C .v1-icon-set__item {
  color: #999;
}

.v1-icon-set--type-C .v1-icon-set__item > a {
  color: #999;
}

.v1-icon-set--type-C .v1-icon-set__item > span.is-checked {
  color: #666;
}

.v1-icon-set--type-C .v1-icon-set__item > span.is-checked:hover {
  text-decoration: none;
  color: #666;
}

.v1-icon-set--type-C .v1-icon-set__item > a:hover, .v1-icon-set--type-C .v1-icon-set__item > span:hover {
  color: #fff;
  text-decoration: underline;
}

.v1-icon-set--type-D .v1-icon-set__item {
  color: #fff;
}

.v1-icon-set--type-D .v1-icon-set__item > a {
  color: #fff;
}

.v1-icon-set--type-D .v1-icon-set__item > span.is-checked {
  color: #999;
}

.v1-icon-set--type-D .v1-icon-set__item > span.is-checked:hover {
  text-decoration: none;
  color: #999;
}

.v1-icon-set--type-D .v1-icon-set__item > a:hover,
.v1-icon-set--type-D .v1-icon-set__item > span:hover {
  text-decoration: underline;
  color: #fff;
}

.v1-icon-set--plain .v1-icon-set__item {
  color: #333;
}

.v1-icon-set--plain .v1-icon-set__item .fa, .v1-icon-set--plain .v1-icon-set__item .v1-icon {
  margin-right: .5rem;
  color: #009de1;
}

.v1-icon-set--plain .v1-icon-set__item > a {
  color: #333;
}

.v1-icon-set .focus-set .fa {
  color: #009de1 !important;
}

* + .v1-pagination {
  margin-top: 2rem;
}

.v1-pagination__list {
  font-size: 0;
}

.v1-pagination__item {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
}

.v1-pagination__item:first-child {
  margin-left: 0;
}

.v1-pagination__item > a,
.v1-pagination__item > span {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #ffffff;
  text-decoration: none;
}

.v1-pagination__item > a.is-current, .v1-pagination__item > a.is-current:hover,
.v1-pagination__item > span.is-current,
.v1-pagination__item > span.is-current:hover {
  background-color: #f8f8f8;
  color: #999;
}

.v1-pagination__item > a.is-disabled, .v1-pagination__item > a.is-disabled:hover,
.v1-pagination__item > span.is-disabled,
.v1-pagination__item > span.is-disabled:hover {
  background-color: #f8f8f8;
  color: #ddd;
}

.v1-pagination__item > a:hover {
  background-color: #f8f8f8;
  color: #009de1;
}

.v1-subnav {
  font-size: 0;
}

.v1-subnav__arrow {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-subnav__arrow > span,
.v1-subnav__arrow > a {
  display: block;
  color: #009de1;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.v1-subnav__list {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.v1-subnav__arrow + .v1-subnav__list {
  margin-left: .5rem;
}

.v1-subnav__item {
  display: inline-block;
  padding: 0 .5rem;
  border-left: 1px solid #ccc;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-subnav__item:first-child {
  border-left-width: 0;
}

.v1-subnav__item:last-child {
  padding-right: 0;
}

.v1-subnav__item > a.is-current {
  color: #999;
}

.v1-list--vertical .v1-list__item {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-list--vertical .v1-list__item + .v1-list__item {
  margin-top: .25rem;
}

.v1-list--vertical .v1-list__nested-list {
  font-size: 0;
  padding: .2rem 0;
}

.v1-list--vertical .v1-list__nested-list > li {
  display: inline-block;
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}

.v1-list--vertical .v1-list__nested-list > li:last-child {
  border-right-width: 0;
}

.v1-list--hiphen-style .v1-list__item + .v1-list__item {
  margin-top: 5px;
}

.v1-list--hiphen-style .v1-list__item:before {
  content: "-";
  margin-right: .5em;
}

.v1-list--error {
  padding-left: 1.4em;
}

.v1-list--error .v1-list__item {
  color: #e10066;
  font-size: 13px;
  font-size: 0.8125rem;
  list-style-type: disc;
}

.v1-num-set {
  text-align: center;
}

.v1-num-set__number {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
}

.v1-num-set__number + .v1-num-set__name {
  margin-top: .25rem;
}

.v1-num-set__name {
  display: block;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-num-set__name + .v1-num-set__number {
  margin-top: .25rem;
}

.v1-require-label {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #e10066;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
}

.v1-textarea > label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-textarea .v1-require-label {
  margin-left: 10px;
}

.v1-upload {
  display: table;
  background-color: #f8f8f8;
  width: 200px;
  height: 200px;
  text-align: center;
}

.v1-upload--rounded {
  border-radius: 50%;
}

.v1-upload__inner {
  display: table-cell;
  vertical-align: middle;
}

.v1-upload__icon {
  display: block;
  margin-bottom: 22px;
}

.v1-upload__icon .fa {
  font-size: 40px;
  font-size: 2.5rem;
  color: #009de1;
}

.v1-upload__text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.v1-indicator {
  display: block;
  position: relative;
  padding: .875rem;
  background-color: #ccc;
  -webkit-transition: background-color .25s, color, .25s, border-color .25s ease-in-out;
  transition: background-color .25s, color, .25s, border-color .25s ease-in-out;
}

.v1-indicator + .v1-indicator {
  margin-top: 1px;
}

.v1-indicator__gauge {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #999;
  -webkit-transition: width linear .25s;
  transition: width linear .25s;
}

.v1-indicator__label {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1rem;
}

.v1-indicator__label .fa {
  margin-right: .5rem;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.25);
}

.v1-input-file {
  text-align: left;
}

.v1-input-file input[type="file"] {
  display: none;
}

.v1-info {
  font-size: 0;
}

.v1-info__image {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: top;
}

.v1-info__image img {
  border-radius: 50%;
}

.v1-info__category {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 100px;
  text-align: center;
  color: #999;
}

.v1-info__category .fa {
  font-size: 20px;
  font-size: 1.25rem;
}

.v1-info__category p {
  padding-top: .3rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-info__main {
  display: inline-block;
  vertical-align: middle;
  width: 684px;
}

.v1-info__text {
  margin-bottom: 8px;
}

.v1-info__summary {
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-info__subtext {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-info__time {
  padding-right: .25rem;
}

.v1-info__review {
  padding: 2px .25rem 0;
}

.v1-info__review .js-rate {
  cursor: default !important;
}

.v1-info__name {
  padding-left: .25rem;
}

.v1-input-search {
  position: relative;
}

.v1-input-search button {
  display: inline-block;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  right: 0;
}

.v1-input-search button .fa {
  line-height: 44px;
  color: #999;
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-deliver-service {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 37px;
}

.v1-deliver-service__list {
  float: left;
  overflow: hidden;
}

.v1-deliver-service__list:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-deliver-service__item {
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 24px;
}

.v1-popup {
  display: none;
}

.v1-popup .v1-popup__item {
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #ddd;
}

.v1-popup .v1-popup__item:last-child {
  border-width: 0;
}

.v1-navigation__item {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-navigation__item > a {
  display: block;
  padding: .25rem 0 1.5rem;
}

.v1-navigation__item:first-child > a {
  padding-right: 1.5rem;
}

.v1-navigation__item:last-child > a {
  padding-left: 1.5rem;
}

.v1-navigation--news .v1-navigation__item li {
  display: inline-block;
}

.v1-navigation--news .v1-navigation__item a {
  padding: 0;
}

.v1-track.is-active {
  padding-bottom: 1rem;
}

.v1-track__row {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 1rem;
  color: #333;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
}

.v1-track__row > * {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-track__title {
  width: 325px;
}

.v1-track__title > a {
  display: block;
  color: #333;
  text-decoration: none;
}

.v1-track__num {
  display: inline-block;
  width: 20px;
  margin-right: 15px;
}

.v1-track__artist-name {
  width: 175px;
}

.v1-track__time {
  float: right;
}

.v1-description {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-description p {
  line-height: 1.65;
}

.v1-update-time {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.v1-update-time:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-update-time__title {
  font-weight: normal;
  float: left;
}

.v1-update-time__data {
  float: left;
}

.v1-avatar {
  text-align: center;
  font-size: 0;
}

.v1-avatar__image {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.v1-avatar__title {
  color: #242a31;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-avatar__image + .v1-avatar__title {
  margin-top: 1rem;
}

.v1-avatar__category {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-avatar__text {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-deliver-list {
  font-size: 0;
  margin: -3px 0;
}

.v1-deliver-list__item {
  font-size: inherit;
  display: inline-block;
  margin-right: 6px;
  padding: 3px 0;
}

.v1-lede {
  margin-bottom: 2rem;
}

.v1-lede > p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-share-bar {
  display: block;
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 3;
  width: 48px;
  background: #eee;
}

.v1-share-bar li, .v1-share-bar p {
  display: table;
}

.v1-share-bar li {
  width: 48px;
  height: 44px;
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-share-bar li:nth-child(1) a {
  background-color: #3b579d;
}

.v1-share-bar li:nth-child(1) a:hover {
  background-color: #1d397f;
}

.v1-share-bar li:nth-child(2) a {
  background-color: #5ea9dd;
}

.v1-share-bar li:nth-child(2) a:hover {
  background-color: #408bbf;
}

.v1-share-bar li:nth-child(3) a {
  background-color: #00c300;
}

.v1-share-bar li:nth-child(3) a:hover {
  background-color: #00a500;
}

.v1-share-bar p {
  display: table;
  width: 132px;
  height: 48px;
  margin: 42px 0 0 -42px;
  background: #009de1;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.v1-share-bar p .fa {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 11px;
}

.v1-share-bar a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.v1-share-bar a:hover {
  background-color: #007fc3;
}

.v1-share-bar li > a,
.v1-share-bar p > a {
  -webkit-transition: background-color ease-out .25s;
  transition: background-color ease-out .25s;
}

.v1-number small {
  color: #999;
  font-weight: normal;
  font-size: inherit;
}

.v1-data-table__row {
  border-top: 1px solid #ddd;
  font-size: 0;
}

.v1-data-table__cell {
  display: inline-block;
  width: 140px;
  padding: .75rem 1rem;
  border-left: 1px solid #ddd;
  vertical-align: middle;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-data-table__cell:first-child {
  border-left-width: 0;
}

.v1-data-table__cell:last-child {
  font-weight: bold;
}

.v1-data-table__cell p {
  line-height: 1;
}

.v1-data-table__cell--main {
  width: 574px;
  text-align: left;
}

.v1-data-table__cell--full {
  width: 100%;
  text-align: left;
}

.v1-data-table__title {
  font-weight: bold;
}

.v1-data-table__title + .v1-data-table__sorter {
  margin-top: .5rem;
}

.v1-data-table__sorter {
  font-size: 11px;
  font-size: 0.6875rem;
}

.v1-data-table__sorter > a {
  color: #333;
}

.v1-data-table__sorter > a .fa {
  margin-left: .375rem;
  color: #999;
}

.v1-data-table__sorter > a.is-active .fa {
  color: #009de1;
}

.v1-data-table__head .v1-data-table__row {
  border-top-width: 0;
  background-color: #eee;
}

.v1-data-table__head .v1-data-table__cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.v1-data-table__total .v1-data-table__row {
  background-color: #f8ffae;
}

.v1-data-table__total .v1-data-table__cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
}

.v1-data-table__sub-total .v1-data-table__row {
  background-color: #666;
  color: #ffffff;
}

.v1-data-table__sub-total .v1-data-table__cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
}

.v1-data-table__sub-group > .v1-data-table__nested-list .v1-data-table__cell--main, .v1-data-table__unit-item .v1-data-table__cell--main {
  padding-left: 3rem;
}

.v1-data-table__group--collapse .v1-data-table__cell {
  padding-left: 1rem;
}

.v1-data-table__nested-item--multi > .v1-data-table__row .v1-data-table__cell--main {
  position: relative;
}

.v1-data-table__nested-item--multi > .v1-data-table__row .v1-data-table__cell--main p > a {
  display: block;
  position: absolute;
  left: 1rem;
  top: 11px;
}

.v1-data-table__nested-item--multi > .v1-data-table__row .v1-data-table__cell--main p > a .v1-icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  content: "\f067";
  width: 17px;
  height: 17px;
  padding-top: 3px;
  padding-left: 1px;
  border: 1px solid #ccc;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
}

.v1-data-table__nested-item--multi > .v1-data-table__row .v1-data-table__cell--main p > a.is-active .v1-icon:before {
  content: "\f068";
}

.v1-data-table__nested-item--multi > .v1-data-table__row .v1-data-table__cell--main p > a:hover .v1-icon:before {
  background-color: #009de1;
  color: #fff;
  border-color: #009de1;
}

.v1-data-table__nested-item--multi .v1-list {
  background-color: #f8f8f8;
  margin-left: 0;
}

.v1-data-table__nested-item--multi .v1-list__item .v1-data-table__cell--main {
  padding-left: 4.5rem;
}

.v1-data-table__nested-item--multi .v1-list__item .v1-data-table__cell--main p {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-data-table__nested-item--multi ol.v1-list .v1-list__item {
  counter-increment: id;
}

.v1-data-table__nested-item--multi ol.v1-list .v1-list__item .v1-data-table__cell--main p:before {
  content: counter(id) ".";
  margin-right: .75rem;
}

.v1-radio-image {
  cursor: pointer;
}

.v1-radio-image:hover .v1-media__title {
  color: #009de1;
}

.v1-radio-image__label {
  position: relative;
}

.v1-radio-image__label * {
  display: block;
}

.v1-radio-image input[type="radio"] {
  display: none;
}

.v1-radio-image input[type="radio"] + label:before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 115px;
  z-index: 1;
  color: #ccc;
  font-size: 14px;
  padding: 3px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.v1-radio-image input[type="radio"]:checked + label:before {
  color: #009de1;
  border-color: #009de1;
}

.v1-radio {
  display: inline-block;
  position: relative;
  line-height: 24px;
}

.v1-radio > label {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  font-size: 13px;
}

.v1-radio > input[type="radio"] {
  display: none;
}

.v1-radio > input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 18px;
  vertical-align: middle;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.v1-radio > input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
}

.v1-radio > input[type="radio"]:checked + label:before {
  border-color: #ccc;
}

.v1-radio > input[type="radio"]:checked + label:after {
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 8px;
}

.v1-review {
  position: relative;
  margin-left: 120px;
  padding-top: 1em;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-review .v1-review__minus {
  position: absolute;
  left: -34px;
  color: #e10066;
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-review .v1-review__rate {
  display: inline-block;
}

.v1-review .v1-review__date {
  float: right;
}

.v1-review .v1-review__textarea {
  clear: both;
  padding-top: .5rem;
}

.v1-review textarea {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  min-height: 10em;
}

.v1-review.has-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6em;
  height: 3em;
}

.v1-tag-set > ul {
  padding-top: 0.5rem;
}

.v1-tag-set > ul > li {
  display: inline-block;
}

.v1-tag-set > ul > li + li {
  margin-left: .75rem;
}

.v1-tag-set > ul > li .fa-bookmark {
  font-size: 18px;
  font-size: 1.125rem;
  vertical-align: bottom;
}

.v1-tag-set > ul > li ul {
  display: inline-block;
}

.v1-tag-set > ul > li ul li {
  display: inline-block;
}

.v1-tag-set > ul > li ul li + li:before {
  content: '-';
  display: inline-block;
  padding-right: 0.5em;
}

.v1-tag-set__item {
  padding: 0.25rem;
  line-height: 1;
  min-width: 57px;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 3px;
}

.v1-tag-set__news {
  color: #fff;
  background-color: #009de1;
}

.v1-tag-set__blog {
  color: #fff;
  background-color: #81cc00;
}

.v1-tag-set__special {
  color: #333;
  background-color: #e3eb00;
}

.v1-right-partition:after {
  content: '|';
  color: #e6e6e6;
  padding-left: 0.5em;
}

.v1-table-money {
  padding: 1.5rem;
  background: #f8f8f8;
}

.v1-table-money caption {
  margin-bottom: 1rem;
  text-align: left;
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.v1-table-money table {
  width: 100%;
}

.v1-table-money th {
  text-align: left;
  font-weight: normal;
}

.v1-table-money td {
  text-align: right;
}

.v1-table-money tbody {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-table-money tbody th {
  color: #666;
}

.v1-table-money tbody td:before {
  content: '￥';
}

.v1-table-money tbody tr:last-child td, .v1-table-money tbody tr:last-child th {
  padding-bottom: 1rem;
}

.v1-table-money tfoot {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.v1-table-money tfoot th, .v1-table-money tfoot td {
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

.v1-popup-accordion__item {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  margin-right: -40px;
  margin-left: -40px;
  padding: 0 40px;
}

.v1-popup-accordion__item:last-child {
  border-bottom-width: 0;
}

.v1-popup-accordion__head {
  padding: 1.5rem 0;
}

.v1-popup-accordion__body {
  padding-bottom: 1.5rem;
}

.v1-popup-accordion .v1-table-money {
  padding: 0;
}

.v1-popup-accordion .v1-table-money th, .v1-popup-accordion .v1-table-money td {
  color: #333;
}

.v1-popup-accordion .v1-table-money tbody th, .v1-popup-accordion .v1-table-money tbody td {
  padding-bottom: 4px;
}

.v1-popup-accordion .v1-table-money tbody tr:last-child th, .v1-popup-accordion .v1-table-money tbody tr:last-child td {
  padding-bottom: 4px;
}

.v1-popup-accordion .v1-table-money tfoot th, .v1-popup-accordion .v1-table-money tfoot td {
  padding-top: 0;
  border-top-width: 0;
  font-weight: bold;
}

.v1-favorite-icon--minus {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.v1-favorite-icon--minus .fa {
  border-radius: 10px;
  color: #e10066;
}

.v1-favorite-icon--minus .fa:before {
  border-radius: 12px;
  border: 5px solid #fff;
  background: #fff;
  line-height: 0.9;
  height: 25px;
  display: inline-block;
}

.v1-sns-widget {
  border: 1px solid #ddd;
  height: 500px;
  overflow: auto;
}

.v1-term-box {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}

.v1-term-box__inner {
  padding: 1.25rem 2rem;
}

.v1-term-box .v1-note {
  line-height: 1.65;
}

.v1-form .row {
  position: relative;
}

.v1-form .v1-balloon {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 2rem;
  background-color: #e10066;
  padding: .75rem 1.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-form .v1-balloon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -12px;
  border: 12px solid transparent;
  border-top-color: #e10066;
}

.v1-tail-list__item {
  width: 278px;
  margin-bottom: 16px;
  background-color: #888;
}

.v1-notify > a + .v1-popup {
  position: absolute;
  top: 60px;
  left: -158px;
  width: 380px;
  background-color: #fff;
  color: #333;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.v1-notify > a + .v1-popup .v1-popup__head,
.v1-notify > a + .v1-popup .v1-popup__foot {
  background-color: #f8f8f8;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-notify > a + .v1-popup .v1-popup__head {
  padding: 12px 25px;
  border-bottom: 1px solid #ddd;
}

.v1-notify > a + .v1-popup .v1-popup__head:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-notify > a + .v1-popup .v1-popup__foot {
  border-top: 1px solid #ddd;
}

.v1-notify > a + .v1-popup .v1-popup__foot a {
  padding: 12px 25px;
  display: inline-block;
}

.v1-notify > a + .v1-popup .v1-popup__title {
  float: left;
  font-weight: bold;
  color: #666;
}

.v1-notify > a + .v1-popup .v1-popup__switch {
  float: right;
}

.v1-notify > a + .v1-popup .v1-popup__switch li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #ddd;
}

.v1-notify > a + .v1-popup .v1-popup__switch li:last-child {
  border-width: 0;
}

.v1-notify > a + .v1-popup .v1-popup__switch li > a.is-current,
.v1-notify > a + .v1-popup .v1-popup__switch li > span {
  color: #999;
}

.v1-notify > a + .v1-popup .v1-popup__item {
  padding: 14px 25px;
}

.v1-notify > a + .v1-popup .v1-popup__item .v1-time {
  display: block;
  margin-bottom: 2px;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-notify > a + .v1-popup:after {
  content: "";
  position: absolute;
  border-bottom: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -10px;
  right: 186px;
}

.v1-notify > a.is-active + .v1-popup {
  display: block;
}

.v1-notify .v1-callout {
  position: absolute;
  top: 60px;
  left: -158px;
  z-index: 10;
  background-color: #e10066;
  color: #fff;
  width: 380px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-notify .v1-callout:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-notify .v1-callout:after {
  content: "";
  position: absolute;
  border-bottom: 10px solid #e10066;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -10px;
  left: 185px;
}

.v1-notify .v1-callout__text {
  padding: 16px 20px;
  float: left;
}

.v1-notify .v1-callout__text > * {
  font-weight: bold;
}

.v1-notify .v1-callout__close {
  float: right;
}

.v1-notify .v1-callout__close > span {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
}

.v1-notify .v1-callout__close > span:hover {
  text-decoration: underline;
}

.v1-modal {
  width: 716px;
  margin: 0 auto;
}

.v1-modal--large {
  width: 820px;
}

.v1-modal .v1-popup {
  display: block;
  background-color: #ffffff;
}

.v1-modal .v1-popup__head {
  border-bottom: 1px solid #ddd;
}

.v1-modal .v1-popup__head .v1-section-header {
  margin-bottom: 0;
  padding-left: 40px;
  padding-bottom: 0;
  border-bottom-width: 0;
}

.v1-modal .v1-popup__head .v1-heading {
  position: relative;
  display: inline-block;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}

.v1-modal .v1-popup__head .v1-heading:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  background-color: #009de1;
  height: 2px;
  width: 100%;
}

.v1-modal .v1-popup__head .v1-anchor {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-modal .v1-popup__head .v1-anchor > a {
  display: block;
  padding: 1.5rem 40px;
}

.v1-modal .v1-popup__body {
  padding: 1.5rem 40px 40px;
}

.v1-modal .v1-popup__body .v1-menu--vertical .v1-menu__item {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-modal .v1-popup__body .v1-menu--vertical .v1-menu__item > a {
  padding: 14px 14px 14px 0;
  color: #333;
  text-decoration: none;
}

.v1-modal .v1-popup__body .v1-menu--vertical .v1-menu__item > a:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-modal .v1-popup__body .v1-menu--vertical .v1-menu__item > a:hover {
  color: #009de1;
}

.v1-modal .v1-popup__body .v1-menu--vertical .v1-menu__item .fa {
  float: right;
  color: #009de1;
}

.v1-modal .v1-popup__form p + .v1-input-search {
  margin-top: 1.25rem;
}

.v1-modal .v1-popup__form + .v1-result {
  margin-bottom: .5rem;
  padding-top: 1.5rem;
}

.v1-modal .v1-popup .v1-result__text {
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
}

.v1-modal .v1-popup__formsubmit {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  margin: 2rem -40px -40px;
  padding: 1.5rem 40px;
}

.v1-modal .v1-popup__formsubmit--noline {
  border-top: none;
}

.v1-modal form .columns {
  padding: 0;
}

.v1-modal form .columns .columns {
  padding: 0 1rem;
}

.v1-modal form .v1-balloon {
  left: 453px;
  max-width: 308px;
}

.v1-modal form .v1-checkbox > label,
.v1-modal form .v1-radio > label {
  line-height: 26px;
}

.v1-input-group {
  position: relative;
}

.v1-input-group__item {
  font-size: 0;
}

.v1-input-group__item > input[type="text"] {
  margin-top: .75rem;
  display: block;
}

.v1-input-group__item > label {
  display: inline-block;
  vertical-align: middle;
}

.v1-input-group__item > label + .v1-note {
  margin-top: .75rem;
}

.v1-input-group__item > .v1-require-label {
  margin-left: 10px;
}

.v1-input-group__item > .v1-select-unit {
  margin-top: .75rem;
}

.v1-input-group__item > .v1-highlight {
  margin-top: .75rem;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-input-group__item--withicon {
  position: relative;
}

.v1-input-group__item--withicon + .v1-input-group__item > input[type="text"] {
  margin-top: 0;
}

.v1-input-group__item--withicon .v1-icon {
  font-size: 20px;
  font-size: 1.25rem;
  color: #e10066;
  position: absolute;
  margin: auto 0;
  bottom: 7px;
  right: -35px;
  cursor: pointer;
}

.v1-input-group__item--single {
  position: relative;
}

.v1-input-group__item--single > input[type="text"] {
  margin-top: 0;
}

.v1-input-group__item--single + .v1-input-group__item {
  margin-top: .25rem;
}

.v1-input-group__item.is-error > label {
  color: #e10066;
}

.v1-input-group__item.is-error > label > .fa {
  margin-right: .5rem;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

.v1-input-group__button {
  position: absolute;
  bottom: 0;
  right: -87px;
}

.v1-input-group__button .v1-button {
  padding-left: 2em;
  padding-right: 2em;
  height: 2.8rem;
}

.v1-input-group__link {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: .75rem;
}

.v1-input-group__remove-trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 28px;
  line-height: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 12px;
}

.v1-input-group .js-input-set-item + .js-input-set-item {
  margin-top: 1rem;
}

.v1-input-group .js-input-set-item.v1-input-group__item--withicon + .js-input-set-item {
  margin-top: .25rem;
}

.v1-input-group .columns:first-child {
  padding-right: .5rem;
}

.v1-input-group .columns:nth-child(2) {
  padding-left: .5rem;
}

.v1-input-group--single .columns:first-child {
  padding-right: 1rem;
}

.v1-input-group--type-B .v1-select-unit {
  display: table;
  width: 100%;
  margin-top: .75rem;
}

.v1-input-group--type-B .v1-select-unit__col {
  display: table-cell;
  vertical-align: top;
}

.v1-input-group--type-B .v1-select-unit__col:last-child {
  padding-left: 1rem;
  font-size: 0;
}

.v1-input-group--type-B .v1-select-unit__col:last-child > button {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}

.v1-input-group--type-B .v1-select-unit__col:last-child > p {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding-left: 1rem;
}

.v1-select-unit {
  font-size: 0;
}

label + .v1-select-unit {
  margin-top: 0.75rem;
}

.v1-select-unit select {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-select-unit__col {
  display: inline-block;
  vertical-align: middle;
}

.v1-select-unit__col + .v1-select-unit__col {
  margin-left: 1rem;
}

.v1-select-unit__col label.middle {
  display: inline-block;
  margin-left: 1rem;
}

.v1-select-unit__col--full {
  display: block;
}

.v1-select-unit__wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  color: #009de1;
  border-radius: 4px;
  background-color: #fff;
}

.v1-select-unit__wrap:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  height: .875rem;
}

.v1-select-unit__wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #009de1;
}

.v1-select-unit__wrap select:hover, .v1-select-unit__wrap select:focus {
  background-color: #fff;
  border-color: #009de1;
  color: #009de1;
}

.v1-select-unit__wrap.is-warning {
  color: #e10066;
}

.v1-select-unit__wrap.is-warning select {
  color: #e10066;
}

.v1-select-unit__wrap.is-warning select:hover, .v1-select-unit__wrap.is-warning select:focus {
  background-color: #fff;
  border-color: #e10066;
  color: #e10066;
}

.v1-header-nav__list {
  display: table;
  width: 100%;
}

.v1-header-nav__list-item {
  display: table-cell;
  vertical-align: middle;
}

.v1-header-nav__list-item > .v1-anchor,
.v1-header-nav__list-item > span {
  position: relative;
  display: block;
  height: 60px;
  padding: 23px 8px 20px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

.v1-header-nav__list-item > .v1-anchor:hover,
.v1-header-nav__list-item > span:hover {
  color: #009de1;
  text-decoration: none;
}

.v1-header-nav__list-item > span {
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.v1-header-nav__list-item > .v1-anchor {
  -webkit-transition: color, .25s, border-color .25s ease-in-out;
  transition: color, .25s, border-color .25s ease-in-out;
}

.v1-header-nav__list-item > .v1-anchor:hover {
  border-bottom-color: #009de1;
}

.v1-header-nav__list-item--nav-last {
  padding-right: 0;
}

.v1-header-nav__list-item--login > span, .v1-header-nav__list-item--register > span {
  cursor: pointer;
}

.v1-header-nav__list-item--login > span.is-active, .v1-header-nav__list-item--register > span.is-active {
  z-index: 11;
  background-color: #fff;
  color: #999;
}

.v1-header-nav__list-item--login > span.is-active + .v1-popup, .v1-header-nav__list-item--register > span.is-active + .v1-popup {
  display: block;
  position: absolute;
  z-index: 10;
  top: 60px;
  right: 0;
  background-color: #fff;
  width: 600px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.v1-header-nav__list-item--login {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.v1-header-nav__list-item--login > span {
  position: relative;
  padding-left: 50px;
  padding-right: 20px;
}

.v1-header-nav__list-item--login .fa {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  padding-right: 5px;
  height: 21px;
  font-size: 21px;
  font-size: 1.3125rem;
}

.v1-header-nav__list-item--register {
  position: relative;
}

.v1-header-nav__list-item--register > .v1-button {
  height: 28px;
  min-height: 28px;
  padding: 8px 13px 7px;
  border-width: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  border-radius: 3px;
  -webkit-transition: none;
  transition: none;
}

.v1-header-nav__list-item--register > .v1-button:hover {
  color: #fff;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out;
}

.v1-header-nav__list-item--register > .v1-button.is-active {
  max-height: none;
  height: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.v1-header-nav__list-item--register > .v1-button.is-active:hover {
  color: #999;
}

.v1-global-header.is-changed .v1-header-nav .v1-header-nav__list-item--register > .v1-button {
  background-color: #ffffff;
  color: #009de1;
}

.v1-global-header.is-changed .v1-header-nav .v1-header-nav__list-item--register > .v1-button:hover {
  background-color: #ffffff;
  color: #009de1;
}

.v1-global-header.is-changed .v1-header-nav .v1-header-nav__list-item--register > .v1-button.is-active {
  color: #999;
}

.v1-global-header.is-changed .v1-header-nav .v1-header-nav__list-item--register > .v1-button.is-active:hover {
  color: #999;
}

.v1-header-nav__list-item--notify {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.v1-header-nav__list-item--notify > a {
  display: block;
  padding: 16px 23px;
  color: #fff;
}

.v1-header-nav__list-item--notify .fa {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -2px;
  margin-right: 0;
}

.v1-header-nav__list-item--notify .fa span {
  display: block;
  position: absolute;
  top: -6px;
  right: -8px;
  width: 16px;
  background-color: #e10066;
  padding: 2px 1px;
  border: 1px solid #242a31;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-size: 9px;
  font-size: 0.5625rem;
  font-family: Arial, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.v1-header-nav__overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  height: 60px;
  position: absolute;
  z-index: 0;
  top: 60px;
  width: 100%;
  left: 0;
}

.v1-header-nav__list-item--dropdown .v1-nested-list {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 13px 0;
  font-size: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.v1-header-nav__list-item--dropdown .v1-nested-list__item {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-header-nav__list-item--dropdown .v1-nested-list__item > a {
  display: block;
  padding: 5px 10px;
  color: #ffffff;
}

.v1-header-nav__list-item--dropdown .v1-nested-list__item > a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.v1-header-nav__list-item--dropdown:hover ~ .v1-header-nav__overlay {
  display: block;
}

.v1-header-nav__list-item--dropdown:hover .v1-nested-list {
  display: block;
}

.v1-header-nav__list-item--news .v1-nested-list {
  -webkit-transform: translate(-55px, 0);
          transform: translate(-55px, 0);
}

.v1-header-nav__list-item--music .v1-nested-list {
  -webkit-transform: translate(-45px, 0);
          transform: translate(-45px, 0);
}

.v1-header-nav__list-item--ranking .v1-nested-list {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}

.v1-header-nav__list-item--release .v1-nested-list {
  -webkit-transform: translate(-21px, 0);
          transform: translate(-21px, 0);
}

.v1-header-nav__list-item--report .v1-nested-list {
  -webkit-transform: translate(-90px, 0);
          transform: translate(-90px, 0);
}

.v1-header-nav__list-item--service .v1-nested-list {
  -webkit-transform: translate(-290px, 0);
          transform: translate(-290px, 0);
}

.v1-header-nav__list-item--help .v1-nested-list {
  -webkit-transform: translate(-140px, 0);
          transform: translate(-140px, 0);
}

.v1-header-account {
  position: relative;
}

.v1-header-account > a {
  display: block;
  padding: 8px 15px;
  color: #fff;
}

.v1-header-account__inner {
  font-size: 0;
}

.v1-header-account__inner > * {
  display: inline-block;
  vertical-align: middle;
}

.v1-header-account__text {
  width: 100px;
  margin-right: 15px;
  text-align: right;
}

.v1-header-account__title {
  display: block;
  margin-bottom: 5px;
  color: #009de1;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-header-account__email {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-size: 0.6875rem;
}

.v1-header-account__image {
  font-size: 0;
}

.v1-header-account .v1-header-account__avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 2px;
  overflow: hidden;
}

.v1-header-account .v1-header-account__avatar > img {
  margin-right: 0;
}

.v1-header-account__caret {
  display: inline-block;
  vertical-align: middle;
}

.v1-header-account__caret .fa {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-header-account > a + .v1-popup {
  position: absolute;
  top: 60px;
  right: 0;
  width: 280px;
  background-color: #fff;
  color: #333;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.v1-header-account > a + .v1-popup:after {
  content: "";
  position: absolute;
  border-bottom: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -10px;
  right: 15px;
}

.v1-header-account > a + .v1-popup .v1-popup__item > a {
  display: block;
  padding: 14px 25px;
  color: #333;
}

.v1-header-account > a + .v1-popup .v1-popup__item > a:hover {
  color: #009de1;
  text-decoration: none;
}

.v1-header-account > a.is-active + .v1-popup {
  display: block;
}

.v1-main-visual {
  position: relative;
}

.v1-main-visual__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-width: 1160px;
  background: no-repeat center center fixed;
  background-size: cover;
  background-image: url(/pc/assets/images/top/bg_mainvisual.jpg);
  -webkit-transition: linear 2.4s;
  transition: linear 2.4s;
}

.v1-main-visual__background.is-active {
  background-image: url(/pc/assets/images/top/bg_mainvisual_after.jpg);
}

.v1-main-visual__background-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.v1-page--top-login .v1-main-visual {
  background: url(/pc/assets/images/top_login/bg_mainvisual.jpg) no-repeat top center;
  background-size: cover;
  min-width: 1160px;
}

.v1-page--top-login .v1-main-visual:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-page--top-login .v1-main-visual .v1-main-visual__inner {
  padding: 1.5rem 0;
  width: 1160px;
  height: 330px;
}

.v1-page--top-login .v1-main-visual .v1-main-visual__col-large {
  width: 768px;
  float: left;
}

.v1-page--top-login .v1-main-visual .v1-main-visual__col-large .v1-carousel {
  margin: 0 -8px;
}

.v1-page--top-login .v1-main-visual .v1-main-visual__col-large .v1-carousel__item {
  padding: 0 8px;
}

.v1-page--top-login .v1-main-visual .v1-main-visual__col-large .v1-carousel .slick-arrow {
  opacity: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: opacity ease-out .25s;
  transition: opacity ease-out .25s;
}

.v1-page--top-login .v1-main-visual .v1-main-visual__col-large .v1-carousel .slick-arrow.slick-prev {
  left: -16px;
}

.v1-page--top-login .v1-main-visual .v1-main-visual__col-large .v1-carousel .slick-arrow.slick-next {
  right: -16px;
}

.v1-page--top-login .v1-main-visual .v1-main-visual__col-large .v1-carousel:hover .slick-arrow {
  opacity: 1;
}

.v1-page--top-login .v1-main-visual .v1-main-visual__col-small {
  width: 356px;
  float: right;
}

.v1-page--top-login .v1-main-visual .v1-main-visual__col-small .v1-banner-list__item + .v1-banner-list__item {
  margin-top: .5rem;
}

.v1-top-section {
  display: table;
  width: 100%;
  height: 2000px;
  min-width: 1160px;
  background: no-repeat center center fixed;
  background-size: cover;
}

.v1-top-section__container {
  display: table-cell;
  vertical-align: middle;
}

.v1-top-section__second {
  position: relative;
  width: 680px;
  margin: 0 auto;
  text-align: center;
}

.v1-top-section__copy {
  margin-bottom: 16px;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 4px solid #fff;
}

.v1-top-section__description {
  line-height: 1.75;
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-top-section .v1-button-group .v1-button {
  margin: 0 6px;
}

.v1-top-section .v1-button {
  width: 262px;
  border-radius: 30px;
  border-width: 2px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.v1-top-section .v1-button--hollow {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.v1-top-section .v1-button--hollow:hover {
  background-color: #fff;
  border-color: #fff;
  color: #009de1;
}

.v1-top-section .v1-button--fill {
  background-color: #fff;
  border-color: #fff;
  color: #009de1;
}

.v1-top-section .v1-button--fill:hover {
  border-color: #009de1;
  background-color: #009de1;
  color: #fff;
}

.v1-top-section .v1-button--flow {
  border-radius: 4px;
}

.v1-top-section .v1-carousel .slick-list {
  overflow: visible;
}

.v1-top-section .v1-carousel__item {
  padding: 0 20px;
}

.v1-top-section .v1-carousel__item > a {
  display: block;
}

.v1-top-section .v1-carousel__item img {
  margin: 0 auto;
}

.v1-top-section .v1-carousel .slick-arrow.slick-next {
  right: -200px;
}

.v1-top-section .v1-carousel .slick-arrow.slick-prev {
  left: -200px;
}

.v1-main-visual .v1-top-section {
  display: block;
  position: relative;
  text-align: center;
  width: 1112px;
  margin: 0 auto;
  padding-top: 40px;
}

.v1-main-visual .v1-top-section .v1-top-section__inner {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 380px;
}

.v1-main-visual .v1-top-section .v1-top-section__title {
  margin-bottom: 50px;
}

.v1-main-visual .v1-top-section .v1-top-section__copy {
  margin-bottom: 25px;
  padding-bottom: 0;
  border-bottom-width: 0;
}

.v1-main-visual .v1-top-section .v1-top-section__description {
  margin-bottom: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-main-visual .v1-top-section .v1-top-section__nav-list {
  display: none;
  position: absolute;
  height: 280px;
  top: 138px;
  bottom: 0;
  margin: auto;
  left: 32px;
}

.v1-main-visual .v1-top-section .v1-top-section__nav-list--left {
  right: auto;
}

.v1-main-visual .v1-top-section .v1-top-section__nav-list--right {
  left: auto;
  right: 32px;
}

.v1-main-visual .v1-top-section .v1-top-section__nav-item {
  margin-bottom: 8px;
}

.v1-main-visual .v1-top-section .v1-top-section__nav-item:last-child {
  margin-bottom: 0;
}

.v1-main-visual .v1-top-section .v1-top-section__nav-item .v1-button {
  position: relative;
  padding: 0 20px 0 55px;
  width: 260px;
  height: 64px;
  line-height: 60px;
  background-color: #242a31;
  font-size: 15px;
}

.v1-main-visual .v1-top-section .v1-top-section__nav-item .v1-button i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  height: 30px;
  line-height: 1;
}

.v1-main-visual .v1-top-section .v1-top-section__nav-item .v1-button:hover {
  background-color: #fff;
  color: #009de1;
}

.v1-main-visual .v1-top-section .v1-top-section__nav-item--2line .v1-button {
  padding-top: 12px;
  line-height: 1.25;
}

.v1-top-section--store {
  position: relative;
  background-image: url(/pc/assets/images/top/bg_store.jpg);
}

.v1-top-section--store .v1-top-section__second {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.v1-top-section--store .v1-top-section__description {
  color: #fff;
}

.v1-top-section--fee {
  position: relative;
  background-image: url(/pc/assets/images/top/bg_fee.png);
}

.v1-top-section--fee .v1-top-section__first {
  margin-top: -10%;
}

.v1-top-section--fee .v1-top-section__description {
  margin-bottom: 35px;
  color: #999;
}

.v1-top-section--fee .v1-top-section__figure {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.v1-top-section--karaoke {
  position: relative;
  background-image: url(/pc/assets/images/top/bg_karaoke.jpg);
}

.v1-top-section--karaoke .v1-top-section__description {
  margin-bottom: 35px;
  color: #fff;
}

.v1-top-section--karaoke .v1-top-section__figure {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.v1-top-section--sales {
  position: relative;
  background-image: url(/pc/assets/images/top/bg_sales.jpg);
  font-size: 0;
}

.v1-top-section--sales .v1-top-section__first {
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  margin: auto;
}

.v1-top-section--sales .v1-top-section__description {
  margin-bottom: 40px;
  color: #fff;
}

.v1-top-section--artist {
  position: relative;
  margin-top: 40px;
  background-image: url(/pc/assets/images/top/bg_artist.jpg);
  overflow: hidden;
}

.v1-top-section--artist .v1-top-section__container {
  padding-top: 130px;
  vertical-align: top;
}

.v1-top-section--artist:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background-color: #fff;
}

.v1-top-section--artist .v1-top-section__description {
  margin-bottom: 66px;
  color: #fff;
}

.v1-top-section--artist .v1-top-section__figure {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.v1-top-section--artist .v1-top-section__second {
  bottom: -85px;
}

.v1-top-section--artist .slick-arrow {
  top: 170px;
}

.v1-top-section--artist .slick-dots {
  top: -40px;
}

.v1-top-section--function {
  position: relative;
  background: #f1f2f6;
  padding-top: 70px;
  overflow: hidden;
}

.v1-top-section--function:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 160px;
  background-color: #fff;
}

.v1-top-section--function .v1-top-section__copy {
  border-bottom-color: #000;
}

.v1-top-section--function .v1-top-section__description {
  margin-bottom: 0;
  padding-bottom: 55px;
  color: #666;
}

.v1-top-section--function .v1-top-section__second {
  bottom: -70px;
}

.v1-top-section--function .v1-carousel__text {
  margin-bottom: 1.25rem;
  height: 3.25em;
  text-align: center;
  color: #999;
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-top-section--function .v1-carousel .slick-active .v1-carousel__text {
  color: #333;
}

.v1-top-section--function .slick-arrow {
  top: 240px;
}

.v1-top-section--function .slick-dots {
  top: -26px;
}

.v1-top-section--function .slick-dots > li button {
  background-color: #fff;
}

.v1-top-section--function .slick-dots > li.slick-active button {
  background-color: #ddd;
}

.v1-top-section--studio {
  position: relative;
  background-image: url(/pc/assets/images/top/bg_studio.jpg);
}

.v1-top-section--studio .v1-top-section__description {
  margin-bottom: 35px;
  color: #fff;
}

.v1-top-section--studio .v1-top-section__figure {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.v1-top-section--entrust {
  position: relative;
  margin-top: 60px;
  background-image: url(/pc/assets/images/top/bg_entrust.png);
}

.v1-top-section--entrust .v1-top-section__copy {
  border-bottom-color: #000;
}

.v1-top-section--entrust .v1-top-section__description {
  margin-bottom: 70px;
  color: #666;
}

.v1-top-section--production {
  position: relative;
  background-image: url(/pc/assets/images/top/bg_production.jpg);
}

.v1-top-section--production .v1-top-section__description {
  margin-bottom: 45px;
  color: #fff;
}

.v1-top-section--others {
  position: relative;
  background-image: url(/pc/assets/images/top/bg_others.jpg);
}

.v1-top-section--others .v1-top-section__description {
  margin-bottom: 45px;
  color: #fff;
}

.v1-top-section--service {
  position: relative;
  background-image: url(/pc/assets/images/top/bg_service.jpg);
}

.v1-top-section--service .v1-top-section__inner {
  width: 1160px;
  margin: 0 auto -40px;
  padding: 0 8px;
}

.v1-top-section--service .v1-top-section__media {
  padding-bottom: 40px;
  color: #fff;
  font-size: 0;
}

.v1-top-section--service .v1-top-section__media-image {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
}

.v1-top-section--service .v1-top-section__media-title {
  display: inline-block;
  vertical-align: middle;
  width: 138px;
  margin-left: -30px;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}

.v1-top-section--service .v1-top-section__media-description {
  margin-top: -18px;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-mega-tab {
  margin-top: -54px;
}

.v1-mega-tab__menu {
  background-color: #242a31;
}

.v1-mega-tab__menu > .v1-menu {
  width: 900px;
  margin: 0 auto;
}

.v1-mega-tab__menu > .v1-menu .v1-menu__item {
  width: 160px;
}

.v1-mega-tab__menu > .v1-menu .v1-menu__item > a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.v1-mega-tab__menu > .v1-menu .v1-menu__item > a:hover, .v1-mega-tab__menu > .v1-menu .v1-menu__item > a.is-active {
  text-decoration: none;
  background-color: #fff;
}

.v1-mega-tab__list {
  max-height: 600px;
  overflow: hidden;
}

.v1-mega-tab__head,
.v1-mega-tab__body .row {
  width: 1160px;
  margin: 0 auto;
}

.v1-mega-tab__head {
  padding: 25px 0;
}

.v1-mega-tab__head p {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
}

.v1-mega-tab__body + .v1-mega-tab__head {
  margin-top: 5px;
}

.v1-mega-tab .v1-carousel {
  margin: 0 -8px;
}

.v1-mega-tab .v1-carousel__item {
  padding: 0 8px;
}

.v1-mega-tab .v1-carousel__item:focus {
  outline: none;
}

.v1-mega-tab .v1-carousel .slick-arrow.slick-prev {
  left: -10px;
}

.v1-mega-tab .v1-carousel .slick-arrow.slick-next {
  right: -5px;
}

.v1-mega-tab .v1-media {
  width: 146px;
}

.v1-mega-tab .v1-media__thumbnail img {
  max-width: 100%;
}

.v1-mega-tab .v1-media .v1-icon-set {
  margin-top: 5px;
}

.v1-mega-tab__item .columns {
  padding: 0;
}

.v1-mega-tab__item.is-not-init {
  overflow: hidden;
  height: 0;
  padding-bottom: 0;
}

.v1-mega-tab__item--artist, .v1-mega-tab__item--music {
  padding-bottom: 60px;
}

.v1-mega-tab__item--artist .v1-media, .v1-mega-tab__item--music .v1-media {
  text-align: center;
}

.v1-mega-tab__item--artist .v1-media__title, .v1-mega-tab__item--music .v1-media__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v1-mega-tab__item--blog, .v1-mega-tab__item--news, .v1-mega-tab__item--feature {
  padding-bottom: 180px;
}

.v1-mega-tab__item--blog .v1-carousel, .v1-mega-tab__item--news .v1-carousel, .v1-mega-tab__item--feature .v1-carousel {
  margin: 0 -16px;
}

.v1-mega-tab__item--blog .v1-carousel__item, .v1-mega-tab__item--news .v1-carousel__item, .v1-mega-tab__item--feature .v1-carousel__item {
  padding: 0 16px;
}

.v1-mega-tab__item--blog .v1-media, .v1-mega-tab__item--news .v1-media, .v1-mega-tab__item--feature .v1-media {
  width: 264px;
}

.v1-mega-tab__item--blog .slick-arrow, .v1-mega-tab__item--news .slick-arrow, .v1-mega-tab__item--feature .slick-arrow {
  top: 73px;
}

.v1-mega-tab__item--blog .slick-arrow.slick-prev, .v1-mega-tab__item--news .slick-arrow.slick-prev, .v1-mega-tab__item--feature .slick-arrow.slick-prev {
  left: -5px;
}

.v1-mega-tab__item--blog .slick-arrow.slick-next, .v1-mega-tab__item--news .slick-arrow.slick-next, .v1-mega-tab__item--feature .slick-arrow.slick-next {
  right: -5px;
}

.v1-popup-menu__section {
  padding: 30px;
}

.v1-popup-menu__section--optional {
  background-color: #f8f8f8;
}

.v1-popup-menu p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-popup-menu p + p {
  margin-top: .75rem;
}

.v1-popup-menu__text {
  margin-bottom: 1rem;
}

.v1-popup-menu .v1-popup-menu__heading {
  text-align: center;
  color: #666;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

.v1-popup-menu .v1-popup-menu__heading--small {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-popup-menu .v1-button {
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 5px;
}

.v1-popup-menu .v1-help-text {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.v1-popup-menu form label input {
  margin: 0;
}

.v1-popup-menu form label + label,
.v1-popup-menu form label + .v1-button {
  margin-top: .5rem;
}

.v1-popup-menu form .v1-checkbox-group {
  margin-bottom: 1rem;
}

.v1-popup-menu form .v1-checkbox-group .v1-checkbox {
  margin-left: 1rem;
}

.v1-popup-menu form .v1-checkbox-group .v1-checkbox:first-child {
  margin-left: 0;
}

.v1-popup-menu form .v1-help-text {
  margin-top: 1rem;
}

.v1-popup-menu .v1-share {
  margin-bottom: 20px;
}

.v1-popup-menu .v1-share.row {
  margin-right: -2px;
  margin-left: -2px;
  text-align: center;
}

.v1-popup-menu .v1-share .columns {
  padding: 0 2px;
}

.v1-popup-menu .v1-share .v1-button {
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
}

.v1-popup-menu .v1-share .v1-button .v1-icon {
  margin-right: 10px;
}

.v1-popup-menu .v1-share__item {
  white-space: nowrap;
}

.v1-popup-menu .v1-share__item--facebook.v1-button {
  background-color: #3b579d;
}

.v1-popup-menu .v1-share__item--facebook.v1-button:hover {
  background-color: #1d397f;
}

.v1-popup-menu .v1-share__item--twitter.v1-button {
  background-color: #5ea9dd;
}

.v1-popup-menu .v1-share__item--twitter.v1-button:hover {
  background-color: #408bbf;
}

.v1-popup-menu .v1-share__item--yahoo.v1-button {
  background-color: #ff0029;
}

.v1-popup-menu .v1-share__item--yahoo.v1-button:hover {
  background-color: #e1000b;
}

.v1-checkbox-group .v1-checkbox {
  margin-left: 1rem;
}

.v1-checkbox-group .v1-checkbox:first-child {
  margin-left: 0;
}

.v1-rank-grid .row {
  margin: 0 -22px;
}

.v1-rank-grid .row .columns {
  padding: 0 22px;
  float: left;
  width: 33.333333%;
  position: relative;
}

.v1-rank-grid .row .columns:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 598px;
  width: 1px;
  background-color: #eee;
}

.v1-rank-grid .row .columns:nth-child(3n):before {
  display: none;
}

.v1-rank-grid .v1-media {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.v1-rank-grid .v1-media__thumbnail, .v1-rank-grid .v1-media__text {
  display: table-cell;
  vertical-align: middle;
}

.v1-rank-grid .v1-media__thumbnail {
  width: 100px;
}

.v1-rank-grid .v1-media__text {
  padding-left: 20px;
}

.v1-rank-grid .v1-media .v1-icon-set {
  margin-top: 5px;
}

.v1-rank-grid .v1-media .v1-rank--circle {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-rank-grid .v1-media .v1-rank--triangle {
  width: 42px;
  height: 38px;
  line-height: 22px;
  padding-right: 17px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-rank-grid .v1-media .v1-rank--triangle:before {
  border-width: 38px 38px 0 0;
}

.v1-rank-grid .v1-media .v1-rank--triangle:not(.v1-rank--1st):not(.v1-rank--2nd):not(.v1-rank--3rd):before {
  border-top-color: #242a31;
}

.v1-rank-grid .v1-media .v1-rank--triangle:not(.v1-rank--1st):not(.v1-rank--2nd):not(.v1-rank--3rd).v1-rank--low:before {
  border-top-color: #999;
}

.v1-rank-grid .v1-media .v1-rank--triangle.v1-rank--1st:after, .v1-rank-grid .v1-media .v1-rank--triangle.v1-rank--2nd:after, .v1-rank-grid .v1-media .v1-rank--triangle.v1-rank--3rd:after {
  top: -21px;
  left: -18px;
}

.v1-media-grid .row {
  margin: 0 -11px;
}

.v1-media-grid .row .columns {
  padding: 0 11px;
  float: left;
  width: 20%;
}

.v1-media-grid .v1-media {
  display: block;
  width: 148px;
  text-align: center;
}

.v1-media-grid .v1-media__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v1-button-group__item {
  margin-bottom: 4px;
}

.v1-button-group--horizontal {
  font-size: 0;
}

.v1-button-group--horizontal .v1-button-group__item {
  margin-bottom: 0;
  display: inline-block;
}

.v1-button-group--horizontal .v1-button-group__item + .v1-button-group__item {
  margin-left: .5rem;
}

.v1-info-list__item {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.v1-info-list--small .v1-info-list__item {
  padding: 1rem 8px;
}

.v1-info-list--small .v1-info__main {
  width: 500px;
}

.v1-artist-list:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-artist-list__main {
  width: 36.84%;
  float: left;
}

.v1-artist-list__main .v1-media__title {
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-artist-list__main .v1-media__thumbnail {
  width: 102px;
  /*span{
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    width: 1rem;
                    height: 1rem;
                    border-radius: 50%;
                    display: block;
                    background: $alert-color;
                    color: #fff;
                    @include font-size(12);
                    text-align: center;
                    line-height: 1.5;
                    border: 4px solid #fff;
                    box-sizing: content-box;
                }*/
}

.v1-artist-list__main .v1-media__thumbnail a {
  position: relative;
  display: block;
}

.v1-artist-list__sub {
  width: 63.16%;
  float: right;
}

.v1-artist-list__sub .v1-media__thumbnail {
  width: 70px;
}

.v1-artist-list .v1-media {
  position: relative;
  display: table;
  width: 100%;
}

.v1-artist-list .v1-media__thumbnail, .v1-artist-list .v1-media__text {
  display: table-cell;
  vertical-align: top;
}

.v1-artist-list .v1-media__text {
  position: relative;
  padding: 0.5em 1em 1.5em 1rem;
}

.v1-artist-list .v1-media__subtext {
  position: absolute;
  bottom: 0;
  left: 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
}

.v1-nav-user {
  color: #fff;
  font-weight: bold;
}

.v1-nav-user__head {
  padding: 12px 16px;
  background-color: #0592cf;
}

.v1-nav-user__head .v1-heading {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.v1-nav-user__body {
  padding: .75rem 0 .75rem 1rem;
  background-color: #009de1;
}

.v1-nav-user__body dl {
  margin-bottom: 0;
}

.v1-nav-user__body dl dt {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-nav-user__body dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-size: 0.6875rem;
}

.v1-nav-user__body .v1-icon {
  line-height: 1;
  padding: .5rem 1rem;
  color: #fff;
}

.v1-nav-user__body .v1-table__cell:first-child {
  width: 200px;
}

.v1-nav-data {
  color: #ffffff;
  font-weight: bold;
}

.v1-nav-data__head {
  padding: 12px 16px;
  color: #cccccc;
  background-color: #191d22;
}

.v1-nav-data__head .v1-heading {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-nav-data__head .v1-heading a {
  display: block;
  color: #ffffff;
}

.v1-nav-data__head .v1-heading a:hover {
  text-decoration: none;
}

.v1-nav-data__head .v1-heading .fa:last-child {
  float: right;
  line-height: 1.5;
}

.v1-nav-data__body .v1-panel {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #3b3f43;
  background-color: #242a31;
}

.v1-nav-data__body .v1-panel__main {
  margin-bottom: .75rem;
}

.v1-nav-data__body .v1-panel .v1-data-sub {
  display: table;
  width: 100%;
}

.v1-nav-data__body .v1-panel .v1-data-sub dt, .v1-nav-data__body .v1-panel .v1-data-sub dd {
  display: table-cell;
}

.v1-nav-data__body .v1-panel .v1-data-sub dd {
  text-align: right;
  font-weight: bold;
}

.v1-nav-data__body .v1-time {
  margin-bottom: .625rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.v1-nav-data__body .v1-num-set__name {
  color: #ccc;
}

.v1-nav-data__body .v1-data-sub {
  margin-bottom: 0;
}

.v1-nav-data__body .v1-data-sub dt {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-nav-data__body .v1-data-sub dd {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}

.v1-nav-data .v1-menu__item {
  border-bottom: 1px solid #3b3f43;
}

.v1-nav-data .v1-menu__item:last-child {
  border-bottom-width: 0;
}

.v1-nav-data .v1-menu__item > a {
  background-color: #191d22;
  padding: 1rem;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: background .25s ease-out;
  transition: background .25s ease-out;
}

.v1-nav-data .v1-menu__item > a .fa:first-child, .v1-nav-data .v1-menu__item > a .v1-icon:first-child {
  width: 18px;
  text-align: center;
  margin-right: 15px;
}

.v1-nav-data .v1-menu__item > a .fa:last-child {
  float: right;
  line-height: 1.5;
}

.v1-nav-data .v1-menu__item > a:hover {
  background-color: #242a31;
  text-decoration: none;
}

.v1-news-entry {
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-news-entry p {
  margin-bottom: 1.5rem;
}

.v1-news-entry ul {
  margin: 0 0 1.5rem 1rem;
}

.v1-news-entry ul li {
  list-style-type: disc;
}

.v1-news-entry ol {
  margin: 0 0 1.5rem 1rem;
}

.v1-news-entry ol li {
  list-style-type: decimal;
}

.v1-news-entry em {
  font-weight: bold;
}

.v1-card {
  padding-bottom: 14px;
  background-color: #242a31;
}

.v1-card__item + .v1-card__item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.v1-media-analysis {
  text-align: center;
}

.v1-media-analysis .v1-media__thumbnail {
  width: 100px;
  margin: 0 auto;
}

.v1-media-analysis .v1-media__title {
  font-size: 16px;
  font-size: 1rem;
}

.v1-artist-edit__visual {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: -20px;
}

.v1-artist-edit__item {
  position: relative;
  z-index: 1;
}

.v1-artist-edit__item + .v1-artist-edit__item {
  margin-top: 1.5rem;
}

.v1-artist-edit .v1-textarea {
  width: 480px;
}

.v1-artist-edit .v1-radio-unit {
  font-size: 0;
}

.v1-artist-edit .v1-highlight {
  padding: 0;
}

.v1-artist-edit .v1-radio label {
  line-height: 1;
}

.v1-artist-edit .v1-radio input[type="radio"]:checked + label:after {
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.v1-global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  min-width: 1021px;
  width: 100%;
  max-height: 60px;
  background: #242a31;
}

.v1-global-header .top-bar {
  padding: 0;
  background-color: inherit;
}

.v1-global-header .top-bar-right, .v1-global-header .top-bar-left {
  width: auto;
}

.v1-global-header .v1-site-logo {
  display: table;
  height: 60px;
}

.v1-global-header .v1-site-logo__item {
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}

.v1-global-header .v1-site-logo__item img{
  width:77px;

}

.v1-global-header .row .column, .v1-global-header .row .columns {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.v1-global-header .row.is-fixed {
  width: auto;
  max-width: 1160px;
}

.v1-page-header {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #eee;
}

.v1-page-header + .v1-section {
  margin-top: 1.5rem;
}

.v1-page-header .v1-heading {
  margin-bottom: 0;
}

.v1-page-header .v1-subnav__item {
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-page-header--row {
  display: table;
  width: 100%;
  padding-bottom: 1.5rem;
}

.v1-page-header--row .v1-page-header__col {
  padding-left: 1.5rem;
  display: table-cell;
  vertical-align: middle;
}

.v1-page-header--row .v1-page-header__col:last-child form {
  float: right;
}

.v1-section-header {
  margin-bottom: 1rem;
}

.v1-section-header--small {
  margin-bottom: .5rem;
}

.v1-section-header--large {
  margin-bottom: 1.5rem;
}

.v1-section-header--xlarge {
  margin-bottom: 2rem;
}

.v1-section-header .v1-heading {
  margin-bottom: 0;
}

.v1-section-header .v1-heading + .v1-time {
  margin-top: 3px;
}

.v1-section-header .v1-time {
  color: #999;
  font-family: Arial, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-section-header.is-no-gutter {
  margin-bottom: 0;
}

.v1-section-header.has-line {
  padding-top: 1.5866rem;
  padding-bottom: 1.5866rem;
  border-bottom: 1px solid #eee;
}

.v1-section-header--row {
  display: table;
  width: 100%;
}

.v1-section-header--row .v1-section-header__col {
  display: table-cell;
  vertical-align: middle;
}

.v1-section-header--row.has-line {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.v1-section-header--row.has-line .v1-local-nav {
  padding-bottom: 0;
}

.v1-section-header--row.has-line .v1-local-nav__item > a.is-current:before {
  bottom: -27px;
}

.v1-global-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 3.5rem .5rem 2rem;
  min-width: 1160px;
  background-color: #242a31;
}

.v1-global-footer .row {
  max-width: 1160px;
  padding-left: .5rem;
  padding-right: .5rem;
}

.v1-global-footer__head {
  margin-bottom: 35px;
}

.v1-global-footer__body {
  margin-bottom: 32px;
}

.v1-global-footer__body .columns {
  width: 16.66666%;
}

.v1-global-footer__list-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

ul + .v1-global-footer__list-title {
  margin-top: 20px;
}

.v1-global-footer__list {
  margin-left: 0;
  list-style-type: none;
}

.v1-global-footer__list > li {
  margin-bottom: 6px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-global-footer__list a {
  color: #cccccc;
}

.v1-global-footer .v1-share-button__item {
  display: table-cell;
}

.v1-global-footer .v1-share-button__item > a {
  padding: 0 5px;
}

.v1-global-footer .v1-share-button__item .fa {
  color: #737984;
  font-size: 20px;
  font-size: 1.25rem;
}

.v1-global-footer .v1-share-button__item:last-child > a {
  padding-right: 0;
}

.v1-form-help {
  display: none;
}

.v1-form-help .v1-balloon {
  left: 506px;
  z-index: 2;
  white-space: normal;
  width: 310px;
  max-width: none;
  background-color: #f8f8f8;
  color: #333;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-form-help .v1-balloon:before {
  border-top-color: #f8f8f8;
}

.v1-form-help .v1-balloon__text + .v1-balloon__text {
  margin-top: 1.25rem;
}

.v1-form-help .v1-balloon__textset dt {
  padding-top: 1.5rem;
}

.v1-form-help.is-visibled {
  display: block;
}

.js-fixed-sidebar .v1-sidebar {
  width: 268px;
}

.v1-sidebar.is-paused {
  position: absolute;
}

.v1-sidebar__media-list > li + li {
  margin-top: 1.25rem;
}

.v1-sidebar .v1-avatar {
  margin-bottom: 1.25rem;
}

.v1-sidebar--artist {
  margin-top: -90px;
  overflow: hidden;
}

.v1-page--edit-artist .v1-sidebar {
  padding-top: 1.5rem;
}

.v1-playlist__body .v1-list__item {
  border-bottom: 1px solid #eee;
}

.v1-playlist__body .v1-list__item:first-child {
  border-top: 1px solid #eee;
}

.v1-playlist__foot {
  padding-top: .5rem;
  padding-right: .5rem;
}

.v1-playlist__foot:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-playlist__foot .v1-button {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.v1-playlist__foot .v1-button * {
  vertical-align: middle;
}

.v1-playlist__foot .v1-button .fa, .v1-playlist__foot .v1-button .icon {
  margin-right: 6px;
}

.v1-playlist__foot .v1-button:hover .fa, .v1-playlist__foot .v1-button:hover .icon {
  color: #009de1;
}

.v1-playlist__foot .v1-icon-set {
  float: right;
}

.v1-playlist__foot .v1-icon-set__item .fa {
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

.v1-playlist__foot .v1-icon-set__item > span {
  cursor: default;
}

.v1-playlist__foot .v1-icon-set__item > span span {
  display: inline-block;
  vertical-align: middle;
}

.v1-playlist .v1-track__row:hover {
  background-color: #f8f8f8;
  text-decoration: none;
  color: #009de1;
}

.v1-playlist--type-B .v1-track__row {
  table-layout: auto;
  padding: .5em 0;
}

.v1-playlist--type-B .v1-track__thumbnail {
  width: 60px;
}

.v1-playlist--type-B .v1-track__thumbnail > a {
  width: 60px;
  display: block;
  position: relative;
  position: relative;
}

.v1-playlist--type-B .v1-track__thumbnail > a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background ease-out .25s;
  transition: background ease-out .25s;
}

.v1-playlist--type-B .v1-track__thumbnail > a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -224px -104px;
  width: 32px;
  height: 32px;
}

.v1-playlist--type-B .v1-track__thumbnail > a:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-playlist--type-B .v1-track__thumbnail > a:hover:after {
  opacity: 1;
}

.v1-playlist--type-B .v1-track__thumbnail > a.is-active:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-playlist--type-B .v1-track__thumbnail > a.is-active:after {
  font-family: FontAwesome;
  content: "\f04c";
  opacity: 1;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}

.v1-playlist--type-B .v1-track__artist-name, .v1-playlist--type-B .v1-track__time {
  padding: 0.5em 0;
}

.v1-playlist--type-B .v1-track__title {
  padding-left: 1rem;
  width: 400px;
}

.v1-playlist--type-B .v1-track__title > a:hover {
  color: #009de1;
}

.v1-playlist--type-B .v1-track__artist-name {
  width: 264px;
}

.v1-playlist--type-B .v1-track__time {
  float: none;
  width: 80px;
}

.v1-playlist--type-B .v1-track .v1-icon-set {
  width: 180px;
  padding-left: .5rem;
  padding-right: 1.25rem;
}

.v1-playlist--type-B .v1-track .v1-icon-set__item + .v1-icon-set__item {
  margin-left: 1.25rem;
}

.v1-playlist--type-B .v1-track .v1-icon-set:last-child {
  width: 10.5em;
}

.v1-playlist--type-C .v1-media__thumbnail {
  width: 60px;
  position: relative;
}

.v1-playlist--type-C .v1-media__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background ease-out .25s;
  transition: background ease-out .25s;
}

.v1-playlist--type-C .v1-media__thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -224px -104px;
  width: 32px;
  height: 32px;
}

.v1-playlist--type-C .v1-media__thumbnail:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-playlist--type-C .v1-media__thumbnail:hover:after {
  opacity: 1;
}

.v1-playlist--type-C .v1-media__thumbnail.is-active:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-playlist--type-C .v1-media__thumbnail.is-active:after {
  font-family: FontAwesome;
  content: "\f04c";
  opacity: 1;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}

.v1-playlist--type-C .v1-media__title {
  font-weight: normal;
}

.v1-playlist--type-C .v1-media__text {
  padding: 0 1rem;
}

.v1-playlist--type-C .v1-track__row {
  table-layout: auto;
  padding: .5rem .75rem .5rem 0;
}

.v1-playlist--type-C .v1-track__row:hover {
  color: inherit;
}

.v1-playlist--type-C .v1-track__row > .v1-icon-set {
  padding: .5rem 0 .5rem 1.5rem;
  width: 10.75em;
  vertical-align: top;
}

.v1-playlist--type-C .v1-track__media {
  width: 460px;
}

.v1-playlist--type-C .v1-track__artist-name, .v1-playlist--type-C .v1-track__time {
  padding: .5rem 0;
}

.v1-playlist--type-C .v1-track__artist-name {
  width: 160px;
  padding-left: 1rem;
  vertical-align: top;
}

.v1-playlist--type-C .v1-track__time {
  width: auto;
}

.v1-playlist--with-player .v1-track__title {
  width: 280px;
  position: relative;
}

.v1-playlist--with-player .v1-track__title > a.is-active .v1-track__num:before {
  content: "\f28b";
}

.v1-playlist--with-player .v1-track__artist-name {
  width: 110px;
  padding: 0 1rem;
}

.v1-playlist--with-player .v1-track__num:before {
  display: none;
  position: absolute;
  z-index: 2;
  top: -4px;
  content: "\f144";
  font-family: "FontAwesome";
  font-size: 17px;
}

.v1-playlist--with-player .v1-track__time {
  width: 50px;
  float: none;
}

.v1-playlist--with-player .v1-track__widget {
  padding-left: 1rem;
}

.v1-playlist--with-player .v1-track__widget:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-playlist--with-player .v1-track__widget > .v1-icon-set {
  float: left;
}

.v1-playlist--with-player .v1-track__widget > .v1-icon-set:last-child {
  float: right;
  width: 9.5em;
}

.v1-playlist--with-player .v1-track__row .v1-icon-set:first-child {
  display: none;
}

.v1-playlist--with-player .v1-track__row .v1-icon-set__item + .v1-icon-set__item {
  margin-left: 1.25rem;
}

.v1-playlist--with-player .v1-track__row:hover .v1-track__title > a, .v1-playlist--with-player .v1-track.is-active .v1-track__title > a {
  color: #009de1;
}

.v1-playlist--with-player .v1-track__row:hover .v1-track__num, .v1-playlist--with-player .v1-track.is-active .v1-track__num {
  font-size: 0;
}

.v1-playlist--with-player .v1-track__row:hover .v1-track__num:before, .v1-playlist--with-player .v1-track.is-active .v1-track__num:before {
  display: block;
}

.v1-playlist--with-player .v1-track__row:hover .v1-track__artist-name, .v1-playlist--with-player .v1-track.is-active .v1-track__artist-name {
  display: none;
}

.v1-playlist--with-player .v1-track__row:hover .v1-track__time, .v1-playlist--with-player .v1-track.is-active .v1-track__time {
  display: none;
}

.v1-playlist--with-player .v1-track__row:hover .v1-icon-set:first-child, .v1-playlist--with-player .v1-track.is-active .v1-icon-set:first-child {
  display: block;
}

.v1-playlist--with-player-2 .v1-track__title {
  width: 280px;
  padding-right: 1rem;
  position: relative;
}

.v1-playlist--with-player-2 .v1-track__title > a.is-active .v1-track__num:before {
  content: "\f28b";
}

.v1-playlist--with-player-2 .v1-track__artist-name {
  width: 110px;
}

.v1-playlist--with-player-2 .v1-track__num:before {
  display: none;
  position: absolute;
  z-index: 2;
  top: -4px;
  content: "\f144";
  font-family: "FontAwesome";
  font-size: 17px;
}

.v1-playlist--with-player-2 .v1-track__time {
  width: 5em;
  float: none;
  text-align: right;
  padding-right: 1.5rem;
}

.v1-playlist--with-player-2 .v1-track__row {
  table-layout: auto;
}

.v1-playlist--with-player-2 .v1-track__row .v1-icon-set__item + .v1-icon-set__item {
  margin-left: 1.25rem;
}

.v1-playlist--with-player-2 .v1-track__row:hover .v1-track__title > a, .v1-playlist--with-player-2 .v1-track.is-active .v1-track__title > a {
  color: #009de1;
}

.v1-playlist--with-player-2 .v1-track__row:hover .v1-track__num, .v1-playlist--with-player-2 .v1-track.is-active .v1-track__num {
  font-size: 0;
}

.v1-playlist--with-player-2 .v1-track__row:hover .v1-track__num:before, .v1-playlist--with-player-2 .v1-track.is-active .v1-track__num:before {
  display: block;
}

.v1-music-overview__head .v1-heading {
  margin-bottom: .5rem;
}

.v1-music-overview__head .v1-heading > a {
  color: #333;
  -webkit-transition: color ease-out .25s;
  transition: color ease-out .25s;
}

.v1-music-overview__head .v1-heading > a:hover {
  text-decoration: none;
  color: #009de1;
}

.v1-music-overview__subtitle {
  line-height: 1.25;
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.v1-music-overview__subtitle + .v1-music-overview__subtitle {
  margin-top: .25rem;
}

.v1-music-overview__head + .v1-music-overview__body {
  margin-top: 1rem;
}

.v1-music-overview__info {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.v1-music-overview__shop {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.v1-music-overview__shop dt,
.v1-music-overview__shop dd {
  display: table-cell;
  vertical-align: middle;
}

.v1-music-overview__shop .v1-heading {
  width: 120px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
}

.v1-music-overview__shop + .v1-music-overview__shop {
  margin-top: .75rem;
}

.v1-music-author .v1-media__thumbnail {
  margin-bottom: 1.25rem;
}

.v1-music-author .v1-media__textset + .v1-media__textset {
  margin-top: .75rem;
}

.v1-music-author .v1-media__subtitle + .v1-media__title {
  margin-top: .375rem;
}

.v1-music-author .v1-media__title {
  color: #666;
}

.v1-contribute {
  padding: .5rem;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}

.v1-contribute__body {
  display: table;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 0;
}

.v1-contribute__body > * {
  display: table-cell;
  vertical-align: top;
}

.v1-contribute__body .v1-avatar {
  width: 62px;
  border-right: 1px solid #ddd;
}

.v1-contribute__body .v1-textarea textarea {
  height: 61px;
  border-width: 0;
  border-radius: 0;
  resize: none;
  box-shadow: none;
  background-color: #ffffff;
}

.v1-contribute__body .v1-textarea textarea:focus, .v1-contribute__body .v1-textarea textarea:hover {
  background: #fff;
}

.v1-contribute__body + .v1-contribute__submit {
  margin-top: 6px;
}

.v1-contribute__submit .v1-menu {
  width: 100%;
  table-layout: fixed;
}

.v1-contribute__submit .v1-menu__item {
  vertical-align: middle;
}

.v1-contribute__submit .v1-review {
  margin-left: 0;
  padding-top: 3px;
  padding-left: .5rem;
}

.v1-contribute__submit .v1-review__rate {
  padding-top: 2px;
}

.v1-article-card__inner {
  display: block;
  position: relative;
  color: #fff;
}

.v1-article-card__inner:hover, .v1-article-card__inner:focus {
  color: #fff;
}

.v1-article-card__image:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
}

.v1-article-card__image:before {
  height: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 33%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 33%, transparent);
}

.v1-article-card__textset {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 2rem;
}

.v1-article-card__info {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-article-card__info + .v1-article-card__summary {
  margin-top: .375rem;
}

.v1-article-card__summary {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-article-card--new .v1-article-card__inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: url(/pc/assets/images/common/icon_newlabel_01.png) no-repeat;
  width: 56px;
  height: 56px;
}

.v1-artist-mega-overview {
  position: relative;
  width: 1160px;
  margin: -240px auto 0;
  padding: 40px 0;
  color: #fff;
}

.v1-artist-mega-overview .v1-avatar {
  width: 160px;
  color: #fff;
}

.v1-artist-mega-overview .v1-media__textset {
  padding-left: 1.5rem;
}

.v1-artist-mega-overview .v1-media__title {
  color: #fff;
  font-size: 2.25rem;
}

.v1-artist-mega-overview .v1-media__category {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-artist-mega-overview .v1-media .v1-share {
  margin-top: 3.25rem;
}

.v1-artist-mega-overview .v1-media .v1-share li {
  float: left;
}

.v1-artist-mega-overview .v1-media .v1-share li + li {
  margin-left: 5px;
}

.v1-artist-mega-overview .v1-icon-set__item, .v1-artist-mega-overview .v1-icon-set__item > a {
  color: #fff;
}

.v1-list-article__item {
  border-bottom: 1px solid #eee;
}

.v1-list-article .v1-table {
  padding: 1.5rem 0;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
}

.v1-list-article .v1-table:hover {
  background: #f8f8f8;
  text-decoration: none;
}

.v1-list-article .v1-table__cell {
  vertical-align: top;
}

.v1-list-article .v1-media__thumbnail {
  width: 120px;
}

.v1-list-article .v1-media__text {
  position: relative;
  bottom: 0;
  padding: 2px 0 2rem 0;
}

.v1-list-article .v1-media__text:hover {
  text-decoration: none;
}

.v1-list-article .v1-media__title {
  font-size: 18px;
  font-size: 1.125rem;
}

.v1-list-article .v1-media__title:hover {
  color: #009de1;
  cursor: pointer;
}

.v1-list-article .v1-media__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5;
}

.v1-list-article .v1-media__time {
  position: absolute;
  bottom: .5rem;
  left: 0;
}

.v1-list-article .v1-media__time:hover {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}

.v1-list-article .v1-media .v1-icon-set {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-list-article .v1-media .v1-icon-set .v1-icon {
  vertical-align: bottom;
}

.v1-list-article .v1-media .v1-icon-set__item > span {
  color: #999;
  vertical-align: middle;
}

.v1-list-article .v1-media__thumbnail + .v1-media__text {
  padding-left: 1.5rem;
}

.v1-list-article .v1-media__thumbnail + .v1-media__text .v1-media__time, .v1-list-article .v1-media__thumbnail + .v1-media__text .v1-icon-set {
  left: 1.5rem;
}

.v1-list-article.v1-list-article--midium .v1-table {
  padding: 1.5rem 1.5rem;
}

.v1-list-article.v1-list-article--midium .v1-media__title {
  font-size: 1rem;
}

.v1-list-article.v1-list-article--midium .v1-media__subtitle {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-list-article.v1-list-article--midium .v1-media__time {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-list-article.v1-list-article--small .v1-list-article__item {
  margin-bottom: 1.5rem;
  border-bottom: none;
}

.v1-list-article.v1-list-article--small .v1-table {
  padding-top: 0;
  padding-bottom: 0;
}

.v1-list-article.v1-list-article--small .v1-table:hover {
  background: #fff;
}

.v1-list-article.v1-list-article--small .v1-table__cell {
  vertical-align: top;
}

.v1-list-article.v1-list-article--small .v1-media__thumbnail {
  width: 86px;
}

.v1-list-article.v1-list-article--small .v1-media__thumbnail + .v1-media__text {
  padding-left: 1rem;
}

.v1-list-article.v1-list-article--small .v1-media__text {
  padding-top: 0;
  vertical-align: top;
}

.v1-list-article.v1-list-article--small .v1-media__subtitle {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.v1-list-article.v1-list-article--small .v1-media__subtitle:hover {
  text-decoration: underline;
  cursor: pointer;
}

.v1-list-article.v1-list-article--small .v1-media .v1-icon-set .v1-icon {
  margin-right: .5rem;
  vertical-align: bottom;
}

.v1-list-article.v1-list-article--small .v1-media .v1-icon-set__item:hover {
  text-decoration: underline;
  cursor: pointer;
}

.v1-list-article.v1-list-article--small .v1-media .v1-icon-set__item > span {
  color: #999;
  vertical-align: middle;
}

.v1-list-article.v1-list-article--small .v1-media__thumbnail + .v1-media__text {
  padding-left: 1rem;
}

.v1-list-article.v1-list-article--small .v1-media__thumbnail + .v1-media__text .v1-icon-set {
  left: 1rem;
}

.v1-playlist-wrap {
  display: none;
}

.v1-playlist-wrap__head {
  padding: 12px 1.5rem;
  background-color: #191d22;
}

.v1-playlist-wrap .v1-playlist__body .v1-list {
  background-color: #191d22;
}

.v1-playlist-wrap .v1-playlist__body .v1-list__item {
  border-bottom: 1px solid #393e44;
}

.v1-playlist-wrap .v1-playlist__body .v1-list__item:first-child {
  border-top: 1px solid #393e44;
}

.v1-playlist-wrap .v1-playlist .v1-track__num:before {
  display: none;
  position: absolute;
  z-index: 2;
  top: -4px;
  content: "\f144";
  color: #009de1;
  font-family: "FontAwesome";
  font-size: 17px;
}

.v1-playlist-wrap .v1-playlist .v1-track__num:after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 3px;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border-radius: 50%;
}

.v1-playlist-wrap .v1-playlist .v1-track__title {
  width: 260px;
  padding-right: 1rem;
  position: relative;
}

.v1-playlist-wrap .v1-playlist .v1-track__title > a.is-active .v1-track__num:before {
  content: "\f28b";
}

.v1-playlist-wrap .v1-playlist .v1-track__artist-name {
  width: 170px;
  padding-right: 1rem;
}

.v1-playlist-wrap .v1-playlist .v1-track__time {
  float: none;
  width: 50px;
}

.v1-playlist-wrap .v1-playlist .v1-track__widget {
  width: 320px;
  padding-left: 2rem;
}

.v1-playlist-wrap .v1-playlist .v1-track__widget:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-playlist-wrap .v1-playlist .v1-track__widget .v1-icon-set {
  float: left;
}

.v1-playlist-wrap .v1-playlist .v1-track__widget .v1-icon-set:last-child {
  float: right;
  width: 9.5em;
  margin-left: 1.25rem;
}

.v1-playlist-wrap .v1-playlist .v1-track__widget .v1-icon-set--plain .fa {
  color: #fff;
}

.v1-playlist-wrap .v1-playlist .v1-track__row {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.v1-playlist-wrap .v1-playlist .v1-track__row:hover .v1-track__num {
  font-size: 0;
}

.v1-playlist-wrap .v1-playlist .v1-track__row:hover .v1-track__num:before, .v1-playlist-wrap .v1-playlist .v1-track__row:hover .v1-track__num:after {
  display: block;
}

.v1-playlist-wrap .v1-playlist .v1-track__row:hover .v1-track__title > a, .v1-playlist-wrap .v1-playlist .v1-track.is-active .v1-track__title > a {
  color: #009de1;
}

.v1-playlist-wrap .v1-playlist .v1-track__row:hover .v1-track__num, .v1-playlist-wrap .v1-playlist .v1-track.is-active .v1-track__num {
  font-size: 0;
}

.v1-playlist-wrap .v1-playlist .v1-track__row:hover .v1-track__num:before, .v1-playlist-wrap .v1-playlist .v1-track.is-active .v1-track__num:before {
  display: block;
}

.v1-playlist-wrap .v1-music-overview, .v1-playlist-wrap .v1-icon-set__item > a {
  color: #fff;
}

.v1-playlist-wrap .v1-icon-set__item + .v1-icon-set__item {
  margin-left: 1.5rem;
}

.v1-playlist-wrap--large .v1-playlist .v1-track__title {
  width: 450px;
}

.v1-playlist-image {
  width: 100%;
}

.v1-playlist-image:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-playlist-image__item {
  position: relative;
  float: left;
}

.v1-playlist-image.v1-col-3 .v1-playlist-image__item {
  width: 286px;
  margin-right: 2px;
}

.v1-playlist-image.v1-col-3 .v1-playlist-image__item:nth-child(3n) {
  margin-right: 0;
}

.v1-playlist-image.v1-col-4 .v1-playlist-image__item {
  width: 214px;
  margin-right: 2px;
}

.v1-playlist-image.v1-col-4 .v1-playlist-image__item:nth-child(4n) {
  margin-right: 0;
}

.v1-playlist-image.v1-col-5 .v1-playlist-image__item {
  width: 20%;
}

.v1-playlist-image.v1-col-5 .v1-playlist-image__item:nth-child(n+6) {
  margin-top: .5rem;
}

.v1-playlist-image .v1-media {
  position: relative;
}

.v1-playlist-image .v1-media__textset {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.v1-playlist-image .v1-media:before {
  content: '';
  display: block;
  height: 100%;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 33%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 33%, transparent);
}

.v1-playlist-image .v1-media__text {
  position: absolute;
  z-index: 3;
  bottom: .75rem;
  width: 100%;
  padding: 0 1.5rem;
}

.v1-playlist-image .v1-media__title, .v1-playlist-image .v1-media__subtitle {
  color: #fff;
}

.v1-playlist-image .v1-media__title > a, .v1-playlist-image .v1-media__subtitle > a {
  color: #fff;
}

.v1-playlist-image .v1-media__title {
  font-size: 15px;
  font-size: 0.9375rem;
}

.v1-playlist-image .v1-media__title > a:hover {
  text-decoration: underline;
}

.v1-playlist-image .v1-media__title + .v1-icon-set {
  margin-top: .5rem;
}

.v1-playlist-image .v1-media__textset {
  padding: 0 1.5rem 1.5rem;
}

.v1-playlist-image .v1-media__thumbnail {
  position: relative;
}

.v1-playlist-image .v1-media__thumbnail:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  content: '';
  display: block;
  height: 100%;
  -webkit-transition: all ease-out .25s;
  transition: all ease-out .25s;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 33%, transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 33%, transparent);
}

.v1-playlist-image .v1-media__thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -224px -54px;
  width: 40px;
  height: 40px;
}

.v1-playlist-image .v1-media__thumbnail:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-playlist-image .v1-media__thumbnail:hover:after {
  opacity: 1;
}

.v1-playlist-image .v1-media__thumbnail.is-active:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-playlist-image .v1-media__thumbnail.is-active:after {
  font-family: FontAwesome;
  content: "\f04c";
  opacity: 1;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
}

.v1-fav-ranking:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-fav-ranking .columns {
  border-left: 1px solid #eee;
}

.v1-fav-ranking .columns:first-child {
  border: none;
}

.v1-fav-ranking .v1-media {
  padding: .5rem 12px;
  margin: 0 auto;
  font-size: 0;
}

.v1-fav-ranking .v1-media__thumbnail {
  display: inline-block;
  width: 100px;
  margin-right: 1rem;
  vertical-align: middle;
}

.v1-fav-ranking .v1-media__text {
  display: inline-block;
  vertical-align: middle;
}

.v1-fav-ranking .v1-rank {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-fav-ranking .v1-media.is-selected {
  background-color: #e3eb00;
  border-radius: 8px;
}

.v1-fav-ranking .v1-media.is-selected .v1-rank {
  background-color: #fff;
  color: #333;
  font-weight: bold;
}

.v1-rank-list__item {
  padding: .5rem 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #eee;
}

.v1-rank-list__item:first-child {
  border-top: 1px solid #eee;
}

.v1-rank-list .v1-track__row {
  padding: 0;
}

.v1-rank-list .v1-track__title {
  width: 72.91667%;
}

.v1-rank-list .v1-track__title a {
  display: inline-block;
}

.v1-rank-list .v1-track__title a:hover .v1-track__artist-name {
  color: #009de1;
}

.v1-rank-list .columns {
  border-left: 1px solid #eee;
}

.v1-movie-list:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-movie-list__item {
  width: 398px;
  margin: 0 32px 32px 0;
  float: left;
}

.v1-movie-list__item:nth-child(even) {
  margin-right: 0;
}

.v1-movie-list__item > a {
  display: block;
}

.v1-report-table {
  border: 1px solid #ddd;
}

.v1-report-table__header {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ddd;
}

.v1-report-table__header > * {
  display: table-cell;
  vertical-align: middle;
}

.v1-report-table__tab {
  width: 420px;
}

.v1-report-table__tab .v1-local-nav__item > a.is-current:before {
  bottom: -27px;
}

.v1-report-table__button {
  width: 172px;
  text-align: right;
}

.v1-report-table__filter {
  text-align: right;
}

.v1-step-indicator {
  background-color: #ddd;
  color: #ffffff;
  font-weight: bold;
}

.v1-step-indicator__list {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-left: 0;
}

.v1-step-indicator__item {
  display: table-cell;
  list-style: decimal;
  padding: 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}

.v1-step-indicator__item, .v1-step-indicator__item.is-current, .v1-step-indicator__item.is-visited {
  position: relative;
}

.v1-step-indicator__item:before, .v1-step-indicator__item.is-current:before, .v1-step-indicator__item.is-visited:before {
  content: "";
  position: absolute;
  z-index: 1;
  border-top: 26px solid;
  border-bottom: 26px solid;
  border-left: 15px solid;
  border-right: 15px solid;
  border-color: transparent;
  top: 0;
}

.v1-step-indicator__item:before, .v1-step-indicator__item.is-current:before, .v1-step-indicator__item.is-visited:before {
  left: 0;
}

.v1-step-indicator__item.is-current {
  background-color: #009de1;
}

.v1-step-indicator__item.is-visited {
  background-color: #999;
}

.v1-step-indicator__item.is-current + .v1-step-indicator__item:before {
  border-color: #ddd #ddd #ddd #009de1;
}

.v1-step-indicator__item.is-visited + .v1-step-indicator__item.is-current:before {
  border-color: #009de1 #009de1 #009de1 #999;
}

.v1-register-step .v1-highlight {
  padding: 1.5rem;
  border: 1px solid #ddd;
}

.v1-register-step .v1-image {
  padding-top: 1rem;
  text-align: center;
}

.v1-register-step .v1-image .fa {
  font-size: 72px;
  color: #ccc;
}

.v1-release-check .v1-indicator {
  background-color: #009de1;
}

.v1-release-check .v1-indicator:hover {
  background-color: #007fc3;
}

.v1-release-check .v1-indicator .fa {
  vertical-align: bottom;
}

.v1-release-check .v1-indicator.is-completed {
  background-color: #81cc00;
}

.v1-release-check .v1-indicator.is-completed:hover {
  background-color: #6db800;
}

.v1-release-check .v1-indicator.is-completed .fa {
  color: #fff;
}

.v1-structure-list .v1-list--ordered .v1-list__item {
  list-style-type: decimal;
}

.v1-structure-list .v1-list--ordered .v1-list__item + li {
  margin-top: 1.5rem;
}

.v1-structure-list .v1-list--ordered .v1-list__item dt {
  margin-bottom: .75rem;
}

.v1-structure-list .v1-list--ordered .v1-list__item dd {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-structure-list .v1-list--ordered .v1-list__item .v1-list__nested-list {
  padding-left: .125rem;
}

.v1-structure-list .v1-list--ordered .v1-list__item .v1-list__nested-list > li {
  list-style-type: disc;
}

.v1-structure-list .v1-list--ordered .v1-list__item .v1-list__nested-list > li + li {
  margin-top: .25rem;
}

.v1-music-list .v1-media--music {
  float: left;
  width: 148px;
  margin-right: 16px;
  text-align: center;
  padding-bottom: 1.25rem;
}

.v1-music-list .v1-media--music:nth-child(5n) {
  margin-right: 0;
}

.v1-radio-unit label {
  padding: 0 1em 0 0;
}

.v1-radio-unit--vertical .v1-radio-unit__item + * {
  margin-top: .25rem;
}

.v1-side-ranking {
  padding-top: .5rem;
}

.v1-side-ranking__title {
  font-size: 16px;
  font-size: 1rem;
  color: #999;
  font-weight: bold;
}

.v1-side-ranking__link {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-side-ranking__tab {
  padding: .75rem 0 8px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #ddd;
}

.v1-side-ranking__tab .v1-local-nav__item {
  display: inline-block;
  padding-right: 1rem;
}

.v1-side-ranking__tab .v1-local-nav__item > a {
  display: block;
  position: relative;
  color: #999;
}

.v1-side-ranking__tab .v1-local-nav__item > a:hover {
  color: #333;
  text-decoration: none;
}

.v1-side-ranking__tab .v1-local-nav__item > a.is-active {
  color: #333;
}

.v1-side-ranking__tab .v1-local-nav__item > a.is-active:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  background-color: #009de1;
  height: 2px;
  width: 100%;
}

.v1-side-ranking__tab-item .v1-media {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.v1-side-ranking__tab-item .v1-media__thumbnail {
  position: relative;
}

.v1-side-ranking__tab-item .v1-media__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background ease-out .25s;
  transition: background ease-out .25s;
}

.v1-side-ranking__tab-item .v1-media__thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  background-image: url(/pc/assets/images/common/spritesheets/sprite.png);
  background-position: -224px -104px;
  width: 32px;
  height: 32px;
}

.v1-side-ranking__tab-item .v1-media__thumbnail:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-side-ranking__tab-item .v1-media__thumbnail:hover:after {
  opacity: 1;
}

.v1-side-ranking__tab-item .v1-media__thumbnail.is-active:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.v1-side-ranking__tab-item .v1-media__thumbnail.is-active:after {
  font-family: FontAwesome;
  content: "\f04c";
  opacity: 1;
  background-image: none;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}

.v1-side-ranking__tab-item .v1-media .v1-media__cell {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
}

.v1-side-ranking__tab-item .v1-media .v1-media__cell.v1-media__cell_rank {
  width: 10%;
}

.v1-side-ranking__tab-item .v1-media .v1-media__cell.v1-media__cell_rank > span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
}

.v1-side-ranking__tab-item .v1-media .v1-media__cell.v1-media__cell_thumb {
  width: 20%;
}

.v1-side-ranking__tab-item .v1-media .v1-media__cell.v1-media__cell_text {
  width: 70%;
  padding-left: 7%;
}

.v1-side-ranking__tab-item .v1-media .v1-media__cell .v1-media__title {
  width: 169px;
}

.v1-side-news {
  padding-top: 0.25rem;
}

.v1-side-news__title {
  font-size: 16px;
  font-size: 1rem;
  color: #999;
  font-weight: bold;
}

.v1-side-news__link {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-side-news__body {
  padding-top: .75rem;
}

.v1-side-news__body .v1-news-article {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.v1-side-news__body .v1-news-article:hover {
  background: #f8f8f8;
}

.v1-side-news__body .v1-news-article > a:hover {
  text-decoration: none;
}

.v1-side-news__body .v1-news-article > a .v1-media__thumbnail {
  width: 60px;
}

.v1-side-news__body .v1-news-article > a .v1-media__text {
  vertical-align: top;
  width: 192px;
  padding-left: 16px;
  font-weight: bold;
}

.v1-side-news__body .v1-news-article > a .v1-media__text .v1-media__subtitle {
  color: #242a31;
}

.v1-side-news__body .v1-news-article .v1-media__data {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 0.5rem;
}

.v1-side-news__body .v1-news-article .v1-media__data li {
  display: inline;
}

.v1-side-news__body .v1-news-article .v1-media__data li:after {
  content: '-';
  display: inline-block;
  padding-left: 0.5em;
}

.v1-share-news {
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-share-news > div {
  display: inline-block;
}

.v1-share-news .v1-share-news__txt {
  font-weight: bold;
  color: #a0a0a0;
  vertical-align: top;
  line-height: 38px;
  margin-right: 10px;
}

.v1-share-news .v1-share .columns {
  width: 135px;
  padding: 0;
  margin-right: 0.25rem;
}

.v1-share-news .v1-share .columns .v1-share__item {
  width: 100%;
  min-height: 38px;
  padding: 0.4rem 0;
  box-sizing: border-box;
}

.v1-share-news .v1-share .columns .v1-share__item--facebook.v1-button {
  background-color: #3b579d;
}

.v1-share-news .v1-share .columns .v1-share__item--facebook.v1-button:hover {
  background-color: #1d397f;
}

.v1-share-news .v1-share .columns .v1-share__item--twitter.v1-button {
  background-color: #5ea9dd;
}

.v1-share-news .v1-share .columns .v1-share__item--twitter.v1-button:hover {
  background-color: #408bbf;
}

.v1-share-news .v1-share .columns .v1-share__item--line.v1-button {
  background-color: #00c300;
}

.v1-share-news .v1-share .columns .v1-share__item--line.v1-button:hover {
  background-color: #009c00;
}

.v1-share-news .v1-share .columns .v1-share__item .v1-icon {
  margin-right: 10px;
}

.v1-media-unit {
  text-align: left;
}

.v1-media-unit .v1-media {
  display: table;
  width: 100%;
}

.v1-media-unit .v1-media .v1-menu {
  margin-left: 0;
}

.v1-media-unit .v1-media__thumbnail {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
}

.v1-media-unit .v1-media__text {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

.v1-media-unit .v1-media__genretext {
  padding: 5px 0 12px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
}

.v1-news-related .v1-news-related__heading {
  padding: 0.75rem 0 1.25rem;
}

.v1-news-related .column {
  position: relative;
  padding-left: 0;
}

.v1-news-related .v1-media__thumbnail {
  width: 120px;
}

.v1-news-related .v1-media__text {
  width: 240px;
  padding-left: 1rem;
  vertical-align: top;
}

.v1-news-related .v1-media__text .v1-list-subset__news {
  position: absolute;
  bottom: 0;
}

.v1-entry-header .v1-entry-header__heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  padding-bottom: 0.75rem;
}

.v1-entry-header .v1-share-news {
  margin: 1.5rem 0 -0.5rem;
}

.v1-report__header {
  position: relative;
  margin-bottom: 1rem;
}

.v1-report .v1-report-menu {
  display: none;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  background: #f8f8f8;
}

.v1-report .v1-report-menu li + li {
  margin-top: .5rem;
}

.v1-report .v1-radio > input[type="radio"] + label:before {
  background-color: #ffffff;
}

.v1-report .v1-checkbox > input[type="checkbox"] + label:before {
  background-color: #ffffff;
}

.v1-report .v1-checkbox > input[type="checkbox"]:checked + label:before {
  background-color: #009de1;
}

.v1-stock .v1-highlight {
  border: 1px solid #ddd;
}

.v1-stock .v1-highlight > * {
  display: inline-block;
  vertical-align: middle;
}

.v1-stock .v1-highlight p + p {
  margin-left: .5rem;
}

.v1-stock .v1-highlight p + button {
  margin-left: 1.5rem;
}

.v1-stock table {
  width: 100%;
}

.v1-stock table th {
  background-color: #f8f8f8;
}

.v1-stock table th, .v1-stock table td {
  padding: 13px 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #ddd;
}

.v1-stock table td:nth-child(n+3) {
  text-align: right;
  font-weight: bold;
}

.v1-stock table td:nth-child(n+3) small {
  font-size: inherit;
  font-weight: normal;
  color: #999;
}

.v1-store-select-box {
  border: 1px solid #ddd;
  padding: 1.5rem 2rem;
}

.v1-store-select-box .v1-checkbox > input[type="checkbox"] + label:before {
  background-color: #ffffff;
}

.v1-store-select-box .v1-checkbox > input[type="checkbox"]:checked + label:before {
  background-color: #009de1;
}

.v1-store-select-box .v1-checkbox > input[type="checkbox"][disabled] + label:before {
  background-color: #ccc;
  border: 1px solid #ddd;
  opacity: 0.5;
}

.v1-store-select-box + .v1-store-select-box {
  border-top: none;
}

.v1-store-select-row {
  display: table;
  width: 100%;
}

.v1-store-select-row > * {
  display: table-cell;
}

.v1-store-select-row__head {
  width: 128px;
}

.v1-store-select-row__store {
  width: 236px;
}

.v1-store-select-row .v1-store-select-link {
  color: #009de1;
}

.v1-store-select-row .dislinkwrap {
  color: #999;
}

.v1-store-select-row .dislink {
  color: #999;
}

.v1-store-select-table {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-store-select-table table {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.v1-store-select-table table col:nth-child(1) {
  width: 182px;
}

.v1-store-select-table table col:nth-child(2), .v1-store-select-table table col:nth-child(3) {
  width: 194px;
}

.v1-store-select-table table th:first-child {
  text-align: left;
}

.v1-store-select-table table th:nth-child(2), .v1-store-select-table table th:nth-child(3), .v1-store-select-table table td {
  text-align: right;
}

.v1-store-select-table table thead {
  border-bottom: 1px solid #eee;
}

.v1-store-select-table table thead th {
  padding-bottom: 1rem;
}

.v1-store-select-table table tbody tr:first-child th, .v1-store-select-table table tbody tr:first-child td {
  padding-top: 1rem;
}

.v1-store-select-table table tbody th, .v1-store-select-table table tbody td {
  padding-bottom: 1rem;
}

.v1-store-select-table table tbody th {
  font-weight: normal;
}

.v1-select-store-label {
  padding: 1rem;
  color: #ffffff;
  background: #009de1;
}

.v1-select-store-label + .v1-select-store-label {
  margin-top: 1px;
}

.v1-register-result .v1-highlight {
  padding: 2rem;
}

.v1-register-result .v1-upload {
  background-color: #fff;
}

.v1-register-result .v1-upload__icon .fa {
  font-size: 46px;
  font-size: 2.875rem;
  color: #ccc;
}

.v1-register-result__main {
  float: right;
  width: 508px;
}

.v1-register-result__main .v1-description p {
  color: #666;
  line-height: 1.6135;
}

.v1-register-result__main .v1-description p + p {
  margin-top: 1.5rem;
}

.v1-register-result__sub {
  float: left;
  width: 200px;
  margin-right: 24px;
}

.v1-register-result__sub .v1-data-list dd + dt {
  margin-top: .5rem;
}

.v1-register-result__overview .v1-heading {
  font-size: 20px;
  font-size: 1.25rem;
  color: #666;
}

.v1-register-result__overview .v1-genre:after {
  content: "-";
  margin: 0 .15rem;
}

.v1-register-result__overview .v1-genre:last-child:after {
  display: none;
}

.v1-register-result__overview + .v1-register-result__music-list {
  margin-top: 20px;
}

.v1-register-result .v1-register-playlist {
  margin-top: 1.5rem;
}

.v1-register-result .v1-register-playlist + * {
  margin-top: 1.5rem;
}

.v1-register-playlist .v1-list__item {
  border-top: 1px solid #eee;
}

.v1-register-playlist .v1-list__item + .v1-list__item {
  margin-top: 0;
}

.v1-register-playlist .v1-list__item:last-child {
  border-bottom: 1px solid #eee;
}

.v1-register-playlist .v1-track__row {
  padding-top: .875rem;
  padding-bottom: .875rem;
  table-layout: fixed;
  color: #666;
}

.v1-register-playlist .v1-track__row > * {
  display: table-cell;
  vertical-align: top;
}

.v1-register-playlist .v1-track__num {
  display: table-cell;
  width: 30px;
  margin-right: 0;
}

.v1-register-playlist .v1-track__title {
  width: 230px;
}

.v1-register-playlist .v1-track__artist-name {
  padding-left: 1rem;
  width: 170px;
}

.v1-register-playlist .v1-track__time {
  float: none;
  text-align: right;
  padding-left: .5rem;
  padding-right: .5rem;
  width: 70px;
  white-space: nowrap;
}

.v1-register-playlist .v1-track__adjuster {
  position: relative;
  width: 45px;
  color: #009de1;
}

.v1-register-playlist .v1-track__adjuster button {
  position: absolute;
  font-size: 20px;
  padding: 0 6px;
  outline: none;
  cursor: pointer;
}

.v1-register-playlist .v1-track__adjuster button:first-child {
  left: 1.25rem;
}

.v1-register-playlist .v1-track__adjuster button:last-child {
  right: 1.25rem;
}

.v1-register-playlist .v1-track__adjuster button:disabled {
  color: #ccc;
  cursor: default;
}

.v1-register-playlist .v1-track__adjuster button:disabled:hover {
  color: #ccc;
}

.v1-register-playlist .v1-track__adjuster button:hover {
  color: #007fc3;
}

.v1-register-playlist .v1-track__status {
  width: 64px;
  text-align: center;
}

.v1-register-playlist .v1-track.is-editing .v1-track__num,
.v1-register-playlist .v1-track.is-editing .v1-track__artist-name,
.v1-register-playlist .v1-track.is-editing .v1-track__time {
  color: #999;
}

.v1-register-playlist .v1-track.is-editing .v1-track__title {
  color: #666;
}

.v1-register-playlist .v1-track.is-editing .v1-track__status,
.v1-register-playlist .v1-track.is-editing .v1-track__status > a {
  color: #e10066;
}

.v1-select-color {
  margin-right: -3px;
  margin-left: -3px;
  margin-bottom: -.75rem;
  font-size: 0;
}

.v1-select-color__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: .75rem;
  padding: 0 3px;
}

.v1-select-color__chip {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 5px;
}

.v1-select-color__chip.is-checked {
  border: 4px solid #000000;
}

.v1-select-color__chip--1 {
  background-color: #009de1;
}

.v1-select-color__chip--2 {
  background-color: #0049e1;
}

.v1-select-color__chip--3 {
  background-color: #3700e1;
}

.v1-select-color__chip--4 {
  background-color: #b300e1;
}

.v1-select-color__chip--5 {
  background-color: #f3006e;
}

.v1-select-color__chip--6 {
  background-color: #ff1000;
}

.v1-select-color__chip--7 {
  background-color: #ff6e00;
}

.v1-select-color__chip--8 {
  background-color: #ffa100;
}

.v1-select-color__chip--9 {
  background-color: #ffd400;
}

.v1-select-color__chip--10 {
  background-color: #f7ff00;
}

.v1-select-color__chip--11 {
  background-color: #9bf900;
}

.v1-select-color__chip--12 {
  background-color: #00e129;
}

.v1-select-color__chip--13 {
  background-color: #007eb4;
}

.v1-select-color__chip--14 {
  background-color: #003ab4;
}

.v1-select-color__chip--15 {
  background-color: #2c00b4;
}

.v1-select-color__chip--16 {
  background-color: #8f00b4;
}

.v1-select-color__chip--17 {
  background-color: #c30058;
}

.v1-select-color__chip--18 {
  background-color: #cc0d00;
}

.v1-select-color__chip--19 {
  background-color: #cc5800;
}

.v1-select-color__chip--20 {
  background-color: #cc8100;
}

.v1-select-color__chip--21 {
  background-color: #ccaa00;
}

.v1-select-color__chip--22 {
  background-color: #c3c900;
}

.v1-select-color__chip--23 {
  background-color: #71b400;
}

.v1-select-color__chip--24 {
  background-color: #00a31e;
}

.v1-select-color__chip--25 {
  background-color: #666666;
}

.v1-select-color__chip--26 {
  background-color: #333333;
}

.v1-select-color-thumb {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: .5rem;
  vertical-align: middle;
  background-color: #009de1;
}

.v1-lyric-modal__content {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 1.5rem 2.5rem 2rem;
}

.v1-lyric-modal__content p {
  line-height: 1.8;
}

.v1-lyric-modal__content p + p {
  margin-top: 1.5rem;
}

.v1-lyric-modal.v1-modal .v1-popup__head .v1-heading {
  border-bottom: none;
}

.v1-lyric-modal.v1-modal .v1-popup__body {
  padding: 0;
}

.v1-lyric-modal.v1-modal .mfp-close {
  display: none;
}

.v1-modal-highlight {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
  padding: 1.5rem 2.5rem;
  background-color: #f8f8f8;
}

.v1-modal-highlight__table table {
  width: 100%;
}

.v1-modal-highlight__table table th, .v1-modal-highlight__table table td {
  padding: .75rem 1rem;
  border: 1px solid #ddd;
  vertical-align: top;
  background-color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

.v1-modal-highlight__table table td {
  text-align: center;
}

.v1-help-container {
  position: relative;
}

.v1-help-container .v1-form-help .v1-balloon {
  top: 2em;
  left: 440px;
}

.v1-top-share {
  background-color: #f8f8f8;
}

.v1-top-share__list {
  width: 1160px;
  margin: 0 auto;
  padding: 40px 24px;
}

.v1-top-share__list:after {
  content: " ";
  display: table;
  clear: both;
}

.v1-top-share__item {
  width: 360px;
  float: left;
  margin-left: 16px;
}

.v1-top-share__item:first-child {
  margin-left: 0;
}

.v1-container + * {
  margin-top: 1rem;
}

.v1-container--small + * {
  margin-top: .5rem;
}

.v1-container--s-medium + * {
  margin-top: .75rem;
}

.v1-container--m-medium + * {
  margin-top: 1.25rem;
}

.v1-container--medium + * {
  margin-top: 1.5rem;
}

.v1-container--large + * {
  margin-top: 2rem;
}

.v1-container--xlarge + * {
  margin-top: 2.5rem;
}

.v1-container--huge + * {
  margin-top: 3rem;
}

.v1-container--40 + * {
  margin-top: 40px;
}

.v1-text-s10 {
  font-size: 10px !important;
  font-size: 0.625rem !important;
}

.v1-text-s11 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}

.v1-text-s12 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.v1-text-s13 {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
}

.v1-text-s14 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.v1-text-s15 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}

.v1-text-s16 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.v1-text-s17 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}

.v1-text-s18 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.v1-text-s19 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}

.v1-text-s20 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.v1-text-s21 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}

.v1-text-s22 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}

.v1-text-s23 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}

.v1-text-s24 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}

.v1-text-s25 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}

.v1-text-s26 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}

.v1-text-s27 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}

.v1-text-s28 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}

.v1-text-s29 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}

.v1-text-s30 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}

.v1-text-s31 {
  font-size: 31px !important;
  font-size: 1.9375rem !important;
}

.v1-text-s32 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.v1-text-s33 {
  font-size: 33px !important;
  font-size: 2.0625rem !important;
}

.v1-text-s34 {
  font-size: 34px !important;
  font-size: 2.125rem !important;
}

.v1-text-s35 {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
}

.v1-text-s36 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

.v1-text-s37 {
  font-size: 37px !important;
  font-size: 2.3125rem !important;
}

.v1-text-s38 {
  font-size: 38px !important;
  font-size: 2.375rem !important;
}

.v1-text-s39 {
  font-size: 39px !important;
  font-size: 2.4375rem !important;
}

.v1-text-s40 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
}

.v1-text-c1 {
  color: #333 !important;
}

.v1-text-c2 {
  color: #666 !important;
}

.v1-text-c3 {
  color: #999 !important;
}

.v1-text-c4 {
  color: #009de1 !important;
}

.v1-text-c5 {
  color: #e10066 !important;
}

.v1-text-c6 {
  color: #fff !important;
}

.v1-text-c7 {
  color: #ccc !important;
}

.v1-text-lighter {
  font-weight: lighter !important;
}

.v1-text-normal {
  font-weight: normal !important;
}

.v1-text-bold {
  font-weight: bold !important;
}

.v1-text-italic {
  font-style: italic !important;
}

.v1-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v1-bg-color-normal {
  background-color: #fff !important;
}

.v1-bg-color-optional {
  background-color: #f8f8f8 !important;
}

.v1-u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.v1-u-left {
  float: left !important;
}

.v1-u-right {
  float: right !important;
}

.v1-u-clear {
  clear: both !important;
}

.v1-u-align-center {
  text-align: center !important;
}

.v1-u-align-left {
  text-align: left !important;
}

.v1-u-align-right {
  text-align: right !important;
}

.v1-u-mgt-0 {
  margin-top: 0px !important;
}

.v1-u-mgr-0 {
  margin-right: 0px !important;
}

.v1-u-mgb-0 {
  margin-bottom: 0px !important;
}

.v1-u-mgl-0 {
  margin-left: 0px !important;
}

.v1-u-mgt-reverse-0 {
  margin-top: 0px !important;
}

.v1-u-mgr-reverse-0 {
  margin-right: 0px !important;
}

.v1-u-mgb-reverse-0 {
  margin-bottom: 0px !important;
}

.v1-u-mgl-reverse-0 {
  margin-left: 0px !important;
}

.v1-u-mgt-1 {
  margin-top: 1px !important;
}

.v1-u-mgr-1 {
  margin-right: 1px !important;
}

.v1-u-mgb-1 {
  margin-bottom: 1px !important;
}

.v1-u-mgl-1 {
  margin-left: 1px !important;
}

.v1-u-mgt-reverse-1 {
  margin-top: -1px !important;
}

.v1-u-mgr-reverse-1 {
  margin-right: -1px !important;
}

.v1-u-mgb-reverse-1 {
  margin-bottom: -1px !important;
}

.v1-u-mgl-reverse-1 {
  margin-left: -1px !important;
}

.v1-u-mgt-2 {
  margin-top: 2px !important;
}

.v1-u-mgr-2 {
  margin-right: 2px !important;
}

.v1-u-mgb-2 {
  margin-bottom: 2px !important;
}

.v1-u-mgl-2 {
  margin-left: 2px !important;
}

.v1-u-mgt-reverse-2 {
  margin-top: -2px !important;
}

.v1-u-mgr-reverse-2 {
  margin-right: -2px !important;
}

.v1-u-mgb-reverse-2 {
  margin-bottom: -2px !important;
}

.v1-u-mgl-reverse-2 {
  margin-left: -2px !important;
}

.v1-u-mgt-3 {
  margin-top: 3px !important;
}

.v1-u-mgr-3 {
  margin-right: 3px !important;
}

.v1-u-mgb-3 {
  margin-bottom: 3px !important;
}

.v1-u-mgl-3 {
  margin-left: 3px !important;
}

.v1-u-mgt-reverse-3 {
  margin-top: -3px !important;
}

.v1-u-mgr-reverse-3 {
  margin-right: -3px !important;
}

.v1-u-mgb-reverse-3 {
  margin-bottom: -3px !important;
}

.v1-u-mgl-reverse-3 {
  margin-left: -3px !important;
}

.v1-u-mgt-4 {
  margin-top: 4px !important;
}

.v1-u-mgr-4 {
  margin-right: 4px !important;
}

.v1-u-mgb-4 {
  margin-bottom: 4px !important;
}

.v1-u-mgl-4 {
  margin-left: 4px !important;
}

.v1-u-mgt-reverse-4 {
  margin-top: -4px !important;
}

.v1-u-mgr-reverse-4 {
  margin-right: -4px !important;
}

.v1-u-mgb-reverse-4 {
  margin-bottom: -4px !important;
}

.v1-u-mgl-reverse-4 {
  margin-left: -4px !important;
}

.v1-u-mgt-5 {
  margin-top: 5px !important;
}

.v1-u-mgr-5 {
  margin-right: 5px !important;
}

.v1-u-mgb-5 {
  margin-bottom: 5px !important;
}

.v1-u-mgl-5 {
  margin-left: 5px !important;
}

.v1-u-mgt-reverse-5 {
  margin-top: -5px !important;
}

.v1-u-mgr-reverse-5 {
  margin-right: -5px !important;
}

.v1-u-mgb-reverse-5 {
  margin-bottom: -5px !important;
}

.v1-u-mgl-reverse-5 {
  margin-left: -5px !important;
}

.v1-u-mgt-6 {
  margin-top: 6px !important;
}

.v1-u-mgr-6 {
  margin-right: 6px !important;
}

.v1-u-mgb-6 {
  margin-bottom: 6px !important;
}

.v1-u-mgl-6 {
  margin-left: 6px !important;
}

.v1-u-mgt-reverse-6 {
  margin-top: -6px !important;
}

.v1-u-mgr-reverse-6 {
  margin-right: -6px !important;
}

.v1-u-mgb-reverse-6 {
  margin-bottom: -6px !important;
}

.v1-u-mgl-reverse-6 {
  margin-left: -6px !important;
}

.v1-u-mgt-7 {
  margin-top: 7px !important;
}

.v1-u-mgr-7 {
  margin-right: 7px !important;
}

.v1-u-mgb-7 {
  margin-bottom: 7px !important;
}

.v1-u-mgl-7 {
  margin-left: 7px !important;
}

.v1-u-mgt-reverse-7 {
  margin-top: -7px !important;
}

.v1-u-mgr-reverse-7 {
  margin-right: -7px !important;
}

.v1-u-mgb-reverse-7 {
  margin-bottom: -7px !important;
}

.v1-u-mgl-reverse-7 {
  margin-left: -7px !important;
}

.v1-u-mgt-8 {
  margin-top: 8px !important;
}

.v1-u-mgr-8 {
  margin-right: 8px !important;
}

.v1-u-mgb-8 {
  margin-bottom: 8px !important;
}

.v1-u-mgl-8 {
  margin-left: 8px !important;
}

.v1-u-mgt-reverse-8 {
  margin-top: -8px !important;
}

.v1-u-mgr-reverse-8 {
  margin-right: -8px !important;
}

.v1-u-mgb-reverse-8 {
  margin-bottom: -8px !important;
}

.v1-u-mgl-reverse-8 {
  margin-left: -8px !important;
}

.v1-u-mgt-9 {
  margin-top: 9px !important;
}

.v1-u-mgr-9 {
  margin-right: 9px !important;
}

.v1-u-mgb-9 {
  margin-bottom: 9px !important;
}

.v1-u-mgl-9 {
  margin-left: 9px !important;
}

.v1-u-mgt-reverse-9 {
  margin-top: -9px !important;
}

.v1-u-mgr-reverse-9 {
  margin-right: -9px !important;
}

.v1-u-mgb-reverse-9 {
  margin-bottom: -9px !important;
}

.v1-u-mgl-reverse-9 {
  margin-left: -9px !important;
}

.v1-u-mgt-10 {
  margin-top: 10px !important;
}

.v1-u-mgr-10 {
  margin-right: 10px !important;
}

.v1-u-mgb-10 {
  margin-bottom: 10px !important;
}

.v1-u-mgl-10 {
  margin-left: 10px !important;
}

.v1-u-mgt-reverse-10 {
  margin-top: -10px !important;
}

.v1-u-mgr-reverse-10 {
  margin-right: -10px !important;
}

.v1-u-mgb-reverse-10 {
  margin-bottom: -10px !important;
}

.v1-u-mgl-reverse-10 {
  margin-left: -10px !important;
}

.v1-u-mgt-11 {
  margin-top: 11px !important;
}

.v1-u-mgr-11 {
  margin-right: 11px !important;
}

.v1-u-mgb-11 {
  margin-bottom: 11px !important;
}

.v1-u-mgl-11 {
  margin-left: 11px !important;
}

.v1-u-mgt-reverse-11 {
  margin-top: -11px !important;
}

.v1-u-mgr-reverse-11 {
  margin-right: -11px !important;
}

.v1-u-mgb-reverse-11 {
  margin-bottom: -11px !important;
}

.v1-u-mgl-reverse-11 {
  margin-left: -11px !important;
}

.v1-u-mgt-12 {
  margin-top: 12px !important;
}

.v1-u-mgr-12 {
  margin-right: 12px !important;
}

.v1-u-mgb-12 {
  margin-bottom: 12px !important;
}

.v1-u-mgl-12 {
  margin-left: 12px !important;
}

.v1-u-mgt-reverse-12 {
  margin-top: -12px !important;
}

.v1-u-mgr-reverse-12 {
  margin-right: -12px !important;
}

.v1-u-mgb-reverse-12 {
  margin-bottom: -12px !important;
}

.v1-u-mgl-reverse-12 {
  margin-left: -12px !important;
}

.v1-u-mgt-13 {
  margin-top: 13px !important;
}

.v1-u-mgr-13 {
  margin-right: 13px !important;
}

.v1-u-mgb-13 {
  margin-bottom: 13px !important;
}

.v1-u-mgl-13 {
  margin-left: 13px !important;
}

.v1-u-mgt-reverse-13 {
  margin-top: -13px !important;
}

.v1-u-mgr-reverse-13 {
  margin-right: -13px !important;
}

.v1-u-mgb-reverse-13 {
  margin-bottom: -13px !important;
}

.v1-u-mgl-reverse-13 {
  margin-left: -13px !important;
}

.v1-u-mgt-14 {
  margin-top: 14px !important;
}

.v1-u-mgr-14 {
  margin-right: 14px !important;
}

.v1-u-mgb-14 {
  margin-bottom: 14px !important;
}

.v1-u-mgl-14 {
  margin-left: 14px !important;
}

.v1-u-mgt-reverse-14 {
  margin-top: -14px !important;
}

.v1-u-mgr-reverse-14 {
  margin-right: -14px !important;
}

.v1-u-mgb-reverse-14 {
  margin-bottom: -14px !important;
}

.v1-u-mgl-reverse-14 {
  margin-left: -14px !important;
}

.v1-u-mgt-15 {
  margin-top: 15px !important;
}

.v1-u-mgr-15 {
  margin-right: 15px !important;
}

.v1-u-mgb-15 {
  margin-bottom: 15px !important;
}

.v1-u-mgl-15 {
  margin-left: 15px !important;
}

.v1-u-mgt-reverse-15 {
  margin-top: -15px !important;
}

.v1-u-mgr-reverse-15 {
  margin-right: -15px !important;
}

.v1-u-mgb-reverse-15 {
  margin-bottom: -15px !important;
}

.v1-u-mgl-reverse-15 {
  margin-left: -15px !important;
}

.v1-u-mgt-16 {
  margin-top: 16px !important;
}

.v1-u-mgr-16 {
  margin-right: 16px !important;
}

.v1-u-mgb-16 {
  margin-bottom: 16px !important;
}

.v1-u-mgl-16 {
  margin-left: 16px !important;
}

.v1-u-mgt-reverse-16 {
  margin-top: -16px !important;
}

.v1-u-mgr-reverse-16 {
  margin-right: -16px !important;
}

.v1-u-mgb-reverse-16 {
  margin-bottom: -16px !important;
}

.v1-u-mgl-reverse-16 {
  margin-left: -16px !important;
}

.v1-u-mgt-17 {
  margin-top: 17px !important;
}

.v1-u-mgr-17 {
  margin-right: 17px !important;
}

.v1-u-mgb-17 {
  margin-bottom: 17px !important;
}

.v1-u-mgl-17 {
  margin-left: 17px !important;
}

.v1-u-mgt-reverse-17 {
  margin-top: -17px !important;
}

.v1-u-mgr-reverse-17 {
  margin-right: -17px !important;
}

.v1-u-mgb-reverse-17 {
  margin-bottom: -17px !important;
}

.v1-u-mgl-reverse-17 {
  margin-left: -17px !important;
}

.v1-u-mgt-18 {
  margin-top: 18px !important;
}

.v1-u-mgr-18 {
  margin-right: 18px !important;
}

.v1-u-mgb-18 {
  margin-bottom: 18px !important;
}

.v1-u-mgl-18 {
  margin-left: 18px !important;
}

.v1-u-mgt-reverse-18 {
  margin-top: -18px !important;
}

.v1-u-mgr-reverse-18 {
  margin-right: -18px !important;
}

.v1-u-mgb-reverse-18 {
  margin-bottom: -18px !important;
}

.v1-u-mgl-reverse-18 {
  margin-left: -18px !important;
}

.v1-u-mgt-19 {
  margin-top: 19px !important;
}

.v1-u-mgr-19 {
  margin-right: 19px !important;
}

.v1-u-mgb-19 {
  margin-bottom: 19px !important;
}

.v1-u-mgl-19 {
  margin-left: 19px !important;
}

.v1-u-mgt-reverse-19 {
  margin-top: -19px !important;
}

.v1-u-mgr-reverse-19 {
  margin-right: -19px !important;
}

.v1-u-mgb-reverse-19 {
  margin-bottom: -19px !important;
}

.v1-u-mgl-reverse-19 {
  margin-left: -19px !important;
}

.v1-u-mgt-20 {
  margin-top: 20px !important;
}

.v1-u-mgr-20 {
  margin-right: 20px !important;
}

.v1-u-mgb-20 {
  margin-bottom: 20px !important;
}

.v1-u-mgl-20 {
  margin-left: 20px !important;
}

.v1-u-mgt-reverse-20 {
  margin-top: -20px !important;
}

.v1-u-mgr-reverse-20 {
  margin-right: -20px !important;
}

.v1-u-mgb-reverse-20 {
  margin-bottom: -20px !important;
}

.v1-u-mgl-reverse-20 {
  margin-left: -20px !important;
}

.v1-u-mgt-21 {
  margin-top: 21px !important;
}

.v1-u-mgr-21 {
  margin-right: 21px !important;
}

.v1-u-mgb-21 {
  margin-bottom: 21px !important;
}

.v1-u-mgl-21 {
  margin-left: 21px !important;
}

.v1-u-mgt-reverse-21 {
  margin-top: -21px !important;
}

.v1-u-mgr-reverse-21 {
  margin-right: -21px !important;
}

.v1-u-mgb-reverse-21 {
  margin-bottom: -21px !important;
}

.v1-u-mgl-reverse-21 {
  margin-left: -21px !important;
}

.v1-u-mgt-22 {
  margin-top: 22px !important;
}

.v1-u-mgr-22 {
  margin-right: 22px !important;
}

.v1-u-mgb-22 {
  margin-bottom: 22px !important;
}

.v1-u-mgl-22 {
  margin-left: 22px !important;
}

.v1-u-mgt-reverse-22 {
  margin-top: -22px !important;
}

.v1-u-mgr-reverse-22 {
  margin-right: -22px !important;
}

.v1-u-mgb-reverse-22 {
  margin-bottom: -22px !important;
}

.v1-u-mgl-reverse-22 {
  margin-left: -22px !important;
}

.v1-u-mgt-23 {
  margin-top: 23px !important;
}

.v1-u-mgr-23 {
  margin-right: 23px !important;
}

.v1-u-mgb-23 {
  margin-bottom: 23px !important;
}

.v1-u-mgl-23 {
  margin-left: 23px !important;
}

.v1-u-mgt-reverse-23 {
  margin-top: -23px !important;
}

.v1-u-mgr-reverse-23 {
  margin-right: -23px !important;
}

.v1-u-mgb-reverse-23 {
  margin-bottom: -23px !important;
}

.v1-u-mgl-reverse-23 {
  margin-left: -23px !important;
}

.v1-u-mgt-24 {
  margin-top: 24px !important;
}

.v1-u-mgr-24 {
  margin-right: 24px !important;
}

.v1-u-mgb-24 {
  margin-bottom: 24px !important;
}

.v1-u-mgl-24 {
  margin-left: 24px !important;
}

.v1-u-mgt-reverse-24 {
  margin-top: -24px !important;
}

.v1-u-mgr-reverse-24 {
  margin-right: -24px !important;
}

.v1-u-mgb-reverse-24 {
  margin-bottom: -24px !important;
}

.v1-u-mgl-reverse-24 {
  margin-left: -24px !important;
}

.v1-u-mgt-25 {
  margin-top: 25px !important;
}

.v1-u-mgr-25 {
  margin-right: 25px !important;
}

.v1-u-mgb-25 {
  margin-bottom: 25px !important;
}

.v1-u-mgl-25 {
  margin-left: 25px !important;
}

.v1-u-mgt-reverse-25 {
  margin-top: -25px !important;
}

.v1-u-mgr-reverse-25 {
  margin-right: -25px !important;
}

.v1-u-mgb-reverse-25 {
  margin-bottom: -25px !important;
}

.v1-u-mgl-reverse-25 {
  margin-left: -25px !important;
}

.v1-u-mgt-26 {
  margin-top: 26px !important;
}

.v1-u-mgr-26 {
  margin-right: 26px !important;
}

.v1-u-mgb-26 {
  margin-bottom: 26px !important;
}

.v1-u-mgl-26 {
  margin-left: 26px !important;
}

.v1-u-mgt-reverse-26 {
  margin-top: -26px !important;
}

.v1-u-mgr-reverse-26 {
  margin-right: -26px !important;
}

.v1-u-mgb-reverse-26 {
  margin-bottom: -26px !important;
}

.v1-u-mgl-reverse-26 {
  margin-left: -26px !important;
}

.v1-u-mgt-27 {
  margin-top: 27px !important;
}

.v1-u-mgr-27 {
  margin-right: 27px !important;
}

.v1-u-mgb-27 {
  margin-bottom: 27px !important;
}

.v1-u-mgl-27 {
  margin-left: 27px !important;
}

.v1-u-mgt-reverse-27 {
  margin-top: -27px !important;
}

.v1-u-mgr-reverse-27 {
  margin-right: -27px !important;
}

.v1-u-mgb-reverse-27 {
  margin-bottom: -27px !important;
}

.v1-u-mgl-reverse-27 {
  margin-left: -27px !important;
}

.v1-u-mgt-28 {
  margin-top: 28px !important;
}

.v1-u-mgr-28 {
  margin-right: 28px !important;
}

.v1-u-mgb-28 {
  margin-bottom: 28px !important;
}

.v1-u-mgl-28 {
  margin-left: 28px !important;
}

.v1-u-mgt-reverse-28 {
  margin-top: -28px !important;
}

.v1-u-mgr-reverse-28 {
  margin-right: -28px !important;
}

.v1-u-mgb-reverse-28 {
  margin-bottom: -28px !important;
}

.v1-u-mgl-reverse-28 {
  margin-left: -28px !important;
}

.v1-u-mgt-29 {
  margin-top: 29px !important;
}

.v1-u-mgr-29 {
  margin-right: 29px !important;
}

.v1-u-mgb-29 {
  margin-bottom: 29px !important;
}

.v1-u-mgl-29 {
  margin-left: 29px !important;
}

.v1-u-mgt-reverse-29 {
  margin-top: -29px !important;
}

.v1-u-mgr-reverse-29 {
  margin-right: -29px !important;
}

.v1-u-mgb-reverse-29 {
  margin-bottom: -29px !important;
}

.v1-u-mgl-reverse-29 {
  margin-left: -29px !important;
}

.v1-u-mgt-30 {
  margin-top: 30px !important;
}

.v1-u-mgr-30 {
  margin-right: 30px !important;
}

.v1-u-mgb-30 {
  margin-bottom: 30px !important;
}

.v1-u-mgl-30 {
  margin-left: 30px !important;
}

.v1-u-mgt-reverse-30 {
  margin-top: -30px !important;
}

.v1-u-mgr-reverse-30 {
  margin-right: -30px !important;
}

.v1-u-mgb-reverse-30 {
  margin-bottom: -30px !important;
}

.v1-u-mgl-reverse-30 {
  margin-left: -30px !important;
}

.v1-u-mgt-31 {
  margin-top: 31px !important;
}

.v1-u-mgr-31 {
  margin-right: 31px !important;
}

.v1-u-mgb-31 {
  margin-bottom: 31px !important;
}

.v1-u-mgl-31 {
  margin-left: 31px !important;
}

.v1-u-mgt-reverse-31 {
  margin-top: -31px !important;
}

.v1-u-mgr-reverse-31 {
  margin-right: -31px !important;
}

.v1-u-mgb-reverse-31 {
  margin-bottom: -31px !important;
}

.v1-u-mgl-reverse-31 {
  margin-left: -31px !important;
}

.v1-u-mgt-32 {
  margin-top: 32px !important;
}

.v1-u-mgr-32 {
  margin-right: 32px !important;
}

.v1-u-mgb-32 {
  margin-bottom: 32px !important;
}

.v1-u-mgl-32 {
  margin-left: 32px !important;
}

.v1-u-mgt-reverse-32 {
  margin-top: -32px !important;
}

.v1-u-mgr-reverse-32 {
  margin-right: -32px !important;
}

.v1-u-mgb-reverse-32 {
  margin-bottom: -32px !important;
}

.v1-u-mgl-reverse-32 {
  margin-left: -32px !important;
}

.v1-u-mgt-33 {
  margin-top: 33px !important;
}

.v1-u-mgr-33 {
  margin-right: 33px !important;
}

.v1-u-mgb-33 {
  margin-bottom: 33px !important;
}

.v1-u-mgl-33 {
  margin-left: 33px !important;
}

.v1-u-mgt-reverse-33 {
  margin-top: -33px !important;
}

.v1-u-mgr-reverse-33 {
  margin-right: -33px !important;
}

.v1-u-mgb-reverse-33 {
  margin-bottom: -33px !important;
}

.v1-u-mgl-reverse-33 {
  margin-left: -33px !important;
}

.v1-u-mgt-34 {
  margin-top: 34px !important;
}

.v1-u-mgr-34 {
  margin-right: 34px !important;
}

.v1-u-mgb-34 {
  margin-bottom: 34px !important;
}

.v1-u-mgl-34 {
  margin-left: 34px !important;
}

.v1-u-mgt-reverse-34 {
  margin-top: -34px !important;
}

.v1-u-mgr-reverse-34 {
  margin-right: -34px !important;
}

.v1-u-mgb-reverse-34 {
  margin-bottom: -34px !important;
}

.v1-u-mgl-reverse-34 {
  margin-left: -34px !important;
}

.v1-u-mgt-35 {
  margin-top: 35px !important;
}

.v1-u-mgr-35 {
  margin-right: 35px !important;
}

.v1-u-mgb-35 {
  margin-bottom: 35px !important;
}

.v1-u-mgl-35 {
  margin-left: 35px !important;
}

.v1-u-mgt-reverse-35 {
  margin-top: -35px !important;
}

.v1-u-mgr-reverse-35 {
  margin-right: -35px !important;
}

.v1-u-mgb-reverse-35 {
  margin-bottom: -35px !important;
}

.v1-u-mgl-reverse-35 {
  margin-left: -35px !important;
}

.v1-u-mgt-36 {
  margin-top: 36px !important;
}

.v1-u-mgr-36 {
  margin-right: 36px !important;
}

.v1-u-mgb-36 {
  margin-bottom: 36px !important;
}

.v1-u-mgl-36 {
  margin-left: 36px !important;
}

.v1-u-mgt-reverse-36 {
  margin-top: -36px !important;
}

.v1-u-mgr-reverse-36 {
  margin-right: -36px !important;
}

.v1-u-mgb-reverse-36 {
  margin-bottom: -36px !important;
}

.v1-u-mgl-reverse-36 {
  margin-left: -36px !important;
}

.v1-u-mgt-37 {
  margin-top: 37px !important;
}

.v1-u-mgr-37 {
  margin-right: 37px !important;
}

.v1-u-mgb-37 {
  margin-bottom: 37px !important;
}

.v1-u-mgl-37 {
  margin-left: 37px !important;
}

.v1-u-mgt-reverse-37 {
  margin-top: -37px !important;
}

.v1-u-mgr-reverse-37 {
  margin-right: -37px !important;
}

.v1-u-mgb-reverse-37 {
  margin-bottom: -37px !important;
}

.v1-u-mgl-reverse-37 {
  margin-left: -37px !important;
}

.v1-u-mgt-38 {
  margin-top: 38px !important;
}

.v1-u-mgr-38 {
  margin-right: 38px !important;
}

.v1-u-mgb-38 {
  margin-bottom: 38px !important;
}

.v1-u-mgl-38 {
  margin-left: 38px !important;
}

.v1-u-mgt-reverse-38 {
  margin-top: -38px !important;
}

.v1-u-mgr-reverse-38 {
  margin-right: -38px !important;
}

.v1-u-mgb-reverse-38 {
  margin-bottom: -38px !important;
}

.v1-u-mgl-reverse-38 {
  margin-left: -38px !important;
}

.v1-u-mgt-39 {
  margin-top: 39px !important;
}

.v1-u-mgr-39 {
  margin-right: 39px !important;
}

.v1-u-mgb-39 {
  margin-bottom: 39px !important;
}

.v1-u-mgl-39 {
  margin-left: 39px !important;
}

.v1-u-mgt-reverse-39 {
  margin-top: -39px !important;
}

.v1-u-mgr-reverse-39 {
  margin-right: -39px !important;
}

.v1-u-mgb-reverse-39 {
  margin-bottom: -39px !important;
}

.v1-u-mgl-reverse-39 {
  margin-left: -39px !important;
}

.v1-u-mgt-40 {
  margin-top: 40px !important;
}

.v1-u-mgr-40 {
  margin-right: 40px !important;
}

.v1-u-mgb-40 {
  margin-bottom: 40px !important;
}

.v1-u-mgl-40 {
  margin-left: 40px !important;
}

.v1-u-mgt-reverse-40 {
  margin-top: -40px !important;
}

.v1-u-mgr-reverse-40 {
  margin-right: -40px !important;
}

.v1-u-mgb-reverse-40 {
  margin-bottom: -40px !important;
}

.v1-u-mgl-reverse-40 {
  margin-left: -40px !important;
}

.v1-u-mgt-41 {
  margin-top: 41px !important;
}

.v1-u-mgr-41 {
  margin-right: 41px !important;
}

.v1-u-mgb-41 {
  margin-bottom: 41px !important;
}

.v1-u-mgl-41 {
  margin-left: 41px !important;
}

.v1-u-mgt-reverse-41 {
  margin-top: -41px !important;
}

.v1-u-mgr-reverse-41 {
  margin-right: -41px !important;
}

.v1-u-mgb-reverse-41 {
  margin-bottom: -41px !important;
}

.v1-u-mgl-reverse-41 {
  margin-left: -41px !important;
}

.v1-u-mgt-42 {
  margin-top: 42px !important;
}

.v1-u-mgr-42 {
  margin-right: 42px !important;
}

.v1-u-mgb-42 {
  margin-bottom: 42px !important;
}

.v1-u-mgl-42 {
  margin-left: 42px !important;
}

.v1-u-mgt-reverse-42 {
  margin-top: -42px !important;
}

.v1-u-mgr-reverse-42 {
  margin-right: -42px !important;
}

.v1-u-mgb-reverse-42 {
  margin-bottom: -42px !important;
}

.v1-u-mgl-reverse-42 {
  margin-left: -42px !important;
}

.v1-u-mgt-43 {
  margin-top: 43px !important;
}

.v1-u-mgr-43 {
  margin-right: 43px !important;
}

.v1-u-mgb-43 {
  margin-bottom: 43px !important;
}

.v1-u-mgl-43 {
  margin-left: 43px !important;
}

.v1-u-mgt-reverse-43 {
  margin-top: -43px !important;
}

.v1-u-mgr-reverse-43 {
  margin-right: -43px !important;
}

.v1-u-mgb-reverse-43 {
  margin-bottom: -43px !important;
}

.v1-u-mgl-reverse-43 {
  margin-left: -43px !important;
}

.v1-u-mgt-44 {
  margin-top: 44px !important;
}

.v1-u-mgr-44 {
  margin-right: 44px !important;
}

.v1-u-mgb-44 {
  margin-bottom: 44px !important;
}

.v1-u-mgl-44 {
  margin-left: 44px !important;
}

.v1-u-mgt-reverse-44 {
  margin-top: -44px !important;
}

.v1-u-mgr-reverse-44 {
  margin-right: -44px !important;
}

.v1-u-mgb-reverse-44 {
  margin-bottom: -44px !important;
}

.v1-u-mgl-reverse-44 {
  margin-left: -44px !important;
}

.v1-u-mgt-45 {
  margin-top: 45px !important;
}

.v1-u-mgr-45 {
  margin-right: 45px !important;
}

.v1-u-mgb-45 {
  margin-bottom: 45px !important;
}

.v1-u-mgl-45 {
  margin-left: 45px !important;
}

.v1-u-mgt-reverse-45 {
  margin-top: -45px !important;
}

.v1-u-mgr-reverse-45 {
  margin-right: -45px !important;
}

.v1-u-mgb-reverse-45 {
  margin-bottom: -45px !important;
}

.v1-u-mgl-reverse-45 {
  margin-left: -45px !important;
}

.v1-u-mgt-46 {
  margin-top: 46px !important;
}

.v1-u-mgr-46 {
  margin-right: 46px !important;
}

.v1-u-mgb-46 {
  margin-bottom: 46px !important;
}

.v1-u-mgl-46 {
  margin-left: 46px !important;
}

.v1-u-mgt-reverse-46 {
  margin-top: -46px !important;
}

.v1-u-mgr-reverse-46 {
  margin-right: -46px !important;
}

.v1-u-mgb-reverse-46 {
  margin-bottom: -46px !important;
}

.v1-u-mgl-reverse-46 {
  margin-left: -46px !important;
}

.v1-u-mgt-47 {
  margin-top: 47px !important;
}

.v1-u-mgr-47 {
  margin-right: 47px !important;
}

.v1-u-mgb-47 {
  margin-bottom: 47px !important;
}

.v1-u-mgl-47 {
  margin-left: 47px !important;
}

.v1-u-mgt-reverse-47 {
  margin-top: -47px !important;
}

.v1-u-mgr-reverse-47 {
  margin-right: -47px !important;
}

.v1-u-mgb-reverse-47 {
  margin-bottom: -47px !important;
}

.v1-u-mgl-reverse-47 {
  margin-left: -47px !important;
}

.v1-u-mgt-48 {
  margin-top: 48px !important;
}

.v1-u-mgr-48 {
  margin-right: 48px !important;
}

.v1-u-mgb-48 {
  margin-bottom: 48px !important;
}

.v1-u-mgl-48 {
  margin-left: 48px !important;
}

.v1-u-mgt-reverse-48 {
  margin-top: -48px !important;
}

.v1-u-mgr-reverse-48 {
  margin-right: -48px !important;
}

.v1-u-mgb-reverse-48 {
  margin-bottom: -48px !important;
}

.v1-u-mgl-reverse-48 {
  margin-left: -48px !important;
}

.v1-u-mgt-49 {
  margin-top: 49px !important;
}

.v1-u-mgr-49 {
  margin-right: 49px !important;
}

.v1-u-mgb-49 {
  margin-bottom: 49px !important;
}

.v1-u-mgl-49 {
  margin-left: 49px !important;
}

.v1-u-mgt-reverse-49 {
  margin-top: -49px !important;
}

.v1-u-mgr-reverse-49 {
  margin-right: -49px !important;
}

.v1-u-mgb-reverse-49 {
  margin-bottom: -49px !important;
}

.v1-u-mgl-reverse-49 {
  margin-left: -49px !important;
}

.v1-u-mgt-50 {
  margin-top: 50px !important;
}

.v1-u-mgr-50 {
  margin-right: 50px !important;
}

.v1-u-mgb-50 {
  margin-bottom: 50px !important;
}

.v1-u-mgl-50 {
  margin-left: 50px !important;
}

.v1-u-mgt-reverse-50 {
  margin-top: -50px !important;
}

.v1-u-mgr-reverse-50 {
  margin-right: -50px !important;
}

.v1-u-mgb-reverse-50 {
  margin-bottom: -50px !important;
}

.v1-u-mgl-reverse-50 {
  margin-left: -50px !important;
}

.v1-u-mgt-51 {
  margin-top: 51px !important;
}

.v1-u-mgr-51 {
  margin-right: 51px !important;
}

.v1-u-mgb-51 {
  margin-bottom: 51px !important;
}

.v1-u-mgl-51 {
  margin-left: 51px !important;
}

.v1-u-mgt-reverse-51 {
  margin-top: -51px !important;
}

.v1-u-mgr-reverse-51 {
  margin-right: -51px !important;
}

.v1-u-mgb-reverse-51 {
  margin-bottom: -51px !important;
}

.v1-u-mgl-reverse-51 {
  margin-left: -51px !important;
}

.v1-u-mgt-52 {
  margin-top: 52px !important;
}

.v1-u-mgr-52 {
  margin-right: 52px !important;
}

.v1-u-mgb-52 {
  margin-bottom: 52px !important;
}

.v1-u-mgl-52 {
  margin-left: 52px !important;
}

.v1-u-mgt-reverse-52 {
  margin-top: -52px !important;
}

.v1-u-mgr-reverse-52 {
  margin-right: -52px !important;
}

.v1-u-mgb-reverse-52 {
  margin-bottom: -52px !important;
}

.v1-u-mgl-reverse-52 {
  margin-left: -52px !important;
}

.v1-u-mgt-53 {
  margin-top: 53px !important;
}

.v1-u-mgr-53 {
  margin-right: 53px !important;
}

.v1-u-mgb-53 {
  margin-bottom: 53px !important;
}

.v1-u-mgl-53 {
  margin-left: 53px !important;
}

.v1-u-mgt-reverse-53 {
  margin-top: -53px !important;
}

.v1-u-mgr-reverse-53 {
  margin-right: -53px !important;
}

.v1-u-mgb-reverse-53 {
  margin-bottom: -53px !important;
}

.v1-u-mgl-reverse-53 {
  margin-left: -53px !important;
}

.v1-u-mgt-54 {
  margin-top: 54px !important;
}

.v1-u-mgr-54 {
  margin-right: 54px !important;
}

.v1-u-mgb-54 {
  margin-bottom: 54px !important;
}

.v1-u-mgl-54 {
  margin-left: 54px !important;
}

.v1-u-mgt-reverse-54 {
  margin-top: -54px !important;
}

.v1-u-mgr-reverse-54 {
  margin-right: -54px !important;
}

.v1-u-mgb-reverse-54 {
  margin-bottom: -54px !important;
}

.v1-u-mgl-reverse-54 {
  margin-left: -54px !important;
}

.v1-u-mgt-55 {
  margin-top: 55px !important;
}

.v1-u-mgr-55 {
  margin-right: 55px !important;
}

.v1-u-mgb-55 {
  margin-bottom: 55px !important;
}

.v1-u-mgl-55 {
  margin-left: 55px !important;
}

.v1-u-mgt-reverse-55 {
  margin-top: -55px !important;
}

.v1-u-mgr-reverse-55 {
  margin-right: -55px !important;
}

.v1-u-mgb-reverse-55 {
  margin-bottom: -55px !important;
}

.v1-u-mgl-reverse-55 {
  margin-left: -55px !important;
}

.v1-u-mgt-56 {
  margin-top: 56px !important;
}

.v1-u-mgr-56 {
  margin-right: 56px !important;
}

.v1-u-mgb-56 {
  margin-bottom: 56px !important;
}

.v1-u-mgl-56 {
  margin-left: 56px !important;
}

.v1-u-mgt-reverse-56 {
  margin-top: -56px !important;
}

.v1-u-mgr-reverse-56 {
  margin-right: -56px !important;
}

.v1-u-mgb-reverse-56 {
  margin-bottom: -56px !important;
}

.v1-u-mgl-reverse-56 {
  margin-left: -56px !important;
}

.v1-u-mgt-57 {
  margin-top: 57px !important;
}

.v1-u-mgr-57 {
  margin-right: 57px !important;
}

.v1-u-mgb-57 {
  margin-bottom: 57px !important;
}

.v1-u-mgl-57 {
  margin-left: 57px !important;
}

.v1-u-mgt-reverse-57 {
  margin-top: -57px !important;
}

.v1-u-mgr-reverse-57 {
  margin-right: -57px !important;
}

.v1-u-mgb-reverse-57 {
  margin-bottom: -57px !important;
}

.v1-u-mgl-reverse-57 {
  margin-left: -57px !important;
}

.v1-u-mgt-58 {
  margin-top: 58px !important;
}

.v1-u-mgr-58 {
  margin-right: 58px !important;
}

.v1-u-mgb-58 {
  margin-bottom: 58px !important;
}

.v1-u-mgl-58 {
  margin-left: 58px !important;
}

.v1-u-mgt-reverse-58 {
  margin-top: -58px !important;
}

.v1-u-mgr-reverse-58 {
  margin-right: -58px !important;
}

.v1-u-mgb-reverse-58 {
  margin-bottom: -58px !important;
}

.v1-u-mgl-reverse-58 {
  margin-left: -58px !important;
}

.v1-u-mgt-59 {
  margin-top: 59px !important;
}

.v1-u-mgr-59 {
  margin-right: 59px !important;
}

.v1-u-mgb-59 {
  margin-bottom: 59px !important;
}

.v1-u-mgl-59 {
  margin-left: 59px !important;
}

.v1-u-mgt-reverse-59 {
  margin-top: -59px !important;
}

.v1-u-mgr-reverse-59 {
  margin-right: -59px !important;
}

.v1-u-mgb-reverse-59 {
  margin-bottom: -59px !important;
}

.v1-u-mgl-reverse-59 {
  margin-left: -59px !important;
}

.v1-u-mgt-60 {
  margin-top: 60px !important;
}

.v1-u-mgr-60 {
  margin-right: 60px !important;
}

.v1-u-mgb-60 {
  margin-bottom: 60px !important;
}

.v1-u-mgl-60 {
  margin-left: 60px !important;
}

.v1-u-mgt-reverse-60 {
  margin-top: -60px !important;
}

.v1-u-mgr-reverse-60 {
  margin-right: -60px !important;
}

.v1-u-mgb-reverse-60 {
  margin-bottom: -60px !important;
}

.v1-u-mgl-reverse-60 {
  margin-left: -60px !important;
}

.v1-u-mgt-61 {
  margin-top: 61px !important;
}

.v1-u-mgr-61 {
  margin-right: 61px !important;
}

.v1-u-mgb-61 {
  margin-bottom: 61px !important;
}

.v1-u-mgl-61 {
  margin-left: 61px !important;
}

.v1-u-mgt-reverse-61 {
  margin-top: -61px !important;
}

.v1-u-mgr-reverse-61 {
  margin-right: -61px !important;
}

.v1-u-mgb-reverse-61 {
  margin-bottom: -61px !important;
}

.v1-u-mgl-reverse-61 {
  margin-left: -61px !important;
}

.v1-u-mgt-62 {
  margin-top: 62px !important;
}

.v1-u-mgr-62 {
  margin-right: 62px !important;
}

.v1-u-mgb-62 {
  margin-bottom: 62px !important;
}

.v1-u-mgl-62 {
  margin-left: 62px !important;
}

.v1-u-mgt-reverse-62 {
  margin-top: -62px !important;
}

.v1-u-mgr-reverse-62 {
  margin-right: -62px !important;
}

.v1-u-mgb-reverse-62 {
  margin-bottom: -62px !important;
}

.v1-u-mgl-reverse-62 {
  margin-left: -62px !important;
}

.v1-u-mgt-63 {
  margin-top: 63px !important;
}

.v1-u-mgr-63 {
  margin-right: 63px !important;
}

.v1-u-mgb-63 {
  margin-bottom: 63px !important;
}

.v1-u-mgl-63 {
  margin-left: 63px !important;
}

.v1-u-mgt-reverse-63 {
  margin-top: -63px !important;
}

.v1-u-mgr-reverse-63 {
  margin-right: -63px !important;
}

.v1-u-mgb-reverse-63 {
  margin-bottom: -63px !important;
}

.v1-u-mgl-reverse-63 {
  margin-left: -63px !important;
}

.v1-u-mgt-64 {
  margin-top: 64px !important;
}

.v1-u-mgr-64 {
  margin-right: 64px !important;
}

.v1-u-mgb-64 {
  margin-bottom: 64px !important;
}

.v1-u-mgl-64 {
  margin-left: 64px !important;
}

.v1-u-mgt-reverse-64 {
  margin-top: -64px !important;
}

.v1-u-mgr-reverse-64 {
  margin-right: -64px !important;
}

.v1-u-mgb-reverse-64 {
  margin-bottom: -64px !important;
}

.v1-u-mgl-reverse-64 {
  margin-left: -64px !important;
}

.v1-u-mgt-65 {
  margin-top: 65px !important;
}

.v1-u-mgr-65 {
  margin-right: 65px !important;
}

.v1-u-mgb-65 {
  margin-bottom: 65px !important;
}

.v1-u-mgl-65 {
  margin-left: 65px !important;
}

.v1-u-mgt-reverse-65 {
  margin-top: -65px !important;
}

.v1-u-mgr-reverse-65 {
  margin-right: -65px !important;
}

.v1-u-mgb-reverse-65 {
  margin-bottom: -65px !important;
}

.v1-u-mgl-reverse-65 {
  margin-left: -65px !important;
}

.v1-u-mgt-66 {
  margin-top: 66px !important;
}

.v1-u-mgr-66 {
  margin-right: 66px !important;
}

.v1-u-mgb-66 {
  margin-bottom: 66px !important;
}

.v1-u-mgl-66 {
  margin-left: 66px !important;
}

.v1-u-mgt-reverse-66 {
  margin-top: -66px !important;
}

.v1-u-mgr-reverse-66 {
  margin-right: -66px !important;
}

.v1-u-mgb-reverse-66 {
  margin-bottom: -66px !important;
}

.v1-u-mgl-reverse-66 {
  margin-left: -66px !important;
}

.v1-u-mgt-67 {
  margin-top: 67px !important;
}

.v1-u-mgr-67 {
  margin-right: 67px !important;
}

.v1-u-mgb-67 {
  margin-bottom: 67px !important;
}

.v1-u-mgl-67 {
  margin-left: 67px !important;
}

.v1-u-mgt-reverse-67 {
  margin-top: -67px !important;
}

.v1-u-mgr-reverse-67 {
  margin-right: -67px !important;
}

.v1-u-mgb-reverse-67 {
  margin-bottom: -67px !important;
}

.v1-u-mgl-reverse-67 {
  margin-left: -67px !important;
}

.v1-u-mgt-68 {
  margin-top: 68px !important;
}

.v1-u-mgr-68 {
  margin-right: 68px !important;
}

.v1-u-mgb-68 {
  margin-bottom: 68px !important;
}

.v1-u-mgl-68 {
  margin-left: 68px !important;
}

.v1-u-mgt-reverse-68 {
  margin-top: -68px !important;
}

.v1-u-mgr-reverse-68 {
  margin-right: -68px !important;
}

.v1-u-mgb-reverse-68 {
  margin-bottom: -68px !important;
}

.v1-u-mgl-reverse-68 {
  margin-left: -68px !important;
}

.v1-u-mgt-69 {
  margin-top: 69px !important;
}

.v1-u-mgr-69 {
  margin-right: 69px !important;
}

.v1-u-mgb-69 {
  margin-bottom: 69px !important;
}

.v1-u-mgl-69 {
  margin-left: 69px !important;
}

.v1-u-mgt-reverse-69 {
  margin-top: -69px !important;
}

.v1-u-mgr-reverse-69 {
  margin-right: -69px !important;
}

.v1-u-mgb-reverse-69 {
  margin-bottom: -69px !important;
}

.v1-u-mgl-reverse-69 {
  margin-left: -69px !important;
}

.v1-u-mgt-70 {
  margin-top: 70px !important;
}

.v1-u-mgr-70 {
  margin-right: 70px !important;
}

.v1-u-mgb-70 {
  margin-bottom: 70px !important;
}

.v1-u-mgl-70 {
  margin-left: 70px !important;
}

.v1-u-mgt-reverse-70 {
  margin-top: -70px !important;
}

.v1-u-mgr-reverse-70 {
  margin-right: -70px !important;
}

.v1-u-mgb-reverse-70 {
  margin-bottom: -70px !important;
}

.v1-u-mgl-reverse-70 {
  margin-left: -70px !important;
}

.v1-u-mgt-71 {
  margin-top: 71px !important;
}

.v1-u-mgr-71 {
  margin-right: 71px !important;
}

.v1-u-mgb-71 {
  margin-bottom: 71px !important;
}

.v1-u-mgl-71 {
  margin-left: 71px !important;
}

.v1-u-mgt-reverse-71 {
  margin-top: -71px !important;
}

.v1-u-mgr-reverse-71 {
  margin-right: -71px !important;
}

.v1-u-mgb-reverse-71 {
  margin-bottom: -71px !important;
}

.v1-u-mgl-reverse-71 {
  margin-left: -71px !important;
}

.v1-u-mgt-72 {
  margin-top: 72px !important;
}

.v1-u-mgr-72 {
  margin-right: 72px !important;
}

.v1-u-mgb-72 {
  margin-bottom: 72px !important;
}

.v1-u-mgl-72 {
  margin-left: 72px !important;
}

.v1-u-mgt-reverse-72 {
  margin-top: -72px !important;
}

.v1-u-mgr-reverse-72 {
  margin-right: -72px !important;
}

.v1-u-mgb-reverse-72 {
  margin-bottom: -72px !important;
}

.v1-u-mgl-reverse-72 {
  margin-left: -72px !important;
}

.v1-u-mgt-73 {
  margin-top: 73px !important;
}

.v1-u-mgr-73 {
  margin-right: 73px !important;
}

.v1-u-mgb-73 {
  margin-bottom: 73px !important;
}

.v1-u-mgl-73 {
  margin-left: 73px !important;
}

.v1-u-mgt-reverse-73 {
  margin-top: -73px !important;
}

.v1-u-mgr-reverse-73 {
  margin-right: -73px !important;
}

.v1-u-mgb-reverse-73 {
  margin-bottom: -73px !important;
}

.v1-u-mgl-reverse-73 {
  margin-left: -73px !important;
}

.v1-u-mgt-74 {
  margin-top: 74px !important;
}

.v1-u-mgr-74 {
  margin-right: 74px !important;
}

.v1-u-mgb-74 {
  margin-bottom: 74px !important;
}

.v1-u-mgl-74 {
  margin-left: 74px !important;
}

.v1-u-mgt-reverse-74 {
  margin-top: -74px !important;
}

.v1-u-mgr-reverse-74 {
  margin-right: -74px !important;
}

.v1-u-mgb-reverse-74 {
  margin-bottom: -74px !important;
}

.v1-u-mgl-reverse-74 {
  margin-left: -74px !important;
}

.v1-u-mgt-75 {
  margin-top: 75px !important;
}

.v1-u-mgr-75 {
  margin-right: 75px !important;
}

.v1-u-mgb-75 {
  margin-bottom: 75px !important;
}

.v1-u-mgl-75 {
  margin-left: 75px !important;
}

.v1-u-mgt-reverse-75 {
  margin-top: -75px !important;
}

.v1-u-mgr-reverse-75 {
  margin-right: -75px !important;
}

.v1-u-mgb-reverse-75 {
  margin-bottom: -75px !important;
}

.v1-u-mgl-reverse-75 {
  margin-left: -75px !important;
}

.v1-u-mgt-76 {
  margin-top: 76px !important;
}

.v1-u-mgr-76 {
  margin-right: 76px !important;
}

.v1-u-mgb-76 {
  margin-bottom: 76px !important;
}

.v1-u-mgl-76 {
  margin-left: 76px !important;
}

.v1-u-mgt-reverse-76 {
  margin-top: -76px !important;
}

.v1-u-mgr-reverse-76 {
  margin-right: -76px !important;
}

.v1-u-mgb-reverse-76 {
  margin-bottom: -76px !important;
}

.v1-u-mgl-reverse-76 {
  margin-left: -76px !important;
}

.v1-u-mgt-77 {
  margin-top: 77px !important;
}

.v1-u-mgr-77 {
  margin-right: 77px !important;
}

.v1-u-mgb-77 {
  margin-bottom: 77px !important;
}

.v1-u-mgl-77 {
  margin-left: 77px !important;
}

.v1-u-mgt-reverse-77 {
  margin-top: -77px !important;
}

.v1-u-mgr-reverse-77 {
  margin-right: -77px !important;
}

.v1-u-mgb-reverse-77 {
  margin-bottom: -77px !important;
}

.v1-u-mgl-reverse-77 {
  margin-left: -77px !important;
}

.v1-u-mgt-78 {
  margin-top: 78px !important;
}

.v1-u-mgr-78 {
  margin-right: 78px !important;
}

.v1-u-mgb-78 {
  margin-bottom: 78px !important;
}

.v1-u-mgl-78 {
  margin-left: 78px !important;
}

.v1-u-mgt-reverse-78 {
  margin-top: -78px !important;
}

.v1-u-mgr-reverse-78 {
  margin-right: -78px !important;
}

.v1-u-mgb-reverse-78 {
  margin-bottom: -78px !important;
}

.v1-u-mgl-reverse-78 {
  margin-left: -78px !important;
}

.v1-u-mgt-79 {
  margin-top: 79px !important;
}

.v1-u-mgr-79 {
  margin-right: 79px !important;
}

.v1-u-mgb-79 {
  margin-bottom: 79px !important;
}

.v1-u-mgl-79 {
  margin-left: 79px !important;
}

.v1-u-mgt-reverse-79 {
  margin-top: -79px !important;
}

.v1-u-mgr-reverse-79 {
  margin-right: -79px !important;
}

.v1-u-mgb-reverse-79 {
  margin-bottom: -79px !important;
}

.v1-u-mgl-reverse-79 {
  margin-left: -79px !important;
}

.v1-u-mgt-80 {
  margin-top: 80px !important;
}

.v1-u-mgr-80 {
  margin-right: 80px !important;
}

.v1-u-mgb-80 {
  margin-bottom: 80px !important;
}

.v1-u-mgl-80 {
  margin-left: 80px !important;
}

.v1-u-mgt-reverse-80 {
  margin-top: -80px !important;
}

.v1-u-mgr-reverse-80 {
  margin-right: -80px !important;
}

.v1-u-mgb-reverse-80 {
  margin-bottom: -80px !important;
}

.v1-u-mgl-reverse-80 {
  margin-left: -80px !important;
}

.v1-u-mgt-81 {
  margin-top: 81px !important;
}

.v1-u-mgr-81 {
  margin-right: 81px !important;
}

.v1-u-mgb-81 {
  margin-bottom: 81px !important;
}

.v1-u-mgl-81 {
  margin-left: 81px !important;
}

.v1-u-mgt-reverse-81 {
  margin-top: -81px !important;
}

.v1-u-mgr-reverse-81 {
  margin-right: -81px !important;
}

.v1-u-mgb-reverse-81 {
  margin-bottom: -81px !important;
}

.v1-u-mgl-reverse-81 {
  margin-left: -81px !important;
}

.v1-u-mgt-82 {
  margin-top: 82px !important;
}

.v1-u-mgr-82 {
  margin-right: 82px !important;
}

.v1-u-mgb-82 {
  margin-bottom: 82px !important;
}

.v1-u-mgl-82 {
  margin-left: 82px !important;
}

.v1-u-mgt-reverse-82 {
  margin-top: -82px !important;
}

.v1-u-mgr-reverse-82 {
  margin-right: -82px !important;
}

.v1-u-mgb-reverse-82 {
  margin-bottom: -82px !important;
}

.v1-u-mgl-reverse-82 {
  margin-left: -82px !important;
}

.v1-u-mgt-83 {
  margin-top: 83px !important;
}

.v1-u-mgr-83 {
  margin-right: 83px !important;
}

.v1-u-mgb-83 {
  margin-bottom: 83px !important;
}

.v1-u-mgl-83 {
  margin-left: 83px !important;
}

.v1-u-mgt-reverse-83 {
  margin-top: -83px !important;
}

.v1-u-mgr-reverse-83 {
  margin-right: -83px !important;
}

.v1-u-mgb-reverse-83 {
  margin-bottom: -83px !important;
}

.v1-u-mgl-reverse-83 {
  margin-left: -83px !important;
}

.v1-u-mgt-84 {
  margin-top: 84px !important;
}

.v1-u-mgr-84 {
  margin-right: 84px !important;
}

.v1-u-mgb-84 {
  margin-bottom: 84px !important;
}

.v1-u-mgl-84 {
  margin-left: 84px !important;
}

.v1-u-mgt-reverse-84 {
  margin-top: -84px !important;
}

.v1-u-mgr-reverse-84 {
  margin-right: -84px !important;
}

.v1-u-mgb-reverse-84 {
  margin-bottom: -84px !important;
}

.v1-u-mgl-reverse-84 {
  margin-left: -84px !important;
}

.v1-u-mgt-85 {
  margin-top: 85px !important;
}

.v1-u-mgr-85 {
  margin-right: 85px !important;
}

.v1-u-mgb-85 {
  margin-bottom: 85px !important;
}

.v1-u-mgl-85 {
  margin-left: 85px !important;
}

.v1-u-mgt-reverse-85 {
  margin-top: -85px !important;
}

.v1-u-mgr-reverse-85 {
  margin-right: -85px !important;
}

.v1-u-mgb-reverse-85 {
  margin-bottom: -85px !important;
}

.v1-u-mgl-reverse-85 {
  margin-left: -85px !important;
}

.v1-u-mgt-86 {
  margin-top: 86px !important;
}

.v1-u-mgr-86 {
  margin-right: 86px !important;
}

.v1-u-mgb-86 {
  margin-bottom: 86px !important;
}

.v1-u-mgl-86 {
  margin-left: 86px !important;
}

.v1-u-mgt-reverse-86 {
  margin-top: -86px !important;
}

.v1-u-mgr-reverse-86 {
  margin-right: -86px !important;
}

.v1-u-mgb-reverse-86 {
  margin-bottom: -86px !important;
}

.v1-u-mgl-reverse-86 {
  margin-left: -86px !important;
}

.v1-u-mgt-87 {
  margin-top: 87px !important;
}

.v1-u-mgr-87 {
  margin-right: 87px !important;
}

.v1-u-mgb-87 {
  margin-bottom: 87px !important;
}

.v1-u-mgl-87 {
  margin-left: 87px !important;
}

.v1-u-mgt-reverse-87 {
  margin-top: -87px !important;
}

.v1-u-mgr-reverse-87 {
  margin-right: -87px !important;
}

.v1-u-mgb-reverse-87 {
  margin-bottom: -87px !important;
}

.v1-u-mgl-reverse-87 {
  margin-left: -87px !important;
}

.v1-u-mgt-88 {
  margin-top: 88px !important;
}

.v1-u-mgr-88 {
  margin-right: 88px !important;
}

.v1-u-mgb-88 {
  margin-bottom: 88px !important;
}

.v1-u-mgl-88 {
  margin-left: 88px !important;
}

.v1-u-mgt-reverse-88 {
  margin-top: -88px !important;
}

.v1-u-mgr-reverse-88 {
  margin-right: -88px !important;
}

.v1-u-mgb-reverse-88 {
  margin-bottom: -88px !important;
}

.v1-u-mgl-reverse-88 {
  margin-left: -88px !important;
}

.v1-u-mgt-89 {
  margin-top: 89px !important;
}

.v1-u-mgr-89 {
  margin-right: 89px !important;
}

.v1-u-mgb-89 {
  margin-bottom: 89px !important;
}

.v1-u-mgl-89 {
  margin-left: 89px !important;
}

.v1-u-mgt-reverse-89 {
  margin-top: -89px !important;
}

.v1-u-mgr-reverse-89 {
  margin-right: -89px !important;
}

.v1-u-mgb-reverse-89 {
  margin-bottom: -89px !important;
}

.v1-u-mgl-reverse-89 {
  margin-left: -89px !important;
}

.v1-u-mgt-90 {
  margin-top: 90px !important;
}

.v1-u-mgr-90 {
  margin-right: 90px !important;
}

.v1-u-mgb-90 {
  margin-bottom: 90px !important;
}

.v1-u-mgl-90 {
  margin-left: 90px !important;
}

.v1-u-mgt-reverse-90 {
  margin-top: -90px !important;
}

.v1-u-mgr-reverse-90 {
  margin-right: -90px !important;
}

.v1-u-mgb-reverse-90 {
  margin-bottom: -90px !important;
}

.v1-u-mgl-reverse-90 {
  margin-left: -90px !important;
}

.v1-u-mgt-91 {
  margin-top: 91px !important;
}

.v1-u-mgr-91 {
  margin-right: 91px !important;
}

.v1-u-mgb-91 {
  margin-bottom: 91px !important;
}

.v1-u-mgl-91 {
  margin-left: 91px !important;
}

.v1-u-mgt-reverse-91 {
  margin-top: -91px !important;
}

.v1-u-mgr-reverse-91 {
  margin-right: -91px !important;
}

.v1-u-mgb-reverse-91 {
  margin-bottom: -91px !important;
}

.v1-u-mgl-reverse-91 {
  margin-left: -91px !important;
}

.v1-u-mgt-92 {
  margin-top: 92px !important;
}

.v1-u-mgr-92 {
  margin-right: 92px !important;
}

.v1-u-mgb-92 {
  margin-bottom: 92px !important;
}

.v1-u-mgl-92 {
  margin-left: 92px !important;
}

.v1-u-mgt-reverse-92 {
  margin-top: -92px !important;
}

.v1-u-mgr-reverse-92 {
  margin-right: -92px !important;
}

.v1-u-mgb-reverse-92 {
  margin-bottom: -92px !important;
}

.v1-u-mgl-reverse-92 {
  margin-left: -92px !important;
}

.v1-u-mgt-93 {
  margin-top: 93px !important;
}

.v1-u-mgr-93 {
  margin-right: 93px !important;
}

.v1-u-mgb-93 {
  margin-bottom: 93px !important;
}

.v1-u-mgl-93 {
  margin-left: 93px !important;
}

.v1-u-mgt-reverse-93 {
  margin-top: -93px !important;
}

.v1-u-mgr-reverse-93 {
  margin-right: -93px !important;
}

.v1-u-mgb-reverse-93 {
  margin-bottom: -93px !important;
}

.v1-u-mgl-reverse-93 {
  margin-left: -93px !important;
}

.v1-u-mgt-94 {
  margin-top: 94px !important;
}

.v1-u-mgr-94 {
  margin-right: 94px !important;
}

.v1-u-mgb-94 {
  margin-bottom: 94px !important;
}

.v1-u-mgl-94 {
  margin-left: 94px !important;
}

.v1-u-mgt-reverse-94 {
  margin-top: -94px !important;
}

.v1-u-mgr-reverse-94 {
  margin-right: -94px !important;
}

.v1-u-mgb-reverse-94 {
  margin-bottom: -94px !important;
}

.v1-u-mgl-reverse-94 {
  margin-left: -94px !important;
}

.v1-u-mgt-95 {
  margin-top: 95px !important;
}

.v1-u-mgr-95 {
  margin-right: 95px !important;
}

.v1-u-mgb-95 {
  margin-bottom: 95px !important;
}

.v1-u-mgl-95 {
  margin-left: 95px !important;
}

.v1-u-mgt-reverse-95 {
  margin-top: -95px !important;
}

.v1-u-mgr-reverse-95 {
  margin-right: -95px !important;
}

.v1-u-mgb-reverse-95 {
  margin-bottom: -95px !important;
}

.v1-u-mgl-reverse-95 {
  margin-left: -95px !important;
}

.v1-u-mgt-96 {
  margin-top: 96px !important;
}

.v1-u-mgr-96 {
  margin-right: 96px !important;
}

.v1-u-mgb-96 {
  margin-bottom: 96px !important;
}

.v1-u-mgl-96 {
  margin-left: 96px !important;
}

.v1-u-mgt-reverse-96 {
  margin-top: -96px !important;
}

.v1-u-mgr-reverse-96 {
  margin-right: -96px !important;
}

.v1-u-mgb-reverse-96 {
  margin-bottom: -96px !important;
}

.v1-u-mgl-reverse-96 {
  margin-left: -96px !important;
}

.v1-u-mgt-97 {
  margin-top: 97px !important;
}

.v1-u-mgr-97 {
  margin-right: 97px !important;
}

.v1-u-mgb-97 {
  margin-bottom: 97px !important;
}

.v1-u-mgl-97 {
  margin-left: 97px !important;
}

.v1-u-mgt-reverse-97 {
  margin-top: -97px !important;
}

.v1-u-mgr-reverse-97 {
  margin-right: -97px !important;
}

.v1-u-mgb-reverse-97 {
  margin-bottom: -97px !important;
}

.v1-u-mgl-reverse-97 {
  margin-left: -97px !important;
}

.v1-u-mgt-98 {
  margin-top: 98px !important;
}

.v1-u-mgr-98 {
  margin-right: 98px !important;
}

.v1-u-mgb-98 {
  margin-bottom: 98px !important;
}

.v1-u-mgl-98 {
  margin-left: 98px !important;
}

.v1-u-mgt-reverse-98 {
  margin-top: -98px !important;
}

.v1-u-mgr-reverse-98 {
  margin-right: -98px !important;
}

.v1-u-mgb-reverse-98 {
  margin-bottom: -98px !important;
}

.v1-u-mgl-reverse-98 {
  margin-left: -98px !important;
}

.v1-u-mgt-99 {
  margin-top: 99px !important;
}

.v1-u-mgr-99 {
  margin-right: 99px !important;
}

.v1-u-mgb-99 {
  margin-bottom: 99px !important;
}

.v1-u-mgl-99 {
  margin-left: 99px !important;
}

.v1-u-mgt-reverse-99 {
  margin-top: -99px !important;
}

.v1-u-mgr-reverse-99 {
  margin-right: -99px !important;
}

.v1-u-mgb-reverse-99 {
  margin-bottom: -99px !important;
}

.v1-u-mgl-reverse-99 {
  margin-left: -99px !important;
}

.v1-u-mgt-100 {
  margin-top: 100px !important;
}

.v1-u-mgr-100 {
  margin-right: 100px !important;
}

.v1-u-mgb-100 {
  margin-bottom: 100px !important;
}

.v1-u-mgl-100 {
  margin-left: 100px !important;
}

.v1-u-mgt-reverse-100 {
  margin-top: -100px !important;
}

.v1-u-mgr-reverse-100 {
  margin-right: -100px !important;
}

.v1-u-mgb-reverse-100 {
  margin-bottom: -100px !important;
}

.v1-u-mgl-reverse-100 {
  margin-left: -100px !important;
}

.v1-u-mgt-101 {
  margin-top: 101px !important;
}

.v1-u-mgr-101 {
  margin-right: 101px !important;
}

.v1-u-mgb-101 {
  margin-bottom: 101px !important;
}

.v1-u-mgl-101 {
  margin-left: 101px !important;
}

.v1-u-mgt-reverse-101 {
  margin-top: -101px !important;
}

.v1-u-mgr-reverse-101 {
  margin-right: -101px !important;
}

.v1-u-mgb-reverse-101 {
  margin-bottom: -101px !important;
}

.v1-u-mgl-reverse-101 {
  margin-left: -101px !important;
}

.v1-u-mgt-102 {
  margin-top: 102px !important;
}

.v1-u-mgr-102 {
  margin-right: 102px !important;
}

.v1-u-mgb-102 {
  margin-bottom: 102px !important;
}

.v1-u-mgl-102 {
  margin-left: 102px !important;
}

.v1-u-mgt-reverse-102 {
  margin-top: -102px !important;
}

.v1-u-mgr-reverse-102 {
  margin-right: -102px !important;
}

.v1-u-mgb-reverse-102 {
  margin-bottom: -102px !important;
}

.v1-u-mgl-reverse-102 {
  margin-left: -102px !important;
}

.v1-u-mgt-103 {
  margin-top: 103px !important;
}

.v1-u-mgr-103 {
  margin-right: 103px !important;
}

.v1-u-mgb-103 {
  margin-bottom: 103px !important;
}

.v1-u-mgl-103 {
  margin-left: 103px !important;
}

.v1-u-mgt-reverse-103 {
  margin-top: -103px !important;
}

.v1-u-mgr-reverse-103 {
  margin-right: -103px !important;
}

.v1-u-mgb-reverse-103 {
  margin-bottom: -103px !important;
}

.v1-u-mgl-reverse-103 {
  margin-left: -103px !important;
}

.v1-u-mgt-104 {
  margin-top: 104px !important;
}

.v1-u-mgr-104 {
  margin-right: 104px !important;
}

.v1-u-mgb-104 {
  margin-bottom: 104px !important;
}

.v1-u-mgl-104 {
  margin-left: 104px !important;
}

.v1-u-mgt-reverse-104 {
  margin-top: -104px !important;
}

.v1-u-mgr-reverse-104 {
  margin-right: -104px !important;
}

.v1-u-mgb-reverse-104 {
  margin-bottom: -104px !important;
}

.v1-u-mgl-reverse-104 {
  margin-left: -104px !important;
}

.v1-u-mgt-105 {
  margin-top: 105px !important;
}

.v1-u-mgr-105 {
  margin-right: 105px !important;
}

.v1-u-mgb-105 {
  margin-bottom: 105px !important;
}

.v1-u-mgl-105 {
  margin-left: 105px !important;
}

.v1-u-mgt-reverse-105 {
  margin-top: -105px !important;
}

.v1-u-mgr-reverse-105 {
  margin-right: -105px !important;
}

.v1-u-mgb-reverse-105 {
  margin-bottom: -105px !important;
}

.v1-u-mgl-reverse-105 {
  margin-left: -105px !important;
}

.v1-u-mgt-106 {
  margin-top: 106px !important;
}

.v1-u-mgr-106 {
  margin-right: 106px !important;
}

.v1-u-mgb-106 {
  margin-bottom: 106px !important;
}

.v1-u-mgl-106 {
  margin-left: 106px !important;
}

.v1-u-mgt-reverse-106 {
  margin-top: -106px !important;
}

.v1-u-mgr-reverse-106 {
  margin-right: -106px !important;
}

.v1-u-mgb-reverse-106 {
  margin-bottom: -106px !important;
}

.v1-u-mgl-reverse-106 {
  margin-left: -106px !important;
}

.v1-u-mgt-107 {
  margin-top: 107px !important;
}

.v1-u-mgr-107 {
  margin-right: 107px !important;
}

.v1-u-mgb-107 {
  margin-bottom: 107px !important;
}

.v1-u-mgl-107 {
  margin-left: 107px !important;
}

.v1-u-mgt-reverse-107 {
  margin-top: -107px !important;
}

.v1-u-mgr-reverse-107 {
  margin-right: -107px !important;
}

.v1-u-mgb-reverse-107 {
  margin-bottom: -107px !important;
}

.v1-u-mgl-reverse-107 {
  margin-left: -107px !important;
}

.v1-u-mgt-108 {
  margin-top: 108px !important;
}

.v1-u-mgr-108 {
  margin-right: 108px !important;
}

.v1-u-mgb-108 {
  margin-bottom: 108px !important;
}

.v1-u-mgl-108 {
  margin-left: 108px !important;
}

.v1-u-mgt-reverse-108 {
  margin-top: -108px !important;
}

.v1-u-mgr-reverse-108 {
  margin-right: -108px !important;
}

.v1-u-mgb-reverse-108 {
  margin-bottom: -108px !important;
}

.v1-u-mgl-reverse-108 {
  margin-left: -108px !important;
}

.v1-u-mgt-109 {
  margin-top: 109px !important;
}

.v1-u-mgr-109 {
  margin-right: 109px !important;
}

.v1-u-mgb-109 {
  margin-bottom: 109px !important;
}

.v1-u-mgl-109 {
  margin-left: 109px !important;
}

.v1-u-mgt-reverse-109 {
  margin-top: -109px !important;
}

.v1-u-mgr-reverse-109 {
  margin-right: -109px !important;
}

.v1-u-mgb-reverse-109 {
  margin-bottom: -109px !important;
}

.v1-u-mgl-reverse-109 {
  margin-left: -109px !important;
}

.v1-u-mgt-110 {
  margin-top: 110px !important;
}

.v1-u-mgr-110 {
  margin-right: 110px !important;
}

.v1-u-mgb-110 {
  margin-bottom: 110px !important;
}

.v1-u-mgl-110 {
  margin-left: 110px !important;
}

.v1-u-mgt-reverse-110 {
  margin-top: -110px !important;
}

.v1-u-mgr-reverse-110 {
  margin-right: -110px !important;
}

.v1-u-mgb-reverse-110 {
  margin-bottom: -110px !important;
}

.v1-u-mgl-reverse-110 {
  margin-left: -110px !important;
}

.v1-u-mgt-111 {
  margin-top: 111px !important;
}

.v1-u-mgr-111 {
  margin-right: 111px !important;
}

.v1-u-mgb-111 {
  margin-bottom: 111px !important;
}

.v1-u-mgl-111 {
  margin-left: 111px !important;
}

.v1-u-mgt-reverse-111 {
  margin-top: -111px !important;
}

.v1-u-mgr-reverse-111 {
  margin-right: -111px !important;
}

.v1-u-mgb-reverse-111 {
  margin-bottom: -111px !important;
}

.v1-u-mgl-reverse-111 {
  margin-left: -111px !important;
}

.v1-u-mgt-112 {
  margin-top: 112px !important;
}

.v1-u-mgr-112 {
  margin-right: 112px !important;
}

.v1-u-mgb-112 {
  margin-bottom: 112px !important;
}

.v1-u-mgl-112 {
  margin-left: 112px !important;
}

.v1-u-mgt-reverse-112 {
  margin-top: -112px !important;
}

.v1-u-mgr-reverse-112 {
  margin-right: -112px !important;
}

.v1-u-mgb-reverse-112 {
  margin-bottom: -112px !important;
}

.v1-u-mgl-reverse-112 {
  margin-left: -112px !important;
}

.v1-u-mgt-113 {
  margin-top: 113px !important;
}

.v1-u-mgr-113 {
  margin-right: 113px !important;
}

.v1-u-mgb-113 {
  margin-bottom: 113px !important;
}

.v1-u-mgl-113 {
  margin-left: 113px !important;
}

.v1-u-mgt-reverse-113 {
  margin-top: -113px !important;
}

.v1-u-mgr-reverse-113 {
  margin-right: -113px !important;
}

.v1-u-mgb-reverse-113 {
  margin-bottom: -113px !important;
}

.v1-u-mgl-reverse-113 {
  margin-left: -113px !important;
}

.v1-u-mgt-114 {
  margin-top: 114px !important;
}

.v1-u-mgr-114 {
  margin-right: 114px !important;
}

.v1-u-mgb-114 {
  margin-bottom: 114px !important;
}

.v1-u-mgl-114 {
  margin-left: 114px !important;
}

.v1-u-mgt-reverse-114 {
  margin-top: -114px !important;
}

.v1-u-mgr-reverse-114 {
  margin-right: -114px !important;
}

.v1-u-mgb-reverse-114 {
  margin-bottom: -114px !important;
}

.v1-u-mgl-reverse-114 {
  margin-left: -114px !important;
}

.v1-u-mgt-115 {
  margin-top: 115px !important;
}

.v1-u-mgr-115 {
  margin-right: 115px !important;
}

.v1-u-mgb-115 {
  margin-bottom: 115px !important;
}

.v1-u-mgl-115 {
  margin-left: 115px !important;
}

.v1-u-mgt-reverse-115 {
  margin-top: -115px !important;
}

.v1-u-mgr-reverse-115 {
  margin-right: -115px !important;
}

.v1-u-mgb-reverse-115 {
  margin-bottom: -115px !important;
}

.v1-u-mgl-reverse-115 {
  margin-left: -115px !important;
}

.v1-u-mgt-116 {
  margin-top: 116px !important;
}

.v1-u-mgr-116 {
  margin-right: 116px !important;
}

.v1-u-mgb-116 {
  margin-bottom: 116px !important;
}

.v1-u-mgl-116 {
  margin-left: 116px !important;
}

.v1-u-mgt-reverse-116 {
  margin-top: -116px !important;
}

.v1-u-mgr-reverse-116 {
  margin-right: -116px !important;
}

.v1-u-mgb-reverse-116 {
  margin-bottom: -116px !important;
}

.v1-u-mgl-reverse-116 {
  margin-left: -116px !important;
}

.v1-u-mgt-117 {
  margin-top: 117px !important;
}

.v1-u-mgr-117 {
  margin-right: 117px !important;
}

.v1-u-mgb-117 {
  margin-bottom: 117px !important;
}

.v1-u-mgl-117 {
  margin-left: 117px !important;
}

.v1-u-mgt-reverse-117 {
  margin-top: -117px !important;
}

.v1-u-mgr-reverse-117 {
  margin-right: -117px !important;
}

.v1-u-mgb-reverse-117 {
  margin-bottom: -117px !important;
}

.v1-u-mgl-reverse-117 {
  margin-left: -117px !important;
}

.v1-u-mgt-118 {
  margin-top: 118px !important;
}

.v1-u-mgr-118 {
  margin-right: 118px !important;
}

.v1-u-mgb-118 {
  margin-bottom: 118px !important;
}

.v1-u-mgl-118 {
  margin-left: 118px !important;
}

.v1-u-mgt-reverse-118 {
  margin-top: -118px !important;
}

.v1-u-mgr-reverse-118 {
  margin-right: -118px !important;
}

.v1-u-mgb-reverse-118 {
  margin-bottom: -118px !important;
}

.v1-u-mgl-reverse-118 {
  margin-left: -118px !important;
}

.v1-u-mgt-119 {
  margin-top: 119px !important;
}

.v1-u-mgr-119 {
  margin-right: 119px !important;
}

.v1-u-mgb-119 {
  margin-bottom: 119px !important;
}

.v1-u-mgl-119 {
  margin-left: 119px !important;
}

.v1-u-mgt-reverse-119 {
  margin-top: -119px !important;
}

.v1-u-mgr-reverse-119 {
  margin-right: -119px !important;
}

.v1-u-mgb-reverse-119 {
  margin-bottom: -119px !important;
}

.v1-u-mgl-reverse-119 {
  margin-left: -119px !important;
}

.v1-u-mgt-120 {
  margin-top: 120px !important;
}

.v1-u-mgr-120 {
  margin-right: 120px !important;
}

.v1-u-mgb-120 {
  margin-bottom: 120px !important;
}

.v1-u-mgl-120 {
  margin-left: 120px !important;
}

.v1-u-mgt-reverse-120 {
  margin-top: -120px !important;
}

.v1-u-mgr-reverse-120 {
  margin-right: -120px !important;
}

.v1-u-mgb-reverse-120 {
  margin-bottom: -120px !important;
}

.v1-u-mgl-reverse-120 {
  margin-left: -120px !important;
}

.v1-u-mgt-121 {
  margin-top: 121px !important;
}

.v1-u-mgr-121 {
  margin-right: 121px !important;
}

.v1-u-mgb-121 {
  margin-bottom: 121px !important;
}

.v1-u-mgl-121 {
  margin-left: 121px !important;
}

.v1-u-mgt-reverse-121 {
  margin-top: -121px !important;
}

.v1-u-mgr-reverse-121 {
  margin-right: -121px !important;
}

.v1-u-mgb-reverse-121 {
  margin-bottom: -121px !important;
}

.v1-u-mgl-reverse-121 {
  margin-left: -121px !important;
}

.v1-u-mgt-122 {
  margin-top: 122px !important;
}

.v1-u-mgr-122 {
  margin-right: 122px !important;
}

.v1-u-mgb-122 {
  margin-bottom: 122px !important;
}

.v1-u-mgl-122 {
  margin-left: 122px !important;
}

.v1-u-mgt-reverse-122 {
  margin-top: -122px !important;
}

.v1-u-mgr-reverse-122 {
  margin-right: -122px !important;
}

.v1-u-mgb-reverse-122 {
  margin-bottom: -122px !important;
}

.v1-u-mgl-reverse-122 {
  margin-left: -122px !important;
}

.v1-u-mgt-123 {
  margin-top: 123px !important;
}

.v1-u-mgr-123 {
  margin-right: 123px !important;
}

.v1-u-mgb-123 {
  margin-bottom: 123px !important;
}

.v1-u-mgl-123 {
  margin-left: 123px !important;
}

.v1-u-mgt-reverse-123 {
  margin-top: -123px !important;
}

.v1-u-mgr-reverse-123 {
  margin-right: -123px !important;
}

.v1-u-mgb-reverse-123 {
  margin-bottom: -123px !important;
}

.v1-u-mgl-reverse-123 {
  margin-left: -123px !important;
}

.v1-u-mgt-124 {
  margin-top: 124px !important;
}

.v1-u-mgr-124 {
  margin-right: 124px !important;
}

.v1-u-mgb-124 {
  margin-bottom: 124px !important;
}

.v1-u-mgl-124 {
  margin-left: 124px !important;
}

.v1-u-mgt-reverse-124 {
  margin-top: -124px !important;
}

.v1-u-mgr-reverse-124 {
  margin-right: -124px !important;
}

.v1-u-mgb-reverse-124 {
  margin-bottom: -124px !important;
}

.v1-u-mgl-reverse-124 {
  margin-left: -124px !important;
}

.v1-u-mgt-125 {
  margin-top: 125px !important;
}

.v1-u-mgr-125 {
  margin-right: 125px !important;
}

.v1-u-mgb-125 {
  margin-bottom: 125px !important;
}

.v1-u-mgl-125 {
  margin-left: 125px !important;
}

.v1-u-mgt-reverse-125 {
  margin-top: -125px !important;
}

.v1-u-mgr-reverse-125 {
  margin-right: -125px !important;
}

.v1-u-mgb-reverse-125 {
  margin-bottom: -125px !important;
}

.v1-u-mgl-reverse-125 {
  margin-left: -125px !important;
}

.v1-u-mgt-126 {
  margin-top: 126px !important;
}

.v1-u-mgr-126 {
  margin-right: 126px !important;
}

.v1-u-mgb-126 {
  margin-bottom: 126px !important;
}

.v1-u-mgl-126 {
  margin-left: 126px !important;
}

.v1-u-mgt-reverse-126 {
  margin-top: -126px !important;
}

.v1-u-mgr-reverse-126 {
  margin-right: -126px !important;
}

.v1-u-mgb-reverse-126 {
  margin-bottom: -126px !important;
}

.v1-u-mgl-reverse-126 {
  margin-left: -126px !important;
}

.v1-u-mgt-127 {
  margin-top: 127px !important;
}

.v1-u-mgr-127 {
  margin-right: 127px !important;
}

.v1-u-mgb-127 {
  margin-bottom: 127px !important;
}

.v1-u-mgl-127 {
  margin-left: 127px !important;
}

.v1-u-mgt-reverse-127 {
  margin-top: -127px !important;
}

.v1-u-mgr-reverse-127 {
  margin-right: -127px !important;
}

.v1-u-mgb-reverse-127 {
  margin-bottom: -127px !important;
}

.v1-u-mgl-reverse-127 {
  margin-left: -127px !important;
}

.v1-u-mgt-128 {
  margin-top: 128px !important;
}

.v1-u-mgr-128 {
  margin-right: 128px !important;
}

.v1-u-mgb-128 {
  margin-bottom: 128px !important;
}

.v1-u-mgl-128 {
  margin-left: 128px !important;
}

.v1-u-mgt-reverse-128 {
  margin-top: -128px !important;
}

.v1-u-mgr-reverse-128 {
  margin-right: -128px !important;
}

.v1-u-mgb-reverse-128 {
  margin-bottom: -128px !important;
}

.v1-u-mgl-reverse-128 {
  margin-left: -128px !important;
}

.v1-u-mgt-129 {
  margin-top: 129px !important;
}

.v1-u-mgr-129 {
  margin-right: 129px !important;
}

.v1-u-mgb-129 {
  margin-bottom: 129px !important;
}

.v1-u-mgl-129 {
  margin-left: 129px !important;
}

.v1-u-mgt-reverse-129 {
  margin-top: -129px !important;
}

.v1-u-mgr-reverse-129 {
  margin-right: -129px !important;
}

.v1-u-mgb-reverse-129 {
  margin-bottom: -129px !important;
}

.v1-u-mgl-reverse-129 {
  margin-left: -129px !important;
}

.v1-u-mgt-130 {
  margin-top: 130px !important;
}

.v1-u-mgr-130 {
  margin-right: 130px !important;
}

.v1-u-mgb-130 {
  margin-bottom: 130px !important;
}

.v1-u-mgl-130 {
  margin-left: 130px !important;
}

.v1-u-mgt-reverse-130 {
  margin-top: -130px !important;
}

.v1-u-mgr-reverse-130 {
  margin-right: -130px !important;
}

.v1-u-mgb-reverse-130 {
  margin-bottom: -130px !important;
}

.v1-u-mgl-reverse-130 {
  margin-left: -130px !important;
}

.v1-u-mgt-131 {
  margin-top: 131px !important;
}

.v1-u-mgr-131 {
  margin-right: 131px !important;
}

.v1-u-mgb-131 {
  margin-bottom: 131px !important;
}

.v1-u-mgl-131 {
  margin-left: 131px !important;
}

.v1-u-mgt-reverse-131 {
  margin-top: -131px !important;
}

.v1-u-mgr-reverse-131 {
  margin-right: -131px !important;
}

.v1-u-mgb-reverse-131 {
  margin-bottom: -131px !important;
}

.v1-u-mgl-reverse-131 {
  margin-left: -131px !important;
}

.v1-u-mgt-132 {
  margin-top: 132px !important;
}

.v1-u-mgr-132 {
  margin-right: 132px !important;
}

.v1-u-mgb-132 {
  margin-bottom: 132px !important;
}

.v1-u-mgl-132 {
  margin-left: 132px !important;
}

.v1-u-mgt-reverse-132 {
  margin-top: -132px !important;
}

.v1-u-mgr-reverse-132 {
  margin-right: -132px !important;
}

.v1-u-mgb-reverse-132 {
  margin-bottom: -132px !important;
}

.v1-u-mgl-reverse-132 {
  margin-left: -132px !important;
}

.v1-u-mgt-133 {
  margin-top: 133px !important;
}

.v1-u-mgr-133 {
  margin-right: 133px !important;
}

.v1-u-mgb-133 {
  margin-bottom: 133px !important;
}

.v1-u-mgl-133 {
  margin-left: 133px !important;
}

.v1-u-mgt-reverse-133 {
  margin-top: -133px !important;
}

.v1-u-mgr-reverse-133 {
  margin-right: -133px !important;
}

.v1-u-mgb-reverse-133 {
  margin-bottom: -133px !important;
}

.v1-u-mgl-reverse-133 {
  margin-left: -133px !important;
}

.v1-u-mgt-134 {
  margin-top: 134px !important;
}

.v1-u-mgr-134 {
  margin-right: 134px !important;
}

.v1-u-mgb-134 {
  margin-bottom: 134px !important;
}

.v1-u-mgl-134 {
  margin-left: 134px !important;
}

.v1-u-mgt-reverse-134 {
  margin-top: -134px !important;
}

.v1-u-mgr-reverse-134 {
  margin-right: -134px !important;
}

.v1-u-mgb-reverse-134 {
  margin-bottom: -134px !important;
}

.v1-u-mgl-reverse-134 {
  margin-left: -134px !important;
}

.v1-u-mgt-135 {
  margin-top: 135px !important;
}

.v1-u-mgr-135 {
  margin-right: 135px !important;
}

.v1-u-mgb-135 {
  margin-bottom: 135px !important;
}

.v1-u-mgl-135 {
  margin-left: 135px !important;
}

.v1-u-mgt-reverse-135 {
  margin-top: -135px !important;
}

.v1-u-mgr-reverse-135 {
  margin-right: -135px !important;
}

.v1-u-mgb-reverse-135 {
  margin-bottom: -135px !important;
}

.v1-u-mgl-reverse-135 {
  margin-left: -135px !important;
}

.v1-u-mgt-136 {
  margin-top: 136px !important;
}

.v1-u-mgr-136 {
  margin-right: 136px !important;
}

.v1-u-mgb-136 {
  margin-bottom: 136px !important;
}

.v1-u-mgl-136 {
  margin-left: 136px !important;
}

.v1-u-mgt-reverse-136 {
  margin-top: -136px !important;
}

.v1-u-mgr-reverse-136 {
  margin-right: -136px !important;
}

.v1-u-mgb-reverse-136 {
  margin-bottom: -136px !important;
}

.v1-u-mgl-reverse-136 {
  margin-left: -136px !important;
}

.v1-u-mgt-137 {
  margin-top: 137px !important;
}

.v1-u-mgr-137 {
  margin-right: 137px !important;
}

.v1-u-mgb-137 {
  margin-bottom: 137px !important;
}

.v1-u-mgl-137 {
  margin-left: 137px !important;
}

.v1-u-mgt-reverse-137 {
  margin-top: -137px !important;
}

.v1-u-mgr-reverse-137 {
  margin-right: -137px !important;
}

.v1-u-mgb-reverse-137 {
  margin-bottom: -137px !important;
}

.v1-u-mgl-reverse-137 {
  margin-left: -137px !important;
}

.v1-u-mgt-138 {
  margin-top: 138px !important;
}

.v1-u-mgr-138 {
  margin-right: 138px !important;
}

.v1-u-mgb-138 {
  margin-bottom: 138px !important;
}

.v1-u-mgl-138 {
  margin-left: 138px !important;
}

.v1-u-mgt-reverse-138 {
  margin-top: -138px !important;
}

.v1-u-mgr-reverse-138 {
  margin-right: -138px !important;
}

.v1-u-mgb-reverse-138 {
  margin-bottom: -138px !important;
}

.v1-u-mgl-reverse-138 {
  margin-left: -138px !important;
}

.v1-u-mgt-139 {
  margin-top: 139px !important;
}

.v1-u-mgr-139 {
  margin-right: 139px !important;
}

.v1-u-mgb-139 {
  margin-bottom: 139px !important;
}

.v1-u-mgl-139 {
  margin-left: 139px !important;
}

.v1-u-mgt-reverse-139 {
  margin-top: -139px !important;
}

.v1-u-mgr-reverse-139 {
  margin-right: -139px !important;
}

.v1-u-mgb-reverse-139 {
  margin-bottom: -139px !important;
}

.v1-u-mgl-reverse-139 {
  margin-left: -139px !important;
}

.v1-u-mgt-140 {
  margin-top: 140px !important;
}

.v1-u-mgr-140 {
  margin-right: 140px !important;
}

.v1-u-mgb-140 {
  margin-bottom: 140px !important;
}

.v1-u-mgl-140 {
  margin-left: 140px !important;
}

.v1-u-mgt-reverse-140 {
  margin-top: -140px !important;
}

.v1-u-mgr-reverse-140 {
  margin-right: -140px !important;
}

.v1-u-mgb-reverse-140 {
  margin-bottom: -140px !important;
}

.v1-u-mgl-reverse-140 {
  margin-left: -140px !important;
}

.v1-u-mgt-141 {
  margin-top: 141px !important;
}

.v1-u-mgr-141 {
  margin-right: 141px !important;
}

.v1-u-mgb-141 {
  margin-bottom: 141px !important;
}

.v1-u-mgl-141 {
  margin-left: 141px !important;
}

.v1-u-mgt-reverse-141 {
  margin-top: -141px !important;
}

.v1-u-mgr-reverse-141 {
  margin-right: -141px !important;
}

.v1-u-mgb-reverse-141 {
  margin-bottom: -141px !important;
}

.v1-u-mgl-reverse-141 {
  margin-left: -141px !important;
}

.v1-u-mgt-142 {
  margin-top: 142px !important;
}

.v1-u-mgr-142 {
  margin-right: 142px !important;
}

.v1-u-mgb-142 {
  margin-bottom: 142px !important;
}

.v1-u-mgl-142 {
  margin-left: 142px !important;
}

.v1-u-mgt-reverse-142 {
  margin-top: -142px !important;
}

.v1-u-mgr-reverse-142 {
  margin-right: -142px !important;
}

.v1-u-mgb-reverse-142 {
  margin-bottom: -142px !important;
}

.v1-u-mgl-reverse-142 {
  margin-left: -142px !important;
}

.v1-u-mgt-143 {
  margin-top: 143px !important;
}

.v1-u-mgr-143 {
  margin-right: 143px !important;
}

.v1-u-mgb-143 {
  margin-bottom: 143px !important;
}

.v1-u-mgl-143 {
  margin-left: 143px !important;
}

.v1-u-mgt-reverse-143 {
  margin-top: -143px !important;
}

.v1-u-mgr-reverse-143 {
  margin-right: -143px !important;
}

.v1-u-mgb-reverse-143 {
  margin-bottom: -143px !important;
}

.v1-u-mgl-reverse-143 {
  margin-left: -143px !important;
}

.v1-u-mgt-144 {
  margin-top: 144px !important;
}

.v1-u-mgr-144 {
  margin-right: 144px !important;
}

.v1-u-mgb-144 {
  margin-bottom: 144px !important;
}

.v1-u-mgl-144 {
  margin-left: 144px !important;
}

.v1-u-mgt-reverse-144 {
  margin-top: -144px !important;
}

.v1-u-mgr-reverse-144 {
  margin-right: -144px !important;
}

.v1-u-mgb-reverse-144 {
  margin-bottom: -144px !important;
}

.v1-u-mgl-reverse-144 {
  margin-left: -144px !important;
}

.v1-u-mgt-145 {
  margin-top: 145px !important;
}

.v1-u-mgr-145 {
  margin-right: 145px !important;
}

.v1-u-mgb-145 {
  margin-bottom: 145px !important;
}

.v1-u-mgl-145 {
  margin-left: 145px !important;
}

.v1-u-mgt-reverse-145 {
  margin-top: -145px !important;
}

.v1-u-mgr-reverse-145 {
  margin-right: -145px !important;
}

.v1-u-mgb-reverse-145 {
  margin-bottom: -145px !important;
}

.v1-u-mgl-reverse-145 {
  margin-left: -145px !important;
}

.v1-u-mgt-146 {
  margin-top: 146px !important;
}

.v1-u-mgr-146 {
  margin-right: 146px !important;
}

.v1-u-mgb-146 {
  margin-bottom: 146px !important;
}

.v1-u-mgl-146 {
  margin-left: 146px !important;
}

.v1-u-mgt-reverse-146 {
  margin-top: -146px !important;
}

.v1-u-mgr-reverse-146 {
  margin-right: -146px !important;
}

.v1-u-mgb-reverse-146 {
  margin-bottom: -146px !important;
}

.v1-u-mgl-reverse-146 {
  margin-left: -146px !important;
}

.v1-u-mgt-147 {
  margin-top: 147px !important;
}

.v1-u-mgr-147 {
  margin-right: 147px !important;
}

.v1-u-mgb-147 {
  margin-bottom: 147px !important;
}

.v1-u-mgl-147 {
  margin-left: 147px !important;
}

.v1-u-mgt-reverse-147 {
  margin-top: -147px !important;
}

.v1-u-mgr-reverse-147 {
  margin-right: -147px !important;
}

.v1-u-mgb-reverse-147 {
  margin-bottom: -147px !important;
}

.v1-u-mgl-reverse-147 {
  margin-left: -147px !important;
}

.v1-u-mgt-148 {
  margin-top: 148px !important;
}

.v1-u-mgr-148 {
  margin-right: 148px !important;
}

.v1-u-mgb-148 {
  margin-bottom: 148px !important;
}

.v1-u-mgl-148 {
  margin-left: 148px !important;
}

.v1-u-mgt-reverse-148 {
  margin-top: -148px !important;
}

.v1-u-mgr-reverse-148 {
  margin-right: -148px !important;
}

.v1-u-mgb-reverse-148 {
  margin-bottom: -148px !important;
}

.v1-u-mgl-reverse-148 {
  margin-left: -148px !important;
}

.v1-u-mgt-149 {
  margin-top: 149px !important;
}

.v1-u-mgr-149 {
  margin-right: 149px !important;
}

.v1-u-mgb-149 {
  margin-bottom: 149px !important;
}

.v1-u-mgl-149 {
  margin-left: 149px !important;
}

.v1-u-mgt-reverse-149 {
  margin-top: -149px !important;
}

.v1-u-mgr-reverse-149 {
  margin-right: -149px !important;
}

.v1-u-mgb-reverse-149 {
  margin-bottom: -149px !important;
}

.v1-u-mgl-reverse-149 {
  margin-left: -149px !important;
}

.v1-u-mgt-150 {
  margin-top: 150px !important;
}

.v1-u-mgr-150 {
  margin-right: 150px !important;
}

.v1-u-mgb-150 {
  margin-bottom: 150px !important;
}

.v1-u-mgl-150 {
  margin-left: 150px !important;
}

.v1-u-mgt-reverse-150 {
  margin-top: -150px !important;
}

.v1-u-mgr-reverse-150 {
  margin-right: -150px !important;
}

.v1-u-mgb-reverse-150 {
  margin-bottom: -150px !important;
}

.v1-u-mgl-reverse-150 {
  margin-left: -150px !important;
}

.v1-u-mgt-151 {
  margin-top: 151px !important;
}

.v1-u-mgr-151 {
  margin-right: 151px !important;
}

.v1-u-mgb-151 {
  margin-bottom: 151px !important;
}

.v1-u-mgl-151 {
  margin-left: 151px !important;
}

.v1-u-mgt-reverse-151 {
  margin-top: -151px !important;
}

.v1-u-mgr-reverse-151 {
  margin-right: -151px !important;
}

.v1-u-mgb-reverse-151 {
  margin-bottom: -151px !important;
}

.v1-u-mgl-reverse-151 {
  margin-left: -151px !important;
}

.v1-u-mgt-152 {
  margin-top: 152px !important;
}

.v1-u-mgr-152 {
  margin-right: 152px !important;
}

.v1-u-mgb-152 {
  margin-bottom: 152px !important;
}

.v1-u-mgl-152 {
  margin-left: 152px !important;
}

.v1-u-mgt-reverse-152 {
  margin-top: -152px !important;
}

.v1-u-mgr-reverse-152 {
  margin-right: -152px !important;
}

.v1-u-mgb-reverse-152 {
  margin-bottom: -152px !important;
}

.v1-u-mgl-reverse-152 {
  margin-left: -152px !important;
}

.v1-u-mgt-153 {
  margin-top: 153px !important;
}

.v1-u-mgr-153 {
  margin-right: 153px !important;
}

.v1-u-mgb-153 {
  margin-bottom: 153px !important;
}

.v1-u-mgl-153 {
  margin-left: 153px !important;
}

.v1-u-mgt-reverse-153 {
  margin-top: -153px !important;
}

.v1-u-mgr-reverse-153 {
  margin-right: -153px !important;
}

.v1-u-mgb-reverse-153 {
  margin-bottom: -153px !important;
}

.v1-u-mgl-reverse-153 {
  margin-left: -153px !important;
}

.v1-u-mgt-154 {
  margin-top: 154px !important;
}

.v1-u-mgr-154 {
  margin-right: 154px !important;
}

.v1-u-mgb-154 {
  margin-bottom: 154px !important;
}

.v1-u-mgl-154 {
  margin-left: 154px !important;
}

.v1-u-mgt-reverse-154 {
  margin-top: -154px !important;
}

.v1-u-mgr-reverse-154 {
  margin-right: -154px !important;
}

.v1-u-mgb-reverse-154 {
  margin-bottom: -154px !important;
}

.v1-u-mgl-reverse-154 {
  margin-left: -154px !important;
}

.v1-u-mgt-155 {
  margin-top: 155px !important;
}

.v1-u-mgr-155 {
  margin-right: 155px !important;
}

.v1-u-mgb-155 {
  margin-bottom: 155px !important;
}

.v1-u-mgl-155 {
  margin-left: 155px !important;
}

.v1-u-mgt-reverse-155 {
  margin-top: -155px !important;
}

.v1-u-mgr-reverse-155 {
  margin-right: -155px !important;
}

.v1-u-mgb-reverse-155 {
  margin-bottom: -155px !important;
}

.v1-u-mgl-reverse-155 {
  margin-left: -155px !important;
}

.v1-u-mgt-156 {
  margin-top: 156px !important;
}

.v1-u-mgr-156 {
  margin-right: 156px !important;
}

.v1-u-mgb-156 {
  margin-bottom: 156px !important;
}

.v1-u-mgl-156 {
  margin-left: 156px !important;
}

.v1-u-mgt-reverse-156 {
  margin-top: -156px !important;
}

.v1-u-mgr-reverse-156 {
  margin-right: -156px !important;
}

.v1-u-mgb-reverse-156 {
  margin-bottom: -156px !important;
}

.v1-u-mgl-reverse-156 {
  margin-left: -156px !important;
}

.v1-u-mgt-157 {
  margin-top: 157px !important;
}

.v1-u-mgr-157 {
  margin-right: 157px !important;
}

.v1-u-mgb-157 {
  margin-bottom: 157px !important;
}

.v1-u-mgl-157 {
  margin-left: 157px !important;
}

.v1-u-mgt-reverse-157 {
  margin-top: -157px !important;
}

.v1-u-mgr-reverse-157 {
  margin-right: -157px !important;
}

.v1-u-mgb-reverse-157 {
  margin-bottom: -157px !important;
}

.v1-u-mgl-reverse-157 {
  margin-left: -157px !important;
}

.v1-u-mgt-158 {
  margin-top: 158px !important;
}

.v1-u-mgr-158 {
  margin-right: 158px !important;
}

.v1-u-mgb-158 {
  margin-bottom: 158px !important;
}

.v1-u-mgl-158 {
  margin-left: 158px !important;
}

.v1-u-mgt-reverse-158 {
  margin-top: -158px !important;
}

.v1-u-mgr-reverse-158 {
  margin-right: -158px !important;
}

.v1-u-mgb-reverse-158 {
  margin-bottom: -158px !important;
}

.v1-u-mgl-reverse-158 {
  margin-left: -158px !important;
}

.v1-u-mgt-159 {
  margin-top: 159px !important;
}

.v1-u-mgr-159 {
  margin-right: 159px !important;
}

.v1-u-mgb-159 {
  margin-bottom: 159px !important;
}

.v1-u-mgl-159 {
  margin-left: 159px !important;
}

.v1-u-mgt-reverse-159 {
  margin-top: -159px !important;
}

.v1-u-mgr-reverse-159 {
  margin-right: -159px !important;
}

.v1-u-mgb-reverse-159 {
  margin-bottom: -159px !important;
}

.v1-u-mgl-reverse-159 {
  margin-left: -159px !important;
}

.v1-u-mgt-160 {
  margin-top: 160px !important;
}

.v1-u-mgr-160 {
  margin-right: 160px !important;
}

.v1-u-mgb-160 {
  margin-bottom: 160px !important;
}

.v1-u-mgl-160 {
  margin-left: 160px !important;
}

.v1-u-mgt-reverse-160 {
  margin-top: -160px !important;
}

.v1-u-mgr-reverse-160 {
  margin-right: -160px !important;
}

.v1-u-mgb-reverse-160 {
  margin-bottom: -160px !important;
}

.v1-u-mgl-reverse-160 {
  margin-left: -160px !important;
}

.v1-u-mgt-161 {
  margin-top: 161px !important;
}

.v1-u-mgr-161 {
  margin-right: 161px !important;
}

.v1-u-mgb-161 {
  margin-bottom: 161px !important;
}

.v1-u-mgl-161 {
  margin-left: 161px !important;
}

.v1-u-mgt-reverse-161 {
  margin-top: -161px !important;
}

.v1-u-mgr-reverse-161 {
  margin-right: -161px !important;
}

.v1-u-mgb-reverse-161 {
  margin-bottom: -161px !important;
}

.v1-u-mgl-reverse-161 {
  margin-left: -161px !important;
}

.v1-u-mgt-162 {
  margin-top: 162px !important;
}

.v1-u-mgr-162 {
  margin-right: 162px !important;
}

.v1-u-mgb-162 {
  margin-bottom: 162px !important;
}

.v1-u-mgl-162 {
  margin-left: 162px !important;
}

.v1-u-mgt-reverse-162 {
  margin-top: -162px !important;
}

.v1-u-mgr-reverse-162 {
  margin-right: -162px !important;
}

.v1-u-mgb-reverse-162 {
  margin-bottom: -162px !important;
}

.v1-u-mgl-reverse-162 {
  margin-left: -162px !important;
}

.v1-u-mgt-163 {
  margin-top: 163px !important;
}

.v1-u-mgr-163 {
  margin-right: 163px !important;
}

.v1-u-mgb-163 {
  margin-bottom: 163px !important;
}

.v1-u-mgl-163 {
  margin-left: 163px !important;
}

.v1-u-mgt-reverse-163 {
  margin-top: -163px !important;
}

.v1-u-mgr-reverse-163 {
  margin-right: -163px !important;
}

.v1-u-mgb-reverse-163 {
  margin-bottom: -163px !important;
}

.v1-u-mgl-reverse-163 {
  margin-left: -163px !important;
}

.v1-u-mgt-164 {
  margin-top: 164px !important;
}

.v1-u-mgr-164 {
  margin-right: 164px !important;
}

.v1-u-mgb-164 {
  margin-bottom: 164px !important;
}

.v1-u-mgl-164 {
  margin-left: 164px !important;
}

.v1-u-mgt-reverse-164 {
  margin-top: -164px !important;
}

.v1-u-mgr-reverse-164 {
  margin-right: -164px !important;
}

.v1-u-mgb-reverse-164 {
  margin-bottom: -164px !important;
}

.v1-u-mgl-reverse-164 {
  margin-left: -164px !important;
}

.v1-u-mgt-165 {
  margin-top: 165px !important;
}

.v1-u-mgr-165 {
  margin-right: 165px !important;
}

.v1-u-mgb-165 {
  margin-bottom: 165px !important;
}

.v1-u-mgl-165 {
  margin-left: 165px !important;
}

.v1-u-mgt-reverse-165 {
  margin-top: -165px !important;
}

.v1-u-mgr-reverse-165 {
  margin-right: -165px !important;
}

.v1-u-mgb-reverse-165 {
  margin-bottom: -165px !important;
}

.v1-u-mgl-reverse-165 {
  margin-left: -165px !important;
}

.v1-u-mgt-166 {
  margin-top: 166px !important;
}

.v1-u-mgr-166 {
  margin-right: 166px !important;
}

.v1-u-mgb-166 {
  margin-bottom: 166px !important;
}

.v1-u-mgl-166 {
  margin-left: 166px !important;
}

.v1-u-mgt-reverse-166 {
  margin-top: -166px !important;
}

.v1-u-mgr-reverse-166 {
  margin-right: -166px !important;
}

.v1-u-mgb-reverse-166 {
  margin-bottom: -166px !important;
}

.v1-u-mgl-reverse-166 {
  margin-left: -166px !important;
}

.v1-u-mgt-167 {
  margin-top: 167px !important;
}

.v1-u-mgr-167 {
  margin-right: 167px !important;
}

.v1-u-mgb-167 {
  margin-bottom: 167px !important;
}

.v1-u-mgl-167 {
  margin-left: 167px !important;
}

.v1-u-mgt-reverse-167 {
  margin-top: -167px !important;
}

.v1-u-mgr-reverse-167 {
  margin-right: -167px !important;
}

.v1-u-mgb-reverse-167 {
  margin-bottom: -167px !important;
}

.v1-u-mgl-reverse-167 {
  margin-left: -167px !important;
}

.v1-u-mgt-168 {
  margin-top: 168px !important;
}

.v1-u-mgr-168 {
  margin-right: 168px !important;
}

.v1-u-mgb-168 {
  margin-bottom: 168px !important;
}

.v1-u-mgl-168 {
  margin-left: 168px !important;
}

.v1-u-mgt-reverse-168 {
  margin-top: -168px !important;
}

.v1-u-mgr-reverse-168 {
  margin-right: -168px !important;
}

.v1-u-mgb-reverse-168 {
  margin-bottom: -168px !important;
}

.v1-u-mgl-reverse-168 {
  margin-left: -168px !important;
}

.v1-u-mgt-169 {
  margin-top: 169px !important;
}

.v1-u-mgr-169 {
  margin-right: 169px !important;
}

.v1-u-mgb-169 {
  margin-bottom: 169px !important;
}

.v1-u-mgl-169 {
  margin-left: 169px !important;
}

.v1-u-mgt-reverse-169 {
  margin-top: -169px !important;
}

.v1-u-mgr-reverse-169 {
  margin-right: -169px !important;
}

.v1-u-mgb-reverse-169 {
  margin-bottom: -169px !important;
}

.v1-u-mgl-reverse-169 {
  margin-left: -169px !important;
}

.v1-u-mgt-170 {
  margin-top: 170px !important;
}

.v1-u-mgr-170 {
  margin-right: 170px !important;
}

.v1-u-mgb-170 {
  margin-bottom: 170px !important;
}

.v1-u-mgl-170 {
  margin-left: 170px !important;
}

.v1-u-mgt-reverse-170 {
  margin-top: -170px !important;
}

.v1-u-mgr-reverse-170 {
  margin-right: -170px !important;
}

.v1-u-mgb-reverse-170 {
  margin-bottom: -170px !important;
}

.v1-u-mgl-reverse-170 {
  margin-left: -170px !important;
}

.v1-u-mgt-171 {
  margin-top: 171px !important;
}

.v1-u-mgr-171 {
  margin-right: 171px !important;
}

.v1-u-mgb-171 {
  margin-bottom: 171px !important;
}

.v1-u-mgl-171 {
  margin-left: 171px !important;
}

.v1-u-mgt-reverse-171 {
  margin-top: -171px !important;
}

.v1-u-mgr-reverse-171 {
  margin-right: -171px !important;
}

.v1-u-mgb-reverse-171 {
  margin-bottom: -171px !important;
}

.v1-u-mgl-reverse-171 {
  margin-left: -171px !important;
}

.v1-u-mgt-172 {
  margin-top: 172px !important;
}

.v1-u-mgr-172 {
  margin-right: 172px !important;
}

.v1-u-mgb-172 {
  margin-bottom: 172px !important;
}

.v1-u-mgl-172 {
  margin-left: 172px !important;
}

.v1-u-mgt-reverse-172 {
  margin-top: -172px !important;
}

.v1-u-mgr-reverse-172 {
  margin-right: -172px !important;
}

.v1-u-mgb-reverse-172 {
  margin-bottom: -172px !important;
}

.v1-u-mgl-reverse-172 {
  margin-left: -172px !important;
}

.v1-u-mgt-173 {
  margin-top: 173px !important;
}

.v1-u-mgr-173 {
  margin-right: 173px !important;
}

.v1-u-mgb-173 {
  margin-bottom: 173px !important;
}

.v1-u-mgl-173 {
  margin-left: 173px !important;
}

.v1-u-mgt-reverse-173 {
  margin-top: -173px !important;
}

.v1-u-mgr-reverse-173 {
  margin-right: -173px !important;
}

.v1-u-mgb-reverse-173 {
  margin-bottom: -173px !important;
}

.v1-u-mgl-reverse-173 {
  margin-left: -173px !important;
}

.v1-u-mgt-174 {
  margin-top: 174px !important;
}

.v1-u-mgr-174 {
  margin-right: 174px !important;
}

.v1-u-mgb-174 {
  margin-bottom: 174px !important;
}

.v1-u-mgl-174 {
  margin-left: 174px !important;
}

.v1-u-mgt-reverse-174 {
  margin-top: -174px !important;
}

.v1-u-mgr-reverse-174 {
  margin-right: -174px !important;
}

.v1-u-mgb-reverse-174 {
  margin-bottom: -174px !important;
}

.v1-u-mgl-reverse-174 {
  margin-left: -174px !important;
}

.v1-u-mgt-175 {
  margin-top: 175px !important;
}

.v1-u-mgr-175 {
  margin-right: 175px !important;
}

.v1-u-mgb-175 {
  margin-bottom: 175px !important;
}

.v1-u-mgl-175 {
  margin-left: 175px !important;
}

.v1-u-mgt-reverse-175 {
  margin-top: -175px !important;
}

.v1-u-mgr-reverse-175 {
  margin-right: -175px !important;
}

.v1-u-mgb-reverse-175 {
  margin-bottom: -175px !important;
}

.v1-u-mgl-reverse-175 {
  margin-left: -175px !important;
}

.v1-u-mgt-176 {
  margin-top: 176px !important;
}

.v1-u-mgr-176 {
  margin-right: 176px !important;
}

.v1-u-mgb-176 {
  margin-bottom: 176px !important;
}

.v1-u-mgl-176 {
  margin-left: 176px !important;
}

.v1-u-mgt-reverse-176 {
  margin-top: -176px !important;
}

.v1-u-mgr-reverse-176 {
  margin-right: -176px !important;
}

.v1-u-mgb-reverse-176 {
  margin-bottom: -176px !important;
}

.v1-u-mgl-reverse-176 {
  margin-left: -176px !important;
}

.v1-u-mgt-177 {
  margin-top: 177px !important;
}

.v1-u-mgr-177 {
  margin-right: 177px !important;
}

.v1-u-mgb-177 {
  margin-bottom: 177px !important;
}

.v1-u-mgl-177 {
  margin-left: 177px !important;
}

.v1-u-mgt-reverse-177 {
  margin-top: -177px !important;
}

.v1-u-mgr-reverse-177 {
  margin-right: -177px !important;
}

.v1-u-mgb-reverse-177 {
  margin-bottom: -177px !important;
}

.v1-u-mgl-reverse-177 {
  margin-left: -177px !important;
}

.v1-u-mgt-178 {
  margin-top: 178px !important;
}

.v1-u-mgr-178 {
  margin-right: 178px !important;
}

.v1-u-mgb-178 {
  margin-bottom: 178px !important;
}

.v1-u-mgl-178 {
  margin-left: 178px !important;
}

.v1-u-mgt-reverse-178 {
  margin-top: -178px !important;
}

.v1-u-mgr-reverse-178 {
  margin-right: -178px !important;
}

.v1-u-mgb-reverse-178 {
  margin-bottom: -178px !important;
}

.v1-u-mgl-reverse-178 {
  margin-left: -178px !important;
}

.v1-u-mgt-179 {
  margin-top: 179px !important;
}

.v1-u-mgr-179 {
  margin-right: 179px !important;
}

.v1-u-mgb-179 {
  margin-bottom: 179px !important;
}

.v1-u-mgl-179 {
  margin-left: 179px !important;
}

.v1-u-mgt-reverse-179 {
  margin-top: -179px !important;
}

.v1-u-mgr-reverse-179 {
  margin-right: -179px !important;
}

.v1-u-mgb-reverse-179 {
  margin-bottom: -179px !important;
}

.v1-u-mgl-reverse-179 {
  margin-left: -179px !important;
}

.v1-u-mgt-180 {
  margin-top: 180px !important;
}

.v1-u-mgr-180 {
  margin-right: 180px !important;
}

.v1-u-mgb-180 {
  margin-bottom: 180px !important;
}

.v1-u-mgl-180 {
  margin-left: 180px !important;
}

.v1-u-mgt-reverse-180 {
  margin-top: -180px !important;
}

.v1-u-mgr-reverse-180 {
  margin-right: -180px !important;
}

.v1-u-mgb-reverse-180 {
  margin-bottom: -180px !important;
}

.v1-u-mgl-reverse-180 {
  margin-left: -180px !important;
}

.v1-u-mgt-181 {
  margin-top: 181px !important;
}

.v1-u-mgr-181 {
  margin-right: 181px !important;
}

.v1-u-mgb-181 {
  margin-bottom: 181px !important;
}

.v1-u-mgl-181 {
  margin-left: 181px !important;
}

.v1-u-mgt-reverse-181 {
  margin-top: -181px !important;
}

.v1-u-mgr-reverse-181 {
  margin-right: -181px !important;
}

.v1-u-mgb-reverse-181 {
  margin-bottom: -181px !important;
}

.v1-u-mgl-reverse-181 {
  margin-left: -181px !important;
}

.v1-u-mgt-182 {
  margin-top: 182px !important;
}

.v1-u-mgr-182 {
  margin-right: 182px !important;
}

.v1-u-mgb-182 {
  margin-bottom: 182px !important;
}

.v1-u-mgl-182 {
  margin-left: 182px !important;
}

.v1-u-mgt-reverse-182 {
  margin-top: -182px !important;
}

.v1-u-mgr-reverse-182 {
  margin-right: -182px !important;
}

.v1-u-mgb-reverse-182 {
  margin-bottom: -182px !important;
}

.v1-u-mgl-reverse-182 {
  margin-left: -182px !important;
}

.v1-u-mgt-183 {
  margin-top: 183px !important;
}

.v1-u-mgr-183 {
  margin-right: 183px !important;
}

.v1-u-mgb-183 {
  margin-bottom: 183px !important;
}

.v1-u-mgl-183 {
  margin-left: 183px !important;
}

.v1-u-mgt-reverse-183 {
  margin-top: -183px !important;
}

.v1-u-mgr-reverse-183 {
  margin-right: -183px !important;
}

.v1-u-mgb-reverse-183 {
  margin-bottom: -183px !important;
}

.v1-u-mgl-reverse-183 {
  margin-left: -183px !important;
}

.v1-u-mgt-184 {
  margin-top: 184px !important;
}

.v1-u-mgr-184 {
  margin-right: 184px !important;
}

.v1-u-mgb-184 {
  margin-bottom: 184px !important;
}

.v1-u-mgl-184 {
  margin-left: 184px !important;
}

.v1-u-mgt-reverse-184 {
  margin-top: -184px !important;
}

.v1-u-mgr-reverse-184 {
  margin-right: -184px !important;
}

.v1-u-mgb-reverse-184 {
  margin-bottom: -184px !important;
}

.v1-u-mgl-reverse-184 {
  margin-left: -184px !important;
}

.v1-u-mgt-185 {
  margin-top: 185px !important;
}

.v1-u-mgr-185 {
  margin-right: 185px !important;
}

.v1-u-mgb-185 {
  margin-bottom: 185px !important;
}

.v1-u-mgl-185 {
  margin-left: 185px !important;
}

.v1-u-mgt-reverse-185 {
  margin-top: -185px !important;
}

.v1-u-mgr-reverse-185 {
  margin-right: -185px !important;
}

.v1-u-mgb-reverse-185 {
  margin-bottom: -185px !important;
}

.v1-u-mgl-reverse-185 {
  margin-left: -185px !important;
}

.v1-u-mgt-186 {
  margin-top: 186px !important;
}

.v1-u-mgr-186 {
  margin-right: 186px !important;
}

.v1-u-mgb-186 {
  margin-bottom: 186px !important;
}

.v1-u-mgl-186 {
  margin-left: 186px !important;
}

.v1-u-mgt-reverse-186 {
  margin-top: -186px !important;
}

.v1-u-mgr-reverse-186 {
  margin-right: -186px !important;
}

.v1-u-mgb-reverse-186 {
  margin-bottom: -186px !important;
}

.v1-u-mgl-reverse-186 {
  margin-left: -186px !important;
}

.v1-u-mgt-187 {
  margin-top: 187px !important;
}

.v1-u-mgr-187 {
  margin-right: 187px !important;
}

.v1-u-mgb-187 {
  margin-bottom: 187px !important;
}

.v1-u-mgl-187 {
  margin-left: 187px !important;
}

.v1-u-mgt-reverse-187 {
  margin-top: -187px !important;
}

.v1-u-mgr-reverse-187 {
  margin-right: -187px !important;
}

.v1-u-mgb-reverse-187 {
  margin-bottom: -187px !important;
}

.v1-u-mgl-reverse-187 {
  margin-left: -187px !important;
}

.v1-u-mgt-188 {
  margin-top: 188px !important;
}

.v1-u-mgr-188 {
  margin-right: 188px !important;
}

.v1-u-mgb-188 {
  margin-bottom: 188px !important;
}

.v1-u-mgl-188 {
  margin-left: 188px !important;
}

.v1-u-mgt-reverse-188 {
  margin-top: -188px !important;
}

.v1-u-mgr-reverse-188 {
  margin-right: -188px !important;
}

.v1-u-mgb-reverse-188 {
  margin-bottom: -188px !important;
}

.v1-u-mgl-reverse-188 {
  margin-left: -188px !important;
}

.v1-u-mgt-189 {
  margin-top: 189px !important;
}

.v1-u-mgr-189 {
  margin-right: 189px !important;
}

.v1-u-mgb-189 {
  margin-bottom: 189px !important;
}

.v1-u-mgl-189 {
  margin-left: 189px !important;
}

.v1-u-mgt-reverse-189 {
  margin-top: -189px !important;
}

.v1-u-mgr-reverse-189 {
  margin-right: -189px !important;
}

.v1-u-mgb-reverse-189 {
  margin-bottom: -189px !important;
}

.v1-u-mgl-reverse-189 {
  margin-left: -189px !important;
}

.v1-u-mgt-190 {
  margin-top: 190px !important;
}

.v1-u-mgr-190 {
  margin-right: 190px !important;
}

.v1-u-mgb-190 {
  margin-bottom: 190px !important;
}

.v1-u-mgl-190 {
  margin-left: 190px !important;
}

.v1-u-mgt-reverse-190 {
  margin-top: -190px !important;
}

.v1-u-mgr-reverse-190 {
  margin-right: -190px !important;
}

.v1-u-mgb-reverse-190 {
  margin-bottom: -190px !important;
}

.v1-u-mgl-reverse-190 {
  margin-left: -190px !important;
}

.v1-u-mgt-191 {
  margin-top: 191px !important;
}

.v1-u-mgr-191 {
  margin-right: 191px !important;
}

.v1-u-mgb-191 {
  margin-bottom: 191px !important;
}

.v1-u-mgl-191 {
  margin-left: 191px !important;
}

.v1-u-mgt-reverse-191 {
  margin-top: -191px !important;
}

.v1-u-mgr-reverse-191 {
  margin-right: -191px !important;
}

.v1-u-mgb-reverse-191 {
  margin-bottom: -191px !important;
}

.v1-u-mgl-reverse-191 {
  margin-left: -191px !important;
}

.v1-u-mgt-192 {
  margin-top: 192px !important;
}

.v1-u-mgr-192 {
  margin-right: 192px !important;
}

.v1-u-mgb-192 {
  margin-bottom: 192px !important;
}

.v1-u-mgl-192 {
  margin-left: 192px !important;
}

.v1-u-mgt-reverse-192 {
  margin-top: -192px !important;
}

.v1-u-mgr-reverse-192 {
  margin-right: -192px !important;
}

.v1-u-mgb-reverse-192 {
  margin-bottom: -192px !important;
}

.v1-u-mgl-reverse-192 {
  margin-left: -192px !important;
}

.v1-u-mgt-193 {
  margin-top: 193px !important;
}

.v1-u-mgr-193 {
  margin-right: 193px !important;
}

.v1-u-mgb-193 {
  margin-bottom: 193px !important;
}

.v1-u-mgl-193 {
  margin-left: 193px !important;
}

.v1-u-mgt-reverse-193 {
  margin-top: -193px !important;
}

.v1-u-mgr-reverse-193 {
  margin-right: -193px !important;
}

.v1-u-mgb-reverse-193 {
  margin-bottom: -193px !important;
}

.v1-u-mgl-reverse-193 {
  margin-left: -193px !important;
}

.v1-u-mgt-194 {
  margin-top: 194px !important;
}

.v1-u-mgr-194 {
  margin-right: 194px !important;
}

.v1-u-mgb-194 {
  margin-bottom: 194px !important;
}

.v1-u-mgl-194 {
  margin-left: 194px !important;
}

.v1-u-mgt-reverse-194 {
  margin-top: -194px !important;
}

.v1-u-mgr-reverse-194 {
  margin-right: -194px !important;
}

.v1-u-mgb-reverse-194 {
  margin-bottom: -194px !important;
}

.v1-u-mgl-reverse-194 {
  margin-left: -194px !important;
}

.v1-u-mgt-195 {
  margin-top: 195px !important;
}

.v1-u-mgr-195 {
  margin-right: 195px !important;
}

.v1-u-mgb-195 {
  margin-bottom: 195px !important;
}

.v1-u-mgl-195 {
  margin-left: 195px !important;
}

.v1-u-mgt-reverse-195 {
  margin-top: -195px !important;
}

.v1-u-mgr-reverse-195 {
  margin-right: -195px !important;
}

.v1-u-mgb-reverse-195 {
  margin-bottom: -195px !important;
}

.v1-u-mgl-reverse-195 {
  margin-left: -195px !important;
}

.v1-u-mgt-196 {
  margin-top: 196px !important;
}

.v1-u-mgr-196 {
  margin-right: 196px !important;
}

.v1-u-mgb-196 {
  margin-bottom: 196px !important;
}

.v1-u-mgl-196 {
  margin-left: 196px !important;
}

.v1-u-mgt-reverse-196 {
  margin-top: -196px !important;
}

.v1-u-mgr-reverse-196 {
  margin-right: -196px !important;
}

.v1-u-mgb-reverse-196 {
  margin-bottom: -196px !important;
}

.v1-u-mgl-reverse-196 {
  margin-left: -196px !important;
}

.v1-u-mgt-197 {
  margin-top: 197px !important;
}

.v1-u-mgr-197 {
  margin-right: 197px !important;
}

.v1-u-mgb-197 {
  margin-bottom: 197px !important;
}

.v1-u-mgl-197 {
  margin-left: 197px !important;
}

.v1-u-mgt-reverse-197 {
  margin-top: -197px !important;
}

.v1-u-mgr-reverse-197 {
  margin-right: -197px !important;
}

.v1-u-mgb-reverse-197 {
  margin-bottom: -197px !important;
}

.v1-u-mgl-reverse-197 {
  margin-left: -197px !important;
}

.v1-u-mgt-198 {
  margin-top: 198px !important;
}

.v1-u-mgr-198 {
  margin-right: 198px !important;
}

.v1-u-mgb-198 {
  margin-bottom: 198px !important;
}

.v1-u-mgl-198 {
  margin-left: 198px !important;
}

.v1-u-mgt-reverse-198 {
  margin-top: -198px !important;
}

.v1-u-mgr-reverse-198 {
  margin-right: -198px !important;
}

.v1-u-mgb-reverse-198 {
  margin-bottom: -198px !important;
}

.v1-u-mgl-reverse-198 {
  margin-left: -198px !important;
}

.v1-u-mgt-199 {
  margin-top: 199px !important;
}

.v1-u-mgr-199 {
  margin-right: 199px !important;
}

.v1-u-mgb-199 {
  margin-bottom: 199px !important;
}

.v1-u-mgl-199 {
  margin-left: 199px !important;
}

.v1-u-mgt-reverse-199 {
  margin-top: -199px !important;
}

.v1-u-mgr-reverse-199 {
  margin-right: -199px !important;
}

.v1-u-mgb-reverse-199 {
  margin-bottom: -199px !important;
}

.v1-u-mgl-reverse-199 {
  margin-left: -199px !important;
}

.v1-u-mgt-200 {
  margin-top: 200px !important;
}

.v1-u-mgr-200 {
  margin-right: 200px !important;
}

.v1-u-mgb-200 {
  margin-bottom: 200px !important;
}

.v1-u-mgl-200 {
  margin-left: 200px !important;
}

.v1-u-mgt-reverse-200 {
  margin-top: -200px !important;
}

.v1-u-mgr-reverse-200 {
  margin-right: -200px !important;
}

.v1-u-mgb-reverse-200 {
  margin-bottom: -200px !important;
}

.v1-u-mgl-reverse-200 {
  margin-left: -200px !important;
}

.v1-u-pdt-0 {
  padding-top: 0px !important;
}

.v1-u-pdr-0 {
  padding-right: 0px !important;
}

.v1-u-pdb-0 {
  padding-bottom: 0px !important;
}

.v1-u-pdl-0 {
  padding-left: 0px !important;
}

.v1-u-pdt-1 {
  padding-top: 1px !important;
}

.v1-u-pdr-1 {
  padding-right: 1px !important;
}

.v1-u-pdb-1 {
  padding-bottom: 1px !important;
}

.v1-u-pdl-1 {
  padding-left: 1px !important;
}

.v1-u-pdt-2 {
  padding-top: 2px !important;
}

.v1-u-pdr-2 {
  padding-right: 2px !important;
}

.v1-u-pdb-2 {
  padding-bottom: 2px !important;
}

.v1-u-pdl-2 {
  padding-left: 2px !important;
}

.v1-u-pdt-3 {
  padding-top: 3px !important;
}

.v1-u-pdr-3 {
  padding-right: 3px !important;
}

.v1-u-pdb-3 {
  padding-bottom: 3px !important;
}

.v1-u-pdl-3 {
  padding-left: 3px !important;
}

.v1-u-pdt-4 {
  padding-top: 4px !important;
}

.v1-u-pdr-4 {
  padding-right: 4px !important;
}

.v1-u-pdb-4 {
  padding-bottom: 4px !important;
}

.v1-u-pdl-4 {
  padding-left: 4px !important;
}

.v1-u-pdt-5 {
  padding-top: 5px !important;
}

.v1-u-pdr-5 {
  padding-right: 5px !important;
}

.v1-u-pdb-5 {
  padding-bottom: 5px !important;
}

.v1-u-pdl-5 {
  padding-left: 5px !important;
}

.v1-u-pdt-6 {
  padding-top: 6px !important;
}

.v1-u-pdr-6 {
  padding-right: 6px !important;
}

.v1-u-pdb-6 {
  padding-bottom: 6px !important;
}

.v1-u-pdl-6 {
  padding-left: 6px !important;
}

.v1-u-pdt-7 {
  padding-top: 7px !important;
}

.v1-u-pdr-7 {
  padding-right: 7px !important;
}

.v1-u-pdb-7 {
  padding-bottom: 7px !important;
}

.v1-u-pdl-7 {
  padding-left: 7px !important;
}

.v1-u-pdt-8 {
  padding-top: 8px !important;
}

.v1-u-pdr-8 {
  padding-right: 8px !important;
}

.v1-u-pdb-8 {
  padding-bottom: 8px !important;
}

.v1-u-pdl-8 {
  padding-left: 8px !important;
}

.v1-u-pdt-9 {
  padding-top: 9px !important;
}

.v1-u-pdr-9 {
  padding-right: 9px !important;
}

.v1-u-pdb-9 {
  padding-bottom: 9px !important;
}

.v1-u-pdl-9 {
  padding-left: 9px !important;
}

.v1-u-pdt-10 {
  padding-top: 10px !important;
}

.v1-u-pdr-10 {
  padding-right: 10px !important;
}

.v1-u-pdb-10 {
  padding-bottom: 10px !important;
}

.v1-u-pdl-10 {
  padding-left: 10px !important;
}

.v1-u-pdt-11 {
  padding-top: 11px !important;
}

.v1-u-pdr-11 {
  padding-right: 11px !important;
}

.v1-u-pdb-11 {
  padding-bottom: 11px !important;
}

.v1-u-pdl-11 {
  padding-left: 11px !important;
}

.v1-u-pdt-12 {
  padding-top: 12px !important;
}

.v1-u-pdr-12 {
  padding-right: 12px !important;
}

.v1-u-pdb-12 {
  padding-bottom: 12px !important;
}

.v1-u-pdl-12 {
  padding-left: 12px !important;
}

.v1-u-pdt-13 {
  padding-top: 13px !important;
}

.v1-u-pdr-13 {
  padding-right: 13px !important;
}

.v1-u-pdb-13 {
  padding-bottom: 13px !important;
}

.v1-u-pdl-13 {
  padding-left: 13px !important;
}

.v1-u-pdt-14 {
  padding-top: 14px !important;
}

.v1-u-pdr-14 {
  padding-right: 14px !important;
}

.v1-u-pdb-14 {
  padding-bottom: 14px !important;
}

.v1-u-pdl-14 {
  padding-left: 14px !important;
}

.v1-u-pdt-15 {
  padding-top: 15px !important;
}

.v1-u-pdr-15 {
  padding-right: 15px !important;
}

.v1-u-pdb-15 {
  padding-bottom: 15px !important;
}

.v1-u-pdl-15 {
  padding-left: 15px !important;
}

.v1-u-pdt-16 {
  padding-top: 16px !important;
}

.v1-u-pdr-16 {
  padding-right: 16px !important;
}

.v1-u-pdb-16 {
  padding-bottom: 16px !important;
}

.v1-u-pdl-16 {
  padding-left: 16px !important;
}

.v1-u-pdt-17 {
  padding-top: 17px !important;
}

.v1-u-pdr-17 {
  padding-right: 17px !important;
}

.v1-u-pdb-17 {
  padding-bottom: 17px !important;
}

.v1-u-pdl-17 {
  padding-left: 17px !important;
}

.v1-u-pdt-18 {
  padding-top: 18px !important;
}

.v1-u-pdr-18 {
  padding-right: 18px !important;
}

.v1-u-pdb-18 {
  padding-bottom: 18px !important;
}

.v1-u-pdl-18 {
  padding-left: 18px !important;
}

.v1-u-pdt-19 {
  padding-top: 19px !important;
}

.v1-u-pdr-19 {
  padding-right: 19px !important;
}

.v1-u-pdb-19 {
  padding-bottom: 19px !important;
}

.v1-u-pdl-19 {
  padding-left: 19px !important;
}

.v1-u-pdt-20 {
  padding-top: 20px !important;
}

.v1-u-pdr-20 {
  padding-right: 20px !important;
}

.v1-u-pdb-20 {
  padding-bottom: 20px !important;
}

.v1-u-pdl-20 {
  padding-left: 20px !important;
}

.v1-u-pdt-21 {
  padding-top: 21px !important;
}

.v1-u-pdr-21 {
  padding-right: 21px !important;
}

.v1-u-pdb-21 {
  padding-bottom: 21px !important;
}

.v1-u-pdl-21 {
  padding-left: 21px !important;
}

.v1-u-pdt-22 {
  padding-top: 22px !important;
}

.v1-u-pdr-22 {
  padding-right: 22px !important;
}

.v1-u-pdb-22 {
  padding-bottom: 22px !important;
}

.v1-u-pdl-22 {
  padding-left: 22px !important;
}

.v1-u-pdt-23 {
  padding-top: 23px !important;
}

.v1-u-pdr-23 {
  padding-right: 23px !important;
}

.v1-u-pdb-23 {
  padding-bottom: 23px !important;
}

.v1-u-pdl-23 {
  padding-left: 23px !important;
}

.v1-u-pdt-24 {
  padding-top: 24px !important;
}

.v1-u-pdr-24 {
  padding-right: 24px !important;
}

.v1-u-pdb-24 {
  padding-bottom: 24px !important;
}

.v1-u-pdl-24 {
  padding-left: 24px !important;
}

.v1-u-pdt-25 {
  padding-top: 25px !important;
}

.v1-u-pdr-25 {
  padding-right: 25px !important;
}

.v1-u-pdb-25 {
  padding-bottom: 25px !important;
}

.v1-u-pdl-25 {
  padding-left: 25px !important;
}

.v1-u-pdt-26 {
  padding-top: 26px !important;
}

.v1-u-pdr-26 {
  padding-right: 26px !important;
}

.v1-u-pdb-26 {
  padding-bottom: 26px !important;
}

.v1-u-pdl-26 {
  padding-left: 26px !important;
}

.v1-u-pdt-27 {
  padding-top: 27px !important;
}

.v1-u-pdr-27 {
  padding-right: 27px !important;
}

.v1-u-pdb-27 {
  padding-bottom: 27px !important;
}

.v1-u-pdl-27 {
  padding-left: 27px !important;
}

.v1-u-pdt-28 {
  padding-top: 28px !important;
}

.v1-u-pdr-28 {
  padding-right: 28px !important;
}

.v1-u-pdb-28 {
  padding-bottom: 28px !important;
}

.v1-u-pdl-28 {
  padding-left: 28px !important;
}

.v1-u-pdt-29 {
  padding-top: 29px !important;
}

.v1-u-pdr-29 {
  padding-right: 29px !important;
}

.v1-u-pdb-29 {
  padding-bottom: 29px !important;
}

.v1-u-pdl-29 {
  padding-left: 29px !important;
}

.v1-u-pdt-30 {
  padding-top: 30px !important;
}

.v1-u-pdr-30 {
  padding-right: 30px !important;
}

.v1-u-pdb-30 {
  padding-bottom: 30px !important;
}

.v1-u-pdl-30 {
  padding-left: 30px !important;
}

.v1-u-pdt-31 {
  padding-top: 31px !important;
}

.v1-u-pdr-31 {
  padding-right: 31px !important;
}

.v1-u-pdb-31 {
  padding-bottom: 31px !important;
}

.v1-u-pdl-31 {
  padding-left: 31px !important;
}

.v1-u-pdt-32 {
  padding-top: 32px !important;
}

.v1-u-pdr-32 {
  padding-right: 32px !important;
}

.v1-u-pdb-32 {
  padding-bottom: 32px !important;
}

.v1-u-pdl-32 {
  padding-left: 32px !important;
}

.v1-u-pdt-33 {
  padding-top: 33px !important;
}

.v1-u-pdr-33 {
  padding-right: 33px !important;
}

.v1-u-pdb-33 {
  padding-bottom: 33px !important;
}

.v1-u-pdl-33 {
  padding-left: 33px !important;
}

.v1-u-pdt-34 {
  padding-top: 34px !important;
}

.v1-u-pdr-34 {
  padding-right: 34px !important;
}

.v1-u-pdb-34 {
  padding-bottom: 34px !important;
}

.v1-u-pdl-34 {
  padding-left: 34px !important;
}

.v1-u-pdt-35 {
  padding-top: 35px !important;
}

.v1-u-pdr-35 {
  padding-right: 35px !important;
}

.v1-u-pdb-35 {
  padding-bottom: 35px !important;
}

.v1-u-pdl-35 {
  padding-left: 35px !important;
}

.v1-u-pdt-36 {
  padding-top: 36px !important;
}

.v1-u-pdr-36 {
  padding-right: 36px !important;
}

.v1-u-pdb-36 {
  padding-bottom: 36px !important;
}

.v1-u-pdl-36 {
  padding-left: 36px !important;
}

.v1-u-pdt-37 {
  padding-top: 37px !important;
}

.v1-u-pdr-37 {
  padding-right: 37px !important;
}

.v1-u-pdb-37 {
  padding-bottom: 37px !important;
}

.v1-u-pdl-37 {
  padding-left: 37px !important;
}

.v1-u-pdt-38 {
  padding-top: 38px !important;
}

.v1-u-pdr-38 {
  padding-right: 38px !important;
}

.v1-u-pdb-38 {
  padding-bottom: 38px !important;
}

.v1-u-pdl-38 {
  padding-left: 38px !important;
}

.v1-u-pdt-39 {
  padding-top: 39px !important;
}

.v1-u-pdr-39 {
  padding-right: 39px !important;
}

.v1-u-pdb-39 {
  padding-bottom: 39px !important;
}

.v1-u-pdl-39 {
  padding-left: 39px !important;
}

.v1-u-pdt-40 {
  padding-top: 40px !important;
}

.v1-u-pdr-40 {
  padding-right: 40px !important;
}

.v1-u-pdb-40 {
  padding-bottom: 40px !important;
}

.v1-u-pdl-40 {
  padding-left: 40px !important;
}

.v1-u-pdt-41 {
  padding-top: 41px !important;
}

.v1-u-pdr-41 {
  padding-right: 41px !important;
}

.v1-u-pdb-41 {
  padding-bottom: 41px !important;
}

.v1-u-pdl-41 {
  padding-left: 41px !important;
}

.v1-u-pdt-42 {
  padding-top: 42px !important;
}

.v1-u-pdr-42 {
  padding-right: 42px !important;
}

.v1-u-pdb-42 {
  padding-bottom: 42px !important;
}

.v1-u-pdl-42 {
  padding-left: 42px !important;
}

.v1-u-pdt-43 {
  padding-top: 43px !important;
}

.v1-u-pdr-43 {
  padding-right: 43px !important;
}

.v1-u-pdb-43 {
  padding-bottom: 43px !important;
}

.v1-u-pdl-43 {
  padding-left: 43px !important;
}

.v1-u-pdt-44 {
  padding-top: 44px !important;
}

.v1-u-pdr-44 {
  padding-right: 44px !important;
}

.v1-u-pdb-44 {
  padding-bottom: 44px !important;
}

.v1-u-pdl-44 {
  padding-left: 44px !important;
}

.v1-u-pdt-45 {
  padding-top: 45px !important;
}

.v1-u-pdr-45 {
  padding-right: 45px !important;
}

.v1-u-pdb-45 {
  padding-bottom: 45px !important;
}

.v1-u-pdl-45 {
  padding-left: 45px !important;
}

.v1-u-pdt-46 {
  padding-top: 46px !important;
}

.v1-u-pdr-46 {
  padding-right: 46px !important;
}

.v1-u-pdb-46 {
  padding-bottom: 46px !important;
}

.v1-u-pdl-46 {
  padding-left: 46px !important;
}

.v1-u-pdt-47 {
  padding-top: 47px !important;
}

.v1-u-pdr-47 {
  padding-right: 47px !important;
}

.v1-u-pdb-47 {
  padding-bottom: 47px !important;
}

.v1-u-pdl-47 {
  padding-left: 47px !important;
}

.v1-u-pdt-48 {
  padding-top: 48px !important;
}

.v1-u-pdr-48 {
  padding-right: 48px !important;
}

.v1-u-pdb-48 {
  padding-bottom: 48px !important;
}

.v1-u-pdl-48 {
  padding-left: 48px !important;
}

.v1-u-pdt-49 {
  padding-top: 49px !important;
}

.v1-u-pdr-49 {
  padding-right: 49px !important;
}

.v1-u-pdb-49 {
  padding-bottom: 49px !important;
}

.v1-u-pdl-49 {
  padding-left: 49px !important;
}

.v1-u-pdt-50 {
  padding-top: 50px !important;
}

.v1-u-pdr-50 {
  padding-right: 50px !important;
}

.v1-u-pdb-50 {
  padding-bottom: 50px !important;
}

.v1-u-pdl-50 {
  padding-left: 50px !important;
}

.v1-u-pdt-51 {
  padding-top: 51px !important;
}

.v1-u-pdr-51 {
  padding-right: 51px !important;
}

.v1-u-pdb-51 {
  padding-bottom: 51px !important;
}

.v1-u-pdl-51 {
  padding-left: 51px !important;
}

.v1-u-pdt-52 {
  padding-top: 52px !important;
}

.v1-u-pdr-52 {
  padding-right: 52px !important;
}

.v1-u-pdb-52 {
  padding-bottom: 52px !important;
}

.v1-u-pdl-52 {
  padding-left: 52px !important;
}

.v1-u-pdt-53 {
  padding-top: 53px !important;
}

.v1-u-pdr-53 {
  padding-right: 53px !important;
}

.v1-u-pdb-53 {
  padding-bottom: 53px !important;
}

.v1-u-pdl-53 {
  padding-left: 53px !important;
}

.v1-u-pdt-54 {
  padding-top: 54px !important;
}

.v1-u-pdr-54 {
  padding-right: 54px !important;
}

.v1-u-pdb-54 {
  padding-bottom: 54px !important;
}

.v1-u-pdl-54 {
  padding-left: 54px !important;
}

.v1-u-pdt-55 {
  padding-top: 55px !important;
}

.v1-u-pdr-55 {
  padding-right: 55px !important;
}

.v1-u-pdb-55 {
  padding-bottom: 55px !important;
}

.v1-u-pdl-55 {
  padding-left: 55px !important;
}

.v1-u-pdt-56 {
  padding-top: 56px !important;
}

.v1-u-pdr-56 {
  padding-right: 56px !important;
}

.v1-u-pdb-56 {
  padding-bottom: 56px !important;
}

.v1-u-pdl-56 {
  padding-left: 56px !important;
}

.v1-u-pdt-57 {
  padding-top: 57px !important;
}

.v1-u-pdr-57 {
  padding-right: 57px !important;
}

.v1-u-pdb-57 {
  padding-bottom: 57px !important;
}

.v1-u-pdl-57 {
  padding-left: 57px !important;
}

.v1-u-pdt-58 {
  padding-top: 58px !important;
}

.v1-u-pdr-58 {
  padding-right: 58px !important;
}

.v1-u-pdb-58 {
  padding-bottom: 58px !important;
}

.v1-u-pdl-58 {
  padding-left: 58px !important;
}

.v1-u-pdt-59 {
  padding-top: 59px !important;
}

.v1-u-pdr-59 {
  padding-right: 59px !important;
}

.v1-u-pdb-59 {
  padding-bottom: 59px !important;
}

.v1-u-pdl-59 {
  padding-left: 59px !important;
}

.v1-u-pdt-60 {
  padding-top: 60px !important;
}

.v1-u-pdr-60 {
  padding-right: 60px !important;
}

.v1-u-pdb-60 {
  padding-bottom: 60px !important;
}

.v1-u-pdl-60 {
  padding-left: 60px !important;
}

.v1-u-pdt-61 {
  padding-top: 61px !important;
}

.v1-u-pdr-61 {
  padding-right: 61px !important;
}

.v1-u-pdb-61 {
  padding-bottom: 61px !important;
}

.v1-u-pdl-61 {
  padding-left: 61px !important;
}

.v1-u-pdt-62 {
  padding-top: 62px !important;
}

.v1-u-pdr-62 {
  padding-right: 62px !important;
}

.v1-u-pdb-62 {
  padding-bottom: 62px !important;
}

.v1-u-pdl-62 {
  padding-left: 62px !important;
}

.v1-u-pdt-63 {
  padding-top: 63px !important;
}

.v1-u-pdr-63 {
  padding-right: 63px !important;
}

.v1-u-pdb-63 {
  padding-bottom: 63px !important;
}

.v1-u-pdl-63 {
  padding-left: 63px !important;
}

.v1-u-pdt-64 {
  padding-top: 64px !important;
}

.v1-u-pdr-64 {
  padding-right: 64px !important;
}

.v1-u-pdb-64 {
  padding-bottom: 64px !important;
}

.v1-u-pdl-64 {
  padding-left: 64px !important;
}

.v1-u-pdt-65 {
  padding-top: 65px !important;
}

.v1-u-pdr-65 {
  padding-right: 65px !important;
}

.v1-u-pdb-65 {
  padding-bottom: 65px !important;
}

.v1-u-pdl-65 {
  padding-left: 65px !important;
}

.v1-u-pdt-66 {
  padding-top: 66px !important;
}

.v1-u-pdr-66 {
  padding-right: 66px !important;
}

.v1-u-pdb-66 {
  padding-bottom: 66px !important;
}

.v1-u-pdl-66 {
  padding-left: 66px !important;
}

.v1-u-pdt-67 {
  padding-top: 67px !important;
}

.v1-u-pdr-67 {
  padding-right: 67px !important;
}

.v1-u-pdb-67 {
  padding-bottom: 67px !important;
}

.v1-u-pdl-67 {
  padding-left: 67px !important;
}

.v1-u-pdt-68 {
  padding-top: 68px !important;
}

.v1-u-pdr-68 {
  padding-right: 68px !important;
}

.v1-u-pdb-68 {
  padding-bottom: 68px !important;
}

.v1-u-pdl-68 {
  padding-left: 68px !important;
}

.v1-u-pdt-69 {
  padding-top: 69px !important;
}

.v1-u-pdr-69 {
  padding-right: 69px !important;
}

.v1-u-pdb-69 {
  padding-bottom: 69px !important;
}

.v1-u-pdl-69 {
  padding-left: 69px !important;
}

.v1-u-pdt-70 {
  padding-top: 70px !important;
}

.v1-u-pdr-70 {
  padding-right: 70px !important;
}

.v1-u-pdb-70 {
  padding-bottom: 70px !important;
}

.v1-u-pdl-70 {
  padding-left: 70px !important;
}

.v1-u-pdt-71 {
  padding-top: 71px !important;
}

.v1-u-pdr-71 {
  padding-right: 71px !important;
}

.v1-u-pdb-71 {
  padding-bottom: 71px !important;
}

.v1-u-pdl-71 {
  padding-left: 71px !important;
}

.v1-u-pdt-72 {
  padding-top: 72px !important;
}

.v1-u-pdr-72 {
  padding-right: 72px !important;
}

.v1-u-pdb-72 {
  padding-bottom: 72px !important;
}

.v1-u-pdl-72 {
  padding-left: 72px !important;
}

.v1-u-pdt-73 {
  padding-top: 73px !important;
}

.v1-u-pdr-73 {
  padding-right: 73px !important;
}

.v1-u-pdb-73 {
  padding-bottom: 73px !important;
}

.v1-u-pdl-73 {
  padding-left: 73px !important;
}

.v1-u-pdt-74 {
  padding-top: 74px !important;
}

.v1-u-pdr-74 {
  padding-right: 74px !important;
}

.v1-u-pdb-74 {
  padding-bottom: 74px !important;
}

.v1-u-pdl-74 {
  padding-left: 74px !important;
}

.v1-u-pdt-75 {
  padding-top: 75px !important;
}

.v1-u-pdr-75 {
  padding-right: 75px !important;
}

.v1-u-pdb-75 {
  padding-bottom: 75px !important;
}

.v1-u-pdl-75 {
  padding-left: 75px !important;
}

.v1-u-pdt-76 {
  padding-top: 76px !important;
}

.v1-u-pdr-76 {
  padding-right: 76px !important;
}

.v1-u-pdb-76 {
  padding-bottom: 76px !important;
}

.v1-u-pdl-76 {
  padding-left: 76px !important;
}

.v1-u-pdt-77 {
  padding-top: 77px !important;
}

.v1-u-pdr-77 {
  padding-right: 77px !important;
}

.v1-u-pdb-77 {
  padding-bottom: 77px !important;
}

.v1-u-pdl-77 {
  padding-left: 77px !important;
}

.v1-u-pdt-78 {
  padding-top: 78px !important;
}

.v1-u-pdr-78 {
  padding-right: 78px !important;
}

.v1-u-pdb-78 {
  padding-bottom: 78px !important;
}

.v1-u-pdl-78 {
  padding-left: 78px !important;
}

.v1-u-pdt-79 {
  padding-top: 79px !important;
}

.v1-u-pdr-79 {
  padding-right: 79px !important;
}

.v1-u-pdb-79 {
  padding-bottom: 79px !important;
}

.v1-u-pdl-79 {
  padding-left: 79px !important;
}

.v1-u-pdt-80 {
  padding-top: 80px !important;
}

.v1-u-pdr-80 {
  padding-right: 80px !important;
}

.v1-u-pdb-80 {
  padding-bottom: 80px !important;
}

.v1-u-pdl-80 {
  padding-left: 80px !important;
}

.v1-u-pdt-81 {
  padding-top: 81px !important;
}

.v1-u-pdr-81 {
  padding-right: 81px !important;
}

.v1-u-pdb-81 {
  padding-bottom: 81px !important;
}

.v1-u-pdl-81 {
  padding-left: 81px !important;
}

.v1-u-pdt-82 {
  padding-top: 82px !important;
}

.v1-u-pdr-82 {
  padding-right: 82px !important;
}

.v1-u-pdb-82 {
  padding-bottom: 82px !important;
}

.v1-u-pdl-82 {
  padding-left: 82px !important;
}

.v1-u-pdt-83 {
  padding-top: 83px !important;
}

.v1-u-pdr-83 {
  padding-right: 83px !important;
}

.v1-u-pdb-83 {
  padding-bottom: 83px !important;
}

.v1-u-pdl-83 {
  padding-left: 83px !important;
}

.v1-u-pdt-84 {
  padding-top: 84px !important;
}

.v1-u-pdr-84 {
  padding-right: 84px !important;
}

.v1-u-pdb-84 {
  padding-bottom: 84px !important;
}

.v1-u-pdl-84 {
  padding-left: 84px !important;
}

.v1-u-pdt-85 {
  padding-top: 85px !important;
}

.v1-u-pdr-85 {
  padding-right: 85px !important;
}

.v1-u-pdb-85 {
  padding-bottom: 85px !important;
}

.v1-u-pdl-85 {
  padding-left: 85px !important;
}

.v1-u-pdt-86 {
  padding-top: 86px !important;
}

.v1-u-pdr-86 {
  padding-right: 86px !important;
}

.v1-u-pdb-86 {
  padding-bottom: 86px !important;
}

.v1-u-pdl-86 {
  padding-left: 86px !important;
}

.v1-u-pdt-87 {
  padding-top: 87px !important;
}

.v1-u-pdr-87 {
  padding-right: 87px !important;
}

.v1-u-pdb-87 {
  padding-bottom: 87px !important;
}

.v1-u-pdl-87 {
  padding-left: 87px !important;
}

.v1-u-pdt-88 {
  padding-top: 88px !important;
}

.v1-u-pdr-88 {
  padding-right: 88px !important;
}

.v1-u-pdb-88 {
  padding-bottom: 88px !important;
}

.v1-u-pdl-88 {
  padding-left: 88px !important;
}

.v1-u-pdt-89 {
  padding-top: 89px !important;
}

.v1-u-pdr-89 {
  padding-right: 89px !important;
}

.v1-u-pdb-89 {
  padding-bottom: 89px !important;
}

.v1-u-pdl-89 {
  padding-left: 89px !important;
}

.v1-u-pdt-90 {
  padding-top: 90px !important;
}

.v1-u-pdr-90 {
  padding-right: 90px !important;
}

.v1-u-pdb-90 {
  padding-bottom: 90px !important;
}

.v1-u-pdl-90 {
  padding-left: 90px !important;
}

.v1-u-pdt-91 {
  padding-top: 91px !important;
}

.v1-u-pdr-91 {
  padding-right: 91px !important;
}

.v1-u-pdb-91 {
  padding-bottom: 91px !important;
}

.v1-u-pdl-91 {
  padding-left: 91px !important;
}

.v1-u-pdt-92 {
  padding-top: 92px !important;
}

.v1-u-pdr-92 {
  padding-right: 92px !important;
}

.v1-u-pdb-92 {
  padding-bottom: 92px !important;
}

.v1-u-pdl-92 {
  padding-left: 92px !important;
}

.v1-u-pdt-93 {
  padding-top: 93px !important;
}

.v1-u-pdr-93 {
  padding-right: 93px !important;
}

.v1-u-pdb-93 {
  padding-bottom: 93px !important;
}

.v1-u-pdl-93 {
  padding-left: 93px !important;
}

.v1-u-pdt-94 {
  padding-top: 94px !important;
}

.v1-u-pdr-94 {
  padding-right: 94px !important;
}

.v1-u-pdb-94 {
  padding-bottom: 94px !important;
}

.v1-u-pdl-94 {
  padding-left: 94px !important;
}

.v1-u-pdt-95 {
  padding-top: 95px !important;
}

.v1-u-pdr-95 {
  padding-right: 95px !important;
}

.v1-u-pdb-95 {
  padding-bottom: 95px !important;
}

.v1-u-pdl-95 {
  padding-left: 95px !important;
}

.v1-u-pdt-96 {
  padding-top: 96px !important;
}

.v1-u-pdr-96 {
  padding-right: 96px !important;
}

.v1-u-pdb-96 {
  padding-bottom: 96px !important;
}

.v1-u-pdl-96 {
  padding-left: 96px !important;
}

.v1-u-pdt-97 {
  padding-top: 97px !important;
}

.v1-u-pdr-97 {
  padding-right: 97px !important;
}

.v1-u-pdb-97 {
  padding-bottom: 97px !important;
}

.v1-u-pdl-97 {
  padding-left: 97px !important;
}

.v1-u-pdt-98 {
  padding-top: 98px !important;
}

.v1-u-pdr-98 {
  padding-right: 98px !important;
}

.v1-u-pdb-98 {
  padding-bottom: 98px !important;
}

.v1-u-pdl-98 {
  padding-left: 98px !important;
}

.v1-u-pdt-99 {
  padding-top: 99px !important;
}

.v1-u-pdr-99 {
  padding-right: 99px !important;
}

.v1-u-pdb-99 {
  padding-bottom: 99px !important;
}

.v1-u-pdl-99 {
  padding-left: 99px !important;
}

.v1-u-pdt-100 {
  padding-top: 100px !important;
}

.v1-u-pdr-100 {
  padding-right: 100px !important;
}

.v1-u-pdb-100 {
  padding-bottom: 100px !important;
}

.v1-u-pdl-100 {
  padding-left: 100px !important;
}

.v1-u-pdt-101 {
  padding-top: 101px !important;
}

.v1-u-pdr-101 {
  padding-right: 101px !important;
}

.v1-u-pdb-101 {
  padding-bottom: 101px !important;
}

.v1-u-pdl-101 {
  padding-left: 101px !important;
}

.v1-u-pdt-102 {
  padding-top: 102px !important;
}

.v1-u-pdr-102 {
  padding-right: 102px !important;
}

.v1-u-pdb-102 {
  padding-bottom: 102px !important;
}

.v1-u-pdl-102 {
  padding-left: 102px !important;
}

.v1-u-pdt-103 {
  padding-top: 103px !important;
}

.v1-u-pdr-103 {
  padding-right: 103px !important;
}

.v1-u-pdb-103 {
  padding-bottom: 103px !important;
}

.v1-u-pdl-103 {
  padding-left: 103px !important;
}

.v1-u-pdt-104 {
  padding-top: 104px !important;
}

.v1-u-pdr-104 {
  padding-right: 104px !important;
}

.v1-u-pdb-104 {
  padding-bottom: 104px !important;
}

.v1-u-pdl-104 {
  padding-left: 104px !important;
}

.v1-u-pdt-105 {
  padding-top: 105px !important;
}

.v1-u-pdr-105 {
  padding-right: 105px !important;
}

.v1-u-pdb-105 {
  padding-bottom: 105px !important;
}

.v1-u-pdl-105 {
  padding-left: 105px !important;
}

.v1-u-pdt-106 {
  padding-top: 106px !important;
}

.v1-u-pdr-106 {
  padding-right: 106px !important;
}

.v1-u-pdb-106 {
  padding-bottom: 106px !important;
}

.v1-u-pdl-106 {
  padding-left: 106px !important;
}

.v1-u-pdt-107 {
  padding-top: 107px !important;
}

.v1-u-pdr-107 {
  padding-right: 107px !important;
}

.v1-u-pdb-107 {
  padding-bottom: 107px !important;
}

.v1-u-pdl-107 {
  padding-left: 107px !important;
}

.v1-u-pdt-108 {
  padding-top: 108px !important;
}

.v1-u-pdr-108 {
  padding-right: 108px !important;
}

.v1-u-pdb-108 {
  padding-bottom: 108px !important;
}

.v1-u-pdl-108 {
  padding-left: 108px !important;
}

.v1-u-pdt-109 {
  padding-top: 109px !important;
}

.v1-u-pdr-109 {
  padding-right: 109px !important;
}

.v1-u-pdb-109 {
  padding-bottom: 109px !important;
}

.v1-u-pdl-109 {
  padding-left: 109px !important;
}

.v1-u-pdt-110 {
  padding-top: 110px !important;
}

.v1-u-pdr-110 {
  padding-right: 110px !important;
}

.v1-u-pdb-110 {
  padding-bottom: 110px !important;
}

.v1-u-pdl-110 {
  padding-left: 110px !important;
}

.v1-u-pdt-111 {
  padding-top: 111px !important;
}

.v1-u-pdr-111 {
  padding-right: 111px !important;
}

.v1-u-pdb-111 {
  padding-bottom: 111px !important;
}

.v1-u-pdl-111 {
  padding-left: 111px !important;
}

.v1-u-pdt-112 {
  padding-top: 112px !important;
}

.v1-u-pdr-112 {
  padding-right: 112px !important;
}

.v1-u-pdb-112 {
  padding-bottom: 112px !important;
}

.v1-u-pdl-112 {
  padding-left: 112px !important;
}

.v1-u-pdt-113 {
  padding-top: 113px !important;
}

.v1-u-pdr-113 {
  padding-right: 113px !important;
}

.v1-u-pdb-113 {
  padding-bottom: 113px !important;
}

.v1-u-pdl-113 {
  padding-left: 113px !important;
}

.v1-u-pdt-114 {
  padding-top: 114px !important;
}

.v1-u-pdr-114 {
  padding-right: 114px !important;
}

.v1-u-pdb-114 {
  padding-bottom: 114px !important;
}

.v1-u-pdl-114 {
  padding-left: 114px !important;
}

.v1-u-pdt-115 {
  padding-top: 115px !important;
}

.v1-u-pdr-115 {
  padding-right: 115px !important;
}

.v1-u-pdb-115 {
  padding-bottom: 115px !important;
}

.v1-u-pdl-115 {
  padding-left: 115px !important;
}

.v1-u-pdt-116 {
  padding-top: 116px !important;
}

.v1-u-pdr-116 {
  padding-right: 116px !important;
}

.v1-u-pdb-116 {
  padding-bottom: 116px !important;
}

.v1-u-pdl-116 {
  padding-left: 116px !important;
}

.v1-u-pdt-117 {
  padding-top: 117px !important;
}

.v1-u-pdr-117 {
  padding-right: 117px !important;
}

.v1-u-pdb-117 {
  padding-bottom: 117px !important;
}

.v1-u-pdl-117 {
  padding-left: 117px !important;
}

.v1-u-pdt-118 {
  padding-top: 118px !important;
}

.v1-u-pdr-118 {
  padding-right: 118px !important;
}

.v1-u-pdb-118 {
  padding-bottom: 118px !important;
}

.v1-u-pdl-118 {
  padding-left: 118px !important;
}

.v1-u-pdt-119 {
  padding-top: 119px !important;
}

.v1-u-pdr-119 {
  padding-right: 119px !important;
}

.v1-u-pdb-119 {
  padding-bottom: 119px !important;
}

.v1-u-pdl-119 {
  padding-left: 119px !important;
}

.v1-u-pdt-120 {
  padding-top: 120px !important;
}

.v1-u-pdr-120 {
  padding-right: 120px !important;
}

.v1-u-pdb-120 {
  padding-bottom: 120px !important;
}

.v1-u-pdl-120 {
  padding-left: 120px !important;
}

.v1-u-pdt-121 {
  padding-top: 121px !important;
}

.v1-u-pdr-121 {
  padding-right: 121px !important;
}

.v1-u-pdb-121 {
  padding-bottom: 121px !important;
}

.v1-u-pdl-121 {
  padding-left: 121px !important;
}

.v1-u-pdt-122 {
  padding-top: 122px !important;
}

.v1-u-pdr-122 {
  padding-right: 122px !important;
}

.v1-u-pdb-122 {
  padding-bottom: 122px !important;
}

.v1-u-pdl-122 {
  padding-left: 122px !important;
}

.v1-u-pdt-123 {
  padding-top: 123px !important;
}

.v1-u-pdr-123 {
  padding-right: 123px !important;
}

.v1-u-pdb-123 {
  padding-bottom: 123px !important;
}

.v1-u-pdl-123 {
  padding-left: 123px !important;
}

.v1-u-pdt-124 {
  padding-top: 124px !important;
}

.v1-u-pdr-124 {
  padding-right: 124px !important;
}

.v1-u-pdb-124 {
  padding-bottom: 124px !important;
}

.v1-u-pdl-124 {
  padding-left: 124px !important;
}

.v1-u-pdt-125 {
  padding-top: 125px !important;
}

.v1-u-pdr-125 {
  padding-right: 125px !important;
}

.v1-u-pdb-125 {
  padding-bottom: 125px !important;
}

.v1-u-pdl-125 {
  padding-left: 125px !important;
}

.v1-u-pdt-126 {
  padding-top: 126px !important;
}

.v1-u-pdr-126 {
  padding-right: 126px !important;
}

.v1-u-pdb-126 {
  padding-bottom: 126px !important;
}

.v1-u-pdl-126 {
  padding-left: 126px !important;
}

.v1-u-pdt-127 {
  padding-top: 127px !important;
}

.v1-u-pdr-127 {
  padding-right: 127px !important;
}

.v1-u-pdb-127 {
  padding-bottom: 127px !important;
}

.v1-u-pdl-127 {
  padding-left: 127px !important;
}

.v1-u-pdt-128 {
  padding-top: 128px !important;
}

.v1-u-pdr-128 {
  padding-right: 128px !important;
}

.v1-u-pdb-128 {
  padding-bottom: 128px !important;
}

.v1-u-pdl-128 {
  padding-left: 128px !important;
}

.v1-u-pdt-129 {
  padding-top: 129px !important;
}

.v1-u-pdr-129 {
  padding-right: 129px !important;
}

.v1-u-pdb-129 {
  padding-bottom: 129px !important;
}

.v1-u-pdl-129 {
  padding-left: 129px !important;
}

.v1-u-pdt-130 {
  padding-top: 130px !important;
}

.v1-u-pdr-130 {
  padding-right: 130px !important;
}

.v1-u-pdb-130 {
  padding-bottom: 130px !important;
}

.v1-u-pdl-130 {
  padding-left: 130px !important;
}

.v1-u-pdt-131 {
  padding-top: 131px !important;
}

.v1-u-pdr-131 {
  padding-right: 131px !important;
}

.v1-u-pdb-131 {
  padding-bottom: 131px !important;
}

.v1-u-pdl-131 {
  padding-left: 131px !important;
}

.v1-u-pdt-132 {
  padding-top: 132px !important;
}

.v1-u-pdr-132 {
  padding-right: 132px !important;
}

.v1-u-pdb-132 {
  padding-bottom: 132px !important;
}

.v1-u-pdl-132 {
  padding-left: 132px !important;
}

.v1-u-pdt-133 {
  padding-top: 133px !important;
}

.v1-u-pdr-133 {
  padding-right: 133px !important;
}

.v1-u-pdb-133 {
  padding-bottom: 133px !important;
}

.v1-u-pdl-133 {
  padding-left: 133px !important;
}

.v1-u-pdt-134 {
  padding-top: 134px !important;
}

.v1-u-pdr-134 {
  padding-right: 134px !important;
}

.v1-u-pdb-134 {
  padding-bottom: 134px !important;
}

.v1-u-pdl-134 {
  padding-left: 134px !important;
}

.v1-u-pdt-135 {
  padding-top: 135px !important;
}

.v1-u-pdr-135 {
  padding-right: 135px !important;
}

.v1-u-pdb-135 {
  padding-bottom: 135px !important;
}

.v1-u-pdl-135 {
  padding-left: 135px !important;
}

.v1-u-pdt-136 {
  padding-top: 136px !important;
}

.v1-u-pdr-136 {
  padding-right: 136px !important;
}

.v1-u-pdb-136 {
  padding-bottom: 136px !important;
}

.v1-u-pdl-136 {
  padding-left: 136px !important;
}

.v1-u-pdt-137 {
  padding-top: 137px !important;
}

.v1-u-pdr-137 {
  padding-right: 137px !important;
}

.v1-u-pdb-137 {
  padding-bottom: 137px !important;
}

.v1-u-pdl-137 {
  padding-left: 137px !important;
}

.v1-u-pdt-138 {
  padding-top: 138px !important;
}

.v1-u-pdr-138 {
  padding-right: 138px !important;
}

.v1-u-pdb-138 {
  padding-bottom: 138px !important;
}

.v1-u-pdl-138 {
  padding-left: 138px !important;
}

.v1-u-pdt-139 {
  padding-top: 139px !important;
}

.v1-u-pdr-139 {
  padding-right: 139px !important;
}

.v1-u-pdb-139 {
  padding-bottom: 139px !important;
}

.v1-u-pdl-139 {
  padding-left: 139px !important;
}

.v1-u-pdt-140 {
  padding-top: 140px !important;
}

.v1-u-pdr-140 {
  padding-right: 140px !important;
}

.v1-u-pdb-140 {
  padding-bottom: 140px !important;
}

.v1-u-pdl-140 {
  padding-left: 140px !important;
}

.v1-u-pdt-141 {
  padding-top: 141px !important;
}

.v1-u-pdr-141 {
  padding-right: 141px !important;
}

.v1-u-pdb-141 {
  padding-bottom: 141px !important;
}

.v1-u-pdl-141 {
  padding-left: 141px !important;
}

.v1-u-pdt-142 {
  padding-top: 142px !important;
}

.v1-u-pdr-142 {
  padding-right: 142px !important;
}

.v1-u-pdb-142 {
  padding-bottom: 142px !important;
}

.v1-u-pdl-142 {
  padding-left: 142px !important;
}

.v1-u-pdt-143 {
  padding-top: 143px !important;
}

.v1-u-pdr-143 {
  padding-right: 143px !important;
}

.v1-u-pdb-143 {
  padding-bottom: 143px !important;
}

.v1-u-pdl-143 {
  padding-left: 143px !important;
}

.v1-u-pdt-144 {
  padding-top: 144px !important;
}

.v1-u-pdr-144 {
  padding-right: 144px !important;
}

.v1-u-pdb-144 {
  padding-bottom: 144px !important;
}

.v1-u-pdl-144 {
  padding-left: 144px !important;
}

.v1-u-pdt-145 {
  padding-top: 145px !important;
}

.v1-u-pdr-145 {
  padding-right: 145px !important;
}

.v1-u-pdb-145 {
  padding-bottom: 145px !important;
}

.v1-u-pdl-145 {
  padding-left: 145px !important;
}

.v1-u-pdt-146 {
  padding-top: 146px !important;
}

.v1-u-pdr-146 {
  padding-right: 146px !important;
}

.v1-u-pdb-146 {
  padding-bottom: 146px !important;
}

.v1-u-pdl-146 {
  padding-left: 146px !important;
}

.v1-u-pdt-147 {
  padding-top: 147px !important;
}

.v1-u-pdr-147 {
  padding-right: 147px !important;
}

.v1-u-pdb-147 {
  padding-bottom: 147px !important;
}

.v1-u-pdl-147 {
  padding-left: 147px !important;
}

.v1-u-pdt-148 {
  padding-top: 148px !important;
}

.v1-u-pdr-148 {
  padding-right: 148px !important;
}

.v1-u-pdb-148 {
  padding-bottom: 148px !important;
}

.v1-u-pdl-148 {
  padding-left: 148px !important;
}

.v1-u-pdt-149 {
  padding-top: 149px !important;
}

.v1-u-pdr-149 {
  padding-right: 149px !important;
}

.v1-u-pdb-149 {
  padding-bottom: 149px !important;
}

.v1-u-pdl-149 {
  padding-left: 149px !important;
}

.v1-u-pdt-150 {
  padding-top: 150px !important;
}

.v1-u-pdr-150 {
  padding-right: 150px !important;
}

.v1-u-pdb-150 {
  padding-bottom: 150px !important;
}

.v1-u-pdl-150 {
  padding-left: 150px !important;
}

.v1-u-pdt-151 {
  padding-top: 151px !important;
}

.v1-u-pdr-151 {
  padding-right: 151px !important;
}

.v1-u-pdb-151 {
  padding-bottom: 151px !important;
}

.v1-u-pdl-151 {
  padding-left: 151px !important;
}

.v1-u-pdt-152 {
  padding-top: 152px !important;
}

.v1-u-pdr-152 {
  padding-right: 152px !important;
}

.v1-u-pdb-152 {
  padding-bottom: 152px !important;
}

.v1-u-pdl-152 {
  padding-left: 152px !important;
}

.v1-u-pdt-153 {
  padding-top: 153px !important;
}

.v1-u-pdr-153 {
  padding-right: 153px !important;
}

.v1-u-pdb-153 {
  padding-bottom: 153px !important;
}

.v1-u-pdl-153 {
  padding-left: 153px !important;
}

.v1-u-pdt-154 {
  padding-top: 154px !important;
}

.v1-u-pdr-154 {
  padding-right: 154px !important;
}

.v1-u-pdb-154 {
  padding-bottom: 154px !important;
}

.v1-u-pdl-154 {
  padding-left: 154px !important;
}

.v1-u-pdt-155 {
  padding-top: 155px !important;
}

.v1-u-pdr-155 {
  padding-right: 155px !important;
}

.v1-u-pdb-155 {
  padding-bottom: 155px !important;
}

.v1-u-pdl-155 {
  padding-left: 155px !important;
}

.v1-u-pdt-156 {
  padding-top: 156px !important;
}

.v1-u-pdr-156 {
  padding-right: 156px !important;
}

.v1-u-pdb-156 {
  padding-bottom: 156px !important;
}

.v1-u-pdl-156 {
  padding-left: 156px !important;
}

.v1-u-pdt-157 {
  padding-top: 157px !important;
}

.v1-u-pdr-157 {
  padding-right: 157px !important;
}

.v1-u-pdb-157 {
  padding-bottom: 157px !important;
}

.v1-u-pdl-157 {
  padding-left: 157px !important;
}

.v1-u-pdt-158 {
  padding-top: 158px !important;
}

.v1-u-pdr-158 {
  padding-right: 158px !important;
}

.v1-u-pdb-158 {
  padding-bottom: 158px !important;
}

.v1-u-pdl-158 {
  padding-left: 158px !important;
}

.v1-u-pdt-159 {
  padding-top: 159px !important;
}

.v1-u-pdr-159 {
  padding-right: 159px !important;
}

.v1-u-pdb-159 {
  padding-bottom: 159px !important;
}

.v1-u-pdl-159 {
  padding-left: 159px !important;
}

.v1-u-pdt-160 {
  padding-top: 160px !important;
}

.v1-u-pdr-160 {
  padding-right: 160px !important;
}

.v1-u-pdb-160 {
  padding-bottom: 160px !important;
}

.v1-u-pdl-160 {
  padding-left: 160px !important;
}

.v1-u-pdt-161 {
  padding-top: 161px !important;
}

.v1-u-pdr-161 {
  padding-right: 161px !important;
}

.v1-u-pdb-161 {
  padding-bottom: 161px !important;
}

.v1-u-pdl-161 {
  padding-left: 161px !important;
}

.v1-u-pdt-162 {
  padding-top: 162px !important;
}

.v1-u-pdr-162 {
  padding-right: 162px !important;
}

.v1-u-pdb-162 {
  padding-bottom: 162px !important;
}

.v1-u-pdl-162 {
  padding-left: 162px !important;
}

.v1-u-pdt-163 {
  padding-top: 163px !important;
}

.v1-u-pdr-163 {
  padding-right: 163px !important;
}

.v1-u-pdb-163 {
  padding-bottom: 163px !important;
}

.v1-u-pdl-163 {
  padding-left: 163px !important;
}

.v1-u-pdt-164 {
  padding-top: 164px !important;
}

.v1-u-pdr-164 {
  padding-right: 164px !important;
}

.v1-u-pdb-164 {
  padding-bottom: 164px !important;
}

.v1-u-pdl-164 {
  padding-left: 164px !important;
}

.v1-u-pdt-165 {
  padding-top: 165px !important;
}

.v1-u-pdr-165 {
  padding-right: 165px !important;
}

.v1-u-pdb-165 {
  padding-bottom: 165px !important;
}

.v1-u-pdl-165 {
  padding-left: 165px !important;
}

.v1-u-pdt-166 {
  padding-top: 166px !important;
}

.v1-u-pdr-166 {
  padding-right: 166px !important;
}

.v1-u-pdb-166 {
  padding-bottom: 166px !important;
}

.v1-u-pdl-166 {
  padding-left: 166px !important;
}

.v1-u-pdt-167 {
  padding-top: 167px !important;
}

.v1-u-pdr-167 {
  padding-right: 167px !important;
}

.v1-u-pdb-167 {
  padding-bottom: 167px !important;
}

.v1-u-pdl-167 {
  padding-left: 167px !important;
}

.v1-u-pdt-168 {
  padding-top: 168px !important;
}

.v1-u-pdr-168 {
  padding-right: 168px !important;
}

.v1-u-pdb-168 {
  padding-bottom: 168px !important;
}

.v1-u-pdl-168 {
  padding-left: 168px !important;
}

.v1-u-pdt-169 {
  padding-top: 169px !important;
}

.v1-u-pdr-169 {
  padding-right: 169px !important;
}

.v1-u-pdb-169 {
  padding-bottom: 169px !important;
}

.v1-u-pdl-169 {
  padding-left: 169px !important;
}

.v1-u-pdt-170 {
  padding-top: 170px !important;
}

.v1-u-pdr-170 {
  padding-right: 170px !important;
}

.v1-u-pdb-170 {
  padding-bottom: 170px !important;
}

.v1-u-pdl-170 {
  padding-left: 170px !important;
}

.v1-u-pdt-171 {
  padding-top: 171px !important;
}

.v1-u-pdr-171 {
  padding-right: 171px !important;
}

.v1-u-pdb-171 {
  padding-bottom: 171px !important;
}

.v1-u-pdl-171 {
  padding-left: 171px !important;
}

.v1-u-pdt-172 {
  padding-top: 172px !important;
}

.v1-u-pdr-172 {
  padding-right: 172px !important;
}

.v1-u-pdb-172 {
  padding-bottom: 172px !important;
}

.v1-u-pdl-172 {
  padding-left: 172px !important;
}

.v1-u-pdt-173 {
  padding-top: 173px !important;
}

.v1-u-pdr-173 {
  padding-right: 173px !important;
}

.v1-u-pdb-173 {
  padding-bottom: 173px !important;
}

.v1-u-pdl-173 {
  padding-left: 173px !important;
}

.v1-u-pdt-174 {
  padding-top: 174px !important;
}

.v1-u-pdr-174 {
  padding-right: 174px !important;
}

.v1-u-pdb-174 {
  padding-bottom: 174px !important;
}

.v1-u-pdl-174 {
  padding-left: 174px !important;
}

.v1-u-pdt-175 {
  padding-top: 175px !important;
}

.v1-u-pdr-175 {
  padding-right: 175px !important;
}

.v1-u-pdb-175 {
  padding-bottom: 175px !important;
}

.v1-u-pdl-175 {
  padding-left: 175px !important;
}

.v1-u-pdt-176 {
  padding-top: 176px !important;
}

.v1-u-pdr-176 {
  padding-right: 176px !important;
}

.v1-u-pdb-176 {
  padding-bottom: 176px !important;
}

.v1-u-pdl-176 {
  padding-left: 176px !important;
}

.v1-u-pdt-177 {
  padding-top: 177px !important;
}

.v1-u-pdr-177 {
  padding-right: 177px !important;
}

.v1-u-pdb-177 {
  padding-bottom: 177px !important;
}

.v1-u-pdl-177 {
  padding-left: 177px !important;
}

.v1-u-pdt-178 {
  padding-top: 178px !important;
}

.v1-u-pdr-178 {
  padding-right: 178px !important;
}

.v1-u-pdb-178 {
  padding-bottom: 178px !important;
}

.v1-u-pdl-178 {
  padding-left: 178px !important;
}

.v1-u-pdt-179 {
  padding-top: 179px !important;
}

.v1-u-pdr-179 {
  padding-right: 179px !important;
}

.v1-u-pdb-179 {
  padding-bottom: 179px !important;
}

.v1-u-pdl-179 {
  padding-left: 179px !important;
}

.v1-u-pdt-180 {
  padding-top: 180px !important;
}

.v1-u-pdr-180 {
  padding-right: 180px !important;
}

.v1-u-pdb-180 {
  padding-bottom: 180px !important;
}

.v1-u-pdl-180 {
  padding-left: 180px !important;
}

.v1-u-pdt-181 {
  padding-top: 181px !important;
}

.v1-u-pdr-181 {
  padding-right: 181px !important;
}

.v1-u-pdb-181 {
  padding-bottom: 181px !important;
}

.v1-u-pdl-181 {
  padding-left: 181px !important;
}

.v1-u-pdt-182 {
  padding-top: 182px !important;
}

.v1-u-pdr-182 {
  padding-right: 182px !important;
}

.v1-u-pdb-182 {
  padding-bottom: 182px !important;
}

.v1-u-pdl-182 {
  padding-left: 182px !important;
}

.v1-u-pdt-183 {
  padding-top: 183px !important;
}

.v1-u-pdr-183 {
  padding-right: 183px !important;
}

.v1-u-pdb-183 {
  padding-bottom: 183px !important;
}

.v1-u-pdl-183 {
  padding-left: 183px !important;
}

.v1-u-pdt-184 {
  padding-top: 184px !important;
}

.v1-u-pdr-184 {
  padding-right: 184px !important;
}

.v1-u-pdb-184 {
  padding-bottom: 184px !important;
}

.v1-u-pdl-184 {
  padding-left: 184px !important;
}

.v1-u-pdt-185 {
  padding-top: 185px !important;
}

.v1-u-pdr-185 {
  padding-right: 185px !important;
}

.v1-u-pdb-185 {
  padding-bottom: 185px !important;
}

.v1-u-pdl-185 {
  padding-left: 185px !important;
}

.v1-u-pdt-186 {
  padding-top: 186px !important;
}

.v1-u-pdr-186 {
  padding-right: 186px !important;
}

.v1-u-pdb-186 {
  padding-bottom: 186px !important;
}

.v1-u-pdl-186 {
  padding-left: 186px !important;
}

.v1-u-pdt-187 {
  padding-top: 187px !important;
}

.v1-u-pdr-187 {
  padding-right: 187px !important;
}

.v1-u-pdb-187 {
  padding-bottom: 187px !important;
}

.v1-u-pdl-187 {
  padding-left: 187px !important;
}

.v1-u-pdt-188 {
  padding-top: 188px !important;
}

.v1-u-pdr-188 {
  padding-right: 188px !important;
}

.v1-u-pdb-188 {
  padding-bottom: 188px !important;
}

.v1-u-pdl-188 {
  padding-left: 188px !important;
}

.v1-u-pdt-189 {
  padding-top: 189px !important;
}

.v1-u-pdr-189 {
  padding-right: 189px !important;
}

.v1-u-pdb-189 {
  padding-bottom: 189px !important;
}

.v1-u-pdl-189 {
  padding-left: 189px !important;
}

.v1-u-pdt-190 {
  padding-top: 190px !important;
}

.v1-u-pdr-190 {
  padding-right: 190px !important;
}

.v1-u-pdb-190 {
  padding-bottom: 190px !important;
}

.v1-u-pdl-190 {
  padding-left: 190px !important;
}

.v1-u-pdt-191 {
  padding-top: 191px !important;
}

.v1-u-pdr-191 {
  padding-right: 191px !important;
}

.v1-u-pdb-191 {
  padding-bottom: 191px !important;
}

.v1-u-pdl-191 {
  padding-left: 191px !important;
}

.v1-u-pdt-192 {
  padding-top: 192px !important;
}

.v1-u-pdr-192 {
  padding-right: 192px !important;
}

.v1-u-pdb-192 {
  padding-bottom: 192px !important;
}

.v1-u-pdl-192 {
  padding-left: 192px !important;
}

.v1-u-pdt-193 {
  padding-top: 193px !important;
}

.v1-u-pdr-193 {
  padding-right: 193px !important;
}

.v1-u-pdb-193 {
  padding-bottom: 193px !important;
}

.v1-u-pdl-193 {
  padding-left: 193px !important;
}

.v1-u-pdt-194 {
  padding-top: 194px !important;
}

.v1-u-pdr-194 {
  padding-right: 194px !important;
}

.v1-u-pdb-194 {
  padding-bottom: 194px !important;
}

.v1-u-pdl-194 {
  padding-left: 194px !important;
}

.v1-u-pdt-195 {
  padding-top: 195px !important;
}

.v1-u-pdr-195 {
  padding-right: 195px !important;
}

.v1-u-pdb-195 {
  padding-bottom: 195px !important;
}

.v1-u-pdl-195 {
  padding-left: 195px !important;
}

.v1-u-pdt-196 {
  padding-top: 196px !important;
}

.v1-u-pdr-196 {
  padding-right: 196px !important;
}

.v1-u-pdb-196 {
  padding-bottom: 196px !important;
}

.v1-u-pdl-196 {
  padding-left: 196px !important;
}

.v1-u-pdt-197 {
  padding-top: 197px !important;
}

.v1-u-pdr-197 {
  padding-right: 197px !important;
}

.v1-u-pdb-197 {
  padding-bottom: 197px !important;
}

.v1-u-pdl-197 {
  padding-left: 197px !important;
}

.v1-u-pdt-198 {
  padding-top: 198px !important;
}

.v1-u-pdr-198 {
  padding-right: 198px !important;
}

.v1-u-pdb-198 {
  padding-bottom: 198px !important;
}

.v1-u-pdl-198 {
  padding-left: 198px !important;
}

.v1-u-pdt-199 {
  padding-top: 199px !important;
}

.v1-u-pdr-199 {
  padding-right: 199px !important;
}

.v1-u-pdb-199 {
  padding-bottom: 199px !important;
}

.v1-u-pdl-199 {
  padding-left: 199px !important;
}

.v1-u-pdt-200 {
  padding-top: 200px !important;
}

.v1-u-pdr-200 {
  padding-right: 200px !important;
}

.v1-u-pdb-200 {
  padding-bottom: 200px !important;
}

.v1-u-pdl-200 {
  padding-left: 200px !important;
}

.v1-u-indent-0 {
  text-indent: 0em !important;
  padding-left: 0em !important;
}

.v1-u-indent-1 {
  text-indent: -0.1em !important;
  padding-left: 0.1em !important;
}

.v1-u-indent-2 {
  text-indent: -0.2em !important;
  padding-left: 0.2em !important;
}

.v1-u-indent-3 {
  text-indent: -0.3em !important;
  padding-left: 0.3em !important;
}

.v1-u-indent-4 {
  text-indent: -0.4em !important;
  padding-left: 0.4em !important;
}

.v1-u-indent-5 {
  text-indent: -0.5em !important;
  padding-left: 0.5em !important;
}

.v1-u-indent-6 {
  text-indent: -0.6em !important;
  padding-left: 0.6em !important;
}

.v1-u-indent-7 {
  text-indent: -0.7em !important;
  padding-left: 0.7em !important;
}

.v1-u-indent-8 {
  text-indent: -0.8em !important;
  padding-left: 0.8em !important;
}

.v1-u-indent-9 {
  text-indent: -0.9em !important;
  padding-left: 0.9em !important;
}

.v1-u-indent-10 {
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.v1-u-indent-11 {
  text-indent: -1.1em !important;
  padding-left: 1.1em !important;
}

.v1-u-indent-12 {
  text-indent: -1.2em !important;
  padding-left: 1.2em !important;
}

.v1-u-indent-13 {
  text-indent: -1.3em !important;
  padding-left: 1.3em !important;
}

.v1-u-indent-14 {
  text-indent: -1.4em !important;
  padding-left: 1.4em !important;
}

.v1-u-indent-15 {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}

.v1-u-indent-16 {
  text-indent: -1.6em !important;
  padding-left: 1.6em !important;
}

.v1-u-indent-17 {
  text-indent: -1.7em !important;
  padding-left: 1.7em !important;
}

.v1-u-indent-18 {
  text-indent: -1.8em !important;
  padding-left: 1.8em !important;
}

.v1-u-indent-19 {
  text-indent: -1.9em !important;
  padding-left: 1.9em !important;
}

.v1-u-indent-20 {
  text-indent: -2em !important;
  padding-left: 2em !important;
}

.v1-u-indent-21 {
  text-indent: -2.1em !important;
  padding-left: 2.1em !important;
}

.v1-u-indent-22 {
  text-indent: -2.2em !important;
  padding-left: 2.2em !important;
}

.v1-u-indent-23 {
  text-indent: -2.3em !important;
  padding-left: 2.3em !important;
}

.v1-u-indent-24 {
  text-indent: -2.4em !important;
  padding-left: 2.4em !important;
}

.v1-u-indent-25 {
  text-indent: -2.5em !important;
  padding-left: 2.5em !important;
}

.v1-u-indent-26 {
  text-indent: -2.6em !important;
  padding-left: 2.6em !important;
}

.v1-u-indent-27 {
  text-indent: -2.7em !important;
  padding-left: 2.7em !important;
}

.v1-u-indent-28 {
  text-indent: -2.8em !important;
  padding-left: 2.8em !important;
}

.v1-u-indent-29 {
  text-indent: -2.9em !important;
  padding-left: 2.9em !important;
}

.v1-u-indent-30 {
  text-indent: -3em !important;
  padding-left: 3em !important;
}

.v1-u-width-10 {
  width: 10px !important;
}

.v1-u-min-width-10 {
  min-width: 10px !important;
}

.v1-u-width-20 {
  width: 20px !important;
}

.v1-u-min-width-20 {
  min-width: 20px !important;
}

.v1-u-width-30 {
  width: 30px !important;
}

.v1-u-min-width-30 {
  min-width: 30px !important;
}

.v1-u-width-40 {
  width: 40px !important;
}

.v1-u-min-width-40 {
  min-width: 40px !important;
}

.v1-u-width-50 {
  width: 50px !important;
}

.v1-u-min-width-50 {
  min-width: 50px !important;
}

.v1-u-width-60 {
  width: 60px !important;
}

.v1-u-min-width-60 {
  min-width: 60px !important;
}

.v1-u-width-70 {
  width: 70px !important;
}

.v1-u-min-width-70 {
  min-width: 70px !important;
}

.v1-u-width-80 {
  width: 80px !important;
}

.v1-u-min-width-80 {
  min-width: 80px !important;
}

.v1-u-width-90 {
  width: 90px !important;
}

.v1-u-min-width-90 {
  min-width: 90px !important;
}

.v1-u-width-100 {
  width: 100px !important;
}

.v1-u-min-width-100 {
  min-width: 100px !important;
}

.v1-u-width-110 {
  width: 110px !important;
}

.v1-u-min-width-110 {
  min-width: 110px !important;
}

.v1-u-width-120 {
  width: 120px !important;
}

.v1-u-min-width-120 {
  min-width: 120px !important;
}

.v1-u-width-130 {
  width: 130px !important;
}

.v1-u-min-width-130 {
  min-width: 130px !important;
}

.v1-u-width-140 {
  width: 140px !important;
}

.v1-u-min-width-140 {
  min-width: 140px !important;
}

.v1-u-width-150 {
  width: 150px !important;
}

.v1-u-min-width-150 {
  min-width: 150px !important;
}

.v1-u-width-160 {
  width: 160px !important;
}

.v1-u-min-width-160 {
  min-width: 160px !important;
}

.v1-u-width-170 {
  width: 170px !important;
}

.v1-u-min-width-170 {
  min-width: 170px !important;
}

.v1-u-width-180 {
  width: 180px !important;
}

.v1-u-min-width-180 {
  min-width: 180px !important;
}

.v1-u-width-190 {
  width: 190px !important;
}

.v1-u-min-width-190 {
  min-width: 190px !important;
}

.v1-u-width-200 {
  width: 200px !important;
}

.v1-u-min-width-200 {
  min-width: 200px !important;
}

.v1-u-width-210 {
  width: 210px !important;
}

.v1-u-min-width-210 {
  min-width: 210px !important;
}

.v1-u-width-220 {
  width: 220px !important;
}

.v1-u-min-width-220 {
  min-width: 220px !important;
}

.v1-u-width-230 {
  width: 230px !important;
}

.v1-u-min-width-230 {
  min-width: 230px !important;
}

.v1-u-width-240 {
  width: 240px !important;
}

.v1-u-min-width-240 {
  min-width: 240px !important;
}

.v1-u-width-250 {
  width: 250px !important;
}

.v1-u-min-width-250 {
  min-width: 250px !important;
}

.v1-u-width-260 {
  width: 260px !important;
}

.v1-u-min-width-260 {
  min-width: 260px !important;
}

.v1-u-width-270 {
  width: 270px !important;
}

.v1-u-min-width-270 {
  min-width: 270px !important;
}

.v1-u-width-280 {
  width: 280px !important;
}

.v1-u-min-width-280 {
  min-width: 280px !important;
}

.v1-u-width-290 {
  width: 290px !important;
}

.v1-u-min-width-290 {
  min-width: 290px !important;
}

.v1-u-width-300 {
  width: 300px !important;
}

.v1-u-min-width-300 {
  min-width: 300px !important;
}

.v1-u-width-310 {
  width: 310px !important;
}

.v1-u-min-width-310 {
  min-width: 310px !important;
}

.v1-u-width-320 {
  width: 320px !important;
}

.v1-u-min-width-320 {
  min-width: 320px !important;
}

.v1-u-width-330 {
  width: 330px !important;
}

.v1-u-min-width-330 {
  min-width: 330px !important;
}

.v1-u-width-340 {
  width: 340px !important;
}

.v1-u-min-width-340 {
  min-width: 340px !important;
}

.v1-u-width-350 {
  width: 350px !important;
}

.v1-u-min-width-350 {
  min-width: 350px !important;
}

.v1-u-width-360 {
  width: 360px !important;
}

.v1-u-min-width-360 {
  min-width: 360px !important;
}

.v1-u-width-370 {
  width: 370px !important;
}

.v1-u-min-width-370 {
  min-width: 370px !important;
}

.v1-u-width-380 {
  width: 380px !important;
}

.v1-u-min-width-380 {
  min-width: 380px !important;
}

.v1-u-width-390 {
  width: 390px !important;
}

.v1-u-min-width-390 {
  min-width: 390px !important;
}

.v1-u-width-400 {
  width: 400px !important;
}

.v1-u-min-width-400 {
  min-width: 400px !important;
}

.v1-u-width-410 {
  width: 410px !important;
}

.v1-u-min-width-410 {
  min-width: 410px !important;
}

.v1-u-width-420 {
  width: 420px !important;
}

.v1-u-min-width-420 {
  min-width: 420px !important;
}

.v1-u-width-430 {
  width: 430px !important;
}

.v1-u-min-width-430 {
  min-width: 430px !important;
}

.v1-u-width-440 {
  width: 440px !important;
}

.v1-u-min-width-440 {
  min-width: 440px !important;
}

.v1-u-width-450 {
  width: 450px !important;
}

.v1-u-min-width-450 {
  min-width: 450px !important;
}

.v1-u-width-460 {
  width: 460px !important;
}

.v1-u-min-width-460 {
  min-width: 460px !important;
}

.v1-u-width-470 {
  width: 470px !important;
}

.v1-u-min-width-470 {
  min-width: 470px !important;
}

.v1-u-width-480 {
  width: 480px !important;
}

.v1-u-min-width-480 {
  min-width: 480px !important;
}

.v1-u-width-490 {
  width: 490px !important;
}

.v1-u-min-width-490 {
  min-width: 490px !important;
}

.v1-u-width-500 {
  width: 500px !important;
}

.v1-u-min-width-500 {
  min-width: 500px !important;
}

.v1-u-width-max {
  width: 100% !important;
}

.v1-u-relative {
  position: relative;
}

.v1-u-absolute {
  position: absolute;
}

.v1-u-block {
  display: block;
}

.v1-u-ws-normal {
  white-space: normal !important;
}

.v1-u-ws-nowrap {
  white-space: nowrap !important;
}

.v1-u-wb-break-all {
  word-break: break-all !important;
}

.v1-store__thumbnail {
  width: 337px;
  padding: 1.5rem 0;
}

.v1-store__text {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid #eeeeee;
}

.v1-store__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.v1-store__subtext {
  margin-bottom: 1rem;
}

.v1-store__subinfo__item {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  width: 230px;
  padding-bottom: 0.5rem;
  vertical-align: top;
}

.v1-store-link__list .is-current {
  color: #999;
}

.v1-store-header {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dddddd;
}

.v1-store-detail {
  font-size: 14px;
  font-size: 0.875rem;
}

.v1-store-detail__table th, .v1-store-detail__table td {
  padding: 22px;
  border: 1px solid #dddddd;
  vertical-align: top;
  text-align: left;
}

.v1-store-detail__table th {
  width: 30%;
  background: #f8f8f8;
  font-weight: bold;
}

.v1-store-detail__areatext {
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.v1-store-detail__areatext:before {
  content: '-';
  display: inline-block;
  width: 1.5rem;
}

.v1-store-detail__worldtext {
  padding-left: 1.5rem;
}

.v1-store-detail__pricetext span {
  display: inline-block;
  padding-right: 1.5rem;
}

.v1-terms {
  font-size: 13px;
  font-size: 0.8125rem;
}

.v1-terms p {
  line-height: 2;
}

.v1-terms-headding {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  padding: 1.25rem 0 0.75rem;
}

.v1-terms__numlist {
  margin: 0 0 0 1rem;
  line-height: 2;
}

.v1-terms__numlist > li {
  list-style-type: decimal;
}

.v1-terms__parentheseslist {
  margin-left: 0;
  line-height: 2;
}

.v1-terms__parentheseslist > li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

.v1-terms__parentheseslist > li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.v1-terms__katakanalist {
  margin-left: 0;
  line-height: 2;
}

.v1-terms__katakanalist > li {
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

.v1-userguide {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 26px;
}

.v1-userguide:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.v1-userguide .v1-heading-userguide {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  font-weight: bold;
  border-bottom: 3px solid #009de1;
  line-height: 1;
  padding-bottom: 1rem;
}

.v1-userguide__anchorlist {
  background: #f8f8f8;
  padding: 24px;
  margin: 1rem 0;
}

.v1-userguide__anchorlist li {
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: decimal;
  margin-bottom: 0.5rem;
}

.v1-userguide__anchorlist li:last-child {
  margin: 0 0 0 -1rem;
}

.v1-userguide__anchorlist .v1-list-icon__plus {
  list-style-type: none;
}

.v1-userguide__anchorlist .v1-list-icon__plus:before {
  content: '+';
  display: inline-block;
  width: 1rem;
}

.v1-contents__sub .v1-userguide__anchorlist {
  background: none;
  padding: 0 0 0 1rem;
}

.v1-contents__sub li {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em){
  .hide-for-medium-only{
    display: none !important;
  }
}

@media screen and (min-width: 40em){
  h1{
    font-size: 3rem;
  }
  h2{
    font-size: 2.5rem;
  }
  h3{
    font-size: 1.9375rem;
  }
  h4{
    font-size: 1.5625rem;
  }
  h5{
    font-size: 1.25rem;
  }
  h6{
    font-size: 1rem;
  }
  .medium-text-left{
    text-align: left;
  }
  .medium-text-right{
    text-align: right;
  }
  .medium-text-center{
    text-align: center;
  }
  .medium-text-justify{
    text-align: justify;
  }
  .hide-for-medium{
    display: none !important;
  }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right{
    width: auto;
  }
  .medium-1{
    width: 8.33333%;
  }
  .medium-push-1{
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1{
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0{
    margin-left: 0%;
  }
  .medium-2{
    width: 16.66667%;
  }
  .medium-push-2{
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2{
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1{
    margin-left: 8.33333%;
  }
  .medium-3{
    width: 25%;
  }
  .medium-push-3{
    position: relative;
    left: 25%;
  }
  .medium-pull-3{
    position: relative;
    left: -25%;
  }
  .medium-offset-2{
    margin-left: 16.66667%;
  }
  .medium-4{
    width: 33.33333%;
  }
  .medium-push-4{
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4{
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3{
    margin-left: 25%;
  }
  .medium-5{
    width: 41.66667%;
  }
  .medium-push-5{
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5{
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4{
    margin-left: 33.33333%;
  }
  .medium-6{
    width: 50%;
  }
  .medium-push-6{
    position: relative;
    left: 50%;
  }
  .medium-pull-6{
    position: relative;
    left: -50%;
  }
  .medium-offset-5{
    margin-left: 41.66667%;
  }
  .medium-7{
    width: 58.33333%;
  }
  .medium-push-7{
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7{
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6{
    margin-left: 50%;
  }
  .medium-8{
    width: 66.66667%;
  }
  .medium-push-8{
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8{
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7{
    margin-left: 58.33333%;
  }
  .medium-9{
    width: 75%;
  }
  .medium-push-9{
    position: relative;
    left: 75%;
  }
  .medium-pull-9{
    position: relative;
    left: -75%;
  }
  .medium-offset-8{
    margin-left: 66.66667%;
  }
  .medium-10{
    width: 83.33333%;
  }
  .medium-push-10{
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10{
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9{
    margin-left: 75%;
  }
  .medium-11{
    width: 91.66667%;
  }
  .medium-push-11{
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11{
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10{
    margin-left: 83.33333%;
  }
  .medium-12{
    width: 100%;
  }
  .medium-offset-11{
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns{
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1){
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child{
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns{
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1){
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child{
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns{
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1){
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child{
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns{
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1){
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child{
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns{
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1){
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child{
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns{
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1){
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child{
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns{
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1){
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child{
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns{
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n){
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1){
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child{
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns{
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row{
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0{
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em){
  .show-for-small-only{
    display: none !important;
  }
}

@media screen and (min-width: 64em){
  .large-text-left{
    text-align: left;
  }
  .large-text-right{
    text-align: right;
  }
  .large-text-center{
    text-align: center;
  }
  .large-text-justify{
    text-align: justify;
  }
  .hide-for-large{
    display: none !important;
  }
  .large-1{
    width: 8.33333%;
  }
  .large-push-1{
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1{
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0{
    margin-left: 0%;
  }
  .large-2{
    width: 16.66667%;
  }
  .large-push-2{
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2{
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1{
    margin-left: 8.33333%;
  }
  .large-3{
    width: 25%;
  }
  .large-push-3{
    position: relative;
    left: 25%;
  }
  .large-pull-3{
    position: relative;
    left: -25%;
  }
  .large-offset-2{
    margin-left: 16.66667%;
  }
  .large-4{
    width: 33.33333%;
  }
  .large-push-4{
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4{
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3{
    margin-left: 25%;
  }
  .large-5{
    width: 41.66667%;
  }
  .large-push-5{
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5{
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4{
    margin-left: 33.33333%;
  }
  .large-6{
    width: 50%;
  }
  .large-push-6{
    position: relative;
    left: 50%;
  }
  .large-pull-6{
    position: relative;
    left: -50%;
  }
  .large-offset-5{
    margin-left: 41.66667%;
  }
  .large-7{
    width: 58.33333%;
  }
  .large-push-7{
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7{
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6{
    margin-left: 50%;
  }
  .large-8{
    width: 66.66667%;
  }
  .large-push-8{
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8{
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7{
    margin-left: 58.33333%;
  }
  .large-9{
    width: 75%;
  }
  .large-push-9{
    position: relative;
    left: 75%;
  }
  .large-pull-9{
    position: relative;
    left: -75%;
  }
  .large-offset-8{
    margin-left: 66.66667%;
  }
  .large-10{
    width: 83.33333%;
  }
  .large-push-10{
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10{
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9{
    margin-left: 75%;
  }
  .large-11{
    width: 91.66667%;
  }
  .large-push-11{
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11{
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10{
    margin-left: 83.33333%;
  }
  .large-12{
    width: 100%;
  }
  .large-offset-11{
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns{
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1){
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child{
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns{
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1){
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child{
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns{
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1){
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child{
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns{
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1){
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child{
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns{
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1){
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child{
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns{
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1){
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child{
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns{
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1){
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child{
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns{
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n){
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1){
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child{
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns{
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row,
  .expanded.row .large-collapse.row{
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0{
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em){
  .show-for-medium-only{
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em){
  .hide-for-large-only{
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em){
  .show-for-large-only{
    display: none !important;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder{
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img{
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after{
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small{
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty{
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter{
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close{
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px){
  .mfp-arrow{
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left{
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right{
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container{
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media print{
  *{
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print{
    display: block !important;
  }
  .hide-for-print{
    display: none !important;
  }
  table.show-for-print{
    display: table !important;
  }
  thead.show-for-print{
    display: table-header-group !important;
  }
  tbody.show-for-print{
    display: table-row-group !important;
  }
  tr.show-for-print{
    display: table-row !important;
  }
  td.show-for-print{
    display: table-cell !important;
  }
  th.show-for-print{
    display: table-cell !important;
  }
  a,
  a:visited{
    text-decoration: underline;
  }
  a[href]:after{
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after{
    content: '';
  }
  abbr[title]:after{
    content: " (" attr(title) ")";
  }
  pre,
  blockquote{
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead{
    display: table-header-group;
  }
  tr,
  img{
    page-break-inside: avoid;
  }
  img{
    max-width: 100% !important;
  }
  @page{
    margin: 0.5cm;
  }
  p,
  h2,
  h3{
    orphans: 3;
    widows: 3;
  }
  h2,
  h3{
    page-break-after: avoid;
  }
}

@media screen and (max-width: 63.9375em){
  .show-for-large{
    display: none !important;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right{
    width: 100%;
  }
}

@media screen and (min-width: 0\0){
  select{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

@media screen and (max-width: 39.9375em){
  .hide-for-small-only{
    display: none !important;
  }
  .show-for-medium{
    display: none !important;
  }
}

@media screen and (orientation: landscape){
  .show-for-landscape,
  .hide-for-portrait{
    display: block !important;
  }
  .hide-for-landscape,
  .show-for-portrait{
    display: none !important;
  }
}

@media screen and (orientation: portrait){
  .show-for-landscape,
  .hide-for-portrait{
    display: none !important;
  }
  .hide-for-landscape,
  .show-for-portrait{
    display: block !important;
  }
}

@media screen and (max-width: 74.9375em){
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right{
    width: 100%;
  }
}
