@charset "UTF-8";
/* 基本 CSS */
/*! 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 {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: sans-serif; /* 1 */
}

/**
 * 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 {
  margin: .67em 0;
  font-size: 2em;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.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 {
  margin: 0; /* 3 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 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.
 */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

/**
 * 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 {
  padding: 0; /* 2 */
  border: 0; /* 1 */
}

/**
 * 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;
}

.materialize-red {
  background-color: #e51c23 !important;
}

.materialize-red-text {
  color: #e51c23 !important;
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.red {
  background-color: #f44336 !important;
}

.red-text {
  color: #f44336 !important;
}

.red.lighten-5 {
  background-color: #ffebee !important;
}

.red-text.text-lighten-5 {
  color: #ffebee !important;
}

.red.lighten-4 {
  background-color: #ffcdd2 !important;
}

.red-text.text-lighten-4 {
  color: #ffcdd2 !important;
}

.red.lighten-3 {
  background-color: #ef9a9a !important;
}

.red-text.text-lighten-3 {
  color: #ef9a9a !important;
}

.red.lighten-2 {
  background-color: #e57373 !important;
}

.red-text.text-lighten-2 {
  color: #e57373 !important;
}

.red.lighten-1 {
  background-color: #ef5350 !important;
}

.red-text.text-lighten-1 {
  color: #ef5350 !important;
}

.red.darken-1 {
  background-color: #e53935 !important;
}

.red-text.text-darken-1 {
  color: #e53935 !important;
}

.red.darken-2 {
  background-color: #d32f2f !important;
}

.red-text.text-darken-2 {
  color: #d32f2f !important;
}

.red.darken-3 {
  background-color: #c62828 !important;
}

.red-text.text-darken-3 {
  color: #c62828 !important;
}

.red.darken-4 {
  background-color: #b71c1c !important;
}

.red-text.text-darken-4 {
  color: #b71c1c !important;
}

.red.accent-1 {
  background-color: #ff8a80 !important;
}

.red-text.text-accent-1 {
  color: #ff8a80 !important;
}

.red.accent-2 {
  background-color: #ff5252 !important;
}

.red-text.text-accent-2 {
  color: #ff5252 !important;
}

.red.accent-3 {
  background-color: #ff1744 !important;
}

.red-text.text-accent-3 {
  color: #ff1744 !important;
}

.red.accent-4 {
  background-color: #d50000 !important;
}

.red-text.text-accent-4 {
  color: #d50000 !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  color: #c51162 !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #a0f !important;
}

.purple-text.text-accent-4 {
  color: #a0f !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue {
  background-color: #2196f3 !important;
}

.blue-text {
  color: #2196f3 !important;
}

.blue.lighten-5 {
  background-color: #e3f2fd !important;
}

.blue-text.text-lighten-5 {
  color: #e3f2fd !important;
}

.blue.lighten-4 {
  background-color: #bbdefb !important;
}

.blue-text.text-lighten-4 {
  color: #bbdefb !important;
}

.blue.lighten-3 {
  background-color: #90caf9 !important;
}

.blue-text.text-lighten-3 {
  color: #90caf9 !important;
}

.blue.lighten-2 {
  background-color: #64b5f6 !important;
}

.blue-text.text-lighten-2 {
  color: #64b5f6 !important;
}

.blue.lighten-1 {
  background-color: #42a5f5 !important;
}

.blue-text.text-lighten-1 {
  color: #42a5f5 !important;
}

.blue.darken-1 {
  background-color: #1e88e5 !important;
}

.blue-text.text-darken-1 {
  color: #1e88e5 !important;
}

.blue.darken-2 {
  background-color: #1976d2 !important;
}

.blue-text.text-darken-2 {
  color: #1976d2 !important;
}

.blue.darken-3 {
  background-color: #1565c0 !important;
}

.blue-text.text-darken-3 {
  color: #1565c0 !important;
}

.blue.darken-4 {
  background-color: #0d47a1 !important;
}

.blue-text.text-darken-4 {
  color: #0d47a1 !important;
}

.blue.accent-1 {
  background-color: #82b1ff !important;
}

.blue-text.text-accent-1 {
  color: #82b1ff !important;
}

.blue.accent-2 {
  background-color: #448aff !important;
}

.blue-text.text-accent-2 {
  color: #448aff !important;
}

.blue.accent-3 {
  background-color: #2979ff !important;
}

.blue-text.text-accent-3 {
  color: #2979ff !important;
}

.blue.accent-4 {
  background-color: #2962ff !important;
}

.blue-text.text-accent-4 {
  color: #2962ff !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green {
  background-color: #4caf50 !important;
}

.green-text {
  color: #4caf50 !important;
}

.green.lighten-5 {
  background-color: #e8f5e9 !important;
}

.green-text.text-lighten-5 {
  color: #e8f5e9 !important;
}

.green.lighten-4 {
  background-color: #c8e6c9 !important;
}

.green-text.text-lighten-4 {
  color: #c8e6c9 !important;
}

.green.lighten-3 {
  background-color: #a5d6a7 !important;
}

.green-text.text-lighten-3 {
  color: #a5d6a7 !important;
}

.green.lighten-2 {
  background-color: #81c784 !important;
}

.green-text.text-lighten-2 {
  color: #81c784 !important;
}

.green.lighten-1 {
  background-color: #66bb6a !important;
}

.green-text.text-lighten-1 {
  color: #66bb6a !important;
}

.green.darken-1 {
  background-color: #43a047 !important;
}

.green-text.text-darken-1 {
  color: #43a047 !important;
}

.green.darken-2 {
  background-color: #388e3c !important;
}

.green-text.text-darken-2 {
  color: #388e3c !important;
}

.green.darken-3 {
  background-color: #2e7d32 !important;
}

.green-text.text-darken-3 {
  color: #2e7d32 !important;
}

.green.darken-4 {
  background-color: #1b5e20 !important;
}

.green-text.text-darken-4 {
  color: #1b5e20 !important;
}

.green.accent-1 {
  background-color: #b9f6ca !important;
}

.green-text.text-accent-1 {
  color: #b9f6ca !important;
}

.green.accent-2 {
  background-color: #69f0ae !important;
}

.green-text.text-accent-2 {
  color: #69f0ae !important;
}

.green.accent-3 {
  background-color: #00e676 !important;
}

.green-text.text-accent-3 {
  color: #00e676 !important;
}

.green.accent-4 {
  background-color: #00c853 !important;
}

.green-text.text-accent-4 {
  color: #00c853 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ff0 !important;
}

.yellow-text.text-accent-2 {
  color: #ff0 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eee !important;
}

.grey-text.text-lighten-3 {
  color: #eee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  color: #212121 !important;
}

.black {
  background-color: #000 !important;
}

.black-text {
  color: #000 !important;
}

.white {
  background-color: #fff !important;
}

.white-text {
  color: #fff !important;
}

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

.light,
.page-footer .footer-copyright {
  font-weight: 300;
}

html {
  box-sizing: border-box;
}

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

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) li {
  list-style-type: none;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: #039be5;
  text-decoration: none;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1,
.side-nav,
.collapsible,
.dropdown-content,
.btn-floating,
.btn,
.btn-large,
.toast,
.card,
.card-panel,
nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}

.z-depth-1-half,
.btn-floating:hover,
.btn:hover,
.btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
}

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .3);
}

.z-depth-4,
.modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .3);
}

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .3);
}

.hoverable {
  box-shadow: 0;
  transition: box-shadow .25s;
}

.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  transition: box-shadow .25s;
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

i {
  line-height: inherit;
}
i.left {
  margin-right: 15px;
  float: left;
}
i.right {
  margin-left: 15px;
  float: right;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  height: 30px;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
}
.pagination li a {
  display: inline-block;
  padding: 0 10px;
  color: #444;
  font-size: 1.2rem;
  line-height: 30px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #ee6e73;
}
.pagination li.disabled a {
  color: #999;
  cursor: default;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.breadcrumb {
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
}
.breadcrumb i,
.breadcrumb [class^=mdi-],
.breadcrumb [class*=mdi-],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}
.breadcrumb:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin: 0 10px 0 8px;
  color: rgba(255, 255, 255, .7);
  font-family: "Material Icons";
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  content: "\e5cc";
}
.breadcrumb:first-child:before {
  display: none;
}
.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.parallax {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.parallax img {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

.pin-top,
.pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  transform-origin: 0 50%;
  opacity: 0;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

.page-footer {
  padding-top: 20px;
  background-color: #ee6e73;
}
.page-footer .footer-copyright {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px 0px;
  overflow: hidden;
  background-color: rgba(51, 51, 51, .08);
  color: rgba(255, 255, 255, .8);
}

table,
th,
td {
  border: none;
}

table {
  display: table;
  width: 100%;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

thead {
  border-bottom: 1px solid #d0d0d0;
}

td,
th {
  display: table-cell;
  padding: 15px 5px;
  border-radius: 2px;
  text-align: left;
  vertical-align: middle;
}

@media only screen and (max-width : 992px) {
  table.responsive-table {
    display: block;
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: "\a0";
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\a0";
  }
  table.responsive-table tbody {
    display: block;
    position: relative;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered td {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered tr {
    border: 0;
  }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}
.collection {
  position: relative;
  margin: .5rem 0 1rem 0;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.collection .collection-item {
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  line-height: 1.5rem;
}
.collection .collection-item.avatar {
  position: relative;
  min-height: 84px;
  padding-left: 72px;
}
.collection .collection-item.avatar .circle {
  display: inline-block;
  position: absolute;
  left: 15px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  background-color: #999;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  color: #26a69a;
  transition: .25s;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  margin: .5rem 0 1rem 0;
  overflow: hidden;
  border-radius: 2px;
  background-color: #acece6;
}
.progress .determinate {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
  content: "";
  will-change: left, right;
}
.progress .indeterminate:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
  animation-delay: 1.15s;
  content: "";
  will-change: left, right;
}

@keyframes indeterminate {
  0% {
    right: 100%;
    left: -35%;
  }
  60% {
    right: -90%;
    left: 100%;
  }
  100% {
    right: -90%;
    left: 100%;
  }
}
@keyframes indeterminate-short {
  0% {
    right: 100%;
    left: -200%;
  }
  60% {
    right: -8%;
    left: 107%;
  }
  100% {
    right: -8%;
    left: 107%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}
.left-align--forced {
  text-align: left !important;
}

.right-align {
  text-align: right;
}
.right-align--forced {
  text-align: right !important;
}

.center,
.center-align {
  text-align: center;
}
.center--forced,
.center-align--forced {
  text-align: center !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select,
input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.circle {
  border-radius: 50%;
}

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

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

.no-padding {
  padding: 0 !important;
}

span.badge {
  box-sizing: border-box;
  min-width: 3rem;
  height: 22px;
  margin-left: 14px;
  padding: 0 6px;
  float: right;
  color: #757575;
  font-size: 1rem;
  line-height: 22px;
  text-align: center;
}
span.badge.new {
  border-radius: 2px;
  background-color: #26a69a;
  color: #fff;
  font-size: .8rem;
  font-weight: 300;
}
span.badge.new:after {
  content: " new";
}
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

nav ul a span.badge {
  display: inline-block;
  height: 22px;
  margin-left: 4px;
  float: none;
  line-height: 22px;
}

.collection-item span.badge {
  margin-top: calc(.75rem - 11px);
}

.collapsible span.badge {
  margin-top: calc(1.5rem - 11px);
}

.side-nav span.badge {
  margin-top: calc(24px - 11px);
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  font-feature-settings: "liga";
  text-rendering: optimizeLegibility;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (min-width : 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width : 993px) {
  .container {
    width: 70%;
  }
}
.container .row {
  margin-right: -.75rem;
  margin-left: -.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.row:after {
  display: table;
  clear: both;
  content: "";
}
.row .col {
  box-sizing: border-box;
  min-height: 1px;
  padding: 0 .75rem;
  float: left;
}
.row .col[class*=push-],
.row .col[class*=pull-] {
  position: relative;
}
.row .col.s1,
.row .col.m1,
.row .col.l1,
.row .col.xl1 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s2,
.row .col.m2,
.row .col.l2,
.row .col.xl2 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s3,
.row .col.m3,
.row .col.l3,
.row .col.xl3 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s4,
.row .col.m4,
.row .col.l4,
.row .col.xl4 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s5,
.row .col.m5,
.row .col.l5,
.row .col.xl5 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s6,
.row .col.m6,
.row .col.l6,
.row .col.xl6 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s7,
.row .col.m7,
.row .col.l7,
.row .col.xl7 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s8,
.row .col.m8,
.row .col.l8,
.row .col.xl8 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s9,
.row .col.m9,
.row .col.l9,
.row .col.xl9 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s10,
.row .col.m10,
.row .col.l10,
.row .col.xl10 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s11,
.row .col.m11,
.row .col.l11,
.row .col.xl11 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s12,
.row .col.m12,
.row .col.l12,
.row .col.xl12 {
  right: auto;
  left: auto;
  margin-left: auto;
}
.row .col.s1 {
  width: 8.3333333333%;
}
.row .col.s2 {
  width: 16.6666666667%;
}
.row .col.s3 {
  width: 25%;
}
.row .col.s4 {
  width: 33.3333333333%;
}
.row .col.s5 {
  width: 41.6666666667%;
}
.row .col.s6 {
  width: 50%;
}
.row .col.s7 {
  width: 58.3333333333%;
}
.row .col.s8 {
  width: 66.6666666667%;
}
.row .col.s9 {
  width: 75%;
}
.row .col.s10 {
  width: 83.3333333333%;
}
.row .col.s11 {
  width: 91.6666666667%;
}
.row .col.s12 {
  width: 100%;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
  }
  .row .col.m2 {
    width: 16.6666666667%;
  }
  .row .col.m3 {
    width: 25%;
  }
  .row .col.m4 {
    width: 33.3333333333%;
  }
  .row .col.m5 {
    width: 41.6666666667%;
  }
  .row .col.m6 {
    width: 50%;
  }
  .row .col.m7 {
    width: 58.3333333333%;
  }
  .row .col.m8 {
    width: 66.6666666667%;
  }
  .row .col.m9 {
    width: 75%;
  }
  .row .col.m10 {
    width: 83.3333333333%;
  }
  .row .col.m11 {
    width: 91.6666666667%;
  }
  .row .col.m12 {
    width: 100%;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
  }
  .row .col.l2 {
    width: 16.6666666667%;
  }
  .row .col.l3 {
    width: 25%;
  }
  .row .col.l4 {
    width: 33.3333333333%;
  }
  .row .col.l5 {
    width: 41.6666666667%;
  }
  .row .col.l6 {
    width: 50%;
  }
  .row .col.l7 {
    width: 58.3333333333%;
  }
  .row .col.l8 {
    width: 66.6666666667%;
  }
  .row .col.l9 {
    width: 75%;
  }
  .row .col.l10 {
    width: 83.3333333333%;
  }
  .row .col.l11 {
    width: 91.6666666667%;
  }
  .row .col.l12 {
    width: 100%;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
  }
  .row .col.xl3 {
    width: 25%;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
  }
  .row .col.xl6 {
    width: 50%;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
  }
  .row .col.xl9 {
    width: 75%;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
  }
  .row .col.xl12 {
    width: 100%;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

nav {
  width: 100%;
  height: 56px;
  background-color: #ee6e73;
  color: #fff;
  line-height: 56px;
}
nav.nav-extended {
  height: auto;
}
nav.nav-extended .nav-wrapper {
  height: auto;
  min-height: 56px;
}
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}
nav a {
  color: #fff;
}
nav i,
nav [class^=mdi-],
nav [class*=mdi-],
nav i.material-icons {
  display: block;
  height: 56px;
  font-size: 24px;
  line-height: 56px;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width : 993px) {
  nav a.button-collapse {
    display: none;
  }
}
nav .button-collapse {
  z-index: 1;
  position: relative;
  height: 56px;
  margin: 0 18px;
  float: left;
}
nav .button-collapse i {
  height: 56px;
  line-height: 56px;
}
nav .brand-logo {
  display: inline-block;
  position: absolute;
  padding: 0;
  color: #fff;
  font-size: 2.1rem;
  white-space: nowrap;
}
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width : 992px) {
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  nav .brand-logo.left,
  nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  nav .brand-logo.left {
    left: .5rem;
  }
  nav .brand-logo.right {
    right: .5rem;
    left: auto;
  }
}
nav .brand-logo.right {
  right: .5rem;
  padding: 0;
}
nav .brand-logo i,
nav .brand-logo [class^=mdi-],
nav .brand-logo [class*=mdi-],
nav .brand-logo i.material-icons {
  margin-right: 15px;
  float: left;
}
nav .nav-title {
  display: inline-block;
  padding: 28px 0;
  font-size: 32px;
}
nav ul {
  margin: 0;
}
nav ul li {
  padding: 0;
  float: left;
  transition: background-color .3s;
}
nav ul li.active {
  background-color: rgba(0, 0, 0, .1);
}
nav ul a {
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color .3s;
}
nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
  margin-top: -2px;
  margin-right: 15px;
  margin-left: 15px;
}
nav ul a.btn > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, .1);
}
nav ul.left {
  float: left;
}
nav form {
  height: 100%;
}
nav .input-field {
  height: 100%;
  margin: 0;
}
nav .input-field input {
  height: 100%;
  padding-left: 2rem;
  border: none;
  font-size: 1.2rem;
}
nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field label {
  top: 0;
  left: 0;
}
nav .input-field label i {
  color: rgba(255, 255, 255, .7);
  transition: color .3s;
}
nav .input-field label.active i {
  color: #fff;
}

.navbar-fixed {
  z-index: 997;
  position: relative;
  height: 56px;
}
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width : 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  nav,
  nav .nav-wrapper i,
  nav a.button-collapse,
  nav a.button-collapse i {
    height: 64px;
    line-height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}
@font-face {
  src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot");
  src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 200;
}
@font-face {
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot");
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 300;
}
@font-face {
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.eot");
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 400;
}
@font-face {
  src: url("../fonts/roboto/Roboto-Medium.eot");
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 500;
}
@font-face {
  src: url("../fonts/roboto/Roboto-Bold.eot");
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-family: "Roboto";
  font-weight: 700;
}
a {
  text-decoration: none;
}

html {
  color: rgba(0, 0, 0, .87);
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
}

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

h1 {
  margin: 2.1rem 0 1.68rem 0;
  font-size: 4.2rem;
  line-height: 110%;
}

h2 {
  margin: 1.78rem 0 1.424rem 0;
  font-size: 3.56rem;
  line-height: 110%;
}

h3 {
  margin: 1.46rem 0 1.168rem 0;
  font-size: 2.92rem;
  line-height: 110%;
}

h4 {
  margin: 1.14rem 0 .912rem 0;
  font-size: 2.28rem;
  line-height: 110%;
}

h5 {
  margin: .82rem 0 .656rem 0;
  font-size: 1.64rem;
  line-height: 110%;
}

h6 {
  margin: .5rem 0 .4rem 0;
  font-size: 1rem;
  line-height: 110%;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light,
.page-footer .footer-copyright {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

.flow-text {
  font-weight: 300;
}
@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

.scale-transition {
  transition: transform .3s cubic-bezier(.53, .01, .36, 1.63) !important;
}
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}
.scale-transition.scale-in {
  transform: scale(1);
}

.card-panel {
  margin: .5rem 0 1rem 0;
  padding: 24px;
  border-radius: 2px;
  background-color: #fff;
  transition: box-shadow .25s;
}

.card {
  position: relative;
  margin: .5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
  transition: box-shadow .25s;
}
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}
.card .card-title.activator {
  cursor: pointer;
}
.card.small,
.card.medium,
.card.large {
  position: relative;
}
.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
  max-height: 40%;
}
.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.card.small {
  height: 300px;
}
.card.medium {
  height: 400px;
}
.card.large {
  height: 500px;
}
.card.horizontal {
  display: flex;
}
.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
  height: 100%;
}
.card.horizontal .card-image {
  max-width: 50%;
}
.card.horizontal .card-image img {
  width: auto;
  max-width: 100%;
  border-radius: 2px 0 0 2px;
}
.card.horizontal .card-stacked {
  display: flex;
  position: relative;
  flex: 1;
  flex-direction: column;
}
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}
.card.sticky-action .card-action {
  z-index: 2;
}
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 2px 2px 0 0;
}
.card .card-image .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
  color: #fff;
}
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-content .card-title {
  display: block;
  margin-bottom: 8px;
  line-height: 32px;
}
.card .card-content .card-title i {
  line-height: 32px;
}
.card .card-action {
  position: relative;
  padding: 16px 24px;
  border-top: 1px solid rgba(160, 160, 160, .2);
  background-color: inherit;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  margin-right: 24px;
  color: #ffab40;
  text-transform: uppercase;
  transition: color .3s ease;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}
.card .card-reveal {
  display: none;
  z-index: 3;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  overflow-y: auto;
  background-color: #fff;
}
.card .card-reveal .card-title {
  display: block;
  cursor: pointer;
}

#toast-container {
  display: block;
  z-index: 10000;
  position: fixed;
}
@media only screen and (max-width : 600px) {
  #toast-container {
    bottom: 0%;
    min-width: 100%;
  }
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  #toast-container {
    bottom: 7%;
    left: 5%;
    max-width: 90%;
  }
}
@media only screen and (min-width : 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

.toast {
  display: flex;
  position: relative;
  top: 35px;
  align-items: center;
  justify-content: space-between;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  margin-top: 10px;
  padding: 10px 25px;
  clear: both;
  border-radius: 2px;
  background-color: #323232;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5em;
  word-break: break-all;
}
.toast .btn,
.toast .btn-large,
.toast .btn-flat {
  margin: 0;
  margin-left: 3rem;
}
.toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width : 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width : 601px) and (max-width : 992px) {
  .toast {
    float: left;
  }
}
@media only screen and (min-width : 993px) {
  .toast {
    float: right;
  }
}

.tabs {
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #fff;
  white-space: nowrap;
}
.tabs.tabs-transparent {
  background-color: transparent;
}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, .7);
}
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}
.tabs.tabs-fixed-width {
  display: flex;
}
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}
.tabs .tab {
  display: inline-block;
  height: 48px;
  margin: 0;
  padding: 0;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}
.tabs .tab a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  overflow: hidden;
  color: rgba(238, 110, 115, .7);
  font-size: 14px;
  text-overflow: ellipsis;
  transition: color .28s ease;
}
.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, .7);
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width : 992px) {
  .tabs {
    display: flex;
  }
  .tabs .tab {
    flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}
.material-tooltip {
  visibility: hidden;
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  max-width: calc(100% - 4px);
  min-height: 36px;
  padding: 10px 8px;
  overflow: hidden;
  border-radius: 2px;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  line-height: 120%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

.backdrop {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  width: 14px;
  height: 7px;
  transform-origin: 50% 0%;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  opacity: 0;
}

.btn,
.btn-large,
.btn-flat {
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  height: 36px;
  padding: 0 2rem;
  border: none;
  border-radius: 2px;
  line-height: 36px;
  text-transform: uppercase;
  vertical-align: middle;
}

.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  background-color: #dfdfdf !important;
  box-shadow: none;
  color: #9f9f9f !important;
  cursor: default;
  pointer-events: none;
}
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #dfdfdf !important;
  color: #9f9f9f !important;
}

.btn,
.btn-large,
.btn-floating,
.btn-flat {
  outline: 0;
}
.btn i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn:focus,
.btn-large:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

.btn,
.btn-large {
  background-color: #26a69a;
  color: #fff;
  letter-spacing: .5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: .2s ease-out;
}
.btn:hover,
.btn-large:hover {
  background-color: #2bbbad;
}

.btn-floating {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: #26a69a;
  color: #fff;
  line-height: 40px;
  vertical-align: middle;
  cursor: pointer;
  transition: .3s;
}
.btn-floating:hover {
  background-color: #26a69a;
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
}
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}
.btn-floating.btn-large i {
  line-height: 56px;
}
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}
.btn-floating i {
  display: inline-block;
  width: inherit;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  z-index: 998;
  position: fixed;
  right: 23px;
  bottom: 23px;
  margin-bottom: 0;
  padding-top: 15px;
}
.fixed-action-btn.active ul {
  visibility: visible;
}
.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}
.fixed-action-btn.horizontal ul {
  top: 50%;
  right: 64px;
  left: auto;
  width: 500px; /*width 100% only goes to width of button container */
  height: 100%;
  transform: translateY(-50%);
  text-align: right;
}
.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}
.fixed-action-btn.toolbar {
  height: 56px;
  padding: 0;
}
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
}
.fixed-action-btn.toolbar ul li {
  display: inline-block;
  flex: 1;
  height: 100%;
  margin: 0;
  transition: none;
}
.fixed-action-btn.toolbar ul li a {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
}
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}
.fixed-action-btn ul {
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 64px;
  left: 0;
  margin: 0;
  text-align: center;
}
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.fixed-action-btn .fab-backdrop {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  transform: scale(0);
  border-radius: 50%;
  background-color: #26a69a;
}

.btn-flat {
  background-color: transparent;
  box-shadow: none;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}
.btn-flat:focus,
.btn-flat:active {
  background-color: transparent;
}
.btn-flat:focus,
.btn-flat:hover {
  background-color: rgba(0, 0, 0, .1);
  box-shadow: none;
}
.btn-flat:active {
  background-color: rgba(0, 0, 0, .2);
}
.btn-flat.disabled {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
}
.btn-large i {
  font-size: 1.6rem;
}

.btn-block {
  display: block;
}

.dropdown-content {
  display: none;
  z-index: 999;
  position: absolute;
  min-width: 100px;
  max-height: 650px;
  margin: 0;
  overflow-y: auto;
  background-color: #fff;
  opacity: 0;
  will-change: width, height;
}
.dropdown-content li {
  width: 100%;
  min-height: 50px;
  clear: both;
  color: rgba(0, 0, 0, .87);
  line-height: 1.5rem;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}
.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li.selected {
  background-color: #eee;
}
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}
.dropdown-content li.divider {
  height: 1px;
  min-height: 0;
}
.dropdown-content li > a,
.dropdown-content li > span {
  display: block;
  padding: 14px 16px;
  color: #26a69a;
  font-size: 16px;
  line-height: 22px;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content li > a > i {
  width: 24px;
  height: inherit;
  margin: 0 24px 0 0;
  float: left;
  line-height: inherit;
}

.input-field.col .dropdown-content [type=checkbox] + label {
  top: 1px;
  left: 0;
  height: 18px;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  z-index: 1;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  transition: .3s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.waves-effect .waves-ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(0, 0, 0, .2);
  opacity: 0;
  pointer-events: none;
  transition: all .7s ease-out;
  transition-property: transform, opacity;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, .45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, .7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, .7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, .7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, .7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, .7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, .7);
}
.waves-effect input[type=button],
.waves-effect input[type=reset],
.waves-effect input[type=submit] {
  border: 0;
  background: none;
  font-size: inherit;
  font-style: normal;
  text-transform: inherit;
}
.waves-effect img {
  z-index: -1;
  position: relative;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  transform: translateZ(0);
}

.waves-input-wrapper {
  border-radius: .2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
}

.waves-circle {
  -webkit-mask-image: none;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  line-height: 2.5em;
  text-align: center;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.modal {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  width: 55%;
  max-height: 70%;
  margin: auto;
  padding: 0;
  overflow-y: auto;
  border-radius: 2px;
  background-color: #fafafa;
  will-change: top, opacity;
}
@media only screen and (max-width : 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  width: 100%;
  height: 56px;
  padding: 4px 6px;
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
  margin: 6px 0;
  float: right;
}

.modal-overlay {
  display: none;
  z-index: 999;
  position: fixed;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 125%;
  background: #000;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  height: 70%;
  padding: 0;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  width: 100%;
  height: calc(100% - 56px);
  max-height: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  width: 100%;
  max-height: 45%;
  margin: 0;
  border-radius: 0;
  will-change: bottom, opacity;
}

.collapsible {
  margin: .5rem 0 1rem 0;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.collapsible-header {
  display: block;
  min-height: 3rem;
  padding: 0 1rem;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  line-height: 3rem;
  cursor: pointer;
}
.collapsible-header i {
  display: block;
  width: 2rem;
  margin-right: 1rem;
  float: left;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}

.collapsible-body {
  box-sizing: border-box;
  display: none;
  padding: 2rem;
  border-bottom: 1px solid #ddd;
}

.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  height: inherit;
  padding: 0 16px;
  border: none;
  background-color: transparent;
  line-height: inherit;
}
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, .05);
}
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  margin: 0 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  transition: margin .35s cubic-bezier(.25, .46, .45, .94);
}
.collapsible.popout > li.active {
  margin: 16px 0;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.chip {
  display: inline-block;
  height: 32px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, .6);
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
}
.chip img {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 -12px;
  float: left;
  border-radius: 50%;
}
.chip .close {
  padding-left: 8px;
  float: right;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
}

.chips {
  min-height: 45px;
  margin: 0 0 20px 0;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  box-shadow: none;
  transition: all .3s;
}
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
.chips:hover {
  cursor: text;
}
.chips .chip.selected {
  background-color: #26a69a;
  color: #fff;
}
.chips .input {
  display: inline-block;
  width: 120px !important;
  height: 3rem;
  margin: 0;
  padding: 0 !important;
  border: 0;
  outline: 0;
  background: none;
  color: rgba(0, 0, 0, .6);
  font-size: 1rem;
  line-height: 32px;
}
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.chips .autocomplete-content {
  margin-top: 0;
}

.prefix ~ .chips {
  width: 92%;
  width: calc(100% - 3rem);
  margin-left: 3rem;
}

.chips:empty ~ label {
  transform: translateY(-140%);
  font-size: .8rem;
}

.materialboxed {
  -webkit-backface-visibility: hidden;
  display: block;
  position: relative;
  cursor: zoom-in;
  transition: opacity .4s;
}
.materialboxed:hover:not(.active) {
  opacity: .8;
}
.materialboxed.active {
  cursor: zoom-out;
}

#materialbox-overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  will-change: opacity;
}

.materialbox-caption {
  -webkit-font-smoothing: antialiased;
  display: none;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0% 15%;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  outline: none;
  background-color: #2ab7a9;
}

label {
  color: #9e9e9e;
  font-size: .8rem;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  box-sizing: content-box;
  width: 100%;
  height: 3rem;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 1rem;
  transition: all .3s;
}
input:not([type]):disabled,
input:not([type])[readonly=readonly],
input[type=text]:disabled,
input[type=text][readonly=readonly],
input[type=password]:disabled,
input[type=password][readonly=readonly],
input[type=email]:disabled,
input[type=email][readonly=readonly],
input[type=url]:disabled,
input[type=url][readonly=readonly],
input[type=time]:disabled,
input[type=time][readonly=readonly],
input[type=date]:disabled,
input[type=date][readonly=readonly],
input[type=datetime]:disabled,
input[type=datetime][readonly=readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly=readonly],
input[type=tel]:disabled,
input[type=tel][readonly=readonly],
input[type=number]:disabled,
input[type=number][readonly=readonly],
input[type=search]:disabled,
input[type=search][readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
  border-bottom: 1px dotted rgba(0, 0, 0, .26);
  color: rgba(0, 0, 0, .26);
}
input:not([type]):disabled + label,
input:not([type])[readonly=readonly] + label,
input[type=text]:disabled + label,
input[type=text][readonly=readonly] + label,
input[type=password]:disabled + label,
input[type=password][readonly=readonly] + label,
input[type=email]:disabled + label,
input[type=email][readonly=readonly] + label,
input[type=url]:disabled + label,
input[type=url][readonly=readonly] + label,
input[type=time]:disabled + label,
input[type=time][readonly=readonly] + label,
input[type=date]:disabled + label,
input[type=date][readonly=readonly] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly=readonly] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly=readonly] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly=readonly] + label,
input[type=number]:disabled + label,
input[type=number][readonly=readonly] + label,
input[type=search]:disabled + label,
input[type=search][readonly=readonly] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, .26);
}
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}
input:not([type]).valid,
input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4caf50;
  box-shadow: 0 1px 0 0 #4caf50;
}
input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  color: #4caf50;
  content: attr(data-success);
  opacity: 1;
}
input:not([type]).invalid,
input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}
input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  color: #f44336;
  content: attr(data-error);
  opacity: 1;
}
input:not([type]).validate + label,
input[type=text].validate + label,
input[type=password].validate + label,
input[type=email].validate + label,
input[type=url].validate + label,
input[type=time].validate + label,
input[type=date].validate + label,
input[type=datetime].validate + label,
input[type=datetime-local].validate + label,
input[type=tel].validate + label,
input[type=number].validate + label,
input[type=search].validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
  pointer-events: none;
}
input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  position: absolute;
  top: 60px;
  content: "";
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
}
.input-field.inline {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: .75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field label {
  position: absolute;
  top: .8rem;
  left: 0;
  color: #9e9e9e;
  font-size: 1rem;
  cursor: text;
  transition: .2s ease-out;
}
.input-field label:not(.label-icon).active {
  transform: translateY(-140%);
  font-size: .8rem;
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}
.input-field .prefix.active {
  color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  width: 92%;
  width: calc(100% - 3rem);
  margin-left: 3rem;
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width : 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width : 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  width: calc(100% - 4rem);
  padding-left: 4rem;
  line-height: inherit;
}
.input-field input[type=search]:focus {
  border: 0;
  background-color: #fff;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}
.input-field input[type=search] + label {
  left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  font-size: 2rem;
  cursor: pointer;
  transition: .3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  min-height: 3rem;
  padding: .8rem 0 1.6rem 0; /* prevents text jump on Enter keypress */
  overflow-y: hidden; /* prevents scroll bar flash */
  resize: none;
}

.hiddendiv {
  word-wrap: break-word;
  display: none;
  padding-top: 1.2rem; /* prevents text jump on Enter keypress */
  white-space: pre-wrap;
  overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
}

/* Autocomplete */
.autocomplete-content {
  display: block;
  position: static;
  margin-top: -20px;
  opacity: 1;
}
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  width: 40px;
  height: 40px;
  margin: 5px 15px;
}

/* Radio Buttons
   ========================================================================== */
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  display: inline-block;
  position: relative;
  height: 25px;
  padding-left: 35px;
  font-size: 1rem;
  line-height: 25px;
  cursor: pointer;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

[type=radio] + label:before,
[type=radio] + label:after {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 4px;
  content: "";
  transition: .28s ease;
}

/* Unchecked styles */
[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + label:before,
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border-radius: 50%;
}

[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

[type=radio]:not(:checked) + label:after {
  transform: scale(0);
}

/* Checked styles */
[type=radio]:checked + label:before {
  border: 2px solid transparent;
}

[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border: 2px solid #26a69a;
}

[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:after {
  background-color: #26a69a;
}

[type=radio]:checked + label:after {
  transform: scale(1.02);
}

/* Radio With gap */
[type=radio].with-gap:checked + label:after {
  transform: scale(.5);
}

/* Focused styles */
[type=radio].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
}

/* Disabled Radio With gap */
[type=radio].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, .26);
}

[type=radio].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, .26);
}

/* Disabled style */
[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:checked + label:before {
  border-color: rgba(0, 0, 0, .26);
  background-color: transparent;
}

[type=radio]:disabled + label {
  color: rgba(0, 0, 0, .26);
  cursor: default;
}

[type=radio]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, .26);
}

[type=radio]:disabled:checked + label:after {
  border-color: #bdbdbd;
  background-color: rgba(0, 0, 0, .26);
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left;
}

form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type=checkbox] {
  /* checkbox aspect */
}
[type=checkbox]:disabled + label {
  color: rgba(0, 0, 0, .26);
  cursor: default;
}
[type=checkbox] + label {
  display: inline-block;
  position: relative;
  height: 23px;
  padding-left: 35px;
  font-size: 1rem;
  line-height: 23px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
[type=checkbox] + label:before,
[type=checkbox]:not(.filled-in) + label:after {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  content: "";
  transition: .2s;
}
[type=checkbox]:not(.filled-in) + label:after {
  transform: scale(0);
  border: 0;
}
[type=checkbox]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, .26);
}
[type=checkbox].tabbed:focus + label:after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
}

[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  transform: rotate(40deg);
  transform-origin: 100% 100%;
  border-top: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  border-left: 2px solid transparent;
  backface-visibility: hidden;
}
[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, .26);
  border-bottom: 2px solid rgba(0, 0, 0, .26);
}

/* Indeterminate checkbox */
[type=checkbox]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  border-top: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  border-left: none;
  backface-visibility: hidden;
}
[type=checkbox]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, .26);
  background-color: transparent;
}

[type=checkbox].filled-in + label:after {
  border-radius: 2px;
}
[type=checkbox].filled-in + label:before,
[type=checkbox].filled-in + label:after {
  z-index: 1;
  position: absolute;
  left: 0;
  content: "";
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
}
[type=checkbox].filled-in:not(:checked) + label:before {
  top: 10px;
  left: 6px;
  width: 0;
  height: 0;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
  border: 3px solid transparent;
}
[type=checkbox].filled-in:not(:checked) + label:after {
  z-index: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #5a5a5a;
  background-color: transparent;
}
[type=checkbox].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
  border-top: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid transparent;
}
[type=checkbox].filled-in:checked + label:after {
  z-index: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
}
[type=checkbox].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, .1);
}
[type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  border-color: #26a69a;
  background-color: #26a69a;
}
[type=checkbox].filled-in:disabled:not(:checked) + label:before {
  border: 2px solid transparent;
  background-color: transparent;
}
[type=checkbox].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #bdbdbd;
}
[type=checkbox].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
[type=checkbox].filled-in:disabled:checked + label:after {
  border-color: #bdbdbd;
  background-color: #bdbdbd;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:after {
  left: 24px;
  background-color: #26a69a;
}

.switch label .lever {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  margin: 0 16px;
  margin-right: 10px;
  border-radius: 15px;
  background-color: #818181;
  vertical-align: middle;
  content: "";
  transition: background .3s ease;
}
.switch label .lever:after {
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -5px;
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background-color: #f1f1f1;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
  content: "";
  transition: left .3s ease, background .3s ease, box-shadow .1s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(38, 166, 154, .1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #bdbdbd;
}

/* Select Field
   ========================================================================== */
select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  width: 100%;
  height: 3rem;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, .9);
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}
.select-wrapper input.select-dropdown {
  display: block;
  position: relative;
  width: 100%;
  height: 3rem;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  background-color: transparent;
  font-size: 1rem;
  line-height: 3rem;
  cursor: pointer;
}
.select-wrapper span.caret {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  color: initial;
  font-size: 10px;
  line-height: 10px;
}
.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, .26);
}
.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: .8rem;
}

select:disabled {
  color: rgba(0, 0, 0, .3);
}

.select-wrapper input.select-dropdown:disabled {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  color: rgba(0, 0, 0, .3);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, .3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  background-color: transparent;
  color: rgba(0, 0, 0, .3);
}

.prefix ~ .select-wrapper {
  width: 92%;
  width: calc(100% - 3rem);
  margin-left: 3rem;
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  width: 40px;
  height: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, .7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, .4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  padding-left: 10px;
  overflow: hidden;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn,
.file-field .btn-large {
  height: 3rem;
  float: left;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  width: 0;
  height: 0;
  margin-left: -6px;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  border: none;
  border-radius: 50%;
  background-color: #26a69a;
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  transform: rotate(45deg);
  color: #26a69a;
  font-size: 0;
  text-align: center;
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  margin-top: 8px;
  margin-left: -1px;
  color: #fff;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  border: none;
  background: #c2c0c2;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  margin: -5px 0 0 0;
  transform-origin: 50% 50%;
  border: none;
  border-radius: 50%;
  background-color: #26a69a;
  -webkit-transition: .3s;
  transition: .3s;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  border: none;
  background: #ddd;
}

input[type=range]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  border: none;
  border-radius: 50%;
  background: #26a69a;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
  background: #ccc;
}

input[type=range]::-ms-track {
  height: 3px;
  border-width: 6px 0;
  border-color: transparent;
  background: transparent;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background: #26a69a;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

/***************
    Nav List
***************/
.table-of-contents.fixed {
  position: fixed;
}
.table-of-contents li {
  padding: 2px 0;
}
.table-of-contents a {
  display: inline-block;
  display: inline-block;
  height: 1.5rem;
  padding-left: 20px;
  color: #757575;
  font-weight: 300;
  letter-spacing: .4;
  line-height: 1.5rem;
}
.table-of-contents a:hover {
  padding-left: 19px;
  border-left: 1px solid #ee6e73;
  color: #a8a8a8;
}
.table-of-contents a.active {
  padding-left: 18px;
  border-left: 2px solid #ee6e73;
  font-weight: 500;
}

.side-nav {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  margin: 0;
  padding-bottom: 60px;
  overflow-y: auto;
  transform: translateX(-100%);
  transform: translateX(-105%);
  backface-visibility: hidden;
  background-color: #fff;
  will-change: transform;
}
.side-nav.right-aligned {
  right: 0;
  left: auto;
  transform: translateX(105%);
  transform: translateX(100%);
}
.side-nav .collapsible {
  margin: 0;
}
.side-nav li {
  float: none;
  line-height: 48px;
}
.side-nav li.active {
  background-color: rgba(0, 0, 0, .05);
}
.side-nav li > a {
  display: block;
  height: 48px;
  padding: 0 32px;
  color: rgba(0, 0, 0, .87);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.side-nav li > a:hover {
  background-color: rgba(0, 0, 0, .05);
}
.side-nav li > a.btn,
.side-nav li > a.btn-large,
.side-nav li > a.btn-flat,
.side-nav li > a.btn-floating {
  margin: 10px 15px;
}
.side-nav li > a.btn,
.side-nav li > a.btn-large,
.side-nav li > a.btn-floating {
  color: #fff;
}
.side-nav li > a.btn-flat {
  color: #343434;
}
.side-nav li > a.btn:hover,
.side-nav li > a.btn-large:hover {
  background-color: #2bbbad;
}
.side-nav li > a.btn-floating:hover {
  background-color: #26a69a;
}
.side-nav li > a > i,
.side-nav li > a > [class^=mdi-],
.side-nav li > a li > a > [class*=mdi-],
.side-nav li > a > i.material-icons {
  width: 24px;
  height: 48px;
  margin: 0 32px 0 0;
  float: left;
  color: rgba(0, 0, 0, .54);
  line-height: 48px;
}
.side-nav .divider {
  margin: 8px 0 0 0;
}
.side-nav .subheader {
  color: rgba(0, 0, 0, .54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  cursor: initial;
  pointer-events: none;
}
.side-nav .subheader:hover {
  background-color: transparent;
}
.side-nav .userView {
  position: relative;
  margin-bottom: 8px;
  padding: 32px 32px 0;
}
.side-nav .userView > a {
  height: auto;
  padding: 0;
}
.side-nav .userView > a:hover {
  background-color: transparent;
}
.side-nav .userView .background {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
  display: block;
}
.side-nav .userView .circle {
  width: 64px;
  height: 64px;
}
.side-nav .userView .name,
.side-nav .userView .email {
  font-size: 14px;
  line-height: 24px;
}
.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}
.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.drag-target {
  z-index: 998;
  position: fixed;
  top: 0;
  width: 10px;
  height: 100%;
}

.side-nav.fixed {
  position: fixed;
  left: 0;
  transform: translateX(0);
}
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
  .side-nav.fixed {
    transform: translateX(-105%);
  }
  .side-nav.fixed.right-aligned {
    transform: translateX(105%);
  }
  .side-nav a {
    padding: 0 16px;
  }
  .side-nav .userView {
    padding: 16px 16px 0;
  }
}
.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}
.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

.side-nav .collapsible-body {
  padding: 0;
}

#sidenav-overlay {
  z-index: 997;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, .5);
  will-change: opacity;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
.preloader-wrapper.exsmall {
  width: 20px;
  height: 20px;
}
.preloader-wrapper.exsmall .circle-clipper .circle {
  border-width: 3px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.small .circle-clipper .circle {
  border-width: 4px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.big .circle-clipper .circle {
  border-width: 6px;
}
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  animation: container-rotate 1568ms linear infinite;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #26a69a;
  opacity: 0;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
  /* durations: 4 * ARCTIME */
  opacity: 1;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  } /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  } /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  } /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  } /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  } /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  } /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  } /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  } /* 4   * ARCSIZE */
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  left: -450%;
  width: 1000%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 100%;
  border-width: 5px; /* STROKEWIDTH */
  border-style: solid;
  border-radius: 50%;
  border-color: inherit;
  border-bottom-color: transparent !important;
  animation: none;
}
.circle-clipper.left .circle {
  left: 0;
  transform: rotate(129deg);
  border-right-color: transparent !important;
}
.circle-clipper.right .circle {
  left: -100%;
  transform: rotate(-129deg);
  border-left-color: transparent !important;
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(.4, 0, .2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slider {
  position: relative;
  width: 100%;
  height: 400px;
}
.slider.fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider.fullscreen ul.slides {
  height: 100%;
}
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
.slider .slides {
  height: 400px;
  margin: 0;
  background-color: #9e9e9e;
}
.slider .slides li {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  overflow: hidden;
  opacity: 0;
}
.slider .slides li img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.slider .slides li .caption {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  color: #fff;
  opacity: 0;
}
.slider .slides li .caption p {
  color: #e0e0e0;
}
.slider .slides li.active {
  z-index: 2;
}
.slider .indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  text-align: center;
}
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 12px;
  border-radius: 50%;
  background-color: #e0e0e0;
  cursor: pointer;
  transition: background-color .3s;
}
.slider .indicators .indicator-item.active {
  background-color: #4caf50;
}

.carousel {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  transform-origin: 0% 50%;
  transform-style: preserve-3d;
  perspective: 500px;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
  height: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
.carousel .carousel-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
}
.carousel .carousel-item img {
  width: 100%;
}
.carousel .indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  text-align: center;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 24px 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .5);
  cursor: pointer;
  transition: background-color .3s;
}
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

.tap-target-wrapper {
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  width: 800px;
  height: 800px;
  transition: visibility 0s .3s;
}

.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}
.tap-target-wrapper.open .tap-target {
  transform: scale(1);
  opacity: .95;
  transition: transform .3s cubic-bezier(.42, 0, .58, 1), opacity .3s cubic-bezier(.42, 0, .58, 1);
}
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  animation: pulse-animation 1s cubic-bezier(.24, 0, .38, 1) infinite;
  transition: opacity .3s, transform .3s, visibility 0s 1s;
}

.tap-target {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50%;
  background-color: #ee6e73;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .14), 0 10px 50px 0 rgba(0, 0, 0, .12), 0 30px 10px -20px rgba(0, 0, 0, .2);
  font-size: 1rem;
  opacity: 0;
  transition: transform .3s cubic-bezier(.42, 0, .58, 1), opacity .3s cubic-bezier(.42, 0, .58, 1);
}

@media only screen and (max-width: 600px) {
  .tap-target {
    width: 600px;
    height: 600px;
  }
}
.tap-target-content {
  display: table-cell;
  position: relative;
}

.tap-target-wave {
  z-index: 10001;
  position: absolute;
  border-radius: 50%;
}
.tap-target-wave::before,
.tap-target-wave::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.tap-target-wave::before {
  transform: scale(0);
  transition: transform .3s;
}
.tap-target-wave::after {
  visibility: hidden;
  z-index: -1;
  transition: opacity .3s, transform .3s, visibility 0s;
}

.tap-target-origin {
  z-index: 10002;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tap-target-origin:not(.btn):not(.btn-large),
.tap-target-origin:not(.btn):not(.btn-large):hover {
  background: none;
}

.pulse {
  overflow: initial;
}
.pulse::before {
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: inherit;
  animation: pulse-animation 1s cubic-bezier(.24, 0, .38, 1) infinite;
  content: "";
  transition: opacity .3s, transform .3s;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.red {
  background-color: #f44336;
}
.red.hoverable:hover {
  background-color: #f55a4e;
}
.red.color-50 {
  background-color: #ffebee;
}
.red.color-50.hoverable:hover {
  background-color: white;
}
.red.color-100 {
  background-color: #ffcdd2;
}
.red.color-100.hoverable:hover {
  background-color: #ffe7e9;
}
.red.color-200 {
  background-color: #ef9a9a;
}
.red.color-200.hoverable:hover {
  background-color: #f2b0b0;
}
.red.color-300 {
  background-color: #e57373;
}
.red.color-300.hoverable:hover {
  background-color: #e98989;
}
.red.color-400 {
  background-color: #ef5350;
}
.red.color-400.hoverable:hover {
  background-color: #f16a67;
}
.red.color-600 {
  background-color: #e53935;
}
.red.color-600.hoverable:hover {
  background-color: #e84f4c;
}
.red.color-700 {
  background-color: #d32f2f;
}
.red.color-700.hoverable:hover {
  background-color: #d74444;
}
.red.color-800 {
  background-color: #c62828;
}
.red.color-800.hoverable:hover {
  background-color: #d63232;
}
.red.color-900 {
  background-color: #b71c1c;
}
.red.color-900.hoverable:hover {
  background-color: #cd1f1f;
}
.red.color-a100 {
  background-color: #ff8a80;
}
.red.color-a100.hoverable:hover {
  background-color: #ffa19a;
}
.red.color-a200 {
  background-color: #ff5252;
}
.red.color-a200.hoverable:hover {
  background-color: #ff6c6c;
}
.red.color-a400 {
  background-color: #ff1744;
}
.red.color-a400.hoverable:hover {
  background-color: #ff3159;
}
.red.color-a700 {
  background-color: #d50000;
}
.red.color-a700.hoverable:hover {
  background-color: #ef0000;
}

.red-text {
  color: #f44336;
}
.red-text.color-50 {
  color: #ffebee;
}
.red-text.color-100 {
  color: #ffcdd2;
}
.red-text.color-200 {
  color: #ef9a9a;
}
.red-text.color-300 {
  color: #e57373;
}
.red-text.color-400 {
  color: #ef5350;
}
.red-text.color-600 {
  color: #e53935;
}
.red-text.color-700 {
  color: #d32f2f;
}
.red-text.color-800 {
  color: #c62828;
}
.red-text.color-900 {
  color: #b71c1c;
}
.red-text.color-a100 {
  color: #ff8a80;
}
.red-text.color-a200 {
  color: #ff5252;
}
.red-text.color-a400 {
  color: #ff1744;
}
.red-text.color-a700 {
  color: #d50000;
}

.pink {
  background-color: #e91e63;
}
.pink.hoverable:hover {
  background-color: #eb3573;
}
.pink.color-50 {
  background-color: #fce4ec;
}
.pink.color-50.hoverable:hover {
  background-color: #fffbfc;
}
.pink.color-100 {
  background-color: #f8bbd0;
}
.pink.color-100.hoverable:hover {
  background-color: #fad2e0;
}
.pink.color-200 {
  background-color: #f48fb1;
}
.pink.color-200.hoverable:hover {
  background-color: #f6a6c1;
}
.pink.color-300 {
  background-color: #f06292;
}
.pink.color-300.hoverable:hover {
  background-color: #f279a2;
}
.pink.color-400 {
  background-color: #ec407a;
}
.pink.color-400.hoverable:hover {
  background-color: #ee578a;
}
.pink.color-600 {
  background-color: #d81b60;
}
.pink.color-600.hoverable:hover {
  background-color: #e4286d;
}
.pink.color-700 {
  background-color: #c2185b;
}
.pink.color-700.hoverable:hover {
  background-color: #d91b66;
}
.pink.color-800 {
  background-color: #ad1457;
}
.pink.color-800.hoverable:hover {
  background-color: #c41762;
}
.pink.color-900 {
  background-color: #880e4f;
}
.pink.color-900.hoverable:hover {
  background-color: #9f105c;
}
.pink.color-a100 {
  background-color: #ff80ab;
}
.pink.color-a100.hoverable:hover {
  background-color: #ff9abc;
}
.pink.color-a200 {
  background-color: #ff4081;
}
.pink.color-a200.hoverable:hover {
  background-color: #ff5a92;
}
.pink.color-a400 {
  background-color: #f50057;
}
.pink.color-a400.hoverable:hover {
  background-color: #ff1065;
}
.pink.color-a700 {
  background-color: #c51162;
}
.pink.color-a700.hoverable:hover {
  background-color: #dc136e;
}

.pink-text {
  color: #e91e63;
}
.pink-text.color-50 {
  color: #fce4ec;
}
.pink-text.color-100 {
  color: #f8bbd0;
}
.pink-text.color-200 {
  color: #f48fb1;
}
.pink-text.color-300 {
  color: #f06292;
}
.pink-text.color-400 {
  color: #ec407a;
}
.pink-text.color-600 {
  color: #d81b60;
}
.pink-text.color-700 {
  color: #c2185b;
}
.pink-text.color-800 {
  color: #ad1457;
}
.pink-text.color-900 {
  color: #880e4f;
}
.pink-text.color-a100 {
  color: #ff80ab;
}
.pink-text.color-a200 {
  color: #ff4081;
}
.pink-text.color-a400 {
  color: #f50057;
}
.pink-text.color-a700 {
  color: #c51162;
}

.purple {
  background-color: #9c27b0;
}
.purple.hoverable:hover {
  background-color: #af2cc5;
}
.purple.color-50 {
  background-color: #f3e5f5;
}
.purple.color-50.hoverable:hover {
  background-color: #fcf7fc;
}
.purple.color-100 {
  background-color: #e1bee7;
}
.purple.color-100.hoverable:hover {
  background-color: #ead1ee;
}
.purple.color-200 {
  background-color: #ce93d8;
}
.purple.color-200.hoverable:hover {
  background-color: #d7a6df;
}
.purple.color-300 {
  background-color: #ba68c8;
}
.purple.color-300.hoverable:hover {
  background-color: #c37bcf;
}
.purple.color-400 {
  background-color: #ab47bc;
}
.purple.color-400.hoverable:hover {
  background-color: #b45ac3;
}
.purple.color-600 {
  background-color: #8e24aa;
}
.purple.color-600.hoverable:hover {
  background-color: #a028bf;
}
.purple.color-700 {
  background-color: #7b1fa2;
}
.purple.color-700.hoverable:hover {
  background-color: #8b23b7;
}
.purple.color-800 {
  background-color: #6a1b9a;
}
.purple.color-800.hoverable:hover {
  background-color: #791fb0;
}
.purple.color-900 {
  background-color: #4a148c;
}
.purple.color-900.hoverable:hover {
  background-color: #5617a2;
}
.purple.color-a100 {
  background-color: #ea80fc;
}
.purple.color-a100.hoverable:hover {
  background-color: #ee99fd;
}
.purple.color-a200 {
  background-color: #e040fb;
}
.purple.color-a200.hoverable:hover {
  background-color: #e459fc;
}
.purple.color-a400 {
  background-color: #d500f9;
}
.purple.color-a400.hoverable:hover {
  background-color: #dd14ff;
}
.purple.color-a700 {
  background-color: #a0f;
}
.purple.color-a700.hoverable:hover {
  background-color: #b31aff;
}

.purple-text {
  color: #9c27b0;
}
.purple-text.color-50 {
  color: #f3e5f5;
}
.purple-text.color-100 {
  color: #e1bee7;
}
.purple-text.color-200 {
  color: #ce93d8;
}
.purple-text.color-300 {
  color: #ba68c8;
}
.purple-text.color-400 {
  color: #ab47bc;
}
.purple-text.color-600 {
  color: #8e24aa;
}
.purple-text.color-700 {
  color: #7b1fa2;
}
.purple-text.color-800 {
  color: #6a1b9a;
}
.purple-text.color-900 {
  color: #4a148c;
}
.purple-text.color-a100 {
  color: #ea80fc;
}
.purple-text.color-a200 {
  color: #e040fb;
}
.purple-text.color-a400 {
  color: #d500f9;
}
.purple-text.color-a700 {
  color: #a0f;
}

.deeppurple {
  background-color: #673ab7;
}
.deeppurple.hoverable:hover {
  background-color: #7446c4;
}
.deeppurple.color-50 {
  background-color: #ede7f6;
}
.deeppurple.color-50.hoverable:hover {
  background-color: #fbfafd;
}
.deeppurple.color-100 {
  background-color: #d1c4e9;
}
.deeppurple.color-100.hoverable:hover {
  background-color: #dfd7f0;
}
.deeppurple.color-200 {
  background-color: #b39ddb;
}
.deeppurple.color-200.hoverable:hover {
  background-color: #c1b0e2;
}
.deeppurple.color-300 {
  background-color: #9575cd;
}
.deeppurple.color-300.hoverable:hover {
  background-color: #a388d4;
}
.deeppurple.color-400 {
  background-color: #7e57c2;
}
.deeppurple.color-400.hoverable:hover {
  background-color: #8c6ac9;
}
.deeppurple.color-600 {
  background-color: #5e35b1;
}
.deeppurple.color-600.hoverable:hover {
  background-color: #693bc4;
}
.deeppurple.color-700 {
  background-color: #512da8;
}
.deeppurple.color-700.hoverable:hover {
  background-color: #5b32bc;
}
.deeppurple.color-800 {
  background-color: #4527a0;
}
.deeppurple.color-800.hoverable:hover {
  background-color: #4e2cb5;
}
.deeppurple.color-900 {
  background-color: #311b92;
}
.deeppurple.color-900.hoverable:hover {
  background-color: #381fa8;
}
.deeppurple.color-a100 {
  background-color: #b388ff;
}
.deeppurple.color-a100.hoverable:hover {
  background-color: #c3a2ff;
}
.deeppurple.color-a200 {
  background-color: #7c4dff;
}
.deeppurple.color-a200.hoverable:hover {
  background-color: #8f67ff;
}
.deeppurple.color-a400 {
  background-color: #651fff;
}
.deeppurple.color-a400.hoverable:hover {
  background-color: #7739ff;
}
.deeppurple.color-a700 {
  background-color: #6200ea;
}
.deeppurple.color-a700.hoverable:hover {
  background-color: #6d05ff;
}

.deeppurple-text {
  color: #673ab7;
}
.deeppurple-text.color-50 {
  color: #ede7f6;
}
.deeppurple-text.color-100 {
  color: #d1c4e9;
}
.deeppurple-text.color-200 {
  color: #b39ddb;
}
.deeppurple-text.color-300 {
  color: #9575cd;
}
.deeppurple-text.color-400 {
  color: #7e57c2;
}
.deeppurple-text.color-600 {
  color: #5e35b1;
}
.deeppurple-text.color-700 {
  color: #512da8;
}
.deeppurple-text.color-800 {
  color: #4527a0;
}
.deeppurple-text.color-900 {
  color: #311b92;
}
.deeppurple-text.color-a100 {
  color: #b388ff;
}
.deeppurple-text.color-a200 {
  color: #7c4dff;
}
.deeppurple-text.color-a400 {
  color: #651fff;
}
.deeppurple-text.color-a700 {
  color: #6200ea;
}

.indigo {
  background-color: #3f51b5;
}
.indigo.hoverable:hover {
  background-color: #4d5ec1;
}
.indigo.color-50 {
  background-color: #e8eaf6;
}
.indigo.color-50.hoverable:hover {
  background-color: #fafbfd;
}
.indigo.color-100 {
  background-color: #c5cae9;
}
.indigo.color-100.hoverable:hover {
  background-color: #d7dbf0;
}
.indigo.color-200 {
  background-color: #9fa8da;
}
.indigo.color-200.hoverable:hover {
  background-color: #b1b9e1;
}
.indigo.color-300 {
  background-color: #7986cb;
}
.indigo.color-300.hoverable:hover {
  background-color: #8b97d2;
}
.indigo.color-400 {
  background-color: #5c6bc0;
}
.indigo.color-400.hoverable:hover {
  background-color: #6e7cc7;
}
.indigo.color-600 {
  background-color: #3949ab;
}
.indigo.color-600.hoverable:hover {
  background-color: #3f51be;
}
.indigo.color-700 {
  background-color: #303f9f;
}
.indigo.color-700.hoverable:hover {
  background-color: #3647b3;
}
.indigo.color-800 {
  background-color: #283593;
}
.indigo.color-800.hoverable:hover {
  background-color: #2d3ca7;
}
.indigo.color-900 {
  background-color: #1a237e;
}
.indigo.color-900.hoverable:hover {
  background-color: #1e2993;
}
.indigo.color-a100 {
  background-color: #8c9eff;
}
.indigo.color-a100.hoverable:hover {
  background-color: #a6b4ff;
}
.indigo.color-a200 {
  background-color: #536dfe;
}
.indigo.color-a200.hoverable:hover {
  background-color: #6c83fe;
}
.indigo.color-a400 {
  background-color: #3d5afe;
}
.indigo.color-a400.hoverable:hover {
  background-color: #5670fe;
}
.indigo.color-a700 {
  background-color: #304ffe;
}
.indigo.color-a700.hoverable:hover {
  background-color: #4965fe;
}

.indigo-text {
  color: #3f51b5;
}
.indigo-text.color-50 {
  color: #e8eaf6;
}
.indigo-text.color-100 {
  color: #c5cae9;
}
.indigo-text.color-200 {
  color: #9fa8da;
}
.indigo-text.color-300 {
  color: #7986cb;
}
.indigo-text.color-400 {
  color: #5c6bc0;
}
.indigo-text.color-600 {
  color: #3949ab;
}
.indigo-text.color-700 {
  color: #303f9f;
}
.indigo-text.color-800 {
  color: #283593;
}
.indigo-text.color-900 {
  color: #1a237e;
}
.indigo-text.color-a100 {
  color: #8c9eff;
}
.indigo-text.color-a200 {
  color: #536dfe;
}
.indigo-text.color-a400 {
  color: #3d5afe;
}
.indigo-text.color-a700 {
  color: #304ffe;
}

.blue {
  background-color: #2196f3;
}
.blue.hoverable:hover {
  background-color: #39a1f4;
}
.blue.color-50 {
  background-color: #e3f2fd;
}
.blue.color-50.hoverable:hover {
  background-color: #fbfdff;
}
.blue.color-100 {
  background-color: #bbdefb;
}
.blue.color-100.hoverable:hover {
  background-color: #d3eafc;
}
.blue.color-200 {
  background-color: #90caf9;
}
.blue.color-200.hoverable:hover {
  background-color: #a8d6fa;
}
.blue.color-300 {
  background-color: #64b5f6;
}
.blue.color-300.hoverable:hover {
  background-color: #7cc1f7;
}
.blue.color-400 {
  background-color: #42a5f5;
}
.blue.color-400.hoverable:hover {
  background-color: #5ab1f6;
}
.blue.color-600 {
  background-color: #1e88e5;
}
.blue.color-600.hoverable:hover {
  background-color: #3594e8;
}
.blue.color-700 {
  background-color: #1976d2;
}
.blue.color-700.hoverable:hover {
  background-color: #2083e4;
}
.blue.color-800 {
  background-color: #1565c0;
}
.blue.color-800.hoverable:hover {
  background-color: #1871d7;
}
.blue.color-900 {
  background-color: #0d47a1;
}
.blue.color-900.hoverable:hover {
  background-color: #0f51b9;
}
.blue.color-a100 {
  background-color: #82b1ff;
}
.blue.color-a100.hoverable:hover {
  background-color: #9cc1ff;
}
.blue.color-a200 {
  background-color: #448aff;
}
.blue.color-a200.hoverable:hover {
  background-color: #5e9aff;
}
.blue.color-a400 {
  background-color: #2979ff;
}
.blue.color-a400.hoverable:hover {
  background-color: #4389ff;
}
.blue.color-a700 {
  background-color: #2962ff;
}
.blue.color-a700.hoverable:hover {
  background-color: #4375ff;
}

.blue-text {
  color: #2196f3;
}
.blue-text.color-50 {
  color: #e3f2fd;
}
.blue-text.color-100 {
  color: #bbdefb;
}
.blue-text.color-200 {
  color: #90caf9;
}
.blue-text.color-300 {
  color: #64b5f6;
}
.blue-text.color-400 {
  color: #42a5f5;
}
.blue-text.color-600 {
  color: #1e88e5;
}
.blue-text.color-700 {
  color: #1976d2;
}
.blue-text.color-800 {
  color: #1565c0;
}
.blue-text.color-900 {
  color: #0d47a1;
}
.blue-text.color-a100 {
  color: #82b1ff;
}
.blue-text.color-a200 {
  color: #448aff;
}
.blue-text.color-a400 {
  color: #2979ff;
}
.blue-text.color-a700 {
  color: #2962ff;
}

.lightblue {
  background-color: #03a9f4;
}
.lightblue.hoverable:hover {
  background-color: #14b4fc;
}
.lightblue.color-50 {
  background-color: #e1f5fe;
}
.lightblue.color-50.hoverable:hover {
  background-color: #fafdff;
}
.lightblue.color-100 {
  background-color: #b3e5fc;
}
.lightblue.color-100.hoverable:hover {
  background-color: #ccedfd;
}
.lightblue.color-200 {
  background-color: #81d4fa;
}
.lightblue.color-200.hoverable:hover {
  background-color: #9adcfb;
}
.lightblue.color-300 {
  background-color: #4fc3f7;
}
.lightblue.color-300.hoverable:hover {
  background-color: #67cbf8;
}
.lightblue.color-400 {
  background-color: #29b6f6;
}
.lightblue.color-400.hoverable:hover {
  background-color: #41bef7;
}
.lightblue.color-600 {
  background-color: #039be5;
}
.lightblue.color-600.hoverable:hover {
  background-color: #06abfc;
}
.lightblue.color-700 {
  background-color: #0288d1;
}
.lightblue.color-700.hoverable:hover {
  background-color: #0298ea;
}
.lightblue.color-800 {
  background-color: #0277bd;
}
.lightblue.color-800.hoverable:hover {
  background-color: #0287d6;
}
.lightblue.color-900 {
  background-color: #01579b;
}
.lightblue.color-900.hoverable:hover {
  background-color: #0165b4;
}
.lightblue.color-a100 {
  background-color: #80d8ff;
}
.lightblue.color-a100.hoverable:hover {
  background-color: #9ae0ff;
}
.lightblue.color-a200 {
  background-color: #40c4ff;
}
.lightblue.color-a200.hoverable:hover {
  background-color: #5accff;
}
.lightblue.color-a400 {
  background-color: #00b0ff;
}
.lightblue.color-a400.hoverable:hover {
  background-color: #1ab8ff;
}
.lightblue.color-a700 {
  background-color: #0091ea;
}
.lightblue.color-a700.hoverable:hover {
  background-color: #05a0ff;
}

.lightblue-text {
  color: #03a9f4;
}
.lightblue-text.color-50 {
  color: #e1f5fe;
}
.lightblue-text.color-100 {
  color: #b3e5fc;
}
.lightblue-text.color-200 {
  color: #81d4fa;
}
.lightblue-text.color-300 {
  color: #4fc3f7;
}
.lightblue-text.color-400 {
  color: #29b6f6;
}
.lightblue-text.color-600 {
  color: #039be5;
}
.lightblue-text.color-700 {
  color: #0288d1;
}
.lightblue-text.color-800 {
  color: #0277bd;
}
.lightblue-text.color-900 {
  color: #01579b;
}
.lightblue-text.color-a100 {
  color: #80d8ff;
}
.lightblue-text.color-a200 {
  color: #40c4ff;
}
.lightblue-text.color-a400 {
  color: #00b0ff;
}
.lightblue-text.color-a700 {
  color: #0091ea;
}

.cyan {
  background-color: #00bcd4;
}
.cyan.hoverable:hover {
  background-color: #00d3ee;
}
.cyan.color-50 {
  background-color: #e0f7fa;
}
.cyan.color-50.hoverable:hover {
  background-color: #f6fdfe;
}
.cyan.color-100 {
  background-color: #b2ebf2;
}
.cyan.color-100.hoverable:hover {
  background-color: #c8f1f6;
}
.cyan.color-200 {
  background-color: #80deea;
}
.cyan.color-200.hoverable:hover {
  background-color: #96e4ee;
}
.cyan.color-300 {
  background-color: #4dd0e1;
}
.cyan.color-300.hoverable:hover {
  background-color: #63d6e5;
}
.cyan.color-400 {
  background-color: #26c6da;
}
.cyan.color-400.hoverable:hover {
  background-color: #3cccde;
}
.cyan.color-600 {
  background-color: #00acc1;
}
.cyan.color-600.hoverable:hover {
  background-color: #00c3db;
}
.cyan.color-700 {
  background-color: #0097a7;
}
.cyan.color-700.hoverable:hover {
  background-color: #00aec1;
}
.cyan.color-800 {
  background-color: #00838f;
}
.cyan.color-800.hoverable:hover {
  background-color: #009aa9;
}
.cyan.color-900 {
  background-color: #006064;
}
.cyan.color-900.hoverable:hover {
  background-color: #00787e;
}
.cyan.color-a100 {
  background-color: #84ffff;
}
.cyan.color-a100.hoverable:hover {
  background-color: #9effff;
}
.cyan.color-a200 {
  background-color: #18ffff;
}
.cyan.color-a200.hoverable:hover {
  background-color: #32ffff;
}
.cyan.color-a400 {
  background-color: #00e5ff;
}
.cyan.color-a400.hoverable:hover {
  background-color: #1ae8ff;
}
.cyan.color-a700 {
  background-color: #00b8d4;
}
.cyan.color-a700.hoverable:hover {
  background-color: #00ceee;
}

.cyan-text {
  color: #00bcd4;
}
.cyan-text.color-50 {
  color: #e0f7fa;
}
.cyan-text.color-100 {
  color: #b2ebf2;
}
.cyan-text.color-200 {
  color: #80deea;
}
.cyan-text.color-300 {
  color: #4dd0e1;
}
.cyan-text.color-400 {
  color: #26c6da;
}
.cyan-text.color-600 {
  color: #00acc1;
}
.cyan-text.color-700 {
  color: #0097a7;
}
.cyan-text.color-800 {
  color: #00838f;
}
.cyan-text.color-900 {
  color: #006064;
}
.cyan-text.color-a100 {
  color: #84ffff;
}
.cyan-text.color-a200 {
  color: #18ffff;
}
.cyan-text.color-a400 {
  color: #00e5ff;
}
.cyan-text.color-a700 {
  color: #00b8d4;
}

.teal {
  background-color: #009688;
}
.teal.hoverable:hover {
  background-color: #00b09f;
}
.teal.color-50 {
  background-color: #e0f2f1;
}
.teal.color-50.hoverable:hover {
  background-color: #f2faf9;
}
.teal.color-100 {
  background-color: #b2dfdb;
}
.teal.color-100.hoverable:hover {
  background-color: #c4e6e3;
}
.teal.color-200 {
  background-color: #80cbc4;
}
.teal.color-200.hoverable:hover {
  background-color: #92d2cc;
}
.teal.color-300 {
  background-color: #4db6ac;
}
.teal.color-300.hoverable:hover {
  background-color: #5fbdb4;
}
.teal.color-400 {
  background-color: #26a69a;
}
.teal.color-400.hoverable:hover {
  background-color: #2bbbad;
}
.teal.color-600 {
  background-color: #00897b;
}
.teal.color-600.hoverable:hover {
  background-color: #00a392;
}
.teal.color-700 {
  background-color: #00796b;
}
.teal.color-700.hoverable:hover {
  background-color: #009382;
}
.teal.color-800 {
  background-color: #00695c;
}
.teal.color-800.hoverable:hover {
  background-color: #008372;
}
.teal.color-900 {
  background-color: #004d40;
}
.teal.color-900.hoverable:hover {
  background-color: #006755;
}
.teal.color-a100 {
  background-color: #a7ffeb;
}
.teal.color-a100.hoverable:hover {
  background-color: #c1fff1;
}
.teal.color-a200 {
  background-color: #64ffda;
}
.teal.color-a200.hoverable:hover {
  background-color: #7effe0;
}
.teal.color-a400 {
  background-color: #1de9b6;
}
.teal.color-a400.hoverable:hover {
  background-color: #34ebbe;
}
.teal.color-a700 {
  background-color: #00bfa5;
}
.teal.color-a700.hoverable:hover {
  background-color: #00d9bb;
}

.teal-text {
  color: #009688;
}
.teal-text.color-50 {
  color: #e0f2f1;
}
.teal-text.color-100 {
  color: #b2dfdb;
}
.teal-text.color-200 {
  color: #80cbc4;
}
.teal-text.color-300 {
  color: #4db6ac;
}
.teal-text.color-400 {
  color: #26a69a;
}
.teal-text.color-600 {
  color: #00897b;
}
.teal-text.color-700 {
  color: #00796b;
}
.teal-text.color-800 {
  color: #00695c;
}
.teal-text.color-900 {
  color: #004d40;
}
.teal-text.color-a100 {
  color: #a7ffeb;
}
.teal-text.color-a200 {
  color: #64ffda;
}
.teal-text.color-a400 {
  color: #1de9b6;
}
.teal-text.color-a700 {
  color: #00bfa5;
}

.green {
  background-color: #4caf50;
}
.green.hoverable:hover {
  background-color: #5cb860;
}
.green.color-50 {
  background-color: #e8f5e9;
}
.green.color-50.hoverable:hover {
  background-color: #fafdfa;
}
.green.color-100 {
  background-color: #c8e6c9;
}
.green.color-100.hoverable:hover {
  background-color: #daeeda;
}
.green.color-200 {
  background-color: #a5d6a7;
}
.green.color-200.hoverable:hover {
  background-color: #b7deb8;
}
.green.color-300 {
  background-color: #81c784;
}
.green.color-300.hoverable:hover {
  background-color: #93cf95;
}
.green.color-400 {
  background-color: #66bb6a;
}
.green.color-400.hoverable:hover {
  background-color: #78c37b;
}
.green.color-600 {
  background-color: #43a047;
}
.green.color-600.hoverable:hover {
  background-color: #4bb24f;
}
.green.color-700 {
  background-color: #388e3c;
}
.green.color-700.hoverable:hover {
  background-color: #3fa044;
}
.green.color-800 {
  background-color: #2e7d32;
}
.green.color-800.hoverable:hover {
  background-color: #359039;
}
.green.color-900 {
  background-color: #1b5e20;
}
.green.color-900.hoverable:hover {
  background-color: #217227;
}
.green.color-a100 {
  background-color: #b9f6ca;
}
.green.color-a100.hoverable:hover {
  background-color: #d0f9db;
}
.green.color-a200 {
  background-color: #69f0ae;
}
.green.color-a200.hoverable:hover {
  background-color: #80f2bb;
}
.green.color-a400 {
  background-color: #00e676;
}
.green.color-a400.hoverable:hover {
  background-color: #01ff83;
}
.green.color-a700 {
  background-color: #00c853;
}
.green.color-a700.hoverable:hover {
  background-color: #00e25e;
}

.green-text {
  color: #4caf50;
}
.green-text.color-50 {
  color: #e8f5e9;
}
.green-text.color-100 {
  color: #c8e6c9;
}
.green-text.color-200 {
  color: #a5d6a7;
}
.green-text.color-300 {
  color: #81c784;
}
.green-text.color-400 {
  color: #66bb6a;
}
.green-text.color-600 {
  color: #43a047;
}
.green-text.color-700 {
  color: #388e3c;
}
.green-text.color-800 {
  color: #2e7d32;
}
.green-text.color-900 {
  color: #1b5e20;
}
.green-text.color-a100 {
  color: #b9f6ca;
}
.green-text.color-a200 {
  color: #69f0ae;
}
.green-text.color-a400 {
  color: #00e676;
}
.green-text.color-a700 {
  color: #00c853;
}

.lightgreen {
  background-color: #8bc34a;
}
.lightgreen.hoverable:hover {
  background-color: #97c95d;
}
.lightgreen.color-50 {
  background-color: #f1f8e9;
}
.lightgreen.color-50.hoverable:hover {
  background-color: #fdfefc;
}
.lightgreen.color-100 {
  background-color: #dcedc8;
}
.lightgreen.color-100.hoverable:hover {
  background-color: #e8f3db;
}
.lightgreen.color-200 {
  background-color: #c5e1a5;
}
.lightgreen.color-200.hoverable:hover {
  background-color: #d1e7b8;
}
.lightgreen.color-300 {
  background-color: #aed581;
}
.lightgreen.color-300.hoverable:hover {
  background-color: #badb94;
}
.lightgreen.color-400 {
  background-color: #9ccc65;
}
.lightgreen.color-400.hoverable:hover {
  background-color: #a8d278;
}
.lightgreen.color-600 {
  background-color: #7cb342;
}
.lightgreen.color-600.hoverable:hover {
  background-color: #89be50;
}
.lightgreen.color-700 {
  background-color: #689f38;
}
.lightgreen.color-700.hoverable:hover {
  background-color: #74b23f;
}
.lightgreen.color-800 {
  background-color: #558b2f;
}
.lightgreen.color-800.hoverable:hover {
  background-color: #619e35;
}
.lightgreen.color-900 {
  background-color: #33691e;
}
.lightgreen.color-900.hoverable:hover {
  background-color: #3d7d24;
}
.lightgreen.color-a100 {
  background-color: #ccff90;
}
.lightgreen.color-a100.hoverable:hover {
  background-color: #d8ffaa;
}
.lightgreen.color-a200 {
  background-color: #b2ff59;
}
.lightgreen.color-a200.hoverable:hover {
  background-color: #beff73;
}
.lightgreen.color-a400 {
  background-color: #76ff03;
}
.lightgreen.color-a400.hoverable:hover {
  background-color: #84ff1d;
}
.lightgreen.color-a700 {
  background-color: #64dd17;
}
.lightgreen.color-a700.hoverable:hover {
  background-color: #71e825;
}

.lightgreen-text {
  color: #8bc34a;
}
.lightgreen-text.color-50 {
  color: #f1f8e9;
}
.lightgreen-text.color-100 {
  color: #dcedc8;
}
.lightgreen-text.color-200 {
  color: #c5e1a5;
}
.lightgreen-text.color-300 {
  color: #aed581;
}
.lightgreen-text.color-400 {
  color: #9ccc65;
}
.lightgreen-text.color-600 {
  color: #7cb342;
}
.lightgreen-text.color-700 {
  color: #689f38;
}
.lightgreen-text.color-800 {
  color: #558b2f;
}
.lightgreen-text.color-900 {
  color: #33691e;
}
.lightgreen-text.color-a100 {
  color: #ccff90;
}
.lightgreen-text.color-a200 {
  color: #b2ff59;
}
.lightgreen-text.color-a400 {
  color: #76ff03;
}
.lightgreen-text.color-a700 {
  color: #64dd17;
}

.lime {
  background-color: #cddc39;
}
.lime.hoverable:hover {
  background-color: #d2e04f;
}
.lime.color-50 {
  background-color: #f9fbe7;
}
.lime.color-50.hoverable:hover {
  background-color: #fefffd;
}
.lime.color-100 {
  background-color: #f0f4c3;
}
.lime.color-100.hoverable:hover {
  background-color: #f5f8d9;
}
.lime.color-200 {
  background-color: #e6ee9c;
}
.lime.color-200.hoverable:hover {
  background-color: #ebf2b2;
}
.lime.color-300 {
  background-color: #dce775;
}
.lime.color-300.hoverable:hover {
  background-color: #e2eb8b;
}
.lime.color-400 {
  background-color: #d4e157;
}
.lime.color-400.hoverable:hover {
  background-color: #dae56d;
}
.lime.color-600 {
  background-color: #c0ca33;
}
.lime.color-600.hoverable:hover {
  background-color: #c7d046;
}
.lime.color-700 {
  background-color: #afb42b;
}
.lime.color-700.hoverable:hover {
  background-color: #c3c930;
}
.lime.color-800 {
  background-color: #9e9d24;
}
.lime.color-800.hoverable:hover {
  background-color: #b3b229;
}
.lime.color-900 {
  background-color: #827717;
}
.lime.color-900.hoverable:hover {
  background-color: #988b1b;
}
.lime.color-a100 {
  background-color: #f4ff81;
}
.lime.color-a100.hoverable:hover {
  background-color: #f6ff9b;
}
.lime.color-a200 {
  background-color: #eeff41;
}
.lime.color-a200.hoverable:hover {
  background-color: #f0ff5b;
}
.lime.color-a400 {
  background-color: #c6ff00;
}
.lime.color-a400.hoverable:hover {
  background-color: #ccff1a;
}
.lime.color-a700 {
  background-color: #aeea00;
}
.lime.color-a700.hoverable:hover {
  background-color: #bfff05;
}

.lime-text {
  color: #cddc39;
}
.lime-text.color-50 {
  color: #f9fbe7;
}
.lime-text.color-100 {
  color: #f0f4c3;
}
.lime-text.color-200 {
  color: #e6ee9c;
}
.lime-text.color-300 {
  color: #dce775;
}
.lime-text.color-400 {
  color: #d4e157;
}
.lime-text.color-600 {
  color: #c0ca33;
}
.lime-text.color-700 {
  color: #afb42b;
}
.lime-text.color-800 {
  color: #9e9d24;
}
.lime-text.color-900 {
  color: #827717;
}
.lime-text.color-a100 {
  color: #f4ff81;
}
.lime-text.color-a200 {
  color: #eeff41;
}
.lime-text.color-a400 {
  color: #c6ff00;
}
.lime-text.color-a700 {
  color: #aeea00;
}

.yellow {
  background-color: #ffeb3b;
}
.yellow.hoverable:hover {
  background-color: #fe5;
}
.yellow.color-50 {
  background-color: #fffde7;
}
.yellow.color-50.hoverable:hover {
  background-color: white;
}
.yellow.color-100 {
  background-color: #fff9c4;
}
.yellow.color-100.hoverable:hover {
  background-color: #fffcde;
}
.yellow.color-200 {
  background-color: #fff59d;
}
.yellow.color-200.hoverable:hover {
  background-color: #fff8b7;
}
.yellow.color-300 {
  background-color: #fff176;
}
.yellow.color-300.hoverable:hover {
  background-color: #fff490;
}
.yellow.color-400 {
  background-color: #ffee58;
}
.yellow.color-400.hoverable:hover {
  background-color: #fff172;
}
.yellow.color-600 {
  background-color: #fdd835;
}
.yellow.color-600.hoverable:hover {
  background-color: #fddd4e;
}
.yellow.color-700 {
  background-color: #fbc02d;
}
.yellow.color-700.hoverable:hover {
  background-color: #fbc846;
}
.yellow.color-800 {
  background-color: #f9a825;
}
.yellow.color-800.hoverable:hover {
  background-color: #fab23e;
}
.yellow.color-900 {
  background-color: #f57f17;
}
.yellow.color-900.hoverable:hover {
  background-color: #f68c2f;
}
.yellow.color-a100 {
  background-color: #ffff8d;
}
.yellow.color-a100.hoverable:hover {
  background-color: #ffffa7;
}
.yellow.color-a200 {
  background-color: #ff0;
}
.yellow.color-a200.hoverable:hover {
  background-color: #ffff1a;
}
.yellow.color-a400 {
  background-color: #ffea00;
}
.yellow.color-a400.hoverable:hover {
  background-color: #ffec1a;
}
.yellow.color-a700 {
  background-color: #ffd600;
}
.yellow.color-a700.hoverable:hover {
  background-color: #ffda1a;
}

.yellow-text {
  color: #ffeb3b;
}
.yellow-text.color-50 {
  color: #fffde7;
}
.yellow-text.color-100 {
  color: #fff9c4;
}
.yellow-text.color-200 {
  color: #fff59d;
}
.yellow-text.color-300 {
  color: #fff176;
}
.yellow-text.color-400 {
  color: #ffee58;
}
.yellow-text.color-600 {
  color: #fdd835;
}
.yellow-text.color-700 {
  color: #fbc02d;
}
.yellow-text.color-800 {
  color: #f9a825;
}
.yellow-text.color-900 {
  color: #f57f17;
}
.yellow-text.color-a100 {
  color: #ffff8d;
}
.yellow-text.color-a200 {
  color: #ff0;
}
.yellow-text.color-a400 {
  color: #ffea00;
}
.yellow-text.color-a700 {
  color: #ffd600;
}

.amber {
  background-color: #ffc107;
}
.amber.hoverable:hover {
  background-color: #ffc721;
}
.amber.color-50 {
  background-color: #fff8e1;
}
.amber.color-50.hoverable:hover {
  background-color: #fffefb;
}
.amber.color-100 {
  background-color: #ffecb3;
}
.amber.color-100.hoverable:hover {
  background-color: #fff2cd;
}
.amber.color-200 {
  background-color: #ffe082;
}
.amber.color-200.hoverable:hover {
  background-color: #ffe69c;
}
.amber.color-300 {
  background-color: #ffd54f;
}
.amber.color-300.hoverable:hover {
  background-color: #ffdb69;
}
.amber.color-400 {
  background-color: #ffca28;
}
.amber.color-400.hoverable:hover {
  background-color: #ffd042;
}
.amber.color-600 {
  background-color: #ffb300;
}
.amber.color-600.hoverable:hover {
  background-color: #ffbb1a;
}
.amber.color-700 {
  background-color: #ffa000;
}
.amber.color-700.hoverable:hover {
  background-color: #ffaa1a;
}
.amber.color-800 {
  background-color: #ff8f00;
}
.amber.color-800.hoverable:hover {
  background-color: #ff9a1a;
}
.amber.color-900 {
  background-color: #ff6f00;
}
.amber.color-900.hoverable:hover {
  background-color: #ff7d1a;
}
.amber.color-a100 {
  background-color: #ffe57f;
}
.amber.color-a100.hoverable:hover {
  background-color: #ffea99;
}
.amber.color-a200 {
  background-color: #ffd740;
}
.amber.color-a200.hoverable:hover {
  background-color: #ffdc5a;
}
.amber.color-a400 {
  background-color: #ffc400;
}
.amber.color-a400.hoverable:hover {
  background-color: #ffca1a;
}
.amber.color-a700 {
  background-color: #ffab00;
}
.amber.color-a700.hoverable:hover {
  background-color: #ffb31a;
}

.amber-text {
  color: #ffc107;
}
.amber-text.color-50 {
  color: #fff8e1;
}
.amber-text.color-100 {
  color: #ffecb3;
}
.amber-text.color-200 {
  color: #ffe082;
}
.amber-text.color-300 {
  color: #ffd54f;
}
.amber-text.color-400 {
  color: #ffca28;
}
.amber-text.color-600 {
  color: #ffb300;
}
.amber-text.color-700 {
  color: #ffa000;
}
.amber-text.color-800 {
  color: #ff8f00;
}
.amber-text.color-900 {
  color: #ff6f00;
}
.amber-text.color-a100 {
  color: #ffe57f;
}
.amber-text.color-a200 {
  color: #ffd740;
}
.amber-text.color-a400 {
  color: #ffc400;
}
.amber-text.color-a700 {
  color: #ffab00;
}

.orange {
  background-color: #ff9800;
}
.orange.hoverable:hover {
  background-color: #ffa21a;
}
.orange.color-50 {
  background-color: #fff3e0;
}
.orange.color-50.hoverable:hover {
  background-color: #fffdfa;
}
.orange.color-100 {
  background-color: #ffe0b2;
}
.orange.color-100.hoverable:hover {
  background-color: #ffeacc;
}
.orange.color-200 {
  background-color: #ffcc80;
}
.orange.color-200.hoverable:hover {
  background-color: #ffd69a;
}
.orange.color-300 {
  background-color: #ffb74d;
}
.orange.color-300.hoverable:hover {
  background-color: #ffc167;
}
.orange.color-400 {
  background-color: #ffa726;
}
.orange.color-400.hoverable:hover {
  background-color: #ffb140;
}
.orange.color-600 {
  background-color: #fb8c00;
}
.orange.color-600.hoverable:hover {
  background-color: #ff9816;
}
.orange.color-700 {
  background-color: #f57c00;
}
.orange.color-700.hoverable:hover {
  background-color: #ff8910;
}
.orange.color-800 {
  background-color: #ef6c00;
}
.orange.color-800.hoverable:hover {
  background-color: #ff780a;
}
.orange.color-900 {
  background-color: #e65100;
}
.orange.color-900.hoverable:hover {
  background-color: #ff5a01;
}
.orange.color-a100 {
  background-color: #ffd180;
}
.orange.color-a100.hoverable:hover {
  background-color: #ffda9a;
}
.orange.color-a200 {
  background-color: #ffab40;
}
.orange.color-a200.hoverable:hover {
  background-color: #ffb65a;
}
.orange.color-a400 {
  background-color: #ff9100;
}
.orange.color-a400.hoverable:hover {
  background-color: #ff9c1a;
}
.orange.color-a700 {
  background-color: #ff6d00;
}
.orange.color-a700.hoverable:hover {
  background-color: #ff7c1a;
}

.orange-text {
  color: #ff9800;
}
.orange-text.color-50 {
  color: #fff3e0;
}
.orange-text.color-100 {
  color: #ffe0b2;
}
.orange-text.color-200 {
  color: #ffcc80;
}
.orange-text.color-300 {
  color: #ffb74d;
}
.orange-text.color-400 {
  color: #ffa726;
}
.orange-text.color-600 {
  color: #fb8c00;
}
.orange-text.color-700 {
  color: #f57c00;
}
.orange-text.color-800 {
  color: #ef6c00;
}
.orange-text.color-900 {
  color: #e65100;
}
.orange-text.color-a100 {
  color: #ffd180;
}
.orange-text.color-a200 {
  color: #ffab40;
}
.orange-text.color-a400 {
  color: #ff9100;
}
.orange-text.color-a700 {
  color: #ff6d00;
}

.deeporange {
  background-color: #ff5722;
}
.deeporange.hoverable:hover {
  background-color: #ff6a3c;
}
.deeporange.color-50 {
  background-color: #fbe9e7;
}
.deeporange.color-50.hoverable:hover {
  background-color: #fffdfd;
}
.deeporange.color-100 {
  background-color: #ffccbc;
}
.deeporange.color-100.hoverable:hover {
  background-color: #ffdfd6;
}
.deeporange.color-200 {
  background-color: #ffab91;
}
.deeporange.color-200.hoverable:hover {
  background-color: #ffbeab;
}
.deeporange.color-300 {
  background-color: #ff8a65;
}
.deeporange.color-300.hoverable:hover {
  background-color: #ff9d7f;
}
.deeporange.color-400 {
  background-color: #ff7043;
}
.deeporange.color-400.hoverable:hover {
  background-color: #ff835d;
}
.deeporange.color-600 {
  background-color: #f4511e;
}
.deeporange.color-600.hoverable:hover {
  background-color: #f56436;
}
.deeporange.color-700 {
  background-color: #e64a19;
}
.deeporange.color-700.hoverable:hover {
  background-color: #e95c30;
}
.deeporange.color-800 {
  background-color: #d84315;
}
.deeporange.color-800.hoverable:hover {
  background-color: #e94d1d;
}
.deeporange.color-900 {
  background-color: #bf360c;
}
.deeporange.color-900.hoverable:hover {
  background-color: #d73d0e;
}
.deeporange.color-a100 {
  background-color: #ff9e80;
}
.deeporange.color-a100.hoverable:hover {
  background-color: #ffb19a;
}
.deeporange.color-a200 {
  background-color: #ff6e40;
}
.deeporange.color-a200.hoverable:hover {
  background-color: #ff815a;
}
.deeporange.color-a400 {
  background-color: #ff3d00;
}
.deeporange.color-a400.hoverable:hover {
  background-color: #ff501a;
}
.deeporange.color-a700 {
  background-color: #dd2c00;
}
.deeporange.color-a700.hoverable:hover {
  background-color: #f73100;
}

.deeporange-text {
  color: #ff5722;
}
.deeporange-text.color-50 {
  color: #fbe9e7;
}
.deeporange-text.color-100 {
  color: #ffccbc;
}
.deeporange-text.color-200 {
  color: #ffab91;
}
.deeporange-text.color-300 {
  color: #ff8a65;
}
.deeporange-text.color-400 {
  color: #ff7043;
}
.deeporange-text.color-600 {
  color: #f4511e;
}
.deeporange-text.color-700 {
  color: #e64a19;
}
.deeporange-text.color-800 {
  color: #d84315;
}
.deeporange-text.color-900 {
  color: #bf360c;
}
.deeporange-text.color-a100 {
  color: #ff9e80;
}
.deeporange-text.color-a200 {
  color: #ff6e40;
}
.deeporange-text.color-a400 {
  color: #ff3d00;
}
.deeporange-text.color-a700 {
  color: #dd2c00;
}

.brown {
  background-color: #795548;
}
.brown.hoverable:hover {
  background-color: #896052;
}
.brown.color-50 {
  background-color: #efebe9;
}
.brown.color-50.hoverable:hover {
  background-color: #faf8f8;
}
.brown.color-100 {
  background-color: #d7ccc8;
}
.brown.color-100.hoverable:hover {
  background-color: #e2dad7;
}
.brown.color-200 {
  background-color: #bcaaa4;
}
.brown.color-200.hoverable:hover {
  background-color: #c7b8b3;
}
.brown.color-300 {
  background-color: #a1887f;
}
.brown.color-300.hoverable:hover {
  background-color: #ac968e;
}
.brown.color-400 {
  background-color: #8d6e63;
}
.brown.color-400.hoverable:hover {
  background-color: #9a7b6f;
}
.brown.color-600 {
  background-color: #6d4c41;
}
.brown.color-600.hoverable:hover {
  background-color: #7d574b;
}
.brown.color-700 {
  background-color: #5d4037;
}
.brown.color-700.hoverable:hover {
  background-color: #6d4b40;
}
.brown.color-800 {
  background-color: #4e342e;
}
.brown.color-800.hoverable:hover {
  background-color: #5e3f37;
}
.brown.color-900 {
  background-color: #3e2723;
}
.brown.color-900.hoverable:hover {
  background-color: #4e312c;
}

.brown-text {
  color: #795548;
}
.brown-text.color-50 {
  color: #efebe9;
}
.brown-text.color-100 {
  color: #d7ccc8;
}
.brown-text.color-200 {
  color: #bcaaa4;
}
.brown-text.color-300 {
  color: #a1887f;
}
.brown-text.color-400 {
  color: #8d6e63;
}
.brown-text.color-600 {
  color: #6d4c41;
}
.brown-text.color-700 {
  color: #5d4037;
}
.brown-text.color-800 {
  color: #4e342e;
}
.brown-text.color-900 {
  color: #3e2723;
}

.gray {
  background-color: #9e9e9e;
}
.gray.hoverable:hover {
  background-color: #ababab;
}
.gray.color-50 {
  background-color: #fafafa;
}
.gray.color-50.hoverable:hover {
  background-color: white;
}
.gray.color-100 {
  background-color: #f5f5f5;
}
.gray.color-100.hoverable:hover {
  background-color: white;
}
.gray.color-200 {
  background-color: #eee;
}
.gray.color-200.hoverable:hover {
  background-color: #fbfbfb;
}
.gray.color-300 {
  background-color: #e0e0e0;
}
.gray.color-300.hoverable:hover {
  background-color: #ededed;
}
.gray.color-400 {
  background-color: #bdbdbd;
}
.gray.color-400.hoverable:hover {
  background-color: #cacaca;
}
.gray.color-600 {
  background-color: #757575;
}
.gray.color-600.hoverable:hover {
  background-color: #828282;
}
.gray.color-700 {
  background-color: #616161;
}
.gray.color-700.hoverable:hover {
  background-color: #6e6e6e;
}
.gray.color-800 {
  background-color: #424242;
}
.gray.color-800.hoverable:hover {
  background-color: #4f4f4f;
}
.gray.color-900 {
  background-color: #212121;
}
.gray.color-900.hoverable:hover {
  background-color: #2e2e2e;
}

.gray-text {
  color: #9e9e9e;
}
.gray-text.color-50 {
  color: #fafafa;
}
.gray-text.color-100 {
  color: #f5f5f5;
}
.gray-text.color-200 {
  color: #eee;
}
.gray-text.color-300 {
  color: #e0e0e0;
}
.gray-text.color-400 {
  color: #bdbdbd;
}
.gray-text.color-600 {
  color: #757575;
}
.gray-text.color-700 {
  color: #616161;
}
.gray-text.color-800 {
  color: #424242;
}
.gray-text.color-900 {
  color: #212121;
}

.bluegray {
  background-color: #607d8b;
}
.bluegray.hoverable:hover {
  background-color: #6b8a99;
}
.bluegray.color-50 {
  background-color: #eceff1;
}
.bluegray.color-50.hoverable:hover {
  background-color: #fbfbfc;
}
.bluegray.color-100 {
  background-color: #cfd8dc;
}
.bluegray.color-100.hoverable:hover {
  background-color: #dee4e7;
}
.bluegray.color-200 {
  background-color: #b0bec5;
}
.bluegray.color-200.hoverable:hover {
  background-color: #bfcad0;
}
.bluegray.color-300 {
  background-color: #90a4ae;
}
.bluegray.color-300.hoverable:hover {
  background-color: #9fb0b9;
}
.bluegray.color-400 {
  background-color: #78909c;
}
.bluegray.color-400.hoverable:hover {
  background-color: #879ca7;
}
.bluegray.color-600 {
  background-color: #546e7a;
}
.bluegray.color-600.hoverable:hover {
  background-color: #5e7c89;
}
.bluegray.color-700 {
  background-color: #455a64;
}
.bluegray.color-700.hoverable:hover {
  background-color: #4f6873;
}
.bluegray.color-800 {
  background-color: #37474f;
}
.bluegray.color-800.hoverable:hover {
  background-color: #41555e;
}
.bluegray.color-900 {
  background-color: #263238;
}
.bluegray.color-900.hoverable:hover {
  background-color: #304047;
}

.bluegray-text {
  color: #607d8b;
}
.bluegray-text.color-50 {
  color: #eceff1;
}
.bluegray-text.color-100 {
  color: #cfd8dc;
}
.bluegray-text.color-200 {
  color: #b0bec5;
}
.bluegray-text.color-300 {
  color: #90a4ae;
}
.bluegray-text.color-400 {
  color: #78909c;
}
.bluegray-text.color-600 {
  color: #546e7a;
}
.bluegray-text.color-700 {
  color: #455a64;
}
.bluegray-text.color-800 {
  color: #37474f;
}
.bluegray-text.color-900 {
  color: #263238;
}

.black {
  background-color: #000;
}
.black.hoverable:hover {
  background-color: #0d0d0d;
}

.black-text {
  color: #000;
}

.white {
  background-color: #fff;
}
.white.hoverable:hover {
  background-color: white;
}

.white-text {
  color: #fff;
}

.elevation--z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
}

.elevation--z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
}

.elevation--z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
}

.elevation--z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);
}

.elevation--z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
}

.elevation--z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);
}

.elevation--z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}

.elevation--z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);
}

.elevation--z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
}

.elevation--z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);
}

.elevation--z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);
}

.elevation--z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);
}

.elevation--z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);
}

.elevation--z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);
}

.elevation--z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);
}

.elevation--z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);
}

.elevation--z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);
}

.elevation--z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);
}

.elevation--z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);
}

.elevation--z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);
}

.elevation--z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);
}

.elevation--z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);
}

.elevation--z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);
}

.elevation--z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);
}

.elevation--z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
}

.elevation-transition {
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
  will-change: box-shadow;
}

.red {
  background-color: #f44336;
}
.red.hoverable:hover {
  background-color: #f55a4e;
}
.red.color-50 {
  background-color: #ffebee;
}
.red.color-50.hoverable:hover {
  background-color: white;
}
.red.color-100 {
  background-color: #ffcdd2;
}
.red.color-100.hoverable:hover {
  background-color: #ffe7e9;
}
.red.color-200 {
  background-color: #ef9a9a;
}
.red.color-200.hoverable:hover {
  background-color: #f2b0b0;
}
.red.color-300 {
  background-color: #e57373;
}
.red.color-300.hoverable:hover {
  background-color: #e98989;
}
.red.color-400 {
  background-color: #ef5350;
}
.red.color-400.hoverable:hover {
  background-color: #f16a67;
}
.red.color-600 {
  background-color: #e53935;
}
.red.color-600.hoverable:hover {
  background-color: #e84f4c;
}
.red.color-700 {
  background-color: #d32f2f;
}
.red.color-700.hoverable:hover {
  background-color: #d74444;
}
.red.color-800 {
  background-color: #c62828;
}
.red.color-800.hoverable:hover {
  background-color: #d63232;
}
.red.color-900 {
  background-color: #b71c1c;
}
.red.color-900.hoverable:hover {
  background-color: #cd1f1f;
}
.red.color-a100 {
  background-color: #ff8a80;
}
.red.color-a100.hoverable:hover {
  background-color: #ffa19a;
}
.red.color-a200 {
  background-color: #ff5252;
}
.red.color-a200.hoverable:hover {
  background-color: #ff6c6c;
}
.red.color-a400 {
  background-color: #ff1744;
}
.red.color-a400.hoverable:hover {
  background-color: #ff3159;
}
.red.color-a700 {
  background-color: #d50000;
}
.red.color-a700.hoverable:hover {
  background-color: #ef0000;
}

.red-text {
  color: #f44336;
}
.red-text.color-50 {
  color: #ffebee;
}
.red-text.color-100 {
  color: #ffcdd2;
}
.red-text.color-200 {
  color: #ef9a9a;
}
.red-text.color-300 {
  color: #e57373;
}
.red-text.color-400 {
  color: #ef5350;
}
.red-text.color-600 {
  color: #e53935;
}
.red-text.color-700 {
  color: #d32f2f;
}
.red-text.color-800 {
  color: #c62828;
}
.red-text.color-900 {
  color: #b71c1c;
}
.red-text.color-a100 {
  color: #ff8a80;
}
.red-text.color-a200 {
  color: #ff5252;
}
.red-text.color-a400 {
  color: #ff1744;
}
.red-text.color-a700 {
  color: #d50000;
}

.pink {
  background-color: #e91e63;
}
.pink.hoverable:hover {
  background-color: #eb3573;
}
.pink.color-50 {
  background-color: #fce4ec;
}
.pink.color-50.hoverable:hover {
  background-color: #fffbfc;
}
.pink.color-100 {
  background-color: #f8bbd0;
}
.pink.color-100.hoverable:hover {
  background-color: #fad2e0;
}
.pink.color-200 {
  background-color: #f48fb1;
}
.pink.color-200.hoverable:hover {
  background-color: #f6a6c1;
}
.pink.color-300 {
  background-color: #f06292;
}
.pink.color-300.hoverable:hover {
  background-color: #f279a2;
}
.pink.color-400 {
  background-color: #ec407a;
}
.pink.color-400.hoverable:hover {
  background-color: #ee578a;
}
.pink.color-600 {
  background-color: #d81b60;
}
.pink.color-600.hoverable:hover {
  background-color: #e4286d;
}
.pink.color-700 {
  background-color: #c2185b;
}
.pink.color-700.hoverable:hover {
  background-color: #d91b66;
}
.pink.color-800 {
  background-color: #ad1457;
}
.pink.color-800.hoverable:hover {
  background-color: #c41762;
}
.pink.color-900 {
  background-color: #880e4f;
}
.pink.color-900.hoverable:hover {
  background-color: #9f105c;
}
.pink.color-a100 {
  background-color: #ff80ab;
}
.pink.color-a100.hoverable:hover {
  background-color: #ff9abc;
}
.pink.color-a200 {
  background-color: #ff4081;
}
.pink.color-a200.hoverable:hover {
  background-color: #ff5a92;
}
.pink.color-a400 {
  background-color: #f50057;
}
.pink.color-a400.hoverable:hover {
  background-color: #ff1065;
}
.pink.color-a700 {
  background-color: #c51162;
}
.pink.color-a700.hoverable:hover {
  background-color: #dc136e;
}

.pink-text {
  color: #e91e63;
}
.pink-text.color-50 {
  color: #fce4ec;
}
.pink-text.color-100 {
  color: #f8bbd0;
}
.pink-text.color-200 {
  color: #f48fb1;
}
.pink-text.color-300 {
  color: #f06292;
}
.pink-text.color-400 {
  color: #ec407a;
}
.pink-text.color-600 {
  color: #d81b60;
}
.pink-text.color-700 {
  color: #c2185b;
}
.pink-text.color-800 {
  color: #ad1457;
}
.pink-text.color-900 {
  color: #880e4f;
}
.pink-text.color-a100 {
  color: #ff80ab;
}
.pink-text.color-a200 {
  color: #ff4081;
}
.pink-text.color-a400 {
  color: #f50057;
}
.pink-text.color-a700 {
  color: #c51162;
}

.purple {
  background-color: #9c27b0;
}
.purple.hoverable:hover {
  background-color: #af2cc5;
}
.purple.color-50 {
  background-color: #f3e5f5;
}
.purple.color-50.hoverable:hover {
  background-color: #fcf7fc;
}
.purple.color-100 {
  background-color: #e1bee7;
}
.purple.color-100.hoverable:hover {
  background-color: #ead1ee;
}
.purple.color-200 {
  background-color: #ce93d8;
}
.purple.color-200.hoverable:hover {
  background-color: #d7a6df;
}
.purple.color-300 {
  background-color: #ba68c8;
}
.purple.color-300.hoverable:hover {
  background-color: #c37bcf;
}
.purple.color-400 {
  background-color: #ab47bc;
}
.purple.color-400.hoverable:hover {
  background-color: #b45ac3;
}
.purple.color-600 {
  background-color: #8e24aa;
}
.purple.color-600.hoverable:hover {
  background-color: #a028bf;
}
.purple.color-700 {
  background-color: #7b1fa2;
}
.purple.color-700.hoverable:hover {
  background-color: #8b23b7;
}
.purple.color-800 {
  background-color: #6a1b9a;
}
.purple.color-800.hoverable:hover {
  background-color: #791fb0;
}
.purple.color-900 {
  background-color: #4a148c;
}
.purple.color-900.hoverable:hover {
  background-color: #5617a2;
}
.purple.color-a100 {
  background-color: #ea80fc;
}
.purple.color-a100.hoverable:hover {
  background-color: #ee99fd;
}
.purple.color-a200 {
  background-color: #e040fb;
}
.purple.color-a200.hoverable:hover {
  background-color: #e459fc;
}
.purple.color-a400 {
  background-color: #d500f9;
}
.purple.color-a400.hoverable:hover {
  background-color: #dd14ff;
}
.purple.color-a700 {
  background-color: #a0f;
}
.purple.color-a700.hoverable:hover {
  background-color: #b31aff;
}

.purple-text {
  color: #9c27b0;
}
.purple-text.color-50 {
  color: #f3e5f5;
}
.purple-text.color-100 {
  color: #e1bee7;
}
.purple-text.color-200 {
  color: #ce93d8;
}
.purple-text.color-300 {
  color: #ba68c8;
}
.purple-text.color-400 {
  color: #ab47bc;
}
.purple-text.color-600 {
  color: #8e24aa;
}
.purple-text.color-700 {
  color: #7b1fa2;
}
.purple-text.color-800 {
  color: #6a1b9a;
}
.purple-text.color-900 {
  color: #4a148c;
}
.purple-text.color-a100 {
  color: #ea80fc;
}
.purple-text.color-a200 {
  color: #e040fb;
}
.purple-text.color-a400 {
  color: #d500f9;
}
.purple-text.color-a700 {
  color: #a0f;
}

.deeppurple {
  background-color: #673ab7;
}
.deeppurple.hoverable:hover {
  background-color: #7446c4;
}
.deeppurple.color-50 {
  background-color: #ede7f6;
}
.deeppurple.color-50.hoverable:hover {
  background-color: #fbfafd;
}
.deeppurple.color-100 {
  background-color: #d1c4e9;
}
.deeppurple.color-100.hoverable:hover {
  background-color: #dfd7f0;
}
.deeppurple.color-200 {
  background-color: #b39ddb;
}
.deeppurple.color-200.hoverable:hover {
  background-color: #c1b0e2;
}
.deeppurple.color-300 {
  background-color: #9575cd;
}
.deeppurple.color-300.hoverable:hover {
  background-color: #a388d4;
}
.deeppurple.color-400 {
  background-color: #7e57c2;
}
.deeppurple.color-400.hoverable:hover {
  background-color: #8c6ac9;
}
.deeppurple.color-600 {
  background-color: #5e35b1;
}
.deeppurple.color-600.hoverable:hover {
  background-color: #693bc4;
}
.deeppurple.color-700 {
  background-color: #512da8;
}
.deeppurple.color-700.hoverable:hover {
  background-color: #5b32bc;
}
.deeppurple.color-800 {
  background-color: #4527a0;
}
.deeppurple.color-800.hoverable:hover {
  background-color: #4e2cb5;
}
.deeppurple.color-900 {
  background-color: #311b92;
}
.deeppurple.color-900.hoverable:hover {
  background-color: #381fa8;
}
.deeppurple.color-a100 {
  background-color: #b388ff;
}
.deeppurple.color-a100.hoverable:hover {
  background-color: #c3a2ff;
}
.deeppurple.color-a200 {
  background-color: #7c4dff;
}
.deeppurple.color-a200.hoverable:hover {
  background-color: #8f67ff;
}
.deeppurple.color-a400 {
  background-color: #651fff;
}
.deeppurple.color-a400.hoverable:hover {
  background-color: #7739ff;
}
.deeppurple.color-a700 {
  background-color: #6200ea;
}
.deeppurple.color-a700.hoverable:hover {
  background-color: #6d05ff;
}

.deeppurple-text {
  color: #673ab7;
}
.deeppurple-text.color-50 {
  color: #ede7f6;
}
.deeppurple-text.color-100 {
  color: #d1c4e9;
}
.deeppurple-text.color-200 {
  color: #b39ddb;
}
.deeppurple-text.color-300 {
  color: #9575cd;
}
.deeppurple-text.color-400 {
  color: #7e57c2;
}
.deeppurple-text.color-600 {
  color: #5e35b1;
}
.deeppurple-text.color-700 {
  color: #512da8;
}
.deeppurple-text.color-800 {
  color: #4527a0;
}
.deeppurple-text.color-900 {
  color: #311b92;
}
.deeppurple-text.color-a100 {
  color: #b388ff;
}
.deeppurple-text.color-a200 {
  color: #7c4dff;
}
.deeppurple-text.color-a400 {
  color: #651fff;
}
.deeppurple-text.color-a700 {
  color: #6200ea;
}

.indigo {
  background-color: #3f51b5;
}
.indigo.hoverable:hover {
  background-color: #4d5ec1;
}
.indigo.color-50 {
  background-color: #e8eaf6;
}
.indigo.color-50.hoverable:hover {
  background-color: #fafbfd;
}
.indigo.color-100 {
  background-color: #c5cae9;
}
.indigo.color-100.hoverable:hover {
  background-color: #d7dbf0;
}
.indigo.color-200 {
  background-color: #9fa8da;
}
.indigo.color-200.hoverable:hover {
  background-color: #b1b9e1;
}
.indigo.color-300 {
  background-color: #7986cb;
}
.indigo.color-300.hoverable:hover {
  background-color: #8b97d2;
}
.indigo.color-400 {
  background-color: #5c6bc0;
}
.indigo.color-400.hoverable:hover {
  background-color: #6e7cc7;
}
.indigo.color-600 {
  background-color: #3949ab;
}
.indigo.color-600.hoverable:hover {
  background-color: #3f51be;
}
.indigo.color-700 {
  background-color: #303f9f;
}
.indigo.color-700.hoverable:hover {
  background-color: #3647b3;
}
.indigo.color-800 {
  background-color: #283593;
}
.indigo.color-800.hoverable:hover {
  background-color: #2d3ca7;
}
.indigo.color-900 {
  background-color: #1a237e;
}
.indigo.color-900.hoverable:hover {
  background-color: #1e2993;
}
.indigo.color-a100 {
  background-color: #8c9eff;
}
.indigo.color-a100.hoverable:hover {
  background-color: #a6b4ff;
}
.indigo.color-a200 {
  background-color: #536dfe;
}
.indigo.color-a200.hoverable:hover {
  background-color: #6c83fe;
}
.indigo.color-a400 {
  background-color: #3d5afe;
}
.indigo.color-a400.hoverable:hover {
  background-color: #5670fe;
}
.indigo.color-a700 {
  background-color: #304ffe;
}
.indigo.color-a700.hoverable:hover {
  background-color: #4965fe;
}

.indigo-text {
  color: #3f51b5;
}
.indigo-text.color-50 {
  color: #e8eaf6;
}
.indigo-text.color-100 {
  color: #c5cae9;
}
.indigo-text.color-200 {
  color: #9fa8da;
}
.indigo-text.color-300 {
  color: #7986cb;
}
.indigo-text.color-400 {
  color: #5c6bc0;
}
.indigo-text.color-600 {
  color: #3949ab;
}
.indigo-text.color-700 {
  color: #303f9f;
}
.indigo-text.color-800 {
  color: #283593;
}
.indigo-text.color-900 {
  color: #1a237e;
}
.indigo-text.color-a100 {
  color: #8c9eff;
}
.indigo-text.color-a200 {
  color: #536dfe;
}
.indigo-text.color-a400 {
  color: #3d5afe;
}
.indigo-text.color-a700 {
  color: #304ffe;
}

.blue {
  background-color: #2196f3;
}
.blue.hoverable:hover {
  background-color: #39a1f4;
}
.blue.color-50 {
  background-color: #e3f2fd;
}
.blue.color-50.hoverable:hover {
  background-color: #fbfdff;
}
.blue.color-100 {
  background-color: #bbdefb;
}
.blue.color-100.hoverable:hover {
  background-color: #d3eafc;
}
.blue.color-200 {
  background-color: #90caf9;
}
.blue.color-200.hoverable:hover {
  background-color: #a8d6fa;
}
.blue.color-300 {
  background-color: #64b5f6;
}
.blue.color-300.hoverable:hover {
  background-color: #7cc1f7;
}
.blue.color-400 {
  background-color: #42a5f5;
}
.blue.color-400.hoverable:hover {
  background-color: #5ab1f6;
}
.blue.color-600 {
  background-color: #1e88e5;
}
.blue.color-600.hoverable:hover {
  background-color: #3594e8;
}
.blue.color-700 {
  background-color: #1976d2;
}
.blue.color-700.hoverable:hover {
  background-color: #2083e4;
}
.blue.color-800 {
  background-color: #1565c0;
}
.blue.color-800.hoverable:hover {
  background-color: #1871d7;
}
.blue.color-900 {
  background-color: #0d47a1;
}
.blue.color-900.hoverable:hover {
  background-color: #0f51b9;
}
.blue.color-a100 {
  background-color: #82b1ff;
}
.blue.color-a100.hoverable:hover {
  background-color: #9cc1ff;
}
.blue.color-a200 {
  background-color: #448aff;
}
.blue.color-a200.hoverable:hover {
  background-color: #5e9aff;
}
.blue.color-a400 {
  background-color: #2979ff;
}
.blue.color-a400.hoverable:hover {
  background-color: #4389ff;
}
.blue.color-a700 {
  background-color: #2962ff;
}
.blue.color-a700.hoverable:hover {
  background-color: #4375ff;
}

.blue-text {
  color: #2196f3;
}
.blue-text.color-50 {
  color: #e3f2fd;
}
.blue-text.color-100 {
  color: #bbdefb;
}
.blue-text.color-200 {
  color: #90caf9;
}
.blue-text.color-300 {
  color: #64b5f6;
}
.blue-text.color-400 {
  color: #42a5f5;
}
.blue-text.color-600 {
  color: #1e88e5;
}
.blue-text.color-700 {
  color: #1976d2;
}
.blue-text.color-800 {
  color: #1565c0;
}
.blue-text.color-900 {
  color: #0d47a1;
}
.blue-text.color-a100 {
  color: #82b1ff;
}
.blue-text.color-a200 {
  color: #448aff;
}
.blue-text.color-a400 {
  color: #2979ff;
}
.blue-text.color-a700 {
  color: #2962ff;
}

.lightblue {
  background-color: #03a9f4;
}
.lightblue.hoverable:hover {
  background-color: #14b4fc;
}
.lightblue.color-50 {
  background-color: #e1f5fe;
}
.lightblue.color-50.hoverable:hover {
  background-color: #fafdff;
}
.lightblue.color-100 {
  background-color: #b3e5fc;
}
.lightblue.color-100.hoverable:hover {
  background-color: #ccedfd;
}
.lightblue.color-200 {
  background-color: #81d4fa;
}
.lightblue.color-200.hoverable:hover {
  background-color: #9adcfb;
}
.lightblue.color-300 {
  background-color: #4fc3f7;
}
.lightblue.color-300.hoverable:hover {
  background-color: #67cbf8;
}
.lightblue.color-400 {
  background-color: #29b6f6;
}
.lightblue.color-400.hoverable:hover {
  background-color: #41bef7;
}
.lightblue.color-600 {
  background-color: #039be5;
}
.lightblue.color-600.hoverable:hover {
  background-color: #06abfc;
}
.lightblue.color-700 {
  background-color: #0288d1;
}
.lightblue.color-700.hoverable:hover {
  background-color: #0298ea;
}
.lightblue.color-800 {
  background-color: #0277bd;
}
.lightblue.color-800.hoverable:hover {
  background-color: #0287d6;
}
.lightblue.color-900 {
  background-color: #01579b;
}
.lightblue.color-900.hoverable:hover {
  background-color: #0165b4;
}
.lightblue.color-a100 {
  background-color: #80d8ff;
}
.lightblue.color-a100.hoverable:hover {
  background-color: #9ae0ff;
}
.lightblue.color-a200 {
  background-color: #40c4ff;
}
.lightblue.color-a200.hoverable:hover {
  background-color: #5accff;
}
.lightblue.color-a400 {
  background-color: #00b0ff;
}
.lightblue.color-a400.hoverable:hover {
  background-color: #1ab8ff;
}
.lightblue.color-a700 {
  background-color: #0091ea;
}
.lightblue.color-a700.hoverable:hover {
  background-color: #05a0ff;
}

.lightblue-text {
  color: #03a9f4;
}
.lightblue-text.color-50 {
  color: #e1f5fe;
}
.lightblue-text.color-100 {
  color: #b3e5fc;
}
.lightblue-text.color-200 {
  color: #81d4fa;
}
.lightblue-text.color-300 {
  color: #4fc3f7;
}
.lightblue-text.color-400 {
  color: #29b6f6;
}
.lightblue-text.color-600 {
  color: #039be5;
}
.lightblue-text.color-700 {
  color: #0288d1;
}
.lightblue-text.color-800 {
  color: #0277bd;
}
.lightblue-text.color-900 {
  color: #01579b;
}
.lightblue-text.color-a100 {
  color: #80d8ff;
}
.lightblue-text.color-a200 {
  color: #40c4ff;
}
.lightblue-text.color-a400 {
  color: #00b0ff;
}
.lightblue-text.color-a700 {
  color: #0091ea;
}

.cyan {
  background-color: #00bcd4;
}
.cyan.hoverable:hover {
  background-color: #00d3ee;
}
.cyan.color-50 {
  background-color: #e0f7fa;
}
.cyan.color-50.hoverable:hover {
  background-color: #f6fdfe;
}
.cyan.color-100 {
  background-color: #b2ebf2;
}
.cyan.color-100.hoverable:hover {
  background-color: #c8f1f6;
}
.cyan.color-200 {
  background-color: #80deea;
}
.cyan.color-200.hoverable:hover {
  background-color: #96e4ee;
}
.cyan.color-300 {
  background-color: #4dd0e1;
}
.cyan.color-300.hoverable:hover {
  background-color: #63d6e5;
}
.cyan.color-400 {
  background-color: #26c6da;
}
.cyan.color-400.hoverable:hover {
  background-color: #3cccde;
}
.cyan.color-600 {
  background-color: #00acc1;
}
.cyan.color-600.hoverable:hover {
  background-color: #00c3db;
}
.cyan.color-700 {
  background-color: #0097a7;
}
.cyan.color-700.hoverable:hover {
  background-color: #00aec1;
}
.cyan.color-800 {
  background-color: #00838f;
}
.cyan.color-800.hoverable:hover {
  background-color: #009aa9;
}
.cyan.color-900 {
  background-color: #006064;
}
.cyan.color-900.hoverable:hover {
  background-color: #00787e;
}
.cyan.color-a100 {
  background-color: #84ffff;
}
.cyan.color-a100.hoverable:hover {
  background-color: #9effff;
}
.cyan.color-a200 {
  background-color: #18ffff;
}
.cyan.color-a200.hoverable:hover {
  background-color: #32ffff;
}
.cyan.color-a400 {
  background-color: #00e5ff;
}
.cyan.color-a400.hoverable:hover {
  background-color: #1ae8ff;
}
.cyan.color-a700 {
  background-color: #00b8d4;
}
.cyan.color-a700.hoverable:hover {
  background-color: #00ceee;
}

.cyan-text {
  color: #00bcd4;
}
.cyan-text.color-50 {
  color: #e0f7fa;
}
.cyan-text.color-100 {
  color: #b2ebf2;
}
.cyan-text.color-200 {
  color: #80deea;
}
.cyan-text.color-300 {
  color: #4dd0e1;
}
.cyan-text.color-400 {
  color: #26c6da;
}
.cyan-text.color-600 {
  color: #00acc1;
}
.cyan-text.color-700 {
  color: #0097a7;
}
.cyan-text.color-800 {
  color: #00838f;
}
.cyan-text.color-900 {
  color: #006064;
}
.cyan-text.color-a100 {
  color: #84ffff;
}
.cyan-text.color-a200 {
  color: #18ffff;
}
.cyan-text.color-a400 {
  color: #00e5ff;
}
.cyan-text.color-a700 {
  color: #00b8d4;
}

.teal {
  background-color: #009688;
}
.teal.hoverable:hover {
  background-color: #00b09f;
}
.teal.color-50 {
  background-color: #e0f2f1;
}
.teal.color-50.hoverable:hover {
  background-color: #f2faf9;
}
.teal.color-100 {
  background-color: #b2dfdb;
}
.teal.color-100.hoverable:hover {
  background-color: #c4e6e3;
}
.teal.color-200 {
  background-color: #80cbc4;
}
.teal.color-200.hoverable:hover {
  background-color: #92d2cc;
}
.teal.color-300 {
  background-color: #4db6ac;
}
.teal.color-300.hoverable:hover {
  background-color: #5fbdb4;
}
.teal.color-400 {
  background-color: #26a69a;
}
.teal.color-400.hoverable:hover {
  background-color: #2bbbad;
}
.teal.color-600 {
  background-color: #00897b;
}
.teal.color-600.hoverable:hover {
  background-color: #00a392;
}
.teal.color-700 {
  background-color: #00796b;
}
.teal.color-700.hoverable:hover {
  background-color: #009382;
}
.teal.color-800 {
  background-color: #00695c;
}
.teal.color-800.hoverable:hover {
  background-color: #008372;
}
.teal.color-900 {
  background-color: #004d40;
}
.teal.color-900.hoverable:hover {
  background-color: #006755;
}
.teal.color-a100 {
  background-color: #a7ffeb;
}
.teal.color-a100.hoverable:hover {
  background-color: #c1fff1;
}
.teal.color-a200 {
  background-color: #64ffda;
}
.teal.color-a200.hoverable:hover {
  background-color: #7effe0;
}
.teal.color-a400 {
  background-color: #1de9b6;
}
.teal.color-a400.hoverable:hover {
  background-color: #34ebbe;
}
.teal.color-a700 {
  background-color: #00bfa5;
}
.teal.color-a700.hoverable:hover {
  background-color: #00d9bb;
}

.teal-text {
  color: #009688;
}
.teal-text.color-50 {
  color: #e0f2f1;
}
.teal-text.color-100 {
  color: #b2dfdb;
}
.teal-text.color-200 {
  color: #80cbc4;
}
.teal-text.color-300 {
  color: #4db6ac;
}
.teal-text.color-400 {
  color: #26a69a;
}
.teal-text.color-600 {
  color: #00897b;
}
.teal-text.color-700 {
  color: #00796b;
}
.teal-text.color-800 {
  color: #00695c;
}
.teal-text.color-900 {
  color: #004d40;
}
.teal-text.color-a100 {
  color: #a7ffeb;
}
.teal-text.color-a200 {
  color: #64ffda;
}
.teal-text.color-a400 {
  color: #1de9b6;
}
.teal-text.color-a700 {
  color: #00bfa5;
}

.green {
  background-color: #4caf50;
}
.green.hoverable:hover {
  background-color: #5cb860;
}
.green.color-50 {
  background-color: #e8f5e9;
}
.green.color-50.hoverable:hover {
  background-color: #fafdfa;
}
.green.color-100 {
  background-color: #c8e6c9;
}
.green.color-100.hoverable:hover {
  background-color: #daeeda;
}
.green.color-200 {
  background-color: #a5d6a7;
}
.green.color-200.hoverable:hover {
  background-color: #b7deb8;
}
.green.color-300 {
  background-color: #81c784;
}
.green.color-300.hoverable:hover {
  background-color: #93cf95;
}
.green.color-400 {
  background-color: #66bb6a;
}
.green.color-400.hoverable:hover {
  background-color: #78c37b;
}
.green.color-600 {
  background-color: #43a047;
}
.green.color-600.hoverable:hover {
  background-color: #4bb24f;
}
.green.color-700 {
  background-color: #388e3c;
}
.green.color-700.hoverable:hover {
  background-color: #3fa044;
}
.green.color-800 {
  background-color: #2e7d32;
}
.green.color-800.hoverable:hover {
  background-color: #359039;
}
.green.color-900 {
  background-color: #1b5e20;
}
.green.color-900.hoverable:hover {
  background-color: #217227;
}
.green.color-a100 {
  background-color: #b9f6ca;
}
.green.color-a100.hoverable:hover {
  background-color: #d0f9db;
}
.green.color-a200 {
  background-color: #69f0ae;
}
.green.color-a200.hoverable:hover {
  background-color: #80f2bb;
}
.green.color-a400 {
  background-color: #00e676;
}
.green.color-a400.hoverable:hover {
  background-color: #01ff83;
}
.green.color-a700 {
  background-color: #00c853;
}
.green.color-a700.hoverable:hover {
  background-color: #00e25e;
}

.green-text {
  color: #4caf50;
}
.green-text.color-50 {
  color: #e8f5e9;
}
.green-text.color-100 {
  color: #c8e6c9;
}
.green-text.color-200 {
  color: #a5d6a7;
}
.green-text.color-300 {
  color: #81c784;
}
.green-text.color-400 {
  color: #66bb6a;
}
.green-text.color-600 {
  color: #43a047;
}
.green-text.color-700 {
  color: #388e3c;
}
.green-text.color-800 {
  color: #2e7d32;
}
.green-text.color-900 {
  color: #1b5e20;
}
.green-text.color-a100 {
  color: #b9f6ca;
}
.green-text.color-a200 {
  color: #69f0ae;
}
.green-text.color-a400 {
  color: #00e676;
}
.green-text.color-a700 {
  color: #00c853;
}

.lightgreen {
  background-color: #8bc34a;
}
.lightgreen.hoverable:hover {
  background-color: #97c95d;
}
.lightgreen.color-50 {
  background-color: #f1f8e9;
}
.lightgreen.color-50.hoverable:hover {
  background-color: #fdfefc;
}
.lightgreen.color-100 {
  background-color: #dcedc8;
}
.lightgreen.color-100.hoverable:hover {
  background-color: #e8f3db;
}
.lightgreen.color-200 {
  background-color: #c5e1a5;
}
.lightgreen.color-200.hoverable:hover {
  background-color: #d1e7b8;
}
.lightgreen.color-300 {
  background-color: #aed581;
}
.lightgreen.color-300.hoverable:hover {
  background-color: #badb94;
}
.lightgreen.color-400 {
  background-color: #9ccc65;
}
.lightgreen.color-400.hoverable:hover {
  background-color: #a8d278;
}
.lightgreen.color-600 {
  background-color: #7cb342;
}
.lightgreen.color-600.hoverable:hover {
  background-color: #89be50;
}
.lightgreen.color-700 {
  background-color: #689f38;
}
.lightgreen.color-700.hoverable:hover {
  background-color: #74b23f;
}
.lightgreen.color-800 {
  background-color: #558b2f;
}
.lightgreen.color-800.hoverable:hover {
  background-color: #619e35;
}
.lightgreen.color-900 {
  background-color: #33691e;
}
.lightgreen.color-900.hoverable:hover {
  background-color: #3d7d24;
}
.lightgreen.color-a100 {
  background-color: #ccff90;
}
.lightgreen.color-a100.hoverable:hover {
  background-color: #d8ffaa;
}
.lightgreen.color-a200 {
  background-color: #b2ff59;
}
.lightgreen.color-a200.hoverable:hover {
  background-color: #beff73;
}
.lightgreen.color-a400 {
  background-color: #76ff03;
}
.lightgreen.color-a400.hoverable:hover {
  background-color: #84ff1d;
}
.lightgreen.color-a700 {
  background-color: #64dd17;
}
.lightgreen.color-a700.hoverable:hover {
  background-color: #71e825;
}

.lightgreen-text {
  color: #8bc34a;
}
.lightgreen-text.color-50 {
  color: #f1f8e9;
}
.lightgreen-text.color-100 {
  color: #dcedc8;
}
.lightgreen-text.color-200 {
  color: #c5e1a5;
}
.lightgreen-text.color-300 {
  color: #aed581;
}
.lightgreen-text.color-400 {
  color: #9ccc65;
}
.lightgreen-text.color-600 {
  color: #7cb342;
}
.lightgreen-text.color-700 {
  color: #689f38;
}
.lightgreen-text.color-800 {
  color: #558b2f;
}
.lightgreen-text.color-900 {
  color: #33691e;
}
.lightgreen-text.color-a100 {
  color: #ccff90;
}
.lightgreen-text.color-a200 {
  color: #b2ff59;
}
.lightgreen-text.color-a400 {
  color: #76ff03;
}
.lightgreen-text.color-a700 {
  color: #64dd17;
}

.lime {
  background-color: #cddc39;
}
.lime.hoverable:hover {
  background-color: #d2e04f;
}
.lime.color-50 {
  background-color: #f9fbe7;
}
.lime.color-50.hoverable:hover {
  background-color: #fefffd;
}
.lime.color-100 {
  background-color: #f0f4c3;
}
.lime.color-100.hoverable:hover {
  background-color: #f5f8d9;
}
.lime.color-200 {
  background-color: #e6ee9c;
}
.lime.color-200.hoverable:hover {
  background-color: #ebf2b2;
}
.lime.color-300 {
  background-color: #dce775;
}
.lime.color-300.hoverable:hover {
  background-color: #e2eb8b;
}
.lime.color-400 {
  background-color: #d4e157;
}
.lime.color-400.hoverable:hover {
  background-color: #dae56d;
}
.lime.color-600 {
  background-color: #c0ca33;
}
.lime.color-600.hoverable:hover {
  background-color: #c7d046;
}
.lime.color-700 {
  background-color: #afb42b;
}
.lime.color-700.hoverable:hover {
  background-color: #c3c930;
}
.lime.color-800 {
  background-color: #9e9d24;
}
.lime.color-800.hoverable:hover {
  background-color: #b3b229;
}
.lime.color-900 {
  background-color: #827717;
}
.lime.color-900.hoverable:hover {
  background-color: #988b1b;
}
.lime.color-a100 {
  background-color: #f4ff81;
}
.lime.color-a100.hoverable:hover {
  background-color: #f6ff9b;
}
.lime.color-a200 {
  background-color: #eeff41;
}
.lime.color-a200.hoverable:hover {
  background-color: #f0ff5b;
}
.lime.color-a400 {
  background-color: #c6ff00;
}
.lime.color-a400.hoverable:hover {
  background-color: #ccff1a;
}
.lime.color-a700 {
  background-color: #aeea00;
}
.lime.color-a700.hoverable:hover {
  background-color: #bfff05;
}

.lime-text {
  color: #cddc39;
}
.lime-text.color-50 {
  color: #f9fbe7;
}
.lime-text.color-100 {
  color: #f0f4c3;
}
.lime-text.color-200 {
  color: #e6ee9c;
}
.lime-text.color-300 {
  color: #dce775;
}
.lime-text.color-400 {
  color: #d4e157;
}
.lime-text.color-600 {
  color: #c0ca33;
}
.lime-text.color-700 {
  color: #afb42b;
}
.lime-text.color-800 {
  color: #9e9d24;
}
.lime-text.color-900 {
  color: #827717;
}
.lime-text.color-a100 {
  color: #f4ff81;
}
.lime-text.color-a200 {
  color: #eeff41;
}
.lime-text.color-a400 {
  color: #c6ff00;
}
.lime-text.color-a700 {
  color: #aeea00;
}

.yellow {
  background-color: #ffeb3b;
}
.yellow.hoverable:hover {
  background-color: #fe5;
}
.yellow.color-50 {
  background-color: #fffde7;
}
.yellow.color-50.hoverable:hover {
  background-color: white;
}
.yellow.color-100 {
  background-color: #fff9c4;
}
.yellow.color-100.hoverable:hover {
  background-color: #fffcde;
}
.yellow.color-200 {
  background-color: #fff59d;
}
.yellow.color-200.hoverable:hover {
  background-color: #fff8b7;
}
.yellow.color-300 {
  background-color: #fff176;
}
.yellow.color-300.hoverable:hover {
  background-color: #fff490;
}
.yellow.color-400 {
  background-color: #ffee58;
}
.yellow.color-400.hoverable:hover {
  background-color: #fff172;
}
.yellow.color-600 {
  background-color: #fdd835;
}
.yellow.color-600.hoverable:hover {
  background-color: #fddd4e;
}
.yellow.color-700 {
  background-color: #fbc02d;
}
.yellow.color-700.hoverable:hover {
  background-color: #fbc846;
}
.yellow.color-800 {
  background-color: #f9a825;
}
.yellow.color-800.hoverable:hover {
  background-color: #fab23e;
}
.yellow.color-900 {
  background-color: #f57f17;
}
.yellow.color-900.hoverable:hover {
  background-color: #f68c2f;
}
.yellow.color-a100 {
  background-color: #ffff8d;
}
.yellow.color-a100.hoverable:hover {
  background-color: #ffffa7;
}
.yellow.color-a200 {
  background-color: #ff0;
}
.yellow.color-a200.hoverable:hover {
  background-color: #ffff1a;
}
.yellow.color-a400 {
  background-color: #ffea00;
}
.yellow.color-a400.hoverable:hover {
  background-color: #ffec1a;
}
.yellow.color-a700 {
  background-color: #ffd600;
}
.yellow.color-a700.hoverable:hover {
  background-color: #ffda1a;
}

.yellow-text {
  color: #ffeb3b;
}
.yellow-text.color-50 {
  color: #fffde7;
}
.yellow-text.color-100 {
  color: #fff9c4;
}
.yellow-text.color-200 {
  color: #fff59d;
}
.yellow-text.color-300 {
  color: #fff176;
}
.yellow-text.color-400 {
  color: #ffee58;
}
.yellow-text.color-600 {
  color: #fdd835;
}
.yellow-text.color-700 {
  color: #fbc02d;
}
.yellow-text.color-800 {
  color: #f9a825;
}
.yellow-text.color-900 {
  color: #f57f17;
}
.yellow-text.color-a100 {
  color: #ffff8d;
}
.yellow-text.color-a200 {
  color: #ff0;
}
.yellow-text.color-a400 {
  color: #ffea00;
}
.yellow-text.color-a700 {
  color: #ffd600;
}

.amber {
  background-color: #ffc107;
}
.amber.hoverable:hover {
  background-color: #ffc721;
}
.amber.color-50 {
  background-color: #fff8e1;
}
.amber.color-50.hoverable:hover {
  background-color: #fffefb;
}
.amber.color-100 {
  background-color: #ffecb3;
}
.amber.color-100.hoverable:hover {
  background-color: #fff2cd;
}
.amber.color-200 {
  background-color: #ffe082;
}
.amber.color-200.hoverable:hover {
  background-color: #ffe69c;
}
.amber.color-300 {
  background-color: #ffd54f;
}
.amber.color-300.hoverable:hover {
  background-color: #ffdb69;
}
.amber.color-400 {
  background-color: #ffca28;
}
.amber.color-400.hoverable:hover {
  background-color: #ffd042;
}
.amber.color-600 {
  background-color: #ffb300;
}
.amber.color-600.hoverable:hover {
  background-color: #ffbb1a;
}
.amber.color-700 {
  background-color: #ffa000;
}
.amber.color-700.hoverable:hover {
  background-color: #ffaa1a;
}
.amber.color-800 {
  background-color: #ff8f00;
}
.amber.color-800.hoverable:hover {
  background-color: #ff9a1a;
}
.amber.color-900 {
  background-color: #ff6f00;
}
.amber.color-900.hoverable:hover {
  background-color: #ff7d1a;
}
.amber.color-a100 {
  background-color: #ffe57f;
}
.amber.color-a100.hoverable:hover {
  background-color: #ffea99;
}
.amber.color-a200 {
  background-color: #ffd740;
}
.amber.color-a200.hoverable:hover {
  background-color: #ffdc5a;
}
.amber.color-a400 {
  background-color: #ffc400;
}
.amber.color-a400.hoverable:hover {
  background-color: #ffca1a;
}
.amber.color-a700 {
  background-color: #ffab00;
}
.amber.color-a700.hoverable:hover {
  background-color: #ffb31a;
}

.amber-text {
  color: #ffc107;
}
.amber-text.color-50 {
  color: #fff8e1;
}
.amber-text.color-100 {
  color: #ffecb3;
}
.amber-text.color-200 {
  color: #ffe082;
}
.amber-text.color-300 {
  color: #ffd54f;
}
.amber-text.color-400 {
  color: #ffca28;
}
.amber-text.color-600 {
  color: #ffb300;
}
.amber-text.color-700 {
  color: #ffa000;
}
.amber-text.color-800 {
  color: #ff8f00;
}
.amber-text.color-900 {
  color: #ff6f00;
}
.amber-text.color-a100 {
  color: #ffe57f;
}
.amber-text.color-a200 {
  color: #ffd740;
}
.amber-text.color-a400 {
  color: #ffc400;
}
.amber-text.color-a700 {
  color: #ffab00;
}

.orange {
  background-color: #ff9800;
}
.orange.hoverable:hover {
  background-color: #ffa21a;
}
.orange.color-50 {
  background-color: #fff3e0;
}
.orange.color-50.hoverable:hover {
  background-color: #fffdfa;
}
.orange.color-100 {
  background-color: #ffe0b2;
}
.orange.color-100.hoverable:hover {
  background-color: #ffeacc;
}
.orange.color-200 {
  background-color: #ffcc80;
}
.orange.color-200.hoverable:hover {
  background-color: #ffd69a;
}
.orange.color-300 {
  background-color: #ffb74d;
}
.orange.color-300.hoverable:hover {
  background-color: #ffc167;
}
.orange.color-400 {
  background-color: #ffa726;
}
.orange.color-400.hoverable:hover {
  background-color: #ffb140;
}
.orange.color-600 {
  background-color: #fb8c00;
}
.orange.color-600.hoverable:hover {
  background-color: #ff9816;
}
.orange.color-700 {
  background-color: #f57c00;
}
.orange.color-700.hoverable:hover {
  background-color: #ff8910;
}
.orange.color-800 {
  background-color: #ef6c00;
}
.orange.color-800.hoverable:hover {
  background-color: #ff780a;
}
.orange.color-900 {
  background-color: #e65100;
}
.orange.color-900.hoverable:hover {
  background-color: #ff5a01;
}
.orange.color-a100 {
  background-color: #ffd180;
}
.orange.color-a100.hoverable:hover {
  background-color: #ffda9a;
}
.orange.color-a200 {
  background-color: #ffab40;
}
.orange.color-a200.hoverable:hover {
  background-color: #ffb65a;
}
.orange.color-a400 {
  background-color: #ff9100;
}
.orange.color-a400.hoverable:hover {
  background-color: #ff9c1a;
}
.orange.color-a700 {
  background-color: #ff6d00;
}
.orange.color-a700.hoverable:hover {
  background-color: #ff7c1a;
}

.orange-text {
  color: #ff9800;
}
.orange-text.color-50 {
  color: #fff3e0;
}
.orange-text.color-100 {
  color: #ffe0b2;
}
.orange-text.color-200 {
  color: #ffcc80;
}
.orange-text.color-300 {
  color: #ffb74d;
}
.orange-text.color-400 {
  color: #ffa726;
}
.orange-text.color-600 {
  color: #fb8c00;
}
.orange-text.color-700 {
  color: #f57c00;
}
.orange-text.color-800 {
  color: #ef6c00;
}
.orange-text.color-900 {
  color: #e65100;
}
.orange-text.color-a100 {
  color: #ffd180;
}
.orange-text.color-a200 {
  color: #ffab40;
}
.orange-text.color-a400 {
  color: #ff9100;
}
.orange-text.color-a700 {
  color: #ff6d00;
}

.deeporange {
  background-color: #ff5722;
}
.deeporange.hoverable:hover {
  background-color: #ff6a3c;
}
.deeporange.color-50 {
  background-color: #fbe9e7;
}
.deeporange.color-50.hoverable:hover {
  background-color: #fffdfd;
}
.deeporange.color-100 {
  background-color: #ffccbc;
}
.deeporange.color-100.hoverable:hover {
  background-color: #ffdfd6;
}
.deeporange.color-200 {
  background-color: #ffab91;
}
.deeporange.color-200.hoverable:hover {
  background-color: #ffbeab;
}
.deeporange.color-300 {
  background-color: #ff8a65;
}
.deeporange.color-300.hoverable:hover {
  background-color: #ff9d7f;
}
.deeporange.color-400 {
  background-color: #ff7043;
}
.deeporange.color-400.hoverable:hover {
  background-color: #ff835d;
}
.deeporange.color-600 {
  background-color: #f4511e;
}
.deeporange.color-600.hoverable:hover {
  background-color: #f56436;
}
.deeporange.color-700 {
  background-color: #e64a19;
}
.deeporange.color-700.hoverable:hover {
  background-color: #e95c30;
}
.deeporange.color-800 {
  background-color: #d84315;
}
.deeporange.color-800.hoverable:hover {
  background-color: #e94d1d;
}
.deeporange.color-900 {
  background-color: #bf360c;
}
.deeporange.color-900.hoverable:hover {
  background-color: #d73d0e;
}
.deeporange.color-a100 {
  background-color: #ff9e80;
}
.deeporange.color-a100.hoverable:hover {
  background-color: #ffb19a;
}
.deeporange.color-a200 {
  background-color: #ff6e40;
}
.deeporange.color-a200.hoverable:hover {
  background-color: #ff815a;
}
.deeporange.color-a400 {
  background-color: #ff3d00;
}
.deeporange.color-a400.hoverable:hover {
  background-color: #ff501a;
}
.deeporange.color-a700 {
  background-color: #dd2c00;
}
.deeporange.color-a700.hoverable:hover {
  background-color: #f73100;
}

.deeporange-text {
  color: #ff5722;
}
.deeporange-text.color-50 {
  color: #fbe9e7;
}
.deeporange-text.color-100 {
  color: #ffccbc;
}
.deeporange-text.color-200 {
  color: #ffab91;
}
.deeporange-text.color-300 {
  color: #ff8a65;
}
.deeporange-text.color-400 {
  color: #ff7043;
}
.deeporange-text.color-600 {
  color: #f4511e;
}
.deeporange-text.color-700 {
  color: #e64a19;
}
.deeporange-text.color-800 {
  color: #d84315;
}
.deeporange-text.color-900 {
  color: #bf360c;
}
.deeporange-text.color-a100 {
  color: #ff9e80;
}
.deeporange-text.color-a200 {
  color: #ff6e40;
}
.deeporange-text.color-a400 {
  color: #ff3d00;
}
.deeporange-text.color-a700 {
  color: #dd2c00;
}

.brown {
  background-color: #795548;
}
.brown.hoverable:hover {
  background-color: #896052;
}
.brown.color-50 {
  background-color: #efebe9;
}
.brown.color-50.hoverable:hover {
  background-color: #faf8f8;
}
.brown.color-100 {
  background-color: #d7ccc8;
}
.brown.color-100.hoverable:hover {
  background-color: #e2dad7;
}
.brown.color-200 {
  background-color: #bcaaa4;
}
.brown.color-200.hoverable:hover {
  background-color: #c7b8b3;
}
.brown.color-300 {
  background-color: #a1887f;
}
.brown.color-300.hoverable:hover {
  background-color: #ac968e;
}
.brown.color-400 {
  background-color: #8d6e63;
}
.brown.color-400.hoverable:hover {
  background-color: #9a7b6f;
}
.brown.color-600 {
  background-color: #6d4c41;
}
.brown.color-600.hoverable:hover {
  background-color: #7d574b;
}
.brown.color-700 {
  background-color: #5d4037;
}
.brown.color-700.hoverable:hover {
  background-color: #6d4b40;
}
.brown.color-800 {
  background-color: #4e342e;
}
.brown.color-800.hoverable:hover {
  background-color: #5e3f37;
}
.brown.color-900 {
  background-color: #3e2723;
}
.brown.color-900.hoverable:hover {
  background-color: #4e312c;
}

.brown-text {
  color: #795548;
}
.brown-text.color-50 {
  color: #efebe9;
}
.brown-text.color-100 {
  color: #d7ccc8;
}
.brown-text.color-200 {
  color: #bcaaa4;
}
.brown-text.color-300 {
  color: #a1887f;
}
.brown-text.color-400 {
  color: #8d6e63;
}
.brown-text.color-600 {
  color: #6d4c41;
}
.brown-text.color-700 {
  color: #5d4037;
}
.brown-text.color-800 {
  color: #4e342e;
}
.brown-text.color-900 {
  color: #3e2723;
}

.gray {
  background-color: #9e9e9e;
}
.gray.hoverable:hover {
  background-color: #ababab;
}
.gray.color-50 {
  background-color: #fafafa;
}
.gray.color-50.hoverable:hover {
  background-color: white;
}
.gray.color-100 {
  background-color: #f5f5f5;
}
.gray.color-100.hoverable:hover {
  background-color: white;
}
.gray.color-200 {
  background-color: #eee;
}
.gray.color-200.hoverable:hover {
  background-color: #fbfbfb;
}
.gray.color-300 {
  background-color: #e0e0e0;
}
.gray.color-300.hoverable:hover {
  background-color: #ededed;
}
.gray.color-400 {
  background-color: #bdbdbd;
}
.gray.color-400.hoverable:hover {
  background-color: #cacaca;
}
.gray.color-600 {
  background-color: #757575;
}
.gray.color-600.hoverable:hover {
  background-color: #828282;
}
.gray.color-700 {
  background-color: #616161;
}
.gray.color-700.hoverable:hover {
  background-color: #6e6e6e;
}
.gray.color-800 {
  background-color: #424242;
}
.gray.color-800.hoverable:hover {
  background-color: #4f4f4f;
}
.gray.color-900 {
  background-color: #212121;
}
.gray.color-900.hoverable:hover {
  background-color: #2e2e2e;
}

.gray-text {
  color: #9e9e9e;
}
.gray-text.color-50 {
  color: #fafafa;
}
.gray-text.color-100 {
  color: #f5f5f5;
}
.gray-text.color-200 {
  color: #eee;
}
.gray-text.color-300 {
  color: #e0e0e0;
}
.gray-text.color-400 {
  color: #bdbdbd;
}
.gray-text.color-600 {
  color: #757575;
}
.gray-text.color-700 {
  color: #616161;
}
.gray-text.color-800 {
  color: #424242;
}
.gray-text.color-900 {
  color: #212121;
}

.bluegray {
  background-color: #607d8b;
}
.bluegray.hoverable:hover {
  background-color: #6b8a99;
}
.bluegray.color-50 {
  background-color: #eceff1;
}
.bluegray.color-50.hoverable:hover {
  background-color: #fbfbfc;
}
.bluegray.color-100 {
  background-color: #cfd8dc;
}
.bluegray.color-100.hoverable:hover {
  background-color: #dee4e7;
}
.bluegray.color-200 {
  background-color: #b0bec5;
}
.bluegray.color-200.hoverable:hover {
  background-color: #bfcad0;
}
.bluegray.color-300 {
  background-color: #90a4ae;
}
.bluegray.color-300.hoverable:hover {
  background-color: #9fb0b9;
}
.bluegray.color-400 {
  background-color: #78909c;
}
.bluegray.color-400.hoverable:hover {
  background-color: #879ca7;
}
.bluegray.color-600 {
  background-color: #546e7a;
}
.bluegray.color-600.hoverable:hover {
  background-color: #5e7c89;
}
.bluegray.color-700 {
  background-color: #455a64;
}
.bluegray.color-700.hoverable:hover {
  background-color: #4f6873;
}
.bluegray.color-800 {
  background-color: #37474f;
}
.bluegray.color-800.hoverable:hover {
  background-color: #41555e;
}
.bluegray.color-900 {
  background-color: #263238;
}
.bluegray.color-900.hoverable:hover {
  background-color: #304047;
}

.bluegray-text {
  color: #607d8b;
}
.bluegray-text.color-50 {
  color: #eceff1;
}
.bluegray-text.color-100 {
  color: #cfd8dc;
}
.bluegray-text.color-200 {
  color: #b0bec5;
}
.bluegray-text.color-300 {
  color: #90a4ae;
}
.bluegray-text.color-400 {
  color: #78909c;
}
.bluegray-text.color-600 {
  color: #546e7a;
}
.bluegray-text.color-700 {
  color: #455a64;
}
.bluegray-text.color-800 {
  color: #37474f;
}
.bluegray-text.color-900 {
  color: #263238;
}

.black {
  background-color: #000;
}
.black.hoverable:hover {
  background-color: #0d0d0d;
}

.black-text {
  color: #000;
}

.white {
  background-color: #fff;
}
.white.hoverable:hover {
  background-color: white;
}

.white-text {
  color: #fff;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  visibility: visible !important;
  border: 0 none !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, .06) !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  visibility: hidden;
  content: "!";
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.selectize-dropdown-header {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0;
  background: #f8f8f8;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  color: #303030;
  font-size: 20px !important;
  line-height: 20px;
  opacity: .4;
}

.selectize-dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  box-sizing: border-box;
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, .05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #fff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  -webkit-font-smoothing: inherit;
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  background: #fff;
  cursor: text;
}

.selectize-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  zoom: 1;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
}

.selectize-control.multi .selectize-input > div {
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  border: 0 solid #d0d0d0;
  background: #f2f2f2;
  color: #303030;
  cursor: pointer;
}

.selectize-control.multi .selectize-input > div.active {
  border: 0 solid #cacaca;
  background: #e8e8e8;
  color: #303030;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  border: 0 solid #fff;
  background: #fff;
  color: #7d7d7d;
}

.selectize-input > input {
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  display: inline-block !important;
  max-width: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 2px 0 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  background: none !important;
  box-shadow: none !important;
  line-height: inherit !important;
  text-indent: 0 !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  margin: -1px 0 0 0;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  border-radius: 0 0 3px 3px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  border-radius: 1px;
  background: rgba(125, 168, 208, .2);
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: .5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  background: #fff;
  color: #303030;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, .5);
}

.selectize-dropdown-content {
  -webkit-overflow-scrolling: touch;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #808080 transparent transparent transparent;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: .5;
}

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  visibility: visible !important;
  border: 0 none !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, .06) !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  visibility: hidden;
  content: "!";
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.selectize-dropdown-header {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0;
  background: #f8f8f8;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  color: #303030;
  font-size: 20px !important;
  line-height: 20px;
  opacity: .4;
}

.selectize-dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  box-sizing: border-box;
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  display: inline-block;
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, .05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  -webkit-font-smoothing: inherit;
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  background: #fff;
  cursor: text;
}

.selectize-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  zoom: 1;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
}

.selectize-control.multi .selectize-input > div {
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  border: 1px solid #0073bb;
  background: #1da7ee;
  color: #fff;
  cursor: pointer;
}

.selectize-control.multi .selectize-input > div.active {
  border: 1px solid #00578d;
  background: #92c836;
  color: #fff;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  border: 1px solid #aaa;
  background: #d2d2d2;
  color: #fff;
}

.selectize-input > input {
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  display: inline-block !important;
  max-width: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 1px !important;
  padding: 0 !important;
  border: 0 none !important;
  background: none !important;
  box-shadow: none !important;
  line-height: inherit !important;
  text-indent: 0 !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  margin: -1px 0 0 0;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  border-radius: 0 0 3px 3px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  border-radius: 1px;
  background: rgba(125, 168, 208, .2);
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: .5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  background: #fff;
  color: #303030;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, .5);
}

.selectize-dropdown-content {
  -webkit-overflow-scrolling: touch;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #808080 transparent transparent transparent;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: .5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  -webkit-box-shadow: none;
  background: none;
  box-shadow: none;
  color: #999;
  text-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .03);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .03);
  text-shadow: 0 1px 0 rgba(0, 51, 83, .3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#fff2f2f2", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: .85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

@font-face {
  src: url("../fonts/xiconbasic/xiconbasic.eot?3xwdrq");
  src: url("../fonts/xiconbasic/xiconbasic.eot?3xwdrq#iefix") format("embedded-opentype"), url("../fonts/xiconbasic/xiconbasic.ttf?3xwdrq") format("truetype"), url("../fonts/xiconbasic/xiconbasic.woff?3xwdrq") format("woff"), url("../fonts/xiconbasic/xiconbasic.svg?3xwdrq#xiconbasic") format("svg");
  font-family: "xiconbasic";
  font-style: normal;
  font-weight: normal;
}
[class^=xiconbasic-],
[class*=" xiconbasic-"] {
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: "xiconbasic" !important;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.xiconbasic-book:before {
  content: "\e900";
}
.xiconbasic-heart:before {
  content: "\e901";
}
.xiconbasic-search:before {
  content: "\e902";
}
.xiconbasic-basket:before {
  content: "\e903";
}
.xiconbasic-person:before {
  content: "\e904";
}
.xiconbasic-cross:before {
  content: "\e905";
}
.xiconbasic-print:before {
  content: "\e906";
}
.xiconbasic-camera:before {
  content: "\e907";
}
.xiconbasic-copy:before {
  content: "\e908";
}
.xiconbasic-good:before {
  content: "\e909";
}
.xiconbasic-eye:before {
  content: "\e90a";
}
.xiconbasic-home:before {
  content: "\e90b";
}
.xiconbasic-edit:before {
  content: "\e90c";
}
.xiconbasic-umbrella:before {
  content: "\e90d";
}
.xiconbasic-volume:before {
  content: "\e90e";
}
.xiconbasic-shop:before {
  content: "\e90f";
}
.xiconbasic-arrow-right:before {
  content: "\e910";
}
.xiconbasic-jewel:before {
  content: "\e911";
}
.xiconbasic-folder:before {
  content: "\e912";
}
.xiconbasic-folder-add:before {
  content: "\e913";
}
.xiconbasic-upload-cloud:before {
  content: "\e914";
}
.xiconbasic-download-cloud:before {
  content: "\e915";
}
.xiconbasic-layers:before {
  content: "\e916";
}
.xiconbasic-separate:before {
  content: "\e917";
}
.xiconbasic-attach:before {
  content: "\e918";
}
.xiconbasic-arrow-left:before {
  content: "\e919";
}
.xiconbasic-display-tile:before {
  content: "\e91a";
}
.xiconbasic-display-line:before {
  content: "\e91b";
}
.xiconbasic-weather:before {
  content: "\e91c";
}
.xiconbasic-rain:before {
  content: "\e91d";
}
.xiconbasic-pin:before {
  content: "\e91e";
}
.xiconbasic-flag:before {
  content: "\e91f";
}
.xiconbasic-misc:before {
  content: "\e920";
}
.xiconbasic-misc-vertical:before {
  content: "\e948";
}
.xiconbasic-wallet:before {
  content: "\e921";
}
.xiconbasic-gear:before {
  content: "\e922";
}
.xiconbasic-minus:before {
  content: "\e923";
}
.xiconbasic-plus:before {
  content: "\e924";
}
.xiconbasic-hamburger:before {
  content: "\e925";
}
.xiconbasic-ok:before {
  content: "\e926";
}
.xiconbasic-mail:before {
  content: "\e927";
}
.xiconbasic-upload:before {
  content: "\e928";
}
.xiconbasic-download:before {
  content: "\e929";
}
.xiconbasic-file:before {
  content: "\e92a";
}
.xiconbasic-link:before {
  content: "\e92b";
}
.xiconbasic-message:before {
  content: "\e92c";
}
.xiconbasic-mic:before {
  content: "\e92d";
}
.xiconbasic-battery:before {
  content: "\e92e";
}
.xiconbasic-shopping:before {
  content: "\e92f";
}
.xiconbasic-clock:before {
  content: "\e930";
}
.xiconbasic-expand:before {
  content: "\e931";
}
.xiconbasic-calendar:before {
  content: "\e932";
}
.xiconbasic-dustbox:before {
  content: "\e933";
}
.xiconbasic-bookmark-add:before {
  content: "\e934";
}
.xiconbasic-bookmark-remove:before {
  content: "\e935";
}
.xiconbasic-indent:before {
  content: "\e936";
}
.xiconbasic-device:before {
  content: "\e937";
}
.xiconbasic-image:before {
  content: "\e938";
}
.xiconbasic-tag:before {
  content: "\e939";
}
.xiconbasic-graph:before {
  content: "\e93a";
}
.xiconbasic-chest:before {
  content: "\e93b";
}
.xiconbasic-font:before {
  content: "\e93c";
}
.xiconbasic-create:before {
  content: "\e93d";
}
.xiconbasic-play:before {
  content: "\e93e";
}
.xiconbasic-pause:before {
  content: "\e93f";
}
.xiconbasic-cart:before {
  content: "\e940";
}
.xiconbasic-minus-circle:before {
  content: "\e941";
}
.xiconbasic-plus-circle:before {
  content: "\e942";
}
.xiconbasic-lists:before {
  content: "\e943";
}
.xiconbasic-center:before {
  content: "\e944";
}
.xiconbasic-window:before {
  content: "\e945";
}
.xiconbasic-health:before {
  content: "\e946";
}
.xiconbasic-settings:before {
  content: "\e947";
}
.xiconbasic-clipboard:before {
  content: "\e949";
}
.xiconbasic-file-excel-box:before {
  content: "\e94a";
}
.xiconbasic-file-powerpoint-box:before {
  content: "\e94b";
}
.xiconbasic-file-word-box:before {
  content: "\e94c";
}
.xiconbasic-file-pdf-box:before {
  content: "\e94d";
}
.xiconbasic-toc:before {
  content: "\e94e";
}
.xiconbasic-logout:before {
  content: "\e94f";
}
.xiconbasic-close-circle:before {
  content: "\e950";
}
.xiconbasic-chevron-down:before {
  content: "\e951";
}
.xiconbasic-chevron-left:before {
  content: "\e952";
}
.xiconbasic-chevron-right:before {
  content: "\e953";
}
.xiconbasic-chevron-up:before {
  content: "\e954";
}
.xiconbasic-close:before {
  content: "\e955";
}
.xiconbasic-delete:before {
  content: "\e956";
}
.xiconbasic-pencil:before {
  content: "\e957";
}
.xiconbasic-film:before {
  content: "\e958";
}
.xiconbasic-type_image:before {
  content: "\e959";
}
.xiconbasic-caret-up:before {
  content: "\e95a";
}
.xiconbasic-caret-down:before {
  content: "\e95b";
}
.xiconbasic-crown:before {
  content: "\e95c";
}
.xiconbasic-folder-outline:before {
  content: "\e95d";
}
.xiconbasic-history:before {
  content: "\e95e";
}
.xiconbasic-account-circle:before {
  content: "\e95f";
}
.xiconbasic-check:before {
  content: "\e960";
}
.xiconbasic-bookcustom:before {
  content: "\e961";
}
.xiconbasic-tag_another:before {
  content: "\e962";
}
.xiconbasic-globe:before {
  content: "\e963";
}
.xiconbasic-qrcode:before {
  content: "\e964";
}
.xiconbasic-play-movie:before {
  content: "\e965";
}
.xiconbasic-info-circle:before {
  content: "\e966";
}
.xiconbasic-heart_filled:before {
  content: "\e967";
}
.xiconbasic-good_filled:before {
  content: "\e968";
}
.xiconbasic-message_filled:before {
  content: "\e969";
}
.xiconbasic-share:before {
  content: "\e96a";
}
.xiconbasic-paperplane:before {
  content: "\e96b";
}
.xiconbasic-loader:before {
  content: "\e96f";
}
.xiconbasic-print:before {
  content: "\e970";
}
.xiconbasic-pdf:before {
  content: "\e971";
}
.xiconbasic-news:before {
  content: "\e972";
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
}
.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  margin-left: 2.1428571429em;
  padding-left: 0;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  top: .1428571429em;
  left: -2.1428571429em;
  width: 2.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
}

@font-face {
  src: url("../fonts/socicon/Socicon.eot?6mfloc");
  src: url("../fonts/socicon/Socicon.eot?6mfloc#iefix") format("embedded-opentype"), url("../fonts/socicon/Socicon.woff2?6mfloc") format("woff2"), url("../fonts/socicon/Socicon.ttf?6mfloc") format("truetype"), url("../fonts/socicon/Socicon.woff?6mfloc") format("woff"), url("../fonts/socicon/Socicon.svg?6mfloc#Socicon") format("svg");
  font-family: "Socicon";
  font-style: normal;
  font-weight: normal;
}
[class^=socicon-],
[class*=" socicon-"] {
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Socicon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.socicon-tunein:before {
  content: "\e903";
}
.socicon-gamejolt:before {
  content: "\e901";
}
.socicon-trello:before {
  content: "\e902";
}
.socicon-spreadshirt:before {
  content: "\e900";
}
.socicon-airbnb:before {
  content: "\e002";
}
.socicon-alliance:before {
  content: "\e003";
}
.socicon-amazon:before {
  content: "\e004";
}
.socicon-amplement:before {
  content: "\e005";
}
.socicon-android:before {
  content: "\e006";
}
.socicon-angellist:before {
  content: "\e007";
}
.socicon-apple:before {
  content: "\e008";
}
.socicon-appnet:before {
  content: "\e009";
}
.socicon-baidu:before {
  content: "\e00a";
}
.socicon-bandcamp:before {
  content: "\e00b";
}
.socicon-battlenet:before {
  content: "\e00c";
}
.socicon-beam:before {
  content: "\e00d";
}
.socicon-bebee:before {
  content: "\e00e";
}
.socicon-bebo:before {
  content: "\e00f";
}
.socicon-behance:before {
  content: "\e010";
}
.socicon-blizzard:before {
  content: "\e011";
}
.socicon-blogger:before {
  content: "\e012";
}
.socicon-buffer:before {
  content: "\e013";
}
.socicon-chrome:before {
  content: "\e014";
}
.socicon-coderwall:before {
  content: "\e015";
}
.socicon-curse:before {
  content: "\e016";
}
.socicon-dailymotion:before {
  content: "\e017";
}
.socicon-deezer:before {
  content: "\e018";
}
.socicon-delicious:before {
  content: "\e019";
}
.socicon-deviantart:before {
  content: "\e01a";
}
.socicon-diablo:before {
  content: "\e01b";
}
.socicon-digg:before {
  content: "\e01c";
}
.socicon-discord:before {
  content: "\e01d";
}
.socicon-disqus:before {
  content: "\e01e";
}
.socicon-douban:before {
  content: "\e01f";
}
.socicon-draugiem:before {
  content: "\e020";
}
.socicon-dribbble:before {
  content: "\e021";
}
.socicon-drupal:before {
  content: "\e022";
}
.socicon-ebay:before {
  content: "\e023";
}
.socicon-ello:before {
  content: "\e024";
}
.socicon-endomodo:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-etsy:before {
  content: "\e027";
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-feedburner:before {
  content: "\e029";
}
.socicon-filmweb:before {
  content: "\e02a";
}
.socicon-firefox:before {
  content: "\e02b";
}
.socicon-flattr:before {
  content: "\e02c";
}
.socicon-flickr:before {
  content: "\e02d";
}
.socicon-formulr:before {
  content: "\e02e";
}
.socicon-forrst:before {
  content: "\e02f";
}
.socicon-foursquare:before {
  content: "\e030";
}
.socicon-friendfeed:before {
  content: "\e031";
}
.socicon-github:before {
  content: "\e032";
}
.socicon-goodreads:before {
  content: "\e033";
}
.socicon-google:before {
  content: "\e034";
}
.socicon-googlescholar:before {
  content: "\e035";
}
.socicon-googlegroups:before {
  content: "\e036";
}
.socicon-googlephotos:before {
  content: "\e037";
}
.socicon-googleplus:before {
  content: "\e038";
}
.socicon-grooveshark:before {
  content: "\e039";
}
.socicon-hackerrank:before {
  content: "\e03a";
}
.socicon-hearthstone:before {
  content: "\e03b";
}
.socicon-hellocoton:before {
  content: "\e03c";
}
.socicon-heroes:before {
  content: "\e03d";
}
.socicon-hitbox:before {
  content: "\e03e";
}
.socicon-horde:before {
  content: "\e03f";
}
.socicon-houzz:before {
  content: "\e040";
}
.socicon-icq:before {
  content: "\e041";
}
.socicon-identica:before {
  content: "\e042";
}
.socicon-imdb:before {
  content: "\e043";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-issuu:before {
  content: "\e045";
}
.socicon-istock:before {
  content: "\e046";
}
.socicon-itunes:before {
  content: "\e047";
}
.socicon-keybase:before {
  content: "\e048";
}
.socicon-lanyrd:before {
  content: "\e049";
}
.socicon-lastfm:before {
  content: "\e04a";
}
.socicon-line:before {
  content: "\e04b";
}
.socicon-linkedin:before {
  content: "\e04c";
}
.socicon-livejournal:before {
  content: "\e04d";
}
.socicon-lyft:before {
  content: "\e04e";
}
.socicon-macos:before {
  content: "\e04f";
}
.socicon-mail:before {
  content: "\e050";
}
.socicon-medium:before {
  content: "\e051";
}
.socicon-meetup:before {
  content: "\e052";
}
.socicon-mixcloud:before {
  content: "\e053";
}
.socicon-modelmayhem:before {
  content: "\e054";
}
.socicon-mumble:before {
  content: "\e055";
}
.socicon-myspace:before {
  content: "\e056";
}
.socicon-newsvine:before {
  content: "\e057";
}
.socicon-nintendo:before {
  content: "\e058";
}
.socicon-npm:before {
  content: "\e059";
}
.socicon-odnoklassniki:before {
  content: "\e05a";
}
.socicon-openid:before {
  content: "\e05b";
}
.socicon-opera:before {
  content: "\e05c";
}
.socicon-outlook:before {
  content: "\e05d";
}
.socicon-overwatch:before {
  content: "\e05e";
}
.socicon-patreon:before {
  content: "\e05f";
}
.socicon-paypal:before {
  content: "\e060";
}
.socicon-periscope:before {
  content: "\e061";
}
.socicon-persona:before {
  content: "\e062";
}
.socicon-pinterest:before {
  content: "\e063";
}
.socicon-play:before {
  content: "\e064";
}
.socicon-player:before {
  content: "\e065";
}
.socicon-playstation:before {
  content: "\e066";
}
.socicon-pocket:before {
  content: "\e067";
}
.socicon-qq:before {
  content: "\e068";
}
.socicon-quora:before {
  content: "\e069";
}
.socicon-raidcall:before {
  content: "\e06a";
}
.socicon-ravelry:before {
  content: "\e06b";
}
.socicon-reddit:before {
  content: "\e06c";
}
.socicon-renren:before {
  content: "\e06d";
}
.socicon-researchgate:before {
  content: "\e06e";
}
.socicon-residentadvisor:before {
  content: "\e06f";
}
.socicon-reverbnation:before {
  content: "\e070";
}
.socicon-rss:before {
  content: "\e071";
}
.socicon-sharethis:before {
  content: "\e072";
}
.socicon-skype:before {
  content: "\e073";
}
.socicon-slideshare:before {
  content: "\e074";
}
.socicon-smugmug:before {
  content: "\e075";
}
.socicon-snapchat:before {
  content: "\e076";
}
.socicon-songkick:before {
  content: "\e077";
}
.socicon-soundcloud:before {
  content: "\e078";
}
.socicon-spotify:before {
  content: "\e079";
}
.socicon-stackexchange:before {
  content: "\e07a";
}
.socicon-stackoverflow:before {
  content: "\e07b";
}
.socicon-starcraft:before {
  content: "\e07c";
}
.socicon-stayfriends:before {
  content: "\e07d";
}
.socicon-steam:before {
  content: "\e07e";
}
.socicon-storehouse:before {
  content: "\e07f";
}
.socicon-strava:before {
  content: "\e080";
}
.socicon-streamjar:before {
  content: "\e081";
}
.socicon-stumbleupon:before {
  content: "\e082";
}
.socicon-swarm:before {
  content: "\e083";
}
.socicon-teamspeak:before {
  content: "\e084";
}
.socicon-teamviewer:before {
  content: "\e085";
}
.socicon-technorati:before {
  content: "\e086";
}
.socicon-telegram:before {
  content: "\e087";
}
.socicon-tripadvisor:before {
  content: "\e088";
}
.socicon-tripit:before {
  content: "\e089";
}
.socicon-triplej:before {
  content: "\e08a";
}
.socicon-tumblr:before {
  content: "\e08b";
}
.socicon-twitch:before {
  content: "\e08c";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-uber:before {
  content: "\e08e";
}
.socicon-ventrilo:before {
  content: "\e08f";
}
.socicon-viadeo:before {
  content: "\e090";
}
.socicon-viber:before {
  content: "\e091";
}
.socicon-viewbug:before {
  content: "\e092";
}
.socicon-vimeo:before {
  content: "\e093";
}
.socicon-vine:before {
  content: "\e094";
}
.socicon-vkontakte:before {
  content: "\e095";
}
.socicon-warcraft:before {
  content: "\e096";
}
.socicon-wechat:before {
  content: "\e097";
}
.socicon-weibo:before {
  content: "\e098";
}
.socicon-whatsapp:before {
  content: "\e099";
}
.socicon-wikipedia:before {
  content: "\e09a";
}
.socicon-windows:before {
  content: "\e09b";
}
.socicon-wordpress:before {
  content: "\e09c";
}
.socicon-wykop:before {
  content: "\e09d";
}
.socicon-xbox:before {
  content: "\e09e";
}
.socicon-xing:before {
  content: "\e09f";
}
.socicon-yahoo:before {
  content: "\e0a0";
}
.socicon-yammer:before {
  content: "\e0a1";
}
.socicon-yandex:before {
  content: "\e0a2";
}
.socicon-yelp:before {
  content: "\e0a3";
}
.socicon-younow:before {
  content: "\e0a4";
}
.socicon-youtube:before {
  content: "\e0a5";
}
.socicon-zapier:before {
  content: "\e0a6";
}
.socicon-zerply:before {
  content: "\e0a7";
}
.socicon-zomato:before {
  content: "\e0a8";
}
.socicon-zynga:before {
  content: "\e0a9";
}

.socicon-500px:before {
  content: "\e000";
}

.socicon-8tracks:before {
  content: "\e001";
}

@font-face {
  src: url("../fonts/one_viewer/one_viewer.eot?qowxxr");
  src: url("../fonts/one_viewer/one_viewer.eot?qowxxr#iefix") format("embedded-opentype"), url("../fonts/one_viewer/one_viewer.ttf?qowxxr") format("truetype"), url("../fonts/one_viewer/one_viewer.woff?qowxxr") format("woff"), url("../fonts/one_viewer/one_viewer.svg?qowxxr#one_viewer") format("svg");
  font-family: "one_viewer";
  font-style: normal;
  font-weight: normal;
}
i.oneviewer {
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "one_viewer" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

i.oneviewer-search:before {
  /* 検索フォームのボタンアイコン */
  content: "\e900";
}
i.oneviewer-last:before {
  /* ページ移動：最後 */
  content: "\e901";
}
i.oneviewer-next:before {
  /* ページ移動：次へ、PC 用動画ビューア　再生 */
  content: "\e902";
}
i.oneviewer-prev:before {
  /* ページ移動：前へ */
  content: "\e903";
}
i.oneviewer-first:before {
  /* ページ移動：先頭 */
  content: "\e904";
}
i.oneviewer-share:before {
  /* シェア（埋め込み時の右に表示されるものは viewer_right_～ を使用のこ と） */
  content: "\e905";
}
i.oneviewer-viewer_right_app:before {
  /* Poste アプリで開く */
  content: "\e906";
}
i.oneviewer-minifier:before {
  /* ズーム（縮小） */
  content: "\e907";
}
i.oneviewer-magnifier:before {
  /* ズーム（拡大） */
  content: "\e908";
}
i.oneviewer-viewer_right_maximize:before {
  /* 埋め込み時全画面 */
  content: "\e909";
}
i.oneviewer-viewer_right_share:before {
  /* 埋め込み時シェア */
  content: "\e90a";
}
i.oneviewer-viewer_right_minimize:before {
  /* 埋め込み時全画面解除 */
  content: "\e90b";
}
i.oneviewer-printer:before {
  /* 印刷（埋め込み時の右に表示されるものは viewer_right_～ を使用のこと） */
  content: "\e90c";
}
i.oneviewer-enlargebar_sd_back:before {
  /* SD 用拡大バー　戻る */
  content: "\e90d";
}
i.oneviewer-menu:before {
  /* ビューアメニュー */
  content: "\e90e";
}
i.oneviewer-times-circle:before {
  /* 検索時消去ボタン */
  content: "\e90f";
}
i.oneviewer-viewer_right_printer:before {
  /* 埋め込み時印刷 */
  content: "\e912";
}
i.oneviewer-enlargebar_sd_larger:before {
  /* SD 用拡大バー　拡大 */
  content: "\e914";
}
i.oneviewer-enlargebar_sd_normal:before {
  /* SD 用拡大バー　通常 */
  content: "\e915";
}
i.oneviewer-enlargebar_pc_normal:before {
  /* PC 用拡大バー　通常 */
  content: "\e921";
}
i.oneviewer-enlargebar_pc_larger:before {
  /* PC 用拡大バー　拡大 */
  content: "\e920";
}
i.oneviewer-enlargebar_pc_maximize:before {
  /* PC 用拡大バー　全画面 */
  content: "\e922";
}
i.oneviewer-sd_menuclose:before {
  /* SD 用ビューア　メニュー閉じる */
  content: "\e910";
}
i.oneviewer-sd_search:before {
  /* SD 用ビューア　検索 */
  content: "\e911";
}
i.oneviewer-sd_share:before {
  /* SD 用ビューア　シェア */
  content: "\e913";
}
i.oneviewer-sd_thumbs:before {
  /* SD 用ビューア　サムネイル */
  content: "\e916";
}
i.oneviewer-sd_toc:before {
  /* SD 用ビューア　目次 */
  content: "\e917";
}
i.oneviewer-sd_movie_maximize:before {
  /* SD 用動画ビューア　最大化 */
  content: "\e918";
}
i.oneviewer-sd_movie_minimize:before {
  /* SD 用動画ビューア　最小化 */
  content: "\e919";
}
i.oneviewer-pc_mute:before {
  /* PC 用動画ビューア　ミュート */
  content: "\e91a";
}
i.oneviewer-sd_mute:before {
  /* SD 用動画ビューア　ミュート */
  content: "\e91b";
}
i.oneviewer-pc_pause:before {
  /* PC 用動画ビューア　一時停止 */
  content: "\e91c";
}
i.oneviewer-sd_pause:before {
  /* SD 用動画ビューア　一時停止 */
  content: "\e91d";
}
i.oneviewer-sd_play:before {
  /* SD 用動画ビューア　再生 */
  content: "\e91e";
}
i.oneviewer-sd_share_movie:before {
  /* SD 用動画ビューア　シェア */
  content: "\e91f";
}
i.oneviewer-pc_volume_on:before {
  /* PC 用動画ビューア　音量オン */
  content: "\e923";
}
i.oneviewer-sd_volume_on:before {
  /* SD 用動画ビューア　音量オン */
  content: "\e924";
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  animation-duration: .75s;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  40%,
  43% {
    transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  }
  70% {
    transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  transform-origin: center bottom;
  animation-name: bounce;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, .75, 1);
  }
  40% {
    transform: scale3d(.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, .85, 1);
  }
  65% {
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, .95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
.jello {
  transform-origin: center;
  animation-name: jello;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    transform: scale3d(.3, .3, .3);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(.9, .9, .9);
  }
  60% {
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
  }
  80% {
    transform: scale3d(.97, .97, .97);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    transform: translate3d(0, -3000px, 0);
    opacity: 0;
  }
  60% {
    transform: translate3d(0, 25px, 0);
    opacity: 1;
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    transform: translate3d(-3000px, 0, 0);
    opacity: 0;
  }
  60% {
    transform: translate3d(25px, 0, 0);
    opacity: 1;
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  from {
    transform: translate3d(3000px, 0, 0);
    opacity: 0;
  }
  60% {
    transform: translate3d(-25px, 0, 0);
    opacity: 1;
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  from {
    transform: translate3d(0, 3000px, 0);
    opacity: 0;
  }
  60% {
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }
  50%,
  55% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  to {
    transform: scale3d(.3, .3, .3);
    opacity: 0;
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    transform: translate3d(20px, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(-2000px, 0, 0);
    opacity: 0;
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    transform: translate3d(-20px, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    transform: translate3d(0, 20px, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    transform: translate3d(-2000px, 0, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(0, 2000px, 0);
    opacity: 0;
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-2000px, 0, 0);
    opacity: 0;
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(2000px, 0, 0);
    opacity: 0;
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(0, -2000px, 0);
    opacity: 0;
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  backface-visibility: visible !important;
  animation-name: flipOutX;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    transform-origin: center;
    opacity: 0;
  }
  to {
    transform: none;
    transform-origin: center;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom;
    opacity: 0;
  }
  to {
    transform: none;
    transform-origin: left bottom;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: right bottom;
    opacity: 0;
  }
  to {
    transform: none;
    transform-origin: right bottom;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom;
    opacity: 0;
  }
  to {
    transform: none;
    transform-origin: left bottom;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    transform-origin: right bottom;
    opacity: 0;
  }
  to {
    transform: none;
    transform-origin: right bottom;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    transform-origin: center;
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: left bottom;
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: right bottom;
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: left bottom;
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    transform-origin: right bottom;
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    opacity: 0;
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    transform: scale3d(.3, .3, .3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
  }
  60% {
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
  }
  60% {
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
  }
  60% {
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
  }
  60% {
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    transform: scale3d(.3, .3, .3);
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
  }
  to {
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    opacity: 1;
  }
  to {
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
    opacity: 0;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    opacity: 1;
  }
  to {
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
    opacity: 0;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
  }
  to {
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/**
 * Swiper 11.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 28, 2024
 */
/* FONT_START */
@font-face {
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-family: "swiper-icons";
  font-style: normal;
  font-weight: 400;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  display: block;
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.swiper {
  display: block;
  /* Fix of Webkit flickering */
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  overflow: auto;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  z-index: 10;
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: var(--swiper-navigation-sides-offset, 10px);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: var(--swiper-pagination-top, auto);
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
}

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  position: relative;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
  touch-action: none;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 50;
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: var(--swiper-scrollbar-size, 4px);
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  z-index: 50;
  position: absolute;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  right: var(--swiper-scrollbar-right, 4px);
  left: var(--swiper-scrollbar-left, auto);
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

/* Zoom container styles start */
.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

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

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
}

.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  content: "";
  filter: blur(50px);
}

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

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

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

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

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

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
  backface-visibility: hidden;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 10000;
  position: absolute;
  outline: none;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-y: auto;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  box-sizing: border-box;
  position: absolute;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  border: 1px solid #aaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  background: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s .15s, border-width 0s .15s;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  max-height: 25em;
  transform: translateY(0) perspective(600px) rotateX(0);
  border-top-width: 1px;
  border-bottom-width: 1px;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, .12);
  filter: alpha(opacity=100);
  opacity: 1;
  transition: transform .15s ease-out, opacity .15s ease-out, max-height 0s, border-width 0s;
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  position: relative;
  margin-top: .75em;
  text-align: center;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  display: inline-block;
  margin-right: .25em;
  margin-left: .25em;
  font-weight: 500;
}

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  height: 2em;
  margin-right: .25em;
  margin-left: .25em;
  padding: .5em;
  border: 1px solid #b7b7b7;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  box-sizing: content-box;
  position: absolute;
  top: -.25em;
  width: 1em;
  height: 1em;
  padding: .5em 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: .5em solid transparent;
  border-right: .75em solid #000;
  border-bottom: .5em solid transparent;
  content: " ";
}

.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid #000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: #b1dcfb;
  color: #000;
  cursor: pointer;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
  background: none;
  cursor: default;
}

/**
 * The calendar table of dates
 */
.picker__table {
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  text-align: center;
  table-layout: fixed;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  padding-bottom: .25em;
  color: #999;
  font-size: .75em;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  border: 1px solid transparent;
  font-weight: 200;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent;
  content: " ";
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background: #b1dcfb;
  color: #000;
  cursor: pointer;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #b1dcfb;
  color: #000;
  cursor: pointer;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  display: inline-block;
  width: 33%;
  padding: .66em 0;
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  font-weight: bold;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  border-bottom-color: #b1dcfb;
  background: #b1dcfb;
  color: #000;
  cursor: pointer;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  border-color: #0089ec;
  outline: none;
  background: #b1dcfb;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  display: inline-block;
  position: relative;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  margin-right: .45em;
  content: " ";
}

.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  top: -.1em;
  margin-right: .35em;
  color: #777;
  font-size: 1.1em;
  vertical-align: top;
  content: "\d7";
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.ma0 {
  margin: 0px;
}
.ma0forced,
.ma0--forced {
  margin: 0px !important;
}
.ma0--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma0--pconly {
    margin: 0px;
  }
  .ma0--pconlyforced {
    margin: 0px !important;
  }
}
.ma0--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma0--mobileonly {
    margin: 0px;
  }
  .ma0--mobileonlyforced {
    margin: 0px !important;
  }
}

.pa0 {
  padding: 0px;
}
.pa0forced,
.pa0--forced {
  padding: 0px !important;
}
.pa0--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa0--pconly {
    padding: 0px;
  }
  .pa0--pconlyforced {
    padding: 0px !important;
  }
}
.pa0--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa0--mobileonly {
    padding: 0px;
  }
  .pa0--mobileonlyforced {
    padding: 0px !important;
  }
}

.mt0 {
  margin-top: 0px;
}
.mt0forced,
.mt0--forced {
  margin-top: 0px !important;
}
.mt0--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt0--pconly {
    margin-top: 0px;
  }
  .mt0--pconlyforced {
    margin-top: 0px !important;
  }
}
.mt0--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt0--mobileonly {
    margin-top: 0px;
  }
  .mt0--mobileonlyforced {
    margin-top: 0px !important;
  }
}

.pt0 {
  padding-top: 0px;
}
.pt0forced,
.pt0--forced {
  padding-top: 0px !important;
}
.pt0--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt0--pconly {
    padding-top: 0px;
  }
  .pt0--pconlyforced {
    padding-top: 0px !important;
  }
}
.pt0--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt0--mobileonly {
    padding-top: 0px;
  }
  .pt0--mobileonlyforced {
    padding-top: 0px !important;
  }
}

.mr0 {
  margin-right: 0px;
}
.mr0forced,
.mr0--forced {
  margin-right: 0px !important;
}
.mr0--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr0--pconly {
    margin-right: 0px;
  }
  .mr0--pconlyforced {
    margin-right: 0px !important;
  }
}
.mr0--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr0--mobileonly {
    margin-right: 0px;
  }
  .mr0--mobileonlyforced {
    margin-right: 0px !important;
  }
}

.pr0 {
  padding-right: 0px;
}
.pr0forced,
.pr0--forced {
  padding-right: 0px !important;
}
.pr0--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr0--pconly {
    padding-right: 0px;
  }
  .pr0--pconlyforced {
    padding-right: 0px !important;
  }
}
.pr0--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr0--mobileonly {
    padding-right: 0px;
  }
  .pr0--mobileonlyforced {
    padding-right: 0px !important;
  }
}

.mb0 {
  margin-bottom: 0px;
}
.mb0forced,
.mb0--forced {
  margin-bottom: 0px !important;
}
.mb0--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb0--pconly {
    margin-bottom: 0px;
  }
  .mb0--pconlyforced {
    margin-bottom: 0px !important;
  }
}
.mb0--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb0--mobileonly {
    margin-bottom: 0px;
  }
  .mb0--mobileonlyforced {
    margin-bottom: 0px !important;
  }
}

.pb0 {
  padding-bottom: 0px;
}
.pb0forced,
.pb0--forced {
  padding-bottom: 0px !important;
}
.pb0--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb0--pconly {
    padding-bottom: 0px;
  }
  .pb0--pconlyforced {
    padding-bottom: 0px !important;
  }
}
.pb0--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb0--mobileonly {
    padding-bottom: 0px;
  }
  .pb0--mobileonlyforced {
    padding-bottom: 0px !important;
  }
}

.ml0 {
  margin-left: 0px;
}
.ml0forced,
.ml0--forced {
  margin-left: 0px !important;
}
.ml0--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml0--pconly {
    margin-left: 0px;
  }
  .ml0--pconlyforced {
    margin-left: 0px !important;
  }
}
.ml0--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml0--mobileonly {
    margin-left: 0px;
  }
  .ml0--mobileonlyforced {
    margin-left: 0px !important;
  }
}

.pl0 {
  padding-left: 0px;
}
.pl0forced,
.pl0--forced {
  padding-left: 0px !important;
}
.pl0--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl0--pconly {
    padding-left: 0px;
  }
  .pl0--pconlyforced {
    padding-left: 0px !important;
  }
}
.pl0--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl0--mobileonly {
    padding-left: 0px;
  }
  .pl0--mobileonlyforced {
    padding-left: 0px !important;
  }
}

.ma1 {
  margin: 1px;
}
.ma1forced,
.ma1--forced {
  margin: 1px !important;
}
.ma1--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma1--pconly {
    margin: 1px;
  }
  .ma1--pconlyforced {
    margin: 1px !important;
  }
}
.ma1--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma1--mobileonly {
    margin: 1px;
  }
  .ma1--mobileonlyforced {
    margin: 1px !important;
  }
}

.pa1 {
  padding: 1px;
}
.pa1forced,
.pa1--forced {
  padding: 1px !important;
}
.pa1--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa1--pconly {
    padding: 1px;
  }
  .pa1--pconlyforced {
    padding: 1px !important;
  }
}
.pa1--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa1--mobileonly {
    padding: 1px;
  }
  .pa1--mobileonlyforced {
    padding: 1px !important;
  }
}

.mt1 {
  margin-top: 1px;
}
.mt1forced,
.mt1--forced {
  margin-top: 1px !important;
}
.mt1--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt1--pconly {
    margin-top: 1px;
  }
  .mt1--pconlyforced {
    margin-top: 1px !important;
  }
}
.mt1--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt1--mobileonly {
    margin-top: 1px;
  }
  .mt1--mobileonlyforced {
    margin-top: 1px !important;
  }
}

.pt1 {
  padding-top: 1px;
}
.pt1forced,
.pt1--forced {
  padding-top: 1px !important;
}
.pt1--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt1--pconly {
    padding-top: 1px;
  }
  .pt1--pconlyforced {
    padding-top: 1px !important;
  }
}
.pt1--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt1--mobileonly {
    padding-top: 1px;
  }
  .pt1--mobileonlyforced {
    padding-top: 1px !important;
  }
}

.mr1 {
  margin-right: 1px;
}
.mr1forced,
.mr1--forced {
  margin-right: 1px !important;
}
.mr1--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr1--pconly {
    margin-right: 1px;
  }
  .mr1--pconlyforced {
    margin-right: 1px !important;
  }
}
.mr1--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr1--mobileonly {
    margin-right: 1px;
  }
  .mr1--mobileonlyforced {
    margin-right: 1px !important;
  }
}

.pr1 {
  padding-right: 1px;
}
.pr1forced,
.pr1--forced {
  padding-right: 1px !important;
}
.pr1--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr1--pconly {
    padding-right: 1px;
  }
  .pr1--pconlyforced {
    padding-right: 1px !important;
  }
}
.pr1--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr1--mobileonly {
    padding-right: 1px;
  }
  .pr1--mobileonlyforced {
    padding-right: 1px !important;
  }
}

.mb1 {
  margin-bottom: 1px;
}
.mb1forced,
.mb1--forced {
  margin-bottom: 1px !important;
}
.mb1--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb1--pconly {
    margin-bottom: 1px;
  }
  .mb1--pconlyforced {
    margin-bottom: 1px !important;
  }
}
.mb1--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb1--mobileonly {
    margin-bottom: 1px;
  }
  .mb1--mobileonlyforced {
    margin-bottom: 1px !important;
  }
}

.pb1 {
  padding-bottom: 1px;
}
.pb1forced,
.pb1--forced {
  padding-bottom: 1px !important;
}
.pb1--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb1--pconly {
    padding-bottom: 1px;
  }
  .pb1--pconlyforced {
    padding-bottom: 1px !important;
  }
}
.pb1--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb1--mobileonly {
    padding-bottom: 1px;
  }
  .pb1--mobileonlyforced {
    padding-bottom: 1px !important;
  }
}

.ml1 {
  margin-left: 1px;
}
.ml1forced,
.ml1--forced {
  margin-left: 1px !important;
}
.ml1--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml1--pconly {
    margin-left: 1px;
  }
  .ml1--pconlyforced {
    margin-left: 1px !important;
  }
}
.ml1--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml1--mobileonly {
    margin-left: 1px;
  }
  .ml1--mobileonlyforced {
    margin-left: 1px !important;
  }
}

.pl1 {
  padding-left: 1px;
}
.pl1forced,
.pl1--forced {
  padding-left: 1px !important;
}
.pl1--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl1--pconly {
    padding-left: 1px;
  }
  .pl1--pconlyforced {
    padding-left: 1px !important;
  }
}
.pl1--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl1--mobileonly {
    padding-left: 1px;
  }
  .pl1--mobileonlyforced {
    padding-left: 1px !important;
  }
}

.ma2 {
  margin: 2px;
}
.ma2forced,
.ma2--forced {
  margin: 2px !important;
}
.ma2--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma2--pconly {
    margin: 2px;
  }
  .ma2--pconlyforced {
    margin: 2px !important;
  }
}
.ma2--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma2--mobileonly {
    margin: 2px;
  }
  .ma2--mobileonlyforced {
    margin: 2px !important;
  }
}

.pa2 {
  padding: 2px;
}
.pa2forced,
.pa2--forced {
  padding: 2px !important;
}
.pa2--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa2--pconly {
    padding: 2px;
  }
  .pa2--pconlyforced {
    padding: 2px !important;
  }
}
.pa2--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa2--mobileonly {
    padding: 2px;
  }
  .pa2--mobileonlyforced {
    padding: 2px !important;
  }
}

.mt2 {
  margin-top: 2px;
}
.mt2forced,
.mt2--forced {
  margin-top: 2px !important;
}
.mt2--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt2--pconly {
    margin-top: 2px;
  }
  .mt2--pconlyforced {
    margin-top: 2px !important;
  }
}
.mt2--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt2--mobileonly {
    margin-top: 2px;
  }
  .mt2--mobileonlyforced {
    margin-top: 2px !important;
  }
}

.pt2 {
  padding-top: 2px;
}
.pt2forced,
.pt2--forced {
  padding-top: 2px !important;
}
.pt2--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt2--pconly {
    padding-top: 2px;
  }
  .pt2--pconlyforced {
    padding-top: 2px !important;
  }
}
.pt2--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt2--mobileonly {
    padding-top: 2px;
  }
  .pt2--mobileonlyforced {
    padding-top: 2px !important;
  }
}

.mr2 {
  margin-right: 2px;
}
.mr2forced,
.mr2--forced {
  margin-right: 2px !important;
}
.mr2--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr2--pconly {
    margin-right: 2px;
  }
  .mr2--pconlyforced {
    margin-right: 2px !important;
  }
}
.mr2--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr2--mobileonly {
    margin-right: 2px;
  }
  .mr2--mobileonlyforced {
    margin-right: 2px !important;
  }
}

.pr2 {
  padding-right: 2px;
}
.pr2forced,
.pr2--forced {
  padding-right: 2px !important;
}
.pr2--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr2--pconly {
    padding-right: 2px;
  }
  .pr2--pconlyforced {
    padding-right: 2px !important;
  }
}
.pr2--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr2--mobileonly {
    padding-right: 2px;
  }
  .pr2--mobileonlyforced {
    padding-right: 2px !important;
  }
}

.mb2 {
  margin-bottom: 2px;
}
.mb2forced,
.mb2--forced {
  margin-bottom: 2px !important;
}
.mb2--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb2--pconly {
    margin-bottom: 2px;
  }
  .mb2--pconlyforced {
    margin-bottom: 2px !important;
  }
}
.mb2--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb2--mobileonly {
    margin-bottom: 2px;
  }
  .mb2--mobileonlyforced {
    margin-bottom: 2px !important;
  }
}

.pb2 {
  padding-bottom: 2px;
}
.pb2forced,
.pb2--forced {
  padding-bottom: 2px !important;
}
.pb2--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb2--pconly {
    padding-bottom: 2px;
  }
  .pb2--pconlyforced {
    padding-bottom: 2px !important;
  }
}
.pb2--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb2--mobileonly {
    padding-bottom: 2px;
  }
  .pb2--mobileonlyforced {
    padding-bottom: 2px !important;
  }
}

.ml2 {
  margin-left: 2px;
}
.ml2forced,
.ml2--forced {
  margin-left: 2px !important;
}
.ml2--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml2--pconly {
    margin-left: 2px;
  }
  .ml2--pconlyforced {
    margin-left: 2px !important;
  }
}
.ml2--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml2--mobileonly {
    margin-left: 2px;
  }
  .ml2--mobileonlyforced {
    margin-left: 2px !important;
  }
}

.pl2 {
  padding-left: 2px;
}
.pl2forced,
.pl2--forced {
  padding-left: 2px !important;
}
.pl2--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl2--pconly {
    padding-left: 2px;
  }
  .pl2--pconlyforced {
    padding-left: 2px !important;
  }
}
.pl2--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl2--mobileonly {
    padding-left: 2px;
  }
  .pl2--mobileonlyforced {
    padding-left: 2px !important;
  }
}

.ma3 {
  margin: 3px;
}
.ma3forced,
.ma3--forced {
  margin: 3px !important;
}
.ma3--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma3--pconly {
    margin: 3px;
  }
  .ma3--pconlyforced {
    margin: 3px !important;
  }
}
.ma3--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma3--mobileonly {
    margin: 3px;
  }
  .ma3--mobileonlyforced {
    margin: 3px !important;
  }
}

.pa3 {
  padding: 3px;
}
.pa3forced,
.pa3--forced {
  padding: 3px !important;
}
.pa3--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa3--pconly {
    padding: 3px;
  }
  .pa3--pconlyforced {
    padding: 3px !important;
  }
}
.pa3--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa3--mobileonly {
    padding: 3px;
  }
  .pa3--mobileonlyforced {
    padding: 3px !important;
  }
}

.mt3 {
  margin-top: 3px;
}
.mt3forced,
.mt3--forced {
  margin-top: 3px !important;
}
.mt3--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt3--pconly {
    margin-top: 3px;
  }
  .mt3--pconlyforced {
    margin-top: 3px !important;
  }
}
.mt3--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt3--mobileonly {
    margin-top: 3px;
  }
  .mt3--mobileonlyforced {
    margin-top: 3px !important;
  }
}

.pt3 {
  padding-top: 3px;
}
.pt3forced,
.pt3--forced {
  padding-top: 3px !important;
}
.pt3--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt3--pconly {
    padding-top: 3px;
  }
  .pt3--pconlyforced {
    padding-top: 3px !important;
  }
}
.pt3--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt3--mobileonly {
    padding-top: 3px;
  }
  .pt3--mobileonlyforced {
    padding-top: 3px !important;
  }
}

.mr3 {
  margin-right: 3px;
}
.mr3forced,
.mr3--forced {
  margin-right: 3px !important;
}
.mr3--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr3--pconly {
    margin-right: 3px;
  }
  .mr3--pconlyforced {
    margin-right: 3px !important;
  }
}
.mr3--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr3--mobileonly {
    margin-right: 3px;
  }
  .mr3--mobileonlyforced {
    margin-right: 3px !important;
  }
}

.pr3 {
  padding-right: 3px;
}
.pr3forced,
.pr3--forced {
  padding-right: 3px !important;
}
.pr3--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr3--pconly {
    padding-right: 3px;
  }
  .pr3--pconlyforced {
    padding-right: 3px !important;
  }
}
.pr3--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr3--mobileonly {
    padding-right: 3px;
  }
  .pr3--mobileonlyforced {
    padding-right: 3px !important;
  }
}

.mb3 {
  margin-bottom: 3px;
}
.mb3forced,
.mb3--forced {
  margin-bottom: 3px !important;
}
.mb3--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb3--pconly {
    margin-bottom: 3px;
  }
  .mb3--pconlyforced {
    margin-bottom: 3px !important;
  }
}
.mb3--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb3--mobileonly {
    margin-bottom: 3px;
  }
  .mb3--mobileonlyforced {
    margin-bottom: 3px !important;
  }
}

.pb3 {
  padding-bottom: 3px;
}
.pb3forced,
.pb3--forced {
  padding-bottom: 3px !important;
}
.pb3--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb3--pconly {
    padding-bottom: 3px;
  }
  .pb3--pconlyforced {
    padding-bottom: 3px !important;
  }
}
.pb3--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb3--mobileonly {
    padding-bottom: 3px;
  }
  .pb3--mobileonlyforced {
    padding-bottom: 3px !important;
  }
}

.ml3 {
  margin-left: 3px;
}
.ml3forced,
.ml3--forced {
  margin-left: 3px !important;
}
.ml3--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml3--pconly {
    margin-left: 3px;
  }
  .ml3--pconlyforced {
    margin-left: 3px !important;
  }
}
.ml3--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml3--mobileonly {
    margin-left: 3px;
  }
  .ml3--mobileonlyforced {
    margin-left: 3px !important;
  }
}

.pl3 {
  padding-left: 3px;
}
.pl3forced,
.pl3--forced {
  padding-left: 3px !important;
}
.pl3--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl3--pconly {
    padding-left: 3px;
  }
  .pl3--pconlyforced {
    padding-left: 3px !important;
  }
}
.pl3--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl3--mobileonly {
    padding-left: 3px;
  }
  .pl3--mobileonlyforced {
    padding-left: 3px !important;
  }
}

.ma4 {
  margin: 4px;
}
.ma4forced,
.ma4--forced {
  margin: 4px !important;
}
.ma4--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma4--pconly {
    margin: 4px;
  }
  .ma4--pconlyforced {
    margin: 4px !important;
  }
}
.ma4--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma4--mobileonly {
    margin: 4px;
  }
  .ma4--mobileonlyforced {
    margin: 4px !important;
  }
}

.pa4 {
  padding: 4px;
}
.pa4forced,
.pa4--forced {
  padding: 4px !important;
}
.pa4--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa4--pconly {
    padding: 4px;
  }
  .pa4--pconlyforced {
    padding: 4px !important;
  }
}
.pa4--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa4--mobileonly {
    padding: 4px;
  }
  .pa4--mobileonlyforced {
    padding: 4px !important;
  }
}

.mt4 {
  margin-top: 4px;
}
.mt4forced,
.mt4--forced {
  margin-top: 4px !important;
}
.mt4--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt4--pconly {
    margin-top: 4px;
  }
  .mt4--pconlyforced {
    margin-top: 4px !important;
  }
}
.mt4--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt4--mobileonly {
    margin-top: 4px;
  }
  .mt4--mobileonlyforced {
    margin-top: 4px !important;
  }
}

.pt4 {
  padding-top: 4px;
}
.pt4forced,
.pt4--forced {
  padding-top: 4px !important;
}
.pt4--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt4--pconly {
    padding-top: 4px;
  }
  .pt4--pconlyforced {
    padding-top: 4px !important;
  }
}
.pt4--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt4--mobileonly {
    padding-top: 4px;
  }
  .pt4--mobileonlyforced {
    padding-top: 4px !important;
  }
}

.mr4 {
  margin-right: 4px;
}
.mr4forced,
.mr4--forced {
  margin-right: 4px !important;
}
.mr4--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr4--pconly {
    margin-right: 4px;
  }
  .mr4--pconlyforced {
    margin-right: 4px !important;
  }
}
.mr4--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr4--mobileonly {
    margin-right: 4px;
  }
  .mr4--mobileonlyforced {
    margin-right: 4px !important;
  }
}

.pr4 {
  padding-right: 4px;
}
.pr4forced,
.pr4--forced {
  padding-right: 4px !important;
}
.pr4--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr4--pconly {
    padding-right: 4px;
  }
  .pr4--pconlyforced {
    padding-right: 4px !important;
  }
}
.pr4--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr4--mobileonly {
    padding-right: 4px;
  }
  .pr4--mobileonlyforced {
    padding-right: 4px !important;
  }
}

.mb4 {
  margin-bottom: 4px;
}
.mb4forced,
.mb4--forced {
  margin-bottom: 4px !important;
}
.mb4--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb4--pconly {
    margin-bottom: 4px;
  }
  .mb4--pconlyforced {
    margin-bottom: 4px !important;
  }
}
.mb4--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb4--mobileonly {
    margin-bottom: 4px;
  }
  .mb4--mobileonlyforced {
    margin-bottom: 4px !important;
  }
}

.pb4 {
  padding-bottom: 4px;
}
.pb4forced,
.pb4--forced {
  padding-bottom: 4px !important;
}
.pb4--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb4--pconly {
    padding-bottom: 4px;
  }
  .pb4--pconlyforced {
    padding-bottom: 4px !important;
  }
}
.pb4--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb4--mobileonly {
    padding-bottom: 4px;
  }
  .pb4--mobileonlyforced {
    padding-bottom: 4px !important;
  }
}

.ml4 {
  margin-left: 4px;
}
.ml4forced,
.ml4--forced {
  margin-left: 4px !important;
}
.ml4--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml4--pconly {
    margin-left: 4px;
  }
  .ml4--pconlyforced {
    margin-left: 4px !important;
  }
}
.ml4--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml4--mobileonly {
    margin-left: 4px;
  }
  .ml4--mobileonlyforced {
    margin-left: 4px !important;
  }
}

.pl4 {
  padding-left: 4px;
}
.pl4forced,
.pl4--forced {
  padding-left: 4px !important;
}
.pl4--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl4--pconly {
    padding-left: 4px;
  }
  .pl4--pconlyforced {
    padding-left: 4px !important;
  }
}
.pl4--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl4--mobileonly {
    padding-left: 4px;
  }
  .pl4--mobileonlyforced {
    padding-left: 4px !important;
  }
}

.ma5 {
  margin: 5px;
}
.ma5forced,
.ma5--forced {
  margin: 5px !important;
}
.ma5--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma5--pconly {
    margin: 5px;
  }
  .ma5--pconlyforced {
    margin: 5px !important;
  }
}
.ma5--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma5--mobileonly {
    margin: 5px;
  }
  .ma5--mobileonlyforced {
    margin: 5px !important;
  }
}

.pa5 {
  padding: 5px;
}
.pa5forced,
.pa5--forced {
  padding: 5px !important;
}
.pa5--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa5--pconly {
    padding: 5px;
  }
  .pa5--pconlyforced {
    padding: 5px !important;
  }
}
.pa5--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa5--mobileonly {
    padding: 5px;
  }
  .pa5--mobileonlyforced {
    padding: 5px !important;
  }
}

.mt5 {
  margin-top: 5px;
}
.mt5forced,
.mt5--forced {
  margin-top: 5px !important;
}
.mt5--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt5--pconly {
    margin-top: 5px;
  }
  .mt5--pconlyforced {
    margin-top: 5px !important;
  }
}
.mt5--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt5--mobileonly {
    margin-top: 5px;
  }
  .mt5--mobileonlyforced {
    margin-top: 5px !important;
  }
}

.pt5 {
  padding-top: 5px;
}
.pt5forced,
.pt5--forced {
  padding-top: 5px !important;
}
.pt5--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt5--pconly {
    padding-top: 5px;
  }
  .pt5--pconlyforced {
    padding-top: 5px !important;
  }
}
.pt5--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt5--mobileonly {
    padding-top: 5px;
  }
  .pt5--mobileonlyforced {
    padding-top: 5px !important;
  }
}

.mr5 {
  margin-right: 5px;
}
.mr5forced,
.mr5--forced {
  margin-right: 5px !important;
}
.mr5--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr5--pconly {
    margin-right: 5px;
  }
  .mr5--pconlyforced {
    margin-right: 5px !important;
  }
}
.mr5--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr5--mobileonly {
    margin-right: 5px;
  }
  .mr5--mobileonlyforced {
    margin-right: 5px !important;
  }
}

.pr5 {
  padding-right: 5px;
}
.pr5forced,
.pr5--forced {
  padding-right: 5px !important;
}
.pr5--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr5--pconly {
    padding-right: 5px;
  }
  .pr5--pconlyforced {
    padding-right: 5px !important;
  }
}
.pr5--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr5--mobileonly {
    padding-right: 5px;
  }
  .pr5--mobileonlyforced {
    padding-right: 5px !important;
  }
}

.mb5 {
  margin-bottom: 5px;
}
.mb5forced,
.mb5--forced {
  margin-bottom: 5px !important;
}
.mb5--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb5--pconly {
    margin-bottom: 5px;
  }
  .mb5--pconlyforced {
    margin-bottom: 5px !important;
  }
}
.mb5--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb5--mobileonly {
    margin-bottom: 5px;
  }
  .mb5--mobileonlyforced {
    margin-bottom: 5px !important;
  }
}

.pb5 {
  padding-bottom: 5px;
}
.pb5forced,
.pb5--forced {
  padding-bottom: 5px !important;
}
.pb5--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb5--pconly {
    padding-bottom: 5px;
  }
  .pb5--pconlyforced {
    padding-bottom: 5px !important;
  }
}
.pb5--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb5--mobileonly {
    padding-bottom: 5px;
  }
  .pb5--mobileonlyforced {
    padding-bottom: 5px !important;
  }
}

.ml5 {
  margin-left: 5px;
}
.ml5forced,
.ml5--forced {
  margin-left: 5px !important;
}
.ml5--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml5--pconly {
    margin-left: 5px;
  }
  .ml5--pconlyforced {
    margin-left: 5px !important;
  }
}
.ml5--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml5--mobileonly {
    margin-left: 5px;
  }
  .ml5--mobileonlyforced {
    margin-left: 5px !important;
  }
}

.pl5 {
  padding-left: 5px;
}
.pl5forced,
.pl5--forced {
  padding-left: 5px !important;
}
.pl5--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl5--pconly {
    padding-left: 5px;
  }
  .pl5--pconlyforced {
    padding-left: 5px !important;
  }
}
.pl5--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl5--mobileonly {
    padding-left: 5px;
  }
  .pl5--mobileonlyforced {
    padding-left: 5px !important;
  }
}

.ma6 {
  margin: 6px;
}
.ma6forced,
.ma6--forced {
  margin: 6px !important;
}
.ma6--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma6--pconly {
    margin: 6px;
  }
  .ma6--pconlyforced {
    margin: 6px !important;
  }
}
.ma6--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma6--mobileonly {
    margin: 6px;
  }
  .ma6--mobileonlyforced {
    margin: 6px !important;
  }
}

.pa6 {
  padding: 6px;
}
.pa6forced,
.pa6--forced {
  padding: 6px !important;
}
.pa6--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa6--pconly {
    padding: 6px;
  }
  .pa6--pconlyforced {
    padding: 6px !important;
  }
}
.pa6--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa6--mobileonly {
    padding: 6px;
  }
  .pa6--mobileonlyforced {
    padding: 6px !important;
  }
}

.mt6 {
  margin-top: 6px;
}
.mt6forced,
.mt6--forced {
  margin-top: 6px !important;
}
.mt6--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt6--pconly {
    margin-top: 6px;
  }
  .mt6--pconlyforced {
    margin-top: 6px !important;
  }
}
.mt6--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt6--mobileonly {
    margin-top: 6px;
  }
  .mt6--mobileonlyforced {
    margin-top: 6px !important;
  }
}

.pt6 {
  padding-top: 6px;
}
.pt6forced,
.pt6--forced {
  padding-top: 6px !important;
}
.pt6--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt6--pconly {
    padding-top: 6px;
  }
  .pt6--pconlyforced {
    padding-top: 6px !important;
  }
}
.pt6--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt6--mobileonly {
    padding-top: 6px;
  }
  .pt6--mobileonlyforced {
    padding-top: 6px !important;
  }
}

.mr6 {
  margin-right: 6px;
}
.mr6forced,
.mr6--forced {
  margin-right: 6px !important;
}
.mr6--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr6--pconly {
    margin-right: 6px;
  }
  .mr6--pconlyforced {
    margin-right: 6px !important;
  }
}
.mr6--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr6--mobileonly {
    margin-right: 6px;
  }
  .mr6--mobileonlyforced {
    margin-right: 6px !important;
  }
}

.pr6 {
  padding-right: 6px;
}
.pr6forced,
.pr6--forced {
  padding-right: 6px !important;
}
.pr6--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr6--pconly {
    padding-right: 6px;
  }
  .pr6--pconlyforced {
    padding-right: 6px !important;
  }
}
.pr6--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr6--mobileonly {
    padding-right: 6px;
  }
  .pr6--mobileonlyforced {
    padding-right: 6px !important;
  }
}

.mb6 {
  margin-bottom: 6px;
}
.mb6forced,
.mb6--forced {
  margin-bottom: 6px !important;
}
.mb6--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb6--pconly {
    margin-bottom: 6px;
  }
  .mb6--pconlyforced {
    margin-bottom: 6px !important;
  }
}
.mb6--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb6--mobileonly {
    margin-bottom: 6px;
  }
  .mb6--mobileonlyforced {
    margin-bottom: 6px !important;
  }
}

.pb6 {
  padding-bottom: 6px;
}
.pb6forced,
.pb6--forced {
  padding-bottom: 6px !important;
}
.pb6--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb6--pconly {
    padding-bottom: 6px;
  }
  .pb6--pconlyforced {
    padding-bottom: 6px !important;
  }
}
.pb6--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb6--mobileonly {
    padding-bottom: 6px;
  }
  .pb6--mobileonlyforced {
    padding-bottom: 6px !important;
  }
}

.ml6 {
  margin-left: 6px;
}
.ml6forced,
.ml6--forced {
  margin-left: 6px !important;
}
.ml6--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml6--pconly {
    margin-left: 6px;
  }
  .ml6--pconlyforced {
    margin-left: 6px !important;
  }
}
.ml6--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml6--mobileonly {
    margin-left: 6px;
  }
  .ml6--mobileonlyforced {
    margin-left: 6px !important;
  }
}

.pl6 {
  padding-left: 6px;
}
.pl6forced,
.pl6--forced {
  padding-left: 6px !important;
}
.pl6--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl6--pconly {
    padding-left: 6px;
  }
  .pl6--pconlyforced {
    padding-left: 6px !important;
  }
}
.pl6--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl6--mobileonly {
    padding-left: 6px;
  }
  .pl6--mobileonlyforced {
    padding-left: 6px !important;
  }
}

.ma7 {
  margin: 7px;
}
.ma7forced,
.ma7--forced {
  margin: 7px !important;
}
.ma7--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma7--pconly {
    margin: 7px;
  }
  .ma7--pconlyforced {
    margin: 7px !important;
  }
}
.ma7--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma7--mobileonly {
    margin: 7px;
  }
  .ma7--mobileonlyforced {
    margin: 7px !important;
  }
}

.pa7 {
  padding: 7px;
}
.pa7forced,
.pa7--forced {
  padding: 7px !important;
}
.pa7--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa7--pconly {
    padding: 7px;
  }
  .pa7--pconlyforced {
    padding: 7px !important;
  }
}
.pa7--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa7--mobileonly {
    padding: 7px;
  }
  .pa7--mobileonlyforced {
    padding: 7px !important;
  }
}

.mt7 {
  margin-top: 7px;
}
.mt7forced,
.mt7--forced {
  margin-top: 7px !important;
}
.mt7--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt7--pconly {
    margin-top: 7px;
  }
  .mt7--pconlyforced {
    margin-top: 7px !important;
  }
}
.mt7--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt7--mobileonly {
    margin-top: 7px;
  }
  .mt7--mobileonlyforced {
    margin-top: 7px !important;
  }
}

.pt7 {
  padding-top: 7px;
}
.pt7forced,
.pt7--forced {
  padding-top: 7px !important;
}
.pt7--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt7--pconly {
    padding-top: 7px;
  }
  .pt7--pconlyforced {
    padding-top: 7px !important;
  }
}
.pt7--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt7--mobileonly {
    padding-top: 7px;
  }
  .pt7--mobileonlyforced {
    padding-top: 7px !important;
  }
}

.mr7 {
  margin-right: 7px;
}
.mr7forced,
.mr7--forced {
  margin-right: 7px !important;
}
.mr7--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr7--pconly {
    margin-right: 7px;
  }
  .mr7--pconlyforced {
    margin-right: 7px !important;
  }
}
.mr7--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr7--mobileonly {
    margin-right: 7px;
  }
  .mr7--mobileonlyforced {
    margin-right: 7px !important;
  }
}

.pr7 {
  padding-right: 7px;
}
.pr7forced,
.pr7--forced {
  padding-right: 7px !important;
}
.pr7--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr7--pconly {
    padding-right: 7px;
  }
  .pr7--pconlyforced {
    padding-right: 7px !important;
  }
}
.pr7--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr7--mobileonly {
    padding-right: 7px;
  }
  .pr7--mobileonlyforced {
    padding-right: 7px !important;
  }
}

.mb7 {
  margin-bottom: 7px;
}
.mb7forced,
.mb7--forced {
  margin-bottom: 7px !important;
}
.mb7--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb7--pconly {
    margin-bottom: 7px;
  }
  .mb7--pconlyforced {
    margin-bottom: 7px !important;
  }
}
.mb7--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb7--mobileonly {
    margin-bottom: 7px;
  }
  .mb7--mobileonlyforced {
    margin-bottom: 7px !important;
  }
}

.pb7 {
  padding-bottom: 7px;
}
.pb7forced,
.pb7--forced {
  padding-bottom: 7px !important;
}
.pb7--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb7--pconly {
    padding-bottom: 7px;
  }
  .pb7--pconlyforced {
    padding-bottom: 7px !important;
  }
}
.pb7--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb7--mobileonly {
    padding-bottom: 7px;
  }
  .pb7--mobileonlyforced {
    padding-bottom: 7px !important;
  }
}

.ml7 {
  margin-left: 7px;
}
.ml7forced,
.ml7--forced {
  margin-left: 7px !important;
}
.ml7--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml7--pconly {
    margin-left: 7px;
  }
  .ml7--pconlyforced {
    margin-left: 7px !important;
  }
}
.ml7--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml7--mobileonly {
    margin-left: 7px;
  }
  .ml7--mobileonlyforced {
    margin-left: 7px !important;
  }
}

.pl7 {
  padding-left: 7px;
}
.pl7forced,
.pl7--forced {
  padding-left: 7px !important;
}
.pl7--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl7--pconly {
    padding-left: 7px;
  }
  .pl7--pconlyforced {
    padding-left: 7px !important;
  }
}
.pl7--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl7--mobileonly {
    padding-left: 7px;
  }
  .pl7--mobileonlyforced {
    padding-left: 7px !important;
  }
}

.ma8 {
  margin: 8px;
}
.ma8forced,
.ma8--forced {
  margin: 8px !important;
}
.ma8--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma8--pconly {
    margin: 8px;
  }
  .ma8--pconlyforced {
    margin: 8px !important;
  }
}
.ma8--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma8--mobileonly {
    margin: 8px;
  }
  .ma8--mobileonlyforced {
    margin: 8px !important;
  }
}

.pa8 {
  padding: 8px;
}
.pa8forced,
.pa8--forced {
  padding: 8px !important;
}
.pa8--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa8--pconly {
    padding: 8px;
  }
  .pa8--pconlyforced {
    padding: 8px !important;
  }
}
.pa8--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa8--mobileonly {
    padding: 8px;
  }
  .pa8--mobileonlyforced {
    padding: 8px !important;
  }
}

.mt8 {
  margin-top: 8px;
}
.mt8forced,
.mt8--forced {
  margin-top: 8px !important;
}
.mt8--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt8--pconly {
    margin-top: 8px;
  }
  .mt8--pconlyforced {
    margin-top: 8px !important;
  }
}
.mt8--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt8--mobileonly {
    margin-top: 8px;
  }
  .mt8--mobileonlyforced {
    margin-top: 8px !important;
  }
}

.pt8 {
  padding-top: 8px;
}
.pt8forced,
.pt8--forced {
  padding-top: 8px !important;
}
.pt8--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt8--pconly {
    padding-top: 8px;
  }
  .pt8--pconlyforced {
    padding-top: 8px !important;
  }
}
.pt8--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt8--mobileonly {
    padding-top: 8px;
  }
  .pt8--mobileonlyforced {
    padding-top: 8px !important;
  }
}

.mr8 {
  margin-right: 8px;
}
.mr8forced,
.mr8--forced {
  margin-right: 8px !important;
}
.mr8--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr8--pconly {
    margin-right: 8px;
  }
  .mr8--pconlyforced {
    margin-right: 8px !important;
  }
}
.mr8--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr8--mobileonly {
    margin-right: 8px;
  }
  .mr8--mobileonlyforced {
    margin-right: 8px !important;
  }
}

.pr8 {
  padding-right: 8px;
}
.pr8forced,
.pr8--forced {
  padding-right: 8px !important;
}
.pr8--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr8--pconly {
    padding-right: 8px;
  }
  .pr8--pconlyforced {
    padding-right: 8px !important;
  }
}
.pr8--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr8--mobileonly {
    padding-right: 8px;
  }
  .pr8--mobileonlyforced {
    padding-right: 8px !important;
  }
}

.mb8 {
  margin-bottom: 8px;
}
.mb8forced,
.mb8--forced {
  margin-bottom: 8px !important;
}
.mb8--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb8--pconly {
    margin-bottom: 8px;
  }
  .mb8--pconlyforced {
    margin-bottom: 8px !important;
  }
}
.mb8--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb8--mobileonly {
    margin-bottom: 8px;
  }
  .mb8--mobileonlyforced {
    margin-bottom: 8px !important;
  }
}

.pb8 {
  padding-bottom: 8px;
}
.pb8forced,
.pb8--forced {
  padding-bottom: 8px !important;
}
.pb8--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb8--pconly {
    padding-bottom: 8px;
  }
  .pb8--pconlyforced {
    padding-bottom: 8px !important;
  }
}
.pb8--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb8--mobileonly {
    padding-bottom: 8px;
  }
  .pb8--mobileonlyforced {
    padding-bottom: 8px !important;
  }
}

.ml8 {
  margin-left: 8px;
}
.ml8forced,
.ml8--forced {
  margin-left: 8px !important;
}
.ml8--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml8--pconly {
    margin-left: 8px;
  }
  .ml8--pconlyforced {
    margin-left: 8px !important;
  }
}
.ml8--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml8--mobileonly {
    margin-left: 8px;
  }
  .ml8--mobileonlyforced {
    margin-left: 8px !important;
  }
}

.pl8 {
  padding-left: 8px;
}
.pl8forced,
.pl8--forced {
  padding-left: 8px !important;
}
.pl8--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl8--pconly {
    padding-left: 8px;
  }
  .pl8--pconlyforced {
    padding-left: 8px !important;
  }
}
.pl8--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl8--mobileonly {
    padding-left: 8px;
  }
  .pl8--mobileonlyforced {
    padding-left: 8px !important;
  }
}

.ma9 {
  margin: 9px;
}
.ma9forced,
.ma9--forced {
  margin: 9px !important;
}
.ma9--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma9--pconly {
    margin: 9px;
  }
  .ma9--pconlyforced {
    margin: 9px !important;
  }
}
.ma9--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma9--mobileonly {
    margin: 9px;
  }
  .ma9--mobileonlyforced {
    margin: 9px !important;
  }
}

.pa9 {
  padding: 9px;
}
.pa9forced,
.pa9--forced {
  padding: 9px !important;
}
.pa9--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa9--pconly {
    padding: 9px;
  }
  .pa9--pconlyforced {
    padding: 9px !important;
  }
}
.pa9--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa9--mobileonly {
    padding: 9px;
  }
  .pa9--mobileonlyforced {
    padding: 9px !important;
  }
}

.mt9 {
  margin-top: 9px;
}
.mt9forced,
.mt9--forced {
  margin-top: 9px !important;
}
.mt9--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt9--pconly {
    margin-top: 9px;
  }
  .mt9--pconlyforced {
    margin-top: 9px !important;
  }
}
.mt9--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt9--mobileonly {
    margin-top: 9px;
  }
  .mt9--mobileonlyforced {
    margin-top: 9px !important;
  }
}

.pt9 {
  padding-top: 9px;
}
.pt9forced,
.pt9--forced {
  padding-top: 9px !important;
}
.pt9--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt9--pconly {
    padding-top: 9px;
  }
  .pt9--pconlyforced {
    padding-top: 9px !important;
  }
}
.pt9--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt9--mobileonly {
    padding-top: 9px;
  }
  .pt9--mobileonlyforced {
    padding-top: 9px !important;
  }
}

.mr9 {
  margin-right: 9px;
}
.mr9forced,
.mr9--forced {
  margin-right: 9px !important;
}
.mr9--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr9--pconly {
    margin-right: 9px;
  }
  .mr9--pconlyforced {
    margin-right: 9px !important;
  }
}
.mr9--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr9--mobileonly {
    margin-right: 9px;
  }
  .mr9--mobileonlyforced {
    margin-right: 9px !important;
  }
}

.pr9 {
  padding-right: 9px;
}
.pr9forced,
.pr9--forced {
  padding-right: 9px !important;
}
.pr9--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr9--pconly {
    padding-right: 9px;
  }
  .pr9--pconlyforced {
    padding-right: 9px !important;
  }
}
.pr9--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr9--mobileonly {
    padding-right: 9px;
  }
  .pr9--mobileonlyforced {
    padding-right: 9px !important;
  }
}

.mb9 {
  margin-bottom: 9px;
}
.mb9forced,
.mb9--forced {
  margin-bottom: 9px !important;
}
.mb9--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb9--pconly {
    margin-bottom: 9px;
  }
  .mb9--pconlyforced {
    margin-bottom: 9px !important;
  }
}
.mb9--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb9--mobileonly {
    margin-bottom: 9px;
  }
  .mb9--mobileonlyforced {
    margin-bottom: 9px !important;
  }
}

.pb9 {
  padding-bottom: 9px;
}
.pb9forced,
.pb9--forced {
  padding-bottom: 9px !important;
}
.pb9--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb9--pconly {
    padding-bottom: 9px;
  }
  .pb9--pconlyforced {
    padding-bottom: 9px !important;
  }
}
.pb9--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb9--mobileonly {
    padding-bottom: 9px;
  }
  .pb9--mobileonlyforced {
    padding-bottom: 9px !important;
  }
}

.ml9 {
  margin-left: 9px;
}
.ml9forced,
.ml9--forced {
  margin-left: 9px !important;
}
.ml9--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml9--pconly {
    margin-left: 9px;
  }
  .ml9--pconlyforced {
    margin-left: 9px !important;
  }
}
.ml9--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml9--mobileonly {
    margin-left: 9px;
  }
  .ml9--mobileonlyforced {
    margin-left: 9px !important;
  }
}

.pl9 {
  padding-left: 9px;
}
.pl9forced,
.pl9--forced {
  padding-left: 9px !important;
}
.pl9--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl9--pconly {
    padding-left: 9px;
  }
  .pl9--pconlyforced {
    padding-left: 9px !important;
  }
}
.pl9--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl9--mobileonly {
    padding-left: 9px;
  }
  .pl9--mobileonlyforced {
    padding-left: 9px !important;
  }
}

.ma10 {
  margin: 10px;
}
.ma10forced,
.ma10--forced {
  margin: 10px !important;
}
.ma10--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma10--pconly {
    margin: 10px;
  }
  .ma10--pconlyforced {
    margin: 10px !important;
  }
}
.ma10--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma10--mobileonly {
    margin: 10px;
  }
  .ma10--mobileonlyforced {
    margin: 10px !important;
  }
}

.pa10 {
  padding: 10px;
}
.pa10forced,
.pa10--forced {
  padding: 10px !important;
}
.pa10--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa10--pconly {
    padding: 10px;
  }
  .pa10--pconlyforced {
    padding: 10px !important;
  }
}
.pa10--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa10--mobileonly {
    padding: 10px;
  }
  .pa10--mobileonlyforced {
    padding: 10px !important;
  }
}

.mt10 {
  margin-top: 10px;
}
.mt10forced,
.mt10--forced {
  margin-top: 10px !important;
}
.mt10--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt10--pconly {
    margin-top: 10px;
  }
  .mt10--pconlyforced {
    margin-top: 10px !important;
  }
}
.mt10--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt10--mobileonly {
    margin-top: 10px;
  }
  .mt10--mobileonlyforced {
    margin-top: 10px !important;
  }
}

.pt10 {
  padding-top: 10px;
}
.pt10forced,
.pt10--forced {
  padding-top: 10px !important;
}
.pt10--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt10--pconly {
    padding-top: 10px;
  }
  .pt10--pconlyforced {
    padding-top: 10px !important;
  }
}
.pt10--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt10--mobileonly {
    padding-top: 10px;
  }
  .pt10--mobileonlyforced {
    padding-top: 10px !important;
  }
}

.mr10 {
  margin-right: 10px;
}
.mr10forced,
.mr10--forced {
  margin-right: 10px !important;
}
.mr10--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr10--pconly {
    margin-right: 10px;
  }
  .mr10--pconlyforced {
    margin-right: 10px !important;
  }
}
.mr10--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr10--mobileonly {
    margin-right: 10px;
  }
  .mr10--mobileonlyforced {
    margin-right: 10px !important;
  }
}

.pr10 {
  padding-right: 10px;
}
.pr10forced,
.pr10--forced {
  padding-right: 10px !important;
}
.pr10--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr10--pconly {
    padding-right: 10px;
  }
  .pr10--pconlyforced {
    padding-right: 10px !important;
  }
}
.pr10--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr10--mobileonly {
    padding-right: 10px;
  }
  .pr10--mobileonlyforced {
    padding-right: 10px !important;
  }
}

.mb10 {
  margin-bottom: 10px;
}
.mb10forced,
.mb10--forced {
  margin-bottom: 10px !important;
}
.mb10--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb10--pconly {
    margin-bottom: 10px;
  }
  .mb10--pconlyforced {
    margin-bottom: 10px !important;
  }
}
.mb10--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb10--mobileonly {
    margin-bottom: 10px;
  }
  .mb10--mobileonlyforced {
    margin-bottom: 10px !important;
  }
}

.pb10 {
  padding-bottom: 10px;
}
.pb10forced,
.pb10--forced {
  padding-bottom: 10px !important;
}
.pb10--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb10--pconly {
    padding-bottom: 10px;
  }
  .pb10--pconlyforced {
    padding-bottom: 10px !important;
  }
}
.pb10--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb10--mobileonly {
    padding-bottom: 10px;
  }
  .pb10--mobileonlyforced {
    padding-bottom: 10px !important;
  }
}

.ml10 {
  margin-left: 10px;
}
.ml10forced,
.ml10--forced {
  margin-left: 10px !important;
}
.ml10--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml10--pconly {
    margin-left: 10px;
  }
  .ml10--pconlyforced {
    margin-left: 10px !important;
  }
}
.ml10--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml10--mobileonly {
    margin-left: 10px;
  }
  .ml10--mobileonlyforced {
    margin-left: 10px !important;
  }
}

.pl10 {
  padding-left: 10px;
}
.pl10forced,
.pl10--forced {
  padding-left: 10px !important;
}
.pl10--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl10--pconly {
    padding-left: 10px;
  }
  .pl10--pconlyforced {
    padding-left: 10px !important;
  }
}
.pl10--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl10--mobileonly {
    padding-left: 10px;
  }
  .pl10--mobileonlyforced {
    padding-left: 10px !important;
  }
}

.ma11 {
  margin: 11px;
}
.ma11forced,
.ma11--forced {
  margin: 11px !important;
}
.ma11--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma11--pconly {
    margin: 11px;
  }
  .ma11--pconlyforced {
    margin: 11px !important;
  }
}
.ma11--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma11--mobileonly {
    margin: 11px;
  }
  .ma11--mobileonlyforced {
    margin: 11px !important;
  }
}

.pa11 {
  padding: 11px;
}
.pa11forced,
.pa11--forced {
  padding: 11px !important;
}
.pa11--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa11--pconly {
    padding: 11px;
  }
  .pa11--pconlyforced {
    padding: 11px !important;
  }
}
.pa11--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa11--mobileonly {
    padding: 11px;
  }
  .pa11--mobileonlyforced {
    padding: 11px !important;
  }
}

.mt11 {
  margin-top: 11px;
}
.mt11forced,
.mt11--forced {
  margin-top: 11px !important;
}
.mt11--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt11--pconly {
    margin-top: 11px;
  }
  .mt11--pconlyforced {
    margin-top: 11px !important;
  }
}
.mt11--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt11--mobileonly {
    margin-top: 11px;
  }
  .mt11--mobileonlyforced {
    margin-top: 11px !important;
  }
}

.pt11 {
  padding-top: 11px;
}
.pt11forced,
.pt11--forced {
  padding-top: 11px !important;
}
.pt11--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt11--pconly {
    padding-top: 11px;
  }
  .pt11--pconlyforced {
    padding-top: 11px !important;
  }
}
.pt11--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt11--mobileonly {
    padding-top: 11px;
  }
  .pt11--mobileonlyforced {
    padding-top: 11px !important;
  }
}

.mr11 {
  margin-right: 11px;
}
.mr11forced,
.mr11--forced {
  margin-right: 11px !important;
}
.mr11--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr11--pconly {
    margin-right: 11px;
  }
  .mr11--pconlyforced {
    margin-right: 11px !important;
  }
}
.mr11--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr11--mobileonly {
    margin-right: 11px;
  }
  .mr11--mobileonlyforced {
    margin-right: 11px !important;
  }
}

.pr11 {
  padding-right: 11px;
}
.pr11forced,
.pr11--forced {
  padding-right: 11px !important;
}
.pr11--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr11--pconly {
    padding-right: 11px;
  }
  .pr11--pconlyforced {
    padding-right: 11px !important;
  }
}
.pr11--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr11--mobileonly {
    padding-right: 11px;
  }
  .pr11--mobileonlyforced {
    padding-right: 11px !important;
  }
}

.mb11 {
  margin-bottom: 11px;
}
.mb11forced,
.mb11--forced {
  margin-bottom: 11px !important;
}
.mb11--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb11--pconly {
    margin-bottom: 11px;
  }
  .mb11--pconlyforced {
    margin-bottom: 11px !important;
  }
}
.mb11--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb11--mobileonly {
    margin-bottom: 11px;
  }
  .mb11--mobileonlyforced {
    margin-bottom: 11px !important;
  }
}

.pb11 {
  padding-bottom: 11px;
}
.pb11forced,
.pb11--forced {
  padding-bottom: 11px !important;
}
.pb11--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb11--pconly {
    padding-bottom: 11px;
  }
  .pb11--pconlyforced {
    padding-bottom: 11px !important;
  }
}
.pb11--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb11--mobileonly {
    padding-bottom: 11px;
  }
  .pb11--mobileonlyforced {
    padding-bottom: 11px !important;
  }
}

.ml11 {
  margin-left: 11px;
}
.ml11forced,
.ml11--forced {
  margin-left: 11px !important;
}
.ml11--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml11--pconly {
    margin-left: 11px;
  }
  .ml11--pconlyforced {
    margin-left: 11px !important;
  }
}
.ml11--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml11--mobileonly {
    margin-left: 11px;
  }
  .ml11--mobileonlyforced {
    margin-left: 11px !important;
  }
}

.pl11 {
  padding-left: 11px;
}
.pl11forced,
.pl11--forced {
  padding-left: 11px !important;
}
.pl11--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl11--pconly {
    padding-left: 11px;
  }
  .pl11--pconlyforced {
    padding-left: 11px !important;
  }
}
.pl11--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl11--mobileonly {
    padding-left: 11px;
  }
  .pl11--mobileonlyforced {
    padding-left: 11px !important;
  }
}

.ma12 {
  margin: 12px;
}
.ma12forced,
.ma12--forced {
  margin: 12px !important;
}
.ma12--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma12--pconly {
    margin: 12px;
  }
  .ma12--pconlyforced {
    margin: 12px !important;
  }
}
.ma12--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma12--mobileonly {
    margin: 12px;
  }
  .ma12--mobileonlyforced {
    margin: 12px !important;
  }
}

.pa12 {
  padding: 12px;
}
.pa12forced,
.pa12--forced {
  padding: 12px !important;
}
.pa12--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa12--pconly {
    padding: 12px;
  }
  .pa12--pconlyforced {
    padding: 12px !important;
  }
}
.pa12--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa12--mobileonly {
    padding: 12px;
  }
  .pa12--mobileonlyforced {
    padding: 12px !important;
  }
}

.mt12 {
  margin-top: 12px;
}
.mt12forced,
.mt12--forced {
  margin-top: 12px !important;
}
.mt12--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt12--pconly {
    margin-top: 12px;
  }
  .mt12--pconlyforced {
    margin-top: 12px !important;
  }
}
.mt12--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt12--mobileonly {
    margin-top: 12px;
  }
  .mt12--mobileonlyforced {
    margin-top: 12px !important;
  }
}

.pt12 {
  padding-top: 12px;
}
.pt12forced,
.pt12--forced {
  padding-top: 12px !important;
}
.pt12--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt12--pconly {
    padding-top: 12px;
  }
  .pt12--pconlyforced {
    padding-top: 12px !important;
  }
}
.pt12--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt12--mobileonly {
    padding-top: 12px;
  }
  .pt12--mobileonlyforced {
    padding-top: 12px !important;
  }
}

.mr12 {
  margin-right: 12px;
}
.mr12forced,
.mr12--forced {
  margin-right: 12px !important;
}
.mr12--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr12--pconly {
    margin-right: 12px;
  }
  .mr12--pconlyforced {
    margin-right: 12px !important;
  }
}
.mr12--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr12--mobileonly {
    margin-right: 12px;
  }
  .mr12--mobileonlyforced {
    margin-right: 12px !important;
  }
}

.pr12 {
  padding-right: 12px;
}
.pr12forced,
.pr12--forced {
  padding-right: 12px !important;
}
.pr12--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr12--pconly {
    padding-right: 12px;
  }
  .pr12--pconlyforced {
    padding-right: 12px !important;
  }
}
.pr12--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr12--mobileonly {
    padding-right: 12px;
  }
  .pr12--mobileonlyforced {
    padding-right: 12px !important;
  }
}

.mb12 {
  margin-bottom: 12px;
}
.mb12forced,
.mb12--forced {
  margin-bottom: 12px !important;
}
.mb12--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb12--pconly {
    margin-bottom: 12px;
  }
  .mb12--pconlyforced {
    margin-bottom: 12px !important;
  }
}
.mb12--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb12--mobileonly {
    margin-bottom: 12px;
  }
  .mb12--mobileonlyforced {
    margin-bottom: 12px !important;
  }
}

.pb12 {
  padding-bottom: 12px;
}
.pb12forced,
.pb12--forced {
  padding-bottom: 12px !important;
}
.pb12--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb12--pconly {
    padding-bottom: 12px;
  }
  .pb12--pconlyforced {
    padding-bottom: 12px !important;
  }
}
.pb12--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb12--mobileonly {
    padding-bottom: 12px;
  }
  .pb12--mobileonlyforced {
    padding-bottom: 12px !important;
  }
}

.ml12 {
  margin-left: 12px;
}
.ml12forced,
.ml12--forced {
  margin-left: 12px !important;
}
.ml12--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml12--pconly {
    margin-left: 12px;
  }
  .ml12--pconlyforced {
    margin-left: 12px !important;
  }
}
.ml12--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml12--mobileonly {
    margin-left: 12px;
  }
  .ml12--mobileonlyforced {
    margin-left: 12px !important;
  }
}

.pl12 {
  padding-left: 12px;
}
.pl12forced,
.pl12--forced {
  padding-left: 12px !important;
}
.pl12--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl12--pconly {
    padding-left: 12px;
  }
  .pl12--pconlyforced {
    padding-left: 12px !important;
  }
}
.pl12--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl12--mobileonly {
    padding-left: 12px;
  }
  .pl12--mobileonlyforced {
    padding-left: 12px !important;
  }
}

.ma13 {
  margin: 13px;
}
.ma13forced,
.ma13--forced {
  margin: 13px !important;
}
.ma13--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma13--pconly {
    margin: 13px;
  }
  .ma13--pconlyforced {
    margin: 13px !important;
  }
}
.ma13--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma13--mobileonly {
    margin: 13px;
  }
  .ma13--mobileonlyforced {
    margin: 13px !important;
  }
}

.pa13 {
  padding: 13px;
}
.pa13forced,
.pa13--forced {
  padding: 13px !important;
}
.pa13--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa13--pconly {
    padding: 13px;
  }
  .pa13--pconlyforced {
    padding: 13px !important;
  }
}
.pa13--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa13--mobileonly {
    padding: 13px;
  }
  .pa13--mobileonlyforced {
    padding: 13px !important;
  }
}

.mt13 {
  margin-top: 13px;
}
.mt13forced,
.mt13--forced {
  margin-top: 13px !important;
}
.mt13--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt13--pconly {
    margin-top: 13px;
  }
  .mt13--pconlyforced {
    margin-top: 13px !important;
  }
}
.mt13--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt13--mobileonly {
    margin-top: 13px;
  }
  .mt13--mobileonlyforced {
    margin-top: 13px !important;
  }
}

.pt13 {
  padding-top: 13px;
}
.pt13forced,
.pt13--forced {
  padding-top: 13px !important;
}
.pt13--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt13--pconly {
    padding-top: 13px;
  }
  .pt13--pconlyforced {
    padding-top: 13px !important;
  }
}
.pt13--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt13--mobileonly {
    padding-top: 13px;
  }
  .pt13--mobileonlyforced {
    padding-top: 13px !important;
  }
}

.mr13 {
  margin-right: 13px;
}
.mr13forced,
.mr13--forced {
  margin-right: 13px !important;
}
.mr13--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr13--pconly {
    margin-right: 13px;
  }
  .mr13--pconlyforced {
    margin-right: 13px !important;
  }
}
.mr13--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr13--mobileonly {
    margin-right: 13px;
  }
  .mr13--mobileonlyforced {
    margin-right: 13px !important;
  }
}

.pr13 {
  padding-right: 13px;
}
.pr13forced,
.pr13--forced {
  padding-right: 13px !important;
}
.pr13--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr13--pconly {
    padding-right: 13px;
  }
  .pr13--pconlyforced {
    padding-right: 13px !important;
  }
}
.pr13--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr13--mobileonly {
    padding-right: 13px;
  }
  .pr13--mobileonlyforced {
    padding-right: 13px !important;
  }
}

.mb13 {
  margin-bottom: 13px;
}
.mb13forced,
.mb13--forced {
  margin-bottom: 13px !important;
}
.mb13--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb13--pconly {
    margin-bottom: 13px;
  }
  .mb13--pconlyforced {
    margin-bottom: 13px !important;
  }
}
.mb13--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb13--mobileonly {
    margin-bottom: 13px;
  }
  .mb13--mobileonlyforced {
    margin-bottom: 13px !important;
  }
}

.pb13 {
  padding-bottom: 13px;
}
.pb13forced,
.pb13--forced {
  padding-bottom: 13px !important;
}
.pb13--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb13--pconly {
    padding-bottom: 13px;
  }
  .pb13--pconlyforced {
    padding-bottom: 13px !important;
  }
}
.pb13--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb13--mobileonly {
    padding-bottom: 13px;
  }
  .pb13--mobileonlyforced {
    padding-bottom: 13px !important;
  }
}

.ml13 {
  margin-left: 13px;
}
.ml13forced,
.ml13--forced {
  margin-left: 13px !important;
}
.ml13--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml13--pconly {
    margin-left: 13px;
  }
  .ml13--pconlyforced {
    margin-left: 13px !important;
  }
}
.ml13--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml13--mobileonly {
    margin-left: 13px;
  }
  .ml13--mobileonlyforced {
    margin-left: 13px !important;
  }
}

.pl13 {
  padding-left: 13px;
}
.pl13forced,
.pl13--forced {
  padding-left: 13px !important;
}
.pl13--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl13--pconly {
    padding-left: 13px;
  }
  .pl13--pconlyforced {
    padding-left: 13px !important;
  }
}
.pl13--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl13--mobileonly {
    padding-left: 13px;
  }
  .pl13--mobileonlyforced {
    padding-left: 13px !important;
  }
}

.ma14 {
  margin: 14px;
}
.ma14forced,
.ma14--forced {
  margin: 14px !important;
}
.ma14--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma14--pconly {
    margin: 14px;
  }
  .ma14--pconlyforced {
    margin: 14px !important;
  }
}
.ma14--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma14--mobileonly {
    margin: 14px;
  }
  .ma14--mobileonlyforced {
    margin: 14px !important;
  }
}

.pa14 {
  padding: 14px;
}
.pa14forced,
.pa14--forced {
  padding: 14px !important;
}
.pa14--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa14--pconly {
    padding: 14px;
  }
  .pa14--pconlyforced {
    padding: 14px !important;
  }
}
.pa14--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa14--mobileonly {
    padding: 14px;
  }
  .pa14--mobileonlyforced {
    padding: 14px !important;
  }
}

.mt14 {
  margin-top: 14px;
}
.mt14forced,
.mt14--forced {
  margin-top: 14px !important;
}
.mt14--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt14--pconly {
    margin-top: 14px;
  }
  .mt14--pconlyforced {
    margin-top: 14px !important;
  }
}
.mt14--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt14--mobileonly {
    margin-top: 14px;
  }
  .mt14--mobileonlyforced {
    margin-top: 14px !important;
  }
}

.pt14 {
  padding-top: 14px;
}
.pt14forced,
.pt14--forced {
  padding-top: 14px !important;
}
.pt14--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt14--pconly {
    padding-top: 14px;
  }
  .pt14--pconlyforced {
    padding-top: 14px !important;
  }
}
.pt14--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt14--mobileonly {
    padding-top: 14px;
  }
  .pt14--mobileonlyforced {
    padding-top: 14px !important;
  }
}

.mr14 {
  margin-right: 14px;
}
.mr14forced,
.mr14--forced {
  margin-right: 14px !important;
}
.mr14--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr14--pconly {
    margin-right: 14px;
  }
  .mr14--pconlyforced {
    margin-right: 14px !important;
  }
}
.mr14--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr14--mobileonly {
    margin-right: 14px;
  }
  .mr14--mobileonlyforced {
    margin-right: 14px !important;
  }
}

.pr14 {
  padding-right: 14px;
}
.pr14forced,
.pr14--forced {
  padding-right: 14px !important;
}
.pr14--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr14--pconly {
    padding-right: 14px;
  }
  .pr14--pconlyforced {
    padding-right: 14px !important;
  }
}
.pr14--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr14--mobileonly {
    padding-right: 14px;
  }
  .pr14--mobileonlyforced {
    padding-right: 14px !important;
  }
}

.mb14 {
  margin-bottom: 14px;
}
.mb14forced,
.mb14--forced {
  margin-bottom: 14px !important;
}
.mb14--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb14--pconly {
    margin-bottom: 14px;
  }
  .mb14--pconlyforced {
    margin-bottom: 14px !important;
  }
}
.mb14--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb14--mobileonly {
    margin-bottom: 14px;
  }
  .mb14--mobileonlyforced {
    margin-bottom: 14px !important;
  }
}

.pb14 {
  padding-bottom: 14px;
}
.pb14forced,
.pb14--forced {
  padding-bottom: 14px !important;
}
.pb14--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb14--pconly {
    padding-bottom: 14px;
  }
  .pb14--pconlyforced {
    padding-bottom: 14px !important;
  }
}
.pb14--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb14--mobileonly {
    padding-bottom: 14px;
  }
  .pb14--mobileonlyforced {
    padding-bottom: 14px !important;
  }
}

.ml14 {
  margin-left: 14px;
}
.ml14forced,
.ml14--forced {
  margin-left: 14px !important;
}
.ml14--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml14--pconly {
    margin-left: 14px;
  }
  .ml14--pconlyforced {
    margin-left: 14px !important;
  }
}
.ml14--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml14--mobileonly {
    margin-left: 14px;
  }
  .ml14--mobileonlyforced {
    margin-left: 14px !important;
  }
}

.pl14 {
  padding-left: 14px;
}
.pl14forced,
.pl14--forced {
  padding-left: 14px !important;
}
.pl14--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl14--pconly {
    padding-left: 14px;
  }
  .pl14--pconlyforced {
    padding-left: 14px !important;
  }
}
.pl14--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl14--mobileonly {
    padding-left: 14px;
  }
  .pl14--mobileonlyforced {
    padding-left: 14px !important;
  }
}

.ma15 {
  margin: 15px;
}
.ma15forced,
.ma15--forced {
  margin: 15px !important;
}
.ma15--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma15--pconly {
    margin: 15px;
  }
  .ma15--pconlyforced {
    margin: 15px !important;
  }
}
.ma15--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma15--mobileonly {
    margin: 15px;
  }
  .ma15--mobileonlyforced {
    margin: 15px !important;
  }
}

.pa15 {
  padding: 15px;
}
.pa15forced,
.pa15--forced {
  padding: 15px !important;
}
.pa15--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa15--pconly {
    padding: 15px;
  }
  .pa15--pconlyforced {
    padding: 15px !important;
  }
}
.pa15--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa15--mobileonly {
    padding: 15px;
  }
  .pa15--mobileonlyforced {
    padding: 15px !important;
  }
}

.mt15 {
  margin-top: 15px;
}
.mt15forced,
.mt15--forced {
  margin-top: 15px !important;
}
.mt15--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt15--pconly {
    margin-top: 15px;
  }
  .mt15--pconlyforced {
    margin-top: 15px !important;
  }
}
.mt15--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt15--mobileonly {
    margin-top: 15px;
  }
  .mt15--mobileonlyforced {
    margin-top: 15px !important;
  }
}

.pt15 {
  padding-top: 15px;
}
.pt15forced,
.pt15--forced {
  padding-top: 15px !important;
}
.pt15--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt15--pconly {
    padding-top: 15px;
  }
  .pt15--pconlyforced {
    padding-top: 15px !important;
  }
}
.pt15--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt15--mobileonly {
    padding-top: 15px;
  }
  .pt15--mobileonlyforced {
    padding-top: 15px !important;
  }
}

.mr15 {
  margin-right: 15px;
}
.mr15forced,
.mr15--forced {
  margin-right: 15px !important;
}
.mr15--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr15--pconly {
    margin-right: 15px;
  }
  .mr15--pconlyforced {
    margin-right: 15px !important;
  }
}
.mr15--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr15--mobileonly {
    margin-right: 15px;
  }
  .mr15--mobileonlyforced {
    margin-right: 15px !important;
  }
}

.pr15 {
  padding-right: 15px;
}
.pr15forced,
.pr15--forced {
  padding-right: 15px !important;
}
.pr15--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr15--pconly {
    padding-right: 15px;
  }
  .pr15--pconlyforced {
    padding-right: 15px !important;
  }
}
.pr15--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr15--mobileonly {
    padding-right: 15px;
  }
  .pr15--mobileonlyforced {
    padding-right: 15px !important;
  }
}

.mb15 {
  margin-bottom: 15px;
}
.mb15forced,
.mb15--forced {
  margin-bottom: 15px !important;
}
.mb15--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb15--pconly {
    margin-bottom: 15px;
  }
  .mb15--pconlyforced {
    margin-bottom: 15px !important;
  }
}
.mb15--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb15--mobileonly {
    margin-bottom: 15px;
  }
  .mb15--mobileonlyforced {
    margin-bottom: 15px !important;
  }
}

.pb15 {
  padding-bottom: 15px;
}
.pb15forced,
.pb15--forced {
  padding-bottom: 15px !important;
}
.pb15--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb15--pconly {
    padding-bottom: 15px;
  }
  .pb15--pconlyforced {
    padding-bottom: 15px !important;
  }
}
.pb15--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb15--mobileonly {
    padding-bottom: 15px;
  }
  .pb15--mobileonlyforced {
    padding-bottom: 15px !important;
  }
}

.ml15 {
  margin-left: 15px;
}
.ml15forced,
.ml15--forced {
  margin-left: 15px !important;
}
.ml15--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml15--pconly {
    margin-left: 15px;
  }
  .ml15--pconlyforced {
    margin-left: 15px !important;
  }
}
.ml15--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml15--mobileonly {
    margin-left: 15px;
  }
  .ml15--mobileonlyforced {
    margin-left: 15px !important;
  }
}

.pl15 {
  padding-left: 15px;
}
.pl15forced,
.pl15--forced {
  padding-left: 15px !important;
}
.pl15--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl15--pconly {
    padding-left: 15px;
  }
  .pl15--pconlyforced {
    padding-left: 15px !important;
  }
}
.pl15--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl15--mobileonly {
    padding-left: 15px;
  }
  .pl15--mobileonlyforced {
    padding-left: 15px !important;
  }
}

.ma16 {
  margin: 16px;
}
.ma16forced,
.ma16--forced {
  margin: 16px !important;
}
.ma16--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma16--pconly {
    margin: 16px;
  }
  .ma16--pconlyforced {
    margin: 16px !important;
  }
}
.ma16--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma16--mobileonly {
    margin: 16px;
  }
  .ma16--mobileonlyforced {
    margin: 16px !important;
  }
}

.pa16 {
  padding: 16px;
}
.pa16forced,
.pa16--forced {
  padding: 16px !important;
}
.pa16--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa16--pconly {
    padding: 16px;
  }
  .pa16--pconlyforced {
    padding: 16px !important;
  }
}
.pa16--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa16--mobileonly {
    padding: 16px;
  }
  .pa16--mobileonlyforced {
    padding: 16px !important;
  }
}

.mt16 {
  margin-top: 16px;
}
.mt16forced,
.mt16--forced {
  margin-top: 16px !important;
}
.mt16--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt16--pconly {
    margin-top: 16px;
  }
  .mt16--pconlyforced {
    margin-top: 16px !important;
  }
}
.mt16--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt16--mobileonly {
    margin-top: 16px;
  }
  .mt16--mobileonlyforced {
    margin-top: 16px !important;
  }
}

.pt16 {
  padding-top: 16px;
}
.pt16forced,
.pt16--forced {
  padding-top: 16px !important;
}
.pt16--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt16--pconly {
    padding-top: 16px;
  }
  .pt16--pconlyforced {
    padding-top: 16px !important;
  }
}
.pt16--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt16--mobileonly {
    padding-top: 16px;
  }
  .pt16--mobileonlyforced {
    padding-top: 16px !important;
  }
}

.mr16 {
  margin-right: 16px;
}
.mr16forced,
.mr16--forced {
  margin-right: 16px !important;
}
.mr16--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr16--pconly {
    margin-right: 16px;
  }
  .mr16--pconlyforced {
    margin-right: 16px !important;
  }
}
.mr16--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr16--mobileonly {
    margin-right: 16px;
  }
  .mr16--mobileonlyforced {
    margin-right: 16px !important;
  }
}

.pr16 {
  padding-right: 16px;
}
.pr16forced,
.pr16--forced {
  padding-right: 16px !important;
}
.pr16--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr16--pconly {
    padding-right: 16px;
  }
  .pr16--pconlyforced {
    padding-right: 16px !important;
  }
}
.pr16--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr16--mobileonly {
    padding-right: 16px;
  }
  .pr16--mobileonlyforced {
    padding-right: 16px !important;
  }
}

.mb16 {
  margin-bottom: 16px;
}
.mb16forced,
.mb16--forced {
  margin-bottom: 16px !important;
}
.mb16--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb16--pconly {
    margin-bottom: 16px;
  }
  .mb16--pconlyforced {
    margin-bottom: 16px !important;
  }
}
.mb16--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb16--mobileonly {
    margin-bottom: 16px;
  }
  .mb16--mobileonlyforced {
    margin-bottom: 16px !important;
  }
}

.pb16 {
  padding-bottom: 16px;
}
.pb16forced,
.pb16--forced {
  padding-bottom: 16px !important;
}
.pb16--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb16--pconly {
    padding-bottom: 16px;
  }
  .pb16--pconlyforced {
    padding-bottom: 16px !important;
  }
}
.pb16--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb16--mobileonly {
    padding-bottom: 16px;
  }
  .pb16--mobileonlyforced {
    padding-bottom: 16px !important;
  }
}

.ml16 {
  margin-left: 16px;
}
.ml16forced,
.ml16--forced {
  margin-left: 16px !important;
}
.ml16--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml16--pconly {
    margin-left: 16px;
  }
  .ml16--pconlyforced {
    margin-left: 16px !important;
  }
}
.ml16--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml16--mobileonly {
    margin-left: 16px;
  }
  .ml16--mobileonlyforced {
    margin-left: 16px !important;
  }
}

.pl16 {
  padding-left: 16px;
}
.pl16forced,
.pl16--forced {
  padding-left: 16px !important;
}
.pl16--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl16--pconly {
    padding-left: 16px;
  }
  .pl16--pconlyforced {
    padding-left: 16px !important;
  }
}
.pl16--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl16--mobileonly {
    padding-left: 16px;
  }
  .pl16--mobileonlyforced {
    padding-left: 16px !important;
  }
}

.ma17 {
  margin: 17px;
}
.ma17forced,
.ma17--forced {
  margin: 17px !important;
}
.ma17--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma17--pconly {
    margin: 17px;
  }
  .ma17--pconlyforced {
    margin: 17px !important;
  }
}
.ma17--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma17--mobileonly {
    margin: 17px;
  }
  .ma17--mobileonlyforced {
    margin: 17px !important;
  }
}

.pa17 {
  padding: 17px;
}
.pa17forced,
.pa17--forced {
  padding: 17px !important;
}
.pa17--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa17--pconly {
    padding: 17px;
  }
  .pa17--pconlyforced {
    padding: 17px !important;
  }
}
.pa17--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa17--mobileonly {
    padding: 17px;
  }
  .pa17--mobileonlyforced {
    padding: 17px !important;
  }
}

.mt17 {
  margin-top: 17px;
}
.mt17forced,
.mt17--forced {
  margin-top: 17px !important;
}
.mt17--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt17--pconly {
    margin-top: 17px;
  }
  .mt17--pconlyforced {
    margin-top: 17px !important;
  }
}
.mt17--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt17--mobileonly {
    margin-top: 17px;
  }
  .mt17--mobileonlyforced {
    margin-top: 17px !important;
  }
}

.pt17 {
  padding-top: 17px;
}
.pt17forced,
.pt17--forced {
  padding-top: 17px !important;
}
.pt17--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt17--pconly {
    padding-top: 17px;
  }
  .pt17--pconlyforced {
    padding-top: 17px !important;
  }
}
.pt17--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt17--mobileonly {
    padding-top: 17px;
  }
  .pt17--mobileonlyforced {
    padding-top: 17px !important;
  }
}

.mr17 {
  margin-right: 17px;
}
.mr17forced,
.mr17--forced {
  margin-right: 17px !important;
}
.mr17--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr17--pconly {
    margin-right: 17px;
  }
  .mr17--pconlyforced {
    margin-right: 17px !important;
  }
}
.mr17--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr17--mobileonly {
    margin-right: 17px;
  }
  .mr17--mobileonlyforced {
    margin-right: 17px !important;
  }
}

.pr17 {
  padding-right: 17px;
}
.pr17forced,
.pr17--forced {
  padding-right: 17px !important;
}
.pr17--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr17--pconly {
    padding-right: 17px;
  }
  .pr17--pconlyforced {
    padding-right: 17px !important;
  }
}
.pr17--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr17--mobileonly {
    padding-right: 17px;
  }
  .pr17--mobileonlyforced {
    padding-right: 17px !important;
  }
}

.mb17 {
  margin-bottom: 17px;
}
.mb17forced,
.mb17--forced {
  margin-bottom: 17px !important;
}
.mb17--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb17--pconly {
    margin-bottom: 17px;
  }
  .mb17--pconlyforced {
    margin-bottom: 17px !important;
  }
}
.mb17--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb17--mobileonly {
    margin-bottom: 17px;
  }
  .mb17--mobileonlyforced {
    margin-bottom: 17px !important;
  }
}

.pb17 {
  padding-bottom: 17px;
}
.pb17forced,
.pb17--forced {
  padding-bottom: 17px !important;
}
.pb17--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb17--pconly {
    padding-bottom: 17px;
  }
  .pb17--pconlyforced {
    padding-bottom: 17px !important;
  }
}
.pb17--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb17--mobileonly {
    padding-bottom: 17px;
  }
  .pb17--mobileonlyforced {
    padding-bottom: 17px !important;
  }
}

.ml17 {
  margin-left: 17px;
}
.ml17forced,
.ml17--forced {
  margin-left: 17px !important;
}
.ml17--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml17--pconly {
    margin-left: 17px;
  }
  .ml17--pconlyforced {
    margin-left: 17px !important;
  }
}
.ml17--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml17--mobileonly {
    margin-left: 17px;
  }
  .ml17--mobileonlyforced {
    margin-left: 17px !important;
  }
}

.pl17 {
  padding-left: 17px;
}
.pl17forced,
.pl17--forced {
  padding-left: 17px !important;
}
.pl17--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl17--pconly {
    padding-left: 17px;
  }
  .pl17--pconlyforced {
    padding-left: 17px !important;
  }
}
.pl17--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl17--mobileonly {
    padding-left: 17px;
  }
  .pl17--mobileonlyforced {
    padding-left: 17px !important;
  }
}

.ma18 {
  margin: 18px;
}
.ma18forced,
.ma18--forced {
  margin: 18px !important;
}
.ma18--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma18--pconly {
    margin: 18px;
  }
  .ma18--pconlyforced {
    margin: 18px !important;
  }
}
.ma18--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma18--mobileonly {
    margin: 18px;
  }
  .ma18--mobileonlyforced {
    margin: 18px !important;
  }
}

.pa18 {
  padding: 18px;
}
.pa18forced,
.pa18--forced {
  padding: 18px !important;
}
.pa18--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa18--pconly {
    padding: 18px;
  }
  .pa18--pconlyforced {
    padding: 18px !important;
  }
}
.pa18--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa18--mobileonly {
    padding: 18px;
  }
  .pa18--mobileonlyforced {
    padding: 18px !important;
  }
}

.mt18 {
  margin-top: 18px;
}
.mt18forced,
.mt18--forced {
  margin-top: 18px !important;
}
.mt18--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt18--pconly {
    margin-top: 18px;
  }
  .mt18--pconlyforced {
    margin-top: 18px !important;
  }
}
.mt18--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt18--mobileonly {
    margin-top: 18px;
  }
  .mt18--mobileonlyforced {
    margin-top: 18px !important;
  }
}

.pt18 {
  padding-top: 18px;
}
.pt18forced,
.pt18--forced {
  padding-top: 18px !important;
}
.pt18--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt18--pconly {
    padding-top: 18px;
  }
  .pt18--pconlyforced {
    padding-top: 18px !important;
  }
}
.pt18--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt18--mobileonly {
    padding-top: 18px;
  }
  .pt18--mobileonlyforced {
    padding-top: 18px !important;
  }
}

.mr18 {
  margin-right: 18px;
}
.mr18forced,
.mr18--forced {
  margin-right: 18px !important;
}
.mr18--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr18--pconly {
    margin-right: 18px;
  }
  .mr18--pconlyforced {
    margin-right: 18px !important;
  }
}
.mr18--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr18--mobileonly {
    margin-right: 18px;
  }
  .mr18--mobileonlyforced {
    margin-right: 18px !important;
  }
}

.pr18 {
  padding-right: 18px;
}
.pr18forced,
.pr18--forced {
  padding-right: 18px !important;
}
.pr18--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr18--pconly {
    padding-right: 18px;
  }
  .pr18--pconlyforced {
    padding-right: 18px !important;
  }
}
.pr18--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr18--mobileonly {
    padding-right: 18px;
  }
  .pr18--mobileonlyforced {
    padding-right: 18px !important;
  }
}

.mb18 {
  margin-bottom: 18px;
}
.mb18forced,
.mb18--forced {
  margin-bottom: 18px !important;
}
.mb18--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb18--pconly {
    margin-bottom: 18px;
  }
  .mb18--pconlyforced {
    margin-bottom: 18px !important;
  }
}
.mb18--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb18--mobileonly {
    margin-bottom: 18px;
  }
  .mb18--mobileonlyforced {
    margin-bottom: 18px !important;
  }
}

.pb18 {
  padding-bottom: 18px;
}
.pb18forced,
.pb18--forced {
  padding-bottom: 18px !important;
}
.pb18--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb18--pconly {
    padding-bottom: 18px;
  }
  .pb18--pconlyforced {
    padding-bottom: 18px !important;
  }
}
.pb18--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb18--mobileonly {
    padding-bottom: 18px;
  }
  .pb18--mobileonlyforced {
    padding-bottom: 18px !important;
  }
}

.ml18 {
  margin-left: 18px;
}
.ml18forced,
.ml18--forced {
  margin-left: 18px !important;
}
.ml18--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml18--pconly {
    margin-left: 18px;
  }
  .ml18--pconlyforced {
    margin-left: 18px !important;
  }
}
.ml18--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml18--mobileonly {
    margin-left: 18px;
  }
  .ml18--mobileonlyforced {
    margin-left: 18px !important;
  }
}

.pl18 {
  padding-left: 18px;
}
.pl18forced,
.pl18--forced {
  padding-left: 18px !important;
}
.pl18--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl18--pconly {
    padding-left: 18px;
  }
  .pl18--pconlyforced {
    padding-left: 18px !important;
  }
}
.pl18--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl18--mobileonly {
    padding-left: 18px;
  }
  .pl18--mobileonlyforced {
    padding-left: 18px !important;
  }
}

.ma19 {
  margin: 19px;
}
.ma19forced,
.ma19--forced {
  margin: 19px !important;
}
.ma19--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma19--pconly {
    margin: 19px;
  }
  .ma19--pconlyforced {
    margin: 19px !important;
  }
}
.ma19--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma19--mobileonly {
    margin: 19px;
  }
  .ma19--mobileonlyforced {
    margin: 19px !important;
  }
}

.pa19 {
  padding: 19px;
}
.pa19forced,
.pa19--forced {
  padding: 19px !important;
}
.pa19--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa19--pconly {
    padding: 19px;
  }
  .pa19--pconlyforced {
    padding: 19px !important;
  }
}
.pa19--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa19--mobileonly {
    padding: 19px;
  }
  .pa19--mobileonlyforced {
    padding: 19px !important;
  }
}

.mt19 {
  margin-top: 19px;
}
.mt19forced,
.mt19--forced {
  margin-top: 19px !important;
}
.mt19--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt19--pconly {
    margin-top: 19px;
  }
  .mt19--pconlyforced {
    margin-top: 19px !important;
  }
}
.mt19--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt19--mobileonly {
    margin-top: 19px;
  }
  .mt19--mobileonlyforced {
    margin-top: 19px !important;
  }
}

.pt19 {
  padding-top: 19px;
}
.pt19forced,
.pt19--forced {
  padding-top: 19px !important;
}
.pt19--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt19--pconly {
    padding-top: 19px;
  }
  .pt19--pconlyforced {
    padding-top: 19px !important;
  }
}
.pt19--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt19--mobileonly {
    padding-top: 19px;
  }
  .pt19--mobileonlyforced {
    padding-top: 19px !important;
  }
}

.mr19 {
  margin-right: 19px;
}
.mr19forced,
.mr19--forced {
  margin-right: 19px !important;
}
.mr19--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr19--pconly {
    margin-right: 19px;
  }
  .mr19--pconlyforced {
    margin-right: 19px !important;
  }
}
.mr19--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr19--mobileonly {
    margin-right: 19px;
  }
  .mr19--mobileonlyforced {
    margin-right: 19px !important;
  }
}

.pr19 {
  padding-right: 19px;
}
.pr19forced,
.pr19--forced {
  padding-right: 19px !important;
}
.pr19--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr19--pconly {
    padding-right: 19px;
  }
  .pr19--pconlyforced {
    padding-right: 19px !important;
  }
}
.pr19--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr19--mobileonly {
    padding-right: 19px;
  }
  .pr19--mobileonlyforced {
    padding-right: 19px !important;
  }
}

.mb19 {
  margin-bottom: 19px;
}
.mb19forced,
.mb19--forced {
  margin-bottom: 19px !important;
}
.mb19--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb19--pconly {
    margin-bottom: 19px;
  }
  .mb19--pconlyforced {
    margin-bottom: 19px !important;
  }
}
.mb19--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb19--mobileonly {
    margin-bottom: 19px;
  }
  .mb19--mobileonlyforced {
    margin-bottom: 19px !important;
  }
}

.pb19 {
  padding-bottom: 19px;
}
.pb19forced,
.pb19--forced {
  padding-bottom: 19px !important;
}
.pb19--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb19--pconly {
    padding-bottom: 19px;
  }
  .pb19--pconlyforced {
    padding-bottom: 19px !important;
  }
}
.pb19--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb19--mobileonly {
    padding-bottom: 19px;
  }
  .pb19--mobileonlyforced {
    padding-bottom: 19px !important;
  }
}

.ml19 {
  margin-left: 19px;
}
.ml19forced,
.ml19--forced {
  margin-left: 19px !important;
}
.ml19--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml19--pconly {
    margin-left: 19px;
  }
  .ml19--pconlyforced {
    margin-left: 19px !important;
  }
}
.ml19--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml19--mobileonly {
    margin-left: 19px;
  }
  .ml19--mobileonlyforced {
    margin-left: 19px !important;
  }
}

.pl19 {
  padding-left: 19px;
}
.pl19forced,
.pl19--forced {
  padding-left: 19px !important;
}
.pl19--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl19--pconly {
    padding-left: 19px;
  }
  .pl19--pconlyforced {
    padding-left: 19px !important;
  }
}
.pl19--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl19--mobileonly {
    padding-left: 19px;
  }
  .pl19--mobileonlyforced {
    padding-left: 19px !important;
  }
}

.ma20 {
  margin: 20px;
}
.ma20forced,
.ma20--forced {
  margin: 20px !important;
}
.ma20--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma20--pconly {
    margin: 20px;
  }
  .ma20--pconlyforced {
    margin: 20px !important;
  }
}
.ma20--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma20--mobileonly {
    margin: 20px;
  }
  .ma20--mobileonlyforced {
    margin: 20px !important;
  }
}

.pa20 {
  padding: 20px;
}
.pa20forced,
.pa20--forced {
  padding: 20px !important;
}
.pa20--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa20--pconly {
    padding: 20px;
  }
  .pa20--pconlyforced {
    padding: 20px !important;
  }
}
.pa20--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa20--mobileonly {
    padding: 20px;
  }
  .pa20--mobileonlyforced {
    padding: 20px !important;
  }
}

.mt20 {
  margin-top: 20px;
}
.mt20forced,
.mt20--forced {
  margin-top: 20px !important;
}
.mt20--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt20--pconly {
    margin-top: 20px;
  }
  .mt20--pconlyforced {
    margin-top: 20px !important;
  }
}
.mt20--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt20--mobileonly {
    margin-top: 20px;
  }
  .mt20--mobileonlyforced {
    margin-top: 20px !important;
  }
}

.pt20 {
  padding-top: 20px;
}
.pt20forced,
.pt20--forced {
  padding-top: 20px !important;
}
.pt20--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt20--pconly {
    padding-top: 20px;
  }
  .pt20--pconlyforced {
    padding-top: 20px !important;
  }
}
.pt20--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt20--mobileonly {
    padding-top: 20px;
  }
  .pt20--mobileonlyforced {
    padding-top: 20px !important;
  }
}

.mr20 {
  margin-right: 20px;
}
.mr20forced,
.mr20--forced {
  margin-right: 20px !important;
}
.mr20--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr20--pconly {
    margin-right: 20px;
  }
  .mr20--pconlyforced {
    margin-right: 20px !important;
  }
}
.mr20--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr20--mobileonly {
    margin-right: 20px;
  }
  .mr20--mobileonlyforced {
    margin-right: 20px !important;
  }
}

.pr20 {
  padding-right: 20px;
}
.pr20forced,
.pr20--forced {
  padding-right: 20px !important;
}
.pr20--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr20--pconly {
    padding-right: 20px;
  }
  .pr20--pconlyforced {
    padding-right: 20px !important;
  }
}
.pr20--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr20--mobileonly {
    padding-right: 20px;
  }
  .pr20--mobileonlyforced {
    padding-right: 20px !important;
  }
}

.mb20 {
  margin-bottom: 20px;
}
.mb20forced,
.mb20--forced {
  margin-bottom: 20px !important;
}
.mb20--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb20--pconly {
    margin-bottom: 20px;
  }
  .mb20--pconlyforced {
    margin-bottom: 20px !important;
  }
}
.mb20--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb20--mobileonly {
    margin-bottom: 20px;
  }
  .mb20--mobileonlyforced {
    margin-bottom: 20px !important;
  }
}

.pb20 {
  padding-bottom: 20px;
}
.pb20forced,
.pb20--forced {
  padding-bottom: 20px !important;
}
.pb20--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb20--pconly {
    padding-bottom: 20px;
  }
  .pb20--pconlyforced {
    padding-bottom: 20px !important;
  }
}
.pb20--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb20--mobileonly {
    padding-bottom: 20px;
  }
  .pb20--mobileonlyforced {
    padding-bottom: 20px !important;
  }
}

.ml20 {
  margin-left: 20px;
}
.ml20forced,
.ml20--forced {
  margin-left: 20px !important;
}
.ml20--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml20--pconly {
    margin-left: 20px;
  }
  .ml20--pconlyforced {
    margin-left: 20px !important;
  }
}
.ml20--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml20--mobileonly {
    margin-left: 20px;
  }
  .ml20--mobileonlyforced {
    margin-left: 20px !important;
  }
}

.pl20 {
  padding-left: 20px;
}
.pl20forced,
.pl20--forced {
  padding-left: 20px !important;
}
.pl20--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl20--pconly {
    padding-left: 20px;
  }
  .pl20--pconlyforced {
    padding-left: 20px !important;
  }
}
.pl20--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl20--mobileonly {
    padding-left: 20px;
  }
  .pl20--mobileonlyforced {
    padding-left: 20px !important;
  }
}

.ma21 {
  margin: 21px;
}
.ma21forced,
.ma21--forced {
  margin: 21px !important;
}
.ma21--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma21--pconly {
    margin: 21px;
  }
  .ma21--pconlyforced {
    margin: 21px !important;
  }
}
.ma21--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma21--mobileonly {
    margin: 21px;
  }
  .ma21--mobileonlyforced {
    margin: 21px !important;
  }
}

.pa21 {
  padding: 21px;
}
.pa21forced,
.pa21--forced {
  padding: 21px !important;
}
.pa21--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa21--pconly {
    padding: 21px;
  }
  .pa21--pconlyforced {
    padding: 21px !important;
  }
}
.pa21--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa21--mobileonly {
    padding: 21px;
  }
  .pa21--mobileonlyforced {
    padding: 21px !important;
  }
}

.mt21 {
  margin-top: 21px;
}
.mt21forced,
.mt21--forced {
  margin-top: 21px !important;
}
.mt21--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt21--pconly {
    margin-top: 21px;
  }
  .mt21--pconlyforced {
    margin-top: 21px !important;
  }
}
.mt21--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt21--mobileonly {
    margin-top: 21px;
  }
  .mt21--mobileonlyforced {
    margin-top: 21px !important;
  }
}

.pt21 {
  padding-top: 21px;
}
.pt21forced,
.pt21--forced {
  padding-top: 21px !important;
}
.pt21--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt21--pconly {
    padding-top: 21px;
  }
  .pt21--pconlyforced {
    padding-top: 21px !important;
  }
}
.pt21--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt21--mobileonly {
    padding-top: 21px;
  }
  .pt21--mobileonlyforced {
    padding-top: 21px !important;
  }
}

.mr21 {
  margin-right: 21px;
}
.mr21forced,
.mr21--forced {
  margin-right: 21px !important;
}
.mr21--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr21--pconly {
    margin-right: 21px;
  }
  .mr21--pconlyforced {
    margin-right: 21px !important;
  }
}
.mr21--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr21--mobileonly {
    margin-right: 21px;
  }
  .mr21--mobileonlyforced {
    margin-right: 21px !important;
  }
}

.pr21 {
  padding-right: 21px;
}
.pr21forced,
.pr21--forced {
  padding-right: 21px !important;
}
.pr21--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr21--pconly {
    padding-right: 21px;
  }
  .pr21--pconlyforced {
    padding-right: 21px !important;
  }
}
.pr21--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr21--mobileonly {
    padding-right: 21px;
  }
  .pr21--mobileonlyforced {
    padding-right: 21px !important;
  }
}

.mb21 {
  margin-bottom: 21px;
}
.mb21forced,
.mb21--forced {
  margin-bottom: 21px !important;
}
.mb21--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb21--pconly {
    margin-bottom: 21px;
  }
  .mb21--pconlyforced {
    margin-bottom: 21px !important;
  }
}
.mb21--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb21--mobileonly {
    margin-bottom: 21px;
  }
  .mb21--mobileonlyforced {
    margin-bottom: 21px !important;
  }
}

.pb21 {
  padding-bottom: 21px;
}
.pb21forced,
.pb21--forced {
  padding-bottom: 21px !important;
}
.pb21--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb21--pconly {
    padding-bottom: 21px;
  }
  .pb21--pconlyforced {
    padding-bottom: 21px !important;
  }
}
.pb21--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb21--mobileonly {
    padding-bottom: 21px;
  }
  .pb21--mobileonlyforced {
    padding-bottom: 21px !important;
  }
}

.ml21 {
  margin-left: 21px;
}
.ml21forced,
.ml21--forced {
  margin-left: 21px !important;
}
.ml21--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml21--pconly {
    margin-left: 21px;
  }
  .ml21--pconlyforced {
    margin-left: 21px !important;
  }
}
.ml21--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml21--mobileonly {
    margin-left: 21px;
  }
  .ml21--mobileonlyforced {
    margin-left: 21px !important;
  }
}

.pl21 {
  padding-left: 21px;
}
.pl21forced,
.pl21--forced {
  padding-left: 21px !important;
}
.pl21--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl21--pconly {
    padding-left: 21px;
  }
  .pl21--pconlyforced {
    padding-left: 21px !important;
  }
}
.pl21--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl21--mobileonly {
    padding-left: 21px;
  }
  .pl21--mobileonlyforced {
    padding-left: 21px !important;
  }
}

.ma22 {
  margin: 22px;
}
.ma22forced,
.ma22--forced {
  margin: 22px !important;
}
.ma22--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma22--pconly {
    margin: 22px;
  }
  .ma22--pconlyforced {
    margin: 22px !important;
  }
}
.ma22--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma22--mobileonly {
    margin: 22px;
  }
  .ma22--mobileonlyforced {
    margin: 22px !important;
  }
}

.pa22 {
  padding: 22px;
}
.pa22forced,
.pa22--forced {
  padding: 22px !important;
}
.pa22--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa22--pconly {
    padding: 22px;
  }
  .pa22--pconlyforced {
    padding: 22px !important;
  }
}
.pa22--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa22--mobileonly {
    padding: 22px;
  }
  .pa22--mobileonlyforced {
    padding: 22px !important;
  }
}

.mt22 {
  margin-top: 22px;
}
.mt22forced,
.mt22--forced {
  margin-top: 22px !important;
}
.mt22--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt22--pconly {
    margin-top: 22px;
  }
  .mt22--pconlyforced {
    margin-top: 22px !important;
  }
}
.mt22--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt22--mobileonly {
    margin-top: 22px;
  }
  .mt22--mobileonlyforced {
    margin-top: 22px !important;
  }
}

.pt22 {
  padding-top: 22px;
}
.pt22forced,
.pt22--forced {
  padding-top: 22px !important;
}
.pt22--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt22--pconly {
    padding-top: 22px;
  }
  .pt22--pconlyforced {
    padding-top: 22px !important;
  }
}
.pt22--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt22--mobileonly {
    padding-top: 22px;
  }
  .pt22--mobileonlyforced {
    padding-top: 22px !important;
  }
}

.mr22 {
  margin-right: 22px;
}
.mr22forced,
.mr22--forced {
  margin-right: 22px !important;
}
.mr22--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr22--pconly {
    margin-right: 22px;
  }
  .mr22--pconlyforced {
    margin-right: 22px !important;
  }
}
.mr22--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr22--mobileonly {
    margin-right: 22px;
  }
  .mr22--mobileonlyforced {
    margin-right: 22px !important;
  }
}

.pr22 {
  padding-right: 22px;
}
.pr22forced,
.pr22--forced {
  padding-right: 22px !important;
}
.pr22--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr22--pconly {
    padding-right: 22px;
  }
  .pr22--pconlyforced {
    padding-right: 22px !important;
  }
}
.pr22--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr22--mobileonly {
    padding-right: 22px;
  }
  .pr22--mobileonlyforced {
    padding-right: 22px !important;
  }
}

.mb22 {
  margin-bottom: 22px;
}
.mb22forced,
.mb22--forced {
  margin-bottom: 22px !important;
}
.mb22--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb22--pconly {
    margin-bottom: 22px;
  }
  .mb22--pconlyforced {
    margin-bottom: 22px !important;
  }
}
.mb22--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb22--mobileonly {
    margin-bottom: 22px;
  }
  .mb22--mobileonlyforced {
    margin-bottom: 22px !important;
  }
}

.pb22 {
  padding-bottom: 22px;
}
.pb22forced,
.pb22--forced {
  padding-bottom: 22px !important;
}
.pb22--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb22--pconly {
    padding-bottom: 22px;
  }
  .pb22--pconlyforced {
    padding-bottom: 22px !important;
  }
}
.pb22--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb22--mobileonly {
    padding-bottom: 22px;
  }
  .pb22--mobileonlyforced {
    padding-bottom: 22px !important;
  }
}

.ml22 {
  margin-left: 22px;
}
.ml22forced,
.ml22--forced {
  margin-left: 22px !important;
}
.ml22--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml22--pconly {
    margin-left: 22px;
  }
  .ml22--pconlyforced {
    margin-left: 22px !important;
  }
}
.ml22--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml22--mobileonly {
    margin-left: 22px;
  }
  .ml22--mobileonlyforced {
    margin-left: 22px !important;
  }
}

.pl22 {
  padding-left: 22px;
}
.pl22forced,
.pl22--forced {
  padding-left: 22px !important;
}
.pl22--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl22--pconly {
    padding-left: 22px;
  }
  .pl22--pconlyforced {
    padding-left: 22px !important;
  }
}
.pl22--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl22--mobileonly {
    padding-left: 22px;
  }
  .pl22--mobileonlyforced {
    padding-left: 22px !important;
  }
}

.ma23 {
  margin: 23px;
}
.ma23forced,
.ma23--forced {
  margin: 23px !important;
}
.ma23--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma23--pconly {
    margin: 23px;
  }
  .ma23--pconlyforced {
    margin: 23px !important;
  }
}
.ma23--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma23--mobileonly {
    margin: 23px;
  }
  .ma23--mobileonlyforced {
    margin: 23px !important;
  }
}

.pa23 {
  padding: 23px;
}
.pa23forced,
.pa23--forced {
  padding: 23px !important;
}
.pa23--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa23--pconly {
    padding: 23px;
  }
  .pa23--pconlyforced {
    padding: 23px !important;
  }
}
.pa23--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa23--mobileonly {
    padding: 23px;
  }
  .pa23--mobileonlyforced {
    padding: 23px !important;
  }
}

.mt23 {
  margin-top: 23px;
}
.mt23forced,
.mt23--forced {
  margin-top: 23px !important;
}
.mt23--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt23--pconly {
    margin-top: 23px;
  }
  .mt23--pconlyforced {
    margin-top: 23px !important;
  }
}
.mt23--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt23--mobileonly {
    margin-top: 23px;
  }
  .mt23--mobileonlyforced {
    margin-top: 23px !important;
  }
}

.pt23 {
  padding-top: 23px;
}
.pt23forced,
.pt23--forced {
  padding-top: 23px !important;
}
.pt23--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt23--pconly {
    padding-top: 23px;
  }
  .pt23--pconlyforced {
    padding-top: 23px !important;
  }
}
.pt23--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt23--mobileonly {
    padding-top: 23px;
  }
  .pt23--mobileonlyforced {
    padding-top: 23px !important;
  }
}

.mr23 {
  margin-right: 23px;
}
.mr23forced,
.mr23--forced {
  margin-right: 23px !important;
}
.mr23--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr23--pconly {
    margin-right: 23px;
  }
  .mr23--pconlyforced {
    margin-right: 23px !important;
  }
}
.mr23--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr23--mobileonly {
    margin-right: 23px;
  }
  .mr23--mobileonlyforced {
    margin-right: 23px !important;
  }
}

.pr23 {
  padding-right: 23px;
}
.pr23forced,
.pr23--forced {
  padding-right: 23px !important;
}
.pr23--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr23--pconly {
    padding-right: 23px;
  }
  .pr23--pconlyforced {
    padding-right: 23px !important;
  }
}
.pr23--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr23--mobileonly {
    padding-right: 23px;
  }
  .pr23--mobileonlyforced {
    padding-right: 23px !important;
  }
}

.mb23 {
  margin-bottom: 23px;
}
.mb23forced,
.mb23--forced {
  margin-bottom: 23px !important;
}
.mb23--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb23--pconly {
    margin-bottom: 23px;
  }
  .mb23--pconlyforced {
    margin-bottom: 23px !important;
  }
}
.mb23--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb23--mobileonly {
    margin-bottom: 23px;
  }
  .mb23--mobileonlyforced {
    margin-bottom: 23px !important;
  }
}

.pb23 {
  padding-bottom: 23px;
}
.pb23forced,
.pb23--forced {
  padding-bottom: 23px !important;
}
.pb23--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb23--pconly {
    padding-bottom: 23px;
  }
  .pb23--pconlyforced {
    padding-bottom: 23px !important;
  }
}
.pb23--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb23--mobileonly {
    padding-bottom: 23px;
  }
  .pb23--mobileonlyforced {
    padding-bottom: 23px !important;
  }
}

.ml23 {
  margin-left: 23px;
}
.ml23forced,
.ml23--forced {
  margin-left: 23px !important;
}
.ml23--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml23--pconly {
    margin-left: 23px;
  }
  .ml23--pconlyforced {
    margin-left: 23px !important;
  }
}
.ml23--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml23--mobileonly {
    margin-left: 23px;
  }
  .ml23--mobileonlyforced {
    margin-left: 23px !important;
  }
}

.pl23 {
  padding-left: 23px;
}
.pl23forced,
.pl23--forced {
  padding-left: 23px !important;
}
.pl23--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl23--pconly {
    padding-left: 23px;
  }
  .pl23--pconlyforced {
    padding-left: 23px !important;
  }
}
.pl23--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl23--mobileonly {
    padding-left: 23px;
  }
  .pl23--mobileonlyforced {
    padding-left: 23px !important;
  }
}

.ma24 {
  margin: 24px;
}
.ma24forced,
.ma24--forced {
  margin: 24px !important;
}
.ma24--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma24--pconly {
    margin: 24px;
  }
  .ma24--pconlyforced {
    margin: 24px !important;
  }
}
.ma24--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma24--mobileonly {
    margin: 24px;
  }
  .ma24--mobileonlyforced {
    margin: 24px !important;
  }
}

.pa24 {
  padding: 24px;
}
.pa24forced,
.pa24--forced {
  padding: 24px !important;
}
.pa24--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa24--pconly {
    padding: 24px;
  }
  .pa24--pconlyforced {
    padding: 24px !important;
  }
}
.pa24--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa24--mobileonly {
    padding: 24px;
  }
  .pa24--mobileonlyforced {
    padding: 24px !important;
  }
}

.mt24 {
  margin-top: 24px;
}
.mt24forced,
.mt24--forced {
  margin-top: 24px !important;
}
.mt24--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt24--pconly {
    margin-top: 24px;
  }
  .mt24--pconlyforced {
    margin-top: 24px !important;
  }
}
.mt24--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt24--mobileonly {
    margin-top: 24px;
  }
  .mt24--mobileonlyforced {
    margin-top: 24px !important;
  }
}

.pt24 {
  padding-top: 24px;
}
.pt24forced,
.pt24--forced {
  padding-top: 24px !important;
}
.pt24--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt24--pconly {
    padding-top: 24px;
  }
  .pt24--pconlyforced {
    padding-top: 24px !important;
  }
}
.pt24--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt24--mobileonly {
    padding-top: 24px;
  }
  .pt24--mobileonlyforced {
    padding-top: 24px !important;
  }
}

.mr24 {
  margin-right: 24px;
}
.mr24forced,
.mr24--forced {
  margin-right: 24px !important;
}
.mr24--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr24--pconly {
    margin-right: 24px;
  }
  .mr24--pconlyforced {
    margin-right: 24px !important;
  }
}
.mr24--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr24--mobileonly {
    margin-right: 24px;
  }
  .mr24--mobileonlyforced {
    margin-right: 24px !important;
  }
}

.pr24 {
  padding-right: 24px;
}
.pr24forced,
.pr24--forced {
  padding-right: 24px !important;
}
.pr24--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr24--pconly {
    padding-right: 24px;
  }
  .pr24--pconlyforced {
    padding-right: 24px !important;
  }
}
.pr24--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr24--mobileonly {
    padding-right: 24px;
  }
  .pr24--mobileonlyforced {
    padding-right: 24px !important;
  }
}

.mb24 {
  margin-bottom: 24px;
}
.mb24forced,
.mb24--forced {
  margin-bottom: 24px !important;
}
.mb24--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb24--pconly {
    margin-bottom: 24px;
  }
  .mb24--pconlyforced {
    margin-bottom: 24px !important;
  }
}
.mb24--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb24--mobileonly {
    margin-bottom: 24px;
  }
  .mb24--mobileonlyforced {
    margin-bottom: 24px !important;
  }
}

.pb24 {
  padding-bottom: 24px;
}
.pb24forced,
.pb24--forced {
  padding-bottom: 24px !important;
}
.pb24--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb24--pconly {
    padding-bottom: 24px;
  }
  .pb24--pconlyforced {
    padding-bottom: 24px !important;
  }
}
.pb24--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb24--mobileonly {
    padding-bottom: 24px;
  }
  .pb24--mobileonlyforced {
    padding-bottom: 24px !important;
  }
}

.ml24 {
  margin-left: 24px;
}
.ml24forced,
.ml24--forced {
  margin-left: 24px !important;
}
.ml24--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml24--pconly {
    margin-left: 24px;
  }
  .ml24--pconlyforced {
    margin-left: 24px !important;
  }
}
.ml24--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml24--mobileonly {
    margin-left: 24px;
  }
  .ml24--mobileonlyforced {
    margin-left: 24px !important;
  }
}

.pl24 {
  padding-left: 24px;
}
.pl24forced,
.pl24--forced {
  padding-left: 24px !important;
}
.pl24--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl24--pconly {
    padding-left: 24px;
  }
  .pl24--pconlyforced {
    padding-left: 24px !important;
  }
}
.pl24--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl24--mobileonly {
    padding-left: 24px;
  }
  .pl24--mobileonlyforced {
    padding-left: 24px !important;
  }
}

.ma25 {
  margin: 25px;
}
.ma25forced,
.ma25--forced {
  margin: 25px !important;
}
.ma25--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma25--pconly {
    margin: 25px;
  }
  .ma25--pconlyforced {
    margin: 25px !important;
  }
}
.ma25--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma25--mobileonly {
    margin: 25px;
  }
  .ma25--mobileonlyforced {
    margin: 25px !important;
  }
}

.pa25 {
  padding: 25px;
}
.pa25forced,
.pa25--forced {
  padding: 25px !important;
}
.pa25--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa25--pconly {
    padding: 25px;
  }
  .pa25--pconlyforced {
    padding: 25px !important;
  }
}
.pa25--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa25--mobileonly {
    padding: 25px;
  }
  .pa25--mobileonlyforced {
    padding: 25px !important;
  }
}

.mt25 {
  margin-top: 25px;
}
.mt25forced,
.mt25--forced {
  margin-top: 25px !important;
}
.mt25--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt25--pconly {
    margin-top: 25px;
  }
  .mt25--pconlyforced {
    margin-top: 25px !important;
  }
}
.mt25--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt25--mobileonly {
    margin-top: 25px;
  }
  .mt25--mobileonlyforced {
    margin-top: 25px !important;
  }
}

.pt25 {
  padding-top: 25px;
}
.pt25forced,
.pt25--forced {
  padding-top: 25px !important;
}
.pt25--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt25--pconly {
    padding-top: 25px;
  }
  .pt25--pconlyforced {
    padding-top: 25px !important;
  }
}
.pt25--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt25--mobileonly {
    padding-top: 25px;
  }
  .pt25--mobileonlyforced {
    padding-top: 25px !important;
  }
}

.mr25 {
  margin-right: 25px;
}
.mr25forced,
.mr25--forced {
  margin-right: 25px !important;
}
.mr25--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr25--pconly {
    margin-right: 25px;
  }
  .mr25--pconlyforced {
    margin-right: 25px !important;
  }
}
.mr25--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr25--mobileonly {
    margin-right: 25px;
  }
  .mr25--mobileonlyforced {
    margin-right: 25px !important;
  }
}

.pr25 {
  padding-right: 25px;
}
.pr25forced,
.pr25--forced {
  padding-right: 25px !important;
}
.pr25--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr25--pconly {
    padding-right: 25px;
  }
  .pr25--pconlyforced {
    padding-right: 25px !important;
  }
}
.pr25--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr25--mobileonly {
    padding-right: 25px;
  }
  .pr25--mobileonlyforced {
    padding-right: 25px !important;
  }
}

.mb25 {
  margin-bottom: 25px;
}
.mb25forced,
.mb25--forced {
  margin-bottom: 25px !important;
}
.mb25--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb25--pconly {
    margin-bottom: 25px;
  }
  .mb25--pconlyforced {
    margin-bottom: 25px !important;
  }
}
.mb25--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb25--mobileonly {
    margin-bottom: 25px;
  }
  .mb25--mobileonlyforced {
    margin-bottom: 25px !important;
  }
}

.pb25 {
  padding-bottom: 25px;
}
.pb25forced,
.pb25--forced {
  padding-bottom: 25px !important;
}
.pb25--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb25--pconly {
    padding-bottom: 25px;
  }
  .pb25--pconlyforced {
    padding-bottom: 25px !important;
  }
}
.pb25--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb25--mobileonly {
    padding-bottom: 25px;
  }
  .pb25--mobileonlyforced {
    padding-bottom: 25px !important;
  }
}

.ml25 {
  margin-left: 25px;
}
.ml25forced,
.ml25--forced {
  margin-left: 25px !important;
}
.ml25--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml25--pconly {
    margin-left: 25px;
  }
  .ml25--pconlyforced {
    margin-left: 25px !important;
  }
}
.ml25--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml25--mobileonly {
    margin-left: 25px;
  }
  .ml25--mobileonlyforced {
    margin-left: 25px !important;
  }
}

.pl25 {
  padding-left: 25px;
}
.pl25forced,
.pl25--forced {
  padding-left: 25px !important;
}
.pl25--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl25--pconly {
    padding-left: 25px;
  }
  .pl25--pconlyforced {
    padding-left: 25px !important;
  }
}
.pl25--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl25--mobileonly {
    padding-left: 25px;
  }
  .pl25--mobileonlyforced {
    padding-left: 25px !important;
  }
}

.ma26 {
  margin: 26px;
}
.ma26forced,
.ma26--forced {
  margin: 26px !important;
}
.ma26--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma26--pconly {
    margin: 26px;
  }
  .ma26--pconlyforced {
    margin: 26px !important;
  }
}
.ma26--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma26--mobileonly {
    margin: 26px;
  }
  .ma26--mobileonlyforced {
    margin: 26px !important;
  }
}

.pa26 {
  padding: 26px;
}
.pa26forced,
.pa26--forced {
  padding: 26px !important;
}
.pa26--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa26--pconly {
    padding: 26px;
  }
  .pa26--pconlyforced {
    padding: 26px !important;
  }
}
.pa26--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa26--mobileonly {
    padding: 26px;
  }
  .pa26--mobileonlyforced {
    padding: 26px !important;
  }
}

.mt26 {
  margin-top: 26px;
}
.mt26forced,
.mt26--forced {
  margin-top: 26px !important;
}
.mt26--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt26--pconly {
    margin-top: 26px;
  }
  .mt26--pconlyforced {
    margin-top: 26px !important;
  }
}
.mt26--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt26--mobileonly {
    margin-top: 26px;
  }
  .mt26--mobileonlyforced {
    margin-top: 26px !important;
  }
}

.pt26 {
  padding-top: 26px;
}
.pt26forced,
.pt26--forced {
  padding-top: 26px !important;
}
.pt26--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt26--pconly {
    padding-top: 26px;
  }
  .pt26--pconlyforced {
    padding-top: 26px !important;
  }
}
.pt26--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt26--mobileonly {
    padding-top: 26px;
  }
  .pt26--mobileonlyforced {
    padding-top: 26px !important;
  }
}

.mr26 {
  margin-right: 26px;
}
.mr26forced,
.mr26--forced {
  margin-right: 26px !important;
}
.mr26--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr26--pconly {
    margin-right: 26px;
  }
  .mr26--pconlyforced {
    margin-right: 26px !important;
  }
}
.mr26--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr26--mobileonly {
    margin-right: 26px;
  }
  .mr26--mobileonlyforced {
    margin-right: 26px !important;
  }
}

.pr26 {
  padding-right: 26px;
}
.pr26forced,
.pr26--forced {
  padding-right: 26px !important;
}
.pr26--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr26--pconly {
    padding-right: 26px;
  }
  .pr26--pconlyforced {
    padding-right: 26px !important;
  }
}
.pr26--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr26--mobileonly {
    padding-right: 26px;
  }
  .pr26--mobileonlyforced {
    padding-right: 26px !important;
  }
}

.mb26 {
  margin-bottom: 26px;
}
.mb26forced,
.mb26--forced {
  margin-bottom: 26px !important;
}
.mb26--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb26--pconly {
    margin-bottom: 26px;
  }
  .mb26--pconlyforced {
    margin-bottom: 26px !important;
  }
}
.mb26--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb26--mobileonly {
    margin-bottom: 26px;
  }
  .mb26--mobileonlyforced {
    margin-bottom: 26px !important;
  }
}

.pb26 {
  padding-bottom: 26px;
}
.pb26forced,
.pb26--forced {
  padding-bottom: 26px !important;
}
.pb26--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb26--pconly {
    padding-bottom: 26px;
  }
  .pb26--pconlyforced {
    padding-bottom: 26px !important;
  }
}
.pb26--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb26--mobileonly {
    padding-bottom: 26px;
  }
  .pb26--mobileonlyforced {
    padding-bottom: 26px !important;
  }
}

.ml26 {
  margin-left: 26px;
}
.ml26forced,
.ml26--forced {
  margin-left: 26px !important;
}
.ml26--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml26--pconly {
    margin-left: 26px;
  }
  .ml26--pconlyforced {
    margin-left: 26px !important;
  }
}
.ml26--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml26--mobileonly {
    margin-left: 26px;
  }
  .ml26--mobileonlyforced {
    margin-left: 26px !important;
  }
}

.pl26 {
  padding-left: 26px;
}
.pl26forced,
.pl26--forced {
  padding-left: 26px !important;
}
.pl26--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl26--pconly {
    padding-left: 26px;
  }
  .pl26--pconlyforced {
    padding-left: 26px !important;
  }
}
.pl26--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl26--mobileonly {
    padding-left: 26px;
  }
  .pl26--mobileonlyforced {
    padding-left: 26px !important;
  }
}

.ma27 {
  margin: 27px;
}
.ma27forced,
.ma27--forced {
  margin: 27px !important;
}
.ma27--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma27--pconly {
    margin: 27px;
  }
  .ma27--pconlyforced {
    margin: 27px !important;
  }
}
.ma27--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma27--mobileonly {
    margin: 27px;
  }
  .ma27--mobileonlyforced {
    margin: 27px !important;
  }
}

.pa27 {
  padding: 27px;
}
.pa27forced,
.pa27--forced {
  padding: 27px !important;
}
.pa27--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa27--pconly {
    padding: 27px;
  }
  .pa27--pconlyforced {
    padding: 27px !important;
  }
}
.pa27--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa27--mobileonly {
    padding: 27px;
  }
  .pa27--mobileonlyforced {
    padding: 27px !important;
  }
}

.mt27 {
  margin-top: 27px;
}
.mt27forced,
.mt27--forced {
  margin-top: 27px !important;
}
.mt27--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt27--pconly {
    margin-top: 27px;
  }
  .mt27--pconlyforced {
    margin-top: 27px !important;
  }
}
.mt27--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt27--mobileonly {
    margin-top: 27px;
  }
  .mt27--mobileonlyforced {
    margin-top: 27px !important;
  }
}

.pt27 {
  padding-top: 27px;
}
.pt27forced,
.pt27--forced {
  padding-top: 27px !important;
}
.pt27--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt27--pconly {
    padding-top: 27px;
  }
  .pt27--pconlyforced {
    padding-top: 27px !important;
  }
}
.pt27--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt27--mobileonly {
    padding-top: 27px;
  }
  .pt27--mobileonlyforced {
    padding-top: 27px !important;
  }
}

.mr27 {
  margin-right: 27px;
}
.mr27forced,
.mr27--forced {
  margin-right: 27px !important;
}
.mr27--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr27--pconly {
    margin-right: 27px;
  }
  .mr27--pconlyforced {
    margin-right: 27px !important;
  }
}
.mr27--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr27--mobileonly {
    margin-right: 27px;
  }
  .mr27--mobileonlyforced {
    margin-right: 27px !important;
  }
}

.pr27 {
  padding-right: 27px;
}
.pr27forced,
.pr27--forced {
  padding-right: 27px !important;
}
.pr27--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr27--pconly {
    padding-right: 27px;
  }
  .pr27--pconlyforced {
    padding-right: 27px !important;
  }
}
.pr27--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr27--mobileonly {
    padding-right: 27px;
  }
  .pr27--mobileonlyforced {
    padding-right: 27px !important;
  }
}

.mb27 {
  margin-bottom: 27px;
}
.mb27forced,
.mb27--forced {
  margin-bottom: 27px !important;
}
.mb27--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb27--pconly {
    margin-bottom: 27px;
  }
  .mb27--pconlyforced {
    margin-bottom: 27px !important;
  }
}
.mb27--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb27--mobileonly {
    margin-bottom: 27px;
  }
  .mb27--mobileonlyforced {
    margin-bottom: 27px !important;
  }
}

.pb27 {
  padding-bottom: 27px;
}
.pb27forced,
.pb27--forced {
  padding-bottom: 27px !important;
}
.pb27--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb27--pconly {
    padding-bottom: 27px;
  }
  .pb27--pconlyforced {
    padding-bottom: 27px !important;
  }
}
.pb27--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb27--mobileonly {
    padding-bottom: 27px;
  }
  .pb27--mobileonlyforced {
    padding-bottom: 27px !important;
  }
}

.ml27 {
  margin-left: 27px;
}
.ml27forced,
.ml27--forced {
  margin-left: 27px !important;
}
.ml27--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml27--pconly {
    margin-left: 27px;
  }
  .ml27--pconlyforced {
    margin-left: 27px !important;
  }
}
.ml27--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml27--mobileonly {
    margin-left: 27px;
  }
  .ml27--mobileonlyforced {
    margin-left: 27px !important;
  }
}

.pl27 {
  padding-left: 27px;
}
.pl27forced,
.pl27--forced {
  padding-left: 27px !important;
}
.pl27--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl27--pconly {
    padding-left: 27px;
  }
  .pl27--pconlyforced {
    padding-left: 27px !important;
  }
}
.pl27--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl27--mobileonly {
    padding-left: 27px;
  }
  .pl27--mobileonlyforced {
    padding-left: 27px !important;
  }
}

.ma28 {
  margin: 28px;
}
.ma28forced,
.ma28--forced {
  margin: 28px !important;
}
.ma28--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma28--pconly {
    margin: 28px;
  }
  .ma28--pconlyforced {
    margin: 28px !important;
  }
}
.ma28--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma28--mobileonly {
    margin: 28px;
  }
  .ma28--mobileonlyforced {
    margin: 28px !important;
  }
}

.pa28 {
  padding: 28px;
}
.pa28forced,
.pa28--forced {
  padding: 28px !important;
}
.pa28--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa28--pconly {
    padding: 28px;
  }
  .pa28--pconlyforced {
    padding: 28px !important;
  }
}
.pa28--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa28--mobileonly {
    padding: 28px;
  }
  .pa28--mobileonlyforced {
    padding: 28px !important;
  }
}

.mt28 {
  margin-top: 28px;
}
.mt28forced,
.mt28--forced {
  margin-top: 28px !important;
}
.mt28--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt28--pconly {
    margin-top: 28px;
  }
  .mt28--pconlyforced {
    margin-top: 28px !important;
  }
}
.mt28--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt28--mobileonly {
    margin-top: 28px;
  }
  .mt28--mobileonlyforced {
    margin-top: 28px !important;
  }
}

.pt28 {
  padding-top: 28px;
}
.pt28forced,
.pt28--forced {
  padding-top: 28px !important;
}
.pt28--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt28--pconly {
    padding-top: 28px;
  }
  .pt28--pconlyforced {
    padding-top: 28px !important;
  }
}
.pt28--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt28--mobileonly {
    padding-top: 28px;
  }
  .pt28--mobileonlyforced {
    padding-top: 28px !important;
  }
}

.mr28 {
  margin-right: 28px;
}
.mr28forced,
.mr28--forced {
  margin-right: 28px !important;
}
.mr28--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr28--pconly {
    margin-right: 28px;
  }
  .mr28--pconlyforced {
    margin-right: 28px !important;
  }
}
.mr28--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr28--mobileonly {
    margin-right: 28px;
  }
  .mr28--mobileonlyforced {
    margin-right: 28px !important;
  }
}

.pr28 {
  padding-right: 28px;
}
.pr28forced,
.pr28--forced {
  padding-right: 28px !important;
}
.pr28--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr28--pconly {
    padding-right: 28px;
  }
  .pr28--pconlyforced {
    padding-right: 28px !important;
  }
}
.pr28--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr28--mobileonly {
    padding-right: 28px;
  }
  .pr28--mobileonlyforced {
    padding-right: 28px !important;
  }
}

.mb28 {
  margin-bottom: 28px;
}
.mb28forced,
.mb28--forced {
  margin-bottom: 28px !important;
}
.mb28--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb28--pconly {
    margin-bottom: 28px;
  }
  .mb28--pconlyforced {
    margin-bottom: 28px !important;
  }
}
.mb28--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb28--mobileonly {
    margin-bottom: 28px;
  }
  .mb28--mobileonlyforced {
    margin-bottom: 28px !important;
  }
}

.pb28 {
  padding-bottom: 28px;
}
.pb28forced,
.pb28--forced {
  padding-bottom: 28px !important;
}
.pb28--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb28--pconly {
    padding-bottom: 28px;
  }
  .pb28--pconlyforced {
    padding-bottom: 28px !important;
  }
}
.pb28--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb28--mobileonly {
    padding-bottom: 28px;
  }
  .pb28--mobileonlyforced {
    padding-bottom: 28px !important;
  }
}

.ml28 {
  margin-left: 28px;
}
.ml28forced,
.ml28--forced {
  margin-left: 28px !important;
}
.ml28--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml28--pconly {
    margin-left: 28px;
  }
  .ml28--pconlyforced {
    margin-left: 28px !important;
  }
}
.ml28--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml28--mobileonly {
    margin-left: 28px;
  }
  .ml28--mobileonlyforced {
    margin-left: 28px !important;
  }
}

.pl28 {
  padding-left: 28px;
}
.pl28forced,
.pl28--forced {
  padding-left: 28px !important;
}
.pl28--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl28--pconly {
    padding-left: 28px;
  }
  .pl28--pconlyforced {
    padding-left: 28px !important;
  }
}
.pl28--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl28--mobileonly {
    padding-left: 28px;
  }
  .pl28--mobileonlyforced {
    padding-left: 28px !important;
  }
}

.ma29 {
  margin: 29px;
}
.ma29forced,
.ma29--forced {
  margin: 29px !important;
}
.ma29--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma29--pconly {
    margin: 29px;
  }
  .ma29--pconlyforced {
    margin: 29px !important;
  }
}
.ma29--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma29--mobileonly {
    margin: 29px;
  }
  .ma29--mobileonlyforced {
    margin: 29px !important;
  }
}

.pa29 {
  padding: 29px;
}
.pa29forced,
.pa29--forced {
  padding: 29px !important;
}
.pa29--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa29--pconly {
    padding: 29px;
  }
  .pa29--pconlyforced {
    padding: 29px !important;
  }
}
.pa29--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa29--mobileonly {
    padding: 29px;
  }
  .pa29--mobileonlyforced {
    padding: 29px !important;
  }
}

.mt29 {
  margin-top: 29px;
}
.mt29forced,
.mt29--forced {
  margin-top: 29px !important;
}
.mt29--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt29--pconly {
    margin-top: 29px;
  }
  .mt29--pconlyforced {
    margin-top: 29px !important;
  }
}
.mt29--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt29--mobileonly {
    margin-top: 29px;
  }
  .mt29--mobileonlyforced {
    margin-top: 29px !important;
  }
}

.pt29 {
  padding-top: 29px;
}
.pt29forced,
.pt29--forced {
  padding-top: 29px !important;
}
.pt29--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt29--pconly {
    padding-top: 29px;
  }
  .pt29--pconlyforced {
    padding-top: 29px !important;
  }
}
.pt29--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt29--mobileonly {
    padding-top: 29px;
  }
  .pt29--mobileonlyforced {
    padding-top: 29px !important;
  }
}

.mr29 {
  margin-right: 29px;
}
.mr29forced,
.mr29--forced {
  margin-right: 29px !important;
}
.mr29--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr29--pconly {
    margin-right: 29px;
  }
  .mr29--pconlyforced {
    margin-right: 29px !important;
  }
}
.mr29--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr29--mobileonly {
    margin-right: 29px;
  }
  .mr29--mobileonlyforced {
    margin-right: 29px !important;
  }
}

.pr29 {
  padding-right: 29px;
}
.pr29forced,
.pr29--forced {
  padding-right: 29px !important;
}
.pr29--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr29--pconly {
    padding-right: 29px;
  }
  .pr29--pconlyforced {
    padding-right: 29px !important;
  }
}
.pr29--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr29--mobileonly {
    padding-right: 29px;
  }
  .pr29--mobileonlyforced {
    padding-right: 29px !important;
  }
}

.mb29 {
  margin-bottom: 29px;
}
.mb29forced,
.mb29--forced {
  margin-bottom: 29px !important;
}
.mb29--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb29--pconly {
    margin-bottom: 29px;
  }
  .mb29--pconlyforced {
    margin-bottom: 29px !important;
  }
}
.mb29--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb29--mobileonly {
    margin-bottom: 29px;
  }
  .mb29--mobileonlyforced {
    margin-bottom: 29px !important;
  }
}

.pb29 {
  padding-bottom: 29px;
}
.pb29forced,
.pb29--forced {
  padding-bottom: 29px !important;
}
.pb29--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb29--pconly {
    padding-bottom: 29px;
  }
  .pb29--pconlyforced {
    padding-bottom: 29px !important;
  }
}
.pb29--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb29--mobileonly {
    padding-bottom: 29px;
  }
  .pb29--mobileonlyforced {
    padding-bottom: 29px !important;
  }
}

.ml29 {
  margin-left: 29px;
}
.ml29forced,
.ml29--forced {
  margin-left: 29px !important;
}
.ml29--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml29--pconly {
    margin-left: 29px;
  }
  .ml29--pconlyforced {
    margin-left: 29px !important;
  }
}
.ml29--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml29--mobileonly {
    margin-left: 29px;
  }
  .ml29--mobileonlyforced {
    margin-left: 29px !important;
  }
}

.pl29 {
  padding-left: 29px;
}
.pl29forced,
.pl29--forced {
  padding-left: 29px !important;
}
.pl29--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl29--pconly {
    padding-left: 29px;
  }
  .pl29--pconlyforced {
    padding-left: 29px !important;
  }
}
.pl29--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl29--mobileonly {
    padding-left: 29px;
  }
  .pl29--mobileonlyforced {
    padding-left: 29px !important;
  }
}

.ma30 {
  margin: 30px;
}
.ma30forced,
.ma30--forced {
  margin: 30px !important;
}
.ma30--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma30--pconly {
    margin: 30px;
  }
  .ma30--pconlyforced {
    margin: 30px !important;
  }
}
.ma30--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma30--mobileonly {
    margin: 30px;
  }
  .ma30--mobileonlyforced {
    margin: 30px !important;
  }
}

.pa30 {
  padding: 30px;
}
.pa30forced,
.pa30--forced {
  padding: 30px !important;
}
.pa30--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa30--pconly {
    padding: 30px;
  }
  .pa30--pconlyforced {
    padding: 30px !important;
  }
}
.pa30--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa30--mobileonly {
    padding: 30px;
  }
  .pa30--mobileonlyforced {
    padding: 30px !important;
  }
}

.mt30 {
  margin-top: 30px;
}
.mt30forced,
.mt30--forced {
  margin-top: 30px !important;
}
.mt30--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt30--pconly {
    margin-top: 30px;
  }
  .mt30--pconlyforced {
    margin-top: 30px !important;
  }
}
.mt30--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt30--mobileonly {
    margin-top: 30px;
  }
  .mt30--mobileonlyforced {
    margin-top: 30px !important;
  }
}

.pt30 {
  padding-top: 30px;
}
.pt30forced,
.pt30--forced {
  padding-top: 30px !important;
}
.pt30--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt30--pconly {
    padding-top: 30px;
  }
  .pt30--pconlyforced {
    padding-top: 30px !important;
  }
}
.pt30--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt30--mobileonly {
    padding-top: 30px;
  }
  .pt30--mobileonlyforced {
    padding-top: 30px !important;
  }
}

.mr30 {
  margin-right: 30px;
}
.mr30forced,
.mr30--forced {
  margin-right: 30px !important;
}
.mr30--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr30--pconly {
    margin-right: 30px;
  }
  .mr30--pconlyforced {
    margin-right: 30px !important;
  }
}
.mr30--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr30--mobileonly {
    margin-right: 30px;
  }
  .mr30--mobileonlyforced {
    margin-right: 30px !important;
  }
}

.pr30 {
  padding-right: 30px;
}
.pr30forced,
.pr30--forced {
  padding-right: 30px !important;
}
.pr30--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr30--pconly {
    padding-right: 30px;
  }
  .pr30--pconlyforced {
    padding-right: 30px !important;
  }
}
.pr30--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr30--mobileonly {
    padding-right: 30px;
  }
  .pr30--mobileonlyforced {
    padding-right: 30px !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}
.mb30forced,
.mb30--forced {
  margin-bottom: 30px !important;
}
.mb30--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb30--pconly {
    margin-bottom: 30px;
  }
  .mb30--pconlyforced {
    margin-bottom: 30px !important;
  }
}
.mb30--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb30--mobileonly {
    margin-bottom: 30px;
  }
  .mb30--mobileonlyforced {
    margin-bottom: 30px !important;
  }
}

.pb30 {
  padding-bottom: 30px;
}
.pb30forced,
.pb30--forced {
  padding-bottom: 30px !important;
}
.pb30--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb30--pconly {
    padding-bottom: 30px;
  }
  .pb30--pconlyforced {
    padding-bottom: 30px !important;
  }
}
.pb30--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb30--mobileonly {
    padding-bottom: 30px;
  }
  .pb30--mobileonlyforced {
    padding-bottom: 30px !important;
  }
}

.ml30 {
  margin-left: 30px;
}
.ml30forced,
.ml30--forced {
  margin-left: 30px !important;
}
.ml30--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml30--pconly {
    margin-left: 30px;
  }
  .ml30--pconlyforced {
    margin-left: 30px !important;
  }
}
.ml30--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml30--mobileonly {
    margin-left: 30px;
  }
  .ml30--mobileonlyforced {
    margin-left: 30px !important;
  }
}

.pl30 {
  padding-left: 30px;
}
.pl30forced,
.pl30--forced {
  padding-left: 30px !important;
}
.pl30--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl30--pconly {
    padding-left: 30px;
  }
  .pl30--pconlyforced {
    padding-left: 30px !important;
  }
}
.pl30--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl30--mobileonly {
    padding-left: 30px;
  }
  .pl30--mobileonlyforced {
    padding-left: 30px !important;
  }
}

.ma31 {
  margin: 31px;
}
.ma31forced,
.ma31--forced {
  margin: 31px !important;
}
.ma31--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma31--pconly {
    margin: 31px;
  }
  .ma31--pconlyforced {
    margin: 31px !important;
  }
}
.ma31--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma31--mobileonly {
    margin: 31px;
  }
  .ma31--mobileonlyforced {
    margin: 31px !important;
  }
}

.pa31 {
  padding: 31px;
}
.pa31forced,
.pa31--forced {
  padding: 31px !important;
}
.pa31--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa31--pconly {
    padding: 31px;
  }
  .pa31--pconlyforced {
    padding: 31px !important;
  }
}
.pa31--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa31--mobileonly {
    padding: 31px;
  }
  .pa31--mobileonlyforced {
    padding: 31px !important;
  }
}

.mt31 {
  margin-top: 31px;
}
.mt31forced,
.mt31--forced {
  margin-top: 31px !important;
}
.mt31--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt31--pconly {
    margin-top: 31px;
  }
  .mt31--pconlyforced {
    margin-top: 31px !important;
  }
}
.mt31--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt31--mobileonly {
    margin-top: 31px;
  }
  .mt31--mobileonlyforced {
    margin-top: 31px !important;
  }
}

.pt31 {
  padding-top: 31px;
}
.pt31forced,
.pt31--forced {
  padding-top: 31px !important;
}
.pt31--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt31--pconly {
    padding-top: 31px;
  }
  .pt31--pconlyforced {
    padding-top: 31px !important;
  }
}
.pt31--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt31--mobileonly {
    padding-top: 31px;
  }
  .pt31--mobileonlyforced {
    padding-top: 31px !important;
  }
}

.mr31 {
  margin-right: 31px;
}
.mr31forced,
.mr31--forced {
  margin-right: 31px !important;
}
.mr31--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr31--pconly {
    margin-right: 31px;
  }
  .mr31--pconlyforced {
    margin-right: 31px !important;
  }
}
.mr31--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr31--mobileonly {
    margin-right: 31px;
  }
  .mr31--mobileonlyforced {
    margin-right: 31px !important;
  }
}

.pr31 {
  padding-right: 31px;
}
.pr31forced,
.pr31--forced {
  padding-right: 31px !important;
}
.pr31--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr31--pconly {
    padding-right: 31px;
  }
  .pr31--pconlyforced {
    padding-right: 31px !important;
  }
}
.pr31--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr31--mobileonly {
    padding-right: 31px;
  }
  .pr31--mobileonlyforced {
    padding-right: 31px !important;
  }
}

.mb31 {
  margin-bottom: 31px;
}
.mb31forced,
.mb31--forced {
  margin-bottom: 31px !important;
}
.mb31--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb31--pconly {
    margin-bottom: 31px;
  }
  .mb31--pconlyforced {
    margin-bottom: 31px !important;
  }
}
.mb31--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb31--mobileonly {
    margin-bottom: 31px;
  }
  .mb31--mobileonlyforced {
    margin-bottom: 31px !important;
  }
}

.pb31 {
  padding-bottom: 31px;
}
.pb31forced,
.pb31--forced {
  padding-bottom: 31px !important;
}
.pb31--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb31--pconly {
    padding-bottom: 31px;
  }
  .pb31--pconlyforced {
    padding-bottom: 31px !important;
  }
}
.pb31--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb31--mobileonly {
    padding-bottom: 31px;
  }
  .pb31--mobileonlyforced {
    padding-bottom: 31px !important;
  }
}

.ml31 {
  margin-left: 31px;
}
.ml31forced,
.ml31--forced {
  margin-left: 31px !important;
}
.ml31--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml31--pconly {
    margin-left: 31px;
  }
  .ml31--pconlyforced {
    margin-left: 31px !important;
  }
}
.ml31--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml31--mobileonly {
    margin-left: 31px;
  }
  .ml31--mobileonlyforced {
    margin-left: 31px !important;
  }
}

.pl31 {
  padding-left: 31px;
}
.pl31forced,
.pl31--forced {
  padding-left: 31px !important;
}
.pl31--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl31--pconly {
    padding-left: 31px;
  }
  .pl31--pconlyforced {
    padding-left: 31px !important;
  }
}
.pl31--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl31--mobileonly {
    padding-left: 31px;
  }
  .pl31--mobileonlyforced {
    padding-left: 31px !important;
  }
}

.ma32 {
  margin: 32px;
}
.ma32forced,
.ma32--forced {
  margin: 32px !important;
}
.ma32--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma32--pconly {
    margin: 32px;
  }
  .ma32--pconlyforced {
    margin: 32px !important;
  }
}
.ma32--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma32--mobileonly {
    margin: 32px;
  }
  .ma32--mobileonlyforced {
    margin: 32px !important;
  }
}

.pa32 {
  padding: 32px;
}
.pa32forced,
.pa32--forced {
  padding: 32px !important;
}
.pa32--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa32--pconly {
    padding: 32px;
  }
  .pa32--pconlyforced {
    padding: 32px !important;
  }
}
.pa32--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa32--mobileonly {
    padding: 32px;
  }
  .pa32--mobileonlyforced {
    padding: 32px !important;
  }
}

.mt32 {
  margin-top: 32px;
}
.mt32forced,
.mt32--forced {
  margin-top: 32px !important;
}
.mt32--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt32--pconly {
    margin-top: 32px;
  }
  .mt32--pconlyforced {
    margin-top: 32px !important;
  }
}
.mt32--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt32--mobileonly {
    margin-top: 32px;
  }
  .mt32--mobileonlyforced {
    margin-top: 32px !important;
  }
}

.pt32 {
  padding-top: 32px;
}
.pt32forced,
.pt32--forced {
  padding-top: 32px !important;
}
.pt32--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt32--pconly {
    padding-top: 32px;
  }
  .pt32--pconlyforced {
    padding-top: 32px !important;
  }
}
.pt32--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt32--mobileonly {
    padding-top: 32px;
  }
  .pt32--mobileonlyforced {
    padding-top: 32px !important;
  }
}

.mr32 {
  margin-right: 32px;
}
.mr32forced,
.mr32--forced {
  margin-right: 32px !important;
}
.mr32--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr32--pconly {
    margin-right: 32px;
  }
  .mr32--pconlyforced {
    margin-right: 32px !important;
  }
}
.mr32--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr32--mobileonly {
    margin-right: 32px;
  }
  .mr32--mobileonlyforced {
    margin-right: 32px !important;
  }
}

.pr32 {
  padding-right: 32px;
}
.pr32forced,
.pr32--forced {
  padding-right: 32px !important;
}
.pr32--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr32--pconly {
    padding-right: 32px;
  }
  .pr32--pconlyforced {
    padding-right: 32px !important;
  }
}
.pr32--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr32--mobileonly {
    padding-right: 32px;
  }
  .pr32--mobileonlyforced {
    padding-right: 32px !important;
  }
}

.mb32 {
  margin-bottom: 32px;
}
.mb32forced,
.mb32--forced {
  margin-bottom: 32px !important;
}
.mb32--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb32--pconly {
    margin-bottom: 32px;
  }
  .mb32--pconlyforced {
    margin-bottom: 32px !important;
  }
}
.mb32--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb32--mobileonly {
    margin-bottom: 32px;
  }
  .mb32--mobileonlyforced {
    margin-bottom: 32px !important;
  }
}

.pb32 {
  padding-bottom: 32px;
}
.pb32forced,
.pb32--forced {
  padding-bottom: 32px !important;
}
.pb32--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb32--pconly {
    padding-bottom: 32px;
  }
  .pb32--pconlyforced {
    padding-bottom: 32px !important;
  }
}
.pb32--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb32--mobileonly {
    padding-bottom: 32px;
  }
  .pb32--mobileonlyforced {
    padding-bottom: 32px !important;
  }
}

.ml32 {
  margin-left: 32px;
}
.ml32forced,
.ml32--forced {
  margin-left: 32px !important;
}
.ml32--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml32--pconly {
    margin-left: 32px;
  }
  .ml32--pconlyforced {
    margin-left: 32px !important;
  }
}
.ml32--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml32--mobileonly {
    margin-left: 32px;
  }
  .ml32--mobileonlyforced {
    margin-left: 32px !important;
  }
}

.pl32 {
  padding-left: 32px;
}
.pl32forced,
.pl32--forced {
  padding-left: 32px !important;
}
.pl32--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl32--pconly {
    padding-left: 32px;
  }
  .pl32--pconlyforced {
    padding-left: 32px !important;
  }
}
.pl32--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl32--mobileonly {
    padding-left: 32px;
  }
  .pl32--mobileonlyforced {
    padding-left: 32px !important;
  }
}

.ma33 {
  margin: 33px;
}
.ma33forced,
.ma33--forced {
  margin: 33px !important;
}
.ma33--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma33--pconly {
    margin: 33px;
  }
  .ma33--pconlyforced {
    margin: 33px !important;
  }
}
.ma33--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma33--mobileonly {
    margin: 33px;
  }
  .ma33--mobileonlyforced {
    margin: 33px !important;
  }
}

.pa33 {
  padding: 33px;
}
.pa33forced,
.pa33--forced {
  padding: 33px !important;
}
.pa33--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa33--pconly {
    padding: 33px;
  }
  .pa33--pconlyforced {
    padding: 33px !important;
  }
}
.pa33--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa33--mobileonly {
    padding: 33px;
  }
  .pa33--mobileonlyforced {
    padding: 33px !important;
  }
}

.mt33 {
  margin-top: 33px;
}
.mt33forced,
.mt33--forced {
  margin-top: 33px !important;
}
.mt33--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt33--pconly {
    margin-top: 33px;
  }
  .mt33--pconlyforced {
    margin-top: 33px !important;
  }
}
.mt33--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt33--mobileonly {
    margin-top: 33px;
  }
  .mt33--mobileonlyforced {
    margin-top: 33px !important;
  }
}

.pt33 {
  padding-top: 33px;
}
.pt33forced,
.pt33--forced {
  padding-top: 33px !important;
}
.pt33--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt33--pconly {
    padding-top: 33px;
  }
  .pt33--pconlyforced {
    padding-top: 33px !important;
  }
}
.pt33--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt33--mobileonly {
    padding-top: 33px;
  }
  .pt33--mobileonlyforced {
    padding-top: 33px !important;
  }
}

.mr33 {
  margin-right: 33px;
}
.mr33forced,
.mr33--forced {
  margin-right: 33px !important;
}
.mr33--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr33--pconly {
    margin-right: 33px;
  }
  .mr33--pconlyforced {
    margin-right: 33px !important;
  }
}
.mr33--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr33--mobileonly {
    margin-right: 33px;
  }
  .mr33--mobileonlyforced {
    margin-right: 33px !important;
  }
}

.pr33 {
  padding-right: 33px;
}
.pr33forced,
.pr33--forced {
  padding-right: 33px !important;
}
.pr33--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr33--pconly {
    padding-right: 33px;
  }
  .pr33--pconlyforced {
    padding-right: 33px !important;
  }
}
.pr33--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr33--mobileonly {
    padding-right: 33px;
  }
  .pr33--mobileonlyforced {
    padding-right: 33px !important;
  }
}

.mb33 {
  margin-bottom: 33px;
}
.mb33forced,
.mb33--forced {
  margin-bottom: 33px !important;
}
.mb33--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb33--pconly {
    margin-bottom: 33px;
  }
  .mb33--pconlyforced {
    margin-bottom: 33px !important;
  }
}
.mb33--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb33--mobileonly {
    margin-bottom: 33px;
  }
  .mb33--mobileonlyforced {
    margin-bottom: 33px !important;
  }
}

.pb33 {
  padding-bottom: 33px;
}
.pb33forced,
.pb33--forced {
  padding-bottom: 33px !important;
}
.pb33--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb33--pconly {
    padding-bottom: 33px;
  }
  .pb33--pconlyforced {
    padding-bottom: 33px !important;
  }
}
.pb33--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb33--mobileonly {
    padding-bottom: 33px;
  }
  .pb33--mobileonlyforced {
    padding-bottom: 33px !important;
  }
}

.ml33 {
  margin-left: 33px;
}
.ml33forced,
.ml33--forced {
  margin-left: 33px !important;
}
.ml33--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml33--pconly {
    margin-left: 33px;
  }
  .ml33--pconlyforced {
    margin-left: 33px !important;
  }
}
.ml33--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml33--mobileonly {
    margin-left: 33px;
  }
  .ml33--mobileonlyforced {
    margin-left: 33px !important;
  }
}

.pl33 {
  padding-left: 33px;
}
.pl33forced,
.pl33--forced {
  padding-left: 33px !important;
}
.pl33--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl33--pconly {
    padding-left: 33px;
  }
  .pl33--pconlyforced {
    padding-left: 33px !important;
  }
}
.pl33--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl33--mobileonly {
    padding-left: 33px;
  }
  .pl33--mobileonlyforced {
    padding-left: 33px !important;
  }
}

.ma34 {
  margin: 34px;
}
.ma34forced,
.ma34--forced {
  margin: 34px !important;
}
.ma34--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma34--pconly {
    margin: 34px;
  }
  .ma34--pconlyforced {
    margin: 34px !important;
  }
}
.ma34--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma34--mobileonly {
    margin: 34px;
  }
  .ma34--mobileonlyforced {
    margin: 34px !important;
  }
}

.pa34 {
  padding: 34px;
}
.pa34forced,
.pa34--forced {
  padding: 34px !important;
}
.pa34--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa34--pconly {
    padding: 34px;
  }
  .pa34--pconlyforced {
    padding: 34px !important;
  }
}
.pa34--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa34--mobileonly {
    padding: 34px;
  }
  .pa34--mobileonlyforced {
    padding: 34px !important;
  }
}

.mt34 {
  margin-top: 34px;
}
.mt34forced,
.mt34--forced {
  margin-top: 34px !important;
}
.mt34--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt34--pconly {
    margin-top: 34px;
  }
  .mt34--pconlyforced {
    margin-top: 34px !important;
  }
}
.mt34--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt34--mobileonly {
    margin-top: 34px;
  }
  .mt34--mobileonlyforced {
    margin-top: 34px !important;
  }
}

.pt34 {
  padding-top: 34px;
}
.pt34forced,
.pt34--forced {
  padding-top: 34px !important;
}
.pt34--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt34--pconly {
    padding-top: 34px;
  }
  .pt34--pconlyforced {
    padding-top: 34px !important;
  }
}
.pt34--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt34--mobileonly {
    padding-top: 34px;
  }
  .pt34--mobileonlyforced {
    padding-top: 34px !important;
  }
}

.mr34 {
  margin-right: 34px;
}
.mr34forced,
.mr34--forced {
  margin-right: 34px !important;
}
.mr34--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr34--pconly {
    margin-right: 34px;
  }
  .mr34--pconlyforced {
    margin-right: 34px !important;
  }
}
.mr34--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr34--mobileonly {
    margin-right: 34px;
  }
  .mr34--mobileonlyforced {
    margin-right: 34px !important;
  }
}

.pr34 {
  padding-right: 34px;
}
.pr34forced,
.pr34--forced {
  padding-right: 34px !important;
}
.pr34--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr34--pconly {
    padding-right: 34px;
  }
  .pr34--pconlyforced {
    padding-right: 34px !important;
  }
}
.pr34--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr34--mobileonly {
    padding-right: 34px;
  }
  .pr34--mobileonlyforced {
    padding-right: 34px !important;
  }
}

.mb34 {
  margin-bottom: 34px;
}
.mb34forced,
.mb34--forced {
  margin-bottom: 34px !important;
}
.mb34--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb34--pconly {
    margin-bottom: 34px;
  }
  .mb34--pconlyforced {
    margin-bottom: 34px !important;
  }
}
.mb34--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb34--mobileonly {
    margin-bottom: 34px;
  }
  .mb34--mobileonlyforced {
    margin-bottom: 34px !important;
  }
}

.pb34 {
  padding-bottom: 34px;
}
.pb34forced,
.pb34--forced {
  padding-bottom: 34px !important;
}
.pb34--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb34--pconly {
    padding-bottom: 34px;
  }
  .pb34--pconlyforced {
    padding-bottom: 34px !important;
  }
}
.pb34--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb34--mobileonly {
    padding-bottom: 34px;
  }
  .pb34--mobileonlyforced {
    padding-bottom: 34px !important;
  }
}

.ml34 {
  margin-left: 34px;
}
.ml34forced,
.ml34--forced {
  margin-left: 34px !important;
}
.ml34--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml34--pconly {
    margin-left: 34px;
  }
  .ml34--pconlyforced {
    margin-left: 34px !important;
  }
}
.ml34--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml34--mobileonly {
    margin-left: 34px;
  }
  .ml34--mobileonlyforced {
    margin-left: 34px !important;
  }
}

.pl34 {
  padding-left: 34px;
}
.pl34forced,
.pl34--forced {
  padding-left: 34px !important;
}
.pl34--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl34--pconly {
    padding-left: 34px;
  }
  .pl34--pconlyforced {
    padding-left: 34px !important;
  }
}
.pl34--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl34--mobileonly {
    padding-left: 34px;
  }
  .pl34--mobileonlyforced {
    padding-left: 34px !important;
  }
}

.ma35 {
  margin: 35px;
}
.ma35forced,
.ma35--forced {
  margin: 35px !important;
}
.ma35--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma35--pconly {
    margin: 35px;
  }
  .ma35--pconlyforced {
    margin: 35px !important;
  }
}
.ma35--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma35--mobileonly {
    margin: 35px;
  }
  .ma35--mobileonlyforced {
    margin: 35px !important;
  }
}

.pa35 {
  padding: 35px;
}
.pa35forced,
.pa35--forced {
  padding: 35px !important;
}
.pa35--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa35--pconly {
    padding: 35px;
  }
  .pa35--pconlyforced {
    padding: 35px !important;
  }
}
.pa35--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa35--mobileonly {
    padding: 35px;
  }
  .pa35--mobileonlyforced {
    padding: 35px !important;
  }
}

.mt35 {
  margin-top: 35px;
}
.mt35forced,
.mt35--forced {
  margin-top: 35px !important;
}
.mt35--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt35--pconly {
    margin-top: 35px;
  }
  .mt35--pconlyforced {
    margin-top: 35px !important;
  }
}
.mt35--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt35--mobileonly {
    margin-top: 35px;
  }
  .mt35--mobileonlyforced {
    margin-top: 35px !important;
  }
}

.pt35 {
  padding-top: 35px;
}
.pt35forced,
.pt35--forced {
  padding-top: 35px !important;
}
.pt35--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt35--pconly {
    padding-top: 35px;
  }
  .pt35--pconlyforced {
    padding-top: 35px !important;
  }
}
.pt35--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt35--mobileonly {
    padding-top: 35px;
  }
  .pt35--mobileonlyforced {
    padding-top: 35px !important;
  }
}

.mr35 {
  margin-right: 35px;
}
.mr35forced,
.mr35--forced {
  margin-right: 35px !important;
}
.mr35--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr35--pconly {
    margin-right: 35px;
  }
  .mr35--pconlyforced {
    margin-right: 35px !important;
  }
}
.mr35--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr35--mobileonly {
    margin-right: 35px;
  }
  .mr35--mobileonlyforced {
    margin-right: 35px !important;
  }
}

.pr35 {
  padding-right: 35px;
}
.pr35forced,
.pr35--forced {
  padding-right: 35px !important;
}
.pr35--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr35--pconly {
    padding-right: 35px;
  }
  .pr35--pconlyforced {
    padding-right: 35px !important;
  }
}
.pr35--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr35--mobileonly {
    padding-right: 35px;
  }
  .pr35--mobileonlyforced {
    padding-right: 35px !important;
  }
}

.mb35 {
  margin-bottom: 35px;
}
.mb35forced,
.mb35--forced {
  margin-bottom: 35px !important;
}
.mb35--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb35--pconly {
    margin-bottom: 35px;
  }
  .mb35--pconlyforced {
    margin-bottom: 35px !important;
  }
}
.mb35--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb35--mobileonly {
    margin-bottom: 35px;
  }
  .mb35--mobileonlyforced {
    margin-bottom: 35px !important;
  }
}

.pb35 {
  padding-bottom: 35px;
}
.pb35forced,
.pb35--forced {
  padding-bottom: 35px !important;
}
.pb35--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb35--pconly {
    padding-bottom: 35px;
  }
  .pb35--pconlyforced {
    padding-bottom: 35px !important;
  }
}
.pb35--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb35--mobileonly {
    padding-bottom: 35px;
  }
  .pb35--mobileonlyforced {
    padding-bottom: 35px !important;
  }
}

.ml35 {
  margin-left: 35px;
}
.ml35forced,
.ml35--forced {
  margin-left: 35px !important;
}
.ml35--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml35--pconly {
    margin-left: 35px;
  }
  .ml35--pconlyforced {
    margin-left: 35px !important;
  }
}
.ml35--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml35--mobileonly {
    margin-left: 35px;
  }
  .ml35--mobileonlyforced {
    margin-left: 35px !important;
  }
}

.pl35 {
  padding-left: 35px;
}
.pl35forced,
.pl35--forced {
  padding-left: 35px !important;
}
.pl35--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl35--pconly {
    padding-left: 35px;
  }
  .pl35--pconlyforced {
    padding-left: 35px !important;
  }
}
.pl35--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl35--mobileonly {
    padding-left: 35px;
  }
  .pl35--mobileonlyforced {
    padding-left: 35px !important;
  }
}

.ma36 {
  margin: 36px;
}
.ma36forced,
.ma36--forced {
  margin: 36px !important;
}
.ma36--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma36--pconly {
    margin: 36px;
  }
  .ma36--pconlyforced {
    margin: 36px !important;
  }
}
.ma36--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma36--mobileonly {
    margin: 36px;
  }
  .ma36--mobileonlyforced {
    margin: 36px !important;
  }
}

.pa36 {
  padding: 36px;
}
.pa36forced,
.pa36--forced {
  padding: 36px !important;
}
.pa36--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa36--pconly {
    padding: 36px;
  }
  .pa36--pconlyforced {
    padding: 36px !important;
  }
}
.pa36--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa36--mobileonly {
    padding: 36px;
  }
  .pa36--mobileonlyforced {
    padding: 36px !important;
  }
}

.mt36 {
  margin-top: 36px;
}
.mt36forced,
.mt36--forced {
  margin-top: 36px !important;
}
.mt36--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt36--pconly {
    margin-top: 36px;
  }
  .mt36--pconlyforced {
    margin-top: 36px !important;
  }
}
.mt36--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt36--mobileonly {
    margin-top: 36px;
  }
  .mt36--mobileonlyforced {
    margin-top: 36px !important;
  }
}

.pt36 {
  padding-top: 36px;
}
.pt36forced,
.pt36--forced {
  padding-top: 36px !important;
}
.pt36--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt36--pconly {
    padding-top: 36px;
  }
  .pt36--pconlyforced {
    padding-top: 36px !important;
  }
}
.pt36--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt36--mobileonly {
    padding-top: 36px;
  }
  .pt36--mobileonlyforced {
    padding-top: 36px !important;
  }
}

.mr36 {
  margin-right: 36px;
}
.mr36forced,
.mr36--forced {
  margin-right: 36px !important;
}
.mr36--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr36--pconly {
    margin-right: 36px;
  }
  .mr36--pconlyforced {
    margin-right: 36px !important;
  }
}
.mr36--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr36--mobileonly {
    margin-right: 36px;
  }
  .mr36--mobileonlyforced {
    margin-right: 36px !important;
  }
}

.pr36 {
  padding-right: 36px;
}
.pr36forced,
.pr36--forced {
  padding-right: 36px !important;
}
.pr36--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr36--pconly {
    padding-right: 36px;
  }
  .pr36--pconlyforced {
    padding-right: 36px !important;
  }
}
.pr36--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr36--mobileonly {
    padding-right: 36px;
  }
  .pr36--mobileonlyforced {
    padding-right: 36px !important;
  }
}

.mb36 {
  margin-bottom: 36px;
}
.mb36forced,
.mb36--forced {
  margin-bottom: 36px !important;
}
.mb36--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb36--pconly {
    margin-bottom: 36px;
  }
  .mb36--pconlyforced {
    margin-bottom: 36px !important;
  }
}
.mb36--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb36--mobileonly {
    margin-bottom: 36px;
  }
  .mb36--mobileonlyforced {
    margin-bottom: 36px !important;
  }
}

.pb36 {
  padding-bottom: 36px;
}
.pb36forced,
.pb36--forced {
  padding-bottom: 36px !important;
}
.pb36--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb36--pconly {
    padding-bottom: 36px;
  }
  .pb36--pconlyforced {
    padding-bottom: 36px !important;
  }
}
.pb36--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb36--mobileonly {
    padding-bottom: 36px;
  }
  .pb36--mobileonlyforced {
    padding-bottom: 36px !important;
  }
}

.ml36 {
  margin-left: 36px;
}
.ml36forced,
.ml36--forced {
  margin-left: 36px !important;
}
.ml36--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml36--pconly {
    margin-left: 36px;
  }
  .ml36--pconlyforced {
    margin-left: 36px !important;
  }
}
.ml36--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml36--mobileonly {
    margin-left: 36px;
  }
  .ml36--mobileonlyforced {
    margin-left: 36px !important;
  }
}

.pl36 {
  padding-left: 36px;
}
.pl36forced,
.pl36--forced {
  padding-left: 36px !important;
}
.pl36--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl36--pconly {
    padding-left: 36px;
  }
  .pl36--pconlyforced {
    padding-left: 36px !important;
  }
}
.pl36--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl36--mobileonly {
    padding-left: 36px;
  }
  .pl36--mobileonlyforced {
    padding-left: 36px !important;
  }
}

.ma37 {
  margin: 37px;
}
.ma37forced,
.ma37--forced {
  margin: 37px !important;
}
.ma37--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma37--pconly {
    margin: 37px;
  }
  .ma37--pconlyforced {
    margin: 37px !important;
  }
}
.ma37--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma37--mobileonly {
    margin: 37px;
  }
  .ma37--mobileonlyforced {
    margin: 37px !important;
  }
}

.pa37 {
  padding: 37px;
}
.pa37forced,
.pa37--forced {
  padding: 37px !important;
}
.pa37--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa37--pconly {
    padding: 37px;
  }
  .pa37--pconlyforced {
    padding: 37px !important;
  }
}
.pa37--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa37--mobileonly {
    padding: 37px;
  }
  .pa37--mobileonlyforced {
    padding: 37px !important;
  }
}

.mt37 {
  margin-top: 37px;
}
.mt37forced,
.mt37--forced {
  margin-top: 37px !important;
}
.mt37--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt37--pconly {
    margin-top: 37px;
  }
  .mt37--pconlyforced {
    margin-top: 37px !important;
  }
}
.mt37--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt37--mobileonly {
    margin-top: 37px;
  }
  .mt37--mobileonlyforced {
    margin-top: 37px !important;
  }
}

.pt37 {
  padding-top: 37px;
}
.pt37forced,
.pt37--forced {
  padding-top: 37px !important;
}
.pt37--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt37--pconly {
    padding-top: 37px;
  }
  .pt37--pconlyforced {
    padding-top: 37px !important;
  }
}
.pt37--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt37--mobileonly {
    padding-top: 37px;
  }
  .pt37--mobileonlyforced {
    padding-top: 37px !important;
  }
}

.mr37 {
  margin-right: 37px;
}
.mr37forced,
.mr37--forced {
  margin-right: 37px !important;
}
.mr37--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr37--pconly {
    margin-right: 37px;
  }
  .mr37--pconlyforced {
    margin-right: 37px !important;
  }
}
.mr37--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr37--mobileonly {
    margin-right: 37px;
  }
  .mr37--mobileonlyforced {
    margin-right: 37px !important;
  }
}

.pr37 {
  padding-right: 37px;
}
.pr37forced,
.pr37--forced {
  padding-right: 37px !important;
}
.pr37--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr37--pconly {
    padding-right: 37px;
  }
  .pr37--pconlyforced {
    padding-right: 37px !important;
  }
}
.pr37--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr37--mobileonly {
    padding-right: 37px;
  }
  .pr37--mobileonlyforced {
    padding-right: 37px !important;
  }
}

.mb37 {
  margin-bottom: 37px;
}
.mb37forced,
.mb37--forced {
  margin-bottom: 37px !important;
}
.mb37--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb37--pconly {
    margin-bottom: 37px;
  }
  .mb37--pconlyforced {
    margin-bottom: 37px !important;
  }
}
.mb37--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb37--mobileonly {
    margin-bottom: 37px;
  }
  .mb37--mobileonlyforced {
    margin-bottom: 37px !important;
  }
}

.pb37 {
  padding-bottom: 37px;
}
.pb37forced,
.pb37--forced {
  padding-bottom: 37px !important;
}
.pb37--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb37--pconly {
    padding-bottom: 37px;
  }
  .pb37--pconlyforced {
    padding-bottom: 37px !important;
  }
}
.pb37--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb37--mobileonly {
    padding-bottom: 37px;
  }
  .pb37--mobileonlyforced {
    padding-bottom: 37px !important;
  }
}

.ml37 {
  margin-left: 37px;
}
.ml37forced,
.ml37--forced {
  margin-left: 37px !important;
}
.ml37--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml37--pconly {
    margin-left: 37px;
  }
  .ml37--pconlyforced {
    margin-left: 37px !important;
  }
}
.ml37--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml37--mobileonly {
    margin-left: 37px;
  }
  .ml37--mobileonlyforced {
    margin-left: 37px !important;
  }
}

.pl37 {
  padding-left: 37px;
}
.pl37forced,
.pl37--forced {
  padding-left: 37px !important;
}
.pl37--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl37--pconly {
    padding-left: 37px;
  }
  .pl37--pconlyforced {
    padding-left: 37px !important;
  }
}
.pl37--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl37--mobileonly {
    padding-left: 37px;
  }
  .pl37--mobileonlyforced {
    padding-left: 37px !important;
  }
}

.ma38 {
  margin: 38px;
}
.ma38forced,
.ma38--forced {
  margin: 38px !important;
}
.ma38--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma38--pconly {
    margin: 38px;
  }
  .ma38--pconlyforced {
    margin: 38px !important;
  }
}
.ma38--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma38--mobileonly {
    margin: 38px;
  }
  .ma38--mobileonlyforced {
    margin: 38px !important;
  }
}

.pa38 {
  padding: 38px;
}
.pa38forced,
.pa38--forced {
  padding: 38px !important;
}
.pa38--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa38--pconly {
    padding: 38px;
  }
  .pa38--pconlyforced {
    padding: 38px !important;
  }
}
.pa38--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa38--mobileonly {
    padding: 38px;
  }
  .pa38--mobileonlyforced {
    padding: 38px !important;
  }
}

.mt38 {
  margin-top: 38px;
}
.mt38forced,
.mt38--forced {
  margin-top: 38px !important;
}
.mt38--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt38--pconly {
    margin-top: 38px;
  }
  .mt38--pconlyforced {
    margin-top: 38px !important;
  }
}
.mt38--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt38--mobileonly {
    margin-top: 38px;
  }
  .mt38--mobileonlyforced {
    margin-top: 38px !important;
  }
}

.pt38 {
  padding-top: 38px;
}
.pt38forced,
.pt38--forced {
  padding-top: 38px !important;
}
.pt38--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt38--pconly {
    padding-top: 38px;
  }
  .pt38--pconlyforced {
    padding-top: 38px !important;
  }
}
.pt38--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt38--mobileonly {
    padding-top: 38px;
  }
  .pt38--mobileonlyforced {
    padding-top: 38px !important;
  }
}

.mr38 {
  margin-right: 38px;
}
.mr38forced,
.mr38--forced {
  margin-right: 38px !important;
}
.mr38--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr38--pconly {
    margin-right: 38px;
  }
  .mr38--pconlyforced {
    margin-right: 38px !important;
  }
}
.mr38--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr38--mobileonly {
    margin-right: 38px;
  }
  .mr38--mobileonlyforced {
    margin-right: 38px !important;
  }
}

.pr38 {
  padding-right: 38px;
}
.pr38forced,
.pr38--forced {
  padding-right: 38px !important;
}
.pr38--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr38--pconly {
    padding-right: 38px;
  }
  .pr38--pconlyforced {
    padding-right: 38px !important;
  }
}
.pr38--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr38--mobileonly {
    padding-right: 38px;
  }
  .pr38--mobileonlyforced {
    padding-right: 38px !important;
  }
}

.mb38 {
  margin-bottom: 38px;
}
.mb38forced,
.mb38--forced {
  margin-bottom: 38px !important;
}
.mb38--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb38--pconly {
    margin-bottom: 38px;
  }
  .mb38--pconlyforced {
    margin-bottom: 38px !important;
  }
}
.mb38--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb38--mobileonly {
    margin-bottom: 38px;
  }
  .mb38--mobileonlyforced {
    margin-bottom: 38px !important;
  }
}

.pb38 {
  padding-bottom: 38px;
}
.pb38forced,
.pb38--forced {
  padding-bottom: 38px !important;
}
.pb38--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb38--pconly {
    padding-bottom: 38px;
  }
  .pb38--pconlyforced {
    padding-bottom: 38px !important;
  }
}
.pb38--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb38--mobileonly {
    padding-bottom: 38px;
  }
  .pb38--mobileonlyforced {
    padding-bottom: 38px !important;
  }
}

.ml38 {
  margin-left: 38px;
}
.ml38forced,
.ml38--forced {
  margin-left: 38px !important;
}
.ml38--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml38--pconly {
    margin-left: 38px;
  }
  .ml38--pconlyforced {
    margin-left: 38px !important;
  }
}
.ml38--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml38--mobileonly {
    margin-left: 38px;
  }
  .ml38--mobileonlyforced {
    margin-left: 38px !important;
  }
}

.pl38 {
  padding-left: 38px;
}
.pl38forced,
.pl38--forced {
  padding-left: 38px !important;
}
.pl38--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl38--pconly {
    padding-left: 38px;
  }
  .pl38--pconlyforced {
    padding-left: 38px !important;
  }
}
.pl38--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl38--mobileonly {
    padding-left: 38px;
  }
  .pl38--mobileonlyforced {
    padding-left: 38px !important;
  }
}

.ma39 {
  margin: 39px;
}
.ma39forced,
.ma39--forced {
  margin: 39px !important;
}
.ma39--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma39--pconly {
    margin: 39px;
  }
  .ma39--pconlyforced {
    margin: 39px !important;
  }
}
.ma39--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma39--mobileonly {
    margin: 39px;
  }
  .ma39--mobileonlyforced {
    margin: 39px !important;
  }
}

.pa39 {
  padding: 39px;
}
.pa39forced,
.pa39--forced {
  padding: 39px !important;
}
.pa39--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa39--pconly {
    padding: 39px;
  }
  .pa39--pconlyforced {
    padding: 39px !important;
  }
}
.pa39--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa39--mobileonly {
    padding: 39px;
  }
  .pa39--mobileonlyforced {
    padding: 39px !important;
  }
}

.mt39 {
  margin-top: 39px;
}
.mt39forced,
.mt39--forced {
  margin-top: 39px !important;
}
.mt39--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt39--pconly {
    margin-top: 39px;
  }
  .mt39--pconlyforced {
    margin-top: 39px !important;
  }
}
.mt39--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt39--mobileonly {
    margin-top: 39px;
  }
  .mt39--mobileonlyforced {
    margin-top: 39px !important;
  }
}

.pt39 {
  padding-top: 39px;
}
.pt39forced,
.pt39--forced {
  padding-top: 39px !important;
}
.pt39--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt39--pconly {
    padding-top: 39px;
  }
  .pt39--pconlyforced {
    padding-top: 39px !important;
  }
}
.pt39--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt39--mobileonly {
    padding-top: 39px;
  }
  .pt39--mobileonlyforced {
    padding-top: 39px !important;
  }
}

.mr39 {
  margin-right: 39px;
}
.mr39forced,
.mr39--forced {
  margin-right: 39px !important;
}
.mr39--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr39--pconly {
    margin-right: 39px;
  }
  .mr39--pconlyforced {
    margin-right: 39px !important;
  }
}
.mr39--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr39--mobileonly {
    margin-right: 39px;
  }
  .mr39--mobileonlyforced {
    margin-right: 39px !important;
  }
}

.pr39 {
  padding-right: 39px;
}
.pr39forced,
.pr39--forced {
  padding-right: 39px !important;
}
.pr39--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr39--pconly {
    padding-right: 39px;
  }
  .pr39--pconlyforced {
    padding-right: 39px !important;
  }
}
.pr39--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr39--mobileonly {
    padding-right: 39px;
  }
  .pr39--mobileonlyforced {
    padding-right: 39px !important;
  }
}

.mb39 {
  margin-bottom: 39px;
}
.mb39forced,
.mb39--forced {
  margin-bottom: 39px !important;
}
.mb39--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb39--pconly {
    margin-bottom: 39px;
  }
  .mb39--pconlyforced {
    margin-bottom: 39px !important;
  }
}
.mb39--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb39--mobileonly {
    margin-bottom: 39px;
  }
  .mb39--mobileonlyforced {
    margin-bottom: 39px !important;
  }
}

.pb39 {
  padding-bottom: 39px;
}
.pb39forced,
.pb39--forced {
  padding-bottom: 39px !important;
}
.pb39--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb39--pconly {
    padding-bottom: 39px;
  }
  .pb39--pconlyforced {
    padding-bottom: 39px !important;
  }
}
.pb39--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb39--mobileonly {
    padding-bottom: 39px;
  }
  .pb39--mobileonlyforced {
    padding-bottom: 39px !important;
  }
}

.ml39 {
  margin-left: 39px;
}
.ml39forced,
.ml39--forced {
  margin-left: 39px !important;
}
.ml39--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml39--pconly {
    margin-left: 39px;
  }
  .ml39--pconlyforced {
    margin-left: 39px !important;
  }
}
.ml39--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml39--mobileonly {
    margin-left: 39px;
  }
  .ml39--mobileonlyforced {
    margin-left: 39px !important;
  }
}

.pl39 {
  padding-left: 39px;
}
.pl39forced,
.pl39--forced {
  padding-left: 39px !important;
}
.pl39--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl39--pconly {
    padding-left: 39px;
  }
  .pl39--pconlyforced {
    padding-left: 39px !important;
  }
}
.pl39--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl39--mobileonly {
    padding-left: 39px;
  }
  .pl39--mobileonlyforced {
    padding-left: 39px !important;
  }
}

.ma40 {
  margin: 40px;
}
.ma40forced,
.ma40--forced {
  margin: 40px !important;
}
.ma40--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma40--pconly {
    margin: 40px;
  }
  .ma40--pconlyforced {
    margin: 40px !important;
  }
}
.ma40--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma40--mobileonly {
    margin: 40px;
  }
  .ma40--mobileonlyforced {
    margin: 40px !important;
  }
}

.pa40 {
  padding: 40px;
}
.pa40forced,
.pa40--forced {
  padding: 40px !important;
}
.pa40--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa40--pconly {
    padding: 40px;
  }
  .pa40--pconlyforced {
    padding: 40px !important;
  }
}
.pa40--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa40--mobileonly {
    padding: 40px;
  }
  .pa40--mobileonlyforced {
    padding: 40px !important;
  }
}

.mt40 {
  margin-top: 40px;
}
.mt40forced,
.mt40--forced {
  margin-top: 40px !important;
}
.mt40--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt40--pconly {
    margin-top: 40px;
  }
  .mt40--pconlyforced {
    margin-top: 40px !important;
  }
}
.mt40--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt40--mobileonly {
    margin-top: 40px;
  }
  .mt40--mobileonlyforced {
    margin-top: 40px !important;
  }
}

.pt40 {
  padding-top: 40px;
}
.pt40forced,
.pt40--forced {
  padding-top: 40px !important;
}
.pt40--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt40--pconly {
    padding-top: 40px;
  }
  .pt40--pconlyforced {
    padding-top: 40px !important;
  }
}
.pt40--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt40--mobileonly {
    padding-top: 40px;
  }
  .pt40--mobileonlyforced {
    padding-top: 40px !important;
  }
}

.mr40 {
  margin-right: 40px;
}
.mr40forced,
.mr40--forced {
  margin-right: 40px !important;
}
.mr40--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr40--pconly {
    margin-right: 40px;
  }
  .mr40--pconlyforced {
    margin-right: 40px !important;
  }
}
.mr40--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr40--mobileonly {
    margin-right: 40px;
  }
  .mr40--mobileonlyforced {
    margin-right: 40px !important;
  }
}

.pr40 {
  padding-right: 40px;
}
.pr40forced,
.pr40--forced {
  padding-right: 40px !important;
}
.pr40--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr40--pconly {
    padding-right: 40px;
  }
  .pr40--pconlyforced {
    padding-right: 40px !important;
  }
}
.pr40--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr40--mobileonly {
    padding-right: 40px;
  }
  .pr40--mobileonlyforced {
    padding-right: 40px !important;
  }
}

.mb40 {
  margin-bottom: 40px;
}
.mb40forced,
.mb40--forced {
  margin-bottom: 40px !important;
}
.mb40--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb40--pconly {
    margin-bottom: 40px;
  }
  .mb40--pconlyforced {
    margin-bottom: 40px !important;
  }
}
.mb40--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb40--mobileonly {
    margin-bottom: 40px;
  }
  .mb40--mobileonlyforced {
    margin-bottom: 40px !important;
  }
}

.pb40 {
  padding-bottom: 40px;
}
.pb40forced,
.pb40--forced {
  padding-bottom: 40px !important;
}
.pb40--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb40--pconly {
    padding-bottom: 40px;
  }
  .pb40--pconlyforced {
    padding-bottom: 40px !important;
  }
}
.pb40--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb40--mobileonly {
    padding-bottom: 40px;
  }
  .pb40--mobileonlyforced {
    padding-bottom: 40px !important;
  }
}

.ml40 {
  margin-left: 40px;
}
.ml40forced,
.ml40--forced {
  margin-left: 40px !important;
}
.ml40--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml40--pconly {
    margin-left: 40px;
  }
  .ml40--pconlyforced {
    margin-left: 40px !important;
  }
}
.ml40--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml40--mobileonly {
    margin-left: 40px;
  }
  .ml40--mobileonlyforced {
    margin-left: 40px !important;
  }
}

.pl40 {
  padding-left: 40px;
}
.pl40forced,
.pl40--forced {
  padding-left: 40px !important;
}
.pl40--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl40--pconly {
    padding-left: 40px;
  }
  .pl40--pconlyforced {
    padding-left: 40px !important;
  }
}
.pl40--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl40--mobileonly {
    padding-left: 40px;
  }
  .pl40--mobileonlyforced {
    padding-left: 40px !important;
  }
}

.ma41 {
  margin: 41px;
}
.ma41forced,
.ma41--forced {
  margin: 41px !important;
}
.ma41--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma41--pconly {
    margin: 41px;
  }
  .ma41--pconlyforced {
    margin: 41px !important;
  }
}
.ma41--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma41--mobileonly {
    margin: 41px;
  }
  .ma41--mobileonlyforced {
    margin: 41px !important;
  }
}

.pa41 {
  padding: 41px;
}
.pa41forced,
.pa41--forced {
  padding: 41px !important;
}
.pa41--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa41--pconly {
    padding: 41px;
  }
  .pa41--pconlyforced {
    padding: 41px !important;
  }
}
.pa41--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa41--mobileonly {
    padding: 41px;
  }
  .pa41--mobileonlyforced {
    padding: 41px !important;
  }
}

.mt41 {
  margin-top: 41px;
}
.mt41forced,
.mt41--forced {
  margin-top: 41px !important;
}
.mt41--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt41--pconly {
    margin-top: 41px;
  }
  .mt41--pconlyforced {
    margin-top: 41px !important;
  }
}
.mt41--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt41--mobileonly {
    margin-top: 41px;
  }
  .mt41--mobileonlyforced {
    margin-top: 41px !important;
  }
}

.pt41 {
  padding-top: 41px;
}
.pt41forced,
.pt41--forced {
  padding-top: 41px !important;
}
.pt41--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt41--pconly {
    padding-top: 41px;
  }
  .pt41--pconlyforced {
    padding-top: 41px !important;
  }
}
.pt41--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt41--mobileonly {
    padding-top: 41px;
  }
  .pt41--mobileonlyforced {
    padding-top: 41px !important;
  }
}

.mr41 {
  margin-right: 41px;
}
.mr41forced,
.mr41--forced {
  margin-right: 41px !important;
}
.mr41--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr41--pconly {
    margin-right: 41px;
  }
  .mr41--pconlyforced {
    margin-right: 41px !important;
  }
}
.mr41--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr41--mobileonly {
    margin-right: 41px;
  }
  .mr41--mobileonlyforced {
    margin-right: 41px !important;
  }
}

.pr41 {
  padding-right: 41px;
}
.pr41forced,
.pr41--forced {
  padding-right: 41px !important;
}
.pr41--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr41--pconly {
    padding-right: 41px;
  }
  .pr41--pconlyforced {
    padding-right: 41px !important;
  }
}
.pr41--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr41--mobileonly {
    padding-right: 41px;
  }
  .pr41--mobileonlyforced {
    padding-right: 41px !important;
  }
}

.mb41 {
  margin-bottom: 41px;
}
.mb41forced,
.mb41--forced {
  margin-bottom: 41px !important;
}
.mb41--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb41--pconly {
    margin-bottom: 41px;
  }
  .mb41--pconlyforced {
    margin-bottom: 41px !important;
  }
}
.mb41--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb41--mobileonly {
    margin-bottom: 41px;
  }
  .mb41--mobileonlyforced {
    margin-bottom: 41px !important;
  }
}

.pb41 {
  padding-bottom: 41px;
}
.pb41forced,
.pb41--forced {
  padding-bottom: 41px !important;
}
.pb41--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb41--pconly {
    padding-bottom: 41px;
  }
  .pb41--pconlyforced {
    padding-bottom: 41px !important;
  }
}
.pb41--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb41--mobileonly {
    padding-bottom: 41px;
  }
  .pb41--mobileonlyforced {
    padding-bottom: 41px !important;
  }
}

.ml41 {
  margin-left: 41px;
}
.ml41forced,
.ml41--forced {
  margin-left: 41px !important;
}
.ml41--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml41--pconly {
    margin-left: 41px;
  }
  .ml41--pconlyforced {
    margin-left: 41px !important;
  }
}
.ml41--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml41--mobileonly {
    margin-left: 41px;
  }
  .ml41--mobileonlyforced {
    margin-left: 41px !important;
  }
}

.pl41 {
  padding-left: 41px;
}
.pl41forced,
.pl41--forced {
  padding-left: 41px !important;
}
.pl41--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl41--pconly {
    padding-left: 41px;
  }
  .pl41--pconlyforced {
    padding-left: 41px !important;
  }
}
.pl41--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl41--mobileonly {
    padding-left: 41px;
  }
  .pl41--mobileonlyforced {
    padding-left: 41px !important;
  }
}

.ma42 {
  margin: 42px;
}
.ma42forced,
.ma42--forced {
  margin: 42px !important;
}
.ma42--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma42--pconly {
    margin: 42px;
  }
  .ma42--pconlyforced {
    margin: 42px !important;
  }
}
.ma42--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma42--mobileonly {
    margin: 42px;
  }
  .ma42--mobileonlyforced {
    margin: 42px !important;
  }
}

.pa42 {
  padding: 42px;
}
.pa42forced,
.pa42--forced {
  padding: 42px !important;
}
.pa42--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa42--pconly {
    padding: 42px;
  }
  .pa42--pconlyforced {
    padding: 42px !important;
  }
}
.pa42--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa42--mobileonly {
    padding: 42px;
  }
  .pa42--mobileonlyforced {
    padding: 42px !important;
  }
}

.mt42 {
  margin-top: 42px;
}
.mt42forced,
.mt42--forced {
  margin-top: 42px !important;
}
.mt42--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt42--pconly {
    margin-top: 42px;
  }
  .mt42--pconlyforced {
    margin-top: 42px !important;
  }
}
.mt42--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt42--mobileonly {
    margin-top: 42px;
  }
  .mt42--mobileonlyforced {
    margin-top: 42px !important;
  }
}

.pt42 {
  padding-top: 42px;
}
.pt42forced,
.pt42--forced {
  padding-top: 42px !important;
}
.pt42--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt42--pconly {
    padding-top: 42px;
  }
  .pt42--pconlyforced {
    padding-top: 42px !important;
  }
}
.pt42--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt42--mobileonly {
    padding-top: 42px;
  }
  .pt42--mobileonlyforced {
    padding-top: 42px !important;
  }
}

.mr42 {
  margin-right: 42px;
}
.mr42forced,
.mr42--forced {
  margin-right: 42px !important;
}
.mr42--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr42--pconly {
    margin-right: 42px;
  }
  .mr42--pconlyforced {
    margin-right: 42px !important;
  }
}
.mr42--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr42--mobileonly {
    margin-right: 42px;
  }
  .mr42--mobileonlyforced {
    margin-right: 42px !important;
  }
}

.pr42 {
  padding-right: 42px;
}
.pr42forced,
.pr42--forced {
  padding-right: 42px !important;
}
.pr42--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr42--pconly {
    padding-right: 42px;
  }
  .pr42--pconlyforced {
    padding-right: 42px !important;
  }
}
.pr42--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr42--mobileonly {
    padding-right: 42px;
  }
  .pr42--mobileonlyforced {
    padding-right: 42px !important;
  }
}

.mb42 {
  margin-bottom: 42px;
}
.mb42forced,
.mb42--forced {
  margin-bottom: 42px !important;
}
.mb42--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb42--pconly {
    margin-bottom: 42px;
  }
  .mb42--pconlyforced {
    margin-bottom: 42px !important;
  }
}
.mb42--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb42--mobileonly {
    margin-bottom: 42px;
  }
  .mb42--mobileonlyforced {
    margin-bottom: 42px !important;
  }
}

.pb42 {
  padding-bottom: 42px;
}
.pb42forced,
.pb42--forced {
  padding-bottom: 42px !important;
}
.pb42--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb42--pconly {
    padding-bottom: 42px;
  }
  .pb42--pconlyforced {
    padding-bottom: 42px !important;
  }
}
.pb42--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb42--mobileonly {
    padding-bottom: 42px;
  }
  .pb42--mobileonlyforced {
    padding-bottom: 42px !important;
  }
}

.ml42 {
  margin-left: 42px;
}
.ml42forced,
.ml42--forced {
  margin-left: 42px !important;
}
.ml42--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml42--pconly {
    margin-left: 42px;
  }
  .ml42--pconlyforced {
    margin-left: 42px !important;
  }
}
.ml42--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml42--mobileonly {
    margin-left: 42px;
  }
  .ml42--mobileonlyforced {
    margin-left: 42px !important;
  }
}

.pl42 {
  padding-left: 42px;
}
.pl42forced,
.pl42--forced {
  padding-left: 42px !important;
}
.pl42--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl42--pconly {
    padding-left: 42px;
  }
  .pl42--pconlyforced {
    padding-left: 42px !important;
  }
}
.pl42--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl42--mobileonly {
    padding-left: 42px;
  }
  .pl42--mobileonlyforced {
    padding-left: 42px !important;
  }
}

.ma43 {
  margin: 43px;
}
.ma43forced,
.ma43--forced {
  margin: 43px !important;
}
.ma43--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma43--pconly {
    margin: 43px;
  }
  .ma43--pconlyforced {
    margin: 43px !important;
  }
}
.ma43--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma43--mobileonly {
    margin: 43px;
  }
  .ma43--mobileonlyforced {
    margin: 43px !important;
  }
}

.pa43 {
  padding: 43px;
}
.pa43forced,
.pa43--forced {
  padding: 43px !important;
}
.pa43--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa43--pconly {
    padding: 43px;
  }
  .pa43--pconlyforced {
    padding: 43px !important;
  }
}
.pa43--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa43--mobileonly {
    padding: 43px;
  }
  .pa43--mobileonlyforced {
    padding: 43px !important;
  }
}

.mt43 {
  margin-top: 43px;
}
.mt43forced,
.mt43--forced {
  margin-top: 43px !important;
}
.mt43--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt43--pconly {
    margin-top: 43px;
  }
  .mt43--pconlyforced {
    margin-top: 43px !important;
  }
}
.mt43--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt43--mobileonly {
    margin-top: 43px;
  }
  .mt43--mobileonlyforced {
    margin-top: 43px !important;
  }
}

.pt43 {
  padding-top: 43px;
}
.pt43forced,
.pt43--forced {
  padding-top: 43px !important;
}
.pt43--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt43--pconly {
    padding-top: 43px;
  }
  .pt43--pconlyforced {
    padding-top: 43px !important;
  }
}
.pt43--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt43--mobileonly {
    padding-top: 43px;
  }
  .pt43--mobileonlyforced {
    padding-top: 43px !important;
  }
}

.mr43 {
  margin-right: 43px;
}
.mr43forced,
.mr43--forced {
  margin-right: 43px !important;
}
.mr43--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr43--pconly {
    margin-right: 43px;
  }
  .mr43--pconlyforced {
    margin-right: 43px !important;
  }
}
.mr43--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr43--mobileonly {
    margin-right: 43px;
  }
  .mr43--mobileonlyforced {
    margin-right: 43px !important;
  }
}

.pr43 {
  padding-right: 43px;
}
.pr43forced,
.pr43--forced {
  padding-right: 43px !important;
}
.pr43--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr43--pconly {
    padding-right: 43px;
  }
  .pr43--pconlyforced {
    padding-right: 43px !important;
  }
}
.pr43--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr43--mobileonly {
    padding-right: 43px;
  }
  .pr43--mobileonlyforced {
    padding-right: 43px !important;
  }
}

.mb43 {
  margin-bottom: 43px;
}
.mb43forced,
.mb43--forced {
  margin-bottom: 43px !important;
}
.mb43--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb43--pconly {
    margin-bottom: 43px;
  }
  .mb43--pconlyforced {
    margin-bottom: 43px !important;
  }
}
.mb43--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb43--mobileonly {
    margin-bottom: 43px;
  }
  .mb43--mobileonlyforced {
    margin-bottom: 43px !important;
  }
}

.pb43 {
  padding-bottom: 43px;
}
.pb43forced,
.pb43--forced {
  padding-bottom: 43px !important;
}
.pb43--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb43--pconly {
    padding-bottom: 43px;
  }
  .pb43--pconlyforced {
    padding-bottom: 43px !important;
  }
}
.pb43--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb43--mobileonly {
    padding-bottom: 43px;
  }
  .pb43--mobileonlyforced {
    padding-bottom: 43px !important;
  }
}

.ml43 {
  margin-left: 43px;
}
.ml43forced,
.ml43--forced {
  margin-left: 43px !important;
}
.ml43--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml43--pconly {
    margin-left: 43px;
  }
  .ml43--pconlyforced {
    margin-left: 43px !important;
  }
}
.ml43--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml43--mobileonly {
    margin-left: 43px;
  }
  .ml43--mobileonlyforced {
    margin-left: 43px !important;
  }
}

.pl43 {
  padding-left: 43px;
}
.pl43forced,
.pl43--forced {
  padding-left: 43px !important;
}
.pl43--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl43--pconly {
    padding-left: 43px;
  }
  .pl43--pconlyforced {
    padding-left: 43px !important;
  }
}
.pl43--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl43--mobileonly {
    padding-left: 43px;
  }
  .pl43--mobileonlyforced {
    padding-left: 43px !important;
  }
}

.ma44 {
  margin: 44px;
}
.ma44forced,
.ma44--forced {
  margin: 44px !important;
}
.ma44--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma44--pconly {
    margin: 44px;
  }
  .ma44--pconlyforced {
    margin: 44px !important;
  }
}
.ma44--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma44--mobileonly {
    margin: 44px;
  }
  .ma44--mobileonlyforced {
    margin: 44px !important;
  }
}

.pa44 {
  padding: 44px;
}
.pa44forced,
.pa44--forced {
  padding: 44px !important;
}
.pa44--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa44--pconly {
    padding: 44px;
  }
  .pa44--pconlyforced {
    padding: 44px !important;
  }
}
.pa44--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa44--mobileonly {
    padding: 44px;
  }
  .pa44--mobileonlyforced {
    padding: 44px !important;
  }
}

.mt44 {
  margin-top: 44px;
}
.mt44forced,
.mt44--forced {
  margin-top: 44px !important;
}
.mt44--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt44--pconly {
    margin-top: 44px;
  }
  .mt44--pconlyforced {
    margin-top: 44px !important;
  }
}
.mt44--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt44--mobileonly {
    margin-top: 44px;
  }
  .mt44--mobileonlyforced {
    margin-top: 44px !important;
  }
}

.pt44 {
  padding-top: 44px;
}
.pt44forced,
.pt44--forced {
  padding-top: 44px !important;
}
.pt44--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt44--pconly {
    padding-top: 44px;
  }
  .pt44--pconlyforced {
    padding-top: 44px !important;
  }
}
.pt44--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt44--mobileonly {
    padding-top: 44px;
  }
  .pt44--mobileonlyforced {
    padding-top: 44px !important;
  }
}

.mr44 {
  margin-right: 44px;
}
.mr44forced,
.mr44--forced {
  margin-right: 44px !important;
}
.mr44--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr44--pconly {
    margin-right: 44px;
  }
  .mr44--pconlyforced {
    margin-right: 44px !important;
  }
}
.mr44--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr44--mobileonly {
    margin-right: 44px;
  }
  .mr44--mobileonlyforced {
    margin-right: 44px !important;
  }
}

.pr44 {
  padding-right: 44px;
}
.pr44forced,
.pr44--forced {
  padding-right: 44px !important;
}
.pr44--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr44--pconly {
    padding-right: 44px;
  }
  .pr44--pconlyforced {
    padding-right: 44px !important;
  }
}
.pr44--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr44--mobileonly {
    padding-right: 44px;
  }
  .pr44--mobileonlyforced {
    padding-right: 44px !important;
  }
}

.mb44 {
  margin-bottom: 44px;
}
.mb44forced,
.mb44--forced {
  margin-bottom: 44px !important;
}
.mb44--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb44--pconly {
    margin-bottom: 44px;
  }
  .mb44--pconlyforced {
    margin-bottom: 44px !important;
  }
}
.mb44--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb44--mobileonly {
    margin-bottom: 44px;
  }
  .mb44--mobileonlyforced {
    margin-bottom: 44px !important;
  }
}

.pb44 {
  padding-bottom: 44px;
}
.pb44forced,
.pb44--forced {
  padding-bottom: 44px !important;
}
.pb44--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb44--pconly {
    padding-bottom: 44px;
  }
  .pb44--pconlyforced {
    padding-bottom: 44px !important;
  }
}
.pb44--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb44--mobileonly {
    padding-bottom: 44px;
  }
  .pb44--mobileonlyforced {
    padding-bottom: 44px !important;
  }
}

.ml44 {
  margin-left: 44px;
}
.ml44forced,
.ml44--forced {
  margin-left: 44px !important;
}
.ml44--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml44--pconly {
    margin-left: 44px;
  }
  .ml44--pconlyforced {
    margin-left: 44px !important;
  }
}
.ml44--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml44--mobileonly {
    margin-left: 44px;
  }
  .ml44--mobileonlyforced {
    margin-left: 44px !important;
  }
}

.pl44 {
  padding-left: 44px;
}
.pl44forced,
.pl44--forced {
  padding-left: 44px !important;
}
.pl44--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl44--pconly {
    padding-left: 44px;
  }
  .pl44--pconlyforced {
    padding-left: 44px !important;
  }
}
.pl44--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl44--mobileonly {
    padding-left: 44px;
  }
  .pl44--mobileonlyforced {
    padding-left: 44px !important;
  }
}

.ma45 {
  margin: 45px;
}
.ma45forced,
.ma45--forced {
  margin: 45px !important;
}
.ma45--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma45--pconly {
    margin: 45px;
  }
  .ma45--pconlyforced {
    margin: 45px !important;
  }
}
.ma45--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma45--mobileonly {
    margin: 45px;
  }
  .ma45--mobileonlyforced {
    margin: 45px !important;
  }
}

.pa45 {
  padding: 45px;
}
.pa45forced,
.pa45--forced {
  padding: 45px !important;
}
.pa45--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa45--pconly {
    padding: 45px;
  }
  .pa45--pconlyforced {
    padding: 45px !important;
  }
}
.pa45--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa45--mobileonly {
    padding: 45px;
  }
  .pa45--mobileonlyforced {
    padding: 45px !important;
  }
}

.mt45 {
  margin-top: 45px;
}
.mt45forced,
.mt45--forced {
  margin-top: 45px !important;
}
.mt45--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt45--pconly {
    margin-top: 45px;
  }
  .mt45--pconlyforced {
    margin-top: 45px !important;
  }
}
.mt45--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt45--mobileonly {
    margin-top: 45px;
  }
  .mt45--mobileonlyforced {
    margin-top: 45px !important;
  }
}

.pt45 {
  padding-top: 45px;
}
.pt45forced,
.pt45--forced {
  padding-top: 45px !important;
}
.pt45--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt45--pconly {
    padding-top: 45px;
  }
  .pt45--pconlyforced {
    padding-top: 45px !important;
  }
}
.pt45--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt45--mobileonly {
    padding-top: 45px;
  }
  .pt45--mobileonlyforced {
    padding-top: 45px !important;
  }
}

.mr45 {
  margin-right: 45px;
}
.mr45forced,
.mr45--forced {
  margin-right: 45px !important;
}
.mr45--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr45--pconly {
    margin-right: 45px;
  }
  .mr45--pconlyforced {
    margin-right: 45px !important;
  }
}
.mr45--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr45--mobileonly {
    margin-right: 45px;
  }
  .mr45--mobileonlyforced {
    margin-right: 45px !important;
  }
}

.pr45 {
  padding-right: 45px;
}
.pr45forced,
.pr45--forced {
  padding-right: 45px !important;
}
.pr45--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr45--pconly {
    padding-right: 45px;
  }
  .pr45--pconlyforced {
    padding-right: 45px !important;
  }
}
.pr45--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr45--mobileonly {
    padding-right: 45px;
  }
  .pr45--mobileonlyforced {
    padding-right: 45px !important;
  }
}

.mb45 {
  margin-bottom: 45px;
}
.mb45forced,
.mb45--forced {
  margin-bottom: 45px !important;
}
.mb45--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb45--pconly {
    margin-bottom: 45px;
  }
  .mb45--pconlyforced {
    margin-bottom: 45px !important;
  }
}
.mb45--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb45--mobileonly {
    margin-bottom: 45px;
  }
  .mb45--mobileonlyforced {
    margin-bottom: 45px !important;
  }
}

.pb45 {
  padding-bottom: 45px;
}
.pb45forced,
.pb45--forced {
  padding-bottom: 45px !important;
}
.pb45--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb45--pconly {
    padding-bottom: 45px;
  }
  .pb45--pconlyforced {
    padding-bottom: 45px !important;
  }
}
.pb45--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb45--mobileonly {
    padding-bottom: 45px;
  }
  .pb45--mobileonlyforced {
    padding-bottom: 45px !important;
  }
}

.ml45 {
  margin-left: 45px;
}
.ml45forced,
.ml45--forced {
  margin-left: 45px !important;
}
.ml45--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml45--pconly {
    margin-left: 45px;
  }
  .ml45--pconlyforced {
    margin-left: 45px !important;
  }
}
.ml45--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml45--mobileonly {
    margin-left: 45px;
  }
  .ml45--mobileonlyforced {
    margin-left: 45px !important;
  }
}

.pl45 {
  padding-left: 45px;
}
.pl45forced,
.pl45--forced {
  padding-left: 45px !important;
}
.pl45--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl45--pconly {
    padding-left: 45px;
  }
  .pl45--pconlyforced {
    padding-left: 45px !important;
  }
}
.pl45--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl45--mobileonly {
    padding-left: 45px;
  }
  .pl45--mobileonlyforced {
    padding-left: 45px !important;
  }
}

.ma46 {
  margin: 46px;
}
.ma46forced,
.ma46--forced {
  margin: 46px !important;
}
.ma46--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma46--pconly {
    margin: 46px;
  }
  .ma46--pconlyforced {
    margin: 46px !important;
  }
}
.ma46--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma46--mobileonly {
    margin: 46px;
  }
  .ma46--mobileonlyforced {
    margin: 46px !important;
  }
}

.pa46 {
  padding: 46px;
}
.pa46forced,
.pa46--forced {
  padding: 46px !important;
}
.pa46--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa46--pconly {
    padding: 46px;
  }
  .pa46--pconlyforced {
    padding: 46px !important;
  }
}
.pa46--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa46--mobileonly {
    padding: 46px;
  }
  .pa46--mobileonlyforced {
    padding: 46px !important;
  }
}

.mt46 {
  margin-top: 46px;
}
.mt46forced,
.mt46--forced {
  margin-top: 46px !important;
}
.mt46--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt46--pconly {
    margin-top: 46px;
  }
  .mt46--pconlyforced {
    margin-top: 46px !important;
  }
}
.mt46--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt46--mobileonly {
    margin-top: 46px;
  }
  .mt46--mobileonlyforced {
    margin-top: 46px !important;
  }
}

.pt46 {
  padding-top: 46px;
}
.pt46forced,
.pt46--forced {
  padding-top: 46px !important;
}
.pt46--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt46--pconly {
    padding-top: 46px;
  }
  .pt46--pconlyforced {
    padding-top: 46px !important;
  }
}
.pt46--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt46--mobileonly {
    padding-top: 46px;
  }
  .pt46--mobileonlyforced {
    padding-top: 46px !important;
  }
}

.mr46 {
  margin-right: 46px;
}
.mr46forced,
.mr46--forced {
  margin-right: 46px !important;
}
.mr46--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr46--pconly {
    margin-right: 46px;
  }
  .mr46--pconlyforced {
    margin-right: 46px !important;
  }
}
.mr46--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr46--mobileonly {
    margin-right: 46px;
  }
  .mr46--mobileonlyforced {
    margin-right: 46px !important;
  }
}

.pr46 {
  padding-right: 46px;
}
.pr46forced,
.pr46--forced {
  padding-right: 46px !important;
}
.pr46--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr46--pconly {
    padding-right: 46px;
  }
  .pr46--pconlyforced {
    padding-right: 46px !important;
  }
}
.pr46--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr46--mobileonly {
    padding-right: 46px;
  }
  .pr46--mobileonlyforced {
    padding-right: 46px !important;
  }
}

.mb46 {
  margin-bottom: 46px;
}
.mb46forced,
.mb46--forced {
  margin-bottom: 46px !important;
}
.mb46--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb46--pconly {
    margin-bottom: 46px;
  }
  .mb46--pconlyforced {
    margin-bottom: 46px !important;
  }
}
.mb46--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb46--mobileonly {
    margin-bottom: 46px;
  }
  .mb46--mobileonlyforced {
    margin-bottom: 46px !important;
  }
}

.pb46 {
  padding-bottom: 46px;
}
.pb46forced,
.pb46--forced {
  padding-bottom: 46px !important;
}
.pb46--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb46--pconly {
    padding-bottom: 46px;
  }
  .pb46--pconlyforced {
    padding-bottom: 46px !important;
  }
}
.pb46--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb46--mobileonly {
    padding-bottom: 46px;
  }
  .pb46--mobileonlyforced {
    padding-bottom: 46px !important;
  }
}

.ml46 {
  margin-left: 46px;
}
.ml46forced,
.ml46--forced {
  margin-left: 46px !important;
}
.ml46--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml46--pconly {
    margin-left: 46px;
  }
  .ml46--pconlyforced {
    margin-left: 46px !important;
  }
}
.ml46--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml46--mobileonly {
    margin-left: 46px;
  }
  .ml46--mobileonlyforced {
    margin-left: 46px !important;
  }
}

.pl46 {
  padding-left: 46px;
}
.pl46forced,
.pl46--forced {
  padding-left: 46px !important;
}
.pl46--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl46--pconly {
    padding-left: 46px;
  }
  .pl46--pconlyforced {
    padding-left: 46px !important;
  }
}
.pl46--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl46--mobileonly {
    padding-left: 46px;
  }
  .pl46--mobileonlyforced {
    padding-left: 46px !important;
  }
}

.ma47 {
  margin: 47px;
}
.ma47forced,
.ma47--forced {
  margin: 47px !important;
}
.ma47--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma47--pconly {
    margin: 47px;
  }
  .ma47--pconlyforced {
    margin: 47px !important;
  }
}
.ma47--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma47--mobileonly {
    margin: 47px;
  }
  .ma47--mobileonlyforced {
    margin: 47px !important;
  }
}

.pa47 {
  padding: 47px;
}
.pa47forced,
.pa47--forced {
  padding: 47px !important;
}
.pa47--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa47--pconly {
    padding: 47px;
  }
  .pa47--pconlyforced {
    padding: 47px !important;
  }
}
.pa47--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa47--mobileonly {
    padding: 47px;
  }
  .pa47--mobileonlyforced {
    padding: 47px !important;
  }
}

.mt47 {
  margin-top: 47px;
}
.mt47forced,
.mt47--forced {
  margin-top: 47px !important;
}
.mt47--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt47--pconly {
    margin-top: 47px;
  }
  .mt47--pconlyforced {
    margin-top: 47px !important;
  }
}
.mt47--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt47--mobileonly {
    margin-top: 47px;
  }
  .mt47--mobileonlyforced {
    margin-top: 47px !important;
  }
}

.pt47 {
  padding-top: 47px;
}
.pt47forced,
.pt47--forced {
  padding-top: 47px !important;
}
.pt47--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt47--pconly {
    padding-top: 47px;
  }
  .pt47--pconlyforced {
    padding-top: 47px !important;
  }
}
.pt47--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt47--mobileonly {
    padding-top: 47px;
  }
  .pt47--mobileonlyforced {
    padding-top: 47px !important;
  }
}

.mr47 {
  margin-right: 47px;
}
.mr47forced,
.mr47--forced {
  margin-right: 47px !important;
}
.mr47--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr47--pconly {
    margin-right: 47px;
  }
  .mr47--pconlyforced {
    margin-right: 47px !important;
  }
}
.mr47--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr47--mobileonly {
    margin-right: 47px;
  }
  .mr47--mobileonlyforced {
    margin-right: 47px !important;
  }
}

.pr47 {
  padding-right: 47px;
}
.pr47forced,
.pr47--forced {
  padding-right: 47px !important;
}
.pr47--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr47--pconly {
    padding-right: 47px;
  }
  .pr47--pconlyforced {
    padding-right: 47px !important;
  }
}
.pr47--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr47--mobileonly {
    padding-right: 47px;
  }
  .pr47--mobileonlyforced {
    padding-right: 47px !important;
  }
}

.mb47 {
  margin-bottom: 47px;
}
.mb47forced,
.mb47--forced {
  margin-bottom: 47px !important;
}
.mb47--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb47--pconly {
    margin-bottom: 47px;
  }
  .mb47--pconlyforced {
    margin-bottom: 47px !important;
  }
}
.mb47--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb47--mobileonly {
    margin-bottom: 47px;
  }
  .mb47--mobileonlyforced {
    margin-bottom: 47px !important;
  }
}

.pb47 {
  padding-bottom: 47px;
}
.pb47forced,
.pb47--forced {
  padding-bottom: 47px !important;
}
.pb47--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb47--pconly {
    padding-bottom: 47px;
  }
  .pb47--pconlyforced {
    padding-bottom: 47px !important;
  }
}
.pb47--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb47--mobileonly {
    padding-bottom: 47px;
  }
  .pb47--mobileonlyforced {
    padding-bottom: 47px !important;
  }
}

.ml47 {
  margin-left: 47px;
}
.ml47forced,
.ml47--forced {
  margin-left: 47px !important;
}
.ml47--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml47--pconly {
    margin-left: 47px;
  }
  .ml47--pconlyforced {
    margin-left: 47px !important;
  }
}
.ml47--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml47--mobileonly {
    margin-left: 47px;
  }
  .ml47--mobileonlyforced {
    margin-left: 47px !important;
  }
}

.pl47 {
  padding-left: 47px;
}
.pl47forced,
.pl47--forced {
  padding-left: 47px !important;
}
.pl47--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl47--pconly {
    padding-left: 47px;
  }
  .pl47--pconlyforced {
    padding-left: 47px !important;
  }
}
.pl47--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl47--mobileonly {
    padding-left: 47px;
  }
  .pl47--mobileonlyforced {
    padding-left: 47px !important;
  }
}

.ma48 {
  margin: 48px;
}
.ma48forced,
.ma48--forced {
  margin: 48px !important;
}
.ma48--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma48--pconly {
    margin: 48px;
  }
  .ma48--pconlyforced {
    margin: 48px !important;
  }
}
.ma48--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma48--mobileonly {
    margin: 48px;
  }
  .ma48--mobileonlyforced {
    margin: 48px !important;
  }
}

.pa48 {
  padding: 48px;
}
.pa48forced,
.pa48--forced {
  padding: 48px !important;
}
.pa48--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa48--pconly {
    padding: 48px;
  }
  .pa48--pconlyforced {
    padding: 48px !important;
  }
}
.pa48--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa48--mobileonly {
    padding: 48px;
  }
  .pa48--mobileonlyforced {
    padding: 48px !important;
  }
}

.mt48 {
  margin-top: 48px;
}
.mt48forced,
.mt48--forced {
  margin-top: 48px !important;
}
.mt48--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt48--pconly {
    margin-top: 48px;
  }
  .mt48--pconlyforced {
    margin-top: 48px !important;
  }
}
.mt48--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt48--mobileonly {
    margin-top: 48px;
  }
  .mt48--mobileonlyforced {
    margin-top: 48px !important;
  }
}

.pt48 {
  padding-top: 48px;
}
.pt48forced,
.pt48--forced {
  padding-top: 48px !important;
}
.pt48--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt48--pconly {
    padding-top: 48px;
  }
  .pt48--pconlyforced {
    padding-top: 48px !important;
  }
}
.pt48--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt48--mobileonly {
    padding-top: 48px;
  }
  .pt48--mobileonlyforced {
    padding-top: 48px !important;
  }
}

.mr48 {
  margin-right: 48px;
}
.mr48forced,
.mr48--forced {
  margin-right: 48px !important;
}
.mr48--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr48--pconly {
    margin-right: 48px;
  }
  .mr48--pconlyforced {
    margin-right: 48px !important;
  }
}
.mr48--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr48--mobileonly {
    margin-right: 48px;
  }
  .mr48--mobileonlyforced {
    margin-right: 48px !important;
  }
}

.pr48 {
  padding-right: 48px;
}
.pr48forced,
.pr48--forced {
  padding-right: 48px !important;
}
.pr48--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr48--pconly {
    padding-right: 48px;
  }
  .pr48--pconlyforced {
    padding-right: 48px !important;
  }
}
.pr48--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr48--mobileonly {
    padding-right: 48px;
  }
  .pr48--mobileonlyforced {
    padding-right: 48px !important;
  }
}

.mb48 {
  margin-bottom: 48px;
}
.mb48forced,
.mb48--forced {
  margin-bottom: 48px !important;
}
.mb48--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb48--pconly {
    margin-bottom: 48px;
  }
  .mb48--pconlyforced {
    margin-bottom: 48px !important;
  }
}
.mb48--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb48--mobileonly {
    margin-bottom: 48px;
  }
  .mb48--mobileonlyforced {
    margin-bottom: 48px !important;
  }
}

.pb48 {
  padding-bottom: 48px;
}
.pb48forced,
.pb48--forced {
  padding-bottom: 48px !important;
}
.pb48--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb48--pconly {
    padding-bottom: 48px;
  }
  .pb48--pconlyforced {
    padding-bottom: 48px !important;
  }
}
.pb48--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb48--mobileonly {
    padding-bottom: 48px;
  }
  .pb48--mobileonlyforced {
    padding-bottom: 48px !important;
  }
}

.ml48 {
  margin-left: 48px;
}
.ml48forced,
.ml48--forced {
  margin-left: 48px !important;
}
.ml48--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml48--pconly {
    margin-left: 48px;
  }
  .ml48--pconlyforced {
    margin-left: 48px !important;
  }
}
.ml48--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml48--mobileonly {
    margin-left: 48px;
  }
  .ml48--mobileonlyforced {
    margin-left: 48px !important;
  }
}

.pl48 {
  padding-left: 48px;
}
.pl48forced,
.pl48--forced {
  padding-left: 48px !important;
}
.pl48--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl48--pconly {
    padding-left: 48px;
  }
  .pl48--pconlyforced {
    padding-left: 48px !important;
  }
}
.pl48--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl48--mobileonly {
    padding-left: 48px;
  }
  .pl48--mobileonlyforced {
    padding-left: 48px !important;
  }
}

.ma49 {
  margin: 49px;
}
.ma49forced,
.ma49--forced {
  margin: 49px !important;
}
.ma49--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma49--pconly {
    margin: 49px;
  }
  .ma49--pconlyforced {
    margin: 49px !important;
  }
}
.ma49--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma49--mobileonly {
    margin: 49px;
  }
  .ma49--mobileonlyforced {
    margin: 49px !important;
  }
}

.pa49 {
  padding: 49px;
}
.pa49forced,
.pa49--forced {
  padding: 49px !important;
}
.pa49--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa49--pconly {
    padding: 49px;
  }
  .pa49--pconlyforced {
    padding: 49px !important;
  }
}
.pa49--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa49--mobileonly {
    padding: 49px;
  }
  .pa49--mobileonlyforced {
    padding: 49px !important;
  }
}

.mt49 {
  margin-top: 49px;
}
.mt49forced,
.mt49--forced {
  margin-top: 49px !important;
}
.mt49--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt49--pconly {
    margin-top: 49px;
  }
  .mt49--pconlyforced {
    margin-top: 49px !important;
  }
}
.mt49--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt49--mobileonly {
    margin-top: 49px;
  }
  .mt49--mobileonlyforced {
    margin-top: 49px !important;
  }
}

.pt49 {
  padding-top: 49px;
}
.pt49forced,
.pt49--forced {
  padding-top: 49px !important;
}
.pt49--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt49--pconly {
    padding-top: 49px;
  }
  .pt49--pconlyforced {
    padding-top: 49px !important;
  }
}
.pt49--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt49--mobileonly {
    padding-top: 49px;
  }
  .pt49--mobileonlyforced {
    padding-top: 49px !important;
  }
}

.mr49 {
  margin-right: 49px;
}
.mr49forced,
.mr49--forced {
  margin-right: 49px !important;
}
.mr49--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr49--pconly {
    margin-right: 49px;
  }
  .mr49--pconlyforced {
    margin-right: 49px !important;
  }
}
.mr49--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr49--mobileonly {
    margin-right: 49px;
  }
  .mr49--mobileonlyforced {
    margin-right: 49px !important;
  }
}

.pr49 {
  padding-right: 49px;
}
.pr49forced,
.pr49--forced {
  padding-right: 49px !important;
}
.pr49--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr49--pconly {
    padding-right: 49px;
  }
  .pr49--pconlyforced {
    padding-right: 49px !important;
  }
}
.pr49--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr49--mobileonly {
    padding-right: 49px;
  }
  .pr49--mobileonlyforced {
    padding-right: 49px !important;
  }
}

.mb49 {
  margin-bottom: 49px;
}
.mb49forced,
.mb49--forced {
  margin-bottom: 49px !important;
}
.mb49--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb49--pconly {
    margin-bottom: 49px;
  }
  .mb49--pconlyforced {
    margin-bottom: 49px !important;
  }
}
.mb49--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb49--mobileonly {
    margin-bottom: 49px;
  }
  .mb49--mobileonlyforced {
    margin-bottom: 49px !important;
  }
}

.pb49 {
  padding-bottom: 49px;
}
.pb49forced,
.pb49--forced {
  padding-bottom: 49px !important;
}
.pb49--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb49--pconly {
    padding-bottom: 49px;
  }
  .pb49--pconlyforced {
    padding-bottom: 49px !important;
  }
}
.pb49--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb49--mobileonly {
    padding-bottom: 49px;
  }
  .pb49--mobileonlyforced {
    padding-bottom: 49px !important;
  }
}

.ml49 {
  margin-left: 49px;
}
.ml49forced,
.ml49--forced {
  margin-left: 49px !important;
}
.ml49--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml49--pconly {
    margin-left: 49px;
  }
  .ml49--pconlyforced {
    margin-left: 49px !important;
  }
}
.ml49--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml49--mobileonly {
    margin-left: 49px;
  }
  .ml49--mobileonlyforced {
    margin-left: 49px !important;
  }
}

.pl49 {
  padding-left: 49px;
}
.pl49forced,
.pl49--forced {
  padding-left: 49px !important;
}
.pl49--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl49--pconly {
    padding-left: 49px;
  }
  .pl49--pconlyforced {
    padding-left: 49px !important;
  }
}
.pl49--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl49--mobileonly {
    padding-left: 49px;
  }
  .pl49--mobileonlyforced {
    padding-left: 49px !important;
  }
}

.ma50 {
  margin: 50px;
}
.ma50forced,
.ma50--forced {
  margin: 50px !important;
}
.ma50--pconly {
  margin: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ma50--pconly {
    margin: 50px;
  }
  .ma50--pconlyforced {
    margin: 50px !important;
  }
}
.ma50--mobileonly {
  margin: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ma50--mobileonly {
    margin: 50px;
  }
  .ma50--mobileonlyforced {
    margin: 50px !important;
  }
}

.pa50 {
  padding: 50px;
}
.pa50forced,
.pa50--forced {
  padding: 50px !important;
}
.pa50--pconly {
  padding: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pa50--pconly {
    padding: 50px;
  }
  .pa50--pconlyforced {
    padding: 50px !important;
  }
}
.pa50--mobileonly {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pa50--mobileonly {
    padding: 50px;
  }
  .pa50--mobileonlyforced {
    padding: 50px !important;
  }
}

.mt50 {
  margin-top: 50px;
}
.mt50forced,
.mt50--forced {
  margin-top: 50px !important;
}
.mt50--pconly {
  margin-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mt50--pconly {
    margin-top: 50px;
  }
  .mt50--pconlyforced {
    margin-top: 50px !important;
  }
}
.mt50--mobileonly {
  margin-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mt50--mobileonly {
    margin-top: 50px;
  }
  .mt50--mobileonlyforced {
    margin-top: 50px !important;
  }
}

.pt50 {
  padding-top: 50px;
}
.pt50forced,
.pt50--forced {
  padding-top: 50px !important;
}
.pt50--pconly {
  padding-top: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pt50--pconly {
    padding-top: 50px;
  }
  .pt50--pconlyforced {
    padding-top: 50px !important;
  }
}
.pt50--mobileonly {
  padding-top: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pt50--mobileonly {
    padding-top: 50px;
  }
  .pt50--mobileonlyforced {
    padding-top: 50px !important;
  }
}

.mr50 {
  margin-right: 50px;
}
.mr50forced,
.mr50--forced {
  margin-right: 50px !important;
}
.mr50--pconly {
  margin-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mr50--pconly {
    margin-right: 50px;
  }
  .mr50--pconlyforced {
    margin-right: 50px !important;
  }
}
.mr50--mobileonly {
  margin-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mr50--mobileonly {
    margin-right: 50px;
  }
  .mr50--mobileonlyforced {
    margin-right: 50px !important;
  }
}

.pr50 {
  padding-right: 50px;
}
.pr50forced,
.pr50--forced {
  padding-right: 50px !important;
}
.pr50--pconly {
  padding-right: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pr50--pconly {
    padding-right: 50px;
  }
  .pr50--pconlyforced {
    padding-right: 50px !important;
  }
}
.pr50--mobileonly {
  padding-right: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pr50--mobileonly {
    padding-right: 50px;
  }
  .pr50--mobileonlyforced {
    padding-right: 50px !important;
  }
}

.mb50 {
  margin-bottom: 50px;
}
.mb50forced,
.mb50--forced {
  margin-bottom: 50px !important;
}
.mb50--pconly {
  margin-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mb50--pconly {
    margin-bottom: 50px;
  }
  .mb50--pconlyforced {
    margin-bottom: 50px !important;
  }
}
.mb50--mobileonly {
  margin-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mb50--mobileonly {
    margin-bottom: 50px;
  }
  .mb50--mobileonlyforced {
    margin-bottom: 50px !important;
  }
}

.pb50 {
  padding-bottom: 50px;
}
.pb50forced,
.pb50--forced {
  padding-bottom: 50px !important;
}
.pb50--pconly {
  padding-bottom: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pb50--pconly {
    padding-bottom: 50px;
  }
  .pb50--pconlyforced {
    padding-bottom: 50px !important;
  }
}
.pb50--mobileonly {
  padding-bottom: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pb50--mobileonly {
    padding-bottom: 50px;
  }
  .pb50--mobileonlyforced {
    padding-bottom: 50px !important;
  }
}

.ml50 {
  margin-left: 50px;
}
.ml50forced,
.ml50--forced {
  margin-left: 50px !important;
}
.ml50--pconly {
  margin-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .ml50--pconly {
    margin-left: 50px;
  }
  .ml50--pconlyforced {
    margin-left: 50px !important;
  }
}
.ml50--mobileonly {
  margin-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .ml50--mobileonly {
    margin-left: 50px;
  }
  .ml50--mobileonlyforced {
    margin-left: 50px !important;
  }
}

.pl50 {
  padding-left: 50px;
}
.pl50forced,
.pl50--forced {
  padding-left: 50px !important;
}
.pl50--pconly {
  padding-left: 0;
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .pl50--pconly {
    padding-left: 50px;
  }
  .pl50--pconlyforced {
    padding-left: 50px !important;
  }
}
.pl50--mobileonly {
  padding-left: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pl50--mobileonly {
    padding-left: 50px;
  }
  .pl50--mobileonlyforced {
    padding-left: 50px !important;
  }
}
