@charset "UTF-8";
/*------------------------------------------------------------------
# [One To Rull Them All]
------------------------------------------------------------------*/
/*************** 1. RESET ***************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*************** 2. GENERAL ***************/
/*************** 1. FONTS ***************/
/*****---------- 1.1 Font Size [.font-size] ----------*****/
/*****---------- 1.2 Text Overflow [.text-overflow] ----------*****/
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*****---------- 1.3 Text Undeline Ink [.text-decoration-ink] ----------*****/
.text-decoration-ink {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
/*****---------- 1.9 Clamp Lines [.clamp-lines] ----------*****/
/*************** 2. FORMS ***************/
/*************** 3. EFFECTS ***************/
/*****---------- 3.1 Rounded Corners ----------*****/
/**------------- 3.1.1 Rounded Corners All [.rounded-corners] -------------**/
/**------------- 3.1.2 Rounded Corners Top [.rounded-corners-top] -------------**/
/**------------- 3.1.3 Rounded Corners Bottom [.rounded-corners-bottom] -------------**/
/**------------- 3.1.5 Rounded Corners Right [.rounded-corners-left] -------------**/
/*****---------- 3.4 Gradients ----------*****/
/**------------- 3.4.1 Horizontal Gradient [.horizontal] -------------**/
/**------------- 3.4.2 Vertical Gradient [.vertical] -------------**/
/**------------- 3.4.2 Vertical Gradient [.vertical] -------------**/
/**------------- 3.4.3 Vertical Half-Half Gradient [.vertical_50] -------------**/
/*****---------- 3.5 Shadows ----------*****/
/**------------- 3.5.1 Box Shadow [.box-shadow] -------------**/
/**------------- 3.5.3 Drop Shadow [.drop-shadow] -------------**/
/*****---------- 3.6 Blur [.blur] ----------*****/
/*****---------- 3.7 Opacity [.opacity] ----------*****/
/*****---------- 3.13 Transforms ----------*****/
/**------------- 3.13.1 Rotate [.rotate] -------------**/
/**------------- 3.13.2 Scale [.scale] -------------**/
/**------------- 3.13.3 Scale Spec [.scale-spec] -------------**/
/**------------- 3.13.5 Transition [.transition] -------------**/
/**------------- 3.13.6 Transform Origin [.transform-origin] -------------**/
/**------------- 3.13.7 Translate [.translate] -------------**/
/**------------- 3.13.9 Keyframes [.keyframes] -------------**/
/**------------- 3.13.10 Animation [.animation] -------------**/
/*************** 4. OTHER ***************/
/*****---------- 4.2 Box Sizing [.box-sizing] ----------*****/
/*****---------- 4.4 Contain Floats [.clearfix] ----------*****/
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
/*****---------- 4.10 User Select [.user-select] ----------*****/
/*****---------- 4.13 Prevent/Enable Click [.prevent-click, .enable-click] ----------*****/
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*------------------------------------------------------------------
# [Brakepoints]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Variables]
------------------------------------------------------------------*/
/*************** 1. COLORS ***************/
/*****---------- 1.1 Base Colors ----------*****/
/*****---------- 1.2 Genre Colors ----------*****/
/*****---------- 1.3 Channel Colors ----------*****/
/*************** 2. FONTS ***************/
/*****---------- 2.1 Font Variables ----------*****/
/*************** 3. FORMS ***************/
/*****---------- 3.1 Form Variables ----------*****/
/*************** 4. LAYOUT ***************/
/*****---------- 4.1 Page Variables ----------*****/
/*****---------- 4.2 Section Variables ----------*****/
/*****---------- 4.3 Notifications ----------*****/
/*****---------- 4.4 Header ----------*****/
/*****---------- 4.5 Dashboard ----------*****/
/*****---------- 4.6 Layout ----------*****/
/*************** 5. ANIMATION ***************/
/*****---------- 5.1 Animation variables ----------*****/
/*------------------------------------------------------------------
# [Global]
------------------------------------------------------------------*/
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0;
  padding: 0 15px;
}
ol li {
  list-style: decimal;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
@media (hover: none), (hover: on-demand) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
button {
  outline: none;
}
figure {
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.nowrap {
  white-space: nowrap;
}
.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.media-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
  width: 100%;
}
.media-container iframe,
.media-container object,
.media-container embed,
.media-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-container .media-controller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
.no-scroll {
  overflow: hidden;
}
.full-width {
  width: 100%;
}
.no-overflow {
  overflow: hidden;
}
.display-none {
  display: none !important;
}
.display-block {
  display: block;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hide-mobile {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}
.hide-mobile-inline {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide-mobile-inline {
    display: inline-block;
  }
}
.prevent-click {
  pointer-events: none;
  cursor: default;
}
.underline-text {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.clickable:hover {
  color: #6889e2;
}
/*************** 3. TYPOGRAPHY ***************/
/*------------------------------------------------------------------
# [Typography]
------------------------------------------------------------------*/
@font-face {
  font-family: suisseIntMono;
  src: url('../fonts/SuisseIntlMono-Regular-WebS.eot');
  src: url('../fonts/SuisseIntlMono-Regular-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntlMono-Regular-WebS.woff2') format('woff2'), url('../fonts/SuisseIntlMono-Regular-WebS.woff') format('woff'), url('../fonts/SuisseIntlMono-Regular-WebS.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: suisseIntMono;
  src: url('../fonts/SuisseIntlMono-Bold-WebS.eot');
  src: url('../fonts/SuisseIntlMono-Bold-WebS.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntlMono-Bold-WebS.woff2') format('woff2'), url('../fonts/SuisseIntlMono-Bold-WebS.woff') format('woff'), url('../fonts/SuisseIntlMono-Bold-WebS.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Light-WebM.eot');
  src: url('../fonts/SuisseIntl-Light-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Light-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Light-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Light-WebM.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Regular-WebM.eot');
  src: url('../fonts/SuisseIntl-Regular-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Regular-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Regular-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Regular-WebM.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Medium-WebM.eot');
  src: url('../fonts/SuisseIntl-Medium-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Medium-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Medium-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Medium-WebM.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-SemiBold-WebM.eot');
  src: url('../fonts/SuisseIntl-SemiBold-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-SemiBold-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-SemiBold-WebM.woff') format('woff'), url('../fonts/SuisseIntl-SemiBold-WebM.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Bold-WebM.eot');
  src: url('../fonts/SuisseIntl-Bold-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Bold-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Bold-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Bold-WebM.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: suisseInt;
  src: url('../fonts/SuisseIntl-Black-WebM.eot');
  src: url('../fonts/SuisseIntl-Black-WebM.eot?#iefix') format('embedded-opentype'), url('../fonts/SuisseIntl-Black-WebM.woff2') format('woff2'), url('../fonts/SuisseIntl-Black-WebM.woff') format('woff'), url('../fonts/SuisseIntl-Black-WebM.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
}
a,
a:hover,
a:active {
  outline: none;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
pre,
code,
kbd,
samp {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  word-wrap: break-word;
}
sub,
sup {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  line-height: 0;
  vertical-align: 1.5em;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
::-moz-selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}
::selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}
.title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 500;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 49px;
  }
}
.subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    padding-bottom: 10px;
  }
}
/*************** 4. LAYOUT ***************/
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'suisseInt', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  letter-spacing: 0.5px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #f4f6f6;
  scroll-behavior: smooth;
}
body.mbsc-fr-lock .pro-custom-input.icon-calendar .mbsc-comp {
  border-color: #4e63ce;
}
body.bg-black {
  background-color: #000000;
}
body.no-scroll {
  overflow-y: hidden;
}
body.pdf {
  background-color: #ffffff;
  width: 1162px;
}
@media only screen and (max-width: 1024px) {
  body.menu-is-open {
    overflow-y: hidden;
  }
}
body.hide-chat #launcher {
  display: none !important;
}
body.show-scroll-to-top .btn-scroll-to-top {
  pointer-events: all;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.has-mobile-filters .main {
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  body.has-mobile-filters .main {
    z-index: unset;
  }
}
body.has-mobile-filters #launcher {
  z-index: 3;
}
body.media-player-toolbar-open .container {
  padding-bottom: 50px;
}
body.media-player-toolbar-open .media-player-toolbar {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.media-player-toolbar-open .video-player.fixed {
  bottom: 54px;
}
body.media-player-toolbar-open .table-charts-arrow-navigation {
  bottom: 70px;
}
@media only screen and (min-width: 768px) {
  body.media-player-toolbar-open .toolbar-filter-search {
    bottom: 54px;
  }
}
body.media-player-toolbar-open .editor-system-bar.show {
  bottom: 80px;
}
@media only screen and (min-width: 768px) {
  body.media-player-toolbar-open .layout-grid.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    padding-bottom: 55px;
  }
}
body.entity-detail-fixed .section-entity-detail-minimized {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.entity-detail-fixed .section-entity-detail-minimized.artist,
body.entity-detail-fixed .section-entity-detail-minimized.country,
body.entity-detail-fixed .section-entity-detail-minimized.genre {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
@media only screen and (min-width: 768px) {
  body.entity-detail-fixed .section-entity-detail-minimized.artist,
  body.entity-detail-fixed .section-entity-detail-minimized.country,
  body.entity-detail-fixed .section-entity-detail-minimized.genre {
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
}
body.entity-detail-fixed .pro-section-entity-detail-minimized {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.on-scroll-fixed-btn .btn-blue-floater-cta {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (max-width: 767px) {
  body.on-scroll-fixed-btn .footer-new {
    padding-bottom: 52px;
  }
}
body.header-is-sticky .header,
body.header-is-sticky .header-new,
body.header-is-sticky .header-new-v2 {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
body.header-is-sticky .pro-content-navigation {
  top: 52px;
}
@media only screen and (min-width: 768px) {
  body.header-is-sticky .pro-content-navigation {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.header-is-sticky .pro-v2 .sticky-wrapper.v2 {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  body.header-is-sticky .pro-v2 .sticky-wrapper.v2 {
    top: 52px;
  }
}
@media only screen and (min-width: 768px) {
  body.header-is-sticky .charts-v2 .sidebar-chart-show-only.sticky {
    top: 213px;
  }
}
@media only screen and (min-width: 1024px) {
  body.header-is-sticky .charts-v2 .sidebar-chart-show-only.sticky {
    top: 213px;
  }
}
@media only screen and (min-width: 768px) {
  body.header-fixed.header-fixed-listing.header-is-sticky .notification-wrapper {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.header-fixed.header-fixed-listing .layout-grid.charts-v2.charts-v2-new .section-entity-view {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  body.header-fixed.header-fixed-listing .layout-grid.charts-v2.charts-v2-new .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    padding-top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  body.header-fixed.header-fixed-listing .layout-grid.charts-v2.charts-v2-new .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    padding-top: 52px;
  }
}
body.header-fixed .header,
body.header-fixed .header-new,
body.header-fixed .header-new-v2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
body.header-fixed .section-search-results {
  padding-top: 82px;
}
@media only screen and (min-width: 1024px) {
  body.header-fixed .section-search-results {
    padding-top: 112px;
  }
}
body.header-fixed .toolbar {
  top: 62px;
}
@media only screen and (min-width: 768px) {
  body.header-fixed .toolbar {
    top: 62px;
  }
}
@media only screen and (min-width: 1199px) {
  body.header-fixed .toolbar {
    top: 62px;
  }
}
body.header-fixed .toolbar .section-entity-view-heading {
  padding-top: 102px;
}
@media only screen and (min-width: 768px) {
  body.header-fixed .toolbar .section-entity-view-heading {
    padding-top: 122px;
  }
}
@media only screen and (min-width: 1199px) {
  body.header-fixed .toolbar .section-entity-view-heading {
    padding-top: 122px;
  }
}
body.header-fixed .notifications-wrapper {
  position: relative;
  top: 52px;
}
@media only screen and (min-width: 768px) {
  body.header-fixed .notifications-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 52px;
    z-index: 4;
  }
}
@media only screen and (min-width: 1199px) {
  body.header-fixed .notifications-wrapper {
    top: 52px;
  }
}
body.noise {
  background-color: #000000;
  background-image: url(../images/gif/noise-animated-dark.gif);
  background-repeat: repeat;
  background-size: 400px;
  background-position: center center;
}
.container {
  -webkit-transition: padding-bottom 300ms ease-out;
  transition: padding-bottom 300ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.container.white {
  background-color: #ffffff;
}
.container.black {
  background-color: #000000;
}
#__next {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.page {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 16px;
}
@media only screen and (min-width: 480px) {
  .page {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .page {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .page {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .page {
    padding: 0 90px;
  }
}
.layout-grid-container {
  margin: 0 auto;
  max-width: 1472px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container {
    z-index: unset;
  }
}
.layout-grid-container.fullscreen {
  max-width: none;
}
.layout-grid-container.fullscreen.full-height {
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.layout-grid-container.fullscreen.full-height .pro-content-navigation {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
}
.layout-grid-container.fullscreen.full-height .layout-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid {
    width: 100%;
  }
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 {
    padding-left: 246px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar {
    padding-top: 68px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content {
    padding-top: 68px;
  }
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content .active-filters {
  border-top: 2px solid #f4f6f6;
  border-radius: 0 0 8px 8px;
}
@media only screen and (max-width: 767px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content .active-filters {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content .active-filters .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .filters-mega-wrapper {
    position: static;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -12px;
    padding-bottom: 16px;
    padding-right: 12px;
  }
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .filters-mega-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .filters-mega-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed.charts-v2 .filters-mega-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed .layout-grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed .layout-grid-content .active-filters {
  border-top: 0;
  border-radius: 8px;
}
.layout-grid-container.fullscreen.full-height .layout-grid.has-sidebar-left-fixed .sidebar-chart-basic-info {
  margin-bottom: 0;
}
.layout-grid-container.fullscreen .layout-grid {
  padding-bottom: 0;
}
.layout-grid-container.fullscreen .layout-grid.home {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.home {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen .layout-grid.home {
    padding-bottom: 90px;
  }
}
.layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 {
  padding-top: 65px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 {
    padding-top: 5px;
    padding-left: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 {
    padding-top: 41px;
    padding-left: 20%;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 {
    padding-left: 20%;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 {
    padding-left: 262px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar {
    margin-left: 12px;
    overflow: visible;
    padding-top: 82px;
    width: 246px;
    min-width: 246px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    overflow-y: auto;
    margin-right: -12px;
    padding-right: 12px;
  }
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper::-webkit-scrollbar {
    border-radius: 4px;
    width: 8px;
  }
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper::-webkit-scrollbar-track-piece {
    border-radius: 4px;
    background: #e8eced;
  }
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #707580;
  }
}
.layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content {
    padding-top: 78px;
    padding-left: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed.charts-v2 .layout-grid-content {
    padding-top: 29px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed {
    padding-left: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed {
    padding-left: 20%;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed {
    padding-left: 16.66%;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed {
    padding-left: 262px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-sidebar {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-sidebar {
    width: 262px;
    max-width: 262px;
    left: 0;
  }
}
.layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-content {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-content {
    width: 100%;
    height: calc(100vh - 65px);
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-content {
    width: 100%;
    height: calc(100vh - 65px);
  }
}
.layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-content .toolbar-header {
  margin: 0;
}
.layout-grid-container.fullscreen .layout-grid.has-sidebar-left-fixed .layout-grid-content .page {
  max-width: none !important;
}
.layout-grid-container.fullscreen .charts-v2 .page {
  max-width: none;
}
.layout-grid-container.bg-white {
  background-color: #ffffff;
}
.layout-grid-container.bg-black {
  background-color: #000000;
}
.layout-grid-container.theme-light .sidebar-modules-wrapper {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .sidebar-modules-wrapper .sidebar-entity-info,
.layout-grid-container.theme-light .sidebar-modules-wrapper .entity-info,
.layout-grid-container.theme-light .sidebar-modules-wrapper .entity-sys-actions,
.layout-grid-container.theme-light .sidebar-modules-wrapper .entity-ranking,
.layout-grid-container.theme-light .sidebar-modules-wrapper .sidebar-module {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .pro-content-module-header {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .pro-content-module.top-tracks-and-video .pro-content-module-article {
  background-color: transparent !important;
}
.layout-grid-container.theme-light .pro-content-module.top-tracks-and-video .col {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .pro-content-module.private-day-streams .pro-content-module-article {
  background-color: transparent !important;
}
.layout-grid-container.theme-light .pro-content-module.private-day-streams .item {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .pro-content-module .pro-content-module-article {
  background-color: #f9f9f9 !important;
}
.layout-grid-container.theme-light .loader-icon {
  mix-blend-mode: multiply;
}
.layout-grid-container.theme-dark .sidebar-modules-wrapper {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .sidebar-modules-wrapper .sidebar-entity-info,
.layout-grid-container.theme-dark .sidebar-modules-wrapper .entity-info,
.layout-grid-container.theme-dark .sidebar-modules-wrapper .entity-sys-actions,
.layout-grid-container.theme-dark .sidebar-modules-wrapper .entity-ranking,
.layout-grid-container.theme-dark .sidebar-modules-wrapper .sidebar-module {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .sidebar-modules-wrapper .sidebar-entity-info h3,
.layout-grid-container.theme-dark .sidebar-modules-wrapper .sidebar-entity-info h4 {
  color: #ffffff;
}
.layout-grid-container.theme-dark .pro-content-module-header {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .pro-content-module.top-tracks-and-video .pro-content-module-article {
  background-color: transparent !important;
}
.layout-grid-container.theme-dark .pro-content-module.top-tracks-and-video .col {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .pro-content-module.private-day-streams .pro-content-module-article {
  background-color: transparent !important;
}
.layout-grid-container.theme-dark .pro-content-module.private-day-streams .item {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .pro-content-module.fanbase-distribution .channel-overview.disabled .stats strong {
  color: #d5dde0 !important;
}
.layout-grid-container.theme-dark .pro-content-module.fanbase-distribution .channel-overview .stats strong {
  color: #000000 !important;
}
.layout-grid-container.theme-dark .pro-content-module .pro-content-module-article {
  background-color: #424547 !important;
}
.layout-grid-container.theme-dark .special-toggle,
.layout-grid-container.theme-dark .special-toggle.special-toggle-time {
  background-color: #424547;
  color: #ffffff;
}
.layout-grid-container.theme-dark .loader-icon {
  mix-blend-mode: multiply;
}
.layout-grid-container.theme-dark .pro-table {
  color: #ffffff;
}
.layout-grid-container.theme-dark .pro-table tr.active td,
.layout-grid-container.theme-dark .pro-table tr.active th,
.layout-grid-container.theme-dark .pro-table tr.active .country,
.layout-grid-container.theme-dark .pro-table tr.active .channel-value {
  color: #000000;
}
.layout-grid-container.theme-dark .pro-table td,
.layout-grid-container.theme-dark .pro-table th,
.layout-grid-container.theme-dark .pro-table .country,
.layout-grid-container.theme-dark .pro-table .channel-value {
  color: #ffffff;
}
.layout-grid-container.theme-dark .pro-custom-select.charts,
.layout-grid-container.theme-dark .pro-custom-select.pro {
  background-color: transparent;
}
.layout-grid-container.theme-dark .pro-custom-select.charts .selected-wrapper,
.layout-grid-container.theme-dark .pro-custom-select.pro .selected-wrapper {
  background-color: #ffffff;
}
.layout-grid-container.theme-dark .pro-card-stats-v2 .stats-item strong,
.layout-grid-container.theme-dark .pro-card-stats-v2 .stats strong {
  color: #ffffff !important;
}
.layout-grid-container.theme-dark .graph-module h3 strong {
  color: #ffffff !important;
}
.layout-grid-container.theme-dark .stats strong {
  color: #ffffff !important;
}
.layout-grid-container.full-width {
  max-width: unset !important;
}
.layout-grid-container.full-width .layout-grid-sidebar-navigation {
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.full-width .layout-grid.has-sidebar.home .layout-grid-content,
  .layout-grid-container.full-width .layout-grid.has-sidebar.charts-v2 .layout-grid-content {
    max-width: calc(1440px - 490px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.full-width .layout-grid.has-sidebar.trending .layout-grid-content {
    margin-right: auto;
    max-width: calc(1440px - 82px - 246px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-container.full-width .layout-grid.has-sidebar .layout-grid-content {
    margin-right: auto;
    max-width: calc(1440px - 82px - 246px);
  }
}
.layout-grid-container.full-width .sidebar-navigation-wrapper {
  top: 60px;
}
.layout-grid-sidebar-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .layout-grid-sidebar-navigation {
    display: none;
  }
}
.sidebar-navigation-and-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-navigation-and-content-wrapper.alt-compare .layout-grid-sidebar-navigation {
  margin-left: 16px;
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper.alt-compare .sections-wrapper .section-compare-entities-info-mini .page {
    padding: 0 90px;
  }
}
.sidebar-navigation-and-content-wrapper.alt-city .sidebar-navigation-wrapper,
.sidebar-navigation-and-content-wrapper.alt-country .sidebar-navigation-wrapper {
  top: 60px;
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper.alt-city .layout-grid,
  .sidebar-navigation-and-content-wrapper.alt-country .layout-grid {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper.alt-country .sections-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sidebar-navigation-and-content-wrapper.alt-genres .layout-grid-sidebar-navigation,
.sidebar-navigation-and-content-wrapper.alt-countries .layout-grid-sidebar-navigation {
  margin-top: 16px;
  margin-bottom: 32px;
  margin-left: 16px;
}
.sidebar-navigation-and-content-wrapper .sections-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper .sections-wrapper {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper .sections-wrapper .page {
    padding-left: 0;
  }
}
.sidebar-navigation-and-content-wrapper .sidebar-navigation-wrapper {
  top: 0;
  max-height: 732px;
}
.sidebar-navigation-and-content-wrapper .layout-grid-sidebar-navigation {
  min-width: 82px;
  position: relative;
  margin: 16px 0 16px 12px;
}
.sidebar-navigation-and-content-wrapper .layout-grid-sidebar-navigation .sidebar-navigation {
  height: 100%;
}
.sidebar-navigation-and-content-wrapper .section-compare-entities-info,
.sidebar-navigation-and-content-wrapper .section-genres-landing,
.sidebar-navigation-and-content-wrapper .section-countries-landing {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper .section-compare-entities-info,
  .sidebar-navigation-and-content-wrapper .section-genres-landing,
  .sidebar-navigation-and-content-wrapper .section-countries-landing {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-navigation-and-content-wrapper .section-compare-entities-info .page,
  .sidebar-navigation-and-content-wrapper .section-genres-landing .page,
  .sidebar-navigation-and-content-wrapper .section-countries-landing .page {
    padding-left: 0;
  }
}
.sidebar-navigation-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  min-width: 82px;
  max-height: calc(100vh - 84px);
  z-index: 10;
}
.sidebar-navigation-wrapper.full-height {
  min-height: 732px;
  max-height: none;
}
.sidebar-navigation-wrapper.full-height .sidebar-navigation {
  max-height: none;
}
.sidebar-navigation-wrapper.expanded {
  min-width: 236px;
}
.sidebar-navigation {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 84px);
  border-radius: 8px;
  width: 58px;
  background-color: #ffffff;
  margin-right: 8px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px;
}
.sidebar-navigation.expandable:hover {
  min-width: 236px;
  -webkit-box-shadow: 6px 4px 12px 0px #00000040;
          box-shadow: 6px 4px 12px 0px #00000040;
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link {
  padding-left: 48px;
  width: 100%;
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand {
  background-image: none;
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand:after {
  content: "";
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand.navigation-trending {
  background-image: url('../images/svg/side-navigation-trending.svg');
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand.navigation-trending:hover,
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand.navigation-trending:active,
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link.navigation-expand.navigation-trending.active {
  background-image: url('../images/svg/side-navigation-trending-roll.svg');
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link span,
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link small {
  display: block;
}
.sidebar-navigation.expandable:hover .sidebar-navigation-menu-link .new-icon {
  display: inline-block;
}
.sidebar-navigation.expandable:hover .navigation-section-expandable.show {
  display: block;
}
.sidebar-navigation.expanded {
  width: 236px;
  min-width: 236px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link {
  padding-left: 48px;
  width: 100%;
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand {
  background-image: none;
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand:after {
  content: "";
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand.navigation-trending {
  background-image: url('../images/svg/side-navigation-trending.svg');
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand.navigation-trending:hover,
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand.navigation-trending:active,
.sidebar-navigation.expanded .sidebar-navigation-menu-link.navigation-expand.navigation-trending.active {
  background-image: url('../images/svg/side-navigation-trending-roll.svg');
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link span,
.sidebar-navigation.expanded .sidebar-navigation-menu-link small {
  display: block;
}
.sidebar-navigation.expanded .sidebar-navigation-menu-link .new-icon {
  display: inline-block;
}
.sidebar-navigation.expanded .navigation-section-expandable.show {
  display: block;
}
.sidebar-navigation::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.sidebar-navigation::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.sidebar-navigation::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.sidebar-navigation .new-icon {
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0 0 0 -10px;
}
.sidebar-navigation .divider:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e8eced;
  margin: 12px 0;
  display: block;
}
.sidebar-navigation li {
  margin: 1px 0;
}
.sidebar-navigation li.expandable {
  display: none;
}
.sidebar-navigation li.show {
  display: block;
}
.sidebar-navigation-menu-link {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 18px;
  color: #3C3E42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 4px;
  height: 38px;
  width: 38px;
  padding: 0 8px;
  background-size: 18px;
  background-position: left 9px center;
  background-repeat: no-repeat;
  overflow: hidden;
  outline: 0;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.sidebar-navigation-menu-link.navigation-expand {
  background-image: url('../images/svg/side-navigation-more.svg');
}
.sidebar-navigation-menu-link.navigation-expand:hover,
.sidebar-navigation-menu-link.navigation-expand:active {
  background-image: url('../images/svg/side-navigation-more-roll.svg');
}
.sidebar-navigation-menu-link.navigation-expand.expanded:after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.sidebar-navigation-menu-link.navigation-expand:after {
  width: 8px;
  height: 8px;
  background-image: url('../images/svg/chevron-down.svg');
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -12px;
}
.sidebar-navigation-menu-link.navigation-home {
  background-image: url('../images/svg/side-navigation-home.svg');
}
.sidebar-navigation-menu-link.navigation-home:hover,
.sidebar-navigation-menu-link.navigation-home:active,
.sidebar-navigation-menu-link.navigation-home.active {
  background-image: url('../images/svg/side-navigation-home-roll.svg');
}
.sidebar-navigation-menu-link.navigation-feed {
  background-image: url('../images/svg/side-navigation-feed.svg');
}
.sidebar-navigation-menu-link.navigation-feed:hover,
.sidebar-navigation-menu-link.navigation-feed:active,
.sidebar-navigation-menu-link.navigation-feed.active {
  background-image: url('../images/svg/side-navigation-feed-roll.svg');
}
.sidebar-navigation-menu-link.navigation-my-artists {
  background-image: url('../images/svg/side-navigation-my-artists.svg');
}
.sidebar-navigation-menu-link.navigation-my-artists:hover,
.sidebar-navigation-menu-link.navigation-my-artists:active,
.sidebar-navigation-menu-link.navigation-my-artists.active {
  background-image: url('../images/svg/side-navigation-my-artists-roll.svg');
}
.sidebar-navigation-menu-link.navigation-my-tracks {
  background-image: url('../images/svg/side-navigation-my-tracks.svg');
}
.sidebar-navigation-menu-link.navigation-my-tracks:hover,
.sidebar-navigation-menu-link.navigation-my-tracks:active,
.sidebar-navigation-menu-link.navigation-my-tracks.active {
  background-image: url('../images/svg/side-navigation-my-tracks-roll.svg');
}
.sidebar-navigation-menu-link.navigation-my-charts {
  background-image: url('../images/svg/side-navigation-my-charts.svg');
}
.sidebar-navigation-menu-link.navigation-my-charts:hover,
.sidebar-navigation-menu-link.navigation-my-charts:active,
.sidebar-navigation-menu-link.navigation-my-charts.active {
  background-image: url('../images/svg/side-navigation-my-charts-roll.svg');
}
.sidebar-navigation-menu-link.navigation-export {
  background-image: url('../images/svg/side-navigation-export.svg');
}
.sidebar-navigation-menu-link.navigation-export:hover,
.sidebar-navigation-menu-link.navigation-export:active,
.sidebar-navigation-menu-link.navigation-export.active {
  background-image: url('../images/svg/side-navigation-export-roll.svg');
}
.sidebar-navigation-menu-link.navigation-artists {
  background-image: url('../images/svg/side-navigation-artists.svg');
}
.sidebar-navigation-menu-link.navigation-artists:hover,
.sidebar-navigation-menu-link.navigation-artists:active,
.sidebar-navigation-menu-link.navigation-artists.active {
  background-image: url('../images/svg/side-navigation-artists-roll.svg');
}
.sidebar-navigation-menu-link.navigation-tracks {
  background-image: url('../images/svg/side-navigation-tracks.svg');
}
.sidebar-navigation-menu-link.navigation-tracks:hover,
.sidebar-navigation-menu-link.navigation-tracks:active,
.sidebar-navigation-menu-link.navigation-tracks.active {
  background-image: url('../images/svg/side-navigation-tracks-roll.svg');
}
.sidebar-navigation-menu-link.navigation-playlists {
  background-image: url('../images/svg/side-navigation-playlists.svg');
}
.sidebar-navigation-menu-link.navigation-playlists:hover,
.sidebar-navigation-menu-link.navigation-playlists:active,
.sidebar-navigation-menu-link.navigation-playlists.active {
  background-image: url('../images/svg/side-navigation-playlists-roll.svg');
}
.sidebar-navigation-menu-link.navigation-festivals {
  background-image: url('../images/svg/side-navigation-festivals.svg');
}
.sidebar-navigation-menu-link.navigation-festivals:hover,
.sidebar-navigation-menu-link.navigation-festivals:active,
.sidebar-navigation-menu-link.navigation-festivals.active {
  background-image: url('../images/svg/side-navigation-festivals-roll.svg');
}
.sidebar-navigation-menu-link.navigation-cities {
  background-image: url('../images/svg/side-navigation-cities.svg');
}
.sidebar-navigation-menu-link.navigation-cities:hover,
.sidebar-navigation-menu-link.navigation-cities:active,
.sidebar-navigation-menu-link.navigation-cities.active {
  background-image: url('../images/svg/side-navigation-cities-roll.svg');
}
.sidebar-navigation-menu-link.navigation-countries {
  background-image: url('../images/svg/side-navigation-countries.svg');
}
.sidebar-navigation-menu-link.navigation-countries:hover,
.sidebar-navigation-menu-link.navigation-countries:active,
.sidebar-navigation-menu-link.navigation-countries.active {
  background-image: url('../images/svg/side-navigation-countries-roll.svg');
}
.sidebar-navigation-menu-link.navigation-genres {
  background-image: url('../images/svg/side-navigation-genres.svg');
}
.sidebar-navigation-menu-link.navigation-genres:hover,
.sidebar-navigation-menu-link.navigation-genres:active,
.sidebar-navigation-menu-link.navigation-genres.active {
  background-image: url('../images/svg/side-navigation-genres-roll.svg');
}
.sidebar-navigation-menu-link.navigation-compare-artists {
  background-image: url('../images/svg/side-navigation-compare.svg');
}
.sidebar-navigation-menu-link.navigation-compare-artists:hover,
.sidebar-navigation-menu-link.navigation-compare-artists:active,
.sidebar-navigation-menu-link.navigation-compare-artists.active {
  background-image: url('../images/svg/side-navigation-compare-roll.svg');
}
.sidebar-navigation-menu-link.navigation-compare-tracks {
  background-image: url('../images/svg/side-navigation-compare-tracks.svg');
}
.sidebar-navigation-menu-link.navigation-compare-tracks:hover,
.sidebar-navigation-menu-link.navigation-compare-tracks:active,
.sidebar-navigation-menu-link.navigation-compare-tracks.active {
  background-image: url('../images/svg/side-navigation-compare-tracks-roll.svg');
}
.sidebar-navigation-menu-link.navigation-trending {
  background-image: url('../images/svg/side-navigation-trending.svg');
}
.sidebar-navigation-menu-link.navigation-trending:hover,
.sidebar-navigation-menu-link.navigation-trending:active,
.sidebar-navigation-menu-link.navigation-trending.active {
  background-image: url('../images/svg/side-navigation-trending-roll.svg');
}
.sidebar-navigation-menu-link.navigation-genres {
  background-image: url('../images/svg/side-navigation-genres.svg');
}
.sidebar-navigation-menu-link.navigation-genres:hover,
.sidebar-navigation-menu-link.navigation-genres:active,
.sidebar-navigation-menu-link.navigation-genres.active {
  background-image: url('../images/svg/side-navigation-genres-roll.svg');
}
.sidebar-navigation-menu-link.navigation-genres {
  background-image: url('../images/svg/side-navigation-genres.svg');
}
.sidebar-navigation-menu-link.navigation-genres:hover,
.sidebar-navigation-menu-link.navigation-genres:active,
.sidebar-navigation-menu-link.navigation-genres.active {
  background-image: url('../images/svg/side-navigation-genres-roll.svg');
}
.sidebar-navigation-menu-link.navigation-events {
  background-image: url('../images/svg/side-navigation-events.svg');
}
.sidebar-navigation-menu-link.navigation-events:hover,
.sidebar-navigation-menu-link.navigation-events:active,
.sidebar-navigation-menu-link.navigation-events.active {
  background-image: url('../images/svg/side-navigation-events-roll.svg');
}
.sidebar-navigation-menu-link.navigation-chart-picks {
  background-image: url('../images/svg/side-navigation-chart-picks.svg');
}
.sidebar-navigation-menu-link.navigation-chart-picks:hover,
.sidebar-navigation-menu-link.navigation-chart-picks:active,
.sidebar-navigation-menu-link.navigation-chart-picks.active {
  background-image: url('../images/svg/side-navigation-chart-picks-roll.svg');
}
.sidebar-navigation-menu-link.navigation-labels {
  background-image: url('../images/svg/side-navigation-labels.svg');
}
.sidebar-navigation-menu-link.navigation-labels:hover,
.sidebar-navigation-menu-link.navigation-labels:active,
.sidebar-navigation-menu-link.navigation-labels.active {
  background-image: url('../images/svg/side-navigation-labels-roll.svg');
}
.sidebar-navigation-menu-link.active {
  background-color: #eef0fb;
}
.sidebar-navigation-menu-link:hover,
.sidebar-navigation-menu-link:active {
  color: #4e63ce;
}
.sidebar-navigation-menu-link span,
.sidebar-navigation-menu-link small {
  display: none;
}
.sidebar-navigation-menu-link small {
  margin-left: auto;
  color: #707580;
}
.navigation-section-expandable {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  padding-left: 48px;
  display: none;
}
.navigation-section-expandable a {
  color: #000000;
}
.navigation-section-expandable a:hover,
.navigation-section-expandable a:active,
.navigation-section-expandable a.active {
  color: #6889e2;
}
.navigation-section-expandable .channel {
  position: relative;
}
.navigation-section-expandable .channel:before {
  position: absolute;
  left: -20px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-size: 12px;
  background-repeat: no-repeat;
  content: "";
}
.navigation-section-expandable .channel.viberate:before {
  background-image: url('../images/svg/viberate-sidemenu.svg');
}
.navigation-section-expandable .channel.spotify:before {
  background-image: url('../images/svg/spotify-sidemenu.svg');
}
.navigation-section-expandable .channel.youtube:before {
  background-image: url('../images/svg/youtube-sidemenu.svg');
}
.layout-grid {
  margin: 0 12px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .layout-grid {
    margin: 0 12px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid {
    margin: 0 16px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.has-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.has-sidebar.right .layout-grid-content {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.has-sidebar.both-sidebars .layout-grid-content {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.has-sidebar.both-sidebars .layout-grid-content {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.has-sidebar .layout-grid-content {
    width: calc(75% - 24px);
    margin-left: 12px;
    min-height: calc(100vh - 300px);
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.has-sidebar .layout-grid-content {
    width: calc(80% - 24px);
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.has-sidebar .layout-grid-content {
    width: calc(83.33% - 24px);
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid.has-sidebar .layout-grid-content {
    width: calc(81.81% - 24px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.has-sidebar-left-fixed {
    padding-left: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.has-sidebar-left-fixed {
    padding-left: 20%;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.has-sidebar-left-fixed {
    padding-left: 16.66%;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid.has-sidebar-left-fixed {
    padding-left: 246px;
  }
}
.layout-grid.has-sidebar-left-fixed .layout-grid-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.has-sidebar-left-fixed .layout-grid-content {
    padding-top: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-sidebar .toolbar-filter {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 52px;
    z-index: 2;
    height: 60px;
    min-height: 60px;
    text-align: center;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header {
    top: 52px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options {
    height: 60px;
    min-height: 60px;
    display: none;
    padding: 0 12px;
    margin: 0 auto;
    text-align: left;
    max-width: 1472px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options.display-options {
    display: block;
    top: 0;
    text-align: left;
    left: 0;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options.display-options .btn-close {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options.display-options .btn-group {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar {
    height: 60px;
    min-height: 60px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar:before {
    height: 60px;
    background-position: left center;
    background-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar.btn-display-pro-charts:before {
    background-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar.btn-pro-charts {
    width: 60px;
    height: 60px;
    padding-top: 8px;
    line-height: 13px;
    width: auto;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar.btn-pro-charts span {
    font-size: 8px;
    font-size: 0.8rem;
    height: 46px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid:not(.xxx) .layout-grid-content .toolbar-header .toolbar-header-options .btn-toolbar span {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    height: 60px;
    padding: 0 0 0 30px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.layout-grid-list-view,
  .layout-grid.layout-grid-grid-view,
  .layout-grid.charts {
    padding-top: 102px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.layout-grid-list-view,
  .layout-grid.layout-grid-grid-view,
  .layout-grid.charts {
    padding-top: 102px;
  }
}
.layout-grid.layout-grid-list-view .layout-grid-content,
.layout-grid.layout-grid-grid-view .layout-grid-content,
.layout-grid.charts .layout-grid-content {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.layout-grid-list-view .layout-grid-content,
  .layout-grid.layout-grid-grid-view .layout-grid-content,
  .layout-grid.charts .layout-grid-content {
    padding-top: 0;
  }
}
@media only screen and (min-width: 360px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 600px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 20%;
  }
}
@media only screen and (min-width: 1599px) {
  .layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 16.66%;
  }
}
.layout-grid.layout-grid-grid-view .entity-list.grid-view .entity-list-listing .item:first-child {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts .layout-grid-content .section-list-view .entity-list header {
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
    background-color: #f4f6f6;
    z-index: 1;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.charts .layout-grid-content .section-list-view .entity-list header {
    top: 112px;
  }
}
.layout-grid.charts .sorting .options {
  position: relative;
}
.layout-grid.charts .sorting .options .btn-filter-tag.disabled {
  position: static;
}
.layout-grid.charts .sorting .options .btn-filter-tag.disabled:hover:before {
  display: block;
}
.layout-grid.charts .sorting .options .btn-filter-tag.disabled:before {
  font-size: 10px;
  font-size: 1rem;
  content: "You need to change the sorting if you want to adapt the selected timeframe.";
  position: absolute;
  right: 0;
  bottom: -20px;
  text-transform: none;
  display: none;
}
@media only screen and (min-width: 1099px) {
  .layout-grid.charts .sorting .options .btn-filter-tag.disabled:before {
    top: -20px;
    bottom: auto;
  }
}
.layout-grid.trending-tracks {
  padding-top: 30px;
}
.layout-grid.trending-tracks .layout-grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
}
.layout-grid.trending-tracks .layout-grid-content .section {
  width: 100%;
}
.layout-grid.trending-tracks .home-section.home-section-charts .secondary-filters {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 5;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
  padding-right: 0;
}
.layout-grid.trending-tracks .home-section.home-section-charts .secondary-filters .table-charts.flexit {
  margin-bottom: 0;
}
.layout-grid.trending-tracks .secondary-filters {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 4;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
  padding-right: 0;
}
.layout-grid.trending-tracks .secondary-filters .table-charts.flexit {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid.home .mobile-filters-scroll-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 52px;
  }
}
.layout-grid.home .layout-grid-sidebar {
  position: relative;
  z-index: 1;
}
.layout-grid.home .layout-grid-sidebar.left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 256px;
          flex: 1 0 256px;
  max-width: 256px;
}
.layout-grid.home .layout-grid-sidebar.right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 352px;
          flex: 1 1 352px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 352px;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid.home .layout-grid-sidebar.right {
    display: none;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.home .layout-grid-sidebar.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout-grid.home .layout-grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-grid.home .layout-grid-content .section {
  width: 100%;
}
.layout-grid.home .layout-grid-content .sticky-wrapper {
  width: 100%;
}
.layout-grid.home .layout-grid-content .section-entity-view {
  padding-top: 6px;
}
.layout-grid.home .layout-grid-content .section-entity-view .entity-list {
  min-height: 0;
}
.layout-grid.home .layout-grid-content .section-entity-view .entity-list .item {
  padding-top: 8px;
}
.layout-grid.home .layout-grid-content .section-entity-view .entity-list .item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .layout-grid.home .layout-grid-content .entity-list-listing .item:first-child .entity-list-chart-item-v2 .col-rank-section.active:before {
    top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.home .layout-grid-content .entity-list-listing .item:last-child .entity-list-chart-item-v2 .col-rank-section.active:before {
    bottom: -8px;
  }
}
.layout-grid.dashboard.contribution {
  padding-top: 40px;
}
.layout-grid.dashboard.contribution .layout-grid-sidebar.left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 250px;
          flex: 1 0 250px;
  max-width: 250px;
}
.layout-grid.dashboard.contribution .layout-grid-sidebar.right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 230px;
          flex: 1 0 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 230px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.dashboard.contribution .layout-grid-sidebar.right {
    display: none;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.dashboard.contribution .layout-grid-sidebar.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout-grid.dashboard.contribution .layout-grid-content {
  padding-bottom: 100px;
}
.layout-grid.dashboard.profile {
  padding-top: 40px;
}
.layout-grid.dashboard.profile .layout-grid-sidebar.right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 285px;
          flex: 1 0 285px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 285px;
}
.layout-grid.dashboard.artist {
  padding-top: 0;
}
.layout-grid.dashboard.artist .layout-grid-content {
  width: 100%;
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .layout-grid.dashboard.artist .layout-grid-content {
    display: none;
  }
}
@media only screen and (min-width: 1439px) {
  .layout-grid.dashboard.artist .layout-grid-content {
    max-width: none;
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.dashboard.artist .home-section-switch-to-desktop {
    display: none;
  }
}
.layout-grid.dashboard.instantmatch {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.layout-grid.dashboard.instantmatch .layout-grid-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 56px;
}
@media only screen and (min-width: 1439px) {
  .layout-grid.dashboard.instantmatch .layout-grid-content {
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.dashboard.instantmatch .home-section-switch-to-desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-sidebar,
  .layout-grid.artist .layout-grid-sidebar,
  .layout-grid.artist-detail .layout-grid-sidebar,
  .layout-grid.festival-detail .layout-grid-sidebar,
  .layout-grid.venue-detail .layout-grid-sidebar,
  .layout-grid.spotify .layout-grid-sidebar,
  .layout-grid.festival .layout-grid-sidebar,
  .layout-grid.label .layout-grid-sidebar,
  .layout-grid.charts-v2 .layout-grid-sidebar,
  .layout-grid.charts-v3 .layout-grid-sidebar,
  .layout-grid.editor .layout-grid-sidebar,
  .layout-grid.settings .layout-grid-sidebar,
  .layout-grid.editor .layout-grid-sidebar,
  .layout-grid.home .layout-grid-sidebar,
  .layout-grid.custom-view .layout-grid-sidebar {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.beatport .layout-grid-sidebar,
  .layout-grid.artist .layout-grid-sidebar,
  .layout-grid.artist-detail .layout-grid-sidebar,
  .layout-grid.festival-detail .layout-grid-sidebar,
  .layout-grid.venue-detail .layout-grid-sidebar,
  .layout-grid.spotify .layout-grid-sidebar,
  .layout-grid.festival .layout-grid-sidebar,
  .layout-grid.label .layout-grid-sidebar,
  .layout-grid.charts-v2 .layout-grid-sidebar,
  .layout-grid.charts-v3 .layout-grid-sidebar,
  .layout-grid.editor .layout-grid-sidebar,
  .layout-grid.settings .layout-grid-sidebar,
  .layout-grid.editor .layout-grid-sidebar,
  .layout-grid.home .layout-grid-sidebar,
  .layout-grid.custom-view .layout-grid-sidebar {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-content,
  .layout-grid.artist .layout-grid-content,
  .layout-grid.artist-detail .layout-grid-content,
  .layout-grid.festival-detail .layout-grid-content,
  .layout-grid.venue-detail .layout-grid-content,
  .layout-grid.spotify .layout-grid-content,
  .layout-grid.festival .layout-grid-content,
  .layout-grid.label .layout-grid-content,
  .layout-grid.charts-v2 .layout-grid-content,
  .layout-grid.charts-v3 .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.settings .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.home .layout-grid-content,
  .layout-grid.custom-view .layout-grid-content {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-content,
  .layout-grid.artist .layout-grid-content,
  .layout-grid.artist-detail .layout-grid-content,
  .layout-grid.festival-detail .layout-grid-content,
  .layout-grid.venue-detail .layout-grid-content,
  .layout-grid.spotify .layout-grid-content,
  .layout-grid.festival .layout-grid-content,
  .layout-grid.label .layout-grid-content,
  .layout-grid.charts-v2 .layout-grid-content,
  .layout-grid.charts-v3 .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.settings .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.home .layout-grid-content,
  .layout-grid.custom-view .layout-grid-content {
    width: calc(75% - 32px);
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.beatport .layout-grid-content,
  .layout-grid.artist .layout-grid-content,
  .layout-grid.artist-detail .layout-grid-content,
  .layout-grid.festival-detail .layout-grid-content,
  .layout-grid.venue-detail .layout-grid-content,
  .layout-grid.spotify .layout-grid-content,
  .layout-grid.festival .layout-grid-content,
  .layout-grid.label .layout-grid-content,
  .layout-grid.charts-v2 .layout-grid-content,
  .layout-grid.charts-v3 .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.settings .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.home .layout-grid-content,
  .layout-grid.custom-view .layout-grid-content {
    width: calc(80% - 32px);
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.beatport .layout-grid-content,
  .layout-grid.artist .layout-grid-content,
  .layout-grid.artist-detail .layout-grid-content,
  .layout-grid.festival-detail .layout-grid-content,
  .layout-grid.venue-detail .layout-grid-content,
  .layout-grid.spotify .layout-grid-content,
  .layout-grid.festival .layout-grid-content,
  .layout-grid.label .layout-grid-content,
  .layout-grid.charts-v2 .layout-grid-content,
  .layout-grid.charts-v3 .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.settings .layout-grid-content,
  .layout-grid.editor .layout-grid-content,
  .layout-grid.home .layout-grid-content,
  .layout-grid.custom-view .layout-grid-content {
    width: calc(80% - 32px);
  }
}
@media only screen and (max-width: 767px) {
  .layout-grid.map {
    height: calc(100vh - 50px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.layout-grid.map .pro-content-navigation {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .layout-grid.map .layout-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.map .section-entity-view {
    padding-bottom: 0;
  }
}
.layout-grid.map .layout-grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .layout-grid.map .layout-grid-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout-grid.map .sidebar-chart-search.country-search,
.layout-grid.map .sidebar-find-city {
  margin-top: 2px;
}
.layout-grid.trending .trending-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.trending .trending-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.layout-grid.trending .trending-row .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout-grid.trending .trending-row .info {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  line-height: 14px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-info-i-grey.svg');
}
.layout-grid.trending .home-section-switch-to-desktop {
  margin-top: 24px;
}
.layout-grid.trending .secondary-filters {
  margin-top: 24px;
}
.layout-grid.trending .secondary-filters.transparent {
  margin-top: 16px;
}
.layout-grid.trending .secondary-filters.transparent + .secondary-filters {
  margin-top: 16px;
}
.layout-grid.trending .secondary-filters .custom-selector {
  background-color: #ffffff;
}
.layout-grid.trending .chart-wrapper.chart-wrapper-header {
  margin-top: 0;
}
.layout-grid.trending .chart-wrapper.chart-wrapper-header .chart-wrapper-inner {
  border-radius: 0;
}
@media only screen and (min-width: 1199px) {
  .layout-grid.editor.has-sidebar,
  .layout-grid.settings.has-sidebar,
  .layout-grid.event-detail.has-sidebar,
  .layout-grid.track.has-sidebar,
  .layout-grid.playlist-detail.has-sidebar {
    margin: 0 16px;
    max-width: unset;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid.editor,
  .layout-grid.settings,
  .layout-grid.event-detail,
  .layout-grid.track,
  .layout-grid.playlist-detail {
    max-width: 1128px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.editor .mobile-filters-scroll-wrapper,
  .layout-grid.settings .mobile-filters-scroll-wrapper,
  .layout-grid.event-detail .mobile-filters-scroll-wrapper,
  .layout-grid.track .mobile-filters-scroll-wrapper,
  .layout-grid.playlist-detail .mobile-filters-scroll-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
  }
}
@media only screen and (min-width: 1127px) {
  .layout-grid.editor .pro-section.blue-grey:before,
  .layout-grid.settings .pro-section.blue-grey:before,
  .layout-grid.event-detail .pro-section.blue-grey:before,
  .layout-grid.track .pro-section.blue-grey:before,
  .layout-grid.playlist-detail .pro-section.blue-grey:before {
    right: calc(0% - ((100vw - 1128px))/2);
    left: calc(0% - ((100vw - 1128px))/2);
  }
}
.layout-grid.platform {
  padding-top: 0;
  margin: 0 auto;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid.editor .mobile-filters-scroll-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 54px;
  }
}
.layout-grid.event-detail {
  padding-bottom: 0;
}
.layout-grid.beatport .layout-grid-sidebar,
.layout-grid.artist .layout-grid-sidebar,
.layout-grid.spotify .layout-grid-sidebar,
.layout-grid.festival .layout-grid-sidebar,
.layout-grid.label .layout-grid-sidebar {
  display: block;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-sidebar,
  .layout-grid.artist .layout-grid-sidebar,
  .layout-grid.spotify .layout-grid-sidebar,
  .layout-grid.festival .layout-grid-sidebar,
  .layout-grid.label .layout-grid-sidebar {
    padding-bottom: 0;
  }
}
.layout-grid.beatport .layout-grid-content .pro-content-navigation,
.layout-grid.artist .layout-grid-content .pro-content-navigation,
.layout-grid.spotify .layout-grid-content .pro-content-navigation,
.layout-grid.festival .layout-grid-content .pro-content-navigation,
.layout-grid.label .layout-grid-content .pro-content-navigation {
  display: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-content .pro-content-navigation,
  .layout-grid.artist .layout-grid-content .pro-content-navigation,
  .layout-grid.spotify .layout-grid-content .pro-content-navigation,
  .layout-grid.festival .layout-grid-content .pro-content-navigation,
  .layout-grid.label .layout-grid-content .pro-content-navigation {
    display: block;
  }
}
.layout-grid.beatport .layout-grid-content .pro-content-navigation.v3,
.layout-grid.artist .layout-grid-content .pro-content-navigation.v3,
.layout-grid.spotify .layout-grid-content .pro-content-navigation.v3,
.layout-grid.festival .layout-grid-content .pro-content-navigation.v3,
.layout-grid.label .layout-grid-content .pro-content-navigation.v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .layout-grid.beatport .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.artist .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.spotify .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.festival .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.label .layout-grid-content .pro-content-navigation.v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout-grid.artist-detail.has-sidebar {
  padding-bottom: 0;
}
.layout-grid.artist-detail,
.layout-grid.festival-detail,
.layout-grid.venue-detail {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .layout-grid.artist-detail .section.section-music-network-v2 .heading,
  .layout-grid.festival-detail .section.section-music-network-v2 .heading,
  .layout-grid.venue-detail .section.section-music-network-v2 .heading,
  .layout-grid.artist-detail .section.section-hand-picked .heading,
  .layout-grid.festival-detail .section.section-hand-picked .heading,
  .layout-grid.venue-detail .section.section-hand-picked .heading {
    width: 33.33%;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.artist-detail .section.section-music-network-v2 .section-main,
  .layout-grid.festival-detail .section.section-music-network-v2 .section-main,
  .layout-grid.venue-detail .section.section-music-network-v2 .section-main,
  .layout-grid.artist-detail .section.section-hand-picked .section-main,
  .layout-grid.festival-detail .section.section-hand-picked .section-main,
  .layout-grid.venue-detail .section.section-hand-picked .section-main {
    width: 394px;
  }
}
@media only screen and (min-width: 1299px) {
  .layout-grid.artist-detail .section.section-music-network-v2 .section-main,
  .layout-grid.festival-detail .section.section-music-network-v2 .section-main,
  .layout-grid.venue-detail .section.section-music-network-v2 .section-main,
  .layout-grid.artist-detail .section.section-hand-picked .section-main,
  .layout-grid.festival-detail .section.section-hand-picked .section-main,
  .layout-grid.venue-detail .section.section-hand-picked .section-main {
    width: 615px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist-detail .section .page,
  .layout-grid.festival-detail .section .page,
  .layout-grid.venue-detail .section .page {
    padding: 0 24px;
  }
}
.layout-grid.artist-detail .layout-grid-sidebar,
.layout-grid.festival-detail .layout-grid-sidebar,
.layout-grid.venue-detail .layout-grid-sidebar {
  display: block;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist-detail .layout-grid-sidebar,
  .layout-grid.festival-detail .layout-grid-sidebar,
  .layout-grid.venue-detail .layout-grid-sidebar {
    padding-bottom: 0;
  }
}
.layout-grid.artist-detail .layout-grid-content .pro-content-navigation,
.layout-grid.festival-detail .layout-grid-content .pro-content-navigation,
.layout-grid.venue-detail .layout-grid-content .pro-content-navigation {
  display: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist-detail .layout-grid-content .pro-content-navigation,
  .layout-grid.festival-detail .layout-grid-content .pro-content-navigation,
  .layout-grid.venue-detail .layout-grid-content .pro-content-navigation {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist-detail .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.festival-detail .layout-grid-content .pro-content-navigation.v3,
  .layout-grid.venue-detail .layout-grid-content .pro-content-navigation.v3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout-grid.artist-detail .layout-grid-content .pro-content-navigation + .pro-section,
.layout-grid.festival-detail .layout-grid-content .pro-content-navigation + .pro-section,
.layout-grid.venue-detail .layout-grid-content .pro-content-navigation + .pro-section {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist-detail .layout-grid-content .pro-content-navigation + .pro-section,
  .layout-grid.festival-detail .layout-grid-content .pro-content-navigation + .pro-section,
  .layout-grid.venue-detail .layout-grid-content .pro-content-navigation + .pro-section {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.home.has-sidebar .layout-grid-content {
    margin-left: 16px;
    width: calc(100% -  490px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.home .layout-grid-sidebar.left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 246px;
            flex: 1 0 246px;
    min-width: 246px;
    max-width: 246px;
  }
}
.layout-grid.home .pro-content-navigation {
  position: static;
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2.charts-v2-new .section-entity-view {
    padding-bottom: 32px;
  }
}
.layout-grid.charts-v2.charts-v2-new .layout-grid-content .section-list-view .entity-list .item:first-child {
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2.charts-v2-new .layout-grid-content .entity-list-listing {
    margin-top: 24px;
  }
}
.layout-grid.charts-v2.charts-v2-new .sticky-wrapper.charts .pro-content-navigation {
  top: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2 .layout-grid-sidebar {
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 246px;
    min-width: 246px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2 .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2 .layout-grid-content {
    margin-left: 16px;
    width: calc(100% -  490px);
    min-height: calc(100vh -  52px);
  }
}
.layout-grid.charts-v2 .layout-grid-content .section-list-view .entity-list .item {
  padding-top: 8px;
}
.layout-grid.charts-v2 .layout-grid-content .section-list-view .entity-list .item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid.charts-v2 .layout-grid-content .entity-list-listing {
    padding-top: 0;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.charts-v2 .layout-grid-content .item:first-child .col-rank-section.active:before {
    top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid.charts-v2 .layout-grid-content .item:last-child .col-rank-section.active:before {
    bottom: -8px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist .layout-grid-sidebar.left,
  .layout-grid.artist-detail .layout-grid-sidebar.left,
  .layout-grid.venue .layout-grid-sidebar.left,
  .layout-grid.label .layout-grid-sidebar.left,
  .layout-grid.venue-detail .layout-grid-sidebar.left,
  .layout-grid.festival .layout-grid-sidebar.left,
  .layout-grid.beatport .layout-grid-sidebar.left,
  .layout-grid.festival-detail .layout-grid-sidebar.left,
  .layout-grid.custom-view .layout-grid-sidebar.left {
    width: 246px;
    min-width: 246px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.artist .layout-grid-content,
  .layout-grid.artist-detail .layout-grid-content,
  .layout-grid.venue .layout-grid-content,
  .layout-grid.label .layout-grid-content,
  .layout-grid.venue-detail .layout-grid-content,
  .layout-grid.festival .layout-grid-content,
  .layout-grid.beatport .layout-grid-content,
  .layout-grid.festival-detail .layout-grid-content,
  .layout-grid.custom-view .layout-grid-content {
    width: calc(100% -  490px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid.genres .layout-grid-content,
  .layout-grid.country .layout-grid-content {
    min-height: calc(-400vh);
  }
}
.layout-grid.no-sidebar .layout-grid-content {
  margin: 0;
  width: 100%;
}
.layout-grid.max-1128 .layout-grid-content {
  max-width: 1128px;
  margin: 0 auto;
}
.layout-grid.iframe {
  padding-top: 24px;
  padding-bottom: 24px;
}
.layout-grid-sidebar {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar {
    display: block;
    width: 25%;
    margin-right: 12px;
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-sidebar {
    width: 20%;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-sidebar {
    width: 16.66%;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid-sidebar {
    width: 18.18%;
    max-width: 246px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.right {
    margin-right: 0;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-sidebar.right {
    margin-right: 0;
    margin-left: 12px;
  }
}
.layout-grid-sidebar.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.layout-grid-sidebar.has-mobile-filters {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: translate(110%, 0);
  transform: translate(110%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 4;
  background-color: #f4f6f6;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.has-mobile-filters {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    -webkit-transform: none;
            transform: none;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: transparent;
  }
}
.layout-grid-sidebar.has-mobile-filters.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.has-mobile-filters.open {
    -webkit-transform: none;
            transform: none;
  }
}
.layout-grid-sidebar.fixed {
  position: fixed;
  display: block;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.fixed {
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 70px;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 246px;
    min-width: 246px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-sidebar.fixed {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1471px) {
  .layout-grid-sidebar.fixed {
    left: calc(50% -  736px);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent {
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent .toolbar-filter-unit,
  .layout-grid-sidebar.transparent .toolbar-filter-unit:last-child {
    border-color: #efefef;
  }
}
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox + label,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox + label,
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio + label,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-radio + label {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox + label,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox + label,
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio + label,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-radio + label {
    color: #000000;
  }
}
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox + label:before,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox + label:before,
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio + label:before,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-radio + label:before {
  top: 6px;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox + label:before,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox + label:before,
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio + label:before,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-radio + label:before {
    border-color: #000000;
  }
}
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox:checked + label:after,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox:checked + label:after,
.layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio:checked + label:after,
.layout-grid-sidebar.transparent input[type="radio"].white.custom-radio:checked + label:after {
  top: 8px;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-checkbox:checked + label:after,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-checkbox:checked + label:after,
  .layout-grid-sidebar.transparent input[type="checkbox"].white.custom-radio:checked + label:after,
  .layout-grid-sidebar.transparent input[type="radio"].white.custom-radio:checked + label:after {
    background-color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent .toolbar-filter-content header .btn-close.white {
    background-image: url(../images/svg/close-grey.svg);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent .btn-filter-tag.white {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar.transparent .toolbar-filter-search.open .search-wrapper {
    margin-bottom: 0;
  }
}
.layout-grid-sidebar.transparent .toolbar-filter-search .search-input {
  background-color: #ffffff;
}
.layout-grid-sidebar.transparent .toolbar-filter-search .results {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ffffff;
}
.layout-grid-sidebar .toolbar-filter {
  top: 50px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: transparent;
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    color: #000000;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-sidebar .toolbar-filter {
    top: 90px;
  }
}
.layout-grid-sidebar .toolbar-filter.open .btn-filter {
  display: none;
}
.layout-grid-sidebar .toolbar-filter .btn-filter {
  position: fixed;
  left: 500px;
  top: 0px;
}
@media only screen and (min-width: 480px) {
  .layout-grid-sidebar .toolbar-filter .btn-filter {
    left: 768px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter .btn-filter {
    display: none;
  }
}
.layout-grid-sidebar .toolbar-filter .btn-filter span {
  display: none;
}
.layout-grid-sidebar .toolbar-filter-scroller {
  padding: 0;
}
.layout-grid-sidebar .toolbar-filter-scroller::-webkit-scrollbar-track-piece {
  background: #e8eced;
}
.layout-grid-sidebar .toolbar-filter-scroller::-webkit-scrollbar-thumb {
  background: #707580;
}
.layout-grid-sidebar .toolbar-filter-content {
  padding: 0 12px;
  margin: 0;
}
.layout-grid-sidebar .toolbar-filter-content header {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-content header .btn-clear-selection {
    color: #707580;
  }
}
.layout-grid-sidebar .toolbar-filter-search {
  padding: 0 12px;
  background-color: transparent;
}
.layout-grid-sidebar .toolbar-filter-search .search-input {
  background-color: #efefef;
  padding-left: 6px;
  background-position: right 6px center;
  background-image: url(../images/svg/search-grey.svg);
}
.layout-grid-sidebar .toolbar-filter-search .search-wrapper.loading:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .btn-filter-tag.white {
    font-size: 10px;
    font-size: 1rem;
    border-color: #efefef;
    color: #000000;
  }
  .layout-grid-sidebar .btn-filter-tag.white.active,
  .layout-grid-sidebar .btn-filter-tag.white:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit {
    border-color: #f4f6f6;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit:last-child {
    border-color: #f4f6f6;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit.open .accordion:after {
    background-image: url(../images/svg/chevron-up.svg);
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .accordion.open:after {
    background-image: url(../images/svg/chevron-up.svg);
  }
}
.layout-grid-sidebar .toolbar-filter-unit.disabled .accordion:after {
  background-image: url(../images/svg/chevron-down-grey.svg);
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .accordion:after {
    background-image: url(../images/svg/chevron-down.svg);
  }
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-filter-unit-title {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-filter-unit-title sup {
  top: 0;
  vertical-align: super;
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-filter-unit-content {
  font-size: 0px;
  font-size: 0rem;
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-filter-unit-content .btn-filter-tag.white {
  margin: 4px 8px 4px 0;
  padding: 4px 6px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .toolbar-entity-filter input {
    background-color: #efefef;
    color: #000000;
    border: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .toolbar-entity-filter .results {
    max-height: 120px;
    background-color: #f4f6f6;
  }
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-entity-filter .results::-webkit-scrollbar-track-piece {
  background: #e8eced;
}
.layout-grid-sidebar .toolbar-filter-unit .toolbar-entity-filter .results::-webkit-scrollbar-thumb {
  background: #707580;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .toolbar-entity-filter .btn-clear-selection {
    font-size: 10px;
    font-size: 1rem;
    background-color: transparent;
    color: #707580;
    height: 32px;
  }
}
.layout-grid-sidebar .toolbar-filter-unit .btn-filter-entity {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .toolbar-filter-unit .btn-filter-entity:hover {
    background-color: #e9e9e9;
  }
  .layout-grid-sidebar .toolbar-filter-unit .btn-filter-entity.active:before {
    background-color: #000000;
  }
}
.layout-grid-sidebar .mobile-filters-scroll-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-scroll-wrapper {
    position: static;
    padding-bottom: 0;
    overflow: visible;
  }
}
.layout-grid-sidebar .mobile-filters-scroll-wrapper.is-sticky {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.layout-grid-sidebar .mobile-filters-scroll-wrapper .sticky-wrapper {
  position: static;
}
.layout-grid-sidebar .mobile-filters-active-filters {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout-grid-sidebar .mobile-filters-active-filters.active-filters {
  border-top: 0;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-active-filters.active-filters {
    display: none;
  }
}
.layout-grid-sidebar .mobile-filters-active-filters.active-filters label {
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-active-filters.active-filters .active-filters-list {
    padding-bottom: 8px;
  }
}
.layout-grid-sidebar .mobile-filters-active-filters .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: auto;
}
.layout-grid-sidebar .mobile-filters-active-filters .actions button + a,
.layout-grid-sidebar .mobile-filters-active-filters .actions button + button,
.layout-grid-sidebar .mobile-filters-active-filters .actions a + button,
.layout-grid-sidebar .mobile-filters-active-filters .actions a + a {
  margin-left: 8px;
}
.layout-grid-sidebar .mobile-filters-active-filters .tags {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px 8px -4px;
}
.layout-grid-sidebar .mobile-filters-second-level {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: translate(110%, 0);
  transform: translate(110%, 0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-second-level {
    display: none;
  }
}
.layout-grid-sidebar .mobile-filters-second-level.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.layout-grid-sidebar .mobile-filters-second-level .mobile-filters-second-level-header {
  border-bottom: 2px solid #f4f6f6;
  padding: 0 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
}
.layout-grid-sidebar .mobile-filters-second-level .btn-mobile-filters-back {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  color: #707580;
  padding-left: 16px;
  height: 56px;
  line-height: 1;
}
.layout-grid-sidebar .mobile-filters-second-level .btn-mobile-filters-back:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #707580;
  margin-top: -6px;
}
.layout-grid-sidebar .mobile-filters-second-level .mobile-filters-second-level-article {
  padding: 12px 24px;
}
.layout-grid-sidebar .mobile-filters-second-level .mobile-filters-second-level-article .mobile-filters-additional-options {
  padding: 0;
}
.layout-grid-sidebar .mobile-filters-second-level .mobile-filters-second-level-article .mobile-filters-additional-options:after {
  content: none;
}
.layout-grid-sidebar .mobile-filters-second-level .mobile-filters-second-level-article .mobile-filters-additional-options .option {
  padding-right: 0;
}
.layout-grid-sidebar .mobile-filters-additional-options {
  background-color: #ffffff;
  padding: 16px 24px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-additional-options {
    display: none;
  }
}
.layout-grid-sidebar .mobile-filters-additional-options.disabled {
  pointer-events: none;
  cursor: default;
}
.layout-grid-sidebar .mobile-filters-additional-options.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
}
.layout-grid-sidebar .mobile-filters-additional-options.disabled:after {
  border-left-color: #d5dde0;
}
.layout-grid-sidebar .mobile-filters-additional-options.mobile-filters-sort-selected {
  margin-top: 8px;
}
.layout-grid-sidebar .mobile-filters-additional-options.mobile-filters-views:after {
  content: none;
}
.layout-grid-sidebar .mobile-filters-additional-options.mobile-filters-views .view-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-grid-sidebar .mobile-filters-additional-options.mobile-filters-views .view-buttons button {
  margin-right: 16px;
}
.layout-grid-sidebar .mobile-filters-additional-options + .mobile-filters-additional-options-selected {
  margin-top: 2px;
}
.layout-grid-sidebar .mobile-filters-additional-options:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4e63ce;
  margin-top: -6px;
}
.layout-grid-sidebar .mobile-filters-additional-options .label {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #707580;
  white-space: nowrap;
  padding: 5px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75px;
          flex: 1 0 75px;
  max-width: 75px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
}
.layout-grid-sidebar .mobile-filters-additional-options .option {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  color: #000000;
  text-transform: capitalize;
  padding-right: 30px;
  font-weight: 500;
  cursor: pointer;
}
.layout-grid-sidebar .mobile-filters-additional-options .option + .option {
  margin-top: 12px;
}
.layout-grid-sidebar .mobile-filters-additional-options .option.active {
  color: #4e63ce;
}
.layout-grid-sidebar .mobile-filters-additional-options .option.channel {
  position: relative;
}
.layout-grid-sidebar .mobile-filters-additional-options .option.channel:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.layout-grid-sidebar .mobile-filters-additional-options .option.disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.layout-grid-sidebar .mobile-filters-additional-options .option.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.beatport:before {
  background-image: url('../images/svg/beatport-square.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.tiktok:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.layout-grid-sidebar .mobile-filters-additional-options .option.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.layout-grid-sidebar .mobile-filters-actions {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 12px 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -4px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .mobile-filters-actions {
    display: none;
  }
}
.layout-grid-sidebar .mobile-filters-actions .btn,
.layout-grid-sidebar .mobile-filters-actions .btn.border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.layout-grid-sidebar .sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  top: 52px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .sticky-wrapper {
    top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-sidebar .sticky-wrapper {
    top: 52px;
  }
}
.layout-grid-sidebar .sticky-wrapper.sticky-wrapper-entity-info {
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  -webkit-transform: translate(0, -500px);
  transform: translate(0, -500px);
  overflow: hidden;
  max-height: 0;
  top: 52px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-sidebar .sticky-wrapper.sticky-wrapper-entity-info {
    top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-sidebar .sticky-wrapper.sticky-wrapper-entity-info {
    top: 52px;
  }
}
.layout-grid-sidebar .sticky-wrapper.sticky-wrapper-entity-info.show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0;
  max-height: unset;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .layout-grid-sidebar .sticky-wrapper.hide-mobile {
    display: none;
  }
}
.layout-grid-content {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout-grid-content .toolbar-header {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  margin: 0 -12px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .toolbar-header {
    z-index: 1;
    position: relative;
    top: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-content .toolbar-header-options.display-options {
    width: 330px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .toolbar-header-options.filter {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .toolbar-header-options.filter .trigger {
    display: none;
  }
}
.layout-grid-content .toolbar-header-options .btn-group {
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .toolbar-header-options .btn-group {
    padding-right: 12px;
  }
}
.layout-grid-content .section-entity-view-heading,
.layout-grid-content .section-entity-view {
  padding: 0;
}
.layout-grid-content .section-entity-view-heading > .page,
.layout-grid-content .section-entity-view > .page {
  padding: 0;
}
.layout-grid-content .section-entity-view-heading {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view-heading {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view-heading h1 {
    padding-bottom: 0;
    width: 100%;
  }
}
.layout-grid-content .section-entity-view-heading .toolbar-filter-list {
  background-color: transparent;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view-heading .toolbar-filter-list {
    padding-top: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-grid-content .section-entity-view-heading .toolbar-filter-list {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view-heading .toolbar-filter-list {
    height: auto;
  }
}
.layout-grid-content .section-entity-view-heading .toolbar-filter-list .btn-filter-tag {
  background-color: #ffffff;
}
.layout-grid-content .section-entity-view-heading .toolbar-filter-list .btn-filter-tag:hover {
  background-color: #000000;
}
.layout-grid-content .section-entity-view-heading .toolbar-filter-list .swiper-button-prev:after,
.layout-grid-content .section-entity-view-heading .toolbar-filter-list .swiper-button-next:after {
  background-color: #f4f6f6;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-list-view .entity-list header .sorting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1099px) {
  .layout-grid-content .section-list-view .entity-list header .sorting {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-list-view .entity-list header .sorting .sort {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.layout-grid-content .section-list-view .entity-list header .sorting .sort + .sort {
  padding-top: 25px;
  position: relative;
}
@media only screen and (min-width: 1099px) {
  .layout-grid-content .section-list-view .entity-list header .sorting .sort + .sort {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-list-view .entity-list header .sorting label {
    display: inline-block;
    padding: 0 15px 0 0;
  }
}
.layout-grid-content .entity-list-listing {
  padding-top: 10px;
}
.layout-grid-content .entity-list-listing .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-grid-content .section-entity-view {
  /*&.section-map-view-v2 {

			.btn-toggle-map-sidebar {
				.font-size(0);
				position: absolute;
				right: -32px;
				top: 32px;
				width: 32px;
				height: 32px;
				display: none;
				z-index: 2;
				background-position: center;
				background-repeat: no-repeat;
				background-size: 10px;
				background-image: url('../images/svg/chevron-right-white.svg');
				background-color: @blue;

				&:hover {
					background-color: @blue-roll;
				}

				@media @bp_768 {
					display: block;
				}
			}

			.sidebar {
				.transition(width, 300ms, ease-out);
				
				@media @bp_768 {
					width: 0;
					overflow: visible;
				}

				&.open {

					@media @bp_768 {
						width: 425px;
					}

					.scroller-wrapper {
						padding-right: 8px;
					}

					.btn-toggle-map-sidebar {
						background-image: url('../images/svg/chevron-left-white.svg');
					}
				}

				.scroller-wrapper {
					padding-right: 0;
				}
			}
		}*/
}
.layout-grid-content .section-entity-view.section-list-view .flag {
  margin-right: 4px;
}
.layout-grid-content .section-entity-view.section-list-view .entity-list-listing .btn-filter-tag {
  cursor: default;
}
.layout-grid-content .section-entity-view.section-list-view .entity-list-listing .btn-filter-tag:hover {
  background-color: unset;
  color: unset;
  border-color: #efefef;
}
.layout-grid-content .section-entity-view.section-list-view .entity-list-listing .btn-filter-tag:after {
  content: none;
}
.layout-grid-content .section-entity-view.section-list-view .entity-list-listing .btn-filter-tag img {
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .col-entity-details {
    width: 200px;
  }
}
@media only screen and (min-width: 1099px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .col-entity-details {
    width: 250px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .col-entity-details {
    width: 300px;
  }
}
@media only screen and (min-width: 1299px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .col-entity-details {
    width: 350px;
  }
}
@media only screen and (min-width: 1399px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .col-entity-details {
    width: 400px;
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-content .section-entity-view.section-list-view .entity-list-item .title-wrapper h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.layout-grid-content .section-entity-view.section-grid-view.artist .entity-list.grid-view .entity-list-listing .item {
  float: none;
  padding: 12px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .layout-grid-content .section-entity-view.section-grid-view.artist .entity-list.grid-view .entity-list-listing .item {
    width: 50%;
  }
}
@media only screen and (min-width: 880px) {
  .layout-grid-content .section-entity-view.section-grid-view.artist .entity-list.grid-view .entity-list-listing .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1099px) {
  .layout-grid-content .section-entity-view.section-grid-view.artist .entity-list.grid-view .entity-list-listing .item {
    width: 25%;
  }
}
@media only screen and (min-width: 1299px) {
  .layout-grid-content .section-entity-view.section-grid-view.artist .entity-list.grid-view .entity-list-listing .item {
    width: 20%;
  }
}
.layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -12px -12px -12px;
}
.layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing:before,
.layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing:after {
  content: none;
}
.layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing .item {
  float: none;
  padding: 12px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 50%;
  }
}
@media only screen and (min-width: 880px) {
  .layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1099px) {
  .layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 25%;
  }
}
@media only screen and (min-width: 1299px) {
  .layout-grid-content .section-entity-view.section-grid-view .entity-list.grid-view .entity-list-listing .item {
    width: 25%;
  }
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity figure .swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity figure .swiper-container .swiper-slide {
  height: 100%;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity article {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-grid-view .card-entity article h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    min-height: 40px;
    max-height: 40px;
  }
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity article .top {
  padding-bottom: 12px;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity article .bottom {
  height: auto;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity .btn-filter-tag {
  cursor: default;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity .btn-filter-tag:hover {
  background-color: unset;
  color: unset;
  border-color: #efefef;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity .btn-filter-tag:after {
  content: none;
}
.layout-grid-content .section-entity-view.section-grid-view .card-entity .btn-filter-tag img {
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view {
    height: calc(100vh - 70px);
  }
}
@media only screen and (min-width: 1199px) {
  .layout-grid-content .section-entity-view.section-map-view {
    height: calc(100vh - 90px);
  }
}
.layout-grid-content .section-entity-view.section-map-view.event .card-entity article .top {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view.event .card-entity article h3 {
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    min-height: 18px;
    max-height: 36px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar {
  -webkit-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar {
    width: 0;
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar.open {
    width: 470px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar.open .btn-toggle-map-sidebar {
  background-image: url('../images/svg/chevron-left.svg');
}
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list {
  background-color: transparent;
  padding: 0;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list {
    margin: 0;
    padding: 0 20px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .swiper-container {
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .swiper-container {
    padding-left: 40px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .btn-filter-tag {
  background-color: #ffffff;
}
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .btn-filter-tag:hover {
  background-color: #000000;
}
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .swiper-button-prev:after,
.layout-grid-content .section-entity-view.section-map-view .sidebar .toolbar-filter-list .swiper-button-next:after {
  background-color: #f4f6f6;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar h1 {
    margin-bottom: 10px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar h1 br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar h1 br {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar header {
    padding-top: 20px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .sidebar header br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .sidebar header br {
    display: block;
  }
}
.layout-grid-content .section-entity-view.section-map-view .btn-toggle-map-sidebar {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  right: -30px;
  top: 24px;
  width: 30px;
  height: 30px;
  display: none;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-image: url('../images/svg/chevron-right.svg');
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .btn-toggle-map-sidebar {
    display: block;
  }
}
.layout-grid-content .section-entity-view.section-map-view .card-entity article {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.layout-grid-content .section-entity-view.section-map-view .card-entity article .top {
  width: 100%;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .card-entity article h3 {
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    min-height: 40px;
    max-height: 40px;
  }
}
.layout-grid-content .section-entity-view.section-map-view .card-entity .btn-filter-tag {
  cursor: default;
}
.layout-grid-content .section-entity-view.section-map-view .card-entity .btn-filter-tag:hover {
  background-color: unset;
  color: unset;
  border-color: #efefef;
}
.layout-grid-content .section-entity-view.section-map-view .card-entity .btn-filter-tag:after {
  content: none;
}
.layout-grid-content .section-entity-view.section-map-view .card-entity .btn-filter-tag img {
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .layout-grid-content .section-entity-view.section-map-view .section-main {
    padding-top: 60px;
  }
}
.layout-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout-row.dashboard-layout-row {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .layout-row.two-one {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-row.two-one .layout-col {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-row.two-one .col-1 {
    width: 66.66%;
  }
}
@media only screen and (min-width: 768px) {
  .layout-row.two-one .col-2 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .layout-row.three {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media only screen and (min-width: 768px) {
  .layout-row.three .layout-col {
    padding: 0 12px;
    width: 33.33%;
  }
}
.layout-col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row.mt-24 {
  margin-top: 24px;
}
.flex-row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-row.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-row.gap-8 {
  gap: 8px;
}
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .filters-mega-wrapper {
    width: 246px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.filters-inside-wrapper {
  width: inherit;
}
.header-new {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
  background-color: #ffffff;
  color: #000000;
  padding: 0;
  min-height: 50px;
}
@media only screen and (min-width: 1024px) {
  .header-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 74px;
  }
}
.header-new.search-mode {
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  background-color: #F6F6F6;
}
@media only screen and (min-width: 1024px) {
  .header-new.search-mode .navigation-primary {
    margin-left: -85px;
  }
}
.header-new.search-mode .login-nav {
  background-color: #F6F6F6;
}
.header-new.search-mode .search {
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  .header-new.search-mode .search {
    margin-left: 32px;
    max-width: 508px;
  }
}
.header-new.search-mode .search .header-search-input {
  font-size: 14px;
  font-size: 1.4rem;
  border-color: #000000;
  background-color: #ffffff;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header-new.search-mode .search .header-search-input {
    padding: 15px 36px 15px 24px;
    max-width: 508px;
  }
}
.header-new.search-mode .search .btn-back-from-search {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .header-new.search-mode .search .btn-back-from-search {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header-new.close-submenu {
  pointer-events: none;
  cursor: default;
}
.header-new.close-submenu .submenu {
  display: none !important;
}
.header-new.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-new.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.header-new.transparent {
  background-color: transparent;
}
.header-new .page {
  position: relative;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1472px;
}
@media only screen and (min-width: 1024px) {
  .header-new .page {
    padding: 12px 24px;
  }
}
.header-new a {
  color: #000000;
}
.header-new .btn.btn-pro {
  white-space: nowrap;
}
.header-new .btn.btn-pro.border {
  padding: 13px 20px;
}
.header-new .btn.btn-pro.solid {
  padding: 14px 20px;
}
.header-new .logo {
  font-size: 0px;
  font-size: 0rem;
  height: 50px;
  width: 50px;
  min-width: 50px;
  overflow: hidden;
  display: inline-block;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .header-new .logo {
    position: static;
    width: 180px;
    min-width: 180px;
  }
}
.header-new .logo img {
  height: 50px;
  width: 180px;
  max-width: none;
}
.header-new .btn-menu-toggle {
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .header-new .btn-menu-toggle {
    display: none;
  }
}
.header-new .navigation-primary {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-new .navigation-primary.open .mobile-menu-blocker {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  top: 0;
  bottom: 0;
  height: auto;
}
.header-new .navigation-primary.open .menu-wrapper {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.header-new .navigation-primary.open .btn-menu-toggle span {
  background-color: transparent;
}
.header-new .navigation-primary.open .btn-menu-toggle span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  top: 0px;
}
.header-new .navigation-primary.open .btn-menu-toggle span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
  bottom: 0px;
}
.header-new .navigation-primary.open .btn-menu-toggle span:before,
.header-new .navigation-primary.open .btn-menu-toggle span:after {
  width: 26px;
}
.header-new .mobile-menu-blocker {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: default;
}
@media only screen and (min-width: 1024px) {
  .header-new .mobile-menu-blocker {
    display: none;
  }
}
.header-new .search {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (min-width: 1024px) {
  .header-new .search {
    margin-left: 32px;
    max-width: 425px;
  }
}
.header-new .search .header-search-input {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: transparent;
  border: 1px solid #F6F6F6;
  height: auto;
  line-height: normal;
  padding: 8px 36px 8px 12px;
  width: 100%;
  background-color: #F6F6F6;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-image: url('../images/svg/search.svg');
  background-size: 16px;
  max-width: 425px;
}
@media only screen and (min-width: 1024px) {
  .header-new .search .header-search-input {
    padding: 11px 36px 11px 24px;
  }
}
.header-new .search .btn-back-from-search {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  pointer-events: none;
  cursor: default;
  font-size: 0px;
  font-size: 0rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 500;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #F6F6F6;
  white-space: nowrap;
  z-index: 2;
  width: 50px;
  background-image: url('../images/svg/arrow-back-red.svg');
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  .header-new .search .btn-back-from-search {
    width: 152px;
    background-image: none;
  }
}
.header-new .search .btn-back-from-search img {
  display: none;
  margin-right: 2px;
}
@media only screen and (min-width: 1024px) {
  .header-new .search .btn-back-from-search img {
    display: inline-block;
    vertical-align: unset;
  }
}
.header-new .menu-wrapper {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 3;
  right: 0;
  background-color: #ffffff;
  padding: 50px 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
    top: auto;
    right: auto;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 0 0 0 4%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new .menu-wrapper {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new .menu-wrapper .menu {
    margin: 0 -14px;
  }
}
.header-new .menu-wrapper .menu > .menu-item {
  padding: 6px 0;
}
@media only screen and (min-width: 360px) {
  .header-new .menu-wrapper .menu > .menu-item {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new .menu-wrapper .menu > .menu-item {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new .menu-wrapper .menu > .menu-item {
    padding: 0 18px;
  }
}
.header-new .menu-wrapper .menu > .menu-item.home img {
  margin-top: -2px;
  margin-right: 6px;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new .menu-wrapper .menu > .menu-item.has-submenu.open .submenu {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover:before {
    cursor: default;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 5;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover > a,
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover > span {
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover > a:after,
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover > span:after {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu:hover .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu,
.header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
  font-size: 12px;
  font-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px;
  background-image: url('../images/svg/chevron-right-red.svg');
  display: block;
  padding: 0 20px 0 0;
  width: 140px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu,
  .header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
    display: none;
  }
}
.header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
  background-image: url('../images/svg/chevron-left-red.svg');
  background-position: left center;
  width: auto;
  padding: 8px 0 8px 20px;
  position: absolute;
  top: 0;
  left: 24px;
}
.header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu.my-vib {
  margin-top: 20px;
}
@media only screen and (min-width: 360px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu.my-vib {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu.my-vib {
    margin-top: 0;
  }
}
.header-new .menu-wrapper .menu > .menu-item.has-submenu > a,
.header-new .menu-wrapper .menu > .menu-item.has-submenu > span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu > a,
  .header-new .menu-wrapper .menu > .menu-item.has-submenu > span {
    position: relative;
    cursor: pointer;
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    background: none;
    border-bottom: 2px solid transparent;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.has-submenu > a:after,
  .header-new .menu-wrapper .menu > .menu-item.has-submenu > span:after {
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #ff1e43;
    bottom: -2px;
  }
}
.header-new .menu-wrapper .menu > .menu-item.system {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.system {
    font-size: 0px;
    font-size: 0rem;
    display: block;
    height: auto;
    padding-left: 24px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1399px) {
  .header-new .menu-wrapper .menu > .menu-item.system {
    padding-left: 48px;
  }
}
.header-new .menu-wrapper .menu > .menu-item.system .btn-pro + .btn-pro,
.header-new .menu-wrapper .menu > .menu-item.system .button + .btn-pro,
.header-new .menu-wrapper .menu > .menu-item.system .btn-pro + .button,
.header-new .menu-wrapper .menu > .menu-item.system .button + .button {
  margin-left: 16px;
}
.header-new .menu-wrapper .menu > .menu-item.system .btn-join {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.system .btn-join {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item.mobile-only {
    display: none;
  }
}
.header-new .menu-wrapper .menu > .menu-item > a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .header-new .menu-wrapper .menu > .menu-item > a {
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid transparent;
  }
}
.header-new .menu-wrapper .menu > .menu-item > a.no-link {
  cursor: default;
}
.header-new .menu-wrapper .menu > .menu-item > a:not(.no-link):hover,
.header-new .menu-wrapper .menu > .menu-item > a:not(.no-link):active {
  color: #6889e2;
}
.header-new .menu-wrapper .menu > .menu-item > span {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.header-new .menu-wrapper .menu .sys-links {
  padding: 30px 0;
}
@media only screen and (min-width: 360px) {
  .header-new .menu-wrapper .menu .sys-links {
    padding: 70px 0;
  }
}
.header-new .menu-wrapper .menu .sys-link {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 0;
}
.header-new .menu-wrapper .menu .profile-links {
  padding-top: 4px;
}
.header-new .menu-wrapper .menu .profile-link {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  padding-top: 18px;
}
.header-new .menu-wrapper .mobile-footer {
  max-width: 200px;
}
.header-new .menu-wrapper .mobile-footer .disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
}
.header-new .menu-wrapper .mobile-footer .copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  color: #707580;
  padding-top: 20px;
}
@media only screen and (min-width: 360px) {
  .header-new .menu-wrapper .mobile-footer .copyright {
    padding-top: 40px;
  }
}
.header-new .menu-wrapper .mobile-footer .copyright .links {
  display: block;
}
.header-new .menu-wrapper .mobile-footer a {
  color: #707580;
}
.header-new .submenu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: right 200ms ease-out;
  transition: right 200ms ease-out;
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  right: -110%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 360px) {
  .header-new .submenu {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    top: 100%;
    border-top: 1px solid #f4f6f6;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu:before {
    -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.35);
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    height: 10px;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
    left: -2000px;
    right: -2000px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu:after {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    background-color: #ffffff;
    border-top: 1px solid #f4f6f6;
    z-index: -1;
    left: -2000px;
    right: -2000px;
  }
}
.header-new .submenu .featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .featured {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    max-width: 325px;
    width: 25%;
    padding: 0 24px;
    display: block;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new .submenu .featured {
    width: 27%;
    padding: 0 46px 0 62px;
  }
}
.header-new .submenu .featured h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .featured h3 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 27px;
    padding-bottom: 0;
  }
}
.header-new .submenu .featured p {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .featured p {
    display: block;
  }
}
.header-new .submenu .features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .features-list {
    font-size: 12px;
    font-size: 1.2rem;
    color: #707580;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 75%;
    line-height: 18px;
    margin: -24px 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new .submenu .features-list {
    width: 73%;
  }
}
.header-new .submenu .features-list h4 {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.header-new .submenu .features-list h4.new {
  display: inline;
}
.header-new .submenu .features-list h4.new:after {
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  content: "New";
  margin-left: 2px;
  text-transform: uppercase;
  position: absolute;
  bottom: 7px;
  left: 100%;
  display: inline-block;
  padding: 2px 3px;
  line-height: 9px;
  color: #ffffff;
  background-color: #707580;
  letter-spacing: 0.5px;
}
.header-new .submenu .features-list h4 .new-icon {
  position: absolute;
  margin-top: -3px;
  bottom: 10px;
  left: 100%;
}
.header-new .submenu .features-list a {
  color: #000000;
}
.header-new .submenu .features-list a:hover h4,
.header-new .submenu .features-list a:active h4 {
  color: #6889e2;
}
.header-new .submenu .features-list p {
  padding: 0;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .features-list p {
    display: block;
    padding-top: 4px;
    color: #707580;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}
.header-new .submenu .features-list .item {
  padding: 4px 0;
}
@media only screen and (min-width: 360px) {
  .header-new .submenu .features-list .item {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new .submenu .features-list .item {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    padding: 24px 0 24px 24px;
  }
}
.header-new .submenu .features-list .item.divider {
  height: 30px;
}
.header-new .login-nav {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .login-nav {
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    background-color: #ffffff;
    position: absolute;
    right: 0;
    left: 204px;
    text-align: right;
    z-index: 3;
    height: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
    padding-right: 24px;
  }
}
.header-new .login-nav.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 50px;
}
@media only screen and (min-width: 1199px) {
  .header-new .login-nav.open {
    height: 74px;
  }
}
.header-new .login-nav .btn + .btn {
  margin-left: 20px;
}
.header-new .profile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new .profile {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    width: 200px;
    position: relative;
    background-repeat: repeat;
    background-size: 400px;
    background-position: center center;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000000;
    cursor: pointer;
  }
}
.header-new .profile:hover {
  background-color: #f4f6f6;
}
.header-new .profile:hover .my-viberate-menu {
  display: block;
}
.header-new .profile .expand-profile {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  height: 74px;
  z-index: 2;
}
.header-new .profile .expand-profile span {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: #000000;
  display: inline-block;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  margin-left: 10px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1024px) {
  .header-new .my-viberate-menu {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: -3000px;
    top: 0;
    text-align: left;
    cursor: default;
    height: 100vh;
    background-color: #f4f6f6;
    color: #000000;
    padding: 94px 0px 20px 36px;
    display: none;
    z-index: 1;
  }
}
.header-new .profile-menu-primary {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-new .profile-menu-primary li {
  position: relative;
  padding: 12px 0;
}
.header-new .profile-menu-primary .trial-days {
  color: #4e63ce;
}
.header-new .btn-skip {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -20px;
}
.header-new .btn-skip:hover,
.header-new .btn-skip:active {
  color: #6889e2;
  border-color: #6889e2;
}
.header-new-v2 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  padding: 0;
  min-height: 52px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 52px;
    min-height: 52px;
  }
}
.header-new-v2.blog-article-header {
  position: fixed;
}
.header-new-v2.developers .logo {
  height: 36px;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.developers .logo {
    height: 36px;
  }
}
.header-new-v2.developers .logo:after {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  content: "for Developers";
  padding-left: 4px;
  line-height: 30px;
  margin-top: 4px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.developers .logo:after {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 3px;
  }
}
.header-new-v2.developers .logo img {
  height: 36px;
  width: 130px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.developers .logo img {
    height: 36px;
    width: 130px;
  }
}
.header-new-v2.developers .btn-menu-toggle {
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.developers .menu-new {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.developers .menu-new .menu-item {
    padding-left: 28px;
    padding-right: 28px;
    white-space: nowrap;
  }
  .header-new-v2.developers .menu-new .menu-item:first-child {
    margin-left: auto;
  }
  .header-new-v2.developers .menu-new .menu-item.menu-item-actions {
    margin-left: auto;
    padding-right: 16px;
  }
  .header-new-v2.developers .menu-new .menu-item.menu-item-actions a {
    height: 40px;
    color: #000000;
    border-color: #000000;
  }
  .header-new-v2.developers .menu-new .menu-item.menu-item-actions a:hover,
  .header-new-v2.developers .menu-new .menu-item.menu-item-actions a:active {
    border-color: #6889e2;
  }
}
.header-new-v2.unlogged.search-mode .search {
  max-width: 508px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .menu-new {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2.unlogged .menu-new {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.unlogged .menu-new {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .menu-new .menu-item {
    margin-left: 16px;
  }
  .header-new-v2.unlogged .menu-new .menu-item > a {
    white-space: nowrap;
  }
}
.header-new-v2.unlogged .menu-new .menu-item.menu-item-actions {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .menu-new .menu-item.menu-item-actions {
    font-size: 0px;
    font-size: 0rem;
    display: block;
    height: auto;
    padding-left: 24px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-new-v2.unlogged .menu-new .menu-item.menu-item-actions .button.secondary {
  color: #000000;
  border-color: #000000;
}
.header-new-v2.unlogged .menu-new .menu-item.menu-item-actions .button.secondary:hover,
.header-new-v2.unlogged .menu-new .menu-item.menu-item-actions .button.secondary:active {
  color: #6889e2;
  border-color: #6889e2;
}
.header-new-v2.unlogged .menu-new .menu-item.menu-item-actions .button + .button {
  margin-left: 8px;
}
.header-new-v2.unlogged .search {
  max-width: 294px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features {
    width: 910px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 0 32px 32px;
    left: -342px;
  }
  .header-new-v2.unlogged .submenu-new.features:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-00.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.unlogged .submenu-new.features {
    left: -280px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .submenu-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .item,
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .item {
    padding-top: 8px;
  }
}
.header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .col-title + .items,
.header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .col-title + .items {
  margin-top: -8px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-01.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-02.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-03.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-04.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-05.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(1) .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .col-title {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-06.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-07.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-08.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-09.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-10.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.unlogged .submenu-new.features .col:nth-child(2) .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:last-child .item {
    margin-top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-spotify.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-youtube.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-airplay.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-instagram.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-tiktok.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(6):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-beatport.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(7):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-facebook.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(8):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-shazam.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:nth-child(9):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-soundcloud.webp');
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.unlogged .submenu-new.features .col:last-child .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col.has-border {
    border-left: 1px solid #e8eced;
  }
}
.header-new-v2.unlogged .submenu-new.features .col .button.tertiary {
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.features .col .button.tertiary {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.use-cases {
    width: 736px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: -318px;
  }
  .header-new-v2.unlogged .submenu-new.use-cases:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-00.webp');
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2.unlogged .submenu-new.use-cases {
    left: -218px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-01.webp');
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-02.webp');
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-03.webp');
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-04.webp');
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-05.webp');
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.unlogged .submenu-new.use-cases .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-new .has-gradient.active .submenu-link {
    position: relative;
    z-index: 1;
  }
  .header-new-v2.unlogged .submenu-new .has-gradient.active .submenu-link:before {
    border-radius: 4px;
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    bottom: 0;
    background-color: #f4f6f6;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-image: url('../images/svg/icon_arrow_forward-blue-roll.svg');
    background-size: 16px;
  }
}
.header-new-v2.unlogged .col-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  padding-bottom: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.unlogged .col-title {
    padding: 32px 0 12px 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.unlogged .submenu-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.unlogged .submenu-link {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.unlogged .side-content {
    display: none;
  }
}
.header-new-v2.unlogged .bubble {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  background-color: #eef0fb;
  padding: 24px 32px;
  margin-top: 8px;
}
.header-new-v2.unlogged .bubble h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.header-new-v2.unlogged .bubble p {
  margin: 0;
  padding: 8px 0 0 0;
}
.header-new-v2.unlogged .bubble .actions {
  padding-top: 24px;
}
.header-new-v2.header-trending-tracks.black {
  background-color: #000000;
  height: 52px;
  min-height: 52px;
}
.header-new-v2.header-trending-tracks.black .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.header-new-v2.header-trending-tracks.black .logo {
  min-width: 230px;
}
.header-new-v2.header-trending-tracks.black .logo img {
  width: 230px;
}
.header-new-v2.header-trending-tracks.black .logo span {
  display: none;
}
.header-new-v2.header-trending-tracks.black .logo span:before {
  display: none;
}
.header-new-v2.header-trending-tracks.black .btn-log-out {
  margin-right: 0;
  margin-left: 0;
}
.header-new-v2.header-trending-tracks .page {
  max-width: none;
  height: 52px;
  min-height: 52px;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.header-trending-tracks .page {
    padding-left: 16px;
  }
}
.header-new-v2.header-trending-tracks .logo {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  width: auto;
  height: 36px;
  float: left;
}
.header-new-v2.header-trending-tracks .logo img {
  width: 130px;
  height: 36px;
  vertical-align: middle;
  margin-right: 4px;
}
.header-new-v2.header-trending-tracks .logo span {
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header-new-v2.header-trending-tracks .logo sup {
  border-radius: 99px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 12px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #707580;
  padding: 0 4px;
  top: 2px;
}
.header-new-v2.header-trending-tracks .btn-log-out {
  font-weight: 600;
  margin-left: auto;
  white-space: nowrap;
  margin-right: 8px;
  display: inline-block;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.header-trending-tracks .btn-log-out {
    margin-right: 16px;
  }
}
.header-new-v2.header-instantmatch.black {
  background-color: #000000;
  height: 52px;
  min-height: 52px;
}
.header-new-v2.header-instantmatch.black .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.header-new-v2.header-instantmatch.black .logo {
  min-width: unset;
  width: unset;
  color: #ffffff;
}
.header-new-v2.header-instantmatch.black .logo img {
  width: unset;
}
.header-new-v2.header-instantmatch.black .btn-log-out {
  margin-right: 0;
  margin-left: 0;
}
.header-new-v2.header-instantmatch .page {
  max-width: none;
  height: 52px;
  min-height: 52px;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.header-instantmatch .page {
    padding-left: 16px;
  }
}
.header-new-v2.header-instantmatch .logo {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #000000;
  font-weight: 500;
  width: auto;
  height: 36px;
  float: left;
}
.header-new-v2.header-instantmatch .logo img {
  width: 130px;
  height: 36px;
  vertical-align: middle;
  margin-right: 4px;
}
.header-new-v2.header-instantmatch .logo span {
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.header-new-v2.header-instantmatch .logo sup {
  border-radius: 99px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 12px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  background-color: #707580;
  padding: 0 4px;
  top: 2px;
}
.header-new-v2.header-instantmatch .btn-log-out {
  font-weight: 600;
  margin-left: auto;
  white-space: nowrap;
  margin-right: 8px;
  display: inline-block;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.header-instantmatch .btn-log-out {
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.company-landing .page {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1471px) {
  .header-new-v2.company-landing .page {
    padding-left: 96px;
  }
}
.header-new-v2.logo-only {
  width: 48px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in.alt-artist-analytics.black .menu-new {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.logged-in.alt-artist-analytics.black .menu-new .menu-item > a {
    white-space: nowrap;
  }
}
.header-new-v2.logged-in.alt-artist-analytics .entity-switcher .selected-entity .title {
  max-width: 180px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features {
    width: 910px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 0 24px 32px;
    left: -342px;
  }
  .header-new-v2.logged-in .submenu-new.features:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-00.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.logged-in .submenu-new.features {
    left: -280px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .submenu-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .item,
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .item {
    padding-top: 8px;
  }
}
.header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .col-title + .items,
.header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .col-title + .items {
  margin-top: -8px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-01.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-02.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-03.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-04.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-05.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(1) .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .col-title {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-06.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-07.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-08.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-09.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-10.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.logged-in .submenu-new.features .col:nth-child(2) .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:last-child .item {
    margin-top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-spotify.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-youtube.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-airplay.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-instagram.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-tiktok.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(6):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-beatport.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(7):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-facebook.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(8):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-shazam.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:nth-child(9):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-channel-soundcloud.webp');
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.logged-in .submenu-new.features .col:last-child .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col.has-border {
    border-left: 1px solid #e8eced;
  }
}
.header-new-v2.logged-in .submenu-new.features .col .button.tertiary {
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.features .col .button.tertiary {
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.use-cases {
    width: 736px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: -318px;
  }
  .header-new-v2.logged-in .submenu-new.use-cases:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-00.webp');
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2.logged-in .submenu-new.use-cases {
    left: -218px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-01.webp');
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-02.webp');
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-03.webp');
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-04.webp');
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-usecase-05.webp');
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header-new-v2.logged-in .submenu-new.use-cases .has-gradient:before {
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-new .has-gradient.active .submenu-link {
    position: relative;
    z-index: 1;
  }
  .header-new-v2.logged-in .submenu-new .has-gradient.active .submenu-link:before {
    border-radius: 4px;
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    bottom: 0;
    background-color: #f4f6f6;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-image: url('../images/svg/icon_arrow_forward-blue-roll.svg');
    background-size: 16px;
  }
}
.header-new-v2.logged-in .col-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  padding-bottom: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.logged-in .col-title {
    padding: 32px 0 12px 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.logged-in .submenu-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .submenu-link {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2.logged-in .side-content {
    display: none;
  }
}
.header-new-v2.logged-in .bubble {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000000;
  line-height: 24px;
  background-color: #eef0fb;
  padding: 24px 32px;
  margin-top: 8px;
}
.header-new-v2.logged-in .bubble h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.header-new-v2.logged-in .bubble p {
  margin: 0;
  padding: 8px 0 0 0;
}
.header-new-v2.logged-in .bubble .actions {
  padding-top: 24px;
}
.header-new-v2.logged-in .logo {
  /*@media @bp_768_max {
				height: 48px;
				width: 48px;
				min-width: 48px;
			}*/
}
.header-new-v2.logged-in .menu-wrapper .menu > .menu-item.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-new-v2.logged-in .header-entity-switcher .selected-entity {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.logged-in .header-entity-switcher .selected-entity {
    margin-top: 3px;
  }
}
.header-new-v2.search-mode {
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  background-color: #f4f6f6;
}
.header-new-v2.search-mode .logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  width: 36px;
  min-width: 36px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .logo.logo-with-switcher {
    width: 36px;
    min-width: 36px;
  }
}
.header-new-v2.search-mode .header-entity-switcher {
  margin-right: 12px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .header-entity-switcher {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: 0;
    margin: 0;
    padding: 0;
  }
}
.header-new-v2.search-mode .login-nav {
  background-color: #F6F6F6;
}
.header-new-v2.search-mode .search {
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .search {
    max-width: 508px;
  }
}
.header-new-v2.search-mode .search .header-search-input {
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  border-color: #000000;
  background-color: #ffffff;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .search .header-search-input {
    padding: 16px 12px 16px 40px;
    max-width: 508px;
  }
}
.header-new-v2.search-mode .search .btn-back-from-search {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .menu-wrapper {
    padding-left: 24px;
  }
}
.header-new-v2.search-mode .menu-wrapper .menu > .menu-item.home,
.header-new-v2.search-mode .menu-wrapper .menu > .menu-item.system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.search-mode .menu-wrapper .menu > .menu-item.home {
    width: 30px;
    overflow: hidden;
    padding: 0 14px;
  }
}
.header-new-v2.close-submenu {
  pointer-events: none;
  cursor: default;
}
.header-new-v2.close-submenu .submenu,
.header-new-v2.close-submenu .submenu-new {
  display: none !important;
}
.header-new-v2.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-new-v2.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.header-new-v2.transparent {
  background-color: transparent;
}
.header-new-v2.shadow {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.white {
    min-height: 52px;
    height: 52px;
  }
  .header-new-v2.white.search-mode {
    /*.navigation-primary {
					margin-left: -135px;
				}

				.header-entity-switcher {
					width: auto;
					margin-right: 12px;
				}*/
  }
  .header-new-v2.white.search-mode .search {
    margin-left: 0;
  }
  .header-new-v2.white.search-mode .search .header-search-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-new-v2.white.search-mode .logo {
    width: 36px;
    min-width: 36px;
  }
  .header-new-v2.white .page {
    min-height: 52px;
  }
  .header-new-v2.white .logo {
    height: 36px;
    width: 130px;
    min-width: 130px;
  }
  .header-new-v2.white .logo img {
    height: 36px;
    width: 130px;
    min-width: 130px;
  }
  .header-new-v2.white .search {
    margin-left: 24px;
  }
  .header-new-v2.white .search .header-search-input {
    padding: 7px 12px 7px 40px;
    background-image: url('../images/svg/search.svg');
  }
  .header-new-v2.white .search .btn-back-from-search {
    height: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.black {
    background-color: #000000;
    color: #ffffff;
    min-height: 52px;
    height: 52px;
  }
  .header-new-v2.black.search-mode {
    /*.navigation-primary {
					margin-left: -135px;
				}

				.header-entity-switcher {
					width: auto;
					margin-right: 12px;
				}*/
  }
  .header-new-v2.black.search-mode .search {
    max-width: 508px;
    margin-left: 0;
  }
  .header-new-v2.black.search-mode .search .header-search-input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-new-v2.black.search-mode .logo {
    width: 36px;
    min-width: 36px;
  }
  .header-new-v2.black .page {
    min-height: 52px;
  }
  .header-new-v2.black .logo {
    height: 36px;
    width: 130px;
    min-width: 130px;
  }
  .header-new-v2.black .logo img {
    height: 36px;
    width: 130px;
    min-width: 130px;
  }
  .header-new-v2.black .search {
    max-width: 374px;
    margin-left: 24px;
  }
  .header-new-v2.black .search .header-search-input {
    padding: 7px 12px 7px 40px;
    background-image: url('../images/svg/search.svg');
  }
  .header-new-v2.black .search .btn-back-from-search {
    height: 52px;
    -webkit-filter: brightness(4);
            filter: brightness(4);
    background-color: transparent;
  }
  .header-new-v2.black .menu-new .menu-item.has-submenu:hover > a {
    background-image: url(../images/svg/chevron-up-white.svg);
  }
  .header-new-v2.black .menu-new .menu-item.has-submenu > a {
    background-image: url(../images/svg/chevron-down-white.svg);
  }
  .header-new-v2.black .menu-new .menu-item.has-submenu > a:hover {
    background-image: url(../images/svg/chevron-up-blue-roll.svg);
  }
  .header-new-v2.black .menu-new .menu-item.has-submenu > a:hover:before {
    background-color: rgba(255, 255, 255, 0.12);
  }
  .header-new-v2.black .menu-new .menu-item.menu-item-home > a {
    background-image: url(../images/svg/icon-home-white.svg);
  }
  .header-new-v2.black .menu-new .menu-item.menu-item-more > a:after {
    background-image: url(../images/svg/icon-nav-more-white.svg);
  }
  .header-new-v2.black .menu-new .menu-item > a {
    color: #ffffff;
  }
  .header-new-v2.black .submenu-new {
    width: 414px;
    padding-bottom: 32px;
  }
  .header-new-v2.black .submenu-new .submenu-list > .item.has-border {
    padding-top: 16px;
    margin-top: 16px;
  }
  .header-new-v2.black .sub-status {
    margin-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-new-v2.black .sub-status .button strong {
    padding: 0 4px;
    font-weight: 500;
  }
  .header-new-v2.black .sub-status .tertiary {
    color: #ffffff;
  }
  .header-new-v2.black .sub-status .tertiary:hover {
    color: #6889e2;
  }
  .header-new-v2.black .profile .expand-profile {
    height: 52px;
  }
  .header-new-v2.black .profile .expand-profile:hover span:before {
    background-color: rgba(255, 255, 255, 0.12);
  }
  .header-new-v2.black .profile .expand-profile span {
    background-image: url('../images/svg/icon-settings-white.svg');
  }
  .header-new-v2.black .subscription-status strong {
    color: #ffffff;
  }
  .header-new-v2.black .header-entity-switcher .selected-entity {
    background-image: url('../images/svg/chevron-down-white.svg');
  }
  .header-new-v2.black .header-entity-switcher.open .selected-entity {
    background-image: url('../images/svg/chevron-up-white.svg');
  }
  .header-new-v2.black .header-entity-switcher:before {
    background-color: #ffffff;
  }
}
.header-new-v2.black .btn-platform-status {
  background-image: url('../images/svg/megaphone-white.svg');
}
.header-new-v2.black .btn-platform-status:hover,
.header-new-v2.black .btn-platform-status:active {
  background-image: url('../images/svg/megaphone-blue-roll.svg');
}
.header-new-v2.black .btn-platform-status:hover:after,
.header-new-v2.black .btn-platform-status:active:after {
  background-color: rgba(255, 255, 255, 0.12);
}
.header-new-v2.black .btn-platform-help {
  background-image: url('../images/svg/icon-help-white.svg');
}
.header-new-v2.black .btn-platform-help:hover,
.header-new-v2.black .btn-platform-help:active {
  background-image: url('../images/svg/icon-help-blue.svg');
}
.header-new-v2.black .btn-platform-help:hover:after,
.header-new-v2.black .btn-platform-help:active:after {
  background-color: rgba(255, 255, 255, 0.12);
}
.header-new-v2.artist {
  background-color: #000000;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist {
    color: #ffffff;
  }
}
.header-new-v2.artist.black .btn-menu-toggle:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('../images/svg/icon-nav-hamburger-white.svg');
  background-size: 24px;
  background-repeat: no-repeat;
}
.header-new-v2.artist.black .btn-menu-toggle img {
  display: none;
}
.header-new-v2.artist.black .menu-new .menu-item > a {
  white-space: nowrap;
}
.header-new-v2.artist.unlogged .menu-new .menu-item.menu-item-actions .button.secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.header-new-v2.artist.unlogged .menu-new .menu-item.menu-item-actions .button.secondary:hover,
.header-new-v2.artist.unlogged .menu-new .menu-item.menu-item-actions .button.secondary:active {
  color: #6889e2;
  border-color: #6889e2;
}
.header-new-v2.artist.unlogged .menu-new .menu-item.menu-item-actions .button + .button {
  margin-left: 8px;
}
.header-new-v2.artist.search-mode .logo {
  width: 30px;
  min-width: 30px;
}
.header-new-v2.artist.search-mode .logo img {
  width: 48px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .menu-new .menu-item {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.artist .menu-new .menu-item {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .submenu-new.resources {
    padding: 24px 32px 20px 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .submenu-new.features {
    width: 356px;
    left: 0px;
    padding: 24px 0 20px 32px;
  }
  .header-new-v2.artist .submenu-new.features:before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-00.webp');
  }
}
.header-new-v2.artist .submenu-new.features .col {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(1):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-01.webp');
  }
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(2):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-02.webp');
  }
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(3):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-03.webp');
  }
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(4):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-04.webp');
  }
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(5):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-05.webp');
  }
  .header-new-v2.artist .submenu-new.features .col:nth-child(1) .has-gradient:nth-child(6):before {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/megamenu-feature-artist-06.webp');
  }
}
.header-new-v2.artist .logo {
  height: 36px;
  width: 130px;
  min-width: 130px;
}
.header-new-v2.artist .logo img {
  height: 36px;
  width: 130px;
  max-width: none;
}
.header-new-v2.artist .resource-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-new-v2.artist .resource-thumb {
  width: 56px;
  height: 40px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .header-new-v2.artist .search {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .search {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.artist .search {
    max-width: 294px;
  }
}
.header-new-v2.artist .search .header-search-input {
  height: 40px;
}
.header-new-v2.artist .header-entity-switcher {
  color: #ffffff;
  gap: 0 12px;
  height: 54px;
  background-image: url('../images/svg/chevron-down-white.svg');
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.artist .header-entity-switcher {
    gap: 0 16px;
  }
}
.header-new-v2.artist .header-entity-switcher.static {
  background-image: none;
}
.header-new-v2.artist .header-entity-switcher.open {
  background-image: url('../images/svg/chevron-up-white.svg');
}
.header-new-v2.artist .header-entity-switcher:before {
  background-color: #ffffff;
}
.header-new-v2.artist-public .search {
  max-width: 400px;
}
.header-new-v2.landing-white {
  min-height: 64px;
  height: 64px;
}
.header-new-v2.landing-white .header-entity-switcher:before {
  background-color: #000000;
}
.header-new-v2.full-width {
  min-height: 44px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2.full-width {
    height: 44px;
    min-height: 44px;
  }
}
.header-new-v2.full-width .page {
  max-width: unset;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2.full-width .search {
    max-width: 408px;
  }
}
.header-new-v2 .platform-status {
  height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
}
.header-new-v2 .platform-help {
  height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 24px;
}
.header-new-v2 .page {
  position: relative;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1472px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  min-height: 52px;
}
@media only screen and (min-width: 1471px) {
  .header-new-v2 .page {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header-new-v2 a {
  color: #000000;
}
.header-new-v2 .logo {
  font-size: 0px;
  font-size: 0rem;
  height: 36px;
  width: 36px;
  min-width: 36px;
  overflow: hidden;
  display: inline-block;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .logo {
    position: static;
    width: 130px;
    min-width: 130px;
  }
}
.header-new-v2 .logo.full-width {
  width: 130px;
}
.header-new-v2 .logo img {
  height: 36px;
  width: 130px;
  max-width: none;
}
.header-new-v2 .header-entity-switcher {
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0 12px;
  padding-left: 8px;
  cursor: pointer;
  height: 54px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .header-entity-switcher {
    height: 46px;
  }
}
.header-new-v2 .header-entity-switcher.v2 .entity-option label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-new-v2 .header-entity-switcher.open .selected-entity {
  background-image: url('../images/svg/chevron-up.svg');
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .header-entity-switcher.open .selected-entity {
    background-image: url('../images/svg/chevron-up-white.svg');
  }
}
.header-new-v2 .header-entity-switcher.open .results {
  display: block;
}
.header-new-v2 .header-entity-switcher.static .selected-entity {
  background-image: none;
  padding-right: 0;
}
.header-new-v2 .header-entity-switcher .selected-entity {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 300;
  padding-right: 15px;
  margin-top: 3px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url('../images/svg/chevron-down.svg');
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .header-entity-switcher .selected-entity {
    font-size: 16px;
    font-size: 1.6rem;
    background-image: url('../images/svg/chevron-down-white.svg');
    margin-top: 4px;
  }
}
.header-new-v2 .header-entity-switcher .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-new-v2 .header-entity-switcher .logo-description {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  margin: 0;
  padding: 0;
  white-space: wrap;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .header-new-v2 .header-entity-switcher .logo-description {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.header-new-v2 .header-entity-switcher .label-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  padding: 0 0 16px 16px;
}
.header-new-v2 .header-entity-switcher .results {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: -48px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 16px;
  width: 375px;
  max-width: 375px;
}
@media only screen and (min-width: 768px) {
  .header-new-v2 .header-entity-switcher .results {
    width: 420px;
    max-width: 420px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .header-entity-switcher .results {
    left: -130px;
  }
}
.header-new-v2 .header-entity-switcher .result-item {
  border-radius: 4px;
  padding: 8px 16px;
}
.header-new-v2 .header-entity-switcher .result-item + .result-item {
  margin-top: 8px;
}
.header-new-v2 .header-entity-switcher .result-item.selected {
  background-color: #e8eced;
}
.header-new-v2 .header-entity-switcher .result-item:hover,
.header-new-v2 .header-entity-switcher .result-item:active {
  background-color: #f4f6f6;
}
.header-new-v2 .header-entity-switcher .entity-option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.header-new-v2 .header-entity-switcher .entity-option img {
  height: 32px;
}
.header-new-v2 .header-entity-switcher .entity-option span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  font-weight: 300;
  display: inline-block;
  white-space: nowrap;
  padding-left: 8px;
  margin-top: 1px;
}
.header-new-v2 .header-entity-switcher .entity-option label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-left: 32px;
}
.header-new-v2 .header-entity-switcher .entity-option label:before,
.header-new-v2 .header-entity-switcher .entity-option label:after {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}
.header-new-v2 .entity-switcher {
  position: relative;
  border-radius: 4px;
  background-image: url('../images/svg/chevron-down.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  margin-left: 8px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .entity-switcher {
    background-image: url('../images/svg/chevron-down-white.svg');
  }
}
.header-new-v2 .entity-switcher.single {
  background-image: none;
}
.header-new-v2 .entity-switcher.single:hover,
.header-new-v2 .entity-switcher.single:active {
  background-image: none;
}
.header-new-v2 .entity-switcher.single .selected-entity .entity {
  padding-right: 6px;
}
.header-new-v2 .entity-switcher:hover,
.header-new-v2 .entity-switcher:active {
  background-image: url('../images/svg/chevron-up-blue-roll.svg');
  background-color: #1F1F1F;
}
.header-new-v2 .entity-switcher:hover .selected-entity .entity,
.header-new-v2 .entity-switcher:active .selected-entity .entity {
  background-color: transparent;
}
.header-new-v2 .entity-switcher:hover .selected-entity .title,
.header-new-v2 .entity-switcher:active .selected-entity .title {
  color: #6889e2;
}
.header-new-v2 .entity-switcher:hover .available-artists,
.header-new-v2 .entity-switcher:active .available-artists {
  display: block;
}
.header-new-v2 .entity-switcher .selected-entity .entity {
  gap: 8px;
  padding: 6px 28px 6px 12px;
}
.header-new-v2 .entity-switcher .selected-entity .title {
  font-size: 12px;
  font-size: 1.2rem;
  max-width: 75px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .entity-switcher .selected-entity .title {
    color: #ffffff;
  }
}
.header-new-v2 .entity-switcher .available-artists {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  width: 288px;
  max-width: 288px;
  padding: 12px 16px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 4px;
}
.header-new-v2 .entity-switcher .available-artists::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
  margin-right: 4px;
}
.header-new-v2 .entity-switcher .available-artists::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
  margin-right: 4px;
}
.header-new-v2 .entity-switcher .available-artists::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
  margin-right: 4px;
}
.header-new-v2 .entity-switcher .actions {
  text-align: center;
  padding-top: 24px;
}
.header-new-v2 .entity-switcher .entity {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 4px;
  color: #000000;
}
.header-new-v2 .entity-switcher .entity + .entity {
  margin-top: 8px;
}
.header-new-v2 .entity-switcher .entity.active {
  background-color: #e8eced;
}
.header-new-v2 .entity-switcher .entity.active:hover,
.header-new-v2 .entity-switcher .entity.active:active {
  background-color: #e8eced;
}
.header-new-v2 .entity-switcher .entity:hover,
.header-new-v2 .entity-switcher .entity:active {
  background-color: #f4f6f6;
}
.header-new-v2 .entity-switcher .entity.artist figure {
  border-radius: 50%;
}
.header-new-v2 .entity-switcher .entity figure {
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-new-v2 .entity-switcher .entity .btn-editor {
  margin-left: auto;
}
.header-new-v2 .entity-switcher .title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 500;
}
.header-new-v2 .btn-menu-toggle {
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .btn-menu-toggle {
    display: none;
  }
}
.header-new-v2 .navigation-primary {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-new-v2 .navigation-primary.open .mobile-menu-blocker {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 3;
}
.header-new-v2 .navigation-primary.open .menu-wrapper {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.header-new-v2 .navigation-primary.open .menu-wrapper-new {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
}
.header-new-v2 .navigation-primary.open .btn-menu-toggle span {
  background-color: transparent;
}
.header-new-v2 .navigation-primary.open .btn-menu-toggle span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  top: 0px;
}
.header-new-v2 .navigation-primary.open .btn-menu-toggle span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
  bottom: 0px;
}
.header-new-v2 .navigation-primary.open .btn-menu-toggle span:before,
.header-new-v2 .navigation-primary.open .btn-menu-toggle span:after {
  width: 26px;
}
.header-new-v2 .mobile-menu-blocker {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: default;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .mobile-menu-blocker {
    display: none;
  }
}
.header-new-v2 .search {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .search {
    max-width: 408px;
  }
}
.header-new-v2 .search .header-search-input {
  border-radius: 4px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: transparent;
  border: 1px solid #f4f6f6;
  height: auto;
  line-height: normal;
  padding: 11px 12px 11px 40px;
  width: 100%;
  background-color: #f4f6f6;
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-image: url('../images/svg/search-grey.svg');
  background-size: 16px;
  max-width: 408px;
}
.header-new-v2 .search .header-search-input:focus {
  border-color: #4e63ce;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .search .header-search-input {
    padding: 11px 12px 11px 40px;
  }
}
.header-new-v2 .search .btn-back-from-search {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  pointer-events: none;
  cursor: default;
  font-size: 0px;
  font-size: 0rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 500;
  left: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  z-index: 2;
  width: 50px;
  background-image: url('../images/svg/arrow-back-red.svg');
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .header-new-v2 .search .btn-back-from-search {
    height: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .search .btn-back-from-search {
    text-align: left;
    background-image: url('../images/svg/arrow-back-blue.svg');
    background-size: 10px;
    height: 52px;
  }
}
.header-new-v2 .search .btn-back-from-search img {
  display: none;
}
.header-new-v2 .search .home-link {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 600;
  display: none;
  text-transform: uppercase;
  margin-left: 14px;
  position: relative;
  min-height: 34px;
  background-image: url('../images/svg/icon-home.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.header-new-v2 .search .home-link img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-new-v2 .search .home-link {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 0 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: left 10px center;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .search .home-link {
    display: none;
  }
}
.header-new-v2 .search .home-link:hover {
  color: #6889e2;
  background-image: url('../images/svg/icon-home-blue-roll.svg');
}
.header-new-v2 .search .home-link.active:after {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 2px;
  left: 10px;
  right: 10px;
  background-color: #ff1e43;
}
.header-new-v2 .search .home-link img {
  margin-top: -2px;
  margin-right: 6px;
}
.header-new-v2 .menu-wrapper {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 3;
  right: 0;
  background-color: #ffffff;
  padding: 50px 40px 32px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  display: none;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
    top: auto;
    right: auto;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 0 0 0 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1299px) {
  .header-new-v2 .menu-wrapper {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2 .menu-wrapper .menu {
    margin: 0 -14px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu.v2 > .menu-item.home {
    display: none;
  }
}
.header-new-v2 .menu-wrapper .menu.v2 > .menu-item.home > a {
  background-image: url('../images/svg/icon-home.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left top 28px;
  padding-left: 22px;
}
.header-new-v2 .menu-wrapper .menu.v2 > .menu-item.home > a:hover {
  background-image: url('../images/svg/icon-home-blue-roll.svg');
}
.header-new-v2 .menu-wrapper .menu.v2 > .menu-item.home > a img {
  display: none;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li.active a {
  color: #000000;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li.active a:hover,
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li.active a:active {
  color: #000000;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li:first-child {
  padding-top: 0;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li:last-child {
  text-transform: none;
  padding-bottom: 0;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  color: #707580;
  letter-spacing: 2px;
  position: relative;
}
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li a:hover,
.header-new-v2 .menu-wrapper .menu.v2 .my-viberate-menu li a:active {
  color: #6889e2;
}
.header-new-v2 .menu-wrapper .menu > .menu-item {
  padding: 6px 0;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item {
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1299px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home {
    width: 30px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1279px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home {
    width: 98px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home:hover > a,
  .header-new-v2 .menu-wrapper .menu > .menu-item.home:hover > span {
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home:hover > a:after,
  .header-new-v2 .menu-wrapper .menu > .menu-item.home:hover > span:after {
    width: 100%;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.home img {
  margin-top: -2px;
  margin-right: 6px;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home img {
    display: none;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.home > a,
.header-new-v2 .menu-wrapper .menu > .menu-item.home > span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home > a,
  .header-new-v2 .menu-wrapper .menu > .menu-item.home > span {
    position: relative;
    cursor: pointer;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.home > a:after,
  .header-new-v2 .menu-wrapper .menu > .menu-item.home > span:after {
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #ff1e43;
    bottom: -2px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu.open .submenu {
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover:before {
    cursor: default;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 5;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover > a,
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover > span {
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover > a:after,
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover > span:after {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu:hover .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu,
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
  font-size: 12px;
  font-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5px;
  background-image: url('../images/svg/chevron-right-red.svg');
  display: block;
  padding: 0 20px 0 0;
  width: 140px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  width: 100%;
  line-height: 18px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu,
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
    display: none;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu {
  max-width: 125px;
}
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-hide-submenu {
  background-image: url('../images/svg/chevron-left-red.svg');
  background-position: left center;
  width: auto;
  padding: 8px 0 8px 20px;
  position: absolute;
  top: 0;
  left: 24px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu .btn-show-submenu.my-vib {
    margin-top: 0;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > a,
.header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > a,
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > span {
    position: relative;
    cursor: pointer;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    background: none;
    border-bottom: 2px solid transparent;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > a:after,
  .header-new-v2 .menu-wrapper .menu > .menu-item.has-submenu > span:after {
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #ff1e43;
    bottom: -2px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.active > a,
  .header-new-v2 .menu-wrapper .menu > .menu-item.active > span {
    z-index: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.active > a:after,
  .header-new-v2 .menu-wrapper .menu > .menu-item.active > span:after {
    width: 100%;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.system {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.system {
    font-size: 0px;
    font-size: 0rem;
    display: block;
    height: auto;
    padding-left: 24px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1471px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.system {
    padding-left: 48px;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.system .button + .button {
  margin-left: 8px;
}
.header-new-v2 .menu-wrapper .menu > .menu-item.system .btn-join {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.system .btn-join {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.mobile-only {
    display: none;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item.mobile-only .subscription-status {
  margin-top: 20px;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item.mobile-only .subscription-status {
    margin-top: 40px;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item > a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper .menu > .menu-item > a {
    position: relative;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid transparent;
  }
}
.header-new-v2 .menu-wrapper .menu > .menu-item > a.no-link {
  cursor: default;
}
.header-new-v2 .menu-wrapper .menu > .menu-item > a:not(.no-link):hover,
.header-new-v2 .menu-wrapper .menu > .menu-item > a:not(.no-link):active {
  color: #6889e2;
}
.header-new-v2 .menu-wrapper .menu > .menu-item > span {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.header-new-v2 .menu-wrapper .menu .sys-links {
  padding: 30px 0;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper .menu .sys-links {
    padding: 70px 0;
  }
}
.header-new-v2 .menu-wrapper .menu .sys-link {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 0;
}
.header-new-v2 .menu-wrapper .menu .profile-links {
  padding-top: 4px;
}
.header-new-v2 .menu-wrapper .menu .profile-link {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  padding-top: 18px;
}
.header-new-v2 .menu-wrapper .mobile-footer {
  max-width: 200px;
}
.header-new-v2 .menu-wrapper .mobile-footer .disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
}
.header-new-v2 .menu-wrapper .mobile-footer .copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  color: #707580;
  padding-top: 20px;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper .mobile-footer .copyright {
    padding-top: 40px;
  }
}
.header-new-v2 .menu-wrapper .mobile-footer .copyright .links {
  display: block;
}
.header-new-v2 .menu-wrapper .mobile-footer a {
  color: #707580;
}
.header-new-v2 .menu-wrapper-new {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 3;
  right: 0;
  background-color: #ffffff;
  padding: 50px 40px 32px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  display: none;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-wrapper-new {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-wrapper-new {
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    overflow-y: auto;
    height: auto;
    z-index: 4;
    width: 310px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper-new {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
    top: auto;
    right: auto;
    background-color: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 0 0 0 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1299px) {
  .header-new-v2 .menu-wrapper-new {
    padding-left: 32px;
  }
}
.header-new-v2 .menu-wrapper-new .btn-close {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 32px;
  height: 32px;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-wrapper-new .btn-close {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-new {
    width: 230px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2 .menu-new {
    margin: 0 -14px;
  }
}
.header-new-v2 .menu-new > .menu-item {
  padding: 4px 0;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-new > .menu-item {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1099px) {
  .header-new-v2 .menu-new > .menu-item {
    padding: 0 14px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .menu-new > .menu-item {
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1299px) {
  .header-new-v2 .menu-new > .menu-item {
    padding: 0 16px;
  }
}
.header-new-v2 .menu-new > .menu-item.home {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.home {
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-new > .menu-item.home a {
  min-width: 24px;
  background-size: 24px;
  background-position: left center;
  padding: 0;
}
.header-new-v2 .menu-new > .menu-item.only-submenu {
  height: 0px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.has-border {
    border-top: 1px solid #E8ECED;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.has-submenu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-new > .menu-item.has-submenu.open .submenu-new {
  right: 0;
}
.header-new-v2 .menu-new > .menu-item.has-submenu:hover > a,
.header-new-v2 .menu-new > .menu-item.has-submenu:hover > span {
  background-image: url('../images/svg/chevron-up.svg');
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.has-submenu:hover .submenu-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-new > .menu-item.has-submenu > a,
.header-new-v2 .menu-new > .menu-item.has-submenu > span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.has-submenu > a,
  .header-new-v2 .menu-new > .menu-item.has-submenu > span {
    position: relative;
    cursor: pointer;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    background: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px;
    background-image: url('../images/svg/chevron-down.svg');
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.has-submenu > a:hover,
  .header-new-v2 .menu-new > .menu-item.has-submenu > span:hover {
    background-image: url('../images/svg/chevron-down-blue.svg');
  }
  .header-new-v2 .menu-new > .menu-item.has-submenu > a:hover:before,
  .header-new-v2 .menu-new > .menu-item.has-submenu > span:hover:before {
    border-radius: 4px;
    background-color: #F4F6F6;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 6px;
    background-image: url('../images/svg/chevron-up-blue.svg');
    position: absolute;
    left: -12px;
    right: -12px;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    z-index: -1;
    content: "";
  }
}
.header-new-v2 .menu-new > .menu-item.active > a,
.header-new-v2 .menu-new > .menu-item.active > span {
  color: #4e63ce;
}
.header-new-v2 .menu-new > .menu-item.system {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.system {
    font-size: 0px;
    font-size: 0rem;
    display: block;
    height: auto;
    padding-left: 24px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1471px) {
  .header-new-v2 .menu-new > .menu-item.system {
    padding-left: 48px;
  }
}
.header-new-v2 .menu-new > .menu-item.system .button + .button {
  margin-left: 8px;
}
.header-new-v2 .menu-new > .menu-item.system .btn-join {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.system .btn-join {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.mobile-only {
    display: none;
  }
}
.header-new-v2 .menu-new > .menu-item.mobile-only .subscription-status {
  margin-top: 20px;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .menu-new > .menu-item.mobile-only .subscription-status {
    margin-top: 40px;
  }
}
.header-new-v2 .menu-new > .menu-item.desktop-only {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.desktop-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-new-v2 .menu-new > .menu-item.mobile-hidden {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item.mobile-hidden.mobile-show {
    display: block;
  }
}
.header-new-v2 .menu-new > .menu-item.menu-item-home {
  min-width: 24px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-home > a {
  font-size: 0px;
  font-size: 0rem;
  min-width: 24px;
  background-image: url('../images/svg/icon-home.svg');
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.header-new-v2 .menu-new > .menu-item.menu-item-home > a:hover,
.header-new-v2 .menu-new > .menu-item.menu-item-home > a:active {
  background-image: url('../images/svg/icon-home-blue-roll.svg');
}
.header-new-v2 .menu-new > .menu-item.menu-item-compare .submenu-new {
  width: 260px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-compare .submenu-link {
  padding: 2px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-compare .submenu-link-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-more {
  min-width: 32px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-more > a {
  font-size: 0px;
  font-size: 0rem;
}
.header-new-v2 .menu-new > .menu-item.menu-item-more > a:after {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-image: url('../images/svg/icon-nav-more.svg');
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.header-new-v2 .menu-new > .menu-item.menu-item-more > a:hover:after,
.header-new-v2 .menu-new > .menu-item.menu-item-more > a:active:after {
  background-image: url('../images/svg/icon-nav-more-blue-roll.svg');
}
.header-new-v2 .menu-new > .menu-item.menu-item-more .submenu-new {
  width: 414px;
  padding-bottom: 32px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-more .submenu-new .submenu-list > .item.has-border {
  padding-top: 16px;
  margin-top: 16px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-more .submenu-link-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.header-new-v2 .menu-new > .menu-item.menu-item-pitching .submenu-new {
  width: 414px;
  padding-bottom: 32px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-pitching .submenu-new .submenu-list > .item.has-border {
  padding-top: 16px;
  margin-top: 16px;
}
.header-new-v2 .menu-new > .menu-item.menu-item-pitching .submenu-link-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.header-new-v2 .menu-new > .menu-item .btn-toggle-extended-mobile-menu {
  font-size: 14px;
  font-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px;
  background-image: url('../images/svg/chevron-down.svg');
  display: block;
  padding: 8px 27px 8px 0;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #707580;
}
.header-new-v2 .menu-new > .menu-item .btn-toggle-extended-mobile-menu.active {
  background-image: url('../images/svg/chevron-up.svg');
}
.header-new-v2 .menu-new > .menu-item .btn-toggle-extended-mobile-menu.active span {
  display: none;
}
.header-new-v2 .menu-new > .menu-item .btn-toggle-extended-mobile-menu.active span + span {
  display: inline-block;
}
.header-new-v2 .menu-new > .menu-item .btn-toggle-extended-mobile-menu span + span {
  display: none;
}
.header-new-v2 .menu-new > .menu-item .btn-show-submenu,
.header-new-v2 .menu-new > .menu-item .btn-hide-submenu {
  font-size: 16px;
  font-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5px;
  background-image: url('../images/svg/chevron-right.svg');
  display: block;
  padding: 8px 27px 8px 0;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item .btn-show-submenu,
  .header-new-v2 .menu-new > .menu-item .btn-hide-submenu {
    display: none;
  }
}
.header-new-v2 .menu-new > .menu-item .btn-hide-submenu {
  background-image: url('../images/svg/chevron-left.svg');
  background-position: left 4px center;
  width: auto;
  padding: 8px 0 8px 27px;
  margin-left: -28px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item .btn-show-submenu.my-vib {
    margin-top: 0;
  }
}
.header-new-v2 .menu-new > .menu-item > a {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item > a {
    padding: 8px 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item > a {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 14px;
  }
}
.header-new-v2 .menu-new > .menu-item > a.no-link {
  cursor: default;
}
.header-new-v2 .menu-new > .menu-item > a:not(.no-link):hover,
.header-new-v2 .menu-new > .menu-item > a:not(.no-link):active {
  color: #6889e2;
}
.header-new-v2 .menu-new > .menu-item > span {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .menu-new > .menu-item > span {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 0;
  }
}
.header-new-v2 .mobile-footer-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .mobile-footer-new {
    display: none;
  }
}
.header-new-v2 .mobile-footer-new .disclaimer {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  max-width: 180px;
}
.header-new-v2 .mobile-footer-new .disclaimer br {
  display: none;
}
.header-new-v2 .mobile-footer-new .btn + .btn {
  margin-left: 12px;
}
.header-new-v2 .mobile-footer-new .btn img {
  width: 24px;
  min-width: 24px;
}
.header-new-v2 .mobile-footer-new .mobile-sys {
  white-space: nowrap;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-new-v2 .mobile-footer-new .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-new-v2 .mobile-footer-new .login-signup-mobile {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
  font-weight: 500;
}
.header-new-v2 .mobile-footer-new .login-signup-mobile a {
  display: inline-block;
}
.header-new-v2 .mobile-footer-new .login-signup-mobile a + a {
  margin-top: 8px;
}
.header-new-v2 .submenu-new {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: right 200ms ease-out;
  transition: right 200ms ease-out;
  background-color: #ffffff;
  position: absolute;
  right: -110%;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 50px 40px 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .submenu-new {
    padding-top: 108px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-new-v2 .submenu-new {
    width: 310px;
    position: fixed;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-new {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    right: auto;
    bottom: auto;
    width: auto;
    top: 48px;
    z-index: 1;
    padding: 16px 28px;
    width: 392px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-new.open-left {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1399px) {
  .header-new-v2 .submenu-new.open-left {
    left: 0;
    right: auto;
  }
}
.header-new-v2 .submenu-new .submenu-list > .item {
  padding: 4px 0;
}
.header-new-v2 .submenu-new .submenu-list > .item.has-border {
  border-top: 1px solid #E8ECED;
}
.header-new-v2 .submenu-new .submenu-list > .item.soon .submenu-link {
  pointer-events: none;
  cursor: default;
  color: #d5dde0;
}
.header-new-v2 .submenu-new .submenu-list > .item.soon .submenu-link:after {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  background-color: #707580;
  color: #ffffff;
  text-transform: uppercase;
  height: 15px;
  max-height: 15px;
  position: relative;
  margin-left: 2px;
  margin-top: -3px;
  padding: 0 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "Soon";
}
.header-new-v2 .submenu-link {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 8px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link.icon-spotify .submenu-link-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url('../images/svg/spotify-color.svg');
    background-size: 24px;
  }
  .header-new-v2 .submenu-link.icon-apple-music .submenu-link-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url('../images/svg/apple-music-color.svg');
    background-size: 24px;
  }
  .header-new-v2 .submenu-link.icon-viberate .submenu-link-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url('../images/svg/viberate-color.svg');
    background-size: 24px;
  }
  .header-new-v2 .submenu-link.icon-youtube .submenu-link-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-image: url('../images/svg/youtube-color.svg');
    background-size: 24px;
  }
  .header-new-v2 .submenu-link.icon-artists:hover .submenu-link-icon {
    background-image: url('../images/svg/001-artists-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-artists .submenu-link-icon {
    background-image: url('../images/svg/001-artists-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-tracks:hover .submenu-link-icon {
    background-image: url('../images/svg/002-tracks-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-tracks .submenu-link-icon {
    background-image: url('../images/svg/002-tracks-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-labels:hover .submenu-link-icon {
    background-image: url('../images/svg/003-labels-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-labels .submenu-link-icon {
    background-image: url('../images/svg/003-labels-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-playlists:hover .submenu-link-icon {
    background-image: url('../images/svg/004-playlists-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-playlists .submenu-link-icon {
    background-image: url('../images/svg/004-playlists-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-festivals:hover .submenu-link-icon {
    background-image: url('../images/svg/005-festivals-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-festivals .submenu-link-icon {
    background-image: url('../images/svg/005-festivals-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-venues:hover .submenu-link-icon {
    background-image: url('../images/svg/006-venues-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-venues .submenu-link-icon {
    background-image: url('../images/svg/006-venues-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-events:hover .submenu-link-icon {
    background-image: url('../images/svg/007-events-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-events .submenu-link-icon {
    background-image: url('../images/svg/007-events-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-genres:hover .submenu-link-icon {
    background-image: url('../images/svg/008-genres-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-genres .submenu-link-icon {
    background-image: url('../images/svg/008-genres-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-countries:hover .submenu-link-icon {
    background-image: url('../images/svg/009-countries-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-countries .submenu-link-icon {
    background-image: url('../images/svg/009-countries-normal.svg');
  }
  .header-new-v2 .submenu-link.icon-chart {
    position: relative;
    margin-top: 8px;
  }
  .header-new-v2 .submenu-link.icon-chart:before {
    border-radius: 4px;
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: -8px;
    bottom: -8px;
    background-color: #e8eced;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
  }
  .header-new-v2 .submenu-link.icon-chart:hover:before {
    left: -12px;
    right: -12px;
    top: -8px;
    bottom: -8px;
    background-color: #eef0fb;
  }
  .header-new-v2 .submenu-link.icon-chart:hover .submenu-link-icon {
    background-image: url('../images/svg/010-chart-hover.svg');
  }
  .header-new-v2 .submenu-link.icon-chart .submenu-link-icon {
    background-image: url('../images/svg/010-chart-normal.svg');
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link:hover,
  .header-new-v2 .submenu-link:active {
    position: relative;
    z-index: 1;
  }
  .header-new-v2 .submenu-link:hover span,
  .header-new-v2 .submenu-link:active span {
    color: #6889e2;
  }
  .header-new-v2 .submenu-link:hover:before,
  .header-new-v2 .submenu-link:active:before {
    border-radius: 4px;
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    bottom: 0;
    background-color: #f4f6f6;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-image: url('../images/svg/icon_arrow_forward-blue-roll.svg');
    background-size: 16px;
  }
}
.header-new-v2 .submenu-link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link div {
    min-height: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link span {
    font-weight: 500;
  }
}
.header-new-v2 .submenu-link p {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    display: block;
    margin: 0;
    padding: 0;
    color: #707580;
  }
}
.header-new-v2 .submenu-link .new-icon {
  pointer-events: none;
  cursor: default;
  position: relative;
  left: 0;
  margin: 0 0 8px 0;
}
.header-new-v2 .submenu-link-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 4px 16px 4px 4px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link-icon {
    margin-right: 18px;
  }
}
.header-new-v2 .submenu-link-icon.big {
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin: 0 12px 0 0;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu-link-icon.big {
    margin-right: 12px;
  }
}
.header-new-v2 .submenu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: right 200ms ease-out;
  transition: right 200ms ease-out;
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  right: -110%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .submenu {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu {
    -webkit-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: none;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto;
    top: 100%;
    border-top: 1px solid #f4f6f6;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu:before {
    -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.35);
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    height: 10px;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
    left: -2000px;
    right: -2000px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu:after {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    background-color: #ffffff;
    border-top: 1px solid #f4f6f6;
    z-index: -1;
    left: -2000px;
    right: -2000px;
  }
}
.header-new-v2 .submenu .featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .featured {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    max-width: 325px;
    width: 25%;
    padding: 0 24px;
    display: block;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .submenu .featured {
    width: 27%;
    padding: 0 46px 0 62px;
  }
}
.header-new-v2 .submenu .featured h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .featured h3 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 27px;
    padding-bottom: 0;
  }
}
.header-new-v2 .submenu .featured p {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .featured p {
    display: block;
  }
}
.header-new-v2 .submenu .features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .features-list {
    font-size: 12px;
    font-size: 1.2rem;
    color: #707580;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 75%;
    line-height: 18px;
    margin: -24px 0;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .submenu .features-list {
    width: 73%;
  }
}
.header-new-v2 .submenu .features-list h4 {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.header-new-v2 .submenu .features-list h4.new {
  display: inline;
}
.header-new-v2 .submenu .features-list h4.new:after {
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  content: "New";
  margin-left: 2px;
  text-transform: uppercase;
  position: absolute;
  bottom: 7px;
  left: 100%;
  display: inline-block;
  padding: 2px 3px;
  line-height: 9px;
  color: #ffffff;
  background-color: #707580;
  letter-spacing: 0.5px;
}
.header-new-v2 .submenu .features-list h4 .new-icon,
.header-new-v2 .submenu .features-list h4 .locked-icon,
.header-new-v2 .submenu .features-list h4 .unlocked-icon {
  position: absolute;
  margin-top: -3px;
  bottom: 10px;
  left: 100%;
}
.header-new-v2 .submenu .features-list h4 .new-icon + .locked-icon,
.header-new-v2 .submenu .features-list h4 .new-icon + .unlocked-icon {
  margin-left: 12px;
}
.header-new-v2 .submenu .features-list a {
  color: #000000;
}
.header-new-v2 .submenu .features-list a:hover h4,
.header-new-v2 .submenu .features-list a:active h4 {
  color: #6889e2;
}
.header-new-v2 .submenu .features-list p {
  padding: 0;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .features-list p {
    display: block;
    padding-top: 4px;
    color: #707580;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}
.header-new-v2 .submenu .features-list .item {
  padding: 4px 0;
}
@media only screen and (min-width: 360px) {
  .header-new-v2 .submenu .features-list .item {
    padding: 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .submenu .features-list .item {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    padding: 24px 0 24px 24px;
  }
}
.header-new-v2 .submenu .features-list .item.divider {
  height: 30px;
}
.header-new-v2 .submenu .features-list .item.soon {
  pointer-events: none;
  cursor: default;
}
.header-new-v2 .submenu .features-list .item.soon h4 {
  cursor: default;
  color: #D5DDE0;
}
.header-new-v2 .submenu .features-list .item.soon h4:after {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  content: "Soon";
  text-transform: uppercase;
  position: absolute;
  left: 100%;
  top: -4px;
  margin-left: 2px;
  display: inline-block;
  padding: 2px;
  line-height: 1;
  color: #ffffff;
  background-color: #707580;
  letter-spacing: 0.5px;
}
.header-new-v2 .login-nav {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .login-nav {
    -webkit-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    background-color: #ffffff;
    position: absolute;
    right: 0;
    left: 197px;
    text-align: right;
    z-index: 3;
    height: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
    padding-right: 24px;
  }
}
.header-new-v2 .login-nav.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 50px;
}
@media only screen and (min-width: 1199px) {
  .header-new-v2 .login-nav.open {
    height: 74px;
  }
}
.header-new-v2 .login-nav .btn + .btn {
  margin-left: 20px;
}
.header-new-v2 .subscription-status {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40px;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .subscription-status {
    margin-right: 16px;
  }
}
.header-new-v2 .subscription-status.no-border {
  border: 0;
}
.header-new-v2 .subscription-status a {
  border-radius: 8px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e44561;
  height: 40px;
  margin: 0 -16px;
  padding: 0 16px;
}
.header-new-v2 .subscription-status a:hover > strong {
  color: #6889e2;
}
.header-new-v2 .subscription-status strong {
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  display: block;
  font-weight: 500;
}
.header-new-v2 .subscription-status strong + small {
  padding-top: 4px;
}
.header-new-v2 .subscription-status small {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 8px;
  display: block;
  color: #707580;
}
.header-new-v2 .subscription-status small strong {
  line-height: 8px;
  text-transform: none;
  color: #000000;
  font-weight: 500;
  display: inline;
}
.header-new-v2 .profile {
  display: none;
}
.header-new-v2 .profile.open .my-viberate-menu {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .profile {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    width: 200px;
    width: 24px;
    position: relative;
    background-repeat: repeat;
    background-size: 400px;
    background-position: center center;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000000;
    cursor: pointer;
  }
}
.header-new-v2 .profile:hover {
  /*&:before {

				@media @bp_1024 {
					.opacity(0);
					content: "";
					position: absolute;
					bottom: 0;
					right: -4px;
					width: 178px;
					height: 30px;
					z-index: 2;
				}
			}*/
}
.header-new-v2 .profile:hover .expand-profile {
  position: relative;
}
.header-new-v2 .profile:hover .expand-profile span {
  background-image: url('../images/svg/icon-settings-blue.svg');
}
.header-new-v2 .profile .expand-profile {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  height: 52px;
  z-index: 2;
}
.header-new-v2 .profile .expand-profile span {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/icon-settings.svg');
  background-size: 24px;
  position: relative;
}
.header-new-v2 .profile .expand-profile span:hover:before,
.header-new-v2 .profile .expand-profile span:active:before {
  content: "";
}
.header-new-v2 .profile .expand-profile span:before {
  border-radius: 4px;
  background-color: #F4F6F6;
  position: absolute;
  left: -12px;
  right: -12px;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .header-new-v2 .my-viberate-menu {
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    right: -4px;
    top: 52px;
    text-align: left;
    cursor: default;
    background-color: #ffffff;
    color: #000000;
    padding: 14px 32px;
    display: none;
    z-index: 1;
  }
}
.header-new-v2 .profile-menu-primary {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.header-new-v2 .profile-menu-primary li {
  position: relative;
  padding: 10px 0;
}
.header-new-v2 .profile-menu-primary li a {
  font-weight: 500;
  display: block;
}
.header-new-v2 .profile-menu-primary li a:hover,
.header-new-v2 .profile-menu-primary li a:active {
  color: #6889e2;
}
.header-new-v2 .profile-menu-primary li a:hover:before,
.header-new-v2 .profile-menu-primary li a:active:before {
  border-radius: 4px;
  position: absolute;
  left: -16px;
  top: 0px;
  right: -16px;
  bottom: 0px;
  z-index: -1;
  content: "";
  background-color: #f4f6f6;
}
.header-new-v2 .profile-menu-primary .trial-days {
  color: #4e63ce;
}
.header-new-v2 .trending-menu-wrapper {
  height: 52px;
  max-height: 52px;
  margin: 0 auto 0 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-new-v2 .trending-menu-wrapper:before,
.header-new-v2 .trending-menu-wrapper:after {
  pointer-events: none;
  cursor: default;
  content: "";
  width: 16px;
  background-color: red;
  position: absolute;
  top: 0;
  bottom: 4px;
  z-index: 1;
}
.header-new-v2 .trending-menu-wrapper:before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.header-new-v2 .trending-menu-wrapper:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.header-new-v2 .trending-menu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  overflow-x: auto;
  height: 52px;
  max-height: 52px;
  margin: 0 auto;
  padding: 0 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-new-v2 .trending-menu::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.header-new-v2 .trending-menu::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #333;
}
.header-new-v2 .trending-menu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.header-new-v2 .trending-menu-button {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #ffffff;
  white-space: nowrap;
}
.header-new-v2 .trending-menu-button.channel:before {
  content: "";
}
.header-new-v2 .trending-menu-button.viberate.active:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.header-new-v2 .trending-menu-button.viberate:hover:before,
.header-new-v2 .trending-menu-button.viberate:active:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.header-new-v2 .trending-menu-button.viberate:before {
  background-image: url('../images/svg/viberate-w.svg');
}
.header-new-v2 .trending-menu-button.youtube.active:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.header-new-v2 .trending-menu-button.youtube:hover:before,
.header-new-v2 .trending-menu-button.youtube:active:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.header-new-v2 .trending-menu-button.youtube:before {
  background-image: url('../images/svg/youtube-white.svg');
}
.header-new-v2 .trending-menu-button.tiktok.active:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.header-new-v2 .trending-menu-button.tiktok:hover:before,
.header-new-v2 .trending-menu-button.tiktok:active:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.header-new-v2 .trending-menu-button.tiktok:before {
  background-image: url('../images/svg/tiktok-white.svg');
}
.header-new-v2 .trending-menu-button.spotify.active:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.header-new-v2 .trending-menu-button.spotify:hover:before,
.header-new-v2 .trending-menu-button.spotify:active:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.header-new-v2 .trending-menu-button.spotify:before {
  background-image: url('../images/svg/spotify-white.svg');
}
.header-new-v2 .trending-menu-button.active {
  background-color: #444;
}
.header-new-v2 .trending-menu-button:before {
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.header-new-v2 .btn-skip {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.header-new-v2 .btn-skip:hover,
.header-new-v2 .btn-skip:active {
  color: #6889e2;
  border-color: #6889e2;
}
.hamburger {
  -webkit-transition: all 500ms cubic-bezier(1, 0.01, 0.565, 0.94);
  transition: all 500ms cubic-bezier(1, 0.01, 0.565, 0.94);
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  z-index: 2;
}
.hamburger:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  display: none;
}
.hamburger article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ff1e43;
  padding: 100px 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .hamburger article {
    padding: 90px 0 90px 90px;
    margin-left: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .hamburger article {
    padding: 140px 0 70px 140px;
  }
}
.hamburger.initial {
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  z-index: -1;
}
.hamburger.initial.open {
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  left: 0;
}
.hamburger.initial.open:before {
  display: block;
  left: -400px;
}
.hamburger.open {
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  z-index: 2;
  left: 0;
}
.hamburger.open:before {
  -webkit-animation: fade-in 0.5s linear 0.5s forwards;
  animation: fade-in 0.5s linear 0.5s forwards;
  left: -400px;
  display: block;
}
.hamburger a {
  color: #ffffff;
}
.hamburger .btn-close {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .hamburger .btn-close {
    width: 40px;
    height: 40px;
    background-size: 40px;
    right: 40px;
    top: 40px;
  }
}
.hamburger .hamburger-menu-primary {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  font-weight: 500;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .hamburger .hamburger-menu-primary {
    font-size: 60px;
    font-size: 6rem;
    line-height: 66px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1199px) {
  .hamburger .hamburger-menu-primary {
    font-size: 80px;
    font-size: 8rem;
    line-height: 86px;
  }
}
.hamburger .hamburger-menu-primary li {
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .hamburger .hamburger-menu-primary li {
    padding: 10px 0;
  }
}
.hamburger .hamburger-menu-secondary {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .hamburger .hamburger-menu-secondary {
    padding-bottom: 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
  }
}
.hamburger .hamburger-menu-secondary li {
  padding: 2px 0;
}
.hamburger .footnote {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
}
@media (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), (device-width: 414px) and (device-height: 800px) and (-webkit-device-pixel-ratio: 2) {
  .hamburger .footnote {
    padding-bottom: 34px;
  }
}
@media (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .hamburger .footnote {
    padding-bottom: 34px;
  }
}
.hamburger .footnote span {
  display: none;
}
@media only screen and (min-width: 480px) {
  .hamburger .footnote span {
    display: inline-block;
  }
}
.hamburger .footnote a {
  display: block;
  float: left;
  clear: both;
}
@media only screen and (min-width: 480px) {
  .hamburger .footnote a {
    clear: none;
    float: none;
    display: inline-block;
  }
}
.hamburger .footnote a:hover {
  text-decoration: underline;
}
.main {
  position: relative;
}
.main.main-search {
  display: none;
}
.main.main-search.show {
  -webkit-animation: fade-in 0.3s linear 0s forwards;
  animation: fade-in 0.3s linear 0s forwards;
  display: block;
}
.main.main-search.show + .main,
.main.main-search.show + .header-artist-booking,
.main.main-search.show + .header-artist-booking + .main,
.main.main-search.show + .header-artist-top-tracks,
.main.main-search.show + .header-artist-top-tracks + .main {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.row {
  width: 100%;
  clear: both;
}
.row.center {
  text-align: center;
}
.row.right {
  text-align: right;
}
.row.left {
  text-align: left;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  display: none;
}
.modal.modal-black-friday.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.modal.modal-black-friday .modal-content {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 32px);
  max-height: 560px;
}
@media only screen and (min-width: 1024px) {
  .modal.modal-black-friday .modal-content {
    max-width: 960px;
  }
}
.modal.modal-black-friday .btn-close {
  background-size: 10px;
}
.modal.modal-black-friday .modal-header {
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.modal-black-friday .modal-header {
    padding-left: 24px;
  }
}
.modal.modal-black-friday .modal-header .logo {
  width: 155px;
}
.modal.modal-black-friday .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.modal-black-friday .modal-main {
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.modal-black-friday .modal-main {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.modal.modal-black-friday .modal-main .txt h2 {
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 62px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .modal.modal-black-friday .modal-main .txt h2 {
    font-size: 62px;
    font-size: 6.2rem;
    line-height: 72px;
  }
}
.modal.modal-black-friday .modal-main .red {
  color: #ff1f43;
}
.modal.modal-black-friday .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .modal.modal-black-friday .actions {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 24px;
    max-width: 960px;
    max-height: 560px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.modal.modal-black-friday .actions p {
  margin: 0;
  padding: 0;
}
.modal.modal-black-friday .actions .btn-black-friday {
  background-color: #ffffff;
  border-radius: 8px;
  color: #000000;
  padding: 16px;
  white-space: nowrap;
}
.modal.modal-black-friday .actions .btn-black-friday:hover,
.modal.modal-black-friday .actions .btn-black-friday:active {
  background-color: #ff1f43;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .modal.mobile-fullscreen {
    padding: 0;
  }
  .modal.mobile-fullscreen .modal-content {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
}
.modal.best-offer-compare .modal-content {
  width: 98%;
  max-height: 320px;
}
@media only screen and (min-width: 360px) {
  .modal.best-offer-compare .modal-content {
    max-height: 288px;
    width: 95%;
  }
}
@media only screen and (min-width: 768px) {
  .modal.best-offer-compare .modal-content {
    max-width: 515px;
    max-height: 268px;
  }
}
.modal.best-offer-compare .page {
  padding: 8px;
}
@media only screen and (min-width: 360px) {
  .modal.best-offer-compare .page {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.best-offer-compare .page {
    padding: 32px;
  }
}
.modal.best-offer-compare h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.modal.best-offer-compare p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
  padding: 8px 0;
}
.modal.best-offer-compare .btn-close {
  background-size: 10px;
  top: 8px;
  right: 8px;
  z-index: 3;
}
.modal.best-offer-compare .best-offer-table {
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  border: 1px solid #e8eced;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media only screen and (min-width: 360px) {
  .modal.best-offer-compare .best-offer-table {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modal.best-offer-compare .best-offer-table .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #e8eced;
}
.modal.best-offer-compare .best-offer-table .col:first-child {
  border: 0;
  line-height: 32px;
}
.modal.best-offer-compare .best-offer-table .col:first-child .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.modal.best-offer-compare .best-offer-table .col:nth-child(2) {
  -webkit-box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.15);
}
.modal.best-offer-compare .best-offer-table .row {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e8eced;
  min-height: 32px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.best-offer-compare .best-offer-table .row {
    padding: 0 16px;
  }
}
.modal.best-offer-compare .best-offer-table .row:first-child {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0;
  min-height: 48px;
}
.modal.grey {
  background-color: #efefef;
}
.modal.edit-form:before,
.modal.add-form:before,
.modal.search-form:before,
.modal.onboarding-form:before,
.modal.modal-close:before {
  content: none;
}
.modal.edit-form .modal-content,
.modal.add-form .modal-content,
.modal.search-form .modal-content,
.modal.onboarding-form .modal-content,
.modal.modal-close .modal-content {
  max-width: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .modal.edit-form .modal-content,
  .modal.add-form .modal-content,
  .modal.search-form .modal-content,
  .modal.onboarding-form .modal-content,
  .modal.modal-close .modal-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.edit-form .modal-content,
  .modal.add-form .modal-content,
  .modal.search-form .modal-content,
  .modal.onboarding-form .modal-content,
  .modal.modal-close .modal-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .modal.edit-form .modal-content,
  .modal.add-form .modal-content,
  .modal.search-form .modal-content,
  .modal.onboarding-form .modal-content,
  .modal.modal-close .modal-content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.modal.artist-detail-wide.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
@media only screen and (min-width: 768px) {
  .modal.artist-detail-wide .modal-content {
    max-width: 1210px;
  }
}
.modal.artist-detail-wide:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
}
.modal.artist-detail-wide .btn-close {
  background-size: 10px;
}
.modal.artist-detail-wide .pro-section {
  padding: 24px 0;
}
.modal.artist-detail-wide .modal-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.modal.artist-detail-wide .modal-scroller::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.modal.artist-detail-wide .modal-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
@media only screen and (min-width: 1024px) {
  .modal.try-premium.alt-1 .modal-content {
    max-height: 540px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.try-premium .modal-content {
    max-width: 900px;
    max-height: 630px;
  }
}
.modal.try-premium .floater-v2 {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.try-premium .top-benefits {
    overflow-y: auto;
  }
}
.modal.try-premium .lead {
  font-weight: 500;
}
.modal.try-premium .actions.center {
  width: 100%;
  text-align: center;
  max-width: unset !important;
}
.modal.try-premium .actions .subtext {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding-top: 16px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h.alt-api-demo-access .col-1 {
    background-size: contain;
    background-image: url('../images/static/bg-modal-api-demo-access.webp');
    background-color: #d9d9d9;
  }
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h.alt-api-demo-access .actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.trial-48h .modal-content {
    max-width: 960px;
    max-height: 560px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h .modal-scroller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal.trial-48h .col-1 {
  dispay: none;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h .col-1 {
    border-radius: 8px 0 0 8px;
    background-image: url('../images/static/bg-modal-trial-48h.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 300px;
    min-width: 300px;
  }
}
.modal.trial-48h .col-2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 32px;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h .col-2 {
    padding: 64px 16px 16px 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.modal.trial-48h h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 600;
  padding: 32px 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h h2 {
    padding-top: 40px;
  }
}
.modal.trial-48h p {
  padding: 8px 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h p {
    text-align: left;
  }
}
.modal.trial-48h p.small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  color: #707580;
  padding-top: 46px;
  padding-bottom: 0;
}
.modal.trial-48h .promo-code {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  color: #707580;
}
.modal.trial-48h .actions {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #d5dde0;
    padding-top: 16px;
    margin-top: auto;
    padding-left: 32px;
    margin-left: -32px;
    margin-right: -16px;
    padding-right: 16px;
    width: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .modal.trial-48h .actions .button {
    width: 100%;
  }
}
.modal.trial-48h .logos {
  background-color: #ffffff;
  padding: 24px 0 0 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .modal.trial-48h .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.trial-48h .logos {
    padding: 24px 0 0 0;
  }
}
.modal.trial-48h .logos ul {
  -webkit-animation: logos-ani 20s linear infinite;
  animation: logos-ani 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .modal.trial-48h .logos ul {
    -webkit-animation: none;
    animation: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.trial-48h .logos ul {
    max-width: 1200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) {
  .modal.trial-48h .logos ul:last-child {
    display: none;
  }
}
.modal.trial-48h .logos ul li {
  margin: 0 8px;
}
.modal.trial-48h .logos img {
  -webkit-filter: grayscale(1) contrast(100) brightness(1);
          filter: grayscale(1) contrast(100) brightness(1);
  max-height: 32px;
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h-v2 .col-2 {
    padding-top: 96px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.trial-48h-v2 h2 {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
.modal.need-daily-refreshed-stats.alt-affiliate .col-1 {
  dispay: none;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats.alt-affiliate .col-1 {
    background-image: url('../images/static/bg-modal-affiliate.webp');
  }
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.need-daily-refreshed-stats .modal-content {
    max-width: 880px;
    max-height: 490px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats .modal-scroller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal.need-daily-refreshed-stats .col-1 {
  dispay: none;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats .col-1 {
    border-radius: 8px 0 0 8px;
    background-image: url('../images/static/bg-modal-trial-48h.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 300px;
    min-width: 300px;
  }
}
.modal.need-daily-refreshed-stats .col-2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 32px;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats .col-2 {
    padding: 64px 16px 16px 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.modal.need-daily-refreshed-stats .btn-close {
  background-size: 10px;
}
.modal.need-daily-refreshed-stats h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 600;
  padding: 0 0 16px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats h2 {
    text-align: left;
  }
}
.modal.need-daily-refreshed-stats p {
  padding: 8px 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats p {
    text-align: left;
  }
}
.modal.need-daily-refreshed-stats .actions {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-top: 1px solid #d5dde0;
    padding-top: 16px;
    margin-top: auto;
    padding-left: 32px;
    margin-left: -32px;
    margin-right: -16px;
    padding-right: 16px;
    width: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .modal.need-daily-refreshed-stats .actions .button {
    width: 100%;
  }
}
.modal.need-daily-refreshed-stats .top-benefits {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  text-align: left;
  padding-top: 32px;
}
.modal.need-daily-refreshed-stats .top-benefits li {
  margin-top: 4px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  padding-left: 22px;
}
@media only screen and (min-width: 768px) {
  .modal.need-daily-refreshed-stats .top-benefits li {
    padding-left: 28px;
    background-size: 15px;
    margin-top: 6px;
    background-position: left top 6px;
  }
}
.modal.need-daily-refreshed-stats .top-benefits li:first-child {
  margin-top: 0;
}
.modal.need-daily-refreshed-stats .top-benefits strong {
  font-weight: bold;
}
.modal.need-daily-refreshed-stats .logos {
  background-color: #ffffff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
}
.modal.need-daily-refreshed-stats .logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 12px 24px;
  padding-top: 12px;
}
.modal.need-daily-refreshed-stats .logos img {
  max-height: 32px;
}
.modal.need-daily-refreshed-stats .logos-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  color: #707580;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .modal.try-premium-artist-new .modal-content {
    max-width: 920px;
    max-height: 740px;
  }
}
.modal.try-premium-artist-new .floater-v2 {
  height: 100%;
  max-width: 920px;
}
@media only screen and (min-width: 768px) {
  .modal.try-premium-artist-new .top-benefits {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.try-premium-artist .modal-content {
    max-width: 768px;
    max-height: 650px;
  }
}
.modal.try-premium-artist .floater-v2 {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.try-premium-artist .top-benefits {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal.festival-lineup.open {
    display: none;
  }
}
.modal.festival-lineup.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
@media only screen and (min-width: 768px) {
  .modal.festival-lineup .modal-content {
    max-width: 1210px;
  }
}
.modal.festival-lineup:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
}
.modal.festival-lineup .modal-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.festival-lineup .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.festival-lineup .modal-scroller::-webkit-scrollbar-thumb {
  background: #ccc;
}
.modal.festival-lineup .btn-close {
  background-size: 10px;
  top: 8px;
  right: 8px;
  z-index: 3;
}
.modal.festival-lineup .pro-section-header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.festival-lineup .pro-section {
  padding: 24px 0;
}
.modal.festival-lineup .pro-section.pro-section-lineup .entity-list-item-v2 {
  height: 72px;
}
.modal.festival-lineup .pro-section.pro-section-lineup .entity-list-item-v2 figure {
  width: 56px;
  height: 56px;
}
.modal.festival-lineup .pro-section.pro-section-lineup .entity-list-item-v2 article {
  padding-left: 72px;
}
.modal.festival-lineup .pro-section.pro-section-lineup .entity-list-item-v2 .column-secondary {
  padding-left: 72px;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise.v2 .modal-content {
    max-height: 600px;
  }
}
@media only screen and (max-height: 800px) {
  .modal.special-surprise.v2 .modal-content {
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-height: 700px) {
  .modal.special-surprise.v2 .modal-content {
    top: 30px;
    bottom: 30px;
  }
}
.modal.special-surprise.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.modal.special-surprise .page {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .modal-content {
    max-width: 900px;
  }
}
.modal.special-surprise:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
}
.modal.special-surprise .btn-close {
  background-size: 10px;
}
.modal.special-surprise .pro-section {
  padding: 24px 0;
}
.modal.special-surprise .modal-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.special-surprise .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.special-surprise .modal-scroller::-webkit-scrollbar-thumb {
  background: #ccc;
}
.modal.special-surprise .special-surprise-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.modal.special-surprise .special-surprise-content.v2 figure {
  height: 250px;
  background-color: #E9ECED;
  background-image: url('../images/static/banner-gift.png');
  background-size: contain;
}
.modal.special-surprise .special-surprise-content.v2 figure.alt {
  background-image: url('../images/static/banner-gift-a.png');
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content.v2 figure {
    height: 100%;
    width: 45%;
    min-width: 45%;
    background-size: 120%;
  }
}
.modal.special-surprise .special-surprise-content figure {
  background-image: -webkit-linear-gradient(top, #f91a3e, #002f38);
  background-color: #002f38;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f91a3e), to(#002f38));
  background-image: linear-gradient(to bottom, #f91a3e, #002f38);
  background-repeat: repeat-x;
  height: 200px;
  background-image: url('../images/static/special-surprise-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content figure {
    max-width: 300px;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.special-surprise .special-surprise-content figure {
    max-width: 422px;
    min-width: 422px;
  }
}
.modal.special-surprise .special-surprise-content article {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content article {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.special-surprise .special-surprise-content article {
    padding: 56px;
  }
}
.modal.special-surprise .special-surprise-content article .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.special-surprise .special-surprise-content article .text p + p {
  margin-top: -10px;
  padding-top: 0;
}
.modal.special-surprise .special-surprise-content article strong {
  font-weight: 700;
}
.modal.special-surprise .special-surprise-content article .special-surprise-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  padding-bottom: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content article .special-surprise-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.modal.special-surprise .special-surprise-content .top-benefits {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  text-align: left;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content .top-benefits {
    padding-bottom: 24px;
  }
}
.modal.special-surprise .special-surprise-content .top-benefits li {
  margin-top: 4px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/icon-checkmark-green.svg');
  padding-left: 22px;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content .top-benefits li {
    padding-left: 28px;
    background-size: 15px;
    margin-top: 6px;
    background-position: left top 6px;
  }
}
.modal.special-surprise .special-surprise-content .top-benefits li:first-child {
  margin-top: 0;
}
.modal.special-surprise .special-surprise-content .top-benefits strong {
  font-weight: bold;
}
.modal.special-surprise .special-surprise-content .big {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding-top: 0;
  margin-top: 0;
}
.modal.special-surprise .special-surprise-content .ended {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  display: block;
  font-weight: 500;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content .ended {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.modal.special-surprise .special-surprise-content .actions {
  padding: 16px 0 0 0;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 16px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content .actions {
    position: static;
    text-align: left;
    margin: 0;
    padding: 20px 0 0 0;
  }
}
.modal.special-surprise .special-surprise-content .actions:before {
  content: "";
  position: absolute;
  top: -30px;
  height: 30px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.modal.special-surprise .special-surprise-content .btn-solid {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 24px;
  margin-top: 20px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .special-surprise-content .btn-solid {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.modal.special-surprise .cancel-subscription-content article .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
.modal.special-surprise .cancel-subscription-content article .text .special-surprise-title {
  padding-bottom: 16px;
}
.modal.special-surprise .cancel-subscription-content article .text ul li {
  list-style: disc;
  margin-left: 16px;
  padding: 2px 0 2px 8px;
}
.modal.special-surprise .cancel-subscription-content article .text h2 + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.special-surprise .cancel-subscription-content article .text p + p {
  margin-top: unset;
  padding-top: unset;
}
.modal.special-surprise .special-offer-content article .text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  text-align: center;
}
.modal.special-surprise .special-offer-content article .text .special-surprise-title {
  padding-bottom: 24px;
}
.modal.special-surprise .special-offer-content article .text h2 + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.special-surprise .special-offer-content article .text p + p {
  margin-top: unset;
  padding-top: unset;
}
@media only screen and (max-width: 767px) {
  .modal.special-surprise .special-offer-content article .text br {
    display: none;
  }
}
.modal.special-surprise .special-offer-content article .text img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal.special-surprise .special-offer-content article .actions {
  text-align: center;
}
.modal.special-surprise .verify-email-content .logo {
  width: 50px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .modal.special-surprise .verify-email-content .logo {
    display: none;
  }
}
.modal.special-surprise .verify-email-content .logo img {
  min-width: 180px;
  width: 180px;
}
.modal.special-surprise .verify-email-content.v2 figure {
  background-image: url('../images/static/verify-email.jpg');
}
@media only screen and (max-width: 767px) {
  .modal.special-surprise .verify-email-content.v2 figure {
    pointer-events: none;
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 40px;
    right: 0;
    background-image: url('../images/static/verify-email-mobile.jpg');
    background-position: center bottom 60px;
    z-index: -1;
    height: auto;
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .modal.special-surprise .verify-email-content article {
    text-align: center;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .modal.special-surprise .verify-email-content article .special-surprise-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.modal.special-surprise .verify-email-content article .text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
.modal.special-surprise .verify-email-content article h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 500;
}
.modal.special-surprise .verify-email-content article .special-surprise-title {
  padding-bottom: 40px;
}
.modal.special-surprise .verify-email-content article h2 + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.special-surprise .verify-email-content .actions {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .modal.special-surprise .verify-email-content .actions {
    background-color: transparent;
  }
  .modal.special-surprise .verify-email-content .actions:before {
    content: none;
  }
  .modal.special-surprise .verify-email-content .actions .button {
    width: 100%;
  }
}
.modal.cancellation-flow.giving-up .modal-content {
  max-width: 1112px;
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow.giving-up .modal-content {
    max-height: 660px;
  }
}
.modal.cancellation-flow.adaptive.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.cancellation-flow.adaptive .modal-content {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
  width: 100%;
}
.modal.cancellation-flow.adaptive .modal-scroller {
  position: static;
}
.modal.cancellation-flow.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  background: #000000;
}
.modal.cancellation-flow .modal-main {
  border-radius: 8px;
}
.modal.cancellation-flow .btn-close {
  background-size: 10px;
}
.modal.cancellation-flow .modal-content {
  max-width: 880px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow .modal-content {
    max-height: 640px;
  }
}
@media only screen and (max-height: 800px) {
  .modal.cancellation-flow .modal-content {
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-height: 700px) {
  .modal.cancellation-flow .modal-content {
    top: 30px;
    bottom: 30px;
  }
}
.modal.cancellation-flow .page {
  padding: 0;
}
.modal.cancellation-flow .modal-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.cancellation-flow .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.cancellation-flow .modal-scroller::-webkit-scrollbar-thumb {
  background: #ccc;
}
.modal.cancellation-flow .cancellation-flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow .cancellation-flow-content {
    padding: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow .cancellation-flow-content.giving-up {
    padding: 32px 40px;
  }
}
.modal.cancellation-flow .cancellation-flow-content.giving-up .actions {
  padding-top: 32px;
}
.modal.cancellation-flow .cancellation-flow-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 16px;
}
.modal.cancellation-flow .cancellation-flow-content h2 strong {
  font-weight: 500;
}
.modal.cancellation-flow .cancellation-flow-content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow .cancellation-flow-content .actions.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal.cancellation-flow .cancellation-flow-content p {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.cancellation-flow .cancellation-flow-content input[type="checkbox"].pro-custom-checkbox + label {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.cancellation-flow .cancellation-flow-content .give-up-grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.modal.cancellation-flow .cancellation-flow-content .give-up-grid .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d5dde0;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-header {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d5dde0;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-article {
  padding: 16px;
}
@media only screen and (min-width: 1024px) {
  .modal.cancellation-flow .cancellation-flow-content .give-up-box-article {
    padding: 24px;
  }
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-article h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 700;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-article p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-article p.missing {
  background-image: url('../images/svg/close-red.svg');
  background-repeat: no-repeat;
  background-position: left top 4px;
  background-size: 10px;
  padding-left: 26px;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}
.modal.cancellation-flow .cancellation-flow-content .give-up-box-figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.modal.cancel-flow.adaptive.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.cancel-flow.adaptive .modal-content {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  position: relative;
}
.modal.cancel-flow.adaptive .modal-scroller {
  position: static;
}
.modal.cancel-flow.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  background: #000000;
}
.modal.cancel-flow .btn-close {
  background-size: 10px;
}
.modal.cancel-flow .modal-content {
  max-width: 552px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.cancel-flow .modal-content {
    max-height: 600px;
  }
}
@media only screen and (max-height: 800px) {
  .modal.cancel-flow .modal-content {
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-height: 700px) {
  .modal.cancel-flow .modal-content {
    top: 30px;
    bottom: 30px;
  }
}
.modal.cancel-flow .page {
  padding: 0;
}
.modal.cancel-flow .modal-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.cancel-flow .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.cancel-flow .modal-scroller::-webkit-scrollbar-thumb {
  background: #ccc;
}
.modal.cancel-flow .cancel-flow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.cancel-flow article {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.cancel-flow article {
    padding: 32px;
  }
}
.modal.cancel-flow article .content-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-bottom: 24px;
  font-weight: 500;
}
.modal.cancel-flow article .actions {
  margin-top: auto;
}
.modal.cancel-flow article h2 + p {
  margin-top: 0;
  padding-top: 0;
}
.modal.cancel-flow .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #FFEFF2;
  padding: 8px;
  line-height: 20px;
  margin-bottom: 16px;
}
.modal.cancel-flow .one-last-thing .pro-form {
  padding-top: 8px;
}
.modal.cancel-flow .one-last-thing .explanation {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: bold;
  padding-left: 24px;
}
.modal.cancel-flow .one-last-thing .explanation a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.modal.cancel-flow .one-last-thing .explanation a:hover,
.modal.cancel-flow .one-last-thing .explanation a:active {
  color: #6889e2;
}
.modal.cancel-flow .one-last-thing .form-row {
  margin-bottom: 10px;
}
.modal.cancel-flow .one-last-thing .form-row.selected-option {
  display: none;
}
.modal.cancel-flow .one-last-thing .form-row.selected-option.show {
  display: block;
}
.modal.cancel-flow .one-last-thing .textarea-wrapper {
  margin-left: 8px;
}
.modal.cancel-flow .one-last-thing textarea {
  height: 56px;
  padding: 12px 16px;
  line-height: 16px;
  margin: 4px 0 16px 0;
}
.modal.cancel-flow .one-last-thing textarea + .error-msg {
  bottom: -2px;
  left: 24px;
}
.modal.cancel-flow .description a {
  color: #4e63ce;
}
.modal.cancel-flow .description a:hover,
.modal.cancel-flow .description a:active {
  color: #6889e2;
}
.modal.cancel-flow .cancelation-successful p + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.cancel-flow .cancelation-successful .actions {
  padding-top: 16px;
}
.modal.sort-sections.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  background: #000000;
}
.modal.sort-sections .btn-close {
  background-size: 10px;
}
.modal.sort-sections .modal-content {
  max-width: 552px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.sort-sections .modal-content {
    max-height: 600px;
  }
}
@media only screen and (max-height: 800px) {
  .modal.sort-sections .modal-content {
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-height: 700px) {
  .modal.sort-sections .modal-content {
    top: 30px;
    bottom: 30px;
  }
}
.modal.sort-sections .page {
  padding: 0;
}
.modal.sort-sections .modal-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.modal.sort-sections .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.sort-sections .modal-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ccc;
}
.modal.sort-sections .sort-sections-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.sort-sections .sort-sections-content > article {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.sort-sections .sort-sections-content > article {
    padding: 32px;
  }
}
.modal.sort-sections .sort-sections-content > article .content-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-bottom: 24px;
  font-weight: 500;
}
.modal.sort-sections .sort-sections-content > article .actions {
  margin-top: auto;
  text-align: right;
}
.modal.sort-sections .sort-sections-content > article h2 + p {
  margin-top: 0;
  padding-top: 0;
}
.modal.sort-sections .sort-sections-content .mid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.modal.sort-sections .sort-sections-content .mid-content.is-scrolling:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal.sort-sections .sort-sections-content .mid-content:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 4px;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75.3%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75.3%, #ffffff 100%);
}
.modal.sort-sections .sort-sections-content .mid-content:before {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(75.3%, #ffffff), to(#ffffff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 75.3%, #ffffff 100%);
}
.modal.sort-sections .sort-sections-content .mid-content-scroller {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 50px;
  margin-right: -8px;
  padding-right: 8px;
}
.modal.sort-sections .sort-sections-content .mid-content-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.modal.sort-sections .sort-sections-content .mid-content-scroller::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #eee;
}
.modal.sort-sections .sort-sections-content .mid-content-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.modal.sort-sections .sort-list-wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.sort-sections .sort-list-item + .sort-list-item {
  margin-top: 8px;
}
.modal.verify-track.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  background: #000000;
}
.modal.verify-track .btn-close {
  background-size: 10px;
}
.modal.verify-track .modal-content {
  max-width: 705px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.verify-track .modal-content {
    max-height: 600px;
  }
}
@media only screen and (max-height: 800px) {
  .modal.verify-track .modal-content {
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-height: 700px) {
  .modal.verify-track .modal-content {
    top: 30px;
    bottom: 30px;
  }
}
.modal.verify-track .page {
  padding: 0;
}
.modal.verify-track .modal-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.verify-track .modal-scroller::-webkit-scrollbar-track-piece {
  background: #eee;
}
.modal.verify-track .modal-scroller::-webkit-scrollbar-thumb {
  background: #ccc;
}
.modal.verify-track .verify-track-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.verify-track .top-content-scroller {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding-right: 16px;
  padding-bottom: 10px;
}
.modal.verify-track .top-content-scroller::-webkit-scrollbar {
  width: 5px;
}
.modal.verify-track .top-content-scroller::-webkit-scrollbar-track-piece {
  background: #efefef;
}
.modal.verify-track .top-content-scroller::-webkit-scrollbar-thumb {
  background: #d2d2d1;
}
.modal.verify-track article {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.verify-track article {
    padding: 32px;
  }
}
.modal.verify-track article .top-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.verify-track article .top-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 16px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 100%);
}
.modal.verify-track article .content-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-bottom: 24px;
  font-weight: 500;
}
.modal.verify-track article .actions {
  margin-top: auto;
  padding-top: 24px;
  text-align: right;
}
.modal.verify-track article .row {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .modal.verify-track article .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modal.verify-track article .row p {
  margin-top: 0;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.modal.verify-track article .verify-icons {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .modal.verify-track article .verify-icons {
    margin-top: 0;
    margin-left: 32px;
    white-space: nowrap;
  }
}
.modal.verify-track article .verify-icons img {
  width: 16px;
}
.modal.verify-track article .verify-icons img + img {
  margin-left: 8px;
}
.modal.verify-track article .current-links {
  padding-top: 24px;
}
.modal.verify-track article .current-links .content-title {
  padding-bottom: 16px;
}
.modal.verify-track article .pro-form .row + .row {
  padding-bottom: 16px;
}
.modal.verify-track article .pro-form .row:last-child {
  padding-bottom: 0;
}
.modal.verify-track article .col-1 {
  white-space: nowrap;
  min-width: 128px;
}
.modal.verify-track article .col-2 {
  width: 100%;
}
.modal.verify-track article .links-title {
  color: #707580;
  padding-bottom: 8px;
}
.modal.verify-track article .channel-icon {
  margin-right: 4px;
}
.modal.verify-track article .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.modal.verify-track article .input-wrapper .pro-custom-input {
  width: 100%;
}
.modal.verify-track article .list-track-links {
  margin-bottom: 12px;
}
.modal.verify-track article .list-track-links li {
  padding-bottom: 4px;
}
.modal.verify-track article .list-track-links li:last-child {
  padding-bottom: 0;
}
.modal.verify-track article .list-track-links a {
  color: #4e63ce;
  word-break: break-all;
}
.modal.verify-track article .list-track-links a:hover,
.modal.verify-track article .list-track-links a:active {
  color: #6889e2;
}
.modal.verify-track article .list-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.verify-track article .list-links li + li {
  margin-top: 8px;
}
.modal.verify-track article .list-links .link-url {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left: 8px;
}
.modal.verify-track .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #FFEFF2;
  padding: 8px;
  line-height: 20px;
  margin-bottom: 16px;
}
.modal.verify-track .one-last-thing .pro-form {
  padding-top: 8px;
}
.modal.verify-track .one-last-thing .explanation {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: bold;
  padding-left: 24px;
}
.modal.verify-track .one-last-thing .explanation a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.modal.verify-track .one-last-thing .explanation a:hover,
.modal.verify-track .one-last-thing .explanation a:active {
  color: #6889e2;
}
.modal.verify-track .one-last-thing .form-row {
  margin-bottom: 10px;
}
.modal.verify-track .one-last-thing .form-row.selected-option {
  display: none;
}
.modal.verify-track .one-last-thing .form-row.selected-option.show {
  display: block;
}
.modal.verify-track .one-last-thing .textarea-wrapper {
  margin-left: 8px;
}
.modal.verify-track .one-last-thing textarea {
  height: 56px;
  padding: 12px 16px;
  line-height: 16px;
  margin: 4px 0 16px 0;
}
.modal.verify-track .one-last-thing textarea + .error-msg {
  bottom: -2px;
  left: 24px;
}
.modal.verify-track .cancelation-successful p + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.verify-track .cancelation-successful .actions {
  padding-top: 16px;
}
.modal.payment {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  display: none;
}
.modal.payment.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.payment .modal-content {
  height: 100%;
  width: 100%;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media only screen and (min-width: 768px) {
  .modal.payment .modal-content {
    max-width: 600px;
    max-height: 430px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.payment .modal-content {
    max-width: 600px;
    max-height: 400px;
  }
}
.modal.payment:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
}
.modal.payment .payment-process {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
}
.modal.payment .payment-process .content-container.loading:before {
  z-index: 10;
}
.modal.payment .payment-process .content-container.payment-details .form-row.submit .btn-primary {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.modal.registration-form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  display: none;
}
.modal.registration-form.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.registration-form .modal-content {
  height: 100%;
  width: 100%;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
@media only screen and (min-width: 1199px) {
  .modal.registration-form .modal-content {
    max-width: 1024px;
    max-height: 760px;
  }
}
.modal.registration-form:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000000;
}
@media only screen and (min-width: 768px) {
  .modal.registration-form-v2.network.facebook .modal-content {
    max-height: 768px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.registration-form-v2.reset-password .modal-content {
    max-height: 520px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.registration-form-v2 .modal-content {
    max-width: 460px;
    max-height: 660px;
  }
}
.modal.open {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
}
.modal.open:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.modal.framed .modal-content {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
@media only screen and (min-width: 768px) {
  .modal.framed .modal-content {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }
}
@media only screen and (min-width: 1199px) {
  .modal.framed .modal-content {
    top: 90px;
    right: calc(50% - 520px);
    bottom: 90px;
    left: calc(50% - 520px);
  }
}
.modal.video .modal-content {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.video .modal-content {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.video .modal-content {
    width: auto;
  }
}
.modal.video .page {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.video .page {
    padding: 55px;
  }
}
.modal.video .media-container {
  width: 100%;
}
.modal.video .modal-scroller {
  position: static;
  overflow: visible;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.adaptive .modal-content {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0;
}
.modal.paywall {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.modal.paywall.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.paywall:before {
  background: rgba(0, 0, 0, 0.86);
}
.modal.paywall .modal-content {
  width: 90%;
  height: 90%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .modal-content {
    width: 740px;
    height: 650px;
    max-width: 780px;
    max-height: 650px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.paywall .modal-content .page {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.modal.paywall .modal-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  padding: 30px 0;
  font-weight: 600;
}
.modal.paywall .available small {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding-top: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .available small {
    padding-top: 80px;
  }
}
.modal.paywall .trial-days {
  font-size: 12px;
  font-size: 1.2rem;
  color: #66cd94;
  letter-spacing: 1px;
  display: block;
}
.modal.paywall .screenshots {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .screenshots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal.paywall .screenshots .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .screenshots .item {
    width: 33.33%;
  }
}
.modal.paywall .screenshots h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  font-weight: 500;
  padding: 0 0 15px 0;
  margin: 0;
}
.modal.paywall .section-main {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main {
    min-height: 370px;
    padding-top: 30px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/product-pre-pro.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: right -100px center;
    margin: 0 -40px 0 -40px;
  }
}
.modal.paywall .section-main .col {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
}
.modal.paywall .section-main .col-1 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-1 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 55%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal.paywall .section-main .col-1 article {
  padding: 20px 0 0 0;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-1 article {
    text-align: left;
    padding: 60px 0 60px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-1 img {
    display: none;
  }
}
.modal.paywall .section-main .col-2 {
  padding-top: 0;
  text-align: center;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-2 {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45%;
    text-align: left;
    padding-bottom: 0;
    padding-left: 40px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 40px;
  }
}
.modal.paywall .section-main .col-2 article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .modal.paywall .section-main .col-2 article {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-2 article {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main .col-2 article h2 + p {
    max-width: 200px;
  }
}
.modal.paywall .section-main h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 26px;
  font-weight: 500;
  padding: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.modal.paywall .section-main p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .section-main p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 20px;
  }
}
.modal.paywall .checkmarks {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  text-align: left;
  padding: 10px 0 20px 0;
}
.modal.paywall .checkmarks li {
  margin-top: 6px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/checkmark-fat-light-blue.svg');
  padding-left: 26px;
}
.modal.paywall .checkmarks li:first-child {
  margin-top: 0;
}
.modal.paywall .suggested-artists {
  position: relative;
  min-height: 40px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .suggested-artists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal.paywall .suggested-artists .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .modal.paywall .suggested-artists .item {
    width: 33.33%;
  }
}
.modal.paywall .action-txt {
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #D8D8D8;
  padding: 30px 0;
  margin: 0;
  font-weight: 500;
}
.modal.paywall .micro-artist {
  background-image: -webkit-linear-gradient(top, #ffffff, #fafbfc);
  background-color: #fafbfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafbfc));
  background-image: linear-gradient(to bottom, #ffffff, #fafbfc);
  background-repeat: repeat-x;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 1px solid #eee;
  cursor: pointer;
}
.modal.paywall .micro-artist a {
  color: #4e63ce;
}
.modal.paywall .micro-artist figure {
  width: 68px;
  height: 68px;
  min-width: 68px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.modal.paywall .micro-artist strong {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 0 12px;
  color: #4e63ce;
}
.modal.onboarding,
.modal.booking,
.modal.change-city {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.modal.onboarding.open,
.modal.booking.open,
.modal.change-city.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.onboarding:before,
.modal.booking:before,
.modal.change-city:before {
  background: rgba(0, 0, 0, 0.86);
}
.modal.onboarding .modal-content,
.modal.booking .modal-content,
.modal.change-city .modal-content {
  width: 90%;
  height: 90%;
  max-height: 360px;
  max-width: 460px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.onboarding .modal-content,
  .modal.booking .modal-content,
  .modal.change-city .modal-content {
    width: 460px;
    height: 460px;
    max-height: 460px;
  }
}
.modal.onboarding .page,
.modal.booking .page,
.modal.change-city .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .modal.onboarding .page,
  .modal.booking .page,
  .modal.change-city .page {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .modal.onboarding .page,
  .modal.booking .page,
  .modal.change-city .page {
    padding: 0 70px;
  }
}
.modal.onboarding h2,
.modal.booking h2,
.modal.change-city h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 29px;
  font-weight: 500;
  padding: 40px 0 35px 0;
}
@media only screen and (min-width: 768px) {
  .modal.onboarding h2,
  .modal.booking h2,
  .modal.change-city h2 {
    padding-top: 102px;
  }
}
.modal.onboarding p,
.modal.booking p,
.modal.change-city p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  color: #707580;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 292px;
  padding-top: 0;
  margin: 0 auto;
}
.modal.onboarding p.lead,
.modal.booking p.lead,
.modal.change-city p.lead {
  color: #000000;
}
.modal.onboarding footer,
.modal.booking footer,
.modal.change-city footer {
  padding: 20px 0 40px 0;
}
.modal.onboarding footer .btn-text,
.modal.booking footer .btn-text,
.modal.change-city footer .btn-text {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 3px;
}
.modal.change-city .modal-main {
  background-color: #efefef;
}
@media only screen and (min-width: 768px) {
  .modal.change-city .modal-content {
    height: 540px;
    max-height: 540px;
  }
}
.modal.change-city .page {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .modal.change-city h2 {
    padding-top: 95px;
    padding-bottom: 25px;
  }
}
.modal.change-city p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.modal.change-city fieldset {
  position: relative;
  text-align: left;
}
.modal.change-city .form-row {
  padding: 0;
}
.modal.change-city .search-wrapper {
  position: relative;
}
.modal.change-city .search-wrapper.loading:after {
  content: none;
}
.modal.change-city .search-wrapper.loading:before {
  pointer-events: none;
  cursor: default;
  background-image: url('../images/svg/loader-ani-black.svg');
  background-color: transparent;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 45px;
  top: 50%;
  left: auto;
  bottom: auto;
  background-size: 35px;
  z-index: 1;
}
.modal.change-city .input-search-cities {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #ffffff;
  border: 0;
  margin-top: 35px;
  padding: 12px 80px 12px 24px;
  height: auto;
  line-height: 1;
  background-position: right 24px center;
  background-image: url(../images/svg/search-grey.svg);
  background-repeat: no-repeat;
  background-size: 18px;
}
.modal.change-city .input-search-cities::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.modal.change-city .input-search-cities:-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.modal.change-city .input-search-cities::-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.modal.change-city .input-search-cities::placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.modal.change-city .search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
  max-height: 185px;
  overflow: hidden;
  overflow-y: auto;
}
.modal.change-city .search-results.show {
  display: block;
}
.modal.change-city .search-results::-webkit-scrollbar {
  width: 5px;
}
.modal.change-city .search-results::-webkit-scrollbar-track-piece {
  background: #efefef;
}
.modal.change-city .search-results::-webkit-scrollbar-thumb {
  background: #d2d2d1;
}
.modal.change-city .search-results .item {
  padding: 6px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.modal.change-city .search-results .item:hover {
  background-color: #eee;
}
.modal.change-city .search-results .item:first-child {
  margin-top: 10px;
}
.modal.change-city .search-results .item:last-child {
  margin-bottom: 10px;
}
.modal.change-city .search-results .city {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000000;
}
.modal.change-city .search-results .country {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  width: 10px;
  padding-right: 24px;
}
.modal.change-city .search-results .country .flag {
  vertical-align: middle;
}
.modal.how-to h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  font-weight: 500;
  padding: 40px 0 35px 0;
  padding-bottom: 40px;
}
.modal.how-to h1 + h2 {
  padding-top: 0;
}
.modal.how-to h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  padding: 40px 0 25px 0;
}
.modal.how-to h2 + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.how-to h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .modal.how-to h3 {
    padding-left: 20px;
  }
}
.modal.how-to h3 + p {
  padding-top: 0;
  margin-top: 0;
}
.modal.how-to a {
  color: #667dd5;
}
.modal.how-to strong {
  font-weight: 500;
}
.modal.how-to ul {
  padding-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .modal.how-to ul {
    padding-left: 40px;
  }
}
.modal.how-to ul li {
  padding: 5px 0;
  list-style: disc;
}
.modal.how-to ul li p {
  margin: 0;
  padding: 0;
}
.modal.how-to ul li p + p {
  padding-top: 10px;
}
.modal.how-to .modal-content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  height: 70%;
  width: 90%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .modal.how-to .modal-content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal.how-to .modal-content {
    height: 80%;
    width: 900px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.how-to .media-container-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 66%;
  }
}
.modal.how-to .page {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.how-to .page {
    padding: 50px;
  }
}
.modal.billing-info h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 29px;
  font-weight: 500;
  padding: 40px 0 15px 0;
}
.modal.billing-info .modal-content {
  height: 70%;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .modal.billing-info .modal-content {
    height: 440px;
    width: 540px;
  }
}
.modal.billing-info .page {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.billing-info .page {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.modal.billing-info .page p {
  font-weight: 300;
  line-height: 24px;
  padding: 8px 0;
}
.modal.billing-info .custom-input {
  text-align: left;
}
.modal.billing-info .form-row.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -12px;
}
.modal.billing-info .form-row.cols .col {
  padding: 0 12px;
}
.modal.billing-info .form-row.cols .col.ccv {
  width: 80px;
}
.modal.billing-info .actions {
  padding-top: 20px;
}
.modal.billing-info .btn-solid {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #4e63ce;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 24px;
  margin-top: 14px;
}
.modal.billing-info .btn-solid:hover {
  background-color: #6889e2;
}
.modal.billing-info .btn-not-solid {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #4e63ce;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 14px;
}
.modal.billing-info .btn-not-solid:hover {
  color: #6889e2;
}
.modal.billing-info .btn-not-solid:disabled {
  color: #d2d2d1;
}
@media only screen and (min-width: 480px) {
  .modal.billing-info .btn + .btn {
    margin-left: 14px;
  }
}
.modal.subscription-cancel h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 29px;
  font-weight: 500;
  padding: 40px 0 15px 0;
}
.modal.subscription-cancel .modal-content {
  height: 70%;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .modal.subscription-cancel .modal-content {
    width: 600px;
    height: 660px;
  }
}
.modal.subscription-cancel .page {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.subscription-cancel .page {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.modal.subscription-cancel .page p {
  font-weight: 300;
  line-height: 24px;
  padding: 8px 0;
}
.modal.subscription-cancel ul {
  padding-left: 20px;
}
.modal.subscription-cancel ul li {
  padding: 2px 0;
  list-style: disc;
}
.modal.subscription-cancel .actions {
  padding-top: 20px;
}
.modal.subscription-cancel .btn-solid {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #4e63ce;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 16px;
  margin-top: 14px;
}
@media only screen and (min-width: 480px) {
  .modal.subscription-cancel .btn-solid {
    padding: 12px 24px;
  }
}
.modal.subscription-cancel .btn-solid:hover {
  background-color: #6889e2;
}
.modal.subscription-cancel .btn-not-solid {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #4e63ce;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 14px;
}
.modal.subscription-cancel .btn-not-solid:hover {
  color: #6889e2;
}
.modal.subscription-cancel .btn-not-solid:disabled {
  color: #d2d2d1;
}
.modal.subscription-cancel .btn:first-child {
  margin-right: 14px;
}
.modal.navigation-preferences.customize-chart .modal-scroller {
  margin-top: 16px;
}
.modal.navigation-preferences .modal-header h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}
.modal.navigation-preferences .modal-header .btn-close {
  background-size: 10px;
  background-image: url('../images/svg/close-grey.svg');
}
.modal.navigation-preferences .modal-header p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
  padding: 8px 0 0 0;
  color: #707580;
}
.modal.navigation-preferences .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal.navigation-preferences .modal-content {
  padding: 32px 32px 16px 32px;
}
@media only screen and (min-width: 768px) {
  .modal.navigation-preferences .modal-content {
    width: 640px;
    max-height: 656px;
  }
}
.modal.navigation-preferences .modal-scroller,
.modal.navigation-preferences .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.navigation-preferences .modal-scroller {
  margin-right: -12px;
  padding-right: 12px;
  margin-top: 32px;
}
.modal.navigation-preferences .modal-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.modal.navigation-preferences .modal-scroller::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.modal.navigation-preferences .modal-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.modal.navigation-preferences .modal-scroller:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 24px;
  display: block;
  min-height: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75.3%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75.3%, #ffffff 100%);
}
.modal.navigation-preferences .navigation-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal.navigation-preferences .navigation-options.main-menu-sorter {
  border-radius: 4px;
  background-color: #f4f6f6;
  padding: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal.navigation-preferences .navigation-options.main-menu-sorter + .navigation-options {
  padding-top: 24px;
}
.modal.navigation-preferences .navigation-options .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal.navigation-preferences .navigation-options .row .left {
  white-space: nowrap;
}
.modal.navigation-preferences .navigation-options .row .left .navigation-options-label {
  min-height: 28px;
}
@media only screen and (min-width: 768px) {
  .modal.navigation-preferences .navigation-options .row .left .navigation-options-label {
    padding-right: 24px;
  }
}
.modal.navigation-preferences .navigation-options .row .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal.navigation-preferences .navigation-options-label {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  margin-right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.navigation-preferences .navigation-options-label.channel:before {
  content: "";
  position: relative;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
}
.modal.navigation-preferences .navigation-options-label.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.modal.navigation-preferences .navigation-options-label.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.modal.navigation-preferences .navigation-options-label.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.modal.navigation-preferences .navigation-options-label.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.modal.navigation-preferences .navigation-options-label.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.modal.navigation-preferences .navigation-options-label.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.modal.navigation-preferences .navigation-options-label.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.modal.navigation-preferences .navigation-options-label.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.modal.navigation-preferences .navigation-options-label.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.modal.navigation-preferences .navigation-options-label.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.modal.navigation-preferences .navigation-options-label.beatport:before {
  background-image: url('../images/svg/beatport-color.svg');
}
.modal.navigation-preferences .navigation-options-label.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.modal.navigation-preferences .navigation-options-label.beatport-circle:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.modal.navigation-preferences .navigation-options-label.social-media:before,
.modal.navigation-preferences .navigation-options-label.social:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.modal.navigation-preferences .divider {
  padding: 24px 0;
}
.modal.navigation-preferences .divider:before {
  content: "";
  height: 1px;
  display: block;
  background-color: #e8eced;
  width: 100%;
}
.modal.navigation-preferences .preferences-subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  font-weight: 400;
  padding: 16px 0;
}
.modal.navigation-preferences .actions {
  padding-top: 16px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal.navigation-preferences .actions .left {
  margin-right: auto;
}
.modal.navigation-preferences .nav-option {
  border-radius: 99px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 400;
  background-color: #f4f6f6;
  padding: 6px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.modal.navigation-preferences .nav-option.disabled {
  pointer-events: none;
  cursor: default;
  position: relative;
}
.modal.navigation-preferences .nav-option.disabled.sort:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.modal.navigation-preferences .nav-option.disabled.active:before {
  background-color: rgba(238, 240, 251, 0.8);
}
.modal.navigation-preferences .nav-option.disabled:before {
  content: "";
  background-color: rgba(244, 246, 246, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.modal.navigation-preferences .nav-option.active {
  font-weight: 500;
  background-color: #eef0fb;
}
.modal.navigation-preferences .nav-option.sort,
.modal.navigation-preferences .nav-option.active {
  padding-right: 32px;
  background-position: right 11px center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.modal.navigation-preferences .nav-option.has-marker {
  overflow: visible;
  position: relative;
}
.modal.navigation-preferences .nav-option.has-marker:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #4e63ce;
  display: inline-block;
  left: -5px;
}
.modal.navigation-preferences .nav-option.active {
  background-size: 12px;
  background-image: url('../images/svg/close-circle-blue.svg');
  color: #4e63ce;
}
.modal.navigation-preferences .nav-option.active:hover,
.modal.navigation-preferences .nav-option.active:active {
  background-image: url('../images/svg/close-circle-blue-roll.svg');
}
.modal.navigation-preferences .nav-option.sort {
  background-image: url('../images/svg/icon-sort-section-grey.svg');
  background-color: #ffffff;
  /*&:hover,
				&:active {
					background-image: url('../images/svg/icon-sort-section-blue-roll.svg');
				}*/
}
.modal.navigation-preferences .nav-option.channel .icon {
  display: inline-block;
}
.modal.navigation-preferences .nav-option.viberate .icon,
.modal.navigation-preferences .nav-option.overview .icon {
  background-image: url('../images/svg/viberate-color.svg');
}
.modal.navigation-preferences .nav-option.basic .icon {
  background-image: url('../images/svg/logo-v-black.svg');
}
.modal.navigation-preferences .nav-option.network .icon {
  background-image: url('../images/svg/network-color.svg');
}
.modal.navigation-preferences .nav-option.applemusic .icon,
.modal.navigation-preferences .nav-option.apple-music .icon {
  background-image: url('../images/svg/apple-music-color.svg');
}
.modal.navigation-preferences .nav-option.spotify .icon {
  background-image: url('../images/svg/spotify-color.svg');
}
.modal.navigation-preferences .nav-option.youtube .icon {
  background-image: url('../images/svg/youtube-color.svg');
}
.modal.navigation-preferences .nav-option.shazam .icon {
  background-image: url('../images/svg/shazam-color.svg');
}
.modal.navigation-preferences .nav-option.soundcloud .icon {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.modal.navigation-preferences .nav-option.deezer .icon {
  background-image: url('../images/svg/deezer-color.svg');
}
.modal.navigation-preferences .nav-option.airplay .icon {
  background-image: url('../images/svg/airplay-color.svg');
}
.modal.navigation-preferences .nav-option.beatport .icon {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.modal.navigation-preferences .nav-option.social-media .icon {
  background-image: url('../images/svg/social-media-color.svg');
}
.modal.navigation-preferences .nav-option.facebook .icon {
  background-image: url('../images/svg/facebook-color.svg');
}
.modal.navigation-preferences .nav-option.instagram .icon {
  background-image: url('../images/svg/instagram-color.svg');
}
.modal.navigation-preferences .nav-option.twitter .icon {
  background-image: url('../images/svg/twitter-color.svg');
}
.modal.navigation-preferences .nav-option.tiktok .icon {
  background-image: url('../images/svg/tiktok-color.svg');
}
.modal.navigation-preferences .nav-option.tracks .icon {
  background-image: url('../images/svg/tracks-color.svg');
}
.modal.navigation-preferences .nav-option.audience .icon {
  background-image: url('../images/svg/audience-color.svg');
}
.modal.navigation-preferences .nav-option.events .icon {
  background-image: url('../images/svg/events-color.svg');
}
.modal.navigation-preferences .nav-option .num {
  font-size: 10px;
  font-size: 1rem;
  margin-right: 4px;
  color: #707580;
  line-height: 16px;
}
.modal.navigation-preferences .nav-option .icon {
  display: none;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 6px;
}
.modal.navigation-preferences .nav-option label {
  cursor: pointer;
}
.modal.navigation-preferences .selector-row {
  margin-bottom: 16px;
}
.modal.navigation-preferences .disclaimer {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  font-size: 10px;
  font-size: 1rem;
  padding: 8px 12px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 24px;
  background-color: #ffffff;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px auto 0 auto;
}
.modal.alerts-settings .modal-header h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 29px;
  font-weight: 600;
}
.modal.alerts-settings .modal-header p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin: 0;
  padding: 16px 0 0 0;
  color: #000000;
}
.modal.alerts-settings .modal-content {
  padding: 32px 32px 16px 32px;
}
@media only screen and (min-width: 768px) {
  .modal.alerts-settings .modal-content {
    width: 640px;
    max-height: 456px;
    margin: auto;
  }
}
.modal.alerts-settings .navigation-options {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modal.entity-booking {
  /*&.other {

			.modal-content {

				@media @bp_768 {
					max-width: 468px;
				}
			}

			.form-lead {
				padding-bottom: 0;
			}

			.form-title {
				.font-size(22);
				line-height: 30px;
				padding-bottom: 16px;
			}
		}*/
}
.modal.entity-booking.fluid-height.verify-claim .actions {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height.artist-add .modal-content {
    min-height: unset;
  }
}
.modal.entity-booking.fluid-height.artist-add .actions {
  margin-top: auto;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height.verify-7 .modal-content {
    min-height: 580px;
  }
}
.modal.entity-booking.fluid-height.verify-7 .modal-header {
  border: 0;
}
.modal.entity-booking.fluid-height.verify-7 .actions {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height.premium-feature .modal-content {
    max-width: 534px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height .page {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height .modal-content {
    max-width: 446px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height .modal-scroller {
    position: static;
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.fluid-height .modal-scroller:after {
    content: none;
  }
}
.modal.entity-booking.fluid-height .modal-main {
  height: auto;
}
.modal.entity-booking.fluid-height .actions {
  padding-top: 24px;
}
.modal.entity-booking.artist-add.no-border .modal-header {
  border: 0;
}
.modal.entity-booking.artist-add.no-border .form-title {
  padding-top: 0;
}
.modal.entity-booking.artist-add .form-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  padding-bottom: 24px;
}
.modal.entity-booking.artist-add .form-title + p {
  margin-top: 0;
  padding-top: 0;
}
.modal.entity-booking.artist-add .modal-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.artist-add .modal-content {
    width: 520px;
    min-height: 540px;
  }
}
.modal.entity-booking.artist-add .actions {
  padding-top: 16px;
}
.modal.entity-booking.artist-add p.center {
  text-align: center;
}
.modal.entity-booking.artist-add p.no-top-margin-padding {
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.booking-request .modal-content {
    max-width: 600px;
  }
}
.modal.entity-booking.booking-request .results-list .item {
  border-bottom: 1px solid #e8eced;
}
.modal.entity-booking.booking-request .results-list .item:last-child {
  border: 0;
}
.modal.entity-booking.booking-request .results-list .event-location-search-item {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.message .modal-content {
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.pitch .modal-content {
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking.playlist .modal-content {
    max-width: 600px;
  }
}
.modal.entity-booking.account .form-title {
  padding-bottom: 16px;
}
.modal.entity-booking.account .actions {
  display: block;
  padding: 0;
}
.modal.entity-booking.account .floater-v2 {
  padding: 0;
}
.modal.entity-booking.playlist-more-info .disclaimer {
  width: 100%;
  padding-top: 16px;
  text-align: center;
}
.modal.entity-booking.verify-claim .divider-text {
  margin-top: 24px;
  padding: 0;
}
.modal.entity-booking.verify-claim .features-list {
  padding-bottom: 24px;
}
.modal.entity-booking.verify-claim .features-list .item {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-checkmark-green.svg');
  padding-left: 32px;
  margin-top: 16px;
}
.modal.entity-booking.verify-claim .features-list .item:first-child {
  margin-top: 0;
}
.modal.entity-booking.verify-claim .disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  text-align: left;
  padding-top: 8px;
}
.modal.entity-booking.verify-claim .lead {
  text-align: center;
  padding-bottom: 24px;
}
.modal.entity-booking.verify-claim .channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  padding: 8px 0 32px 0;
}
.modal.entity-booking.verify-claim .copy-link {
  white-space: nowrap;
  border-radius: 8px;
  border: 1px solid #a0aeb4;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  margin-bottom: 24px;
}
.modal.entity-booking.verify-claim .copy-link .link {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
}
.modal.entity-booking.verify-claim .copy-link .link:after {
  content: "";
  width: 32px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.modal.entity-booking.verify-claim .copy-link .button {
  white-space: nowrap;
  margin-left: 8px;
}
.modal.entity-booking.verify-claim .actions .button + .button {
  margin-top: 8px;
}
.modal.entity-booking.premium-feature .actions .row {
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .modal.entity-booking.premium-feature .actions .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal.entity-booking.premium-feature .disclaimer {
  color: #000000;
  padding-top: 24px;
}
.modal.entity-booking.premium-feature .disclaimer a {
  color: #4e63ce;
}
.modal.entity-booking.premium-feature .disclaimer a:hover,
.modal.entity-booking.premium-feature .disclaimer a:active {
  color: #6889e2;
}
.modal.entity-booking .modal-header {
  position: relative;
}
.modal.entity-booking .modal-header h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}
.modal.entity-booking .modal-header .btn-close {
  background-size: 10px;
  background-image: url('../images/svg/close-grey.svg');
}
@media only screen and (max-width: 767px) {
  .modal.entity-booking .modal-header .btn-close {
    background-image: url('../images/svg/arrow-back-blue.svg');
    background-size: 12px;
    left: 16px;
    right: auto;
    top: 50%;
    margin-top: -10px;
    -webkit-filter: brightness(0%);
            filter: brightness(0%);
  }
}
.modal.entity-booking .modal-header p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
  padding: 8px 0 0 0;
  color: #707580;
}
.modal.entity-booking .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking .page {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal.entity-booking .modal-content {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .modal.entity-booking .modal-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    max-width: none;
    max-height: none;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking .modal-content {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: 0;
    width: 600px;
    max-width: 600px;
    max-height: 616px;
    min-height: 616px;
    padding-bottom: 24px;
  }
}
.modal.entity-booking .modal-header {
  padding: 16px;
  border-bottom: 1px solid #e8eced;
  text-align: center;
}
.modal.entity-booking .modal-scroller,
.modal.entity-booking .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal.entity-booking .modal-scroller {
  margin-top: 0;
  padding: 0 12px;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking .modal-scroller {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.modal.entity-booking .modal-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.modal.entity-booking .modal-scroller::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.modal.entity-booking .modal-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.modal.entity-booking .modal-scroller:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 24px;
  display: block;
  min-height: 24px;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75.3%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75.3%, #ffffff 100%);
}
.modal.entity-booking .header-entity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.modal.entity-booking .header-entity.artist .header-entity-image {
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.modal.entity-booking .header-entity.festival .header-entity-image {
  width: 52px;
  min-width: 52px;
  height: 40px;
}
.modal.entity-booking .header-entity .header-entity-image {
  border-radius: 0px;
  overflow: hidden;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 8px;
  border: 1px solid #e8eced;
}
.modal.entity-booking .header-entity img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal.entity-booking .header-entity h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}
.modal.entity-booking .form-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
  padding: 32px 0;
  text-align: center;
}
.modal.entity-booking .form-title .claimed-icon {
  width: 28px;
  height: 28px;
}
.modal.entity-booking .form-lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  margin: 0;
  padding: 0 0 16px 0;
  text-align: center;
}
.modal.entity-booking .actions {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking .actions {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .modal.entity-booking .actions .button.primary {
    width: 100%;
  }
}
.modal.entity-booking .label-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #707580;
  padding-bottom: 8px;
  display: block;
}
.modal.entity-booking .selected-entity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 16px;
}
.modal.entity-booking .selected-entity.border {
  border-radius: 8px;
  border: 1px solid #e8eced;
}
.modal.entity-booking .selected-entity .btn-editor {
  margin-left: 4px;
}
.modal.entity-booking .selected-entity .row {
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #707580;
  text-transform: uppercase;
  text-align: right;
}
.modal.entity-booking .selected-entity .row.tags {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  width: auto;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
  white-space: nowrap;
}
.modal.entity-booking .selected-entity .row.tags .btn-filter-tag + .btn-filter-tag,
.modal.entity-booking .selected-entity .row.tags .pro-tag + .btn-filter-tag,
.modal.entity-booking .selected-entity .row.tags .btn-filter-tag + .pro-tag,
.modal.entity-booking .selected-entity .row.tags .pro-tag + .pro-tag {
  margin-left: 8px;
}
.modal.entity-booking .selected-entity .row.tags .pro-tag {
  color: #000000;
}
.modal.entity-booking .selected-entity .row .country {
  color: #707580;
  white-space: nowrap;
  min-width: 38px;
}
.modal.entity-booking .selected-entity .row .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  border: 1px solid #e8eced;
}
.modal.entity-booking .selected-entity a + article,
.modal.entity-booking .selected-entity figure + article {
  padding-left: 64px;
}
.modal.entity-booking .selected-entity figure {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  min-width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e8eced;
}
.modal.entity-booking .selected-entity article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal.entity-booking .selected-entity h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  color: #000000;
}
.modal.entity-booking .i {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 2px;
}
.modal.entity-booking .step {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.modal.entity-booking .step strong {
  font-weight: 500;
}
.modal.entity-booking .step .button.active {
  color: #000000 !important;
}
.modal.entity-booking .pro-form .pro-textarea {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.modal.entity-booking .pro-form .pro-textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.entity-booking .pro-form .pro-textarea:-ms-input-placeholder {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.entity-booking .pro-form .pro-textarea::-ms-input-placeholder {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.entity-booking .pro-form .pro-textarea::placeholder {
  font-size: 15px;
  font-size: 1.5rem;
}
.modal.entity-booking .pro-form .form-row {
  margin-bottom: 14px;
}
.modal.entity-booking .pro-form .form-row.mb-6 {
  margin-bottom: 6px;
}
.modal.entity-booking .pro-form .form-row.mb-32 {
  margin-bottom: 32px;
}
.modal.entity-booking .pro-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.entity-booking .pro-form .row.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal.entity-booking .pro-form .row.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal.entity-booking .pro-form .row + .row {
  margin-top: 12px;
}
.modal.entity-booking .pro-form .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.entity-booking .pro-form .column.w-240 {
  min-width: 190px;
  width: 190px;
}
@media only screen and (min-width: 360px) {
  .modal.entity-booking .pro-form .column.w-240 {
    min-width: 200px;
    width: 200px;
  }
}
@media only screen and (min-width: 480px) {
  .modal.entity-booking .pro-form .column.w-240 {
    min-width: 240px;
    width: 240px;
  }
}
.modal.entity-booking .pro-form .column.h-48 {
  height: 48px;
}
.modal.entity-booking .pro-form .column-2 {
  margin-left: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal.entity-booking .pro-form .word-counter {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  float: right;
  display: inline-block;
  margin-right: 16px;
}
.modal.entity-booking .pro-form .header-entity {
  text-align: left;
}
.modal.entity-booking .pro-form .header-entity .info {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.entity-booking .pro-form .header-entity .info .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  border: 1px solid #e8eced;
  margin-right: 4px;
}
.modal.entity-booking .change-artist {
  text-align: right;
}
.modal.entity-booking .change-artist.open .btn-change-artist {
  display: none;
}
.modal.entity-booking .change-artist.open .pro-custom-input {
  display: block;
}
.modal.entity-booking .change-artist .pro-custom-input {
  display: none;
}
.modal.entity-booking .disclaimer {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  text-align: left;
}
.modal.entity-booking .success-msg {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}
.modal.entity-booking .success-msg p {
  margin: 0;
  padding: 6px 0 0 0;
}
.modal.entity-booking .success-msg p:first-child {
  padding: 0;
}
.modal.entity-booking .divider-text {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  padding: 0 8px;
  color: #707580;
  line-height: 16px;
  margin: 0 0 16px 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.entity-booking .divider-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modal.entity-booking .divider-text:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background-color: #707580;
  left: 0;
  right: 0;
}
.modal.entity-booking .divider-text span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}
.modal.entity-booking .more-info-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  display: block;
  padding-bottom: 16px;
}
.modal.entity-booking .more-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
}
.modal.entity-booking .more-info-list + .more-info-label {
  padding-top: 32px;
}
.modal.entity-booking .more-info-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.modal.entity-booking .more-info-link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #4e63ce;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.entity-booking .more-info-link.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.modal.entity-booking .more-info-link.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.modal.entity-booking .more-info-link.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.modal.entity-booking .more-info-link.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.modal.entity-booking .more-info-link.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.modal.entity-booking .more-info-link.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.modal.entity-booking .more-info-link.submithub:before {
  background-image: url('../images/svg/submithub-color.svg');
}
.modal.entity-booking .more-info-link.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.modal.entity-booking .more-info-link.homepage:before {
  background-image: url('../images/svg/homepage.svg');
}
.modal.entity-booking .more-info-link.artist-tools:before {
  background-image: url('../images/svg/artist-tools-color.svg');
}
.modal.entity-booking .more-info-link.groover:before {
  background-image: url('../images/svg/groover-color.svg');
}
.modal.entity-booking .more-info-link:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.modal.entity-booking .more-info-link:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url('../images/svg/icon-link-blue.svg');
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
  margin-left: 4px;
}
.modal.entity-booking .more-info-link:hover,
.modal.entity-booking .more-info-link:active {
  color: #6889e2;
}
.modal.entity-booking .more-info-link:hover:after,
.modal.entity-booking .more-info-link:active:after {
  background-image: url('../images/svg/icon-link-blue-roll.svg');
}
.modal.entity-booking .card-micro {
  position: relative;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.entity-booking .card-micro.venue figure,
.modal.entity-booking .card-micro.festival figure {
  width: 42px;
}
.modal.entity-booking .card-micro.venue figure + article,
.modal.entity-booking .card-micro.festival figure + article {
  padding-left: 52px;
}
.modal.entity-booking .card-micro figure + article {
  padding-left: 42px;
}
.modal.entity-booking .card-micro figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8eced;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.entity-booking .card-micro article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.entity-booking .card-micro h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  padding: 0;
  word-break: break-all;
}
.modal.entity-booking .card-micro .location {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.modal.home-landing-video {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.modal.home-landing-video.open {
  display: block;
}
.modal.home-landing-video .modal-content {
  border-radius: 8px;
  max-width: 640px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: static;
  background-color: transparent;
}
.modal.home-landing-video .modal-content.white {
  background-color: #ffffff;
}
.modal.home-landing-video .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal.home-landing-video .media-container {
  position: relative;
  overflow: visible;
}
.modal.home-landing-video .btn-close {
  top: -32px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .modal.apply-as-curator .modal-content {
    max-width: 1040px;
    max-height: 680px;
  }
}
.modal.apply-as-curator .btn-close {
  background-size: 14px;
}
.modal:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  z-index: -1;
}
.modal.payment-location .modal-content {
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .modal.payment-location .modal-content {
    height: 280px;
    width: 500px;
  }
}
.modal.payment-location .payment-location-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  padding: 0 42px;
}
.modal.payment-location .payment-location-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  padding: 32px 0 24px 0;
}
.modal.payment-location .payment-location-content p {
  margin: 0;
  padding: 0;
}
.modal.payment-location .payment-location-content .actions {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .modal.payment-location .payment-location-content .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal.payment-location .payment-location-content .actions .button {
  white-space: nowrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal.payment-location .payment-location-content .actions .button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
.modal.payment-location .btn-close {
  top: 16px;
  background-size: 14px;
}
.modal .page {
  padding: 16px;
  margin: 0;
  max-width: none;
}
@media only screen and (min-width: 480px) {
  .modal .page {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .modal .page {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal .page {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .modal .page {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.modal .modal-content {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: #ffffff;
  z-index: 1;
  margin: 0 auto;
  position: absolute;
  max-width: 1258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 16px;
  top: 16px;
  bottom: 16px;
  left: 16px;
}
@media only screen and (min-width: 768px) {
  .modal .modal-content {
    right: 40px;
    top: 40px;
    bottom: 40px;
    left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal .modal-content {
    right: 40px;
    top: 40px;
    bottom: 40px;
    left: 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .modal .modal-content {
    right: 90px;
    top: 90px;
    bottom: 90px;
    left: 90px;
  }
}
.modal .modal-main {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .modal .modal-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modal .modal-scroller {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal .modal-scroller > .page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal .btn-close {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-size: 16px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .modal .btn-close {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (min-width: 1439px) {
  .modal .btn-close {
    top: 24px;
  }
}
.modal .flag + em {
  font-style: normal;
}
.modal .curator-message {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  border-bottom: 1px solid #e8eced;
  padding-bottom: 16px;
  margin-bottom: 32px;
  color: #707580;
}
.modal .curator-message strong {
  color: #000000;
  fon-weight: 500;
}
.modal .apply-as-curator-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
}
@media only screen and (min-width: 1024px) {
  .modal .apply-as-curator-content {
    padding: 40px 40px 32px 40px;
  }
}
.modal .apply-as-curator-content.success .col-1 {
  background-image: url('../images/static/apply-as-curator-success.webp');
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .modal .apply-as-curator-content.success .col-1 {
    min-height: 300px;
  }
}
.modal .apply-as-curator-content .modal-content-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .modal .apply-as-curator-content .modal-content-title {
    padding-bottom: 68px;
  }
}
.modal .apply-as-curator-content .curator-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .modal .apply-as-curator-content .curator-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .modal .apply-as-curator-content .curator-grid {
    gap: 40px;
  }
}
.modal .apply-as-curator-content .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal .apply-as-curator-content .col-1 {
  overflow: hidden;
  border-radius: 8px;
  background-image: url('../images/static/apply-as-curator.webp');
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .modal .apply-as-curator-content .col-1 {
    height: 150px;
    min-height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .modal .apply-as-curator-content .col-1 {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal .apply-as-curator-content .col-1 {
    max-width: 424px;
  }
}
.modal .apply-as-curator-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal .apply-as-curator-content .pro-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .modal .apply-as-curator-content .form-row-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
.modal .apply-as-curator-content .form-row-cols .form-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal .apply-as-curator-content .form-row-actions {
  padding-top: 16px;
  margin-top: auto;
  margin-bottom: 0;
}
.modal .apply-as-curator-content .article {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #707580;
}
.modal .apply-as-curator-content .article .article-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 16px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .modal .apply-as-curator-content .article .article-title {
    padding-top: 94px;
  }
}
.modal .apply-as-curator-content .article a {
  color: #4e63ce;
}
.modal .apply-as-curator-content .article a:hover,
.modal .apply-as-curator-content .article a:active {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #6889e2;
}
.modal .apply-as-curator-content .added-playlists {
  max-height: 150px;
  overflow: hidden;
  overflow-y: auto;
}
.modal .apply-as-curator-content .added-playlists a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.modal .apply-as-curator-content .added-playlists .check {
  margin-left: 16px;
}
.modal .apply-as-curator-content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-top: 24px;
  margin-top: auto;
}
.modal .apply-as-curator-content .actions .article {
  padding-bottom: 8px;
}
.modal .apply-as-curator-content .form-row-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  padding-bottom: 2px;
}
.modal .apply-as-curator-content .tooltip-icon {
  margin-left: 4px;
}
.modal .apply-as-curator-content .selection-box {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  height: 140px;
  border-radius: 4px;
  z-index: 1;
  scroll-behavior: smooth;
  border: 1px solid #A0AEB4;
  padding: 0 16px;
}
.modal .apply-as-curator-content .selection-box.show {
  display: block;
}
.modal .apply-as-curator-content .selection-box::-webkit-scrollbar {
  width: 5px;
}
.modal .apply-as-curator-content .selection-box::-webkit-scrollbar-track-piece {
  background: #E8ECED;
}
.modal .apply-as-curator-content .selection-box::-webkit-scrollbar-thumb {
  background: #707580;
}
.modal .apply-as-curator-content .selection-box label {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
}
.modal .apply-as-curator-content .selection-box .pro-tag {
  margin: 4px 4px 4px 0;
}
.footer {
  z-index: 0;
}
.custom-select {
  z-index: 1;
}
.btn-enable-for-you,
.toolbar,
.zendesk-widget {
  z-index: 2;
}
.header,
.header-new,
.header-new-v2 {
  z-index: 10;
}
.section-entity-detail-minimized,
.pro-section-entity-detail-minimized {
  z-index: 6;
}
.my-viberate {
  z-index: 7;
}
.my-viberate .header,
.my-viberate .header-new {
  z-index: 11;
}
.media-player-toolbar {
  z-index: 7;
}
.video-player {
  z-index: 8;
}
.cookies-consent,
.cookies-consent-v2 {
  z-index: 100;
}
.mobile-disclaimer {
  z-index: 101;
}
.notifications-wrapper {
  z-index: 200;
}
.loader-fullscreen {
  z-index: 300;
}
.modal {
  z-index: 10000;
}
/*************** 5. MODULES ***************/
/*****---------- 5.1 Sections ----------*****/
.section {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 480px) {
  .section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1199px) {
  .section {
    padding: 120px 0;
  }
}
.section.fullscreen {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .section.fullscreen {
    min-height: 100vh;
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section.fullscreen {
    padding: 90px 0;
  }
}
.section.fullscreen:first-child {
  margin-top: -60px;
}
@media only screen and (min-width: 768px) {
  .section.fullscreen:first-child {
    margin-top: -70px;
  }
}
.section.blue-grey {
  background-color: #e8eced;
}
.section.white {
  background-color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .section.white + .section.white {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section.white + .section.white {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section.white + .section.white {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .section.white + .section.white {
    padding-top: 0;
  }
}
.section.white + .section.white.section-product-feature {
  padding-top: 0;
}
.section.red {
  background-color: #ff1e43;
  color: #ffffff;
}
.section.black {
  color: #ffffff;
  background-color: #000000;
}
.section.black .rangeSlider {
  border-color: #ffffff;
}
.section.black .rangeSlider__handle {
  background-color: #ffffff;
}
.section.black .range-filter .range-slider-value.active {
  color: #ffffff;
}
.section.black .swiper-button-prev,
.section.black .swiper-button-next {
  background-repeat: no-repeat;
}
.section.black .swiper-button-prev:before {
  background-image: url('../images/svg/arrow-left-white.svg');
  background-repeat: no-repeat;
}
.section.black .swiper-button-next:before {
  background-image: url('../images/svg/arrow-right-white.svg');
  background-repeat: no-repeat;
}
.section.black .section-title {
  color: #ffffff;
}
.section.black .section-title:before {
  background-color: #ffffff;
}
.section.black .section-filter .btn-section-filter {
  color: #666;
}
.section.black .section-filter .btn-section-filter.active {
  color: #ffffff;
}
.section.black .event-list-item {
  color: #ffffff;
}
.section.black .btn-section-filter {
  color: #707580;
}
.section.black .title,
.section.black .subtitle {
  color: #ffffff;
}
.section.black .btn-add-special {
  background-color: #ffffff;
  color: #000000;
}
.section.black .btn-add-special:after {
  background-color: #000000;
  background-image: url('../images/svg/plus-white.svg');
}
.section.grey {
  background-color: #d2d2d1;
}
.section.grey .swiper-button-prev,
.section.grey .swiper-button-next {
  background-color: #d2d2d1;
}
.section.grey-light {
  background-color: #E8ECED;
}
.section.grey-dark {
  background-color: #bec6cb;
}
.section.blue-grey {
  background-color: #e8eced;
}
.section.transparent .custom-select .results {
  background-color: #ffffff;
}
.section.noise {
  background-image: url(../images/gif/noise-animated-dark.gif);
  background-repeat: repeat;
  background-size: 400px;
  background-position: center center;
  color: #ffffff;
}
.section.noise .swiper-button-prev,
.section.noise .swiper-button-next {
  background-image: url(../images/gif/noise-animated-dark.gif);
  background-size: 400px;
  background-repeat: repeat;
}
.section.noise.bright {
  background-image: url(../images/gif/noise-animated-bright.gif);
  color: #000000;
}
.section.noise.bright .swiper-button-prev,
.section.noise.bright .swiper-button-next {
  background-image: url(../images/gif/noise-animated-bright.gif);
}
.section .section-filter select {
  font-weight: 500;
  letter-spacing: 1px;
}
.section header {
  position: relative;
}
.section-feature-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-feature-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    margin-bottom: 60px;
  }
}
.section-feature-title.channel:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  margin-left: -30px;
  width: 60px;
  height: 5px;
  background-color: #000000;
}
.section-feature-title.viberate:after {
  background-color: #ff1e43;
}
.section-feature-title.festival:after {
  background-color: #6B73FF;
}
.section-feature-title.beatport:after {
  background-color: #01e697;
}
.section-feature-title.airplay:after {
  background-color: #f68051;
}
.section-feature-title.artist:after {
  background-color: #8EDCA9;
}
.section-feature-title.spotify:after {
  background-color: #1db954;
}
.section-feature-title.audience:after {
  background-color: #FF99CE;
}
.section-feature-title.genre:after {
  background-color: #66D8ED;
}
.section-feature-title.country:after {
  background-color: #CC79BA;
}
.section-feature-title.label:after {
  background-color: #ADCD4D;
}
.transparent + .transparent:not(.section-didnt-find) {
  padding-top: 0;
}
.section-error {
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-error.fullscreen:first-child {
  margin-top: 0;
  padding: 0;
  height: 100vh;
}
.section-error.v2 {
  color: #000000;
  background: #e8e9f5;
  background: linear-gradient(120deg, #e8e9f5 0%, #e6f8fe 34%, #f4ecfc 69%);
}
.section-error.v2.fullscreen {
  height: calc(100vh - 50px);
}
.section-error.v2 .page {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 50px;
}
@media only screen and (min-width: 768px) {
  .section-error.v2 .page {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-error.v2 article {
  position: relative;
  padding-top: 0;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section-error.v2 article {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 500px;
    margin-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-error.v2 h1 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .section-error.v2 h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 40px;
  }
}
.section-error.v2 h2 {
  font-size: 135px;
  font-size: 13.5rem;
  position: static;
  font-weight: 600;
  top: 0;
  left: 0;
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .section-error.v2 h2 {
    font-size: 250px;
    font-size: 25rem;
  }
}
.section-error.v2 p {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.section-error.v2 .btn-txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.section-error .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-error .logo {
  font-size: 0px;
  font-size: 0rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .section-error .logo {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-error .logo {
    width: 90px;
    height: 90px;
  }
}
.section-error h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  font-weight: 500;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section-error h1 {
    font-size: 70px;
    font-size: 7rem;
    line-height: 76px;
  }
}
.section-error h2 {
  font-size: 180px;
  font-size: 18rem;
  color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-error h2 {
    font-size: 380px;
    font-size: 38rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section-error h2 {
    font-size: 510px;
    font-size: 51rem;
  }
}
@media only screen and (min-width: 1199px) {
  .section-error h2 {
    font-size: 600px;
    font-size: 60rem;
  }
}
@media only screen and (min-width: 1399px) {
  .section-error h2 {
    font-size: 700px;
    font-size: 70rem;
  }
}
.section-error article {
  position: relative;
  z-index: 2;
  max-width: 80%;
}
@media only screen and (min-width: 1199px) {
  .section-error article {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 90px;
    max-width: none;
    max-width: 90%;
  }
}
.section-preloader {
  -webkit-transition: height 400ms ease-out;
  transition: height 400ms ease-out;
  padding: 0;
  position: relative;
  height: 0;
}
.section-preloader.loading {
  width: 100%;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .section-preloader.loading {
    height: 720px;
  }
}
.section-preloader.loading.up {
  background-position: center center;
  height: 150px;
}
@media only screen and (min-width: 768px) {
  .section-preloader.loading.up {
    height: 200px;
  }
}
.section-preloader.loading:before {
  background-position: center top 100px;
}
.section-entity-view {
  padding-top: 0px;
  z-index: 1;
}
.section-entity-view.festival .card h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section-entity-view.festival .card time {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #707580;
  text-transform: uppercase;
}
.section-entity-view.event .card h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section-entity-view.loading {
  z-index: 0;
}
.section-entity-view.loading:before {
  position: fixed;
  z-index: 1;
  top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-entity-view.loading:before {
    top: 65px;
  }
}
.section-entity-view.loading:after {
  margin-top: 30px;
}
.section-entity-view:first-child .entity-list-title {
  padding-top: 26px;
}
@media only screen and (max-width: 767px) {
  .section-entity-view .btn-scroll-to-top {
    bottom: 114px;
  }
}
.section-entity-view .page {
  z-index: -1;
}
.section-entity-view .load-more {
  text-align: right;
  padding-top: 20px;
}
.section-entity-view .btn-back-to-top {
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-entity-view .btn-back-to-top {
    font-size: 0px;
    font-size: 0rem;
    width: 18px;
    height: 22px;
    background-image: url('../images/svg/arrow-up.svg');
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    position: fixed;
    right: 10px;
    bottom: 35px;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section-entity-view .btn-back-to-top {
    background-size: 24px;
    width: 24px;
    height: 28px;
    right: 6px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-entity-view .btn-back-to-top {
    background-size: 28px;
    width: 28px;
    height: 36px;
    right: 10px;
  }
}
@media only screen and (min-width: 1919px) {
  .section-entity-view .btn-back-to-top {
    right: auto;
    left: calc(50% + 650px);
  }
}
.section-entity-view .btn-back-to-top.show {
  pointer-events: all;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-entity-view .entity-list-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  padding: 32px 0 6px 0;
  font-weight: 500;
}
.section-entity-view .entity-list.grid-view .entity-list-listing {
  margin: -15px;
}
@media only screen and (min-width: 768px) {
  .section-entity-view .entity-list.grid-view .entity-list-listing {
    *zoom: 1;
  }
  .section-entity-view .entity-list.grid-view .entity-list-listing:before {
    content: " ";
    display: table;
  }
  .section-entity-view .entity-list.grid-view .entity-list-listing:after {
    content: " ";
    display: table;
    clear: both;
  }
}
.section-entity-view .entity-list.grid-view .entity-list-listing .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
@media only screen and (min-width: 600px) {
  .section-entity-view .entity-list.grid-view .entity-list-listing .item {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .section-entity-view .entity-list.grid-view .entity-list-listing .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1199px) {
  .section-entity-view .entity-list.grid-view .entity-list-listing .item {
    width: 25%;
  }
}
.section-entity-view .entity-list.grid-view .entity-list-listing .item:first-child {
  padding: 15px;
}
.section-entity-view .entity-list.chart-state-right .entity-list-chart-item-v2.has-states .column-secondary .col-rank-section.p1 {
  display: none;
}
.section-entity-view .entity-list.chart-state-right .entity-list-chart-item-v2.has-states .column-secondary .col-rank-section.p1.p2,
.section-entity-view .entity-list.chart-state-right .entity-list-chart-item-v2.has-states .column-secondary .col-rank-section.p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-entity-view .entity-list.chart-state-right .entity-list-chart-item-v2.has-states .column-secondary:before {
  content: none;
}
.section-entity-view .entity-list .card .bottom {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: -4px 0;
  height: 61px;
  overflow: hidden;
}
.section-entity-view .entity-list .card .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-entity-view .entity-list .card .swiper-slide {
  position: relative;
  height: 185px;
}
.section-entity-view .entity-list .card .swiper-button-next,
.section-entity-view .entity-list .card .swiper-button-prev {
  width: 40px;
}
.section-entity-view .entity-list .card .swiper-button-next:before,
.section-entity-view .entity-list .card .swiper-button-prev:before {
  background-size: 12px;
}
.section-entity-view .entity-list .item {
  padding-top: 15px;
}
.section-entity-view .entity-list .item:first-child {
  padding-top: 0;
}
.section-entity-view .coming-soon {
  padding: 120px 0 80px 0;
}
@media only screen and (min-width: 768px) {
  .section-entity-view .coming-soon {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.section-entity-view .coming-soon h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-entity-view .coming-soon h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 66px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-entity-view .coming-soon h1 {
    font-size: 100px;
    font-size: 10rem;
    line-height: 100px;
  }
}
.section-plain-text .section-main {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .section-plain-text .section-main {
    max-width: 710px;
  }
}
.section-plain-text h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-plain-text h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-plain-text h1 {
    font-size: 120px;
    font-size: 12rem;
    line-height: 120px;
  }
}
.section-plain-text h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  font-weight: 600;
  padding: 40px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .section-plain-text h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-plain-text h2 {
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 85px;
  }
}
.section-plain-text h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  padding: 30px 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .section-plain-text h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-plain-text h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
  }
}
.section-plain-text .lead + h2 {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section-plain-text .lead + h2 {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-plain-text .lead + h2 {
    padding-top: 120px;
  }
}
.section-plain-text h2 + h3 {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section-plain-text h2 + h3 {
    padding-top: 60px;
  }
}
.section-plain-text .lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 600;
  padding: 20px 0;
}
@media only screen and (min-width: 1199px) {
  .section-plain-text .lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }
}
.section-plain-text ol {
  padding-left: 35px;
}
@media only screen and (min-width: 1199px) {
  .section-plain-text ol li {
    padding-top: 10px;
  }
}
.section-plain-text ol li:first-child {
  padding-top: 0;
}
.section-plain-text ul {
  padding-left: 35px;
}
.section-plain-text ul li {
  list-style-type: square;
}
@media only screen and (min-width: 1199px) {
  .section-plain-text ul li {
    padding-top: 10px;
  }
}
.section-plain-text ul li:first-child {
  padding-top: 0;
}
.section-plain-text table {
  font-size: 11px;
  font-size: 1.1rem;
  *zoom: 1;
  margin: 0 0 10px 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
  line-height: 1.2;
  color: inherit;
  font-family: 'suisseInt', sans-serif;
}
.section-plain-text table:before {
  content: " ";
  display: table;
}
.section-plain-text table:after {
  content: " ";
  display: table;
  clear: both;
}
.section-plain-text th,
.section-plain-text td {
  text-align: left;
  vertical-align: top;
  border-collapse: collapse;
  padding: 8px 4px 8px 0;
}
@media only screen and (min-width: 768px) {
  .section-plain-text th,
  .section-plain-text td {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.section-plain-text thead th {
  font-weight: 600;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.section-plain-text a {
  color: #000000;
  font-weight: 500;
}
.section-plain-text a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.section-plain-text .cookies-form {
  padding-bottom: 50px;
}
.section-plain-text .form-row {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 10px 40px 10px 0;
}
.section-plain-text input[type="checkbox"].custom-checkbox + label {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  padding-left: 24px;
}
.pro-v2 .pro-sidebar-filters .item {
  padding: 4px 0;
}
.pro-v2 .pro-sidebar-filters .item.has-divider {
  border-bottom: 1px solid #e8eced;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.pro-v2 .pro-sidebar-filters .item.disabled {
  pointer-events: none;
  cursor: default;
  color: #D5DDE0;
}
.pro-v2 .pro-sidebar-filters .item.disabled .flag {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.pro-v2 .pro-sidebar-filters .item.disabled .mini-badge {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-v2 .pro-sidebar-filters .item.disabled input[type="checkbox"].pro-custom-checkbox + label,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="radio"].pro-custom-checkbox + label,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="checkbox"].pro-custom-radio + label,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="radio"].pro-custom-radio + label {
  color: #D5DDE0;
}
.pro-v2 .pro-sidebar-filters .item.disabled input[type="checkbox"].pro-custom-checkbox + label:before,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="radio"].pro-custom-checkbox + label:before,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="checkbox"].pro-custom-radio + label:before,
.pro-v2 .pro-sidebar-filters .item.disabled input[type="radio"].pro-custom-radio + label:before {
  border-color: #D5DDE0;
}
.pro-v2 .pro-sidebar-filters .pro-search .results .result-item {
  padding: 4px 8px;
}
.pro-v2 .pro-sidebar-filters .pro-custom-radio + label,
.pro-v2 .pro-sidebar-filters .pro-custom-checkbox + label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.pro-v2 .pro-table-wrapper {
  overflow: hidden;
  overflow-x: auto;
}
.pro-v2 .pro-table-wrapper.request-data {
  position: relative;
}
.pro-v2 .pro-table-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
  height: 4px;
}
.pro-v2 .pro-table-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-v2 .pro-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-v2 .pro-table {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  width: 100%;
}
.pro-v2 .pro-table.pro-table-chart td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pro-v2 .pro-table.pro-table-gender-and-age td {
  vertical-align: top;
}
.pro-v2 .pro-table.pro-table-gender-and-age .value strong {
  font-weight: 600;
}
.pro-v2 .pro-table.pro-table-gender-and-age .value .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pro-v2 .pro-table.pro-table-gender-and-age .value .first:first-child,
.pro-v2 .pro-table.pro-table-gender-and-age .value .second:first-child {
  padding-bottom: 12px;
}
.pro-v2 .pro-table.pro-table-gender-and-age .value .first:first-child + div,
.pro-v2 .pro-table.pro-table-gender-and-age .value .second:first-child + div {
  padding-bottom: 4px;
}
.pro-v2 .pro-table.grey {
  color: #000000;
}
.pro-v2 .pro-table.sticky-header th,
.pro-v2 .pro-table.sticky-header .thead {
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
}
.pro-v2 .pro-table.sticky-header th:after,
.pro-v2 .pro-table.sticky-header .thead:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #f4f6f6;
}
.pro-v2 .pro-table.table-selectable > tbody > tr {
  cursor: pointer;
}
.pro-v2 .pro-table.table-selectable > tbody > tr.active > td {
  background-color: #eef0fb !important;
  color: #000000;
}
.pro-v2 .pro-table.table-selectable > tbody > tr.active .arrow-toggle {
  background-image: url('../images/svg/chevron-up-blue.svg');
}
.pro-v2 .pro-table.table-selectable > tbody > tr.not-selectable {
  cursor: default;
}
.pro-v2 .pro-table.table-selectable > tbody > tr.not-selectable .arrow-toggle {
  background-image: url('../images/svg/chevron-down-grey.svg');
}
.pro-v2 .pro-table.table-selectable > tbody > tr:hover:not(.active) > td {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-0 th:nth-child(0),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-0 td:nth-child(0) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-0 th:nth-child(0) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-1 th:nth-child(1),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-1 td:nth-child(1) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-1 th:nth-child(1) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-2 th:nth-child(2),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-2 td:nth-child(2) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-2 th:nth-child(2) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-3 th:nth-child(3),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-3 td:nth-child(3) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-3 th:nth-child(3) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-4 th:nth-child(4),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-4 td:nth-child(4) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-4 th:nth-child(4) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-5 th:nth-child(5),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-5 td:nth-child(5) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-5 th:nth-child(5) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-6 th:nth-child(6),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-6 td:nth-child(6) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-6 th:nth-child(6) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-7 th:nth-child(7),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-7 td:nth-child(7) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-7 th:nth-child(7) {
  font-weight: 600;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-8 tbody th:nth-child(8),
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-8 tbody td:nth-child(8) {
  color: #000000;
}
.pro-v2 .pro-table:not(.table-selectable).active-sort-col-8 th:nth-child(8) {
  font-weight: 600;
}
.pro-v2 .pro-table.table-audience-map td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pro-v2 .pro-table.table-audience-map td:first-child {
  text-align: right;
  width: 5px;
}
.pro-v2 .pro-table.table-audience-map td .country {
  min-width: 60px;
}
.pro-v2 .pro-table.table-audience-map .channel-value {
  padding-left: 25px;
}
.pro-v2 .pro-table.table-signature-festivals .card-micro h3 {
  color: black;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-signature-festivals .card-micro h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-signature-festivals th {
    white-space: nowrap;
  }
}
.pro-v2 .pro-table.table-signature-festivals th:last-child {
  text-transform: uppercase;
}
.pro-v2 .pro-table.table-signature-festivals .channel-value {
  padding-left: 25px;
}
.pro-v2 .pro-table.table-track-charts td:first-child,
.pro-v2 .pro-table.table-track-charts th:first-child {
  width: 10px;
  text-align: right;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(3),
.pro-v2 .pro-table.table-track-charts th:nth-child(3) {
  width: 12%;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(4),
.pro-v2 .pro-table.table-track-charts th:nth-child(4) {
  width: 12%;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(5),
.pro-v2 .pro-table.table-track-charts th:nth-child(5) {
  width: 100px;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(6),
.pro-v2 .pro-table.table-track-charts th:nth-child(6) {
  width: 60px;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(7),
.pro-v2 .pro-table.table-track-charts th:nth-child(7) {
  width: 100px;
}
.pro-v2 .pro-table.table-track-charts td:nth-child(2) {
  color: #000000;
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-track-charts th {
    white-space: nowrap;
  }
}
.pro-v2 .pro-table.table-track-charts .peak-date,
.pro-v2 .pro-table.table-track-charts .time-on-chart {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-top-youtube-channels .graph {
  /*max-width: 248px;

				@media @bp_360 {
					max-width: 288px;
				}

				@media @bp_1024 {
					max-width: 340px;
				}*/
}
.pro-v2 .pro-table.table-videos-on-youtube th {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-videos-on-youtube td:nth-last-child(2) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-videos-on-youtube td:last-child {
  width: 5px;
  white-space: nowrap;
}
.pro-v2 .pro-table.table-videos-on-youtube .graph {
  /*max-width: 248px;

				@media @bp_360 {
					max-width: 288px;
				}

				@media @bp_1024 {
					max-width: 340px;
				}*/
}
.pro-v2 .pro-table.table-top-performing-artists td,
.pro-v2 .pro-table.table-top-performing-artists th {
  padding: 10px;
}
.pro-v2 .pro-table.table-top-performing-artists td:first-child,
.pro-v2 .pro-table.table-top-performing-artists th:first-child {
  padding-left: 24px;
  width: 35%;
}
.pro-v2 .pro-table.table-top-performing-artists td:nth-child(2),
.pro-v2 .pro-table.table-top-performing-artists th:nth-child(2) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-top-performing-artists td:nth-child(3),
.pro-v2 .pro-table.table-top-performing-artists th:nth-child(3),
.pro-v2 .pro-table.table-top-performing-artists td:nth-child(4),
.pro-v2 .pro-table.table-top-performing-artists th:nth-child(4),
.pro-v2 .pro-table.table-top-performing-artists td:nth-child(5),
.pro-v2 .pro-table.table-top-performing-artists th:nth-child(5) {
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-v2 .pro-table.table-top-performing-artists th:last-child {
  text-align: center;
}
.pro-v2 .pro-table.table-top-performing-artists .genre {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  color: #808080;
  display: inline-block;
  padding: 15px 20px 0px 0;
}
.pro-v2 .pro-table.table-top-performing-artists .genre strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  color: #000000;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 10px;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status label,
.pro-v2 .pro-table.table-top-performing-artists .career-health-status div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status label {
  font-size: 10px;
  font-size: 1rem;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .good,
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .fair,
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .poor {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .good:before,
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .fair:before,
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .poor:before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  vertical-align: middle;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .good:before {
  background-color: #68E2AC;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .fair:before {
  background-color: #FFE45D;
}
.pro-v2 .pro-table.table-top-performing-artists .career-health-status .poor:before {
  background-color: #F97F8F;
}
.pro-v2 .pro-table.table-connections-by-popularity .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #f4f6f6;
}
.pro-v2 .pro-table.table-connections-by-popularity .ReactVirtualized__Grid {
  outline: 0;
}
.pro-v2 .pro-table.table-connections-by-popularity .ReactVirtualized__Table__Grid .tr:hover {
  background-color: #efefef;
}
.pro-v2 .pro-table.table-connections-by-popularity .td,
.pro-v2 .pro-table.table-connections-by-popularity .th {
  font-size: 9px;
  font-size: 0.9rem;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:first-child,
.pro-v2 .pro-table.table-connections-by-popularity .th:first-child {
  font-size: 10px;
  font-size: 1rem;
  padding-left: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(2),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(3),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(3),
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(4),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(4),
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(5),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(5) {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(3),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(3),
  .pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
            flex: 0 0 105px;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(4),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(4),
  .pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 134px;
            flex: 0 0 134px;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(5),
.pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(5),
  .pro-v2 .pro-table.table-connections-by-popularity .th:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 108px;
            flex: 0 0 108px;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .td:last-child,
.pro-v2 .pro-table.table-connections-by-popularity .th:last-child {
  padding-right: 24px;
}
.pro-v2 .pro-table.table-connections-by-popularity .value {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-connections-by-popularity .value {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .th {
  padding-top: 20px;
  padding-botom: 20px;
}
.pro-v2 .pro-table.table-connections-by-popularity .td,
.pro-v2 .pro-table.table-connections-by-popularity td {
  position: relative;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(3):before,
.pro-v2 .pro-table.table-connections-by-popularity td:nth-child(3):before,
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(4):before,
.pro-v2 .pro-table.table-connections-by-popularity td:nth-child(4):before,
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(5):before,
.pro-v2 .pro-table.table-connections-by-popularity td:nth-child(5):before {
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  top: 10px;
  bottom: 10px;
  background-color: #f4f6f6;
}
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(3):before,
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(4):before,
.pro-v2 .pro-table.table-connections-by-popularity .td:nth-child(5):before {
  top: 0;
  bottom: 0;
}
.pro-v2 .pro-table.table-connections-by-popularity th {
  font-size: 9px;
  font-size: 0.9rem;
  padding-top: 20px;
}
.pro-v2 .pro-table.table-connections-by-popularity th:first-child {
  font-size: 10px;
  font-size: 1rem;
}
.pro-v2 .pro-table.table-connections-by-popularity .card-micro h3 {
  color: black;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-connections-by-popularity .card-micro h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .channel {
  font-size: 0px;
  font-size: 0rem;
  white-space: nowrap;
  text-align: center;
  display: block;
  margin-right: 0;
}
.pro-v2 .pro-table.table-connections-by-popularity .channel.viberate {
  text-align: left;
}
@media only screen and (min-width: 1199px) {
  .pro-v2 .pro-table.table-connections-by-popularity .channel {
    font-size: 9px;
    font-size: 0.9rem;
    text-align: left;
    margin-right: 6px;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .genre {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  color: #808080;
  display: inline-block;
  padding: 10px 20px 10px 0;
}
@media only screen and (min-width: 1024px) {
  .pro-v2 .pro-table.table-connections-by-popularity .genre {
    width: 33.33%;
  }
}
.pro-v2 .pro-table.table-connections-by-popularity .genre:last-child {
  padding-right: 0;
}
.pro-v2 .pro-table.table-connections-by-popularity .genre strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  color: #000000;
}
.pro-v2 .pro-table.table-connections-by-popularity .following {
  text-align: center;
}
.pro-v2 .pro-table.table-top-countries td:first-child {
  text-align: right;
  width: 10px;
}
.pro-v2 .pro-table.table-top-countries td .country {
  min-width: 80px;
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-v2 .pro-table.table-top-countries th {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-top-cities-by-spins td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pro-v2 .pro-table.table-top-cities-by-spins td:first-child {
  text-align: right;
  width: 10px;
}
.pro-v2 .pro-table.table-top-cities-by-spins th {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-top-cities-by-spins .city {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-width: 80px;
  color: #000000;
  font-weight: 500;
}
.pro-v2 .pro-table.table-most-mentioned .card-micro {
  min-width: 250px;
}
.pro-v2 .pro-table.table-most-mentioned .mentionees {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 350px;
  line-height: 16px;
  color: #707580;
}
.pro-v2 .pro-table.table-bars {
  color: #000000;
  position: relative;
}
.pro-v2 .pro-table.table-bars.has-label-y > tbody > tr > td:first-child {
  padding-left: 20px;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(1) .pro-bar {
  background-color: #12813A;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(2) .pro-bar {
  background-color: #298D4D;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(3) .pro-bar {
  background-color: #419A61;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(4) .pro-bar {
  background-color: #59A775;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(5) .pro-bar {
  background-color: #71B389;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(6) .pro-bar {
  background-color: #7DBA93;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(7) .pro-bar {
  background-color: #88C09C;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(8) .pro-bar {
  background-color: #A0CDB0;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(9) .pro-bar {
  background-color: #ACD3BA;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(10) .pro-bar {
  background-color: #B7D9C4;
}
.pro-v2 .pro-table.table-bars.spotify tr:nth-child(11) .pro-bar {
  background-color: #B7D9C4;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(1) .pro-bar {
  background-color: #FD0070;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(2) .pro-bar {
  background-color: #FD197E;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(3) .pro-bar {
  background-color: #FD338D;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(4) .pro-bar {
  background-color: #FE4C9B;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(5) .pro-bar {
  background-color: #FD59A2;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(6) .pro-bar {
  background-color: #FE66A9;
}
.pro-v2 .pro-table.table-bars.applemusic tr:nth-child(7) .pro-bar {
  background-color: #FE73B0;
}
@media only screen and (max-width: 767px) {
  .pro-v2 .pro-table.table-bars.countries .pro-bar span {
    color: #000000;
  }
  .pro-v2 .pro-table.table-bars.countries .pro-bar span:before {
    border-radius: 2px;
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(1) .pro-bar {
  background-color: #494C52;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(2) .pro-bar {
  background-color: #5b5e63;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(3) .pro-bar {
  background-color: #6d7075;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(4) .pro-bar {
  background-color: #7f8186;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(5) .pro-bar {
  background-color: #929497;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(6) .pro-bar {
  background-color: #a4a5a8;
}
.pro-v2 .pro-table.table-bars.countries tr:nth-child(7) .pro-bar {
  background-color: #b6b7ba;
}
.pro-v2 .pro-table.table-bars.age-and-gender td {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
}
.pro-v2 .pro-table.table-bars.age-and-gender td:last-child {
  padding-right: 10px;
}
.pro-v2 .pro-table.table-bars.age-and-gender .bar-scale {
  padding-right: 10px;
}
.pro-v2 .pro-table.table-bars.age-and-gender .pro-bar {
  background-color: #80e4e8;
  cursor: pointer;
}
.pro-v2 .pro-table.table-bars.age-and-gender .pro-bar:hover .pro-bar-tooltip {
  display: block;
}
.pro-v2 .pro-table.table-bars.age-and-gender .pro-bar .sub-pro-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ff99ce;
  margin: 0;
}
.pro-v2 .pro-table.table-bars.age-and-gender .pro-bar .sub-pro-bar.unknown {
  background-color: #d5dde0;
}
.pro-v2 .pro-table.table-bars.age-and-gender .pro-bar .sub-pro-bar.nonbinary {
  background-color: #fdd471;
}
.pro-v2 .pro-table.table-bars.table-bars-selectable td:last-child {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pro-v2 .pro-table.table-bars.table-bars-selectable tr:not(.scale):hover {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.table-bars.rounded-corners .pro-bar {
  border-radius: 0 4px 4px 0;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  display: none;
  background-color: #ffffff;
  padding: 12px 18px;
  position: absolute;
  top: 28px;
  left: 40px;
  z-index: 1;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip label {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  padding-bottom: 10px;
  display: block;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip .total td {
  padding-bottom: 8px !important;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip .circle {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip .circle.relative {
  position: relative;
  left: 0;
  margin-left: 0;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip td {
  font-size: 12px;
  font-size: 1.2rem;
  border: 0;
  text-align: left;
  width: auto;
  padding: 4px 6px;
  line-height: 1;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip td:first-child {
  border: 0;
  width: auto;
  color: #000000;
  text-align: left;
  padding: 4px 6px;
  padding-left: 0;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip td:last-child {
  padding: 4px 6px;
  padding-right: 0;
}
.pro-v2 .pro-table.table-bars .pro-bar-tooltip strong {
  font-weight: 600;
}
.pro-v2 .pro-table.table-bars tfoot {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
}
.pro-v2 .pro-table.table-bars tfoot td,
.pro-v2 .pro-table.table-bars tfoot td:first-child {
  border: 0;
}
.pro-v2 .pro-table.table-bars tfoot .label-y {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars tfoot .label-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 20px;
  }
  .pro-v2 .pro-table.table-bars tfoot .label-y span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    display: inline-block;
  }
}
.pro-v2 .pro-table.table-bars tr.active td {
  color: #000000;
  background-color: #eef0fb;
}
.pro-v2 .pro-table.table-bars tr.active .pro-bar {
  color: #000000;
}
.pro-v2 .pro-table.table-bars tr.scale td {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: 40px;
}
.pro-v2 .pro-table.table-bars tr.scale td:first-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars tr.scale td:first-child {
    display: table-cell;
  }
}
.pro-v2 .pro-table.table-bars tr.scale td:last-child {
  border-top: 1px solid #e8eced;
  border-left: 0;
}
.pro-v2 .pro-table.table-bars td {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars td {
    display: table-cell;
  }
}
.pro-v2 .pro-table.table-bars td:first-child {
  white-space: normal;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars td:first-child {
    width: 10px;
    text-align: right;
    border-right: 1px solid #e8eced;
    white-space: nowrap;
    padding-right: 12px;
  }
}
.pro-v2 .pro-table.table-bars td:last-child {
  width: 100%;
  border-bottom: 1px solid #e8eced;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars td:last-child {
    padding-left: 0;
    padding-top: 8px;
    border-bottom: 0;
    width: auto;
    padding-right: 150px;
  }
}
.pro-v2 .pro-table.table-bars label.channel {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #707580;
  text-transform: uppercase;
}
.pro-v2 .pro-table.table-bars label.channel.youtube.disabled:before {
  background-image: url('../images/svg/youtube-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.social-media.disabled:before {
  background-image: url('../images/svg/social-media-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.social-media:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.airplay.disabled:before {
  background-image: url('../images/svg/airplay-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.viberate.disabled:before {
  background-image: url('../images/svg/viberate-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.soundcloud.disabled:before {
  background-image: url('../images/svg/soundcloud-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.twitter.disabled:before {
  background-image: url('../images/svg/twitter-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.bandsintown.disabled:before {
  background-image: url('../images/svg/bandsintown-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.deezer.disabled:before {
  background-image: url('../images/svg/deezer-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.shazam.disabled:before {
  background-image: url('../images/svg/shazam-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.spotify.disabled:before {
  background-image: url('../images/svg/spotify-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.instagram.disabled:before {
  background-image: url('../images/svg/instagram-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.facebook.disabled:before {
  background-image: url('../images/svg/facebook-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.airplay.disabled:before {
  background-image: url('../images/svg/airplay-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel.tiktok.disabled:before {
  background-image: url('../images/svg/tiktok-disabled.svg');
}
.pro-v2 .pro-table.table-bars label.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-v2 .pro-table.table-bars label.channel:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.pro-v2 .pro-table.table-bars .main-genre {
  display: block;
  color: #707580;
}
.pro-v2 .pro-table.table-bars .genre {
  line-height: 1;
}
.pro-v2 .pro-table.table-bars .genre small {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  display: block;
  line-height: 1;
  padding-top: 3px;
}
.pro-v2 .pro-table.table-bars .bar-scale {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars .bar-scale {
    padding-right: 150px;
  }
}
.pro-v2 .pro-table.table-bars .bar-scale .scale-item {
  position: relative;
}
.pro-v2 .pro-table.table-bars .bar-scale .scale-item:not(first-child) span {
  width: 50px;
  margin-right: -25px;
  text-align: center;
}
.pro-v2 .pro-table.table-bars .bar-scale .scale-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 1px;
  background-color: #e8eced;
}
.pro-v2 .pro-table.table-bars .bar-scale .scale-item span {
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  right: 100%;
  top: 10px;
  color: #707580;
}
.pro-v2 .pro-table.table-bars .pro-bar {
  position: relative;
  background-color: #707580;
  height: 24px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars .pro-bar {
    color: #707580;
  }
}
.pro-v2 .pro-table.table-bars .pro-bar span {
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  white-space: nowrap;
  left: 12px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-bars .pro-bar span {
    left: 100%;
    margin-left: 10px;
  }
}
.pro-v2 .pro-table.table-bars .pro-bar span strong {
  font-weight: 600;
}
.pro-v2 .pro-table.table-bars .pro-bar.instagram {
  background-color: #c13684;
}
.pro-v2 .pro-table.table-bars .pro-bar.twitter {
  background-color: #00acee;
}
.pro-v2 .pro-table.table-bars .pro-bar.soundcloud {
  background-color: #ff6400;
}
.pro-v2 .pro-table.table-bars .pro-bar.youtube {
  background-color: #ff0000;
}
.pro-v2 .pro-table.table-bars .pro-bar.bandsintown {
  background-color: #00d2c9;
}
.pro-v2 .pro-table.table-bars .pro-bar.shazam {
  background-color: #2255ff;
}
.pro-v2 .pro-table.table-bars .pro-bar.tiktok {
  background-color: #3cdae5;
}
.pro-v2 .pro-table.table-bars .pro-bar.facebook {
  background-color: #1877f2;
}
.pro-v2 .pro-table.table-bars .pro-bar.spotify {
  background-color: #1db954;
}
.pro-v2 .pro-table.table-bars .pro-bar.deezer {
  background-color: #a138fd;
}
.pro-v2 .pro-table.table-bars .pro-bar.airplay {
  background-color: #f68051;
}
.pro-v2 .pro-table.table-bars .pro-bar.rock {
  background-color: #7baad5;
}
.pro-v2 .pro-table.table-bars .pro-bar.country {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #cd79ba;
  text-transform: none;
  padding-right: 0;
}
.pro-v2 .pro-table.table-bars .pro-bar.pop {
  background-color: #66c2e7;
}
.pro-v2 .pro-table.table-bars .pro-bar.hip-hop {
  background-color: #66d2d6;
}
.pro-v2 .pro-table.table-bars .pro-bar.rnb {
  background-color: #66c9ab;
}
.pro-v2 .pro-table.table-bars .pro-bar.latin {
  background-color: #f4729b;
}
.pro-v2 .pro-table.table-bars .pro-bar.electronic {
  background-color: #66d8ed;
}
.pro-v2 .pro-table.table-bars .pro-bar.rock {
  background-color: #7baad5;
}
.pro-v2 .pro-table.table-bars .pro-bar.metal {
  background-color: #798cc2;
}
.pro-v2 .pro-table.table-bars .pro-bar.punk {
  background-color: #a281bd;
}
.pro-v2 .pro-table.table-bars .pro-bar.jazz {
  background-color: #a6d78f;
}
.pro-v2 .pro-table.table-bars .pro-bar.reggae {
  background-color: #fdd471;
}
.pro-v2 .pro-table.table-bars .pro-bar.blues {
  background-color: #66cd94;
}
.pro-v2 .pro-table.table-bars .pro-bar.classical {
  background-color: #c9e188;
}
.pro-v2 .pro-table.table-bars .pro-bar.religious {
  background-color: #e0e97f;
}
.pro-v2 .pro-table.table-bars .pro-bar.european {
  background-color: #f5907a;
}
.pro-v2 .pro-table.table-bars .pro-bar.asian {
  background-color: #fabc78;
}
.pro-v2 .pro-table.table-bars .pro-bar.middle-eastern {
  background-color: #f0f070;
}
.pro-v2 .pro-table.table-bars .pro-bar.african {
  background-color: #ffe566;
}
.pro-v2 .pro-table.table-bars .pro-bar.other {
  background-color: #ddd;
}
.pro-v2 .pro-table.table-airplay-by-cities td:first-child {
  text-align: right;
  width: 10px;
  white-space: nowrap;
}
.pro-v2 .pro-table.table-airplay-by-cities td:nth-child(2) {
  color: #000000;
}
.pro-v2 .pro-table.table-airplay-by-cities td:nth-child(3),
.pro-v2 .pro-table.table-airplay-by-cities td:nth-child(4),
.pro-v2 .pro-table.table-airplay-by-cities td:nth-child(5),
.pro-v2 .pro-table.table-airplay-by-cities td:nth-child(6) {
  width: 100px;
}
@media only screen and (min-width: 1399px) {
  .pro-v2 .pro-table.table-airplay-by-cities td:nth-child(3),
  .pro-v2 .pro-table.table-airplay-by-cities td:nth-child(4),
  .pro-v2 .pro-table.table-airplay-by-cities td:nth-child(5),
  .pro-v2 .pro-table.table-airplay-by-cities td:nth-child(6) {
    width: 150px;
  }
}
.pro-v2 .pro-table.table-airplay-by-cities td .country {
  color: #707580;
}
.pro-v2 .pro-table.table-beatport-charts .pro-content-module-article {
  padding-top: 0;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th {
  padding-bottom: 12px;
  border-bottom: 1px solid #a0aeb4;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td:nth-child(2) {
  width: 160px;
  white-space: normal;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th:nth-child(3) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td:nth-child(3) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th:nth-child(2) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td:nth-child(2) .value {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 th:last-child,
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 td:last-child {
  width: 5px;
  white-space: nowrap;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro {
  height: 48px;
  min-width: 200px;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro {
    min-width: 240px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro {
    min-width: 300px;
  }
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro figure {
  width: 48px;
  height: 48px;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro article {
  padding-left: 64px;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro h3 {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks-v2 .card-micro .artists {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 16px;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks td:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.top-tracks th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.top-tracks td:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.top-tracks th:nth-child(3) {
  width: 15%;
  white-space: normal;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks td:nth-child(2) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks th:nth-child(2) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks td:nth-child(3) .value,
.pro-v2 .pro-table.table-beatport-charts.top-tracks th:nth-child(3) .value {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-v2 .pro-table.table-beatport-charts.top-tracks .card-micro {
  min-width: 180px;
}
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(7),
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(7) {
  width: 15%;
  white-space: normal;
}
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(2) .value,
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(2) .value,
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(4) .value,
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(4) .value,
.pro-v2 .pro-table.table-beatport-charts.performance td:nth-child(7) .value,
.pro-v2 .pro-table.table-beatport-charts.performance th:nth-child(7) .value {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-v2 .pro-table.table-beatport-charts.artist-network td:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.artist-network th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.artist-network td:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.artist-network th:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.artist-network td:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.artist-network th:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.artist-network td:nth-child(5),
.pro-v2 .pro-table.table-beatport-charts.artist-network th:nth-child(5) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-beatport-charts.artist-network small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  display: block;
}
.pro-v2 .pro-table.table-beatport-charts.artist-network .more-info {
  bottom: 1px;
  vertical-align: middle;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network.active-sort-col-4 th:nth-child(3) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network.active-sort-col-4 th:nth-child(4) {
  background-color: transparent;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network td:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network td:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network td:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network td:nth-child(5),
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:nth-child(5) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:last-child {
  text-align: center;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network th:last-child label {
  text-align: left;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network td:last-child {
  text-align: center;
  white-space: nowrap;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  display: block;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network .more-info > article {
  text-align: left;
  width: 300px;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network .more-info .info-title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 10px;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network .more-info .item {
  padding: 4px 0;
  border-top: 1px solid #e8eced;
}
.pro-v2 .pro-table.table-beatport-charts.fans-on-network .more-info .item:first-child {
  border: 0;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .value-tooltip {
  z-index: unset;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .value-tooltip .tooltip-article {
  z-index: 2;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .more-info {
  bottom: 1px;
  vertical-align: middle;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .more-info > article {
  text-align: left;
  width: 300px;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .more-info .info-title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 10px;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .more-info .item {
  padding: 4px 0;
  border-top: 1px solid #e8eced;
}
.pro-v2 .pro-table.table-beatport-charts.label-network .more-info .item:first-child {
  border: 0;
}
.pro-v2 .pro-table.table-beatport-charts label.channel {
  text-transform: none;
}
.pro-v2 .pro-table.table-beatport-charts label.channel:not(.sortable) {
  padding-left: 26px;
}
.pro-v2 .pro-table.table-beatport-charts label.channel:not(.sortable):before {
  position: absolute;
  left: 0;
  top: 0;
}
.pro-v2 .pro-table.table-beatport-charts td:first-child,
.pro-v2 .pro-table.table-beatport-charts th:first-child {
  width: 30%;
}
.pro-v2 .pro-table.table-beatport-charts td:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts th:nth-child(2),
.pro-v2 .pro-table.table-beatport-charts td:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts th:nth-child(3),
.pro-v2 .pro-table.table-beatport-charts td:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts th:nth-child(4),
.pro-v2 .pro-table.table-beatport-charts td:nth-child(5),
.pro-v2 .pro-table.table-beatport-charts th:nth-child(5),
.pro-v2 .pro-table.table-beatport-charts td:nth-child(6),
.pro-v2 .pro-table.table-beatport-charts th:nth-child(6) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-beatport-charts td:last-child,
.pro-v2 .pro-table.table-beatport-charts th:last-child {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-playlists-spotify .card-micro.song article {
  min-width: 240px;
  max-width: 240px;
}
.pro-v2 .pro-table.table-playlists-spotify .value.track,
.pro-v2 .pro-table.table-playlists-spotify .value.artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
}
.pro-v2 .pro-table.table-playlists-spotify .value.two-tone .first,
.pro-v2 .pro-table.table-playlists-spotify .value.two-tone .second {
  line-height: 16px;
}
.pro-v2 .pro-table.table-playlists-spotify .value.two-tone .second {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 2px;
}
.pro-v2 .pro-table.table-playlists-spotify .value sup {
  margin-right: 5px;
}
.pro-v2 .pro-table.table-shazams .card-micro.song article {
  min-width: 240px;
  max-width: 240px;
}
.pro-v2 .pro-table.table-shazams .value.track,
.pro-v2 .pro-table.table-shazams .value.artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
}
.pro-v2 .pro-table.table-shazams .value.two-tone .first,
.pro-v2 .pro-table.table-shazams .value.two-tone .second {
  line-height: 16px;
}
.pro-v2 .pro-table.table-shazams .value.two-tone .second {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 2px;
}
.pro-v2 .pro-table.table-shazams .value sup {
  margin-right: 5px;
}
.pro-v2 .pro-table.table-tracks-on-shazam-charts td:nth-chidl(3) {
  min-width: 240px;
  width: 240px;
}
.pro-v2 .pro-table.table-top-videos-and-tracks td:first-child {
  text-align: right;
}
.pro-v2 .pro-table.table-tracks-spotify.active-sort-col-7 tr:not(.active) td:nth-child(8) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.table-tracks-spotify.active-sort-col-7 tr:not(.active) td:nth-child(7) {
  background-color: transparent;
}
.pro-v2 .pro-table.table-tracks-spotify th:nth-child(6) {
  white-space: nowrap;
}
.pro-v2 .pro-table.table-tracks-spotify th:nth-child(6) .more-info article {
  white-space: normal;
}
.pro-v2 .pro-table.table-tracks-spotify td:nth-child(6) {
  width: 10px;
  white-space: nowrap;
}
.pro-v2 .pro-table.table-tracks-spotify .value.artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
}
.pro-v2 .pro-table.table-tracks-spotify .value .value-change {
  margin-left: 8px;
}
.pro-v2 .pro-table.table-current-tracks th:first-child,
.pro-v2 .pro-table.table-current-tracks td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
}
.pro-v2 .pro-table.table-current-tracks .card-micro {
  margin-top: 4px;
  margin-bottom: 4px;
}
.pro-v2 .pro-table.active-sort-col-1 th:nth-child(1),
.pro-v2 .pro-table.active-sort-col-1 td:nth-child(1) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-1 th:nth-child(1) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-2 th:nth-child(2),
.pro-v2 .pro-table.active-sort-col-2 td:nth-child(2) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-2 th:nth-child(2) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-3 th:nth-child(3),
.pro-v2 .pro-table.active-sort-col-3 td:nth-child(3) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-3 th:nth-child(3) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-4 th:nth-child(4),
.pro-v2 .pro-table.active-sort-col-4 td:nth-child(4) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-4 th:nth-child(4) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-5 th:nth-child(5),
.pro-v2 .pro-table.active-sort-col-5 td:nth-child(5) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-5 th:nth-child(5) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-6 th:nth-child(6),
.pro-v2 .pro-table.active-sort-col-6 td:nth-child(6) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-6 th:nth-child(6) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-7 th:nth-child(7),
.pro-v2 .pro-table.active-sort-col-7 td:nth-child(7) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-7 th:nth-child(7) {
  font-weight: 600;
}
.pro-v2 .pro-table.active-sort-col-8 th:nth-child(8),
.pro-v2 .pro-table.active-sort-col-8 td:nth-child(8) {
  background-color: #f8f9fd;
}
.pro-v2 .pro-table.active-sort-col-8 th:nth-child(8) {
  font-weight: 600;
}
.pro-v2 .pro-table .detail-row {
  display: none;
}
.pro-v2 .pro-table .detail-row.show {
  display: table-row;
}
.pro-v2 .pro-table .detail-row.no-highlight {
  cursor: default;
}
.pro-v2 .pro-table .detail-row.no-highlight:hover > td {
  background-color: #ffffff !important;
}
.pro-v2 .pro-table .detail-row.no-padding > td {
  padding: 0 !important;
}
.pro-v2 .pro-table .request-data-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
}
@media only screen and (min-width: 1024px) {
  .pro-v2 .pro-table .request-data-content {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.pro-v2 .pro-table .request-data-content.loading {
  mix-blend-mode: multiply;
  right: 0;
}
.pro-v2 .pro-table .request-data-content.loading:before {
  background-color: transparent;
}
.pro-v2 .pro-table .request-data-content .button.tertiary {
  padding-left: 0;
  padding-right: 0;
}
.pro-v2 .pro-table tr.groups th {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
  background-color: #ffffff !important;
}
.pro-v2 .pro-table tr.active.green td {
  background-color: #68e2ac;
  color: #000000;
}
.pro-v2 .pro-table tr.active.yellow td {
  background-color: #ffe45d;
  color: #000000;
}
.pro-v2 .pro-table tr.active.red td {
  background-color: #f97f8f;
  color: #000000;
}
.pro-v2 .pro-table tr:last-child td.request-data {
  border-color: #e8eced;
}
.pro-v2 .pro-table tr.no-border td,
.pro-v2 .pro-table tr.no-border th {
  border: 0;
}
.pro-v2 .pro-table th,
.pro-v2 .pro-table td {
  text-align: left;
  padding: 4px 12px;
  border-bottom: 1px solid #e8eced;
  vertical-align: middle;
}
.pro-v2 .pro-table th:first-child,
.pro-v2 .pro-table td:first-child {
  padding-left: 12px;
}
.pro-v2 .pro-table th:last-child,
.pro-v2 .pro-table td:last-child {
  padding-right: 12px;
}
.pro-v2 .pro-table th.r,
.pro-v2 .pro-table td.r {
  text-align: right;
}
.pro-v2 .pro-table th.r .value,
.pro-v2 .pro-table td.r .value {
  text-align: right;
}
.pro-v2 .pro-table th.r .row,
.pro-v2 .pro-table td.r .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pro-v2 .pro-table th.r .row-col,
.pro-v2 .pro-table td.r .row-col {
  text-align: right;
}
.pro-v2 .pro-table th.no-padding,
.pro-v2 .pro-table td.no-padding {
  padding: 0;
}
.pro-v2 .pro-table th.no-padding-left,
.pro-v2 .pro-table td.no-padding-left {
  padding-left: 0;
}
.pro-v2 .pro-table th.c,
.pro-v2 .pro-table td.c {
  text-align: center;
}
.pro-v2 .pro-table th.l,
.pro-v2 .pro-table td.l {
  text-align: left;
}
.pro-v2 .pro-table th.grey,
.pro-v2 .pro-table td.grey {
  color: #707580;
}
.pro-v2 .pro-table th.blur,
.pro-v2 .pro-table td.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.pro-v2 .pro-table th .more-info,
.pro-v2 .pro-table td .more-info {
  white-space: normal;
}
.pro-v2 .pro-table th.w-1,
.pro-v2 .pro-table td.w-1 {
  width: 1px;
  max-width: unset !important;
}
.pro-v2 .pro-table th.w-30,
.pro-v2 .pro-table td.w-30 {
  width: 30px;
  min-width: 30px;
}
.pro-v2 .pro-table th.w-110,
.pro-v2 .pro-table td.w-110 {
  width: 110px;
  min-width: 110px;
}
.pro-v2 .pro-table th.w-130,
.pro-v2 .pro-table td.w-130 {
  width: 130px;
  min-width: 130px;
}
.pro-v2 .pro-table th.w-150,
.pro-v2 .pro-table td.w-150 {
  width: 150px;
  min-width: 150px;
}
.pro-v2 .pro-table th.w-200,
.pro-v2 .pro-table td.w-200 {
  width: 200px;
  min-width: 200px;
}
.pro-v2 .pro-table th.w-250,
.pro-v2 .pro-table td.w-250 {
  width: 250px;
  min-width: 250px;
}
.pro-v2 .pro-table th.w-300,
.pro-v2 .pro-table td.w-300 {
  width: 300px;
  min-width: 300px;
}
.pro-v2 .pro-table th.pl-0,
.pro-v2 .pro-table td.pl-0 {
  padding-left: 0;
}
.pro-v2 .pro-table th sup,
.pro-v2 .pro-table td sup {
  vertical-align: middle;
}
.pro-v2 .pro-table th {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  color: #000000;
  border-bottom: 1px solid #a0aeb4;
  letter-spacing: 0px;
  min-height: 56px;
}
.pro-v2 .pro-table th.is-sorted {
  background-color: #f8f9fd;
  color: #000000;
}
.pro-v2 .pro-table th.is-sorted label {
  font-weight: 600;
}
.pro-v2 .pro-table th.h-1 {
  height: 1px;
  min-height: 1px;
  padding-top: 0;
  padding-bottom: 0;
}
.pro-v2 .pro-table th label {
  line-height: 16px;
}
.pro-v2 .pro-table th .more-info {
  vertical-align: middle;
  z-index: 3;
}
.pro-v2 .pro-table td.td-loader-element {
  background-color: #ffffff !important;
  cursor: default;
  padding-top: 0;
  padding-bottom: 0;
}
.pro-v2 .pro-table td.nowrap {
  white-space: nowrap;
}
.pro-v2 .pro-table td.is-sorted {
  background-color: #f8f9fd;
  color: #000000;
}
.pro-v2 .pro-table td.request-data {
  position: relative;
  border-color: transparent;
}
.pro-v2 .pro-table td.request-data.sorted-by {
  border-color: #F3F4FB;
}
.pro-v2 .pro-table td.request-data > *:not(.request-data-content) {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-v2 .pro-table td.request-data .value > * {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-v2 .pro-table td .value strong {
  font-weight: 500;
}
.pro-v2 .pro-table a {
  color: inherit;
}
.pro-v2 .pro-table label {
  position: relative;
  line-height: 16px;
  display: inline-block;
}
.pro-v2 .pro-table label.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-v2 .pro-table label.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-v2 .pro-table label.social-media:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-v2 .pro-table label.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
  width: 16px;
  height: 16px;
}
.pro-v2 .pro-table label.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-v2 .pro-table label.beatport:before {
  background-image: url('../images/svg/beatport-circle.svg');
}
.pro-v2 .pro-table label.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-v2 .pro-table label.apple-music:before,
.pro-v2 .pro-table label.applemusic:before {
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-v2 .pro-table label.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-v2 .pro-table label.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-v2 .pro-table label.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-v2 .pro-table label.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-v2 .pro-table label.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-v2 .pro-table label.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-v2 .pro-table label.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-v2 .pro-table label.youtube-music:before,
.pro-v2 .pro-table label.youtubemusic:before {
  background-image: url('../images/svg/youtube-music-color.svg');
}
.pro-v2 .pro-table label.amazon-music:before,
.pro-v2 .pro-table label.amazonmusic:before {
  background-image: url('../images/svg/amazon-music-color.svg');
}
.pro-v2 .pro-table label.pandora:before {
  background-image: url('../images/svg/pandora-color.svg');
}
.pro-v2 .pro-table label.channel {
  display: inline-block;
  padding-left: 24px;
}
.pro-v2 .pro-table label.channel.sortable {
  cursor: pointer;
}
.pro-v2 .pro-table label.channel.sortable:after {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table label.channel.sortable:after {
    margin-left: 5px;
  }
}
.pro-v2 .pro-table label.channel.sortable br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table label.channel.sortable br {
    display: block;
  }
}
.pro-v2 .pro-table label.channel:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table label.channel:before {
    margin-right: 6px;
  }
}
.pro-v2 .pro-table label.sortable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.pro-v2 .pro-table label.sortable:hover:after {
  border-top-color: #6889e2;
  border-bottom-color: #6889e2;
}
.pro-v2 .pro-table label.sortable:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4e63ce;
}
.pro-v2 .pro-table label.asc,
.pro-v2 .pro-table label.desc {
  cursor: pointer;
}
.pro-v2 .pro-table label.asc:after {
  border-bottom: 6px solid #4e63ce;
  border-top: 0;
}
.pro-v2 .pro-table label.nowrap {
  white-space: nowrap;
}
.pro-v2 .pro-table label .beta {
  font-size: 9px;
  font-size: 0.9rem;
  border-radius: 2px;
  line-height: 9px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 0 2px;
  height: 12px;
  line-height: 12px;
  background-color: #707580;
  bottom: 6px;
  position: relative;
  margin-left: 4px;
}
.pro-v2 .pro-table label .beta.absolute {
  position: absolute;
  top: -10px;
  right: 0;
  left: auto;
}
.pro-v2 .pro-table .i {
  width: 12px;
  padding: 0 4px;
}
.pro-v2 .pro-table .clamp-line-1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-v2 .pro-table .zero-state td {
  pointer-events: none;
  cursor: default;
  font-weight: 500;
  text-align: center;
  color: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 0;
}
.pro-v2 .pro-table .black {
  color: #000000;
}
.pro-v2 .pro-table .value {
  line-height: 16px;
}
.pro-v2 .pro-table .value.two-tone {
  max-width: 150px;
  display: contents;
}
.pro-v2 .pro-table .value.two-tone.row {
  max-width: none;
}
.pro-v2 .pro-table .value.two-tone.channel-value {
  padding-left: 0;
}
.pro-v2 .pro-table .value.two-tone.column > div + div {
  margin-top: 4px;
}
.pro-v2 .pro-table .value.two-tone .first {
  color: #000000;
  line-height: 16px;
}
.pro-v2 .pro-table .value.two-tone .second,
.pro-v2 .pro-table .value.two-tone .festivals {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #707580;
}
.pro-v2 .pro-table .value.two-tone .second.small,
.pro-v2 .pro-table .value.two-tone .festivals.small {
  font-size: 10px;
  font-size: 1rem;
}
.pro-v2 .pro-table .value.two-tone .second small,
.pro-v2 .pro-table .value.two-tone .festivals small {
  font-size: 10px;
  font-size: 1rem;
}
.pro-v2 .pro-table .value.two-tone strong {
  font-weight: 600;
}
.pro-v2 .pro-table .value.two-tone .r {
  text-align: right;
}
.pro-v2 .pro-table .value .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 8px;
}
.pro-v2 .pro-table .value .row.g-4-16 {
  gap: 4px 16px;
}
.pro-v2 .pro-table .value .row.g-8-16 {
  gap: 8px 16px;
}
.pro-v2 .pro-table .value .row.g-16 {
  gap: 16px;
}
.pro-v2 .pro-table .value .row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-v2 .pro-table .value .row .first,
.pro-v2 .pro-table .value .row .second,
.pro-v2 .pro-table .value .row .value-change {
  margin: 0;
}
.pro-v2 .pro-table .value .row .first,
.pro-v2 .pro-table .value .row .second {
  line-height: 16px;
}
.pro-v2 .pro-table .value .row .row-col {
  min-width: 45px;
}
.pro-v2 .pro-table .value.no-wrap {
  white-space: nowrap;
}
.pro-v2 .pro-table .value.channel-value {
  padding-left: 24px;
}
.pro-v2 .pro-table .value.official-channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-v2 .pro-table .value.official-channel .channel-name {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
}
.pro-v2 .pro-table .value.official-channel .channel-icon {
  width: 12px;
  min-width: 12px;
  margin-left: 6px;
}
.pro-v2 .pro-table .value.small {
  font-size: 10px;
  font-size: 1rem;
}
.pro-v2 .pro-table .value.red {
  color: #e02020;
}
.pro-v2 .pro-table .value.grey {
  color: #707580;
}
.pro-v2 .pro-table .value.green {
  color: #4e9800;
}
.pro-v2 .pro-table .value.black {
  color: #000000;
}
.pro-v2 .pro-table .value.clamp-lines-1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.pro-v2 .pro-table .value.clamp-lines-2 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.pro-v2 .pro-table .value.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
}
.pro-v2 .pro-table .value.country .flag {
  margin-right: 8px;
}
.pro-v2 .pro-table .value.has-info {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
.pro-v2 .pro-table .value.has-icon .channel-icon,
.pro-v2 .pro-table .value.has-icon .mini-badge {
  margin-right: 8px;
}
.pro-v2 .pro-table .value .channel-icon {
  width: 16px;
  height: 16px;
}
.pro-v2 .pro-table .country {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
}
.pro-v2 .pro-table .country :where(.flag) {
  margin-bottom: 1px;
}
.pro-v2 .pro-table .track {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.pro-v2 .pro-table .channel {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .pro-v2 .pro-table .channel {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pro-v2 .pro-table .channel img {
  vertical-align: middle;
  margin-right: 2px;
}
.pro-v2 .pro-table .label-search {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
.pro-v2 .pro-table .label-search .search-input {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  height: 24px;
  width: 100%;
  padding: 0 18px 4px 4px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../images/svg/search-pro-table.svg');
  background-size: 16px;
  border-bottom: 1px solid #a0aeb4;
}
.pro-v2 .pro-table .label-search .results {
  font-size: 11px;
  font-size: 1.1rem;
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  max-width: 250px;
  max-height: 200px;
  background-color: #f4f6f6;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
  white-space: nowrap;
}
.pro-v2 .pro-table .label-search .results.show {
  display: block;
}
.pro-v2 .pro-table .label-search .results::-webkit-scrollbar {
  width: 4px;
}
.pro-v2 .pro-table .label-search .results::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-v2 .pro-table .label-search .results::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-v2 .pro-table .label-search .results li {
  padding: 4px;
  cursor: pointer;
  line-height: 1;
}
.pro-v2 .pro-table .label-search .results li:hover {
  background-color: #d2d2d1;
}
.pro-v2 .pro-table .label-search .results li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.pro-v2 .pro-table .label-search .results.show {
  display: block;
}
.pro-v2 .pro-table .arrow-toggle {
  background-image: url('../images/svg/chevron-down-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 16px;
  min-width: 16px;
  background-size: 9px;
}
.pro-v2 .pro-table .graph-tooltip label {
  display: inline;
  line-height: 1;
}
.pro-v2 .pro-table .channel-value.request-data {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-v2 .pro-table-show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-v2 .chart-wrapper {
  position: relative;
}
.pro-v2 .chart-wrapper.alt-smaller-wrapper.chart-wrapper-header .chart-wrapper-inner {
  padding-left: 16px;
}
.pro-v2 .chart-wrapper.alt-smaller-wrapper.chart-wrapper-body .chart-wrapper-inner {
  padding-left: 16px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static:before {
  top: 4px;
  z-index: 3;
}
.pro-v2 .chart-wrapper.chart-wrapper-static .chart-wrapper-inner {
  overflow: visible;
}
.pro-v2 .chart-wrapper.chart-wrapper-static .chart-table-wrapper {
  overflow: visible;
  padding-right: 0;
}
.pro-v2 .chart-wrapper.chart-wrapper-static .secondary-filters .row {
  padding-bottom: 24px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static .secondary-filters .table-charts {
  position: relative;
  z-index: 1;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .secondary-filters .row {
  position: relative;
  z-index: 2;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .secondary-filters .row .right {
  padding-right: 24px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts th:last-child,
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts td:last-child {
  margin-right: 24px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .chart-table-wrapper {
  padding-bottom: 32px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .chart-table-wrapper .pro-table tbody::-webkit-scrollbar {
  margin-right: 24px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts-paywall {
  bottom: 0;
  left: 0;
  right: 0;
  top: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.4);
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts-paywall.tracks {
  top: 74px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts-paywall.artists {
  top: 69px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts-paywall.artists-youtube {
  top: 90px;
}
.pro-v2 .chart-wrapper.chart-wrapper-static-trending-tracks .table-charts-paywall article {
  width: auto;
  text-align: center;
}
.pro-v2 .chart-wrapper.chart-wrapper-header {
  margin-top: 8px;
}
.pro-v2 .chart-wrapper.chart-wrapper-header .chart-wrapper-inner {
  border-radius: 8px 8px 0 0;
  padding-bottom: 0;
}
.pro-v2 .chart-wrapper.chart-wrapper-header .table-charts {
  margin-bottom: 0;
}
.pro-v2 .chart-wrapper.chart-wrapper-header .table-charts.full-width {
  width: 100%;
}
.pro-v2 .chart-wrapper.chart-wrapper-header .pro-table {
  width: auto;
}
.pro-v2 .chart-wrapper.chart-wrapper-header:before {
  top: 8px;
}
.pro-v2 .chart-wrapper.chart-wrapper-header:after {
  content: "";
  background-color: #f4f6f6;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 16px;
  z-index: -1;
}
.pro-v2 .chart-wrapper.chart-wrapper-body .chart-wrapper-inner {
  border-radius: 0 0 8px 8px;
  padding-top: 0;
}
.pro-v2 .chart-wrapper.chart-wrapper-body .chart-table-wrapper::-webkit-scrollbar {
  height: 0;
}
.pro-v2 .chart-wrapper:before {
  pointer-events: none;
  cursor: default;
  content: "";
  width: 32px;
  position: absolute;
  top: 0;
  bottom: 12px;
  right: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff);
}
.pro-v2 .chart-wrapper-inner {
  border-radius: 8px;
  background-color: white;
  padding: 8px 0 8px 24px;
  position: relative;
  overflow: hidden;
}
.pro-v2 .chart-table-wrapper {
  overflow: auto;
  padding-right: 24px;
  position: relative;
}
.pro-v2 .chart-table-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.pro-v2 .chart-table-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-v2 .chart-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-v2 .chart-table-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0 8px 0;
}
.pro-v2 .trending-explainer {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  border-radius: 8px;
  padding: 16px 48px 16px 16px;
  background-color: #eef0fb;
  position: relative;
  z-index: 3;
  margin-right: 24px;
}
.pro-v2 .trending-explainer .btn-close {
  width: 16px;
  position: absolute;
  top: 8px;
  right: 8px;
  background-size: 10px;
}
@media only screen and (min-width: 768px) {
  #country-portal {
    overflow-x: hidden;
  }
}
.pro-content-navigation {
  -webkit-transition: box-shadow 200ms linear;
  -webkit-transition: -webkit-box-shadow 200ms linear;
  transition: -webkit-box-shadow 200ms linear;
  transition: box-shadow 200ms linear;
  transition: box-shadow 200ms linear, -webkit-box-shadow 200ms linear;
  position: -webkit-sticky;
  position: sticky;
  z-index: 4;
  top: 52px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation {
    top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation {
    top: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation#artist-tour-mobile-container {
    margin-top: -16px;
  }
  .pro-content-navigation#artist-tour-mobile-container + .layout-grid-sidebar.left {
    padding-bottom: 0;
  }
  .pro-content-navigation#artist-tour-mobile-container:before {
    content: "";
    position: absolute;
    top: -10px;
    height: 10px;
    right: 0;
    left: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  }
  .pro-content-navigation#artist-tour-mobile-container .left {
    display: none;
  }
  .pro-content-navigation#artist-tour-mobile-container .right {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 16px;
  }
  .pro-content-navigation#artist-tour-mobile-container .right .option {
    width: 100%;
  }
  .pro-content-navigation#artist-tour-mobile-container .right .pro-custom-select {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation#artist-tour-container {
    display: none;
  }
}
.pro-content-navigation.rounded.has-submenu:after {
  border-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.pro-content-navigation.rounded:after {
  border-radius: 8px;
}
.pro-content-navigation.rounded .sub-menu {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-width: 1px;
  padding-right: 12px;
}
.pro-content-navigation.side-navigation {
  display: block;
}
.pro-content-navigation.side-navigation .main-menu {
  border-radius: 8px;
  overflow: visible;
  padding: 12px 0;
}
.pro-content-navigation.side-navigation .main-menu .main-menu-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 700;
  padding: 20px 16px 24px 28px;
}
.pro-content-navigation.side-navigation .main-menu ul {
  display: block;
}
.pro-content-navigation.side-navigation .main-menu .item {
  margin: 0 0 4px 0;
  background-color: #ffffff;
  padding: 0 12px;
}
.pro-content-navigation.side-navigation .main-menu .item.divider:last-child {
  border-top: 1px solid #f4f6f6;
  margin-bottom: -12px;
}
.pro-content-navigation.side-navigation .main-menu .item.has-divider {
  padding-top: 12px;
  border-top: 1px solid #f4f6f6;
}
.pro-content-navigation.side-navigation .main-menu .item.active {
  pointer-events: none;
  cursor: default;
}
.pro-content-navigation.side-navigation .main-menu .item.active > :before {
  left: 0;
  right: 0;
}
.pro-content-navigation.side-navigation .main-menu .item:hover > :before {
  left: 0;
  right: 0;
}
.pro-content-navigation.side-navigation .main-menu .item:last-child {
  margin-bottom: 0;
}
.pro-content-navigation.side-navigation .main-menu .item .button.tertiary {
  padding: 0 12px;
  height: 48px;
}
.pro-content-navigation.side-navigation .main-menu .item .button.tertiary:before {
  position: static;
  background-color: transparent;
}
.pro-content-navigation.side-navigation .menu-divider {
  border-top: 1px solid #e8eced;
  margin: 16px;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav {
  height: 40px;
  padding-left: 12px;
  width: 100%;
  text-align: left;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav.soon {
  pointer-events: none;
  cursor: default;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav.soon:after {
  -webkit-transform: translate(0, -9px);
  transform: translate(0, -9px);
  position: relative;
  margin-left: 2px;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav.disabled {
  pointer-events: none;
  cursor: default;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav:hover {
  color: #6889e2;
}
.pro-content-navigation.side-navigation .btn-pro-content-nav .new-icon {
  position: relative;
  top: -4px;
  right: -4px;
}
.pro-content-navigation.side-navigation .side-submenu {
  margin-top: -4px;
}
.pro-content-navigation.side-navigation .side-submenu:before {
  content: none !important;
}
.pro-content-navigation.side-navigation .side-submenu-link {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #707580;
  padding: 2px 36px;
  margin-top: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  width: 100%;
}
.pro-content-navigation.side-navigation .side-submenu-link.active {
  pointer-events: none;
  cursor: default;
  color: #000000;
  background-color: #e8eced;
}
.pro-content-navigation.side-navigation .side-submenu-link.active .counter {
  color: #707580;
}
.pro-content-navigation.side-navigation .side-submenu-link:hover,
.pro-content-navigation.side-navigation .side-submenu-link:active {
  color: #6889e2;
  background-color: #f4f6f6;
}
.pro-content-navigation.side-navigation .counter {
  padding-left: 8px;
}
.pro-content-navigation.side-navigation .entity-unit {
  padding: 0 16px 0 8px;
}
.pro-content-navigation.side-navigation .entity-unit + .entity-unit {
  padding-top: 8px;
}
.pro-content-navigation.side-navigation .entity-unit.active .entity {
  background-color: #e8eced;
}
.pro-content-navigation.side-navigation .entity-unit.open .entity-menu {
  display: block;
}
.pro-content-navigation.side-navigation .entity-unit.open .title {
  background-image: url('../images/svg/chevron-up-blue.svg');
}
.pro-content-navigation.side-navigation .entity {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 4px;
  color: #000000;
}
.pro-content-navigation.side-navigation .entity + .entity {
  margin-top: 8px;
}
.pro-content-navigation.side-navigation .entity.no-dropdown .title {
  background-image: none !important;
  padding-right: 0 !important;
}
.pro-content-navigation.side-navigation .entity.artist figure {
  border-radius: 50%;
}
.pro-content-navigation.side-navigation .entity figure {
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro-content-navigation.side-navigation .entity .title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 500;
  background-image: url('../images/svg/chevron-down-blue.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-right: 16px;
}
.pro-content-navigation.side-navigation ul.entity-menu {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  color: #707580;
  padding: 0 16px;
  display: none;
}
.pro-content-navigation.side-navigation ul.entity-menu .item {
  background-color: transparent;
}
.pro-content-navigation.side-navigation ul.entity-menu .item.active a {
  color: #4e63ce;
}
.pro-content-navigation.side-navigation ul.entity-menu .item.active a:before {
  content: none;
}
.pro-content-navigation.side-navigation ul.entity-menu a {
  color: inherit;
}
.pro-content-navigation.side-navigation ul.entity-menu a:before {
  content: none !important;
}
.pro-content-navigation.side-navigation ul.entity-menu a:hover,
.pro-content-navigation.side-navigation ul.entity-menu a:active {
  color: #6889e2;
}
.pro-content-navigation.is-sticky {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  z-index: 4;
}
.pro-content-navigation.sticky .pro-content-navigation-title span:before {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: red;
  position: absolute;
  left: 0;
}
.pro-content-navigation + .pro-content-module {
  margin-top: 48px;
}
.pro-content-navigation + .pro-section {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation + .pro-section {
    padding-top: 40px;
  }
}
.pro-content-navigation.mobile-only {
  margin: 0 -12px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.mobile-only {
    display: none;
  }
}
.pro-content-navigation.fullscreen {
  top: -12px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen {
    top: -8px;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation.fullscreen {
    top: -68px;
  }
}
.pro-content-navigation.fullscreen + .layout-grid-container {
  margin-top: 32px;
}
.pro-content-navigation.fullscreen.sticky {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1199px) {
  .pro-content-navigation.fullscreen.sticky > .page {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen.sticky h1.v2 {
    bottom: -48px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation.fullscreen.sticky h1.v2 {
    max-width: 26%;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen.sticky h1 {
    font-size: 24px;
    font-size: 2.4rem;
    background-color: #ffffff;
    bottom: -42px;
    left: 0;
    text-align: left;
    max-width: 30%;
    position: absolute;
    z-index: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-content-navigation.fullscreen.sticky h1 span {
    display: none;
  }
}
.pro-content-navigation.fullscreen.public-city {
  top: 0;
}
.pro-content-navigation.fullscreen.public-city.dark .pro-content-navigation-title {
  background-color: #333;
}
.pro-content-navigation.fullscreen.public-city.dark h1.v2 {
  color: #ffffff;
}
.pro-content-navigation.fullscreen > .page {
  max-width: 1128px;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.fullscreen > .page {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen > .page {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.pro-content-navigation.fullscreen .main-menu,
.pro-content-navigation.fullscreen .sub-menu {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen .main-menu,
  .pro-content-navigation.fullscreen .sub-menu {
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.fullscreen .main-menu:before,
  .pro-content-navigation.fullscreen .sub-menu:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    bottom: 0;
    right: -200%;
    background-color: #ffffff;
    z-index: -1;
  }
}
.pro-content-navigation.fullscreen .main-menu ul,
.pro-content-navigation.fullscreen .sub-menu ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.fullscreen .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
  }
}
.pro-content-navigation.label {
  margin-top: 24px;
  border-radius: 8px;
}
.pro-content-navigation.v3 {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 96px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation.v3 {
    padding-right: 24px;
  }
}
.pro-content-navigation.v3.solo .main-menu {
  padding-left: 24px;
}
.pro-content-navigation.v3.single-dropdown .right {
  position: relative;
}
.pro-content-navigation.v3.single-dropdown .right:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: -16px;
  top: -8px;
  bottom: -8px;
  width: 2px;
  background-color: #f4f6f6;
}
.pro-content-navigation.v3.shadow:after {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3.mobile-only {
    display: none;
  }
}
.pro-content-navigation.v3.mobile-only .main-menu {
  overflow: visible;
  z-index: 1;
}
.pro-content-navigation.v3.mobile-only .left {
  overflow: visible;
}
.pro-content-navigation.v3.is-sticky:after {
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.pro-content-navigation.v3.has-submenu {
  height: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
}
.pro-content-navigation.v3.has-submenu:after {
  height: 112px;
  border-radius: 8px;
}
.pro-content-navigation.v3.has-submenu .main-menu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.pro-content-navigation.v3.has-submenu .main-menu .item .ml-auto {
  margin-left: auto;
}
.pro-content-navigation.v3.has-submenu .sub-menu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
  width: 100%;
}
.pro-content-navigation.v3.private {
  padding-right: 0;
}
.pro-content-navigation.v3.private .main-menu {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
  padding: 0 16px 0 4px;
}
.pro-content-navigation.v3.private .main-menu > ul {
  overflow: hidden;
  overflow-x: auto;
  margin-right: 16px;
  padding-left: 12px;
}
.pro-content-navigation.v3.private .main-menu > ul::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.pro-content-navigation.v3.private .main-menu > ul::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-content-navigation.v3.private .main-menu > ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-content-navigation.v3.private .main-menu .option {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.pro-content-navigation.v3.private .sub-menu {
  padding-left: 16px;
  padding-right: 16px;
}
.pro-content-navigation.v3.private .sub-menu .item.active .btn {
  background-color: #e8eced;
}
.pro-content-navigation.v3.private .sub-menu .item:not(:last-child) {
  margin-right: 8px;
}
.pro-content-navigation.v3.private .sub-menu .btn {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  color: #000000;
  height: 32px;
}
.pro-content-navigation.v3.private .sub-menu .btn.channel {
  background-position: left 12px center;
  padding-left: 34px !important;
}
.pro-content-navigation.v3.private .sub-menu .btn:hover,
.pro-content-navigation.v3.private .sub-menu .btn:active {
  background-color: #f4f6f6;
}
.pro-content-navigation.v3.alt-filter {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 0;
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
  top: 0;
}
.pro-content-navigation.v3.alt-filter:after {
  content: none;
}
.pro-content-navigation.v3.alt-filter .main-menu {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-content-navigation.v3.alt-filter .menu-actions {
  white-space: nowrap;
  text-align: right;
}
.pro-content-navigation.v3.alt-filter .swiper-wrapper {
  white-space: nowrap;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.pro-content-navigation.v3:after {
  -webkit-transition: box-shadow 200ms linear;
  -webkit-transition: -webkit-box-shadow 200ms linear;
  transition: -webkit-box-shadow 200ms linear;
  transition: box-shadow 200ms linear;
  transition: box-shadow 200ms linear, -webkit-box-shadow 200ms linear;
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 96px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.v3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px;
  }
  .pro-content-navigation.v3:after {
    height: 52px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px;
  }
  .pro-content-navigation.v3:after {
    height: 52px;
  }
}
.pro-content-navigation.v3 .main-menu {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.v3 .main-menu {
    width: 100%;
  }
}
.pro-content-navigation.v3 .main-menu .item:last-child {
  padding-right: 24px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation.v3 .main-menu .item.active:after {
    bottom: -20px;
  }
}
.pro-content-navigation.v3 .btn-pro-content-nav {
  font-size: 12px;
  font-size: 1.2rem;
  height: 36px;
  font-weight: 500;
  position: relative;
}
.pro-content-navigation.v3 .btn-pro-content-nav.active:before {
  content: "";
  background: #e8eced;
}
.pro-content-navigation.v3 .btn-pro-content-nav:hover:before,
.pro-content-navigation.v3 .btn-pro-content-nav:active:before {
  content: "";
  background: #f4f6f6;
}
.pro-content-navigation.v3 .btn-pro-content-nav:before {
  border-radius: 4px;
  pointer-events: none;
  cursor: default;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  right: -12px;
  background: #e8eced;
  z-index: -1;
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled {
  padding-left: 0;
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.viberate,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.viberate,
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.basic,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.basic,
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.analytics,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.analytics,
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.charts,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.charts,
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.overview,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.overview {
  padding-left: 24px;
  background-image: url('../images/svg/viberate-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.spotify,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.spotify {
  padding-left: 24px;
  background-image: url('../images/svg/spotify-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.youtube,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.youtube {
  padding-left: 24px;
  background-image: url('../images/svg/youtube-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.shazam,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.shazam {
  padding-left: 24px;
  background-image: url('../images/svg/shazam-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.soundcloud,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.soundcloud {
  padding-left: 24px;
  background-image: url('../images/svg/soundcloud-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.deezer,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.deezer {
  padding-left: 24px;
  background-image: url('../images/svg/deezer-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.airplay,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.airplay {
  padding-left: 24px;
  background-image: url('../images/svg/airplay-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.beatport,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.beatport {
  padding-left: 24px;
  background-image: url('../images/svg/beatport-square-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.applemusic,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.applemusic,
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.apple-music,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.apple-music {
  padding-left: 24px;
  background-image: url('../images/svg/apple-music-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.facebook,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.facebook {
  padding-left: 24px;
  background-image: url('../images/svg/facebook-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.instagram,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.instagram {
  padding-left: 24px;
  background-image: url('../images/svg/instagram-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.tiktok,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.tiktok {
  padding-left: 24px;
  background-image: url('../images/svg/tiktok-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.twitter,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.twitter {
  padding-left: 24px;
  background-image: url('../images/svg/twitter-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.audience,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.audience {
  padding-left: 24px;
  background-image: url('../images/svg/audience-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.tracks,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.tracks {
  padding-left: 24px;
  background-image: url('../images/svg/tracks-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.events,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.events {
  padding-left: 24px;
  background-image: url('../images/svg/events-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.songkick,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.songkick {
  padding-left: 24px;
  background-image: url('../images/svg/songkick-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.anghami,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.anghami {
  padding-left: 24px;
  background-image: url('../images/svg/anghami-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.audiomack,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.audiomack {
  padding-left: 24px;
  background-image: url('../images/svg/audiomack-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.boomplay,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.boomplay {
  padding-left: 24px;
  background-image: url('../images/svg/boomplay-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.gaana,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.gaana {
  padding-left: 24px;
  background-image: url('../images/svg/gaana-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.jiosaavn,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.jiosaavn {
  padding-left: 24px;
  background-image: url('../images/svg/jiosaavn-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.joox,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.joox {
  padding-left: 24px;
  background-image: url('../images/svg/joox-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.linemusic,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.linemusic {
  padding-left: 24px;
  background-image: url('../images/svg/line-music-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.melon,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.melon {
  padding-left: 24px;
  background-image: url('../images/svg/melon-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.qqmusic,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.qqmusic {
  padding-left: 24px;
  background-image: url('../images/svg/qq-music-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled.yandex,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled.yandex {
  padding-left: 24px;
  background-image: url('../images/svg/yandex-disabled.svg');
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled:hover,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled:hover {
  color: #D5DDE0;
}
.pro-content-navigation.v3 .btn-pro-content-nav.disabled:hover:before,
.pro-content-navigation.v3 .btn-pro-content-nav:disabled:hover:before {
  content: none;
}
.pro-content-navigation.v3 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 52px;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.v3 .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: auto;
    margin-left: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    height: auto;
  }
}
.pro-content-navigation.v3 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  gap: 8px;
  height: 36px;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.v3 .right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 16px;
    padding-left: 0;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0;
    height: auto;
  }
}
.pro-content-navigation.v3 .swiper {
  margin: 0;
  padding: 0;
}
.pro-content-navigation.v3 .swiper-wrapper {
  padding-left: 24px;
  padding: 0;
  white-space: nowrap;
}
.pro-content-navigation.v3 .swiper-slide {
  width: auto;
  margin-right: 32px;
}
.pro-content-navigation.v3 .swiper-slide:first-child {
  margin-left: 24px;
}
.pro-content-navigation.v3 .swiper-slide:last-child {
  margin-right: 12px;
}
.pro-content-navigation.v3 .swiper-button-prev,
.pro-content-navigation.v3 .swiper-button-next {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  pointer-events: none;
  cursor: default;
  width: 38px;
  min-width: 38px;
  height: 36px;
  top: 0;
  z-index: 2;
}
.pro-content-navigation.v3 .swiper-button-prev.swiper-button-disabled,
.pro-content-navigation.v3 .swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  cursor: default;
}
.pro-content-navigation.v3 .swiper-button-prev.swiper-button-disabled:hover:before,
.pro-content-navigation.v3 .swiper-button-next.swiper-button-disabled:hover:before {
  background-color: #D5DDE0;
}
.pro-content-navigation.v3 .swiper-button-prev.swiper-button-disabled:before,
.pro-content-navigation.v3 .swiper-button-next.swiper-button-disabled:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: #D5DDE0;
}
.pro-content-navigation.v3 .swiper-button-prev:hover:before,
.pro-content-navigation.v3 .swiper-button-next:hover:before {
  background-color: #6889e2;
}
.pro-content-navigation.v3 .swiper-button-prev:before,
.pro-content-navigation.v3 .swiper-button-next:before {
  pointer-events: all;
  cursor: pointer;
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #4e63ce;
  position: absolute;
  left: 50%;
  top: 50%;
  background-position: center;
  background-size: 5px;
  background-repeat: no-repeat;
  background-image: url('../images/svg/chevron-left-white.svg');
  margin: -8px 0 0 -13px;
}
.pro-content-navigation.v3 .swiper-button-prev {
  left: 0;
  right: auto;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(55%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 55%, rgba(255, 255, 255, 0) 100%);
}
.pro-content-navigation.v3 .swiper-button-prev:before {
  background-position: left 5px center;
}
.pro-content-navigation.v3 .swiper-button-next {
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(55%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 55%, #ffffff 100%);
}
.pro-content-navigation.v3 .swiper-button-next:before {
  background-image: url('../images/svg/chevron-right-white.svg');
  margin: -8px -13px 0 0;
}
.pro-content-navigation.v3 .menu-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  padding-right: 32px;
}
.pro-content-navigation.v3 .pro-custom-select.open .selected-wrapper:after,
.pro-content-navigation.v3 .pro-custom-select:hover .selected-wrapper:after,
.pro-content-navigation.v3 .pro-custom-select:active .selected-wrapper:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.pro-content-navigation.v3 .pro-custom-select.open .results,
.pro-content-navigation.v3 .pro-custom-select:hover .results,
.pro-content-navigation.v3 .pro-custom-select:active .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: visible;
}
.pro-content-navigation.v3 .pro-custom-select.open .results:before,
.pro-content-navigation.v3 .pro-custom-select:hover .results:before,
.pro-content-navigation.v3 .pro-custom-select:active .results:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
}
.pro-content-navigation.v3 .pro-custom-select .selected-wrapper {
  border-radius: 4px;
  height: 34px;
}
.pro-content-navigation.v3 .pro-custom-select .selected-option {
  height: 36px;
  line-height: 36px;
}
.pro-content-navigation.v3 .pro-custom-select .selected-option span {
  color: #000000;
}
.pro-content-navigation.v3 .pro-custom-select.pro .results {
  border-radius: 4px;
  top: 40px;
  border: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .pro-custom-select.pro .results {
    padding: 24px 32px;
  }
}
.pro-content-navigation.v3 .pro-custom-select.pro .results.channels-results {
  padding-bottom: 16px;
}
.pro-content-navigation.v3 .pro-custom-select .selected-option .channel {
  padding-left: 40px;
}
.pro-content-navigation.v3 .results {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  left: auto;
  width: 288px;
}
@media only screen and (min-width: 360px) {
  .pro-content-navigation.v3 .results {
    width: 336px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results {
    width: 446px;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results {
    width: 660px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results.cols-4 {
    width: 740px;
  }
  .pro-content-navigation.v3 .results.channels-and-dashboard-results.cols-4 .col {
    width: 25%;
  }
}
@media only screen and (min-width: 880px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results.cols-4 {
    width: 880px;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .mobile-only {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results .mobile-only {
    display: none;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results .tablet-forward {
    display: block;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results .col {
    width: 33.33%;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .col.blue {
  background-color: #f8f9fd;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results .col + .col {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .col + .col:last-child {
  padding-right: 0;
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results ul + .col-label {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results.channels-and-dashboard-results ul + .col-label {
    padding-top: 32px;
  }
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results .new-icon {
  pointer-events: none;
  cursor: default;
  position: relative;
  left: 0;
  margin: 0 0 8px 0;
}
.pro-content-navigation.v3 .results.channels-and-dashboard-results li:hover:after,
.pro-content-navigation.v3 .results.dashboard-results li:hover:after,
.pro-content-navigation.v3 .results.channels-and-dashboard-results li:active:after,
.pro-content-navigation.v3 .results.dashboard-results li:active:after {
  content: none;
}
.pro-content-navigation.v3 .results .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results .col {
    padding-right: 32px;
  }
}
.pro-content-navigation.v3 .results .col + .col {
  border-left: 1px solid #e8eced;
  padding-right: 0;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v3 .results .col + .col {
    padding-left: 31px;
  }
}
.pro-content-navigation.v3 .results .col-label {
  font-size: 10px;
  font-size: 1rem;
}
.pro-content-navigation.v3 .results .col-actions {
  margin-top: auto;
  padding-top: 18px;
}
.pro-content-navigation.v3 .results .col-actions .button {
  width: 100%;
}
.pro-content-navigation.v3 .results ul {
  margin: 0;
  padding: 10px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-content-navigation.v3 .results ul li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 4px 0;
  width: 100%;
}
.pro-content-navigation.v3 .results ul li.active {
  pointer-events: all;
  cursor: pointer;
}
.pro-content-navigation.v3 .results ul li.active:after {
  content: none;
}
.pro-content-navigation.v3 .results ul li.active .channel,
.pro-content-navigation.v3 .results ul li.active .option {
  background-color: #e8eced;
}
.pro-content-navigation.v3 .results ul li.active:hover,
.pro-content-navigation.v3 .results ul li.active:active {
  color: #6889e2;
}
.pro-content-navigation.v3 .results ul li.active:hover .channel,
.pro-content-navigation.v3 .results ul li.active:active .channel,
.pro-content-navigation.v3 .results ul li.active:hover .option,
.pro-content-navigation.v3 .results ul li.active:active .option {
  background-color: #f4f6f6;
}
.pro-content-navigation.v3 .results ul li.disabled {
  color: #000000;
}
.pro-content-navigation.v3 .results ul li.disabled:hover .channel,
.pro-content-navigation.v3 .results ul li.disabled:active .channel,
.pro-content-navigation.v3 .results ul li.disabled:hover .option,
.pro-content-navigation.v3 .results ul li.disabled:active .option {
  color: #000000;
  background-color: transparent;
}
.pro-content-navigation.v3 .results ul li.locked:after {
  right: 8px;
}
.pro-content-navigation.v3 .results ul li:last-child {
  padding-bottom: 0;
}
.pro-content-navigation.v3 .results .option {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 12px;
  background-repeat: no-repeat;
  background-position: left 12px center;
  margin-left: -12px;
  background-size: 16px;
  width: calc(100% + 12px);
  font-weight: 500;
}
.pro-content-navigation.v3 .results .option:hover,
.pro-content-navigation.v3 .results .option:active {
  background-color: #f4f6f6;
  color: #6889e2;
}
.pro-content-navigation.v3 .results .option.connected:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  right: 12px;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 16px;
  height: 16px;
}
.pro-content-navigation.v3 .results .option.locked:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7px;
  background-image: url('../images/svg/icon-locked-grey.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 8px;
  height: 10px;
  display: inline-block;
}
.pro-content-navigation.v3 .results .channel {
  padding-left: 36px;
}
.pro-content-navigation.v2 {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pro-content-navigation.v2:after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 57px;
  z-index: -1;
}
.pro-content-navigation.v2 .scroll-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 2px;
}
.pro-content-navigation.v2 .scroll-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.pro-content-navigation.v2 .scroll-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-content-navigation.v2 .scroll-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-content-navigation.v2 .main-menu {
  overflow: visible;
  margin-right: 24px;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation.v2 .main-menu {
    overflow-x: auto;
    margin-right: 0;
  }
}
.pro-content-navigation.v2 .main-menu .item:last-child {
  padding-right: 24px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation.v2 .main-menu .item.active:after {
    bottom: -20px;
  }
}
.pro-content-navigation.genre.is-sticky .pro-content-navigation-title span {
  padding-left: 48px;
}
.pro-content-navigation.genre.not-sticky {
  position: static;
}
@media only screen and (max-width: 767px) {
  .pro-content-navigation.genre .pro-content-navigation-title h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-content-navigation.rock .pro-content-navigation-title {
  background-color: #7baad5;
}
.pro-content-navigation.rock .pro-content-navigation-title span:before {
  content: "";
  background-color: #7baad5;
}
.pro-content-navigation.country .pro-content-navigation-title {
  background-color: #cd79ba;
}
.pro-content-navigation.country .pro-content-navigation-title span:before {
  content: "";
  background-color: #cd79ba;
}
.pro-content-navigation.pop .pro-content-navigation-title {
  background-color: #66c2e7;
}
.pro-content-navigation.pop .pro-content-navigation-title span:before {
  content: "";
  background-color: #66c2e7;
}
.pro-content-navigation.hip-hop .pro-content-navigation-title {
  background-color: #66d2d6;
}
.pro-content-navigation.hip-hop .pro-content-navigation-title span:before {
  content: "";
  background-color: #66d2d6;
}
.pro-content-navigation.rnb .pro-content-navigation-title {
  background-color: #66c9ab;
}
.pro-content-navigation.rnb .pro-content-navigation-title span:before {
  content: "";
  background-color: #66c9ab;
}
.pro-content-navigation.latin .pro-content-navigation-title {
  background-color: #f4729b;
}
.pro-content-navigation.latin .pro-content-navigation-title span:before {
  content: "";
  background-color: #f4729b;
}
.pro-content-navigation.electronic .pro-content-navigation-title {
  background-color: #66d8ed;
}
.pro-content-navigation.electronic .pro-content-navigation-title span:before {
  content: "";
  background-color: #66d8ed;
}
.pro-content-navigation.rock .pro-content-navigation-title {
  background-color: #7baad5;
}
.pro-content-navigation.rock .pro-content-navigation-title span:before {
  content: "";
  background-color: #7baad5;
}
.pro-content-navigation.metal .pro-content-navigation-title {
  background-color: #798cc2;
}
.pro-content-navigation.metal .pro-content-navigation-title span:before {
  content: "";
  background-color: #798cc2;
}
.pro-content-navigation.punk .pro-content-navigation-title {
  background-color: #a281bd;
}
.pro-content-navigation.punk .pro-content-navigation-title span:before {
  content: "";
  background-color: #a281bd;
}
.pro-content-navigation.jazz .pro-content-navigation-title {
  background-color: #a6d78f;
}
.pro-content-navigation.jazz .pro-content-navigation-title span:before {
  content: "";
  background-color: #a6d78f;
}
.pro-content-navigation.reggae .pro-content-navigation-title {
  background-color: #fdd471;
}
.pro-content-navigation.reggae .pro-content-navigation-title span:before {
  content: "";
  background-color: #fdd471;
}
.pro-content-navigation.blues .pro-content-navigation-title {
  background-color: #66cd94;
}
.pro-content-navigation.blues .pro-content-navigation-title span:before {
  content: "";
  background-color: #66cd94;
}
.pro-content-navigation.classical .pro-content-navigation-title {
  background-color: #c9e188;
}
.pro-content-navigation.classical .pro-content-navigation-title span:before {
  content: "";
  background-color: #c9e188;
}
.pro-content-navigation.religious .pro-content-navigation-title {
  background-color: #e0e97f;
}
.pro-content-navigation.religious .pro-content-navigation-title span:before {
  content: "";
  background-color: #e0e97f;
}
.pro-content-navigation.european .pro-content-navigation-title {
  background-color: #f5907a;
}
.pro-content-navigation.european .pro-content-navigation-title span:before {
  content: "";
  background-color: #f5907a;
}
.pro-content-navigation.asian .pro-content-navigation-title {
  background-color: #fabc78;
}
.pro-content-navigation.asian .pro-content-navigation-title span:before {
  content: "";
  background-color: #fabc78;
}
.pro-content-navigation.middle-eastern .pro-content-navigation-title {
  background-color: #f0f070;
}
.pro-content-navigation.middle-eastern .pro-content-navigation-title span:before {
  content: "";
  background-color: #f0f070;
}
.pro-content-navigation.african .pro-content-navigation-title {
  background-color: #ffe566;
}
.pro-content-navigation.african .pro-content-navigation-title span:before {
  content: "";
  background-color: #ffe566;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .new-icon {
    margin-top: -6px;
  }
}
.pro-content-navigation .pro-content-navigation-title {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  background-color: #e8eced;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .pro-content-navigation-title {
    height: 120px;
  }
}
.pro-content-navigation .pro-content-navigation-title:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  bottom: 0;
  right: -200%;
  background-color: inherit;
  z-index: -1;
}
.pro-content-navigation .pro-content-navigation-title h1 {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .pro-content-navigation-title h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.pro-content-navigation .pro-content-navigation-title h1 span {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
  line-height: 20px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .pro-content-navigation-title h1 span {
    line-height: 32px;
  }
}
.pro-content-navigation .main-menu {
  background-color: #ffffff;
  padding: 12px 0 12px 24px;
  overflow-y: hidden;
  overflow-x: auto;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .main-menu.v2 {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation .main-menu {
    padding: 8px 24px;
  }
}
.pro-content-navigation .main-menu::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.pro-content-navigation .main-menu::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-content-navigation .main-menu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-content-navigation .main-menu .item {
  position: relative;
  z-index: 1;
}
.pro-content-navigation .main-menu .item.no-hover:hover > :before {
  content: none;
}
.pro-content-navigation .main-menu .item:hover > :before {
  content: "";
  background-color: #f4f6f6;
}
.pro-content-navigation .main-menu .item:hover .btn-pro-content-nav {
  color: #6889e2;
}
.pro-content-navigation .main-menu .item.align-to-right {
  margin-left: auto;
}
.pro-content-navigation .main-menu .item.active > :before {
  content: "";
}
.pro-content-navigation .main-menu .item > :before {
  border-radius: 4px;
  background-color: #e8eced;
  position: absolute;
  left: -12px;
  right: -12px;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.pro-content-navigation .main-menu .download-pdf {
  margin-top: 4px;
}
.pro-content-navigation .sub-menu {
  border-top: 2px solid #f4f6f6;
  background-color: #ffffff;
  padding: 4px 24px;
  overflow-y: visible;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .sub-menu {
    overflow-x: unset;
  }
}
.pro-content-navigation .sub-menu .btn {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  color: #707580;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.pro-content-navigation .sub-menu .btn:hover {
  color: #6889e2;
}
.pro-content-navigation .sub-menu .btn:disabled:hover {
  color: #707580;
}
.pro-content-navigation .sub-menu .btn.channel {
  padding-left: 24px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.pro-content-navigation .sub-menu .btn.channel.applemusic,
.pro-content-navigation .sub-menu .btn.channel.apple-music {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.amazonmusic,
.pro-content-navigation .sub-menu .btn.channel.amazon-music {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/amazon-music-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.spotify {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.deezer {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.shazam {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.youtube {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.soundcloud {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.twitter {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.facebook {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.tiktok {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.airplay {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.instagram {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-content-navigation .sub-menu .btn.channel.beatport {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/beatport-color.svg');
}
.pro-content-navigation .sub-menu .pro-search {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pro-content-navigation .sub-menu .pro-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 240px;
            flex: 0 1 240px;
    min-width: 240px;
  }
}
.pro-content-navigation .sub-menu .pro-search.show-results .pro-search-input {
  border-color: #6889e2;
}
.pro-content-navigation .sub-menu .pro-search .pro-search-wrapper,
.pro-content-navigation .sub-menu .pro-search .search-wrapper {
  width: 100%;
}
.pro-content-navigation .sub-menu .pro-search .pro-search-input {
  background-color: #f4f6f6;
  border-color: #f4f6f6;
  width: 100%;
}
.pro-content-navigation .sub-menu .pro-search .pro-search-input:focus {
  border-color: #6889e2;
}
.pro-content-navigation .sub-menu .pro-search .results {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f4f6f6;
}
.pro-content-navigation .sub-menu .pro-search .results.show {
  border: 1px solid #6889e2;
}
.pro-content-navigation .sub-menu .pro-search .results .result-item {
  padding: 4px 12px;
  cursor: pointer;
}
.pro-content-navigation .sub-menu .pro-search .results .result-item:hover {
  background-color: #f8f9fd;
}
.pro-content-navigation .sub-menu ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation .sub-menu ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}
.pro-content-navigation .icon-country {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  width: 24px;
  height: 24px;
  min-width: 24px;
  overflow: hidden;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation .icon-country {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-width: 4px;
  }
}
.pro-content-navigation .icon-country img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 20px;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .pro-content-navigation .icon-country img {
    top: -1px;
    width: 50px;
    margin-left: -25px;
    height: 34px;
  }
}
.pro-content-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pro-content-navigation ul .item {
  margin-right: 32px;
}
.pro-content-navigation ul .item:first-child {
  padding-left: 0;
}
.pro-content-navigation ul .item:last-child {
  margin: 0;
}
.pro-content-navigation ul .item.active .btn:not([disabled]):not(.disabled) {
  color: #000000;
}
.pro-content-navigation ul .item.active .btn:not([disabled]):not(.disabled):hover {
  color: #6889e2;
}
.pro-content-nav-options {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  max-width: 340px;
  min-width: 200px;
  display: none;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pro-content-nav-options {
    margin-top: 38px;
  }
}
.pro-content-nav-options.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-content-nav-options.absolute {
  position: absolute;
  z-index: 100;
  top: 52px;
  bottom: auto;
  left: auto;
  right: auto;
}
.pro-content-nav-options.absolute.w320 {
  min-width: 320px;
}
.pro-content-nav-options:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  background-color: red;
  z-index: 4;
}
.pro-content-nav-options .zero-state {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  padding: 16px 20px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-nav-options .zero-state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pro-content-nav-options .zero-state strong {
  color: #000000;
  font-weight: 400;
  display: block;
}
.pro-content-nav-options .zero-state .btn-save-chart {
  pointer-events: none;
  cursor: default;
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-nav-options .zero-state .btn-save-chart {
    margin: 0 0 0 24px;
  }
}
.pro-content-nav-options .list-nav-options {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 8px;
  overflow-y: auto;
  max-height: 250px;
  /*> div {
			position: relative;
			z-index: 1;
			display: flex;
			flex-direction: column;
			align-items: center;
		}*/
}
@media only screen and (min-width: 768px) {
  .pro-content-nav-options .list-nav-options {
    max-height: 400px;
  }
}
.pro-content-nav-options .list-nav-options::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.pro-content-nav-options .list-nav-options::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-content-nav-options .list-nav-options::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-content-nav-options .list-nav-options .nav-option-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}
.pro-content-nav-options .list-nav-options .nav-option-link.page {
  padding: 0;
}
.pro-content-nav-options .list-nav-options .nav-option-link.page figure:before {
  background-image: url('../images/svg/logo-v-black.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.viberate figure:before,
.pro-content-nav-options .list-nav-options .nav-option-link.analytics figure:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.instagram figure:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.youtube figure:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.airplay figure:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.social-media figure:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.tracks figure:before {
  background-image: url('../images/svg/tracks-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.audience figure:before {
  background-image: url('../images/svg/audience-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.spotify figure:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.deezer figure:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.tiktok figure:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.facebook figure:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.twitter figure:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.shazam figure:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.soundcloud figure:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link.beatport figure:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.pro-content-nav-options .list-nav-options .nav-option-link:hover:before,
.pro-content-nav-options .list-nav-options .nav-option-link:active:before {
  background-color: #f4f6f6;
  z-index: -1;
}
.pro-content-nav-options .list-nav-options .nav-option-link:hover h4,
.pro-content-nav-options .list-nav-options .nav-option-link:active h4 {
  color: #6889e2;
}
.pro-content-nav-options .list-nav-options .nav-option-link:before {
  border-radius: 4px;
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: 0;
}
.pro-content-nav-options .list-nav-options .nav-option-link > div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-content-nav-options .list-nav-options li {
  width: 100%;
}
.pro-content-nav-options .list-nav-options li + li {
  margin-top: 8px;
}
.pro-content-nav-options .list-nav-options figure {
  margin-top: 8px;
  margin-right: 16px;
  margin-left: 12px;
  white-space: nowrap;
}
.pro-content-nav-options .list-nav-options figure img {
  width: 16px;
  min-width: 16px;
}
.pro-content-nav-options .list-nav-options figure:before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-block;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-content-nav-options .list-nav-options h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  padding-right: 8px;
}
.pro-content-nav-options .list-nav-options p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  padding: 0 8px 0 0;
  margin: 0;
}
.value-change {
  border-radius: 999px;
  font-size: 0px;
  font-size: 0rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
  line-height: 1;
  color: #707580;
  background-color: #f0f1f2;
  padding: 3px 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16px;
  min-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  -ms-flex-item-align: start;
      align-self: start;
}
.value-change.none {
  font-size: 10px;
  font-size: 1rem;
  background: none;
}
.value-change.none:before {
  background-image: none;
}
.value-change.down {
  font-size: 10px;
  font-size: 1rem;
  background-color: #feecee;
  color: #e44561;
}
.value-change.down:before {
  background-image: url('../images/svg/icon-rankchange-down.svg');
  margin-right: 4px;
}
.value-change.up {
  font-size: 10px;
  font-size: 1rem;
  background-color: #e7fbef;
  color: #009b7d;
}
.value-change.up:before {
  background-image: url('../images/svg/icon-rankchange-up.svg');
  margin-right: 4px;
}
.value-change.new {
  font-size: 9px;
  font-size: 0.9rem;
  background-color: #ffe45d;
  color: #000000;
  text-transform: uppercase;
}
.value-change.new:before {
  content: none;
}
.value-change:empty:before {
  margin-right: 0;
}
.value-change:before {
  content: "";
  background-image: url('../images/svg/icon-rankchange-same.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
  width: 6px;
  height: 6px;
  min-width: 6px;
  display: inline-block;
  vertical-align: baseline;
}
.table-charts-arrow-navigation {
  pointer-events: none;
  cursor: default;
  position: -webkit-sticky;
  position: sticky;
  bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  margin-top: -36px;
}
.table-charts-arrow-navigation button {
  pointer-events: all;
  cursor: pointer;
}
.table-charts-paywall {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.4) 100%);
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 608px;
  z-index: 4;
}
@media only screen and (max-width: 1024px) {
  .table-charts-paywall {
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .table-charts-paywall {
    padding: 0 80px;
  }
}
.table-charts-paywall.blurred {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.table-charts-paywall.top-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.table-charts-paywall.top-content article {
  padding-top: 30px;
}
.table-charts-paywall.fluid {
  padding: 0 30px;
}
.table-charts-paywall.fluid article {
  width: auto;
}
.table-charts-paywall.horizontal article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .table-charts-paywall.horizontal .paywall-content {
    width: 280px;
  }
}
.table-charts-paywall.horizontal .paywall-actions {
  padding-left: 24px;
}
.table-charts-paywall.horizontal p {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .table-charts-paywall .paywall-actions {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .table-charts-paywall article {
    width: 300px;
  }
}
.table-charts-paywall h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .table-charts-paywall h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.table-charts-paywall p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 16px 0;
  padding: 0;
}
.table-charts {
  margin-bottom: 8px;
}
.table-charts.alt-small-11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.alt-small-11 td,
.table-charts.alt-small-11 th {
  padding-left: 6px;
  padding-right: 6px;
}
.table-charts.alt-small-11 .channel {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.alt-small-11 .value {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.alt-small-11 .entity h3 {
  font-size: 12px;
  font-size: 1.2rem;
}
.table-charts.alt-small-11 .entity article {
  margin-left: 8px;
}
.table-charts.alt-small-11 .country span {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.alt-small-11 .genres,
.table-charts.alt-small-11 .label {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.table-chart-venues.pro-table th:first-child,
.table-charts.table-chart-venues.pro-table td:first-child {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  min-width: 200px;
  width: 100%;
}
.table-charts.table-chart-labels.pro-table th:first-child,
.table-charts.table-chart-labels.pro-table td:first-child {
  width: 72px;
  min-width: 72px;
  text-align: right;
}
.table-charts.table-chart-labels.pro-table th:first-child .loader-element-line,
.table-charts.table-chart-labels.pro-table td:first-child .loader-element-line {
  margin-left: auto;
}
.table-charts.table-chart-labels.pro-table th:nth-child(2),
.table-charts.table-chart-labels.pro-table td:nth-child(2) {
  min-width: 260px;
  width: 260px;
}
.table-charts.table-chart-labels.pro-table .genres {
  min-width: 0;
  max-width: none;
}
.table-charts.table-chart-festivals th:not([class]):nth-child(2),
.table-charts.table-chart-playlists th:not([class]):nth-child(2),
.table-charts.table-chart-festivals td:not([class]):nth-child(2),
.table-charts.table-chart-playlists td:not([class]):nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 68px;
  z-index: 1;
  min-width: 314px;
  width: 314px;
}
.table-charts.table-chart-tracks th:not([class]):nth-child(2),
.table-charts.table-chart-tracks td:not([class]):nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 68px;
  z-index: 1;
  min-width: 314px;
  width: 314px;
}
.table-charts.table-chart-tracks .genres {
  min-width: 0;
}
.table-charts.table-chart-watchlisted-tracks tr.syncing {
  position: relative;
}
.table-charts.table-chart-watchlisted-tracks tr.syncing:before {
  content: "";
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 240px;
  z-index: 1;
}
.table-charts.table-chart-watchlisted-tracks tr.syncing:after {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  position: absolute;
  content: "Reacquiring Track Data, Sync in progress";
  top: 0;
  right: 0;
  bottom: 0;
  left: 240px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-charts.table-chart-watchlisted-tracks th:not([class]):nth-child(1),
.table-charts.table-chart-watchlisted-tracks td:not([class]):nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  min-width: 240px;
  width: 240px;
}
.table-charts.table-chart-watchlisted-tracks th:not([class]):nth-child(2),
.table-charts.table-chart-watchlisted-tracks td:not([class]):nth-child(2) {
  position: static;
  left: 0;
  z-index: unset;
  min-width: unset;
  width: unset;
}
.table-charts.table-chart-watchlisted-tracks .entity.track article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-charts.animated {
  -webkit-animation: chart-animation 2s ease-in-out forwards;
  animation: chart-animation 2s ease-in-out forwards;
}
.table-charts.table-chart-trending-tracks.rank-with-info th:not([class]):first-child,
.table-charts.table-chart-trending-tracks.rank-with-info td:not([class]):first-child {
  width: 70px;
  min-width: 70px;
}
.table-charts.table-chart-trending-tracks.rank-with-info th:not([class]):nth-child(2),
.table-charts.table-chart-trending-tracks.rank-with-info td:not([class]):nth-child(2) {
  left: 70px;
}
.table-charts.table-chart-trending-tracks.pro-table th label.channel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
}
.table-charts.table-chart-trending-tracks .graph-tooltip .year,
.table-charts.table-chart-trending-tracks .graph-tooltip .label-title {
  font-size: 8px !important;
  white-space: nowrap;
}
.table-charts.table-chart-trending-tracks .graph-tooltip .year {
  padding-bottom: 2px !important;
}
.table-charts.table-chart-trending-tracks .sorted-by .value,
.table-charts.table-chart-trending-tracks .sorted-by .sortable {
  font-weight: 500;
}
.table-charts.table-chart-trending-tracks .has-more-info {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  cursor: default;
}
.table-charts.table-chart-trending-tracks .has-more-info:hover .trending-chart-more-info-popup,
.table-charts.table-chart-trending-tracks .has-more-info:active .trending-chart-more-info-popup {
  display: block;
}
.table-charts.table-chart-trending-tracks .artists {
  font-size: 12px;
  font-size: 1.2rem;
}
.table-charts.table-chart-trending-tracks .entity.artist figure {
  width: 44px;
  min-width: 44px;
  height: 44px;
}
.table-charts.table-chart-trending-tracks .entity.artist .country-el {
  font-size: 11px;
  font-size: 1.1rem;
  color: #707580;
}
.table-charts.table-chart-trending-tracks .entity.track figure {
  width: 44px;
  min-width: 44px;
  height: 44px;
}
.table-charts.table-chart-trending-tracks .entity.track h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.table-charts.table-chart-trending-tracks .entity:not(.clickable):hover {
  cursor: default;
}
.table-charts.table-chart-trending-tracks .entity:not(.clickable):hover h3 {
  cursor: default;
  color: #000000;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre-wrapper {
  position: relative;
  width: 100%;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre-wrapper .more-info {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre-wrapper .value-artist-and-genre {
  padding-right: 16px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre.small {
  font-size: 9px;
  font-size: 0.9rem;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre.small .artist-el {
  line-height: 12px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre.small.small {
  margin-top: 4px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre.small .flag {
  width: 12px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre .genre-el {
  line-height: 1;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre .genre-el em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  color: #707580;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre .artist-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre .artist-el .flag {
  margin-right: 4px;
}
.table-charts.table-chart-trending-tracks .value-artist-and-genre .artist-el em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.table-charts.table-chart-trending-tracks .value-country-and-city .city-el {
  padding-left: 19px;
  line-height: 1;
}
.table-charts.table-chart-trending-tracks .value-country-and-city .city-el em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.table-charts.table-chart-trending-tracks .value-country-and-city .country-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts.table-chart-trending-tracks .value-country-and-city .country-el .flag {
  margin-right: 4px;
}
.table-charts.table-chart-trending-tracks .value-country-and-city .country-el em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.table-charts.table-chart-trending-tracks .countries-wrapper {
  position: relative;
  width: 100%;
}
.table-charts.table-chart-trending-tracks .countries-wrapper .more-info {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.table-charts.table-chart-trending-tracks .value-top-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-charts.table-chart-trending-tracks .value-top {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.table-charts.table-chart-trending-tracks .value-top em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.table-charts.table-chart-trending-tracks .value-top .number {
  margin-left: auto;
  color: #707580;
}
.table-charts.table-chart-trending-tracks .value-top .entity.track figure {
  width: 20px;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
}
.table-charts.table-chart-trending-tracks .value-top .entity figure {
  width: 14px;
  height: 14px;
  min-width: 14px;
  max-width: 14px;
}
.table-charts.table-chart-trending-tracks .value-top .entity article {
  margin-left: 4px;
}
.table-charts.table-chart-trending-tracks .value-top .entity h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
}
.table-charts.table-chart-trending-tracks tr:hover:not(.active) td:not(.sorted-by) {
  background-color: #ffffff;
}
.table-charts.table-chart-trending-tracks th.text-right {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.table-charts.table-chart-trending-tracks th:not([class]):first-child,
.table-charts.table-chart-trending-tracks td:not([class]):first-child {
  width: 60px;
  min-width: 60px;
}
.table-charts.table-chart-trending-tracks th:not([class]):nth-child(2),
.table-charts.table-chart-trending-tracks td:not([class]):nth-child(2) {
  left: 60px;
}
.table-charts.table-chart-trending-tracks td:not(:first-child) .value-change {
  font-size: 11px;
  font-size: 1.1rem;
}
.table-charts.pro-table {
  width: auto;
}
.table-charts.pro-table tr.no-border td {
  border: 0;
}
.table-charts.pro-table th,
.table-charts.pro-table td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.table-charts.pro-table td.text-right {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 12px;
}
.table-charts.pro-table td.text-right .value-change {
  -ms-flex-item-align: unset;
      align-self: unset;
}
.table-charts.pro-table th.text-right {
  text-align: right;
}
.table-charts.pro-table label.channel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  padding-left: 20px;
}
.table-charts.pro-table label.sortable {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  padding-right: 16px;
}
.table-charts.full-width {
  width: 100%;
}
.table-charts.full-width.pro-table {
  width: 100%;
}
.table-charts.max-width {
  max-width: 1500px;
}
.table-charts.no-access.no-access-3 td:nth-child(3) {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.table-charts.no-access.no-access-4 td:nth-child(3),
.table-charts.no-access.no-access-4 td:nth-child(4) {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.table-charts.no-access.no-access-5 td:nth-child(3),
.table-charts.no-access.no-access-5 td:nth-child(4),
.table-charts.no-access.no-access-5 td:nth-child(5) {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.table-charts.no-access td {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.table-charts.no-access td:nth-child(1),
.table-charts.no-access td:nth-child(2) {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.table-charts.flexit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-charts.flexit .collapsed {
  display: none;
}
.table-charts.flexit .collapsed.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-charts.flexit thead,
.table-charts.flexit tbody,
.table-charts.flexit tfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-charts.flexit thead,
.table-charts.flexit tbody {
  overflow: auto;
}
.table-charts.flexit thead::-webkit-scrollbar,
.table-charts.flexit tbody::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
}
.table-charts.flexit thead::-webkit-scrollbar-track-piece,
.table-charts.flexit tbody::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.table-charts.flexit thead::-webkit-scrollbar-thumb,
.table-charts.flexit tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.table-charts.flexit thead {
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
  z-index: 2;
}
.table-charts.flexit tbody::-webkit-scrollbar {
  height: 0px;
}
.table-charts.flexit tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 100%;
}
.table-charts.flexit th,
.table-charts.flexit td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts.flexit th:last-child,
.table-charts.flexit td:last-child {
  margin-right: 24px;
}
.table-charts.flexit td {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.table-charts.flexit .value + .value-change {
  margin-top: 4px;
}
.table-charts.is-scrolling th:nth-child(2):after,
.table-charts.is-scrolling td:nth-child(2):after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: transparent;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-clip-path: inset(0px -8px 0px 0px);
          clip-path: inset(0px -8px 0px 0px);
}
.table-charts .collapsed {
  display: none;
}
.table-charts .collapsed.show {
  display: table-row;
}
.table-charts tr {
  /*&:nth-child(even) {

			&:not(.active) {

				td {

					&:not(.sorted-by) {
						background-color: #fafafa;
					}
				}
			}
		}*/
}
.table-charts tr.selected td {
  background-color: #f8f9fd;
}
.table-charts tr.active td:not(.sorted-by),
.table-charts tr:hover td:not(.sorted-by) {
  background-color: #f8f9fd;
}
.table-charts th,
.table-charts td {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
.table-charts th.sorted-by,
.table-charts td.sorted-by {
  background-color: #F3F4FB;
}
.table-charts th.sorted-by [class="value"],
.table-charts td.sorted-by [class="value"],
.table-charts th.sorted-by .sortable,
.table-charts td.sorted-by .sortable {
  font-weight: 500;
}
.table-charts th:not([class]):nth-child(1),
.table-charts td:not([class]):nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  width: 68px;
  min-width: 68px;
  left: 0;
  z-index: 1;
  padding-right: 4px;
}
.table-charts th:not([class]):nth-child(2),
.table-charts td:not([class]):nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 68px;
  z-index: 1;
  min-width: 254px;
  width: 254px;
}
.table-charts th.v-top,
.table-charts td.v-top {
  vertical-align: top;
}
.table-charts th.l,
.table-charts td.l {
  text-align: left;
}
.table-charts th.c,
.table-charts td.c {
  text-align: center;
}
.table-charts th.r,
.table-charts td.r {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.table-charts th.r .value-change,
.table-charts td.r .value-change {
  self-align: flex-end;
}
.table-charts th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.table-charts th.fluid {
  min-width: unset;
}
.table-charts .i {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 4px;
}
.table-charts .button.button-chart-table {
  padding-left: 0;
  padding-right: 0;
  width: 90px;
}
.table-charts .entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: normal !important;
}
.table-charts .entity:hover {
  cursor: pointer;
}
.table-charts .entity:hover figure button {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.table-charts .entity:hover h3 {
  color: #6889e2;
  cursor: pointer;
}
.table-charts .entity.artist figure {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  min-width: 64px;
}
.table-charts .entity.track {
  max-width: 280px;
}
.table-charts .entity.track .loader-element-group.no-border {
  border-radius: 0px;
}
.table-charts .entity.track article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.table-charts .entity.track .authors .img {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid ;
}
.table-charts .entity.track .authors:hover + h3,
.table-charts .entity.track .authors:hover + a {
  color: #000000;
}
.table-charts .entity.track .authors:hover + a h3 {
  color: #000000;
}
.table-charts .entity.track .authors a:hover,
.table-charts .entity.track .authors a:active {
  color: #6889e2;
}
.table-charts .entity.festival .loader-element-group.no-border,
.table-charts .entity.venue .loader-element-group.no-border {
  border-radius: 0px;
}
.table-charts .entity.festival figure,
.table-charts .entity.venue figure {
  height: 48px;
  background-position: center;
}
.table-charts .entity.festival article,
.table-charts .entity.venue article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.table-charts .entity.festival .location,
.table-charts .entity.venue .location {
  -ms-flex-item-align: self-start;
      align-self: self-start;
}
.table-charts .entity.festival .location:hover + a h3,
.table-charts .entity.venue .location:hover + a h3 {
  color: #000000;
}
.table-charts .entity.playlist:hover h3:after,
.table-charts .entity.playlist:active h3:after {
  content: "";
  background-image: url('../images/svg/icon-link-blue-roll.svg');
}
.table-charts .entity.playlist h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts .entity.playlist h3:after {
  display: inline-block;
  white-space: nowrap;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  background-image: url('../images/svg/icon-link-blue.svg');
  margin-left: 8px;
}
.table-charts .entity.playlist h3 span {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.table-charts .entity.playlist figure {
  width: 64px;
  height: 64px;
  min-width: 64px;
}
.table-charts .entity.playlist .authors {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.table-charts .entity figure {
  pointer-events: none;
  cursor: default;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e8eced;
}
.table-charts .entity figure:hover + article h3 {
  color: #000000;
}
.table-charts .entity figure button {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.table-charts .entity figure button:hover {
  pointer-events: all;
  cursor: pointer;
}
.table-charts .entity figure button + button {
  margin-left: 4px;
}
.table-charts .entity article {
  margin-left: 16px;
}
.table-charts .entity h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  color: #000000;
  font-weight: 500;
}
.table-charts .entity .authors {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.table-charts .entity .location {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #707580;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px;
}
.table-charts .entity .location:hover,
.table-charts .entity .location:active {
  background-image: url('../images/svg/location-blue-roll.svg');
  color: #6889e2;
}
.table-charts .entity .location span {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 16px;
}
.table-charts .entity .loc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-charts .entity .authors-wrapper {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 28px;
  line-height: 12px;
  gap: 2px 8px;
}
.table-charts .entity .author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts .entity .author .author-name {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.table-charts .entity .author img {
  min-width: 12px;
  margin-left: 4px;
}
.table-charts .mini-badges {
  margin-top: 4px;
}
.table-charts .mini-badges .claimed-icon {
  margin-left: 0;
}
.table-charts .mini-badges .claimed-icon + .mini-badge {
  margin-left: 4px;
}
.table-charts .mini-badges .mini-badge {
  cursor: inherit;
}
.table-charts .mini-badges .mini-badge:first-child {
  margin-left: 0;
}
.table-charts .genres {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  min-width: 126px;
  max-width: 126px;
}
.table-charts .label {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
}
.table-charts .artists {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  min-width: 126px;
  max-width: 126px;
}
.table-charts .city {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000000;
  min-width: 126px;
  max-width: 126px;
}
.table-charts .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-charts .country span {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 4px;
}
.table-charts .value {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  display: block;
}
.table-charts .value.grey {
  color: #707580;
}
.table-charts .value.red {
  color: #e44561;
}
.table-charts .value.quantity {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  font-weight: 300;
  display: inline-block;
}
.table-charts .value.quantity + .value {
  margin-top: 4px;
}
.table-charts .value.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.table-charts .value.links img {
  min-width: 12px;
  width: 12px;
  height: 12px;
}
.table-charts .w-1 {
  width: 1px;
  max-width: unset !important;
}
.table-charts .w-40 {
  min-width: 40px;
  max-width: 40px;
  width: 40px;
}
.table-charts .w-50 {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}
.table-charts .w-60 {
  min-width: 60px;
  max-width: 60px;
  width: 60px;
}
.table-charts .w-70 {
  min-width: 70px;
  max-width: 70px;
  width: 70px;
}
.table-charts .w-80 {
  min-width: 80px;
  max-width: 80px;
  width: 80px;
}
.table-charts .w-90 {
  min-width: 90px;
  max-width: 90px;
  width: 90px;
}
.table-charts .w-100 {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}
.table-charts .w-105 {
  min-width: 105px;
  max-width: 105px;
  width: 105px;
}
.table-charts .w-110 {
  min-width: 110px;
  max-width: 110px;
  width: 110px;
}
.table-charts .w-115 {
  min-width: 115px;
  max-width: 115px;
  width: 115px;
}
.table-charts .w-120 {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
}
.table-charts .w-125 {
  min-width: 125px;
  max-width: 125px;
  width: 125px;
}
.table-charts .w-130 {
  min-width: 130px;
  max-width: 130px;
  width: 130px;
}
.table-charts .w-135 {
  min-width: 135px;
  max-width: 135px;
  width: 135px;
}
.table-charts .w-140 {
  min-width: 140px;
  max-width: 140px;
  width: 140px;
}
.table-charts .w-150 {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}
.table-charts .w-160 {
  min-width: 160px;
  max-width: 160px;
  width: 160px;
}
.table-charts .w-170 {
  min-width: 170px;
  max-width: 170px;
  width: 170px;
}
.table-charts .w-180 {
  min-width: 180px;
  max-width: 180px;
  width: 180px;
}
.table-charts .w-190 {
  min-width: 190px;
  max-width: 190px;
  width: 190px;
}
.table-charts .w-200 {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}
.table-charts .w-210 {
  min-width: 210px;
  max-width: 210px;
  width: 210px;
}
.table-charts .w-220 {
  min-width: 220px;
  max-width: 220px;
  width: 220px;
}
.table-charts .w-230 {
  min-width: 230px;
  max-width: 230px;
  width: 230px;
}
.table-charts .w-240 {
  min-width: 240px;
  max-width: 240px;
  width: 240px;
}
.table-charts .w-250 {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}
.table-charts .w-260 {
  min-width: 260px;
  max-width: 260px;
  width: 260px;
}
.table-charts .w-270 {
  min-width: 270px;
  max-width: 270px;
  width: 270px;
}
.table-charts .w-280 {
  min-width: 280px;
  max-width: 280px;
  width: 280px;
}
.table-charts .w-290 {
  min-width: 290px;
  max-width: 290px;
  width: 290px;
}
.table-charts .w-300 {
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}
.table-charts .fluid {
  max-width: none;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.table-charts input[type="checkbox"].custom-toggle-pro + label {
  border-radius: 8px;
  width: 30px;
  height: 16px;
  background-color: #BECBD0;
}
.table-charts input[type="checkbox"].custom-toggle-pro + label:before {
  left: calc(100% - 28px);
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #707580;
  margin-top: -6px;
}
.table-charts input[type="checkbox"].custom-toggle-pro:checked + label {
  background-color: #CAE1FF;
}
.table-charts input[type="checkbox"].custom-toggle-pro:checked + label:before {
  left: 16px;
  background-color: #4e63ce;
}
.table-charts .graph {
  position: relative;
  width: 100%;
  z-index: 0;
}
.table-charts .graph [data-highcharts-chart] {
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
.table-charts .graph .highcharts-container {
  overflow: visible !important;
}
.table-charts .graph svg {
  overflow: visible !important;
}
.table-charts .graph svg .highcharts-tooltip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
.table-charts .graph text.highcharts-credits {
  display: none;
}
.table-charts .graph .highcharts-data-labels span {
  min-width: 20px;
}
.table-charts .graph-tooltip.has-shadow {
  padding: 2px 4px !important;
}
.table-charts .graph-tooltip.has-shadow .label-title {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 !important;
}
.table-charts .graph-tooltip.has-shadow .label-title strong {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
}
.table-charts .has-more-info {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  cursor: default;
}
#my-chart {
  width: 82px;
  height: 42px;
  margin: 0;
  overflow: visible;
}
#my-chart tbody {
  overflow: visible;
}
#my-chart td {
  padding: 0;
  width: auto;
  min-width: unset;
  position: absolute;
  margin: 0;
  border: 0;
  text-align: unset;
  vertical-align: unset;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}
#my-chart td:first-child:hover {
  z-index: 10;
  cursor: default;
}
#my-chart td:first-child + td {
  z-index: 1;
}
#my-chart .tooltip {
  border-radius: 4px;
  font-size: 9px;
  font-size: 0.9rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 2px 4px;
  background-color: #ffffff;
  color: #000000;
  width: auto;
  height: auto;
  white-space: nowrap;
  line-height: 1;
  z-index: 100;
}
#my-chart .tooltip:after {
  content: none;
}
.trending-tracks-no-access {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.trending-tracks-no-access article {
  display: inline-block;
  padding: 0 16px;
  text-align: center;
}
.trending-tracks-no-access h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 24px 0;
}
.trending-tracks-no-access p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  max-width: 350px;
  padding: 0;
  margin: 0;
}
.pro-table-wrapper-with-paywall {
  position: relative;
}
.pro-table-wrapper-with-paywall .paywall-article {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.pro-table-wrapper-with-paywall .paywall-article .actions {
  padding: 0;
}
.pro-table-pagination {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
  padding: 16px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.pro-table-pagination .btn-pagination {
  border-radius: 9999px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  color: #4e63ce;
  border: 0;
  padding: 0 4px;
  width: auto;
  height: 20px;
  min-width: 20px;
  vertical-align: middle;
  margin: 0;
  font-weight: 600;
  line-height: 1;
}
.pro-table-pagination .btn-pagination:disabled,
.pro-table-pagination .btn-pagination.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: none;
  cursor: default;
  color: #D5DDE0;
}
.pro-table-pagination .btn-pagination.active {
  background-color: #4e63ce;
  color: #ffffff;
}
.pro-table-pagination .btn-pagination:hover {
  background-color: #6889e2;
  color: #ffffff;
}
.pro-table-pagination .btn-pagination.prev,
.pro-table-pagination .btn-pagination.next {
  font-size: 0px;
  font-size: 0rem;
  background-size: 5px;
}
.pro-table-pagination .btn-pagination.prev {
  background-image: url('../images/svg/chevron-left-blue.svg');
}
.pro-table-pagination .btn-pagination.prev.disabled,
.pro-table-pagination .btn-pagination.prev:disabled {
  background-image: url('../images/svg/chevron-left-disabled.svg');
}
.pro-table-pagination .btn-pagination.prev:hover {
  background-image: url('../images/svg/chevron-left-blue-roll.svg');
  background-color: transparent;
}
.pro-table-pagination .btn-pagination.next {
  background-image: url('../images/svg/chevron-right-blue.svg');
}
.pro-table-pagination .btn-pagination.next.disabled,
.pro-table-pagination .btn-pagination.next:disabled {
  background-image: url('../images/svg/chevron-right-disabled.svg');
}
.pro-table-pagination .btn-pagination.next:hover {
  background-image: url('../images/svg/chevron-right-blue-roll.svg');
  background-color: transparent;
}
.pro-table-pagination label {
  font-size: inherit;
  color: #707580;
  display: inline-block;
  vertical-align: middle;
}
.pro-table-pagination .items-per-page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-table-pagination .items-per-page + label {
  margin-left: 24px;
}
.pro-table-pagination .items-per-page .pro-custom-select {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 4px;
  width: 42px;
}
.pro-table-pagination .items-per-page .pro-custom-select .selected-option {
  font-size: 10px;
  font-size: 1rem;
  height: 20px;
  line-height: 20px;
  right: 10px;
}
.pro-table-pagination .items-per-page .pro-custom-select .selected-option span {
  padding-left: 8px;
}
.pro-table-pagination .items-per-page .pro-custom-select .selected-wrapper {
  height: 20px;
}
.pro-table-pagination .items-per-page .pro-custom-select .selected-wrapper:after {
  right: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #4e63ce;
  margin-top: -2px;
}
.pro-table-pagination .items-per-page .pro-custom-select .results {
  font-size: 10px;
  font-size: 1rem;
  top: 20px;
}
.pro-table-pagination .items-per-page .pro-custom-select .results li {
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 16px;
  position: relative;
}
.pro-table-pagination .items-per-page .pro-custom-select .results li:hover:before {
  content: "";
  background-color: #f4f6f6;
}
.pro-table-pagination .items-per-page .pro-custom-select .results li.active:before {
  content: "";
  background-color: #f8f9fd;
}
.pro-table-pagination .items-per-page .pro-custom-select .results li:before {
  border-radius: 2px;
  position: absolute;
  left: 4px;
  top: 0;
  right: 4px;
  bottom: 0;
  background-color: #f4f6f6;
  z-index: -1;
}
.pro-search {
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-search.show-results .pro-search-input {
  border-radius: 4px 4px 0 0;
  border-color: #6889e2;
}
.pro-search.show-results .results {
  display: block;
  border: 1px solid #6889e2;
}
.pro-search.loading:before,
.pro-search.loading:after {
  content: none;
}
.pro-search.loading .search-wrapper:before {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/loader-ani-black.svg');
  z-index: 1;
}
.pro-search.w-150 {
  width: 150px;
}
.pro-search.w-200 {
  width: 200px;
}
.pro-search.w-240 {
  width: 240px;
}
.pro-search.w-260 {
  width: 260px;
}
.pro-search.w-280 {
  width: 280px;
}
.pro-search.w-300 {
  width: 300px;
}
.pro-search.w-320 {
  width: 320px;
}
.pro-search.w-340 {
  width: 340px;
}
.pro-search.results-left .results {
  left: auto;
  right: 0;
}
.pro-search.no-border-results.r-w-360 {
  min-width: 240px;
}
.pro-search.no-border-results.r-w-360 .results {
  right: unset;
  max-width: 360px;
  min-width: 360px;
}
.pro-search.no-border-results.r-w-400 {
  min-width: 240px;
}
.pro-search.no-border-results.r-w-400 .results {
  right: unset;
  max-width: 400px;
  min-width: 400px;
}
.pro-search.no-border-results.r-w-420 {
  min-width: 240px;
}
.pro-search.no-border-results.r-w-420 .results {
  right: unset;
  max-width: 420px;
  min-width: 420px;
}
.pro-search.no-border-results.results-left .results {
  right: 0;
}
.pro-search.no-border-results.show-results .pro-search-input {
  border-radius: 4px;
}
.pro-search.no-border-results .results {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 12px 12px 0 12px;
  border: 0;
  top: 32px;
  max-height: 280px;
  z-index: 2;
}
.pro-search.no-border-results .results .result-item:not(.divider):hover,
.pro-search.no-border-results .results .result-item:not(.divider):active {
  border-radius: 4px;
  background-color: #f4f6f6;
}
.pro-search.no-border-results .results .result-item.divider {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pro-search.has-border .pro-search-input {
  border: 1px solid #d5dde0;
}
.pro-search .zero-state {
  pointer-events: none;
  cursor: default;
  color: #707580 !important;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.pro-search .country {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
}
.pro-search .search-wrapper {
  position: relative;
}
.pro-search .pro-search-input {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  height: 32px;
  width: 100%;
  padding: 0 26px 0 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-image: url('../images/svg/search.svg');
  background-size: 16px;
  border: 1px solid #f4f6f6;
  background-color: #f4f6f6;
}
.pro-search .pro-search-input:disabled {
  background-image: url('../images/svg/search-pro-table-disabled.svg'), url('../images/svg/lock-disabled.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: left 8px center, right 8px center;
  background-size: 16px, 10px;
}
.pro-search .pro-search-input:focus {
  border-color: #6889e2;
}
.pro-search .results {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 0 0 4px 4px;
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  max-height: 200px;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  z-index: 1;
  text-align: left;
  padding: 4px 0;
}
.pro-search .results.show {
  display: block;
}
.pro-search .results::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.pro-search .results::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-search .results::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-search .results:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 2;
}
.pro-search .results .result-item {
  padding: 4px 0;
  line-height: 16px;
}
.pro-search .results .result-item.divider {
  padding: 8px 0;
}
.pro-search .results .result-item.divider:before {
  pointer-events: none;
  cursor: default;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #4e63ce;
}
.pro-search .results .result-item.disabled {
  pointer-events: none;
  cursor: default;
  color: #D5DDE0;
}
.pro-search .results .result-item.disabled .flag {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.pro-search .results .result-item.disabled input[type="checkbox"].pro-custom-checkbox + label,
.pro-search .results .result-item.disabled input[type="radio"].pro-custom-checkbox + label,
.pro-search .results .result-item.disabled input[type="checkbox"].pro-custom-radio + label,
.pro-search .results .result-item.disabled input[type="radio"].pro-custom-radio + label {
  color: #D5DDE0;
}
.pro-search .results .result-item.disabled input[type="checkbox"].pro-custom-checkbox + label:before,
.pro-search .results .result-item.disabled input[type="radio"].pro-custom-checkbox + label:before,
.pro-search .results .result-item.disabled input[type="checkbox"].pro-custom-radio + label:before,
.pro-search .results .result-item.disabled input[type="radio"].pro-custom-radio + label:before {
  border-color: #D5DDE0;
}
.pro-search .results .result-item.selected {
  background-color: #e8eced;
  border-radius: 4px;
}
.pro-search .results .result-item.removable .card-micro article {
  width: calc(100% - 24px);
}
.pro-search .results .result-item.removable .track-actions {
  margin-left: auto;
}
.pro-search .results .result-item:hover {
  color: #6889e2;
}
.pro-search .results .result-item.label-title {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  padding: 4px 8px;
}
.pro-search .results .result-item label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.pro-search .results .result-item .city-row {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-search .results .result-item .city-row .city-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-search .results .result-item .city-row .country-flag {
  font-size: 10px;
  font-size: 1rem;
  width: 45px;
  min-width: 45px;
  text-transform: uppercase;
}
.pro-search .results .result-item .country-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-search .results .result-item .country-label .flag {
  margin-right: 4px;
}
.pro-search .results .result-item .country-label em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  margin-top: 1px;
}
.pro-search .results .result-item .card-micro.small h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  display: block;
}
.pro-search .results .result-item .card-micro.small .artists {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  display: block;
}
.pro-search .results .result-item .card-micro.small article {
  min-width: unset;
}
.pro-search .results.show {
  display: block;
}
.pro-search .results .entity-search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 4px;
  cursor: pointer;
}
.pro-search .results .entity-search-result.artist figure {
  border-radius: 50%;
}
.pro-search .results .entity-search-result figure {
  min-width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro-search .results .entity-search-result article {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pro-search .results .entity-search-result h3 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: hidden;
}
.pro-search .results .entity-search-result h3 em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  display: block;
}
.pro-search .results .entity-search-result .artists,
.pro-search .results .entity-search-result .location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  color: #707580;
}
.pro-search .results .entity-search-result .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  overflow: hidden;
}
.pro-search .results .entity-search-result .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow: hidden;
}
.pro-search .results .entity-search-result .tags {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 8px;
}
.pro-search .results .entity-search-result .tags .pro-tag {
  color: #000000;
}
input[type="checkbox"].pro-custom-checkbox,
input[type="radio"].pro-custom-checkbox,
input[type="checkbox"].pro-custom-radio,
input[type="radio"].pro-custom-radio {
  position: absolute;
  z-index: -1;
  left: -100px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type="checkbox"].pro-custom-checkbox.spotify:disabled + label,
input[type="radio"].pro-custom-checkbox.spotify:disabled + label,
input[type="checkbox"].pro-custom-radio.spotify:disabled + label,
input[type="radio"].pro-custom-radio.spotify:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.spotify:disabled + label:before,
input[type="radio"].pro-custom-checkbox.spotify:disabled + label:before,
input[type="checkbox"].pro-custom-radio.spotify:disabled + label:before,
input[type="radio"].pro-custom-radio.spotify:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.spotify + label:before,
input[type="radio"].pro-custom-checkbox.spotify + label:before,
input[type="checkbox"].pro-custom-radio.spotify + label:before,
input[type="radio"].pro-custom-radio.spotify + label:before {
  border-color: #1db954;
}
input[type="checkbox"].pro-custom-checkbox.spotify:checked + label:after,
input[type="radio"].pro-custom-checkbox.spotify:checked + label:after,
input[type="checkbox"].pro-custom-radio.spotify:checked + label:after,
input[type="radio"].pro-custom-radio.spotify:checked + label:after {
  background-color: #1db954;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-1 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.youtube-1 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.youtube-1 + label:before,
input[type="radio"].pro-custom-radio.youtube.youtube-1 + label:before {
  border-color: #FF4C4C;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-1:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.youtube-1:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.youtube-1:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.youtube-1:checked + label:after {
  background-color: #FF4C4C;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-2 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.youtube-2 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.youtube-2 + label:before,
input[type="radio"].pro-custom-radio.youtube.youtube-2 + label:before {
  border-color: #FF7F7F;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-2:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.youtube-2:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.youtube-2:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.youtube-2:checked + label:after {
  background-color: #FF7F7F;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-3 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.youtube-3 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.youtube-3 + label:before,
input[type="radio"].pro-custom-radio.youtube.youtube-3 + label:before {
  border-color: #ff9999;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-3:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.youtube-3:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.youtube-3:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.youtube-3:checked + label:after {
  background-color: #ff9999;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-4 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.youtube-4 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.youtube-4 + label:before,
input[type="radio"].pro-custom-radio.youtube.youtube-4 + label:before {
  border-color: #ffadad;
}
input[type="checkbox"].pro-custom-checkbox.youtube.youtube-4:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.youtube-4:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.youtube-4:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.youtube-4:checked + label:after {
  background-color: #ffadad;
}
input[type="checkbox"].pro-custom-checkbox.youtube:disabled + label,
input[type="radio"].pro-custom-checkbox.youtube:disabled + label,
input[type="checkbox"].pro-custom-radio.youtube:disabled + label,
input[type="radio"].pro-custom-radio.youtube:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.youtube:disabled + label:before,
input[type="radio"].pro-custom-checkbox.youtube:disabled + label:before,
input[type="checkbox"].pro-custom-radio.youtube:disabled + label:before,
input[type="radio"].pro-custom-radio.youtube:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.youtube + label:before,
input[type="radio"].pro-custom-checkbox.youtube + label:before,
input[type="checkbox"].pro-custom-radio.youtube + label:before,
input[type="radio"].pro-custom-radio.youtube + label:before {
  border-color: #ff0000;
}
input[type="checkbox"].pro-custom-checkbox.youtube:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube:checked + label:after,
input[type="radio"].pro-custom-radio.youtube:checked + label:after {
  background-color: #ff0000;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-1 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.yt-1 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.yt-1 + label:before,
input[type="radio"].pro-custom-radio.youtube.yt-1 + label:before {
  border-color: #CC1111;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-1:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.yt-1:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.yt-1:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.yt-1:checked + label:after {
  background-color: #CC1111;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-2 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.yt-2 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.yt-2 + label:before,
input[type="radio"].pro-custom-radio.youtube.yt-2 + label:before {
  border-color: #FF0000;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-2:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.yt-2:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.yt-2:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.yt-2:checked + label:after {
  background-color: #FF0000;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-3 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.yt-3 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.yt-3 + label:before,
input[type="radio"].pro-custom-radio.youtube.yt-3 + label:before {
  border-color: #FF7575;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-3:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.yt-3:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.yt-3:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.yt-3:checked + label:after {
  background-color: #FF7575;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-4 + label:before,
input[type="radio"].pro-custom-checkbox.youtube.yt-4 + label:before,
input[type="checkbox"].pro-custom-radio.youtube.yt-4 + label:before,
input[type="radio"].pro-custom-radio.youtube.yt-4 + label:before {
  border-color: #FFB6B6;
}
input[type="checkbox"].pro-custom-checkbox.youtube.yt-4:checked + label:after,
input[type="radio"].pro-custom-checkbox.youtube.yt-4:checked + label:after,
input[type="checkbox"].pro-custom-radio.youtube.yt-4:checked + label:after,
input[type="radio"].pro-custom-radio.youtube.yt-4:checked + label:after {
  background-color: #FFB6B6;
}
input[type="checkbox"].pro-custom-checkbox.instagram:disabled + label,
input[type="radio"].pro-custom-checkbox.instagram:disabled + label,
input[type="checkbox"].pro-custom-radio.instagram:disabled + label,
input[type="radio"].pro-custom-radio.instagram:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.instagram:disabled + label:before,
input[type="radio"].pro-custom-checkbox.instagram:disabled + label:before,
input[type="checkbox"].pro-custom-radio.instagram:disabled + label:before,
input[type="radio"].pro-custom-radio.instagram:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.instagram + label:before,
input[type="radio"].pro-custom-checkbox.instagram + label:before,
input[type="checkbox"].pro-custom-radio.instagram + label:before,
input[type="radio"].pro-custom-radio.instagram + label:before {
  border-color: #c13684;
}
input[type="checkbox"].pro-custom-checkbox.instagram:checked + label:after,
input[type="radio"].pro-custom-checkbox.instagram:checked + label:after,
input[type="checkbox"].pro-custom-radio.instagram:checked + label:after,
input[type="radio"].pro-custom-radio.instagram:checked + label:after {
  background-color: #c13684;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.facebook:disabled + label,
input[type="radio"].pro-custom-checkbox.facebook:disabled + label,
input[type="checkbox"].pro-custom-radio.facebook:disabled + label,
input[type="radio"].pro-custom-radio.facebook:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.facebook:disabled + label:before,
input[type="radio"].pro-custom-checkbox.facebook:disabled + label:before,
input[type="checkbox"].pro-custom-radio.facebook:disabled + label:before,
input[type="radio"].pro-custom-radio.facebook:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.facebook + label:before,
input[type="radio"].pro-custom-checkbox.facebook + label:before,
input[type="checkbox"].pro-custom-radio.facebook + label:before,
input[type="radio"].pro-custom-radio.facebook + label:before {
  border-color: #1877f2;
}
input[type="checkbox"].pro-custom-checkbox.facebook:checked + label:after,
input[type="radio"].pro-custom-checkbox.facebook:checked + label:after,
input[type="checkbox"].pro-custom-radio.facebook:checked + label:after,
input[type="radio"].pro-custom-radio.facebook:checked + label:after {
  background-color: #1877f2;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.deezer:disabled + label,
input[type="radio"].pro-custom-checkbox.deezer:disabled + label,
input[type="checkbox"].pro-custom-radio.deezer:disabled + label,
input[type="radio"].pro-custom-radio.deezer:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.deezer:disabled + label:before,
input[type="radio"].pro-custom-checkbox.deezer:disabled + label:before,
input[type="checkbox"].pro-custom-radio.deezer:disabled + label:before,
input[type="radio"].pro-custom-radio.deezer:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.deezer + label:before,
input[type="radio"].pro-custom-checkbox.deezer + label:before,
input[type="checkbox"].pro-custom-radio.deezer + label:before,
input[type="radio"].pro-custom-radio.deezer + label:before {
  border-color: #a138fd;
}
input[type="checkbox"].pro-custom-checkbox.deezer:checked + label:after,
input[type="radio"].pro-custom-checkbox.deezer:checked + label:after,
input[type="checkbox"].pro-custom-radio.deezer:checked + label:after,
input[type="radio"].pro-custom-radio.deezer:checked + label:after {
  background-color: #a138fd;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.twitter:disabled + label,
input[type="radio"].pro-custom-checkbox.twitter:disabled + label,
input[type="checkbox"].pro-custom-radio.twitter:disabled + label,
input[type="radio"].pro-custom-radio.twitter:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.twitter:disabled + label:before,
input[type="radio"].pro-custom-checkbox.twitter:disabled + label:before,
input[type="checkbox"].pro-custom-radio.twitter:disabled + label:before,
input[type="radio"].pro-custom-radio.twitter:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.twitter + label:before,
input[type="radio"].pro-custom-checkbox.twitter + label:before,
input[type="checkbox"].pro-custom-radio.twitter + label:before,
input[type="radio"].pro-custom-radio.twitter + label:before {
  border-color: #00acee;
}
input[type="checkbox"].pro-custom-checkbox.twitter:checked + label:after,
input[type="radio"].pro-custom-checkbox.twitter:checked + label:after,
input[type="checkbox"].pro-custom-radio.twitter:checked + label:after,
input[type="radio"].pro-custom-radio.twitter:checked + label:after {
  background-color: #00acee;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.soundcloud:disabled + label,
input[type="radio"].pro-custom-checkbox.soundcloud:disabled + label,
input[type="checkbox"].pro-custom-radio.soundcloud:disabled + label,
input[type="radio"].pro-custom-radio.soundcloud:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud:disabled + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud:disabled + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud:disabled + label:before,
input[type="radio"].pro-custom-radio.soundcloud:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud + label:before,
input[type="radio"].pro-custom-radio.soundcloud + label:before {
  border-color: #ff6400;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud:checked + label:after,
input[type="radio"].pro-custom-checkbox.soundcloud:checked + label:after,
input[type="checkbox"].pro-custom-radio.soundcloud:checked + label:after,
input[type="radio"].pro-custom-radio.soundcloud:checked + label:after {
  background-color: #ff6400;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-1 + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-1 + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-1 + label:before,
input[type="radio"].pro-custom-radio.soundcloud.sc-1 + label:before {
  border-color: #E55900;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-1:checked + label:after,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-1:checked + label:after,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-1:checked + label:after,
input[type="radio"].pro-custom-radio.soundcloud.sc-1:checked + label:after {
  background-color: #E55900;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-2 + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-2 + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-2 + label:before,
input[type="radio"].pro-custom-radio.soundcloud.sc-2 + label:before {
  border-color: #FF6400;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-2:checked + label:after,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-2:checked + label:after,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-2:checked + label:after,
input[type="radio"].pro-custom-radio.soundcloud.sc-2:checked + label:after {
  background-color: #FF6400;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-3 + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-3 + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-3 + label:before,
input[type="radio"].pro-custom-radio.soundcloud.sc-3 + label:before {
  border-color: #FFA973;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-3:checked + label:after,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-3:checked + label:after,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-3:checked + label:after,
input[type="radio"].pro-custom-radio.soundcloud.sc-3:checked + label:after {
  background-color: #FFA973;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-4 + label:before,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-4 + label:before,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-4 + label:before,
input[type="radio"].pro-custom-radio.soundcloud.sc-4 + label:before {
  border-color: #FFD0B3;
}
input[type="checkbox"].pro-custom-checkbox.soundcloud.sc-4:checked + label:after,
input[type="radio"].pro-custom-checkbox.soundcloud.sc-4:checked + label:after,
input[type="checkbox"].pro-custom-radio.soundcloud.sc-4:checked + label:after,
input[type="radio"].pro-custom-radio.soundcloud.sc-4:checked + label:after {
  background-color: #FFD0B3;
}
input[type="checkbox"].pro-custom-checkbox.tiktok:disabled + label,
input[type="radio"].pro-custom-checkbox.tiktok:disabled + label,
input[type="checkbox"].pro-custom-radio.tiktok:disabled + label,
input[type="radio"].pro-custom-radio.tiktok:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #d5dde0;
  cursor: default;
}
input[type="checkbox"].pro-custom-checkbox.tiktok:disabled + label:before,
input[type="radio"].pro-custom-checkbox.tiktok:disabled + label:before,
input[type="checkbox"].pro-custom-radio.tiktok:disabled + label:before,
input[type="radio"].pro-custom-radio.tiktok:disabled + label:before {
  cursor: default;
  border-color: #d5dde0;
}
input[type="checkbox"].pro-custom-checkbox.tiktok + label:before,
input[type="radio"].pro-custom-checkbox.tiktok + label:before,
input[type="checkbox"].pro-custom-radio.tiktok + label:before,
input[type="radio"].pro-custom-radio.tiktok + label:before {
  border-color: #3cdae5;
}
input[type="checkbox"].pro-custom-checkbox.tiktok:checked + label:after,
input[type="radio"].pro-custom-checkbox.tiktok:checked + label:after,
input[type="checkbox"].pro-custom-radio.tiktok:checked + label:after,
input[type="radio"].pro-custom-radio.tiktok:checked + label:after {
  background-color: #3cdae5;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-1 + label:before,
input[type="radio"].pro-custom-checkbox.tiktok.tt-1 + label:before,
input[type="checkbox"].pro-custom-radio.tiktok.tt-1 + label:before,
input[type="radio"].pro-custom-radio.tiktok.tt-1 + label:before {
  border-color: #408086;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-1:checked + label:after,
input[type="radio"].pro-custom-checkbox.tiktok.tt-1:checked + label:after,
input[type="checkbox"].pro-custom-radio.tiktok.tt-1:checked + label:after,
input[type="radio"].pro-custom-radio.tiktok.tt-1:checked + label:after {
  background-color: #408086;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-2 + label:before,
input[type="radio"].pro-custom-checkbox.tiktok.tt-2 + label:before,
input[type="checkbox"].pro-custom-radio.tiktok.tt-2 + label:before,
input[type="radio"].pro-custom-radio.tiktok.tt-2 + label:before {
  border-color: #3DADB4;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-2:checked + label:after,
input[type="radio"].pro-custom-checkbox.tiktok.tt-2:checked + label:after,
input[type="checkbox"].pro-custom-radio.tiktok.tt-2:checked + label:after,
input[type="radio"].pro-custom-radio.tiktok.tt-2:checked + label:after {
  background-color: #3DADB4;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-3 + label:before,
input[type="radio"].pro-custom-checkbox.tiktok.tt-3 + label:before,
input[type="checkbox"].pro-custom-radio.tiktok.tt-3 + label:before,
input[type="radio"].pro-custom-radio.tiktok.tt-3 + label:before {
  border-color: #3CDAE5;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-3:checked + label:after,
input[type="radio"].pro-custom-checkbox.tiktok.tt-3:checked + label:after,
input[type="checkbox"].pro-custom-radio.tiktok.tt-3:checked + label:after,
input[type="radio"].pro-custom-radio.tiktok.tt-3:checked + label:after {
  background-color: #3CDAE5;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-4 + label:before,
input[type="radio"].pro-custom-checkbox.tiktok.tt-4 + label:before,
input[type="checkbox"].pro-custom-radio.tiktok.tt-4 + label:before,
input[type="radio"].pro-custom-radio.tiktok.tt-4 + label:before {
  border-color: #B4ECEE;
}
input[type="checkbox"].pro-custom-checkbox.tiktok.tt-4:checked + label:after,
input[type="radio"].pro-custom-checkbox.tiktok.tt-4:checked + label:after,
input[type="checkbox"].pro-custom-radio.tiktok.tt-4:checked + label:after,
input[type="radio"].pro-custom-radio.tiktok.tt-4:checked + label:after {
  background-color: #B4ECEE;
}
input[type="checkbox"].pro-custom-checkbox + label,
input[type="radio"].pro-custom-checkbox + label,
input[type="checkbox"].pro-custom-radio + label,
input[type="radio"].pro-custom-radio + label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  min-height: 16px;
  text-transform: none;
  position: relative;
  padding-left: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  color: #000000;
}
input[type="checkbox"].pro-custom-checkbox + label:before,
input[type="radio"].pro-custom-checkbox + label:before,
input[type="checkbox"].pro-custom-radio + label:before,
input[type="radio"].pro-custom-radio + label:before {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #4e63ce;
}
input[type="checkbox"].pro-custom-checkbox + label:after,
input[type="radio"].pro-custom-checkbox + label:after,
input[type="checkbox"].pro-custom-radio + label:after,
input[type="radio"].pro-custom-radio + label:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
input[type="checkbox"].pro-custom-radio + label:before,
input[type="radio"].pro-custom-radio + label:before {
  border-radius: 50%;
}
input[type="checkbox"].pro-custom-checkbox:disabled + label,
input[type="radio"].pro-custom-checkbox:disabled + label,
input[type="checkbox"].pro-custom-radio:disabled + label,
input[type="radio"].pro-custom-radio:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}
input[type="checkbox"].pro-custom-checkbox:checked + label:before,
input[type="radio"].pro-custom-checkbox:checked + label:before,
input[type="checkbox"].pro-custom-radio:checked + label:before,
input[type="radio"].pro-custom-radio:checked + label:before {
  background-color: #4e63ce;
}
input[type="checkbox"].pro-custom-checkbox:checked + label:after,
input[type="radio"].pro-custom-checkbox:checked + label:after,
input[type="checkbox"].pro-custom-radio:checked + label:after,
input[type="radio"].pro-custom-radio:checked + label:after {
  background-size: 12px;
  background-image: url('../images/svg/checkmark-white.svg');
}
input[type="checkbox"].pro-custom-radio:checked + label:before,
input[type="radio"].pro-custom-radio:checked + label:before {
  background-color: #ffffff;
}
input[type="checkbox"].pro-custom-radio:checked + label:after,
input[type="radio"].pro-custom-radio:checked + label:after {
  border-radius: 50%;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background: #4e63ce;
}
.pro-custom-select {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0.5px;
  width: 100%;
  position: relative;
  color: #707580;
  z-index: 2;
}
.pro-custom-select.has-reset .results li.active {
  pointer-events: all;
  cursor: pointer;
  padding-right: 32px;
}
.pro-custom-select.has-reset .results li.active:hover {
  color: #000000;
}
.pro-custom-select.has-reset .results li.active:hover:before {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.pro-custom-select.has-reset .results li.active:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-image: url('../images/svg/icon-close-blue.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  z-index: 1;
}
.pro-custom-select.has-disclaimer {
  margin-right: 16px;
}
.pro-custom-select.charts {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  background-color: #ffffff;
  text-transform: uppercase;
  width: 280px;
}
@media only screen and (min-width: 360px) {
  .pro-custom-select.charts {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-custom-select.charts {
    width: 260px;
  }
}
.pro-custom-select.charts.open .selected-wrapper {
  border-radius: 4px;
}
.pro-custom-select.charts.big {
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-custom-select.charts.big .selected-wrapper {
  height: 40px;
}
.pro-custom-select.charts.big .selected-option {
  font-size: 12px;
  font-size: 1.2rem;
  height: 40px;
  line-height: 40px;
}
.pro-custom-select.charts.big .search-option {
  height: 41px;
}
.pro-custom-select.charts.big .search-option-input {
  line-height: 40px;
  height: 40px;
}
.pro-custom-select.charts.big .results {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 6px;
  padding-bottom: 6px;
  top: 41px;
}
.pro-custom-select.charts.big .results li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pro-custom-select.charts.has-search {
  width: 240px;
}
.pro-custom-select.charts.has-search.open .search-option {
  display: block;
}
.pro-custom-select.charts.has-search .results {
  top: 32px;
  max-height: 200px;
  padding: 8px 0;
}
.pro-custom-select.charts.has-search .results:before {
  content: none;
}
.pro-custom-select.charts .selected-wrapper {
  border-color: #4e63ce;
  height: 30px;
}
.pro-custom-select.charts .selected-wrapper span {
  padding-left: 40px;
}
.pro-custom-select.charts .selected-option {
  font-size: 12px;
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-transform: capitalize;
  color: #4e63ce;
}
.pro-custom-select.charts .selected-option span {
  padding-right: 30px;
  display: block;
  padding-left: 40px;
}
.pro-custom-select.charts .search-option {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: 31px;
  padding: 0;
  z-index: 2;
  position: absolute;
  border-bottom: 1px solid #4e63ce;
  width: 99%;
  padding-right: 42px;
}
.pro-custom-select.charts .search-option .search-option-input {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background-color: #ffffff;
  line-height: 30px;
  left: 16px;
  top: 0;
  right: 32px;
  height: 30px;
  border: 0;
  padding: 0 0 0 24px;
  background-image: url(../images/svg/search.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.pro-custom-select.charts .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 31px;
  max-height: none;
  border: 1px solid #4e63ce;
  border-top: 0;
  padding: 8px 0;
  text-transform: capitalize;
  max-height: 300px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  top: 32px;
  border: 0;
  padding: 16px 0;
}
@media only screen and (min-width: 768px) {
  .pro-custom-select.charts .results {
    max-height: 450px;
  }
}
.pro-custom-select.charts .results:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4e63ce;
  top: 0;
  left: 0;
  right: 0;
}
.pro-custom-select.charts .results:before {
  content: none;
}
.pro-custom-select.charts .results li {
  padding-left: 40px;
  color: #000000;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 16px;
  padding: 8px 16px 8px 40px;
  background-position: left 16px center;
}
.pro-custom-select.charts .results li:hover {
  color: #4e63ce;
}
.pro-custom-select.charts .results li.active {
  position: relative;
}
.pro-custom-select.charts .results li.divider {
  padding: 6px 8px 2px 8px;
}
.pro-custom-select.charts .results li.divider:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #4e63ce;
}
.pro-custom-select.charts .results li.disabled {
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.pro-custom-select.charts .results li.disabled:active {
  pointer-events: none;
}
.pro-custom-select.charts .results li.disabled:hover {
  color: #000000;
}
.pro-custom-select.charts .results li.disabled:hover:after {
  content: none;
}
.pro-custom-select.charts .results li:hover:after {
  content: "";
  background-color: #f4f6f6;
}
.pro-custom-select.charts .results li.active:after {
  content: "";
  background-color: #e8eced;
}
.pro-custom-select.charts .results li:after {
  border-radius: 4px;
  position: absolute;
  left: 8px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  z-index: -1;
}
.pro-custom-select.charts .results li.permanent {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 8px;
  background-position: left 16px top 9px;
}
.pro-custom-select.charts .results li.permanent:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 1px;
  background-color: #4e63ce;
  display: inline-block;
}
.pro-custom-select.charts .results li.permanent.country {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: capitalize;
  color: #4e63ce;
  font-weight: 500;
}
.pro-custom-select.charts .results li.country {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: none;
  margin-left: 4px;
}
.pro-custom-select.charts .results li.country em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  margin-left: 4px;
}
.pro-custom-select.charts .flag {
  margin-left: -24px;
}
.pro-custom-select.charts .flag.no-border {
  border-color: transparent;
}
.pro-custom-select.pro {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  background-color: #ffffff;
  text-transform: uppercase;
  width: 182px;
}
.pro-custom-select.pro.has-icon.icon-filter .selected-option {
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-filter-black.svg');
  background-size: 16px;
}
.pro-custom-select.pro.has-icon.icon-filter .selected-option span {
  padding-left: 40px;
}
.pro-custom-select.pro.has-checkboxes .results li:after {
  content: none !important;
}
.pro-custom-select.pro.open .selected-wrapper {
  border-radius: 4px;
}
.pro-custom-select.pro .selected-wrapper {
  border-color: #4e63ce;
  height: 30px;
}
.pro-custom-select.pro .selected-wrapper span {
  padding-left: 40px;
}
.pro-custom-select.pro .selected-option {
  font-size: 12px;
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-transform: capitalize;
  color: #4e63ce;
  font-weight: 600;
}
.pro-custom-select.pro .selected-option span {
  padding-right: 30px;
  display: block;
  font-weight: 600;
  padding-left: 16px;
}
.pro-custom-select.pro .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 31px;
  max-height: none;
  border: 1px solid #4e63ce;
  border-top: 0;
  padding: 8px 0;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  top: 32px;
  border: 0;
  padding: 16px 0;
}
.pro-custom-select.pro .results:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4e63ce;
  top: 0;
  left: 0;
  right: 0;
}
.pro-custom-select.pro .results:before {
  content: none;
}
.pro-custom-select.pro .results li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 16px;
  color: #000000;
  text-align: left;
  padding: 8px 16px;
  background-position: left 16px center;
}
.pro-custom-select.pro .results li:hover {
  color: #4e63ce;
}
.pro-custom-select.pro .results li.active {
  position: relative;
}
.pro-custom-select.pro .results li.divider {
  padding: 6px 8px 2px 8px;
}
.pro-custom-select.pro .results li.divider:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #4e63ce;
}
.pro-custom-select.pro .results li.disabled {
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.pro-custom-select.pro .results li.disabled:active {
  pointer-events: none;
}
.pro-custom-select.pro .results li.disabled:hover {
  color: #000000;
}
.pro-custom-select.pro .results li.disabled:hover:after {
  content: none;
}
.pro-custom-select.pro .results li:hover:after {
  content: "";
  background-color: #f4f6f6;
}
.pro-custom-select.pro .results li.active:after {
  content: "";
  background-color: #e8eced;
}
.pro-custom-select.pro .results li:after {
  border-radius: 4px;
  position: absolute;
  left: 8px;
  top: 0px;
  right: 8px;
  bottom: 0px;
  z-index: -1;
}
.pro-custom-select.pro.w-134 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 134px;
  max-width: 134px;
  min-width: 134px;
}
.pro-custom-select.channels {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  background-color: #ffffff;
  width: 230px;
}
.pro-custom-select.channels .selected-wrapper span {
  padding-left: 40px;
}
.pro-custom-select.channels .selected-option {
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-custom-select.channels .selected-option span {
  padding-right: 30px;
  display: block;
  padding-left: 40px;
}
.pro-custom-select.channels .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 33px;
  text-transform: capitalize;
  max-height: none;
  border: 1px solid #4e63ce;
  border-top: 0;
  padding: 8px 0;
}
.pro-custom-select.channels .results:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #4e63ce;
  top: 0;
  left: 0px;
  right: 0px;
}
.pro-custom-select.channels .results li {
  padding-left: 40px;
  color: #000000;
}
.pro-custom-select.channels .results li.active,
.pro-custom-select.channels .results li:hover {
  color: #4e63ce;
}
.pro-custom-select.channels .results li.active {
  position: relative;
}
.pro-custom-select.channels .results li.active:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  right: 8px;
  bottom: 5px;
  background-color: #eef0fb;
  z-index: -1;
}
.pro-custom-select.customize {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  background-color: #ffffff;
  width: 230px;
}
.pro-custom-select.customize.open {
  border-radius: 4px;
}
.pro-custom-select.customize.open .selected-wrapper {
  border-radius: 4px;
}
.pro-custom-select.customize .selected-option {
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-custom-select.customize .selected-option span {
  padding-right: 30px;
  display: block;
}
.pro-custom-select.customize .results {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  top: 32px;
  right: -8px;
  left: auto;
  max-height: none;
  border-top: 0;
  padding: 16px;
  border: 0;
  width: 290px;
}
.pro-custom-select.customize .results:before {
  content: none;
}
.pro-custom-select.customize .results li {
  padding-left: 40px;
  color: #000000;
}
.pro-custom-select.customize .results li.active,
.pro-custom-select.customize .results li:hover {
  color: #4e63ce;
}
.pro-custom-select.customize .results li.active:after,
.pro-custom-select.customize .results li:hover:after {
  content: "";
}
.pro-custom-select.customize .results li.active {
  pointer-events: all;
  cursor: pointer;
  position: relative;
}
.pro-custom-select.customize .results li.active:after {
  content: "";
  left: 4px;
  top: 1px;
  right: 4px;
  bottom: 1px;
  background-color: #e8eced;
}
.pro-custom-select.customize .results li.label {
  pointer-events: none;
  cursor: default;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  padding-left: 16px;
  font-weight: 400;
  text-transform: none;
}
.pro-custom-select.customize .results li.divider {
  margin: 11px 0;
  padding: 0;
}
.pro-custom-select.customize .results li.divider:before {
  background-color: #e8eced;
}
.pro-custom-select.customize .results li.general {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 16px;
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
}
.pro-custom-select.customize .results li.general:hover {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.pro-custom-select.customize .results li.general:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f4f6f6;
}
.pro-custom-select.customize .results li.general small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  font-weight: 400;
}
.pro-custom-select.customize .results li:after {
  border-radius: 4px;
  position: absolute;
  left: 4px;
  top: 1px;
  right: 4px;
  bottom: 1px;
  background-color: #f4f6f6;
  z-index: -1;
}
.pro-custom-select.saved-charts.open .selected-wrapper {
  border-radius: 4px;
}
.pro-custom-select.saved-charts.open .results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-custom-select.saved-charts .results {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  top: 32px;
  border: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 670px;
  padding: 0;
  max-height: 500px !important;
}
.pro-custom-select.saved-charts .results:before {
  content: none;
}
.pro-custom-select.saved-charts .column-title {
  display: block;
  margin-bottom: 8px;
}
.pro-custom-select.saved-charts .list {
  margin-left: -16px;
}
.pro-custom-select.saved-charts .list li {
  padding: 8px 24px 8px 40px;
}
.pro-custom-select.saved-charts .list li.s-chart {
  background-position: left 16px top 18px;
}
.pro-custom-select.saved-charts .list li.disabled:hover:after {
  content: none;
}
.pro-custom-select.saved-charts .list li:hover:after {
  content: "";
  background-color: #f4f6f6;
}
.pro-custom-select.saved-charts .list li.active:after {
  content: "";
  background-color: #e8eced;
  left: 4px;
  top: 0px;
  right: 4px;
  bottom: 0px;
}
.pro-custom-select.saved-charts .list li:after {
  border-radius: 4px;
  position: absolute;
  left: 4px;
  top: 0px;
  right: 4px;
  bottom: 0px;
  z-index: -1;
}
.pro-custom-select.saved-charts .zero-state {
  font-size: 10px;
  font-size: 1rem;
  color: #000000;
  line-height: 16px;
  white-space: normal;
  text-transform: none;
}
.pro-custom-select.saved-charts .zero-state p {
  margin: 0;
  padding: 0;
}
.pro-custom-select.saved-charts .zero-state .grey {
  color: #707580;
}
.pro-custom-select.saved-charts .zero-state .actions {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-custom-select.saved-charts .zero-state .btn-saved-section {
  pointer-events: none;
  cursor: default;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  padding: 0 32px 0 16px;
  background-position: right 8px center;
  height: 32px;
  white-space: nowrap;
  border-radius: 4px;
}
.pro-custom-select.saved-charts .column-1 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e8eced;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 24px;
  margin: 20px 0;
  width: 284px;
  min-width: 284px;
  max-width: 284px;
}
.pro-custom-select.saved-charts .column-2 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  scroll-behavior: smooth;
}
.pro-custom-select.saved-charts .column-2::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.pro-custom-select.saved-charts .column-2::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-custom-select.saved-charts .column-2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-custom-select.has-search.open .search-input {
  display: block;
}
.pro-custom-select.has-search.open .selected-option {
  display: none;
}
.pro-custom-select.has-search .search-input {
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 32px;
  font-family: 'suisseInt', sans-serif;
  height: 32px;
  border: 0;
  padding: 0 32px 0 16px;
  display: none;
}
.pro-custom-select.has-search .search-input::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-select.has-search .search-input:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-select.has-search .search-input::-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-select.has-search .search-input::placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-select.up.open .selected-wrapper {
  border-radius: 0 0 4px 4px;
}
.pro-custom-select.up .results {
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
  top: auto;
  bottom: 100%;
  border-radius: 4px 4px 0 0;
}
.pro-custom-select.open .blocker {
  display: block;
}
.pro-custom-select.open .selected-wrapper {
  border-radius: 4px 4px 0 0;
}
.pro-custom-select.open .selected-wrapper:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.pro-custom-select.open .results {
  display: block;
}
.pro-custom-select.disabled {
  pointer-events: none;
  cursor: default;
}
.pro-custom-select.disabled .selected-wrapper {
  border-color: #d5dde0;
}
.pro-custom-select.disabled .selected-wrapper:after {
  border-top: 5px solid #d5dde0;
}
.pro-custom-select.disabled .selected-wrapper .selected-option {
  color: #d5dde0;
}
.pro-custom-select.disabled .selected-wrapper .selected-option img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-custom-select.disabled .worldwide {
  background-image: url('../images/svg/homepage-disabled.svg');
}
.pro-custom-select.disabled .disclaimer {
  pointer-events: all;
  cursor: pointer;
}
.pro-custom-select.no-wrap.open .selected-wrapper {
  border-radius: 4px;
}
.pro-custom-select.no-wrap.up .results {
  bottom: calc(100% + 1px);
}
.pro-custom-select.no-wrap.anchor-right .results {
  right: 0;
  left: auto;
}
.pro-custom-select.no-wrap .results {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  min-width: 100%;
  white-space: nowrap;
  right: auto;
}
.pro-custom-select.no-wrap .results:before {
  content: none;
}
.pro-custom-select.w-114 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 114px;
  max-width: 114px;
  min-width: 114px;
}
.pro-custom-select.w-134 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 134px;
  max-width: 134px;
  min-width: 134px;
}
.pro-custom-select.w-170 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 170px;
  max-width: 170px;
  min-width: 170px;
}
.pro-custom-select.w-192 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 192px;
  max-width: 192px;
  min-width: 192px;
}
.pro-custom-select.w-200 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}
.pro-custom-select.w-220 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  max-width: 220px;
  min-width: 220px;
}
.pro-custom-select.w-240 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  max-width: 240px;
  min-width: 240px;
}
.pro-custom-select.w-260 {
  width: 260px;
}
.pro-custom-select.w-280 {
  width: 280px;
}
.pro-custom-select.w-300 {
  width: 300px;
}
.pro-custom-select .blocker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: none;
}
.pro-custom-select .selected-wrapper {
  border-radius: 4px;
  border: 1px solid #4e63ce;
  padding-right: 20px;
  height: 32px;
}
.pro-custom-select .selected-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  background: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4e63ce;
  margin-top: -3px;
}
.pro-custom-select .selected-wrapper span {
  background-size: 16px;
}
.pro-custom-select .selected-wrapper > label {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: none;
}
.pro-custom-select .selected-option {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 1;
  right: 20px;
  left: 0;
  height: 32px;
  line-height: 32px;
  color: #4e63ce;
  text-transform: capitalize;
  cursor: pointer;
  outline: 0;
  text-align: left;
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 600;
}
.pro-custom-select .selected-option.placeholder {
  color: #707580;
  font-weight: 500;
}
.pro-custom-select .selected-option.placeholder + label {
  display: none;
}
.pro-custom-select .selected-option .active:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  top: 4px;
  right: 16px;
  bottom: 6px;
  left: 5px;
  background-color: #e8eced;
  z-index: -1;
}
.pro-custom-select .selected-option span {
  text-align: left;
  background-position: left 16px center;
  background-repeat: no-repeat;
}
.pro-custom-select .selected-option span.worldwide {
  padding-left: 40px;
}
.pro-custom-select .selected-option span.channel {
  padding-right: 30px;
  display: block;
  padding-left: 40px;
}
.pro-custom-select .selected-option .selected-option-icon {
  margin-right: 2px;
  margin-left: -4px;
}
.pro-custom-select .selected-option em {
  pointer-events: none;
  cursor: default;
  font-style: normal;
}
.pro-custom-select .results {
  font-size: 10px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  padding-top: 10px;
  color: #707580;
  display: none;
  background-color: #ffffff;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  max-height: 205px;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 1;
  scroll-behavior: smooth;
  text-transform: capitalize;
}
.pro-custom-select .results::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.pro-custom-select .results::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-custom-select .results::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-custom-select .results li.s-chart {
  background-position: left 16px top 10px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-custom-select .results li.s-chart small {
  display: block;
  width: 100%;
  color: #707580;
}
.pro-custom-select .results li.date-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-custom-select .results li.date-selector.selected {
  background-color: #eef0fb;
}
.pro-custom-select .results li.date-selector time {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
}
.pro-custom-select .results .divider {
  pointer-events: none;
  cursor: default;
}
.pro-custom-select .disclaimer {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -6px;
  display: inline-block;
}
.pro-custom-select .disclaimer .more-info {
  display: inline-block;
}
.pro-custom-select li {
  padding: 8px 16px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.pro-custom-select li:hover,
.pro-custom-select li.active {
  color: blue;
  cursor: pointer;
}
.pro-custom-select li.active {
  pointer-events: none;
  cursor: default;
}
.pro-custom-select li.active.active-clickable {
  pointer-events: all;
  cursor: pointer;
}
.pro-custom-select li.s-chart {
  white-space: normal;
}
.pro-custom-select li.s-chart h5 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
}
.pro-custom-select li.s-chart p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  margin: 0;
  padding: 0;
  color: #707580;
}
.pro-custom-select li.locked:before,
.pro-custom-select li.unlocked:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -7px;
  background-image: url('../images/svg/icon-locked-grey.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  width: 11px;
  height: 11px;
  display: inline-block;
}
.pro-custom-select li.unlocked:before {
  background-image: url('../images/svg/icon-unlocked-grey.svg');
}
.pro-custom-select .reset-field {
  font-size: 0px;
  font-size: 0rem;
  background-image: url('../images/svg/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  display: inline-block;
  width: 32px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  border-left: 2px solid #000000;
}
.pro-custom-select .btn-expand-toggle {
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: transform 150ms ease-in-out;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 24px;
  height: 24px;
  margin-top: -3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4e63ce;
  background-image: url('../images/svg/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 1;
}
.pro-custom-select .btn-expand-toggle.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.pro-custom-select .viberate,
.pro-custom-select .overview {
  background-image: url('../images/svg/viberate-color.svg');
}
.pro-custom-select .instagram {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-custom-select .twitter {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-custom-select .youtube {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-custom-select .airplay {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-custom-select .bandsintown {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-custom-select .shazam {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-custom-select .songkick {
  background-image: url('../images/svg/songkick-color.svg');
}
.pro-custom-select .soundcloud {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-custom-select .spotify {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-custom-select .deezer {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-custom-select .beatport {
  background-image: url('../images/svg/beatport-square.svg');
}
.pro-custom-select .facebook {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-custom-select .tracks {
  background-image: url('../images/svg/tracks-color.svg');
}
.pro-custom-select .audience {
  background-image: url('../images/svg/audience-color.svg');
}
.pro-custom-select .anghami {
  background-image: url('../images/svg/anghami-color.svg');
}
.pro-custom-select .audiomack {
  background-image: url('../images/svg/audiomack-color.svg');
}
.pro-custom-select .boomplay {
  background-image: url('../images/svg/boomplay-color.svg');
}
.pro-custom-select .gaana {
  background-image: url('../images/svg/gaana-color.svg');
}
.pro-custom-select .jiosaavn {
  background-image: url('../images/svg/jiosaavn-color.svg');
}
.pro-custom-select .joox {
  background-image: url('../images/svg/joox-color.svg');
}
.pro-custom-select .linemusic {
  background-image: url('../images/svg/line-music-color.svg');
}
.pro-custom-select .melon {
  background-image: url('../images/svg/melon-color.svg');
}
.pro-custom-select .qqmusic {
  background-image: url('../images/svg/qq-music-color.svg');
}
.pro-custom-select .yandex {
  background-image: url('../images/svg/yandex-color.svg');
}
.pro-custom-select .basic,
.pro-custom-select .page {
  background-image: url('../images/svg/logo-v-black.svg');
}
.pro-custom-select .network {
  background-image: url('../images/svg/network-color.svg');
}
.pro-custom-select .social-media,
.pro-custom-select .social {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-custom-select .apple-music,
.pro-custom-select .applemusic {
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-custom-select .youtube-music,
.pro-custom-select .youtubemusic {
  background-image: url('../images/svg/youtube-music-color.svg');
}
.pro-custom-select .amazon-music,
.pro-custom-select .amazonmusic {
  background-image: url('../images/svg/amazon-music-color.svg');
}
.pro-custom-select .geo {
  background-image: url('../images/svg/icon-link-homepage-black.svg');
}
.pro-custom-select .pandora {
  background-image: url('../images/svg/pandora-color.svg');
}
.pro-custom-select .tiktok {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-custom-select .hot {
  background-image: url('../images/svg/hot-color.svg');
}
.pro-custom-select .custom-view {
  background-image: url('../images/svg/icon-saved-charts.svg');
}
.pro-custom-select .worldwide {
  background-image: url('../images/svg/homepage-black.svg');
}
.pro-custom-select .events {
  background-image: url('../images/svg/events-blue.svg');
}
.pro-custom-select .option-txt {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-custom-select .timeframe {
  font-size: 10px;
  font-size: 1rem;
  white-space: nowrap;
  color: #707580;
  padding-left: 8px;
}
.pro-custom-select .channel-icon {
  vertical-align: middle;
  margin-bottom: 1px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.mini-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-badges:empty {
  display: none !important;
}
.mini-badges *,
.mini-badges .btn {
  margin: 2px;
}
.mini-badges .claimed-icon {
  min-width: 16px;
  width: 16px;
  margin-left: 12px;
}
.mini-badges .claimed-icon + .mini-badge {
  margin-left: 8px;
}
.mini-badges span.mini-badge {
  cursor: default;
}
.mini-badges .mini-badge:first-child {
  margin-left: 12px;
}
.mini-badges .mini-badge:last-child {
  margin-right: 0;
}
.mini-badge {
  border-radius: 8px;
  font-size: 9px;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mini-badge.verified {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  background-color: #ffffff;
  text-transform: capitalize;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mini-badge.verified img {
  margin-right: 8px;
}
.mini-badge.priority {
  background-image: url('../images/svg/icon-sync.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  width: 16px;
  height: 16px;
  max-width: 16px;
  max-height: 16px;
  padding: 0;
}
.mini-badge.inactive {
  background-color: #000000;
  color: #ffffff;
  text-transform: capitalize;
}
.mini-badge.unverified {
  background-color: #d5dde0;
  color: #000000;
  text-transform: capitalize;
}
.mini-badge.festival {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  background-color: #F9CFDC;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
}
.mini-badge.video {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 9999px;
  color: #000000;
  padding: 0 8px;
  height: 23px;
  font-weight: 400;
  border: 1px solid #D8E0E2;
}
.mini-badge.free-trial {
  border-radius: 9999px;
  background-color: #B5EAD3;
  color: #000000;
  padding: 0 8px;
  height: 23px;
}
.mini-badge.free-trial.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #f4f6f6;
  color: #707580;
  position: relative;
}
.mini-badge.free-trial.disabled:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  right: -5px;
  height: 1px;
  margin-top: -1px;
  background-color: #707580;
}
.mini-badge.hot {
  background-color: #ff1e43;
}
.mini-badge.black {
  background-color: #000000;
}
.mini-badge.spotify {
  background-color: #1db954;
}
.mini-badge.beatport {
  background-color: #01e697;
}
.mini-badge.airplay {
  background-color: #f68051;
}
.mini-badge.youtube {
  background-color: #ff0000;
}
.mini-badge.twitter {
  background-color: #00acee;
}
.mini-badge.tiktok {
  background-color: #3cdae5;
}
.mini-badge.soundcloud {
  background-color: #ff6400;
}
.mini-badge.shazam {
  background-color: #2255ff;
}
.mini-badge.facebook {
  background-color: #1877f2;
}
.mini-badge.deezer {
  background-color: #a138fd;
}
.mini-badge.instagram {
  background-color: #c13684;
}
.mini-badge.social,
.mini-badge.social-media {
  background-color: #6a4ece;
}
.pro-tag {
  border-radius: 12px;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  line-height: 11px;
  text-transform: uppercase;
  background-color: #f4f6f6;
  padding: 0 8px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.pro-tag:before {
  content: "";
  width: 0px;
  height: 15px;
  display: inline-block;
}
.pro-tag.unverified {
  background-color: #d5dde0;
  color: #000000;
  text-transform: capitalize;
}
.pro-tag.genre {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.pro-tag.genre.country {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 8px !important;
  color: #000000;
}
.pro-tag.genre.country:before {
  content: "";
  background-color: #cd79ba;
}
.pro-tag.genre.pop:before {
  content: "";
  background-color: #66c2e7;
}
.pro-tag.genre.hip-hop:before {
  content: "";
  background-color: #66d2d6;
}
.pro-tag.genre.rnb:before {
  content: "";
  background-color: #66c9ab;
}
.pro-tag.genre.latin:before {
  content: "";
  background-color: #f4729b;
}
.pro-tag.genre.electronic:before {
  content: "";
  background-color: #66d8ed;
}
.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.pro-tag.genre.metal:before {
  content: "";
  background-color: #798cc2;
}
.pro-tag.genre.punk:before {
  content: "";
  background-color: #a281bd;
}
.pro-tag.genre.jazz:before {
  content: "";
  background-color: #a6d78f;
}
.pro-tag.genre.reggae:before {
  content: "";
  background-color: #fdd471;
}
.pro-tag.genre.blues:before {
  content: "";
  background-color: #66cd94;
}
.pro-tag.genre.classical:before {
  content: "";
  background-color: #c9e188;
}
.pro-tag.genre.religious:before {
  content: "";
  background-color: #e0e97f;
}
.pro-tag.genre.european:before {
  content: "";
  background-color: #f5907a;
}
.pro-tag.genre.asian:before {
  content: "";
  background-color: #fabc78;
}
.pro-tag.genre.middle-eastern:before {
  content: "";
  background-color: #f0f070;
}
.pro-tag.genre.african:before {
  content: "";
  background-color: #ffe566;
}
.pro-tag.genre:before {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.pro-tag.festival {
  background-color: #F9CFDC;
}
.pro-tag.primary {
  background-color: #E8F3FF;
}
.pro-tag.shazam,
.pro-tag.youtube,
.pro-tag.airplay,
.pro-tag.beatport,
.pro-tag.instagram,
.pro-tag.spotify,
.pro-tag.tiktok,
.pro-tag.twitter,
.pro-tag.facebook,
.pro-tag.soundcloud,
.pro-tag.deezer,
.pro-tag.viberate,
.pro-tag.social-media,
.pro-tag.social {
  background-color: #ffffff;
}
.pro-tag.shazam.active,
.pro-tag.youtube.active,
.pro-tag.airplay.active,
.pro-tag.beatport.active,
.pro-tag.instagram.active,
.pro-tag.spotify.active,
.pro-tag.tiktok.active,
.pro-tag.twitter.active,
.pro-tag.facebook.active,
.pro-tag.soundcloud.active,
.pro-tag.deezer.active,
.pro-tag.viberate.active,
.pro-tag.social-media.active,
.pro-tag.social.active {
  background-color: #4e63ce;
  color: #ffffff;
}
.pro-tag.shazam:before,
.pro-tag.youtube:before,
.pro-tag.airplay:before,
.pro-tag.beatport:before,
.pro-tag.instagram:before,
.pro-tag.spotify:before,
.pro-tag.tiktok:before,
.pro-tag.twitter:before,
.pro-tag.facebook:before,
.pro-tag.soundcloud:before,
.pro-tag.deezer:before,
.pro-tag.viberate:before,
.pro-tag.social-media:before,
.pro-tag.social:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  background-size: 15px;
}
.pro-tag.shazam.active:before {
  background-image: url('../images/svg/shazam-white.svg');
}
.pro-tag.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-tag.social-media.active:before,
.pro-tag.social.active:before {
  background-image: url('../images/svg/social-media-white.svg');
}
.pro-tag.social-media:before,
.pro-tag.social:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-tag.youtube.active:before {
  background-image: url('../images/svg/youtube-white.svg');
}
.pro-tag.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-tag.beatport.active:before {
  background-image: url('../images/svg/beatport-circle-white.svg');
}
.pro-tag.beatport:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.pro-tag.airplay.active:before {
  background-image: url('../images/svg/airplay-white.svg');
}
.pro-tag.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-tag.instagram.active:before {
  background-image: url('../images/svg/instagram-white.svg');
}
.pro-tag.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-tag.spotify.active:before {
  background-image: url('../images/svg/spotify-white.svg');
}
.pro-tag.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-tag.tiktok.active:before {
  background-image: url('../images/svg/tiktok-white.svg');
}
.pro-tag.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-tag.twitter.active:before {
  background-image: url('../images/svg/twitter-white.svg');
}
.pro-tag.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-tag.facebook.active:before {
  background-image: url('../images/svg/facebook-white.svg');
}
.pro-tag.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-tag.soundcloud.active:before {
  background-image: url('../images/svg/soundcloud-white.svg');
}
.pro-tag.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-tag.viberate.active:before {
  background-image: url('../images/svg/viberate-white.svg');
}
.pro-tag.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.pro-tag.deezer.active:before {
  background-image: url('../images/svg/deezer-white.svg');
}
.pro-tag.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-tag.range {
  background-color: #f4f6f6;
}
.pro-tag.btn {
  padding: 0 8px;
}
.pro-tag.btn:disabled,
.pro-tag.btn.disabled {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.pro-tag.btn:disabled:hover,
.pro-tag.btn.disabled:hover,
.pro-tag.btn:disabled:active,
.pro-tag.btn.disabled:active,
.pro-tag.btn:disabled.active,
.pro-tag.btn.disabled.active {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.pro-tag.tag-timeframe {
  border: 1px solid #4e63ce;
  background-color: #ffffff;
  color: #4e63ce;
  text-transform: capitalize;
}
.pro-tag.tag-timeframe:hover {
  border-color: #6889e2;
  color: #6889e2;
}
.pro-tag.tag-timeframe.active,
.pro-tag.tag-timeframe:active {
  color: #ffffff;
  background-color: #4e63ce;
}
.pro-tag.tag-timeframe.active:hover {
  border-color: #4e63ce;
  color: #ffffff;
  background-color: #4e63ce;
}
.pro-tag.tag-timeframe sup {
  vertical-align: middle;
}
.pro-tag.border {
  border: 1px solid #4e63ce;
}
.pro-tag.tag-country {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.pro-tag.past-event {
  background-color: #707580;
  color: #ffffff;
}
.pro-tag.remove {
  background-image: url('../images/svg/icon-close-blue.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}
.pro-tag.remove:hover {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.pro-tag.media-tag-viberate {
  background-color: #F9CFDC;
}
.pro-tag.media-tag-clipping {
  background-color: #B8F4F1;
}
.pro-tag.post {
  background-color: #f4f6f6;
}
.pro-tag.media-tag-added-by-artist,
.pro-tag.media-tag-added-by-venue {
  background-color: #E8F3FF;
}
.pro-tag.hot {
  background-color: #f4f6f6;
}
.pro-tag em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.pro-tag .flag {
  margin-right: 4px;
  margin-bottom: 0;
}
.pro-warning {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-size: 1.2rem;
  line-heght: 16px;
  background-color: #eef0fb;
  color: #000000;
  padding: 16px 16px 16px 48px;
  margin-top: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url('../images/svg/icon-info-i.svg');
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 16px;
  text-align: left;
}
.pro-warning + .pro-content-module.module-main {
  margin-top: 24px !important;
}
.pro-warning p {
  padding: 0;
  margin: 0;
}
.pro-warning a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.pro-warning a:hover,
.pro-warning a:active {
  color: #6889e2;
}
.btn.pro-tag {
  border-radius: 12px;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  line-height: 11px;
  text-transform: uppercase;
  background-color: #f4f6f6;
  padding: 0 8px;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.btn.pro-tag:before {
  content: "";
  width: 0px;
  height: 15px;
  display: inline-block;
}
.btn.pro-tag.unverified {
  background-color: #d5dde0;
  color: #000000;
  text-transform: capitalize;
}
.btn.pro-tag.genre {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.btn.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.btn.pro-tag.genre.country {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 8px !important;
  color: #000000;
}
.btn.pro-tag.genre.country:before {
  content: "";
  background-color: #cd79ba;
}
.btn.pro-tag.genre.pop:before {
  content: "";
  background-color: #66c2e7;
}
.btn.pro-tag.genre.hip-hop:before {
  content: "";
  background-color: #66d2d6;
}
.btn.pro-tag.genre.rnb:before {
  content: "";
  background-color: #66c9ab;
}
.btn.pro-tag.genre.latin:before {
  content: "";
  background-color: #f4729b;
}
.btn.pro-tag.genre.electronic:before {
  content: "";
  background-color: #66d8ed;
}
.btn.pro-tag.genre.rock:before {
  content: "";
  background-color: #7baad5;
}
.btn.pro-tag.genre.metal:before {
  content: "";
  background-color: #798cc2;
}
.btn.pro-tag.genre.punk:before {
  content: "";
  background-color: #a281bd;
}
.btn.pro-tag.genre.jazz:before {
  content: "";
  background-color: #a6d78f;
}
.btn.pro-tag.genre.reggae:before {
  content: "";
  background-color: #fdd471;
}
.btn.pro-tag.genre.blues:before {
  content: "";
  background-color: #66cd94;
}
.btn.pro-tag.genre.classical:before {
  content: "";
  background-color: #c9e188;
}
.btn.pro-tag.genre.religious:before {
  content: "";
  background-color: #e0e97f;
}
.btn.pro-tag.genre.european:before {
  content: "";
  background-color: #f5907a;
}
.btn.pro-tag.genre.asian:before {
  content: "";
  background-color: #fabc78;
}
.btn.pro-tag.genre.middle-eastern:before {
  content: "";
  background-color: #f0f070;
}
.btn.pro-tag.genre.african:before {
  content: "";
  background-color: #ffe566;
}
.btn.pro-tag.genre:before {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.btn.pro-tag.festival {
  background-color: #F9CFDC;
}
.btn.pro-tag.primary {
  background-color: #E8F3FF;
}
.btn.pro-tag.shazam,
.btn.pro-tag.youtube,
.btn.pro-tag.airplay,
.btn.pro-tag.beatport,
.btn.pro-tag.instagram,
.btn.pro-tag.spotify,
.btn.pro-tag.tiktok,
.btn.pro-tag.twitter,
.btn.pro-tag.facebook,
.btn.pro-tag.soundcloud,
.btn.pro-tag.deezer,
.btn.pro-tag.viberate,
.btn.pro-tag.social-media,
.btn.pro-tag.social {
  background-color: #ffffff;
}
.btn.pro-tag.shazam.active,
.btn.pro-tag.youtube.active,
.btn.pro-tag.airplay.active,
.btn.pro-tag.beatport.active,
.btn.pro-tag.instagram.active,
.btn.pro-tag.spotify.active,
.btn.pro-tag.tiktok.active,
.btn.pro-tag.twitter.active,
.btn.pro-tag.facebook.active,
.btn.pro-tag.soundcloud.active,
.btn.pro-tag.deezer.active,
.btn.pro-tag.viberate.active,
.btn.pro-tag.social-media.active,
.btn.pro-tag.social.active {
  background-color: #4e63ce;
  color: #ffffff;
}
.btn.pro-tag.shazam:before,
.btn.pro-tag.youtube:before,
.btn.pro-tag.airplay:before,
.btn.pro-tag.beatport:before,
.btn.pro-tag.instagram:before,
.btn.pro-tag.spotify:before,
.btn.pro-tag.tiktok:before,
.btn.pro-tag.twitter:before,
.btn.pro-tag.facebook:before,
.btn.pro-tag.soundcloud:before,
.btn.pro-tag.deezer:before,
.btn.pro-tag.viberate:before,
.btn.pro-tag.social-media:before,
.btn.pro-tag.social:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  background-size: 15px;
}
.btn.pro-tag.shazam.active:before {
  background-image: url('../images/svg/shazam-white.svg');
}
.btn.pro-tag.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.btn.pro-tag.social-media.active:before,
.btn.pro-tag.social.active:before {
  background-image: url('../images/svg/social-media-white.svg');
}
.btn.pro-tag.social-media:before,
.btn.pro-tag.social:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.btn.pro-tag.youtube.active:before {
  background-image: url('../images/svg/youtube-white.svg');
}
.btn.pro-tag.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.btn.pro-tag.beatport.active:before {
  background-image: url('../images/svg/beatport-circle-white.svg');
}
.btn.pro-tag.beatport:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.btn.pro-tag.airplay.active:before {
  background-image: url('../images/svg/airplay-white.svg');
}
.btn.pro-tag.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.btn.pro-tag.instagram.active:before {
  background-image: url('../images/svg/instagram-white.svg');
}
.btn.pro-tag.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.btn.pro-tag.spotify.active:before {
  background-image: url('../images/svg/spotify-white.svg');
}
.btn.pro-tag.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.btn.pro-tag.tiktok.active:before {
  background-image: url('../images/svg/tiktok-white.svg');
}
.btn.pro-tag.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.btn.pro-tag.twitter.active:before {
  background-image: url('../images/svg/twitter-white.svg');
}
.btn.pro-tag.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.btn.pro-tag.facebook.active:before {
  background-image: url('../images/svg/facebook-white.svg');
}
.btn.pro-tag.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.btn.pro-tag.soundcloud.active:before {
  background-image: url('../images/svg/soundcloud-white.svg');
}
.btn.pro-tag.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.btn.pro-tag.viberate.active:before {
  background-image: url('../images/svg/viberate-white.svg');
}
.btn.pro-tag.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.btn.pro-tag.deezer.active:before {
  background-image: url('../images/svg/deezer-white.svg');
}
.btn.pro-tag.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.btn.pro-tag.range {
  background-color: #f4f6f6;
}
.btn.pro-tag.btn {
  padding: 0 8px;
}
.btn.pro-tag.btn:disabled,
.btn.pro-tag.btn.disabled {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.btn.pro-tag.btn:disabled:hover,
.btn.pro-tag.btn.disabled:hover,
.btn.pro-tag.btn:disabled:active,
.btn.pro-tag.btn.disabled:active,
.btn.pro-tag.btn:disabled.active,
.btn.pro-tag.btn.disabled.active {
  border-color: #D5DDE0;
  color: #D5DDE0;
  background-color: #ffffff;
}
.btn.pro-tag.tag-timeframe {
  border: 1px solid #4e63ce;
  background-color: #ffffff;
  color: #4e63ce;
  text-transform: capitalize;
}
.btn.pro-tag.tag-timeframe:hover {
  border-color: #6889e2;
  color: #6889e2;
}
.btn.pro-tag.tag-timeframe.active,
.btn.pro-tag.tag-timeframe:active {
  color: #ffffff;
  background-color: #4e63ce;
}
.btn.pro-tag.tag-timeframe.active:hover {
  border-color: #4e63ce;
  color: #ffffff;
  background-color: #4e63ce;
}
.btn.pro-tag.tag-timeframe sup {
  vertical-align: middle;
}
.btn.pro-tag.border {
  border: 1px solid #4e63ce;
}
.btn.pro-tag.tag-country {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.btn.pro-tag.past-event {
  background-color: #707580;
  color: #ffffff;
}
.btn.pro-tag.remove {
  background-image: url('../images/svg/icon-close-blue.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}
.btn.pro-tag.remove:hover {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.btn.pro-tag.media-tag-viberate {
  background-color: #F9CFDC;
}
.btn.pro-tag.media-tag-clipping {
  background-color: #B8F4F1;
}
.btn.pro-tag.post {
  background-color: #f4f6f6;
}
.btn.pro-tag.media-tag-added-by-artist,
.btn.pro-tag.media-tag-added-by-venue {
  background-color: #E8F3FF;
}
.btn.pro-tag.hot {
  background-color: #f4f6f6;
}
.btn.pro-tag em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.btn.pro-tag .flag {
  margin-right: 4px;
  margin-bottom: 0;
}
.pro-event-date-calendar {
  border-radius: 8px;
  overflow: hidden;
  width: 88px;
  min-width: 88px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.pro-event-date-calendar.xsmall {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.pro-event-date-calendar.xsmall.past .day {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  letter-spacing: 0;
}
.pro-event-date-calendar.xsmall .day {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
}
.pro-event-date-calendar.xsmall .year {
  font-size: 6px;
  font-size: 0.6rem;
  line-height: 6px;
}
.pro-event-date-calendar.xsmall .month {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 10px;
  font-weight: 400;
}
.pro-event-date-calendar.small {
  width: 48px;
  height: 48px;
  min-width: 48px;
}
.pro-event-date-calendar.small .day {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
.pro-event-date-calendar.small .year {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 12px;
}
.pro-event-date-calendar.small .month {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  font-weight: 400;
}
.pro-event-date-calendar.medium {
  width: 72px;
  height: 72px;
  min-width: 72px;
}
.pro-event-date-calendar.medium.past .day {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
.pro-event-date-calendar.medium .day {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
}
.pro-event-date-calendar.medium .year {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
}
.pro-event-date-calendar.medium .month {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
}
.pro-event-date-calendar.past .event-date-header {
  background-color: #D5DDE0;
}
.pro-event-date-calendar.past .month,
.pro-event-date-calendar.past .day,
.pro-event-date-calendar.past .year {
  color: #707580;
}
.pro-event-date-calendar.past .day {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
}
.pro-event-date-calendar .event-date-header {
  width: 100%;
  background-color: #ff1f43;
  color: #ffffff;
  font-weight: 500;
}
.pro-event-date-calendar .event-date-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  color: #000000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4f6f6;
}
.pro-event-date-calendar .day {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: 500;
  display: block;
}
.pro-event-date-calendar .year {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 400;
  display: block;
  color: #707580;
}
.pro-event-date-calendar .month {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
.pro-card-header {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 8px 16px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.pro-card-header .rank-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-header .rank-wrapper.channel {
  padding-left: 32px;
}
.pro-card-header .rank-wrapper.channel.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
  width: 16px;
  height: 16px;
}
.pro-card-header .rank-wrapper.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-card-header .rank-wrapper.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-card-header .rank-wrapper.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-card-header .rank-wrapper.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-card-header .rank-wrapper.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-card-header .rank-wrapper.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-card-header .rank-wrapper.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-card-header .rank-wrapper.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-card-header .rank-wrapper.channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-card-header .rank-wrapper.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-card-header .rank-wrapper.channel.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-card-header .rank-wrapper.channel:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.pro-card-header .rank-wrapper .rank-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-card-header .rank-wrapper .rank-label {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  line-height: 1;
  color: #707580;
}
.pro-card-header .rank-wrapper .rank {
  white-space: nowrap;
}
.pro-card-header .rank-wrapper .rank label {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  vertical-align: middle;
  display: inline-block;
  padding-right: 8px;
}
.pro-card-header .rank-wrapper .rank strong {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-right: 8px;
}
.pro-card-header .rank-wrapper .rank .value-change-wrapper {
  text-align: right;
}
.pro-card {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-card.rounded {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eced;
}
@media only screen and (min-width: 768px) {
  .pro-card.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
.pro-card.rounded:not(.artist) figure {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.pro-card.rounded.festival figure,
.pro-card.rounded.venue figure {
  overflow: hidden;
}
.pro-card.rounded.festival .event-date,
.pro-card.rounded.venue .event-date {
  margin: 0 0 6px 0;
}
.pro-card.rounded.artist h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.pro-card.rounded.artist figure {
  margin: 16px;
  padding-top: calc(100% - 32px);
}
.pro-card.rounded.artist article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
  padding: 0 16px 16px 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pro-card.rounded.artist article .bottom {
  padding-top: 16px;
}
.pro-card.rounded.artist .tags {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 58px;
  overflow: hidden;
  text-transform: uppercase;
}
.pro-card.rounded.artist .tags .flag {
  margin-right: 3px;
}
.pro-card.rounded.artist .pro-tag {
  margin: 4px;
  color: #000000;
}
.pro-card.rounded.cover-only figure {
  border-radius: 8px;
}
.pro-card.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pro-card.rounded:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.pro-card.rounded:hover h3 {
  color: #6889e2;
}
.pro-card.rounded article {
  padding-left: 16px;
  padding-right: 16px;
}
.pro-card.artist,
.pro-card.beatport,
.pro-card.festival,
.pro-card.deezer,
.pro-card.venue,
.pro-card.media,
.pro-card.event,
.pro-card.spotify,
.pro-card.soundcloud,
.pro-card.video,
.pro-card.article,
.pro-card.track,
.pro-card.station,
.pro-card.youtube {
  border: 1px solid #eef0fb;
}
.pro-card.artist header,
.pro-card.beatport header,
.pro-card.festival header,
.pro-card.deezer header,
.pro-card.venue header,
.pro-card.media header,
.pro-card.event header,
.pro-card.spotify header,
.pro-card.soundcloud header,
.pro-card.video header,
.pro-card.article header,
.pro-card.track header,
.pro-card.station header,
.pro-card.youtube header {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 16px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  min-height: 64px;
}
.pro-card.artist header .rank-wrapper .rank strong,
.pro-card.beatport header .rank-wrapper .rank strong,
.pro-card.festival header .rank-wrapper .rank strong,
.pro-card.deezer header .rank-wrapper .rank strong,
.pro-card.venue header .rank-wrapper .rank strong,
.pro-card.media header .rank-wrapper .rank strong,
.pro-card.event header .rank-wrapper .rank strong,
.pro-card.spotify header .rank-wrapper .rank strong,
.pro-card.soundcloud header .rank-wrapper .rank strong,
.pro-card.video header .rank-wrapper .rank strong,
.pro-card.article header .rank-wrapper .rank strong,
.pro-card.track header .rank-wrapper .rank strong,
.pro-card.station header .rank-wrapper .rank strong,
.pro-card.youtube header .rank-wrapper .rank strong {
  margin-right: 0;
}
.pro-card.artist header .thumb,
.pro-card.beatport header .thumb,
.pro-card.festival header .thumb,
.pro-card.deezer header .thumb,
.pro-card.venue header .thumb,
.pro-card.media header .thumb,
.pro-card.event header .thumb,
.pro-card.spotify header .thumb,
.pro-card.soundcloud header .thumb,
.pro-card.video header .thumb,
.pro-card.article header .thumb,
.pro-card.track header .thumb,
.pro-card.station header .thumb,
.pro-card.youtube header .thumb {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.pro-card.artist header a,
.pro-card.beatport header a,
.pro-card.festival header a,
.pro-card.deezer header a,
.pro-card.venue header a,
.pro-card.media header a,
.pro-card.event header a,
.pro-card.spotify header a,
.pro-card.soundcloud header a,
.pro-card.video header a,
.pro-card.article header a,
.pro-card.track header a,
.pro-card.station header a,
.pro-card.youtube header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card.artist header + figure,
.pro-card.beatport header + figure,
.pro-card.festival header + figure,
.pro-card.deezer header + figure,
.pro-card.venue header + figure,
.pro-card.media header + figure,
.pro-card.event header + figure,
.pro-card.spotify header + figure,
.pro-card.soundcloud header + figure,
.pro-card.video header + figure,
.pro-card.article header + figure,
.pro-card.track header + figure,
.pro-card.station header + figure,
.pro-card.youtube header + figure,
.pro-card.artist header + a,
.pro-card.beatport header + a,
.pro-card.festival header + a,
.pro-card.deezer header + a,
.pro-card.venue header + a,
.pro-card.media header + a,
.pro-card.event header + a,
.pro-card.spotify header + a,
.pro-card.soundcloud header + a,
.pro-card.video header + a,
.pro-card.article header + a,
.pro-card.track header + a,
.pro-card.station header + a,
.pro-card.youtube header + a {
  border-top: 1px solid #eef0fb;
}
.pro-card.artist figure,
.pro-card.beatport figure,
.pro-card.festival figure,
.pro-card.deezer figure,
.pro-card.venue figure,
.pro-card.media figure,
.pro-card.event figure,
.pro-card.spotify figure,
.pro-card.soundcloud figure,
.pro-card.video figure,
.pro-card.article figure,
.pro-card.track figure,
.pro-card.station figure,
.pro-card.youtube figure {
  height: auto;
  padding-top: 100%;
  border-bottom: 1px solid #eef0fb;
  position: relative;
}
.pro-card.artist article,
.pro-card.beatport article,
.pro-card.festival article,
.pro-card.deezer article,
.pro-card.venue article,
.pro-card.media article,
.pro-card.event article,
.pro-card.spotify article,
.pro-card.soundcloud article,
.pro-card.video article,
.pro-card.article article,
.pro-card.track article,
.pro-card.station article,
.pro-card.youtube article {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-card.artist h4,
.pro-card.beatport h4,
.pro-card.festival h4,
.pro-card.deezer h4,
.pro-card.venue h4,
.pro-card.media h4,
.pro-card.event h4,
.pro-card.spotify h4,
.pro-card.soundcloud h4,
.pro-card.video h4,
.pro-card.article h4,
.pro-card.track h4,
.pro-card.station h4,
.pro-card.youtube h4 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  line-height: 16px;
}
.pro-card.artist h3,
.pro-card.beatport h3,
.pro-card.festival h3,
.pro-card.deezer h3,
.pro-card.venue h3,
.pro-card.media h3,
.pro-card.event h3,
.pro-card.spotify h3,
.pro-card.soundcloud h3,
.pro-card.video h3,
.pro-card.article h3,
.pro-card.track h3,
.pro-card.station h3,
.pro-card.youtube h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 16px;
}
.pro-card.artist .country,
.pro-card.beatport .country,
.pro-card.festival .country,
.pro-card.deezer .country,
.pro-card.venue .country,
.pro-card.media .country,
.pro-card.event .country,
.pro-card.spotify .country,
.pro-card.soundcloud .country,
.pro-card.video .country,
.pro-card.article .country,
.pro-card.track .country,
.pro-card.station .country,
.pro-card.youtube .country {
  padding: 10px 0 8px 0;
}
.pro-card.artist figure,
.pro-card.venue figure,
.pro-card.festival figure {
  overflow: visible;
}
.pro-card.artist header + a {
  border-color: #ffffff;
}
.pro-card.artist figure {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8eced;
  margin: 8px;
  padding-top: calc(100% - 16px);
}
.pro-card.artist figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-card.artist figure figcaption .mini-badges {
  position: static;
}
.pro-card.venue h3,
.pro-card.festival h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.pro-card.venue article,
.pro-card.festival article {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pro-card.venue article .tags,
.pro-card.festival article .tags {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-card.venue .pro-tag,
.pro-card.festival .pro-tag {
  color: #000000;
}
.pro-card.youtube.active figure:before {
  background-image: url('../images/svg/pause-yt-white.svg');
}
.pro-card.youtube figure {
  position: relative;
  padding-top: 56%;
  cursor: pointer;
}
.pro-card.youtube figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-color: initial;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url('../images/svg/play-yt-white.svg');
}
.pro-card.youtube figure .btn-play-track {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-card.youtube article h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.pro-card.youtube article > time {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 8px;
  color: #707580;
  line-height: 1;
}
.pro-card.youtube .pro-card-stats {
  margin: 0;
}
.pro-card.youtube .pro-card-stats .description {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-card.youtube .pro-card-stats .channel-info .channel-avatar {
  border-radius: 0px;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.pro-card.youtube .pro-card-stats .channel-info .channel-title {
  color: #707580;
  font-weight: 400;
}
.pro-card.youtube .pro-card-stats .channel-info .channel-title,
.pro-card.youtube .pro-card-stats .channel-info time {
  padding-left: 8px;
  line-height: 1;
}
.pro-card.youtube .pro-card-stats .channel-info time {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 4px;
}
.pro-card.youtube .pro-card-stats time {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 8px;
}
.pro-card.station {
  /*.country {
			padding: 6px 0 8px 0;
			display: flex;
			align-items: center;
		}

		.rank-wrapper {

			.rank-label {
				
				&:before {
					content: none;
				}
			}
		}*/
}
.pro-card.station figure {
  background-size: contain;
}
.pro-card.station article {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pro-card.festival figure,
.pro-card.event figure,
.pro-card.venue figure,
.pro-card.article figure {
  padding-top: 70%;
}
.pro-card.festival .country,
.pro-card.event .country,
.pro-card.venue .country,
.pro-card.article .country {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  text-transform: uppercase;
  padding: 4px 0 2px 0;
}
.pro-card.festival .type-and-capacity,
.pro-card.event .type-and-capacity,
.pro-card.venue .type-and-capacity,
.pro-card.article .type-and-capacity {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #707580;
  text-transform: uppercase;
}
.pro-card.festival .event-date,
.pro-card.event .event-date,
.pro-card.venue .event-date,
.pro-card.article .event-date {
  margin: 10px 0 2px 0;
}
.pro-card.track.track-radio figure {
  background-size: initial;
  background-color: #ffffff;
}
.pro-card.track .rank-wrapper .rank-label {
  line-height: 16px;
}
.pro-card.track .rank-wrapper .rank-label:before {
  content: none;
}
.pro-card.track .artist,
.pro-card.track .track,
.pro-card.track .genres {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 16px;
  color: #707580;
  margin-top: 4px;
}
.pro-card.track time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  display: block;
  color: #707580;
  margin-top: 2px;
}
.pro-card.article .article-info {
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-card.article .article-info {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-card.article .article-info {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-card.article .article-info {
    padding-bottom: 32px;
  }
}
.pro-card.article .article-info .source {
  font-size: 10px;
  font-size: 1rem;
  color: #000000;
  margin-right: 8px;
}
.pro-card.article .article-info time {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  margin: 0 8px 0 0;
}
.pro-card.video.active figure:before {
  background-image: url('../images/svg/pause-yt-white.svg');
}
.pro-card.video figure {
  position: relative;
  padding-top: 56%;
  cursor: pointer;
}
.pro-card.video figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url('../images/svg/play-yt-white.svg');
}
.pro-card.video .channel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.pro-card.video .channel-info .channel-avatar {
  overflow: hidden;
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-card.video .channel-info .channel-avatar:before {
  content: none;
}
.pro-card.video .channel-info .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-card.video .channel-info .channel-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  padding-left: 8px;
  font-weight: 500;
}
.pro-card.video .channel-info .channel-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card.video .channel-info time {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  white-space: nowrap;
  margin-left: 8px;
  line-height: 1;
  margin-top: 4px;
}
.pro-card.spotify.alt article,
.pro-card.soundcloud.alt article,
.pro-card.deezer.alt article,
.pro-card.video.alt article,
.pro-card.beatport.alt article {
  padding-left: 16px;
  padding-right: 16px;
}
.pro-card.spotify.alt h3,
.pro-card.soundcloud.alt h3,
.pro-card.deezer.alt h3,
.pro-card.video.alt h3,
.pro-card.beatport.alt h3 {
  font-size: 15px;
  font-size: 1.5rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.pro-card.spotify.alt .artist,
.pro-card.soundcloud.alt .artist,
.pro-card.deezer.alt .artist,
.pro-card.video.alt .artist,
.pro-card.beatport.alt .artist,
.pro-card.spotify.alt .publisher,
.pro-card.soundcloud.alt .publisher,
.pro-card.deezer.alt .publisher,
.pro-card.video.alt .publisher,
.pro-card.beatport.alt .publisher {
  margin-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
.pro-card.spotify,
.pro-card.deezer,
.pro-card.beatport {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.pro-card.spotify.alt .artist,
.pro-card.deezer.alt .artist,
.pro-card.beatport.alt .artist {
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-card.spotify.alt article,
.pro-card.deezer.alt article,
.pro-card.beatport.alt article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 108px;
  min-height: 108px;
}
.pro-card.spotify article > a,
.pro-card.deezer article > a,
.pro-card.beatport article > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-card.video-youtube article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-card.video-youtube article h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pro-card.video-youtube article .channel-info {
  margin-top: 8px;
}
.pro-card.media time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  display: block;
  color: #707580;
}
.pro-card.media figure {
  height: 254px;
  padding-top: 0;
}
.pro-card.media .entity-info {
  margin-top: 0;
}
.pro-card.pro-section-media {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  height: auto;
  min-height: 254px;
}
.pro-card.pro-section-media.rounded figure .embed-wrapper {
  border-radius: 8px;
}
.pro-card.pro-section-media.rounded .figure-wrapper figure .embed-wrapper {
  border-radius: 8px 8px 0 0;
}
.pro-card.pro-section-media figure {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro-card.pro-section-media figure .embed-wrapper {
  overflow: hidden;
  overflow-y: auto;
}
.pro-card.pro-section-media figure .embed-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.pro-card.pro-section-media figure .embed-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-card.pro-section-media figure .embed-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-card.pro-section-media > article {
  padding: 16px;
}
.pro-card.pro-section-media > article time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.pro-card.pro-section-media .figure-wrapper {
  position: relative;
  padding-top: 100%;
}
.pro-card.pro-section-media .channel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.pro-card.pro-section-media .channel-info.artist .channel-avatar,
.pro-card.pro-section-media .channel-info.artist figure.channel-avatar {
  border-radius: 50%;
}
.pro-card.pro-section-media .channel-info + time {
  margin-top: 8px;
}
.pro-card.pro-section-media .channel-info .channel-avatar,
.pro-card.pro-section-media .channel-info figure.channel-avatar {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e8eced;
  border-radius: 0;
  position: relative;
}
.pro-card.pro-section-media .channel-info .channel-avatar:before,
.pro-card.pro-section-media .channel-info figure.channel-avatar:before {
  content: none;
}
.pro-card.pro-section-media .channel-info .description {
  padding-left: 8px;
}
.pro-card.pro-section-media .channel-info .channel-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  font-weight: 500;
  padding-left: 0;
}
.pro-card.pro-section-media .channel-info .channel-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card.pro-section-media .channel-info .country-and-genres {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.pro-card.spotify.playlist:hover h3 {
  color: #6889e2;
}
.pro-card.spotify.playlist:hover h3:after {
  background-image: url('../images/svg/icon-link-small-blue-roll.svg');
}
.pro-card.spotify.playlist figure {
  height: auto;
  padding-top: 100%;
}
.pro-card.spotify.playlist h3 {
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  /*&:after {
					content: "";
					width: 16px;
					height: 16px;
					min-width: 16px;
					background-image: url('../images/svg/icon-link-small-blue.svg');
					background-repeat: no-repeat;
					background-position: center;
					background-size: 16px;
					margin-left: 8px;
				}*/
}
.pro-card.spotify.playlist h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.pro-card.spotify.playlist .bottom {
  padding-top: 16px;
}
.pro-card.spotify.playlist .artist {
  margin-top: 0;
}
.pro-card.spotify.playlist .tags {
  position: static;
  top: 0;
  right: 0;
  height: 23px;
  overflow: hidden;
}
.pro-card.spotify h3 {
  margin-bottom: 3px;
}
.pro-card.spotify .artist,
.pro-card.spotify .track,
.pro-card.spotify .genres {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 16px;
  color: #707580;
  margin-top: 4px;
}
.pro-card.spotify .tags {
  position: absolute;
  top: 8px;
  right: 8px;
}
.pro-card.spotify time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  display: block;
  color: #707580;
  margin-top: 2px;
}
.pro-card.airplay figure,
.pro-card.station figure {
  height: auto;
  padding-top: 100%;
}
.pro-card.airplay h3,
.pro-card.station h3 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.pro-card.airplay .bottom,
.pro-card.station .bottom {
  padding-top: 16px;
}
.pro-card.airplay .tags,
.pro-card.station .tags {
  max-height: 58px;
  overflow: hidden;
  margin: -3px;
}
.pro-card.airplay .pro-tag,
.pro-card.station .pro-tag {
  margin: 3px;
}
.pro-card.beatport h3,
.pro-card.deezer h3,
.pro-card.playlist-big h3 {
  line-height: 20px;
  margin-bottom: 8px;
}
.pro-card.beatport .artist,
.pro-card.deezer .artist,
.pro-card.playlist-big .artist,
.pro-card.beatport .publisher,
.pro-card.deezer .publisher,
.pro-card.playlist-big .publisher,
.pro-card.beatport time,
.pro-card.deezer time,
.pro-card.playlist-big time {
  color: #707580;
  line-height: 16px;
  margin-top: 0;
}
.pro-card.beatport time,
.pro-card.deezer time,
.pro-card.playlist-big time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  display: block;
}
.pro-card.beatport .artist,
.pro-card.deezer .artist,
.pro-card.playlist-big .artist,
.pro-card.beatport .publisher,
.pro-card.deezer .publisher,
.pro-card.playlist-big .publisher {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-card.soundcloud.playlist figure {
  height: auto;
  padding-top: 100%;
}
.pro-card.soundcloud.playlist figure:hover:before {
  background-color: #4e63ce;
  background-image: url('../images/svg/icon-link-white.svg');
}
.pro-card.soundcloud.playlist figure:before {
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  border: 1px solid #4e63ce;
  background-color: #ffffff;
  position: relative;
  content: "";
  text-transform: uppercase;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  background-image: url('../images/svg/icon-link.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
}
.pro-card.soundcloud h3 {
  margin-bottom: 3px;
}
.pro-card.soundcloud .artist,
.pro-card.soundcloud .track,
.pro-card.soundcloud .genres {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 16px;
  color: #707580;
  margin-top: 4px;
}
.pro-card.soundcloud .tags {
  position: absolute;
  top: 8px;
  right: 8px;
}
.pro-card.soundcloud time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  display: block;
  color: #707580;
  margin-top: 2px;
}
.pro-card.instagram + .pro-card-stats figure {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.pro-card.instagram + .pro-card-stats .country-and-genres {
  line-height: 16px;
}
.pro-card.instagram + .pro-card-stats .channel-info .description {
  padding-left: 8px;
}
.pro-card.instagram + .pro-card-stats .channel-info .channel-title {
  line-height: 16px;
}
.pro-card.instagram .embed-wrapper {
  top: 0;
  left: -1px;
  right: -2px;
}
.pro-card.instagram .embed-wrapper > div {
  min-width: 100% !important;
}
.pro-card.instagram .embed-wrapper iframe {
  background: transparent !important;
}
.pro-card.instagram .entity-info .entity-avatar {
  border-radius: 50%;
}
.pro-card.instagram figure.entity-avatar {
  border-radius: 50% !important;
}
.pro-card.instagram .instagram-media,
.pro-card.instagram iframe {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-width: 0 !important;
  margin-top: -54px !important;
  margin-bottom: -45px !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.pro-card.twitter .embed-wrapper {
  cursor: pointer;
  left: -6px;
  top: -12px;
  right: -2px;
}
.pro-card.twitter figure.entity-avatar {
  border-radius: 50% !important;
}
.pro-card.tiktok .embed-wrapper {
  top: -20px;
}
.pro-card.tiktok .embed-wrapper > div {
  -webkit-transform: translateX(calc((-300px + 100%)/2));
          transform: translateX(calc((-300px + 100%)/2));
}
.pro-card.tiktok figure.entity-avatar {
  border-radius: 50% !important;
}
.pro-card.tiktok figure {
  height: 340px;
}
.pro-card.tiktok .channel-title {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.pro-card.tiktok .channel-title + time {
  margin-top: 4px;
}
.pro-card.show-details {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  border-top: 1px solid #000000;
  margin-top: -4px;
}
.pro-card.show-details:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -32px;
  background-color: #eef0fb;
  z-index: -2;
}
.pro-card.show-details:after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #000000 transparent;
}
.pro-card.show-details + .pro-card-stats {
  position: relative;
  margin-top: 1px;
}
.pro-card.show-details + .pro-card-stats:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  border-top: 1px solid #ddd;
  top: -10px;
  left: -8px;
  right: -8px;
  bottom: -10px;
  background-color: #eef0fb;
  z-index: -1;
}
.pro-card.selected {
  background-color: #eef0fb;
}
.pro-card.selected header {
  background-color: #eef0fb;
}
.pro-card.pro-card-featured.rounded.article figure {
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 1024px) {
  .pro-card.pro-card-featured.rounded.article figure {
    border-radius: 8px 0 0 8px;
  }
}
.pro-card.pro-card-featured.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.rounded:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.pro-card.pro-card-featured.rounded:hover h3:not([class]) a {
  color: #6889e2;
}
.pro-card.pro-card-featured.rounded:hover .song-title h3 {
  color: #000000;
}
.pro-card.pro-card-featured.rounded figure {
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.rounded figure {
    border-radius: 8px 0 0 8px;
  }
}
.pro-card.pro-card-featured.event figure figcaption {
  pointer-events: none;
  cursor: default;
  position: absolute;
  z-index: 1;
  left: 8px;
  bottom: 8px;
  right: 8px;
}
.pro-card.pro-card-featured.event article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.event article {
    padding: 24px 24px 12px 24px;
  }
}
.pro-card.pro-card-featured.event .entity-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pro-card.pro-card-featured.event .article-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-card.pro-card-featured.event .article-top h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.event .article-top h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-card.pro-card-featured.event .article-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #E8ECED;
  padding-top: 8px;
  margin-top: 12px;
}
.pro-card.pro-card-featured.event .article-bottom h4 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .pro-card.pro-card-featured.event .pro-date-event-calendar {
    width: 50px;
    height: 50px;
  }
  .pro-card.pro-card-featured.event .pro-date-event-calendar .day {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
  }
  .pro-card.pro-card-featured.event .pro-date-event-calendar .year {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
  }
  .pro-card.pro-card-featured.event .pro-date-event-calendar .month {
    font-size: 10px;
    font-size: 1rem;
    line-height: 14px;
  }
}
.pro-card.pro-card-featured.event .artist,
.pro-card.pro-card-featured.event .location {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.event .artist,
  .pro-card.pro-card-featured.event .location {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
  }
}
.pro-card.pro-card-featured.event .artist .flag,
.pro-card.pro-card-featured.event .location .flag {
  width: 21px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  line-height: 1;
  border: 1px solid #e8eced;
}
.pro-card.pro-card-featured.event .artist {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.event .artist {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.pro-card.pro-card-featured.event .tags {
  padding-top: 10px;
}
.pro-card.pro-card-featured.event .swiper-container .swiper-button-prev,
.pro-card.pro-card-featured.event .swiper-container .swiper-button-next {
  display: block;
}
.pro-card.pro-card-featured.event .swiper-pagination {
  display: none;
}
.pro-card.pro-card-featured.article article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.article article {
    padding: 24px 24px 12px 24px;
  }
}
.pro-card.pro-card-featured.article h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.article h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-card.pro-card-featured.article .caption {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  color: #707580;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured.article .caption {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.pro-card.pro-card-featured.artist figure {
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .pro-card.pro-card-featured.video article {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.pro-card.pro-card-featured figure {
  border: 0;
}
.pro-card.pro-card-featured h3 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
}
@media only screen and (min-width: 768px) {
  .pro-card.pro-card-featured h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-card.pro-card-featured .tags {
  font-size: 0px;
  font-size: 0rem;
  margin: -3px;
}
.pro-card.pro-card-featured .tags .pro-tag {
  margin: 3px;
}
.pro-card.pro-card-featured .swiper-container .swiper-pagination-bullet {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border-width: 1px;
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev,
.pro-card.pro-card-featured .swiper-container .swiper-button-next {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 8px;
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev.swiper-button-disabled,
.pro-card.pro-card-featured .swiper-container .swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev:before,
.pro-card.pro-card-featured .swiper-container .swiper-button-next:before {
  content: none;
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev:after,
.pro-card.pro-card-featured .swiper-container .swiper-button-next:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../images/svg/chevron-left-blue-roll.svg) url(../images/svg/chevron-right-blue-roll.svg);
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev {
  left: 8px;
  background-position: left 7px center;
  background-image: url('../images/svg/chevron-left-blue.svg');
}
.pro-card.pro-card-featured .swiper-container .swiper-button-prev:hover {
  background-image: url('../images/svg/chevron-left-blue-roll.svg');
}
.pro-card.pro-card-featured .swiper-container .swiper-button-next {
  right: 8px;
  background-position: right 7px center;
  background-image: url('../images/svg/chevron-right-blue.svg');
}
.pro-card.pro-card-featured .swiper-container .swiper-button-next:hover {
  background-image: url('../images/svg/chevron-right-blue-roll.svg');
}
.pro-card.performance {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 200px;
  z-index: 10;
}
.pro-card.performance.video header {
  min-height: unset;
}
.pro-card.performance.video > figure {
  position: relative;
  padding-top: 56%;
  cursor: pointer;
  height: auto;
}
.pro-card.performance.video .rank-wrapper .rank {
  margin-top: 0;
}
.pro-card.performance.video .entity-info figure {
  border-radius: 50%;
}
.pro-card.performance.track .author {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-card.performance.youtube figure {
  height: 112px;
}
.pro-card.performance.instagram time,
.pro-card.performance.twitter time,
.pro-card.performance.tiktok time {
  margin-top: 0;
}
.pro-card.performance.twitter header {
  border-bottom: 1px solid #E8ECED;
}
.pro-card.performance.twitter article {
  border-top: 1px solid #E8ECED;
}
.pro-card.performance.tiktok figure {
  height: 266px;
}
.pro-card.performance.tiktok .embed-wrapper blockquote {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
  margin-left: -62px;
  margin-top: -110px;
}
.pro-card.performance.airplay .rank-wrapper .rank {
  margin-top: 0;
}
.pro-card.performance.airplay .author {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-card.performance.rounded header + figure {
  border-radius: 0;
}
.pro-card.performance.rounded > figure {
  border-radius: 8px 8px 0 0;
}
.pro-card.performance .btn-close-card {
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: -24px;
  right: 0px;
  width: 16px;
  height: 16px;
  background-size: 7px;
}
.pro-card.performance header {
  border-radius: 8px 8px 0 0;
  padding: 16px 8px 8px 8px;
  min-height: unset;
}
.pro-card.performance header + figure {
  border-radius: 0;
}
.pro-card.performance .entity-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card.performance .entity-info figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid #e8eced;
}
.pro-card.performance .entity-info figure:before {
  content: none;
}
.pro-card.performance .entity-info article {
  color: #707580;
  padding: 0 0 0 8px;
}
.pro-card.performance .entity-info article h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  color: inherit;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
.pro-card.performance .entity-info article time {
  line-height: 16px;
  margin: 0;
  padding: 0;
}
.pro-card.performance .rank-wrapper {
  line-height: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pro-card.performance .rank-wrapper .rank-label {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  position: relative;
  padding-right: 24px;
  width: 100%;
}
.pro-card.performance .rank-wrapper .rank-label + .rank {
  margin-top: 8px;
}
.pro-card.performance .rank-wrapper .rank-label:before {
  position: absolute;
  right: 0;
  top: 0;
}
.pro-card.performance .rank-wrapper .rank {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  line-height: 16px;
}
.pro-card.performance .rank-wrapper .rank strong {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  line-height: 16px;
  margin-right: 2px;
  vertical-align: baseline;
}
.pro-card.performance figure {
  border-radius: 8px 8px 0 0;
  padding: 0;
  width: 198px;
  height: 200px;
  overflow: hidden;
}
.pro-card.performance .embed-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url('../images/gif/loader.gif');
  background-color: #ffffff;
}
.pro-card.performance article {
  padding: 8px 8px 16px 8px;
}
.pro-card.performance h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
.pro-card.performance time,
.pro-card.performance .author {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  line-height: 16px;
  display: block;
  margin-top: 8px;
}
.pro-card.performance .author {
  margin-top: 4px;
}
.pro-card.performance .author + time {
  margin-top: 4px;
}
.pro-card.not-clickable {
  pointer-events: none;
  cursor: default;
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.pro-card.not-clickable .actions {
  pointer-events: all;
  cursor: pointer;
}
.pro-card.not-clickable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.pro-card.not-hoverable {
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.pro-card.not-hoverable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.pro-card.not-hoverable:hover article h3 {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .pro-card.mobile-mini {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pro-card.mobile-mini.rounded:not(.artist) figure {
    border-radius: 4px 0 0 4px;
  }
  .pro-card.mobile-mini figure {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }
  .pro-card.mobile-mini article {
    padding: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
  }
  .pro-card.mobile-mini h3 {
    font-size: 15px;
    font-size: 1.5rem;
    word-break: normal !important;
    word-break: break-all !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    line-height: 20px !important;
    margin-bottom: 0;
  }
  .pro-card.mobile-mini .artist {
    margin-top: 0;
  }
  .pro-card.mobile-mini .btn-play-track {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
  }
}
.pro-card .figure-tags {
  position: absolute;
  right: 16px;
  top: 16px;
}
.pro-card .channel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.pro-card .channel-info .channel-avatar {
  overflow: hidden;
  padding: 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .pro-card .channel-info .channel-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.pro-card .channel-info .channel-avatar:before {
  content: none;
}
.pro-card .channel-info .channel-title {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  color: #707580;
  padding-left: 8px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .pro-card .channel-info .channel-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    padding-left: 16px;
  }
}
.pro-card .channel-info .channel-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card .entity-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.pro-card .entity-info + time {
  padding-top: 8px;
}
.pro-card .entity-info .entity-avatar {
  overflow: hidden;
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-card .entity-info .entity-avatar:before {
  content: none;
}
.pro-card .entity-info .description {
  padding-left: 8px;
}
.pro-card .entity-info .entity-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
}
.pro-card .entity-info .entity-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card .entity-info .extra-info {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 16px;
  color: #707580;
}
.pro-card .rank-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-card .rank-wrapper.multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-card .rank-wrapper.multiple .rank-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-card .rank-wrapper.multiple .rank-item.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-card .rank-wrapper.multiple .rank-item.flex.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pro-card .rank-wrapper.multiple .rank-item.flex.col .rank {
  margin-left: 0;
}
.pro-card .rank-wrapper.multiple .rank-item.flex.col .rank-label {
  margin-top: 2px;
}
.pro-card .rank-wrapper.multiple .rank-item.flex.col .rank-label:before {
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.pro-card .rank-wrapper.multiple .rank-item:first-child .rank-label {
  font-size: 10px;
  font-size: 1rem;
}
.pro-card .rank-wrapper.multiple .rank-item:first-child .rank-label:before {
  position: relative;
}
.pro-card .rank-wrapper.multiple .rank-item:first-child .rank strong {
  margin: 0;
}
.pro-card .rank-wrapper.multiple .rank-item .rank {
  line-height: 1;
  margin-left: 6px;
}
.pro-card .rank-wrapper .rank-label {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  line-height: 1;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card .rank-wrapper .rank-label.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
  width: 16px;
  height: 16px;
}
.pro-card .rank-wrapper .rank-label.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-card .rank-wrapper .rank-label.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-card .rank-wrapper .rank-label.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-card .rank-wrapper .rank-label.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-card .rank-wrapper .rank-label.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-card .rank-wrapper .rank-label.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-card .rank-wrapper .rank-label.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-card .rank-wrapper .rank-label.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-card .rank-wrapper .rank-label.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-card .rank-wrapper .rank-label.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-card .rank-wrapper .rank-label.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-card .rank-wrapper .rank-label.apple-music:before {
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-card .rank-wrapper .rank-label:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.pro-card .rank-wrapper .rank {
  white-space: nowrap;
}
.pro-card .rank-wrapper .rank label {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  vertical-align: middle;
  display: inline-block;
  padding-right: 8px;
}
.pro-card .rank-wrapper .rank strong {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-right: 8px;
}
.pro-card .rank-wrapper .rank .value-change-wrapper {
  text-align: right;
}
.pro-card .btn-pro-txt {
  padding: 14px;
}
.pro-card .btn-play-track {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  background-color: #ffffff;
}
.pro-card .btn-link-outside {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  background-color: #ffffff;
}
.pro-card .btn-link-outside:hover,
.pro-card .btn-link-outside.active {
  background-color: #4e63ce;
}
.pro-card .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro-card .swiper-container:hover .swiper-button-prev,
.pro-card .swiper-container:hover .swiper-button-next {
  display: block;
}
.pro-card .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-card .swiper-container .swiper-button-prev,
.pro-card .swiper-container .swiper-button-next {
  display: none;
  width: 20px;
  top: 0;
  bottom: 0;
  height: auto;
  background-color: transparent;
}
.pro-card .swiper-container .swiper-button-prev:before,
.pro-card .swiper-container .swiper-button-next:before {
  background-size: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.pro-card .swiper-container .swiper-button-prev {
  left: 0;
  right: auto;
}
.pro-card .swiper-container .swiper-button-prev:before {
  background-image: url('../images/svg/chevron-left-white.svg');
}
.pro-card .swiper-container .swiper-button-next {
  right: 0;
  left: auto;
}
.pro-card .swiper-container .swiper-button-next:before {
  background-image: url('../images/svg/chevron-right-white.svg');
}
.pro-card .swiper-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-width: 1px;
}
.pro-card .swiper-container .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pro-card .embed-wrapper {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro-card figure {
  height: 168px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.pro-card article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 16px;
}
.pro-card article + .btn-card-action {
  margin-top: -12px;
}
.pro-card h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}
.pro-card a {
  color: #000000;
}
.pro-card .country {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  padding: 2px 0;
}
.pro-card .country .flag {
  margin-bottom: 2px;
}
.pro-card .type-and-capacity {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  font-weight: 500;
}
.pro-card .event-date {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  margin: 5px 0;
  color: #707580;
  text-transform: normal;
}
.pro-card .event-date span {
  text-transform: uppercase;
}
.pro-card .lineup,
.pro-card .genres {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1;
}
.pro-card .lineup a,
.pro-card .genres a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 18px;
  color: #4e63ce;
}
.pro-card .lineup a:hover,
.pro-card .genres a:hover {
  color: #6889e2;
}
.pro-card .lineup .artist a,
.pro-card .genres .artist a {
  color: #707580;
}
.pro-card .lineup .artist a:hover,
.pro-card .genres .artist a:hover {
  color: #6889e2;
}
.pro-card .genres {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #707580;
}
.pro-card .genres .genre {
  line-height: 16px;
  display: inline-block;
}
.pro-card .btn-see-upcoming-event {
  font-size: 10px;
  font-size: 1rem;
  background-color: #4e63ce;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pro-card .btn-see-upcoming-event + article {
  padding-bottom: 46px;
}
.pro-card .mini-badges {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 99px;
  position: absolute;
  z-index: 1;
  bottom: -12px;
  right: 8px;
  height: 26px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  cursor: default;
}
.pro-card .mini-badges .mini-badge {
  margin: 0 2px;
}
.pro-card .mini-badges .mini-badge:first-child {
  margin-left: 0;
}
.pro-card .mini-badges .mini-badge:last-child {
  margin-right: 0;
}
.pro-card .mini-badges .claimed-icon {
  margin: 0;
}
.pro-card .mini-badges .claimed-icon + .mini-badge {
  margin-left: 8px;
}
.pro-card .embed-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url('../images/gif/loader.gif');
  background-color: #ffffff;
}
.pro-card .new-icon {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: -4px;
  margin-left: 4px;
}
.pro-card-stats-v2 {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 8px;
  color: #707580;
}
@media only screen and (max-width: 767px) {
  .pro-card-stats-v2.mobile-mini .stats-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
  .pro-card-stats-v2.mobile-mini .stats-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pro-card-stats-v2.mobile-mini .stats-label.channel {
    background-size: 16px;
    padding-left: 24px;
    background-position: left center;
  }
}
.pro-card-stats-v2.not-available {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pro-card-stats-v2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-card-stats-v2 .row-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.pro-card-stats-v2 .row-inline .value-change {
  -ms-flex-item-align: unset;
      align-self: unset;
}
.pro-card-stats-v2 .stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-card-stats-v2 .stats-item:first-child:nth-last-child(1) {
  width: 100%;
}
.pro-card-stats-v2 .stats-item:first-child:nth-last-child(2),
.pro-card-stats-v2 .stats-item:first-child:nth-last-child(2) ~ .stats-item {
  width: 50%;
}
.pro-card-stats-v2 .stats-item strong {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-stats-v2 .stats-item strong .value-change {
  margin-left: 8px;
  -ms-flex-item-align: center;
      align-self: center;
}
.pro-card-stats-v2 .stats-item .value-change-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-card-stats-v2 .stats-label {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707580;
  position: relative;
}
.pro-card-stats-v2 .stats-label.channel {
  padding-left: 14px;
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 10px;
}
.pro-card-stats-v2 .stats-label.channel.instagram {
  background-image: url('../images/svg/icon-link-instagram-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.viberate {
  background-image: url('../images/svg/icon-link-viberate-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.youtube {
  background-image: url('../images/svg/icon-link-youtube-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.spotify {
  background-image: url('../images/svg/icon-link-spotify-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.deezer {
  background-image: url('../images/svg/icon-link-deezer-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.tiktok {
  background-image: url('../images/svg/icon-link-tiktok-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.facebook {
  background-image: url('../images/svg/icon-link-facebook-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.twitter {
  background-image: url('../images/svg/icon-link-twitter-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.shazam {
  background-image: url('../images/svg/icon-link-shazam-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.soundcloud {
  background-image: url('../images/svg/icon-link-soundcloud-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.beatport {
  background-image: url('../images/svg/icon-link-beatport-color.svg');
}
.pro-card-stats-v2 .stats-label.channel.airplay {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-card-stats {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 8px;
  color: #707580;
}
.pro-card-stats.not-available {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pro-card-stats .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-card-stats .social-follow {
  margin: 2px 12px 2px 0;
  display: inline-block;
  vertical-align: middle;
}
.pro-card-stats .social-follow:first-child {
  margin-left: 12px;
}
.pro-card-stats .social-follow:last-child {
  margin-right: 0;
}
.pro-card-stats .social-follow.disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.pro-card-stats.channel {
  padding-left: 24px;
  background-position: left top 2px;
  background-repeat: no-repeat;
  background-size: 16px;
}
.pro-card-stats.channel.instagram {
  background-image: url('../images/svg/icon-link-instagram-color.svg');
}
.pro-card-stats.channel.youtube {
  background-image: url('../images/svg/icon-link-youtube-color.svg');
}
.pro-card-stats.channel.spotify {
  background-image: url('../images/svg/icon-link-spotify-color.svg');
}
.pro-card-stats.channel.deezer {
  background-image: url('../images/svg/icon-link-deezer-color.svg');
}
.pro-card-stats.channel.tiktok {
  background-image: url('../images/svg/icon-link-tiktok-color.svg');
}
.pro-card-stats.channel.facebook {
  background-image: url('../images/svg/icon-link-facebook-color.svg');
}
.pro-card-stats.channel.twitter {
  background-image: url('../images/svg/icon-link-twitter-color.svg');
}
.pro-card-stats.channel.shazam {
  background-image: url('../images/svg/icon-link-shazam-color.svg');
}
.pro-card-stats.channel.soundcloud {
  background-image: url('../images/svg/icon-link-soundcloud-color.svg');
}
.pro-card-stats.channel.beatport {
  background-image: url('../images/svg/icon-link-beatport-color.svg');
}
.pro-card-stats.channel.airplay {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-card-stats .black {
  color: #000000;
}
.pro-card-stats .inline {
  display: inline;
}
.pro-card-stats .stats-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  margin-top: 4px;
}
.pro-card-stats .stats-label.channel {
  padding-left: 24px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 16px;
}
.pro-card-stats .stats-label.channel.instagram {
  background-image: url('../images/svg/icon-link-instagram-color.svg');
}
.pro-card-stats .stats-label.channel.viberate {
  background-image: url('../images/svg/icon-link-viberate-color.svg');
}
.pro-card-stats .stats-label.channel.youtube {
  background-image: url('../images/svg/icon-link-youtube-color.svg');
}
.pro-card-stats .stats-label.channel.spotify {
  background-image: url('../images/svg/icon-link-spotify-color.svg');
}
.pro-card-stats .stats-label.channel.deezer {
  background-image: url('../images/svg/icon-link-deezer-color.svg');
}
.pro-card-stats .stats-label.channel.tiktok {
  background-image: url('../images/svg/icon-link-tiktok-color.svg');
}
.pro-card-stats .stats-label.channel.facebook {
  background-image: url('../images/svg/icon-link-facebook-color.svg');
}
.pro-card-stats .stats-label.channel.twitter {
  background-image: url('../images/svg/icon-link-twitter-color.svg');
}
.pro-card-stats .stats-label.channel.shazam {
  background-image: url('../images/svg/icon-link-shazam-color.svg');
}
.pro-card-stats .stats-label.channel.soundcloud {
  background-image: url('../images/svg/icon-link-soundcloud-color.svg');
}
.pro-card-stats .stats-label.channel.beatport {
  background-image: url('../images/svg/icon-link-beatport-color.svg');
}
.pro-card-stats .stats-label.channel.airplay {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-card-stats strong {
  color: #000000;
  font-weight: 400;
}
.pro-card-stats .channel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-stats .channel-info .channel-avatar {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e8eced;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .channel-info .channel-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.pro-card-stats .channel-info .channel-avatar.small {
  width: 26px;
  height: 26px;
  min-width: 26px;
}
.pro-card-stats .channel-info .channel-avatar:before {
  content: none;
}
.pro-card-stats .channel-info .description {
  padding-left: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .channel-info .description {
    padding-left: 8px;
  }
}
.pro-card-stats .channel-info .channel-title {
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  color: #000000;
  font-weight: 500;
  padding-bottom: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .channel-info .channel-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.pro-card-stats .channel-info .channel-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card-stats .channel-info .country-and-genres {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .channel-info .country-and-genres {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.pro-card-stats .channel-info .artist {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .channel-info .artist {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pro-card-stats .track-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-stats .track-info .track-cover {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  width: 26px;
  height: 26px;
  min-width: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e8eced;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .track-info .track-cover {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.pro-card-stats .track-info .track-cover.small {
  width: 26px;
  height: 26px;
  min-width: 26px;
}
.pro-card-stats .track-info .track-cover:before {
  content: none;
}
.pro-card-stats .track-info .description {
  padding-left: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-card-stats .track-info .description {
    padding-left: 8px;
  }
}
.pro-card-stats .track-info .track-title {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #000000;
  font-weight: 500;
  padding-bottom: 0;
  text-align: left;
}
.pro-card-stats .track-info .track-title a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: inherit;
}
.pro-card-stats .track-info .artist {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.pro-entity-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-entity-card.rounded {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eced;
}
@media only screen and (min-width: 768px) {
  .pro-entity-card.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    overflow: hidden;
  }
}
.pro-entity-card.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pro-entity-card.rounded:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.pro-entity-card.rounded:hover article h3 {
  color: #6889e2;
}
.pro-entity-card.rounded.artist figure {
  margin: 16px 16px 0 16px;
  padding-top: calc(100% - 32px);
}
.pro-entity-card.rounded figure {
  border-radius: 8px 8px 0 0;
}
.pro-entity-card.rounded h3 {
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}
.pro-entity-card.rounded figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-entity-card.rounded article {
  padding: 16px;
}
.pro-entity-card.rounded .actions {
  top: 16px;
  right: 16px;
}
.pro-entity-card.one-row-tags .tags {
  height: 29px;
  overflow: hidden;
}
.pro-entity-card.artist {
  background-color: #ffffff;
}
.pro-entity-card.artist figure {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px 8px 0 8px;
  padding-top: calc(100% - 16px);
  border: 1px solid #e8eced;
}
.pro-entity-card.artist figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-entity-card.artist figure figcaption .mini-badges {
  left: auto;
  right: auto;
  bottom: 0;
}
.pro-entity-card.artist figure figcaption .pro-event-date-calendar {
  left: 0;
  top: 0;
  bottom: auto;
}
.pro-entity-card.festival.horizontal .actions,
.pro-entity-card.venue.horizontal .actions {
  right: calc(100% - (158px - 8px));
}
.pro-entity-card.festival.horizontal figure,
.pro-entity-card.venue.horizontal figure {
  width: 158px;
  min-width: 158px;
  padding-top: 0;
}
.pro-entity-card.festival figure,
.pro-entity-card.venue figure {
  padding-top: 75%;
  /* 4:3 aspect ratio */
}
.pro-entity-card.event h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.pro-entity-card.event .bottom {
  padding-top: 16px;
  margin-top: auto;
}
.pro-entity-card.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pro-entity-card.horizontal .actions {
  right: calc(100% - (110px - 8px));
}
.pro-entity-card.horizontal .swiper-container {
  display: none;
}
.pro-entity-card.horizontal figure {
  border-radius: 8px 0 0 8px;
  padding-top: 0;
  width: 110px;
  height: 110px;
  min-width: 110px;
}
.pro-entity-card.horizontal article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
}
@media only screen and (min-width: 768px) {
  .pro-entity-card.horizontal article {
    padding: 16px;
  }
}
.pro-entity-card.horizontal .bottom {
  padding-top: 0;
}
.pro-entity-card.horizontal h3 {
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-entity-card.horizontal h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.pro-entity-card.horizontal .claimed-icon {
  margin-left: 8px;
}
.pro-entity-card.horizontal .tags {
  max-height: 30px;
}
.pro-entity-card.horizontal .bottom {
  margin-top: auto;
}
.pro-entity-card.horizontal .event-date,
.pro-entity-card.horizontal .pro-event-date-calendar {
  left: 8px;
  bottom: 8px;
}
.pro-entity-card.active {
  background-color: #eef0fb;
}
.pro-entity-card.active article {
  background-color: #eef0fb;
}
.pro-entity-card.empty figure {
  background: #efefef;
}
.pro-entity-card.empty .actions .btn {
  background: #f5f5f5 !important;
  border-color: #f5f5f5;
}
.pro-entity-card.empty h3 {
  background: #f5f5f5;
  width: 100%;
  height: 18px;
}
.pro-entity-card.empty .tags .empty-value-inline {
  width: 50px;
  background: #f5f5f5;
}
.pro-entity-card.not-clickable {
  pointer-events: none;
  cursor: default;
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.pro-entity-card.not-clickable .actions {
  pointer-events: all;
  cursor: pointer;
}
.pro-entity-card.not-clickable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.pro-entity-card.not-hoverable {
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.pro-entity-card.not-hoverable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.pro-entity-card.not-hoverable:hover article h3 {
  color: #000000;
}
.pro-entity-card.has-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.pro-entity-card .waiting {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.pro-entity-card .actions {
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
  line-height: 1;
  margin: 0 -2px;
}
.pro-entity-card .actions * {
  margin: 0 2px;
}
.pro-entity-card .swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.pro-entity-card .swiper-container:hover .swiper-button-prev,
.pro-entity-card .swiper-container:hover .swiper-button-next {
  display: block;
}
.pro-entity-card .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pro-entity-card .swiper-container .swiper-slide .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro-entity-card .swiper-container .swiper-button-prev,
.pro-entity-card .swiper-container .swiper-button-next {
  border-radius: 50%;
  background-color: #ffffff;
  display: none;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
}
.pro-entity-card .swiper-container .swiper-button-prev:before,
.pro-entity-card .swiper-container .swiper-button-next:before {
  background-size: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.pro-entity-card .swiper-container .swiper-button-prev {
  left: 8px;
  right: auto;
}
.pro-entity-card .swiper-container .swiper-button-prev:before {
  background-image: url('../images/svg/icon-left-arrow-blue.svg');
  background-position: 4px center;
}
.pro-entity-card .swiper-container .swiper-button-prev:hover:before {
  background-image: url('../images/svg/icon-left-arrow-blue-roll.svg');
}
.pro-entity-card .swiper-container .swiper-button-next {
  right: 8px;
  left: auto;
}
.pro-entity-card .swiper-container .swiper-button-next:before {
  background-image: url('../images/svg/icon-right-arrow-blue.svg');
  background-position: 6px center;
}
.pro-entity-card .swiper-container .swiper-button-next:hover:before {
  background-image: url('../images/svg/icon-right-arrow-blue-roll.svg');
}
.pro-entity-card .swiper-container .swiper-pagination {
  bottom: 2px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.pro-entity-card .swiper-container .swiper-pagination-bullet {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border-width: 1px;
  display: inline-block;
}
.pro-entity-card .mini-badges {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 99px;
  border: 1px solid #e8eced;
  position: absolute;
  z-index: 1;
  bottom: -12px;
  right: auto;
  left: auto;
  height: 28px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  cursor: default;
}
.pro-entity-card .mini-badges .mini-badge {
  margin: 0 2px;
}
.pro-entity-card .mini-badges .mini-badge:first-child {
  margin-left: 0;
}
.pro-entity-card .mini-badges .mini-badge:last-child {
  margin-right: 0;
}
.pro-entity-card .mini-badges .claimed-icon {
  margin: 0;
}
.pro-entity-card .mini-badges .claimed-icon + .mini-badge {
  margin-left: 8px;
}
.pro-entity-card .tags {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 58px;
  overflow: hidden;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .pro-entity-card .tags {
    padding-top: 0;
  }
}
.pro-entity-card .tags .flag {
  margin-right: 3px;
}
.pro-entity-card .pro-tag {
  margin: 4px;
  color: #000000;
}
.pro-entity-card figure {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100%;
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-entity-card figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-entity-card article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
  background-color: #ffffff;
  padding: 20px 16px 16px 16px;
}
.pro-entity-card article .bottom {
  padding-top: 20px;
}
.pro-entity-card .festival-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #707580;
  display: block;
  padding-top: 12px;
}
.pro-entity-card a {
  color: inherit;
}
.pro-entity-card h3 {
  font-size: 15px;
  font-size: 1.5rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
  line-height: 18px;
}
.pro-entity-card .pro-event-date-calendar {
  border-radius: 4px;
  position: absolute;
  left: 8px;
  bottom: 8px;
  border: 1px solid #E8ECED;
}
.pro-entity-card .event-date {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #494C52;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.pro-entity-card .event-date .day {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  display: block;
}
.pro-entity-card .event-date .month {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  display: block;
}
.pro-entity-card .event-venue {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.pro-card-video {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.pro-card-video.active figcaption:after {
  background-image: url('../images/svg/pause-yt-white.svg');
}
.pro-card-video .zero-state,
.pro-card-video .compare-zero-state {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-video figure {
  position: relative;
  padding-top: 56%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.pro-card-video figcaption {
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pro-card-video figcaption:before {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro-card-video figcaption:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url('../images/svg/play-yt-white.svg');
}
.pro-card-video figcaption h4 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
.pro-card-article {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  text-align: left;
  width: 100%;
}
.pro-card-article figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.pro-card-article .figure-tags {
  position: absolute;
  right: 16px;
  top: 16px;
}
.pro-card-article article {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding: 12px 8px;
  background-color: #ffffff;
}
.pro-card-article article a {
  color: inherit;
}
.pro-card-article h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}
.pro-card-article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  padding: 0 8px;
  height: 32px;
}
.pro-card-article-footer time {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  color: #707580;
  display: block;
}
.pro-card-article-footer .author {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding-left: 40px;
  position: relative;
  line-height: 20px;
  height: 32px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-card-article-footer .author img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
}
.pro-card-article-footer .author a {
  color: inherit;
}
.value-tooltip {
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .value-tooltip {
    right: 0;
  }
}
.value-tooltip.adaptive .tooltip-article {
  padding: 8px 16px;
  width: auto;
  white-space: nowrap;
  top: -8px;
}
.value-tooltip.wide .tooltip-article {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .value-tooltip.wide .tooltip-article {
    width: 250px;
  }
}
.value-tooltip.text-align-left .tooltip-article {
  text-align: left;
}
.value-tooltip:hover .tooltip-article {
  display: block;
}
.value-tooltip .tooltip-label {
  position: relative;
}
.value-tooltip .tooltip-label:after {
  content: "";
  position: absolute;
  height: 1px;
  left: -4px;
  right: -4px;
  bottom: 0;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #4e63ce), color-stop(0%, rgba(78, 99, 206, 0)));
  background-image: linear-gradient(to right, #4e63ce 33%, rgba(78, 99, 206, 0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  left: 0px;
  right: 0px;
  background: none;
  border-bottom: 2px dotted #4e63ce;
}
.value-tooltip .tooltip-label:before {
  content: "";
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  z-index: -1;
  position: absolute;
  display: inline-block;
}
.value-tooltip .tooltip-article {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  padding: 12px;
  display: none;
  position: absolute;
  right: calc(100% + 5px);
  top: 0;
  color: #000000;
  background-color: #ffffff;
  width: 192px;
  text-align: center;
  white-space: normal;
}
.value-tooltip .tooltip-article ul {
  padding: 10px 0 10px 20px;
}
.value-tooltip .tooltip-article ul li {
  list-style-type: disc;
}
.value-tooltip .tooltip-article table {
  width: 100%;
}
.value-tooltip .tooltip-article table .card-micro {
  max-width: 100%;
}
.value-tooltip .tooltip-article table thead td {
  border-bottom: 1px solid #a0aeb4;
  padding-bottom: 12px;
}
.value-tooltip .tooltip-article table tbody tr:last-child td {
  border-bottom: 0;
}
.value-tooltip .tooltip-article table tr:hover {
  cursor: default;
  background-color: transparent;
}
.value-tooltip .tooltip-article table tr:hover th,
.value-tooltip .tooltip-article table tr:hover td {
  background-color: transparent;
}
.value-tooltip .tooltip-article table td.r {
  text-align: right !important;
}
.value-tooltip .tooltip-article table td .flag {
  margin-right: 5px;
}
.value-tooltip .tooltip-article .tooltip-title {
  border-bottom: 1px solid #a0aeb4;
  margin-bottom: 5px;
}
.value-tooltip .tooltip-article .info-title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #a0aeb4;
  margin-bottom: 5px;
}
.value-tooltip .tooltip-article .item {
  padding: 4px 0;
  border-top: 1px solid #e8eced;
  text-align: left;
}
.value-tooltip .tooltip-article .item:first-child {
  border: 0;
}
.value-tooltip .tooltip-article .item .card-micro h3,
.value-tooltip .tooltip-article .item .card-micro .artists {
  white-space: normal;
}
.value-tooltip .card-micro.playlist .source,
.value-tooltip .card-micro.playlist .info {
  margin-top: 0;
}
.value-tooltip .card-micro.playlist article {
  min-width: unset;
}
.new-icon {
  font-size: 0px;
  font-size: 0rem;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: super;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .new-icon {
    position: absolute;
    left: 100%;
    margin-top: -12px;
    vertical-align: middle;
    bottom: 50%;
  }
}
.new-icon:before {
  -webkit-animation: fade-in-out-soft 2s ease-in-out infinite;
  animation: fade-in-out-soft 2s ease-in-out infinite;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  background-color: #ff1f43;
}
.new-icon:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 3px;
  background-color: #ff1f43;
}
.locked-icon,
.unlocked-icon {
  font-size: 0px;
  font-size: 0rem;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: super;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .locked-icon,
  .unlocked-icon {
    position: absolute;
    left: 100%;
    margin-top: -12px;
    vertical-align: middle;
    bottom: 50%;
  }
}
.locked-icon:before,
.unlocked-icon:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  background-position: right;
  background-size: 11px;
  background-image: url(../images/svg/icon-locked.svg);
  background-repeat: no-repeat;
}
.unlocked-icon:before {
  background-image: url(../images/svg/icon-unlocked.svg);
}
.highcharts-tooltip > span {
  position: static !important;
}
.embed-placeholder {
  height: 300px;
  margin-bottom: 50px;
  background-color: #ffffff;
}
.pro-more-actions {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  max-width: 40px;
  position: relative;
  background-image: url('../images/svg/icon-dots-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #4e63ce;
  z-index: 3;
}
.pro-more-actions:hover {
  background-image: url('../images/svg/icon-dots-blue-roll.svg');
  border-color: #6889e2;
}
.pro-more-actions:hover:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: -8px;
}
.pro-more-actions:hover:not(.on-click) .more-actions-container {
  display: block;
}
.pro-more-actions.on-click {
  cursor: pointer;
}
.pro-more-actions.left .more-actions-container {
  right: auto;
  left: 0;
}
.pro-more-actions .more-actions-container {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  display: none;
  width: 246px;
  padding: 12px 8px;
  cursor: auto;
}
@media only screen and (min-width: 768px) {
  .pro-more-actions .more-actions-container {
    left: -8px;
    width: 232px;
  }
}
.pro-more-actions .more-actions-container.show {
  display: block;
}
.pro-more-actions .more-actions-container .action-item {
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
}
.pro-more-actions .more-actions-container .action-item + .action-item {
  margin-top: 8px;
}
.pro-more-actions .more-actions-container .action-item.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}
.pro-more-actions .more-actions-container .action-item .description {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  min-height: 32px;
  padding-left: 24px;
  margin-top: 4px;
}
.pro-more-actions .more-actions-container .action-item:hover,
.pro-more-actions .more-actions-container .action-item:active {
  background-color: #f4f6f6;
}
.pro-more-actions .more-actions-container .action-item:hover .action,
.pro-more-actions .more-actions-container .action-item:active .action {
  color: #6889e2;
}
.pro-more-actions .more-actions-container .action-item:hover .action:before,
.pro-more-actions .more-actions-container .action-item:active .action:before {
  content: "";
}
.pro-more-actions .more-actions-container .action-item:hover .action.action-contact,
.pro-more-actions .more-actions-container .action-item:active .action.action-contact {
  background-image: url('../images/svg/email-blue-roll.svg');
}
.pro-more-actions .more-actions-container .action-item:hover .action.action-claim,
.pro-more-actions .more-actions-container .action-item:active .action.action-claim {
  background-image: url('../images/svg/claim-action-blue-roll.svg');
}
.pro-more-actions .more-actions-container .action-item:hover .action.action-edit,
.pro-more-actions .more-actions-container .action-item:active .action.action-edit {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.pro-more-actions .more-actions-container .action-item:hover .action.action-report,
.pro-more-actions .more-actions-container .action-item:active .action.action-report {
  background-image: url('../images/svg/icon-pro-report-blue-roll.svg');
}
.pro-more-actions .action {
  font-size: 10px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px;
  color: #4e63ce;
  text-transform: capitalize;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
  letter-spacing: 0.5px;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
}
.pro-more-actions .action.action-edit {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
}
.pro-more-actions .action.action-edit:hover,
.pro-more-actions .action.action-edit:active {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.pro-more-actions .action.action-claim {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  background-image: url('../images/svg/claim-action-blue.svg');
  background-size: 15px;
}
.pro-more-actions .action.action-claim:hover,
.pro-more-actions .action.action-claim:active {
  background-image: url('../images/svg/claim-action-blue-roll.svg');
}
.pro-more-actions .action.action-contact {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  background-image: url('../images/svg/email-blue.svg');
  background-size: 15px;
}
.pro-more-actions .action.action-contact:hover,
.pro-more-actions .action.action-contact:active {
  background-image: url('../images/svg/email-blue-roll.svg');
}
.pro-more-actions .action.action-report {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  background-image: url('../images/svg/icon-pro-report-blue.svg');
}
.pro-more-actions .action.action-report:hover,
.pro-more-actions .action.action-report:active {
  background-image: url('../images/svg/icon-pro-report-blue-roll.svg');
}
.pro-more-actions .action:before {
  position: absolute;
  right: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url('../images/svg/icon-arrow-forward-blue-roll.svg');
  background-size: 10px;
  background-repeat: no-repeat;
}
.graph-more-info {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  padding: 12px;
  display: none;
  position: absolute;
  color: #000000;
  background-color: #ffffff;
  width: 192px;
  text-align: center;
}
.pro-tooltip {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2) !important;
  font-size: 10px !important;
  font-size: 1rem !important;
  border-radius: 4px !important;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  line-height: 16px !important;
  padding: 12px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  text-align: left !important;
}
.pro-content-module-zero-state {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-zero-state {
    padding: 40px;
  }
}
.pro-content-module-zero-state .section-content {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-module-zero-state .section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pro-content-module-zero-state .section-content h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-zero-state .section-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-content-module-zero-state .section-content p {
  margin: 0;
  padding: 0;
}
.pro-content-module-zero-state .section-content .button {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-module-zero-state .section-content .article-zero-state {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    margin-right: 12px;
    padding-right: 40px;
  }
}
.pro-content-module-zero-state .section-content .screenshot {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .pro-content-module-zero-state .section-content .screenshot {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    width: 40%;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-zero-state .section-content .screenshot {
    width: auto;
    max-width: 465px;
  }
}
.pro-content-module-breadcrumbs .breadcrumbs-path {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  line-height: 16px;
}
.pro-content-module-breadcrumbs .breadcrumbs-path.has-icon {
  padding-left: 16px;
  background-size: 10px;
  background-position: left center;
  background-repeat: no-repeat;
}
.pro-content-module-breadcrumbs .breadcrumbs-path.page,
.pro-content-module-breadcrumbs .breadcrumbs-path.basic,
.pro-content-module-breadcrumbs .breadcrumbs-path.list,
.pro-content-module-breadcrumbs .breadcrumbs-path.grid,
.pro-content-module-breadcrumbs .breadcrumbs-path.overview {
  background-image: url('../images/svg/logo-v-black.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.map {
  background-image: url('../images/svg/icon-map.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.analytics,
.pro-content-module-breadcrumbs .breadcrumbs-path.charts {
  background-image: url('../images/svg/logo-v.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.airplay {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.audience {
  background-image: url('../images/svg/audience-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.beatport {
  background-image: url('../images/svg/beatport-square.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.youtube {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.playlists {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.spotify {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.social-media {
  background-image: url('../images/svg/social-media-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.deezer {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.facebook {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.instagram {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.shazam {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.tiktok {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.applemusic,
.pro-content-module-breadcrumbs .breadcrumbs-path.apple-music {
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-content-module-breadcrumbs .breadcrumbs-path.soundcloud {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.sort-card {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #e8eced;
  padding: 8px 24px;
  cursor: move;
}
@media only screen and (min-width: 768px) {
  .sort-card {
    padding-right: 40px;
  }
}
.sort-card:hover .btn-sort-section,
.sort-card:active .btn-sort-section {
  background-image: url('../images/svg/icon-sort-section-blue-roll.svg');
}
.sort-card .sort-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sort-card .title {
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sort-card .title .title-txt {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  line-height: 16px;
  font-weight: 400;
}
.sort-card .title.channel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.sort-card .title.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.sort-card .title.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.sort-card .title.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.sort-card .title.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.sort-card .title.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.sort-card .title.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.sort-card .title.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.sort-card .title.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.sort-card .title.channel.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.sort-card .title.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.sort-card .title.channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.sort-card .title.channel.beatport:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.sort-card .sort-card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sort-card .btn-sort-section {
  pointer-events: none;
  cursor: default;
  background-size: 14px;
}
.flow-tooltip {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
.flow-tooltip-content {
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 24px;
  max-width: 346px;
  background-color: #ffffff;
}
.flow-tooltip-content .btn-close-card {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
}
.flow-tooltip-content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 8px;
}
.flow-tooltip-content p:first-child {
  padding-top: 0;
  margin-top: 0;
  margin: 0;
  padding-bottom: 16px;
}
.flow-tooltip-content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-tooltip-content .flow-pagination {
  font-size: 10px;
  font-size: 1rem;
  line-height: 24px;
  color: #707580;
}
.flow-tooltip-content .flow-buttons button {
  margin-left: 16px;
}
.zero-state-explainer {
  font-size: 14px;
  font-size: 1.4rem;
  color: #707580;
  padding: 0 24px;
}
.promote-with-viberate {
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin-top: 8px;
  padding: 32px 24px;
  background-color: #eef0fb;
}
.promote-with-viberate h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 500;
}
.promote-with-viberate p {
  margin: 0;
  padding: 16px 0;
  font-weight: 500;
}
.pricing-update-bubble {
  border-radius: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #ffffff;
  margin-top: 8px;
  padding: 32px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/static/pricing-update-banner-gradient.png');
}
.pricing-update-bubble p {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.pricing-update-bubble p + p {
  padding-top: 16px;
}
.pricing-update-bubble .button.primary {
  background-color: #ffffff;
  color: #4e63ce;
  margin-top: 32px;
  width: 100%;
}
.pricing-update-bubble .button.primary:hover,
.pricing-update-bubble .button.primary:active {
  color: #6889e2;
}
.platform-update-floater {
  pointer-events: none;
  cursor: default;
  position: fixed;
  top: 52px;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  z-index: 10;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.platform-update-floater:before {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  filter: alpha(opacity=8);
  -webkit-opacity: 0.08;
  -moz-opacity: 0.08;
  opacity: 0.08;
  background-color: #000000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.platform-update-floater.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-update-floater.open:before {
  content: "";
}
.platform-update-floater .btn-close {
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-size: 10px;
  background-image: url('../images/svg/close-blue.svg');
}
.platform-update-floater .btn-close:hover,
.platform-update-floater .btn-close:active {
  background-image: url('../images/svg/close-blue-roll.svg');
}
.platform-update-floater .platform-update-content {
  pointer-events: all;
  cursor: pointer;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  cursor: default;
  overflow: hidden;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.platform-update-floater .platform-update-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 24px 16px 24px;
  border-bottom: 1px solid #f4f6f6;
}
.platform-update-floater .platform-update-header h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
}
.platform-update-floater .platform-update-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 24px 32px 24px;
}
.platform-update-floater .platform-update-main::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.platform-update-floater .platform-update-main::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.platform-update-floater .platform-update-main::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.platform-update-floater .updates-list-item {
  padding-top: 24px;
}
.update-card {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 32px;
}
.update-card.new .card-date:before {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 100px;
  color: #ffffff;
  content: "New";
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ff1e43;
  height: 24px;
  padding: 0 8px;
  margin-right: 8px;
}
.update-card .card-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.update-card h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  padding-top: 12px;
}
.update-card .update-card-image {
  margin-top: 16px;
}
.update-card article {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  margin: 0;
  padding-top: 24px;
}
.update-card p {
  margin: 0;
  padding: 0;
}
.update-card p + p {
  padding-top: 16px;
}
.update-card .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 24px;
}
.platform-update-feed-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 132px;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/platform-updates-gradient.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
}
.platform-update-feed-header h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.platform-update-feed {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 16px;
  max-width: 744px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .platform-update-feed {
    padding: 48px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .platform-update-feed {
    padding: 48px 0;
  }
}
.platform-update-feed .platform-update-feed-spacer {
  margin: 96px 0;
  height: 1px;
  background-color: #A0AEB4;
}
.platform-update-feed .update-card {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.platform-update-feed .update-card h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  padding-top: 24px;
}
.platform-update-feed .update-card .update-card-image {
  margin-top: 24px;
}
.platform-update-feed .update-card article {
  color: #434547;
}
.platform-update-feed .update-card p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
.platform-update-feed .update-card .actions {
  padding-top: 32px;
}
.custom-selector {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #4e63ce;
  padding: 4px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .custom-selector {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.custom-selector.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.custom-selector.custom-selector-time {
  padding-left: 32px;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-time.svg');
}
.custom-selector .btn-custom-selector {
  margin-right: 4px;
  padding: 4px;
}
.custom-selector .btn-custom-selector:last-child {
  margin-right: 0;
}
.btn-custom-selector {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  height: 24px;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-custom-selector.channel {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 8px;
  background-position: left 8px center;
  background-repeat: no-repeat;
}
.btn-custom-selector.viberate {
  background-size: 16px;
  background-image: url('../images/svg/viberate-color.svg');
}
.btn-custom-selector.spotify {
  background-size: 16px;
  background-image: url('../images/svg/spotify-color.svg');
}
.btn-custom-selector.youtube {
  background-size: 16px;
  background-image: url('../images/svg/youtube-color.svg');
}
.btn-custom-selector.active {
  font-weight: 600;
  color: #4e63ce;
  background-color: #eef0fb;
}
.btn-custom-selector.active:hover,
.btn-custom-selector.active:active {
  color: #4e63ce;
  background-color: #eef0fb;
}
.btn-custom-selector:hover,
.btn-custom-selector:active {
  background-color: #f4f6f6;
  color: #6889e2;
}
.btn-custom-selector:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.special-toggle-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  margin-left: 16px;
}
.special-toggle {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #4e63ce;
  border-radius: 4px;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  gap: 4px;
  background-color: #ffffff;
}
.special-toggle.special-toggle-time {
  padding-left: 32px;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-time.svg');
  background-color: #ffffff;
}
.special-toggle .btn {
  margin: 0 !important;
}
.special-toggle .btn.blue {
  color: #4e63ce;
}
.special-toggle .btn.blue:hover,
.special-toggle .btn.blue:active {
  color: #6889e2;
}
.funding-options {
  border-radius: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 16px 16px 16px 48px;
  background-color: #e8eced;
  background-size: 16px;
  background-image: url('../images/svg/icon-help-tooltip.svg');
  background-position: left 16px top 20px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .funding-options {
    padding: 16px 24px 16px 56px;
    background-position: left 24px top 20px;
  }
}
.funding-options.warning {
  background-image: url('../images/svg/icon-warning-blue.svg');
  background-color: #FBD8DF;
}
.funding-options.success {
  background-color: #E3FAEC;
  background-image: url('../images/svg/icon-check-circle-big.svg');
}
.funding-options .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .funding-options .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .funding-options .row {
    gap: 120px;
  }
}
.funding-options .col:last-child {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .funding-options .col:last-child {
    text-align: right;
    white-space: nowrap;
  }
}
.funding-options .col:last-child strong {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.funding-options strong {
  font-weight: 600;
}
.funding-options h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 4px;
}
.funding-options p {
  margin: 0;
  padding: 0;
}
.missing-playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.missing-playlist .label-txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.missing-playlist .missing-playlist-input {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border-width: 1px;
}
.missing-playlist .submit-playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tutorial-mode-toggle {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 8px 16px 16px 16px;
  position: fixed;
  top: 50%;
  margin-top: auto;
  margin-bottom: auto;
  right: 16px;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #4e63ce;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.tutorial-mode-toggle .label {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.tutorial-mode-toggle .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tutorial-mode-toggle .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tutorial-mode-toggle .icon-img {
  width: 24px;
  min-width: 24px;
}
.tutorial-mode-toggle .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  color: #4e63ce;
}
.tutorial-mode-toggle .btn-close {
  border-radius: 50%;
  width: 24px;
  min-width: 24px;
  background-size: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
}
.tutorial-mode-toggle .toggle-wrapper {
  position: relative;
  height: 24px;
}
.tutorial-mode-toggle input[type="checkbox"]:checked.custom-toggle-pro + label {
  background-color: #CAE1FF;
}
.tutorial-mode-toggle input[type="checkbox"]:checked.custom-toggle-pro + label:before {
  left: calc(100% - 3px - 18px);
  background-color: #4e63ce;
}
.tutorial-mode-toggle input[type="checkbox"].custom-toggle-pro + label {
  height: 24px;
  border-radius: 12px;
  background-color: #e8eced;
}
.tutorial-mode-toggle input[type="checkbox"].custom-toggle-pro + label:before {
  margin-top: -9px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: #707580;
}
.section-payment-landing-new {
  background: #f4f6f6;
  padding: 56px 0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new {
    padding: 112px 0 90px 0;
  }
}
.section-payment-landing-new.alt-onboarding {
  min-height: calc(100vh - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-mobile.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding {
    background-position: center;
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-tablet.jpg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new.alt-onboarding {
    padding: 60px 0;
    min-height: calc(100vh - 74px);
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-desktop.jpg');
  }
}
@media only screen and (min-width: 1439px) {
  .section-payment-landing-new.alt-onboarding {
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-2k.jpg');
  }
}
@media only screen and (min-width: 1919px) {
  .section-payment-landing-new.alt-onboarding {
    padding: 60px 0;
    min-height: calc(100vh - 74px);
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-4k.jpg');
  }
}
.section-payment-landing-new.alt-onboarding .landing-section-title {
  color: #ffffff;
  padding-top: 46px;
  padding-bottom: 56px;
}
.section-payment-landing-new.alt-onboarding .payment-plans-grid {
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding .payment-plans-grid {
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-payment-landing-new.alt-onboarding .payment-plan-package {
  background: #ffffff;
  border-radius: 12px !important;
  width: 100%;
  padding-bottom: 40px;
  -ms-flex-item-align: unset;
      align-self: unset;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package {
    min-width: 320px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 880px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package {
    min-width: 370px;
    max-width: 370px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package {
    min-width: 412px;
    max-width: 412px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.premium {
  margin-top: 0;
  margin-bottom: 0;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.premium:before {
  content: none;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.premium .no-cc-required {
  font-size: 10px;
  font-size: 1rem;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited {
  margin-top: 24px;
  padding-top: 24px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .ribbon {
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(102.55%, #6f96f3));
  background: linear-gradient(90deg, #000000 0%, #6f96f3 102.55%);
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .no-cc-required {
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .description {
    min-height: 128px;
  }
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .price-wrapper time {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 24px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .price-wrapper .gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #000000), to(#6f96f3));
  background: linear-gradient(90deg, #000000 0, #6f96f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .price-wrapper .price small {
  color: #6F96F3;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .price-wrapper .price sup {
  position: static;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package.unlimited .actions .button.gradient {
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(102.55%, #6f96f3));
  background: linear-gradient(90deg, #000000 0%, #6f96f3 102.55%);
  color: #ffffff;
  border: 0;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .description {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding-top: 32px;
  color: #707580 !important;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package .description {
    padding-top: 40px;
  }
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .price-wrapper {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 115px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .price-wrapper .price {
  font-size: 64px;
  font-size: 6.4rem;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .price-wrapper .price sup,
.section-payment-landing-new.alt-onboarding .payment-plan-package .price-wrapper .price .currency {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  vertical-align: 28px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .price-wrapper .price small {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000000;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .actions {
  padding-top: 40px !important;
  margin-top: 0 !important;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .plan-title {
  padding-top: 16px;
  text-align: center;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .plan-title,
.section-payment-landing-new.alt-onboarding .payment-plan-package .price {
  color: #000000 !important;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .plan-title small,
.section-payment-landing-new.alt-onboarding .payment-plan-package .price small {
  color: #707580;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .features {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #000000 !important;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.alt-onboarding .payment-plan-package .features {
    margin-top: 56px;
  }
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .features li {
  background-position: left 11px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .ribbon {
  padding: 0;
  min-height: 16px;
  border-radius: 10px 10px 0 0;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .ribbon.black {
  background: #000000;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .ribbon span {
  line-height: 40px;
}
.section-payment-landing-new.alt-onboarding .payment-plan-package .button.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#db1b4f), color-stop(102.55%, #6f96f3));
  background: linear-gradient(90deg, #db1b4f 0%, #6f96f3 102.55%);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two {
    padding-top: 56px;
  }
  .section-payment-landing-new.only-two .premium-features-toggle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 600;
    padding-top: 56px;
    height: auto;
  }
}
.section-payment-landing-new.only-two.transparent {
  padding-top: 56px;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two.transparent {
    padding-top: 80px;
  }
}
.section-payment-landing-new.only-two.transparent .landing-section-title {
  padding-top: 0;
  color: #000000;
  padding-bottom: 24px;
}
.section-payment-landing-new.only-two.transparent .landing-section-title + .premium-features {
  margin-top: 0;
}
.section-payment-landing-new.only-two.transparent .landing-section-title .blue {
  color: #4e63ce;
}
.section-payment-landing-new.only-two.transparent .lead {
  padding-bottom: 32px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two.transparent .lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    padding: 0 0 80px 0;
  }
}
.section-payment-landing-new.only-two.transparent .lead a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #000000;
}
.section-payment-landing-new.only-two.transparent .payment-plan-package {
  border: 1px solid #707580 !important;
}
.section-payment-landing-new.only-two.transparent .payment-plan-package .actions {
  position: relative;
}
.section-payment-landing-new.only-two .no-cc-required {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two .payment-plans-grid {
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plans-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two .payment-plan-package + .payment-plan-package {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two .payment-plan-package.premium {
    padding-top: 40px;
  }
  .section-payment-landing-new.only-two .payment-plan-package.premium .plan-title {
    padding-top: 0;
  }
  .section-payment-landing-new.only-two .payment-plan-package.premium .description {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .section-payment-landing-new.only-two .payment-plan-package.premium .actions {
    padding-top: 24px !important;
  }
  .section-payment-landing-new.only-two .payment-plan-package.premium .features {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.premium {
    border-radius: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two .payment-plan-package.premium .price-wrapper .price sup {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.premium .price-wrapper time {
  font-size: 15px;
  font-size: 1.5rem;
  color: #707580;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.premium .price-wrapper time {
    margin-top: 24px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 !important;
  margin-bottom: 60px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro {
    max-width: 725px;
    padding: 64px 26px 40px 26px;
    margin-top: -32px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan {
  min-height: unset;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    gap: 36px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan .top,
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan .bottom {
    padding-top: 34px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper {
  height: auto;
  padding-top: 32px;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper .price {
  font-size: 128px;
  font-size: 12.8rem;
  line-height: 132px;
  position: relative;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper .price sup,
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper .price .currency {
  font-size: 64px;
  font-size: 6.4rem;
  vertical-align: 46px;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper .price small {
  font-size: 36px;
  font-size: 3.6rem;
  position: absolute;
  bottom: 27px;
  right: 22px;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .price-wrapper time {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .plan-title {
    padding-top: 0;
    padding-bottom: 32px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .features {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 40px 0 0 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .features {
    padding: 0;
  }
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .features li {
  padding-bottom: 8px;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .actions {
  padding-top: 40px !important;
  position: static;
}
.section-payment-landing-new.only-two .payment-plan-package.alt-artist-pro .no-cc-required {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 0 0;
  margin: 0;
}
.section-payment-landing-new.only-two .payment-plan-package .no-cc-required {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new.only-two .payment-plan-package .description {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package .features {
  font-size: 15px;
  font-size: 1.5rem;
}
.section-payment-landing-new.only-two .payment-plan-package .features li {
  padding-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new.only-two .payment-plan-package .features li {
    padding-bottom: 16px;
  }
}
.section-payment-landing-new.only-two .payment-plan-package .features li:last-child {
  padding-bottom: 0;
}
.section-payment-landing-new > .page {
  text-align: center;
  max-width: 1284px;
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new > .page {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 2559px) {
  .section-payment-landing-new > .page {
    max-width: 1576px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new > .page.js-payment-mobile-trigger {
    -webkit-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new > .page.fade-in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.section-payment-landing-new .landing-section-title {
  padding-bottom: 90px;
}
@media only screen and (min-width: 1919px) {
  .section-payment-landing-new .landing-section-title {
    padding-bottom: 126px;
  }
}
.section-payment-landing-new .payment-plans-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plans-grid {
    max-width: 1128px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1919px) {
  .section-payment-landing-new .payment-plans-grid {
    max-width: 1280px;
  }
}
.section-payment-landing-new .payment-plans-grid.animated {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-payment-landing-new .payment-plan-packages {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-packages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 24px 0 48px 0;
  }
}
.section-payment-landing-new .payment-plan-package {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 24px 16px;
  position: relative;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 360px) {
  .section-payment-landing-new .payment-plan-package {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new .payment-plan-package {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
  }
  .section-payment-landing-new .payment-plan-package + .payment-plan-package {
    margin-top: 40px;
  }
  .section-payment-landing-new .payment-plan-package.premium {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
  .section-payment-landing-new .payment-plan-package.premium .plan-title {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
    padding: 24px;
    padding-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin-bottom: 0;
    width: calc(33.33%);
    padding-top: 64px;
  }
  .section-payment-landing-new .payment-plan-package .actions {
    margin: 0;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 2559px) {
  .section-payment-landing-new .payment-plan-package {
    margin-right: 28px;
    margin-left: 28px;
    width: calc(33.33% - 28px);
  }
}
.section-payment-landing-new .payment-plan-package.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-payment-landing-new .payment-plan-package.premium {
  -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package.premium {
    width: calc(33.33%);
    margin-top: -32px;
    margin-bottom: -24px;
  }
}
@media only screen and (min-width: 2559px) {
  .section-payment-landing-new .payment-plan-package.premium {
    width: calc(33.33%);
  }
}
.section-payment-landing-new .payment-plan-package.premium:before {
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/premium-bg.webp');
  color: #ffffff;
}
.section-payment-landing-new .payment-plan-package.premium .plan-title {
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package.premium .plan-title {
    padding-top: 16px;
  }
}
.section-payment-landing-new .payment-plan-package.premium .plan-title img {
  vertical-align: baseline;
  display: inline-block;
  margin-right: 2px;
}
.section-payment-landing-new .payment-plan-package.premium .description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #A3A4A7;
}
.section-payment-landing-new .payment-plan-package.premium .price-wrapper sup {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  top: 0;
  vertical-align: 16px;
}
.section-payment-landing-new .payment-plan-package.premium .price-wrapper time {
  font-size: 13px;
  font-size: 1.3rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #A3A4A7;
  line-height: 16px;
}
.section-payment-landing-new .payment-plan-package.premium .price {
  color: #ffffff;
}
.section-payment-landing-new .payment-plan-package.premium .features {
  color: #ffffff;
}
.section-payment-landing-new .payment-plan-package.premium .actions {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package:first-child {
    padding-top: 48px;
    margin-left: 0;
    border-right: 0;
    border-radius: 12px 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package:last-child {
    padding-top: 48px;
    margin-right: 0;
    border-left: 0;
    border-radius: 0 12px 12px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package:last-child .actions {
    margin-top: 12px;
  }
}
.section-payment-landing-new .payment-plan-package .ribbon {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/pricing-update-ribbon-gradient-package.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 11px 24px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.section-payment-landing-new .payment-plan-package .ribbon .compare-offer {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  cursor: pointer;
}
.section-payment-landing-new .payment-plan-package .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .plan {
    min-height: 430px;
  }
}
.section-payment-landing-new .payment-plan-package .plan-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: bold;
  color: #000000;
}
.section-payment-landing-new .payment-plan-package .payment-package-badge {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 100px;
  height: 100px;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (min-width: 360px) {
  .section-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 880px) {
  .section-payment-landing-new .payment-plan-package .payment-package-badge {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    width: 120px;
    height: 120px;
  }
}
.section-payment-landing-new .payment-plan-package .payment-package-badge span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: -35px -35px 0 0;
}
.section-payment-landing-new .payment-plan-package .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-payment-landing-new .payment-plan-package .price-wrapper time {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  color: #A4A5A8;
  margin-top: 8px;
}
.section-payment-landing-new .payment-plan-package .price-wrapper .currency {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  top: 0;
  vertical-align: 16px;
  line-height: 1;
}
.section-payment-landing-new .payment-plan-package .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-payment-landing-new .payment-plan-package .price-row .price + .price {
  margin-left: 16px;
}
.section-payment-landing-new .payment-plan-package .price {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 52px;
  font-weight: bold;
}
.section-payment-landing-new .payment-plan-package .price .old-price {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 400;
  color: #707580;
  text-decoration: line-through;
  margin-right: 8px;
}
.section-payment-landing-new .payment-plan-package .price small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
}
.section-payment-landing-new .payment-plan-package .description {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  padding: 14px 0 32px 0;
  margin: 0;
  color: #A4A5A8;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 0 40px 0;
    min-height: 152px;
  }
}
@media only screen and (min-width: 880px) {
  .section-payment-landing-new .payment-plan-package .description {
    min-height: 120px;
  }
}
@media only screen and (min-width: 1099px) {
  .section-payment-landing-new .payment-plan-package .description {
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .section-payment-landing-new .payment-plan-package .description br {
    display: none;
  }
}
.section-payment-landing-new .payment-plan-package .features {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  text-align: left;
  margin-top: 32px;
  -webkit-box-ordinal-group: unset;
      -ms-flex-order: unset;
          order: unset;
}
.section-payment-landing-new .payment-plan-package .features li {
  background-position: left 8px;
  background-repeat: no-repeat;
  padding: 8px 0 8px 28px;
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big-grey.svg');
  background-size: 16px;
}
.section-payment-landing-new .payment-plan-package .features li.included {
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big.svg');
}
.section-payment-landing-new .payment-plan-package .actions {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 24px 0 0;
  padding-top: 16px;
  padding-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .payment-plan-package .actions {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.section-payment-landing-new .payment-plan-package .actions .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.section-payment-landing-new .payment-plan-package .actions small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  text-transform: uppercase;
  margin-top: 16px;
  display: inline-block;
}
.section-payment-landing-new .feature-comparison-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-payment-landing-new .feature-comparison-wrapper .feature-comparison-link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #4e63ce;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.section-payment-landing-new .feature-comparison-wrapper .feature-comparison-link:hover {
  color: #6889e2;
}
.section-payment-landing-new .btn-pricing-plan-comparison {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
  color: #4e63ce;
  margin: 0 auto;
  position: relative;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .btn-pricing-plan-comparison {
    margin-top: 24px;
  }
}
.section-payment-landing-new .btn-pricing-plan-comparison.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
  margin-top: -7px;
}
.section-payment-landing-new .btn-pricing-plan-comparison.open span {
  display: none;
}
.section-payment-landing-new .btn-pricing-plan-comparison.open span + span {
  display: inline;
}
.section-payment-landing-new .btn-pricing-plan-comparison:after {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  height: 10px;
  width: 13px;
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/chevron-down-blue.svg');
}
.section-payment-landing-new .btn-pricing-plan-comparison span {
  display: inline;
}
.section-payment-landing-new .btn-pricing-plan-comparison span + span {
  display: none;
}
.section-payment-landing-new .subscription-toggle-wrapper {
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .subscription-toggle-wrapper {
    margin-bottom: 40px;
  }
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 8px;
  line-height: 16px;
  background-color: #a0aeb4;
  color: #ffffff;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: -50px;
  left: 50%;
  margin: 0 auto;
  width: 150px;
  margin-left: -10px;
  border: 0;
}
@media only screen and (min-width: 1919px) {
  .section-payment-landing-new .subscription-toggle-wrapper .benefit {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    width: 176px;
    margin-left: -22px;
    top: -60px;
  }
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit.active {
  background-color: #66cd94;
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit.active:before {
  border-color: #66CD94 transparent transparent transparent;
}
.section-payment-landing-new .subscription-toggle-wrapper .benefit:before {
  position: absolute;
  bottom: -6px;
  left: calc(50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #a0aeb4 transparent transparent transparent;
}
.section-payment-landing-new .subscription-toggle-new {
  margin-bottom: 40px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .subscription-toggle-new {
    margin-top: -20px;
  }
}
.section-payment-landing-new .subscription-toggle-new .toggle-wrapper {
  border: 3px solid #d5dde0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background-color: #d5dde0;
  border-radius: 100px;
}
.section-payment-landing-new .subscription-toggle-new .btn-toggle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  font-weight: 500;
  color: #707580;
  border-radius: 100px;
  white-space: nowrap;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  cursor: pointer;
  gap: 4px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .subscription-toggle-new .btn-toggle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-payment-landing-new .subscription-toggle-new .btn-toggle.active {
  color: #4e63ce;
  background-color: #ffffff;
}
.section-payment-landing-new .subscription-toggle-new .btn-toggle:hover:not(.active),
.section-payment-landing-new .subscription-toggle-new .btn-toggle:active:not(.active) {
  color: #6889e2;
}
.section-payment-landing-new .subscription-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.section-payment-landing-new .subscription-toggle.active .monthly {
  color: #707580;
  font-weight: 400;
}
.section-payment-landing-new .subscription-toggle.active .yearly {
  color: #000000;
  font-weight: bold;
}
.section-payment-landing-new .subscription-toggle.active .benefit span {
  display: none;
}
.section-payment-landing-new .subscription-toggle .toggle-wrapper {
  height: 28px;
  margin: 0 18px;
}
.section-payment-landing-new .subscription-toggle .btn-toggle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #707580;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .subscription-toggle .btn-toggle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-payment-landing-new .subscription-toggle .yearly {
  position: absolute;
  left: 72%;
}
.section-payment-landing-new .subscription-toggle .monthly {
  position: absolute;
  right: 72%;
  color: #000000;
  font-weight: bold;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro + label {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 99px;
  background-color: #4e63ce;
  height: 28px;
  width: 56px;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro + label:before {
  left: 2px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  margin-top: -12px;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro:checked + label {
  background-color: #4e63ce;
}
.section-payment-landing-new input[type="checkbox"].custom-toggle-pro:checked + label:before {
  background-color: #ffffff;
  right: 1px;
}
.section-payment-landing-new .custom-toggle-pro + label + .benefit {
  background-color: #66CD94;
}
.section-payment-landing-new .custom-toggle-pro + label + .benefit:before {
  border-color: #66CD94 transparent transparent transparent;
}
.section-payment-landing-new .btn-payment-back {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  left: 200px;
  top: 22px;
  text-transform: capitalize;
  background-position: left center;
  padding-left: 16px;
  background-repeat: no-repeat;
  background-size: 6px;
  line-height: 1;
  color: #000000;
  background-image: url('../images/svg/icon-left-arrow.svg');
}
.section-payment-landing-new .logo-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new .logo-wrapper {
    left: 24px;
    top: 12px;
  }
}
@media only screen and (min-width: 1471px) {
  .section-payment-landing-new .logo-wrapper {
    left: calc(50% - 732px + 20px);
  }
}
.section-payment-landing-new .logo {
  font-size: 0px;
  font-size: 0rem;
  height: 50px;
  width: 180px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new .logo {
    width: 180px;
    min-width: 180px;
  }
}
.section-payment-landing-new .logo img {
  height: 50px;
  width: 180px;
  max-width: none;
}
.section-payment-landing-new .premium-features {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  background-color: #ffffff;
  gap: 8px;
  border-radius: 8px;
  text-align: left;
  max-width: 725px;
  margin-top: 24px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .premium-features {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 24px;
    margin-top: 32px;
  }
}
.section-payment-landing-new .premium-features.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-payment-landing-new .premium-features .premium-feature {
  width: 100%;
}
.section-payment-landing-new .premium-features h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 700;
  padding: 14px 16px;
  background-color: #eef0fb;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .premium-features h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 16px 24px;
  }
}
.section-payment-landing-new .premium-features strong {
  font-weight: 700;
}
.section-payment-landing-new .premium-features li {
  padding: 14px 16px;
  border-bottom: 1px solid #d5dde0;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .premium-features li {
    padding: 16px 24px;
  }
}
.section-payment-landing-new .premium-features li:last-child {
  border-bottom: 0;
}
.section-payment-landing-new .payment-disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  padding-bottom: 8px;
  line-height: 16px;
}
.section-payment-landing-new .payment-disclaimer a {
  color: #4e63ce;
}
.section-payment-landing-new .payment-disclaimer a:hover,
.section-payment-landing-new .payment-disclaimer a:active {
  color: #6889e2;
}
.section-payment-landing-new .older-price {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #707580;
  margin-left: -60px;
  display: inline-block;
  width: 55px;
  white-space: nowrap;
}
.section-payment-landing-new .unlimited-badge {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .unlimited-badge {
    width: 180px;
    height: 180px;
    top: -90px;
    right: -110px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new .unlimited-badge {
    width: 218px;
    height: 218px;
    top: -109px;
    right: -139px;
  }
}
.section-payment-landing-new .unlimited-badge img {
  position: absolute;
  top: -1px;
  left: -1px;
  min-width: 142px;
}
@media only screen and (min-width: 768px) {
  .section-payment-landing-new .unlimited-badge img {
    min-width: 182px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-payment-landing-new .unlimited-badge img {
    min-width: 220px;
  }
}
.section-404-soft {
  margin-top: 16px;
}
.section-404-soft .entire-music-industry {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px 16px;
  margin-top: 32px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .section-404-soft .entire-music-industry {
    padding: 40px;
  }
}
.section-404-soft .entire-music-industry > h1,
.section-404-soft .entire-music-industry > h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}
.section-404-soft .entire-music-industry .list-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  .section-404-soft .entire-music-industry .list-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px 24px;
  }
}
.section-404-soft .entire-music-industry .list-grid .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .section-404-soft .entire-music-industry .list-grid .item {
    width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 1024px) {
  .section-404-soft .entire-music-industry .list-grid .item {
    width: calc(33.33% - 16px);
  }
}
.section-404-soft .entire-music-industry .music-industry-feature {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  position: relative;
  padding-left: 64px;
}
.section-404-soft .entire-music-industry .music-industry-feature h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 8px;
}
.section-404-soft .entire-music-industry .music-industry-feature p {
  margin: 0;
  padding: 0;
}
.section-404-soft .entire-music-industry .music-industry-feature .music-industry-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-404-soft .entire-music-industry .music-industry-feature .music-industry-icon img {
  width: 100%;
}
.section-404-soft .uberlanding-404-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px auto;
}
.trending-chart-more-info-popup {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 8px 0 8px 8px;
  border-radius: 8px;
  background-color: #ffffff;
  position: absolute;
  left: calc(100% - 16px);
  top: -8px;
  z-index: 2;
  display: none;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  border-bottom: 1px solid #e8eced;
  padding-bottom: 4px;
  margin-right: 8px;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller-wrapper {
  position: relative;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller-wrapper:before,
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller-wrapper:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 4px;
  height: 8px;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller-wrapper:before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller-wrapper:after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller {
  overflow: hidden;
  overflow-y: auto;
  max-height: 150px;
  max-width: 200px;
  min-width: 200px;
  padding: 8px 8px 8px 0;
  position: relative;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.trending-chart-more-info-popup .trending-chart-more-info-popup-scroller::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.trending-chart-more-info-popup .entity {
  padding: 4px 0;
}
.trending-chart-more-info-popup .entity + .entity {
  border-top: 1px solid #e8eced;
}
.trending-chart-more-info-popup .entity.artist.small figure {
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.trending-chart-more-info-popup .entity.artist.small article {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  margin-left: 8px;
}
.gm-bundled-control > .gmnoprint {
  border-radius: 4px;
  overflow: hidden;
}
.gm-bundled-control .gm-control-active:disabled:hover img {
  -webkit-filter: grayscale(100%) brightness(150%) contrast(100%);
          filter: grayscale(100%) brightness(150%) contrast(100%);
}
.gm-bundled-control .gm-control-active:disabled img {
  -webkit-filter: grayscale(100%) brightness(150%) contrast(100%);
          filter: grayscale(100%) brightness(150%) contrast(100%);
}
.gm-bundled-control .gm-control-active:hover img {
  -webkit-filter: invert(58%) sepia(15%) saturate(4978%) hue-rotate(200deg) brightness(93%) contrast(91%);
          filter: invert(58%) sepia(15%) saturate(4978%) hue-rotate(200deg) brightness(93%) contrast(91%);
}
.gm-bundled-control .gm-control-active img {
  -webkit-filter: invert(42%) sepia(96%) saturate(395%) hue-rotate(191deg) brightness(82%) contrast(98%);
          filter: invert(42%) sepia(96%) saturate(395%) hue-rotate(191deg) brightness(82%) contrast(98%);
}
.list-demo-title {
  padding-top: 48px;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d2d2d1;
}
.list-demo-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: -12px;
}
.list-demo-cards .list-demo-card-item {
  padding: 12px;
}
.asense {
  pointer-events: none;
  cursor: default;
}
.asense.mt-24 {
  margin-top: 24px;
}
.asense.mt-56 {
  margin-top: 56px;
}
.asense.mb-24 {
  margin-bottom: 24px;
}
.asense.mb-56 {
  margin-bottom: 56px;
}
.asense.mt-80 {
  margin-top: 80px;
}
.asense.mt-80-tablet {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .asense.mt-80-tablet {
    margin-top: 80px;
  }
}
.asense.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
}
.asense.sticky-top-header {
  top: 60px;
}
.asense.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  bottom: 8px;
}
.asense .asense-container {
  pointer-events: all;
  cursor: pointer;
  width: 100%;
}
.asense .asense-threesome-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .asense .asense-threesome-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.asense .asense-threesome-grid .asense-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.asense-container.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.asense-container.margin-24-12-0-12 {
  margin: 24px 12px 0 12px;
}
.asense-section-blog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1199px) {
  .asense-section-blog-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    max-width: 1104px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1199px) {
  .asense-section-blog-grid .asense-section-blog-grid-main .landing-section .page {
    padding: 0;
    margin: 0;
  }
}
.asense-section-blog-grid .asense-section-blog-grid-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 16px;
}
@media only screen and (min-width: 768px) {
  .asense-section-blog-grid .asense-section-blog-grid-side {
    padding: 24px 40px;
    max-width: 352px;
  }
}
@media only screen and (min-width: 1199px) {
  .asense-section-blog-grid .asense-section-blog-grid-side {
    min-width: 240px;
    padding: 24px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }
}
.instantmatch-matched-sources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1199px) {
  .instantmatch-matched-sources {
    gap: 32px;
  }
}
.instantmatch-matched-sources .matched-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 12px;
  position: relative;
}
.instantmatch-matched-sources .matched-source.disabled {
  background-color: #efefef;
}
.instantmatch-matched-sources .matched-source.disabled .source-icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.instantmatch-matched-sources .matched-source.disabled:after {
  background-image: url('../images/svg/icon-uncheck-circle-big.svg');
}
.instantmatch-matched-sources .matched-source:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  position: absolute;
  background-size: 24px;
  width: 24px;
  height: 24px;
  right: -12px;
  bottom: -12px;
}
@media only screen and (min-width: 1199px) {
  .instantmatch-matched-sources .matched-source:after {
    background-size: 32px;
    width: 32px;
    height: 32px;
    right: -16px;
    bottom: -16px;
  }
}
.instantmatch-matched-sources .source-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
}
.instantmatch-matched-sources .progress-bar {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  padding: 24px;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.instantmatch-matched-sources .progress-txt {
  color: #707580;
}
.instantmatch-matched-sources .bar {
  border-radius: 8px;
  position: relative;
  width: 100%;
  height: 16px;
  overflow: hidden;
  background-color: #e8eced;
  outline: 1px solid #d5dde0;
  outline-offset: 1px;
}
.instantmatch-matched-sources .bar-value {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #4e63ce;
  border-radius: 8px;
}
/***************************************/
/* lottie test */
/***************************************/
.lottie-test-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lottie-test-nav buttton {
  margin: 0 10px;
}
.circular-wrapper {
  width: 50px;
  height: 50px;
}
.circular-wrapper svg {
  height: 50px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 50px;
}
.circular-wrapper .progress-bar__background {
  fill: none;
  stroke: #e2eff0;
  stroke-width: 1.8;
}
.circular-wrapper .progress-bar__progress {
  fill: none;
  stroke: #e2eff0;
  stroke: #78bec7;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1.8;
  -webkit-transition: stroke-dashoffset 1s ease-in-out;
  transition: stroke-dashoffset 1s ease-in-out;
}
.section-landing-built-for {
  -webkit-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for.top-features .landing-section-title + .feature-section {
    padding-top: 0;
  }
}
.section-landing-built-for.top-features .feature-section {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for.top-features .feature-section:first-child {
    padding-top: 0;
  }
}
.section-landing-built-for.top-features .feature-section-title {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for.top-features .feature + .feature {
    margin-top: 112px;
  }
}
.section-landing-built-for .features-navigation {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .features-navigation {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 1308px;
    padding: 0 40px;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1199px) {
  .section-landing-built-for .features-navigation {
    padding: 0 90px;
  }
}
.section-landing-built-for .features-navigation .features-navigation-btn {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 99px;
  pointer-events: none;
  cursor: default;
  line-height: 24px;
  font-weight: 500;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  z-index: 2;
  border: 1px solid #000000;
  margin-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .section-landing-built-for .features-navigation .features-navigation-btn {
    display: none;
  }
}
.section-landing-built-for .features-navigation .features-navigation-btn.active {
  color: #ffffff;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(1) {
  background-color: #4F4EEC;
  border-color: #4F4EEC;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(2) {
  background-color: #003386;
  border-color: #003386;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(3) {
  background-color: #FF657A;
  border-color: #FF657A;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(4) {
  background-color: #0A85FF;
  border-color: #0A85FF;
}
.section-landing-built-for .features-navigation .features-navigation-btn.active:nth-child(5) {
  background-color: #0000FF;
  border-color: #0000FF;
}
.section-landing-built-for .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
}
.section-landing-built-for .col-1 .feature-visual {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 .feature-visual {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-1 .feature {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;
    height: 100vh;
    min-height: 100vh;
  }
}
.section-landing-built-for .col-2 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 100vh;
  }
}
.section-landing-built-for .landing-section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-landing-built-for .landing-section-title {
    margin-bottom: 48px;
  }
}
.section-landing-built-for .landing-section-title + .features-navigation + .feature-section {
  padding-top: 0;
}
.section-landing-built-for .feature-section {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for .feature-section {
    background-color: #DDDEFF;
  }
  .section-landing-built-for .feature-section .feature-section-title {
    background-color: #4F4EEC;
  }
  .section-landing-built-for .feature-section + .feature-section {
    background-color: #D9ECF6;
  }
  .section-landing-built-for .feature-section + .feature-section .feature-section-title {
    background-color: #003386;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section {
    background-color: #EEE1FF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #FF657A;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section {
    background-color: #E4EFFF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #0A85FF;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section + .feature-section {
    background-color: #D4E3FD;
  }
  .section-landing-built-for .feature-section + .feature-section + .feature-section + .feature-section + .feature-section .feature-section-title {
    background-color: #0000FF;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section .page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-landing-built-for .feature-section-title {
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 99px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 24px;
  background-color: #4e63ce;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  z-index: 3;
  margin-left: 16px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-section-title {
    display: none;
  }
}
.section-landing-built-for .feature-section-title + .feature {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature {
    height: 100vh;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .section-landing-built-for .feature + .feature {
    margin-top: 80px;
  }
}
.section-landing-built-for .visuals {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.section-landing-built-for .visuals .feature-visual {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-landing-built-for .feature-visual {
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-visual {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100vh;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-landing-built-for .feature-visual.show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-landing-built-for .feature-visual.show .visual-addon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: feature-visual-addon 0.5s 0.3s ease-out forwards;
  animation: feature-visual-addon 0.5s 0.3s ease-out forwards;
}
.section-landing-built-for .feature-visual figure {
  position: relative;
}
.section-landing-built-for .feature-visual img {
  width: 100%;
}
.section-landing-built-for .feature-visual .visual-addon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.section-landing-built-for .feature-article {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-landing-built-for .feature-article {
    padding: 0 16px;
  }
}
.section-landing-built-for .feature-article h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  padding-bottom: 24px;
}
.section-landing-built-for .feature-article p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .feature-article p {
    font-weight: 300;
  }
}
.section-landing-built-for .feature-article a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-landing-built-for .feature-article a:hover,
.section-landing-built-for .feature-article a:active {
  color: #6889e2;
}
.section-landing-built-for .action {
  margin-top: 24px;
}
.section-landing-built-for .bullets {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 300;
}
.section-landing-built-for .bullets li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
  text-align: left;
}
.section-landing-built-for .bullets li:last-child {
  margin-bottom: 0;
}
.section-landing-built-for .bullets li:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/svg/icon-check-circle-big.svg');
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .actions {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    top: calc(50% + 376px);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-landing-built-for .actions .btn-get-started {
  margin-top: 78px;
}
@media only screen and (min-width: 1024px) {
  .section-landing-built-for .actions .btn-get-started {
    margin-top: 0;
  }
}
.refetch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 16px;
}
.pro-section {
  padding: 32px 0;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .pro-section {
    padding: 64px 0;
  }
}
.pro-section.transparent {
  padding: 48px 0;
}
@media only screen and (min-width: 768px) {
  .pro-section.transparent {
    padding: 64px 0;
  }
}
.pro-section.transparent + .transparent {
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section.transparent + .transparent {
    padding-top: 32px;
  }
}
.pro-section.transparent .pro-section-content-side-filter .tag-timeframe:not(.active),
.pro-section.transparent .pro-section-content-side-filter .tag-timeframe:disabled:not(.active) {
  background-color: transparent;
}
.pro-section.blue-grey {
  position: relative;
  background-color: #e8eced;
}
@media only screen and (min-width: 1127px) {
  .pro-section.blue-grey.narrow-content:before {
    right: calc(0% - (100vw - 1128px));
  }
}
.pro-section.blue-grey:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  background-color: #e8eced;
  left: -12px;
  right: calc(0% - 12px);
}
@media only screen and (min-width: 768px) {
  .pro-section.blue-grey:before {
    left: -2000px;
  }
}
@media only screen and (min-width: 1471px) {
  .pro-section.blue-grey:before {
    right: calc(0% - (100vw - 1472px));
  }
}
.pro-section.blue-grey-dark {
  position: relative;
  background-color: #a0aeb4;
}
@media only screen and (min-width: 1127px) {
  .pro-section.blue-grey-dark.narrow-content:before {
    right: calc(0% - (100vw - 1128px));
  }
}
.pro-section.blue-grey-dark:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  background-color: #a0aeb4;
  left: -12px;
  right: calc(0% - 12px);
}
@media only screen and (min-width: 768px) {
  .pro-section.blue-grey-dark:before {
    left: -2000px;
  }
}
@media only screen and (min-width: 1471px) {
  .pro-section.blue-grey-dark:before {
    right: calc(0% - (100vw - 1472px));
  }
}
.pro-section.blue-grey-dark .pro-section-header.side-header h2 {
  color: #ffffff;
}
.pro-section.blue-grey-dark .pro-section-header.side-header h2:before {
  background: #ffffff;
}
.pro-section.no-padding-bottom {
  padding-bottom: 0;
}
.pro-section.alt-pro-content .pro-section-header {
  padding: 0 8px 16px 24px;
}
@media only screen and (min-width: 768px) {
  .pro-section.alt-pro-content .pro-section-header.side-header h2 + small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}
.pro-section.alt-pro-content .pro-section-header.side-header .featured-playlist {
  margin-top: 24px;
}
.pro-section.alt-pro-content .pro-section-header.side-header .featured-playlist h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-section.alt-pro-content .pro-section-header.side-header .featured-playlist h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.pro-section.alt-pro-content .pro-section-header .row {
  margin-bottom: 0;
}
.pro-section.alt-pro-content .pro-section-header h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .pro-section.alt-pro-content .pro-section-header h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    font-weight: 500;
  }
}
.pro-section.alt-pro-content .pro-section-header h2.channel {
  padding-left: 24px;
}
.pro-section.alt-pro-content .pro-section-header h2.channel:before {
  width: 24px;
  height: 24px;
  background-size: 16px;
  background-position: left center;
}
@media only screen and (min-width: 768px) {
  .pro-section.alt-pro-content .pro-section-header h2.channel:before {
    background-size: 16px;
    height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.alt-pro-content .pro-section-header h2 small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-header {
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header.side-header .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  .pro-section .pro-section-header.side-header .row .edit-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pro-section .pro-section-header.side-header h2 {
  padding-bottom: 16px;
}
.pro-section .pro-section-header.side-header h2:before {
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 48px;
  background: #ff1f43;
}
.pro-section .pro-section-header.side-header h2 + small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  font-weight: 400;
  vertical-align: bottom;
  line-height: 18px;
  display: block;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header.side-header h2 + small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
  }
}
.pro-section .pro-section-header.no-dash h2:before {
  content: none;
}
.pro-section .pro-section-header.grey h2 {
  color: #707580;
}
.pro-section .pro-section-header .right .edit-actions {
  margin-right: -16px;
}
.pro-section .pro-section-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header .row {
    margin-bottom: 32px;
  }
}
.pro-section .pro-section-header .row .left {
  padding-right: 12px;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header .row .left {
    padding-right: 24px;
  }
}
.pro-section .pro-section-header .row .right {
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .pro-section .pro-section-header .row .right {
    margin-right: 16px;
  }
}
.pro-section .pro-section-header h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  font-weight: 600;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.pro-section .pro-section-header h2.channel {
  padding-left: 40px;
}
.pro-section .pro-section-header h2.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-section .pro-section-header h2.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-section .pro-section-header h2.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-section .pro-section-header h2.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-section .pro-section-header h2.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-section .pro-section-header h2.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-section .pro-section-header h2.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-section .pro-section-header h2.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-section .pro-section-header h2.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-section .pro-section-header h2.channel.beatport:before {
  background-image: url('../images/svg/beatport-square.svg');
}
.pro-section .pro-section-header h2.channel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header h2.channel:before {
    background-size: 24px;
    height: 34px;
  }
}
.pro-section .pro-section-header h2 small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  font-weight: 400;
  vertical-align: baseline;
  line-height: 18px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .pro-section .pro-section-header h2 small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section .pro-section-header h2 small {
    padding-left: 8px;
    display: inline;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section .pro-section-footer {
    margin-right: 16px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content {
    position: relative;
    z-index: 1;
  }
}
.pro-section .pro-section-content.loading.relative:before {
  min-height: 40px;
}
.pro-section .pro-section-list-entities .item {
  padding-top: 8px;
}
.pro-section .pro-section-list-entities .item:first-child {
  padding-top: 0;
}
.pro-section .pro-section-list-entities .entity-list-item-v2 {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 12px 0;
}
.pro-section .pro-section-list-entities-footer {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .pro-section .pro-section-list-entities-footer {
    margin-left: 8px;
    margin-right: 16px;
  }
}
.pro-section .pro-section-list-entities-footer .btn-text {
  letter-spacing: 2px;
  font-weight: 500;
}
.pro-section .pro-section-list-entities-footer .btn-txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.pro-section .pro-section-list-entities-footer .btn-solid {
  font-size: 10px;
  font-size: 1rem;
  border-width: 1px;
  padding: 4px 24px;
  min-width: 0;
}
.pro-section .pro-section-list-entities-footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-section .pro-section-content-side-filter {
  position: relative;
}
.pro-section .pro-section-content-side-filter.open .pro-section-content-side-filter-selected:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.pro-section .pro-section-content-side-filter .pro-section-content-side-filter-selected {
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #4e63ce;
  text-transform: capitalize;
  padding-right: 12px;
  text-align: right;
  position: relative;
  line-height: 1;
  z-index: 1;
  margin: 0 8px;
  cursor: pointer;
  max-width: 200px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-section-content-side-filter-selected {
    display: none;
  }
}
.pro-section .pro-section-content-side-filter .pro-section-content-side-filter-selected:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  background: none;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #4e63ce;
  margin-top: -3px;
}
.pro-section .pro-section-content-side-filter .pro-section-content-side-filter-selected sup {
  vertical-align: middle;
}
.pro-section .pro-section-content-side-filter .pro-section-content-side-filter-options {
  font-size: 0px;
  font-size: 0rem;
}
.pro-section .pro-section-content-side-filter .pro-section-content-side-filter-options.open {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-section-content-side-filter-options {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    top: -12px;
    right: 0px;
    background-color: #ffffff;
    z-index: 0;
    padding: 36px 20px 12px 12px;
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-section-content-side-filter-options {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-section-content-side-filter-options:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: 34px;
    display: inline-block;
    left: 12px;
    z-index: 1;
    right: 12px;
    height: 1px;
    background-color: #4e63ce;
  }
}
.pro-section .pro-section-content-side-filter .pro-tag {
  margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    color: #000000;
    display: block;
    text-align: right;
    width: 100%;
    max-width: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe.active {
    background-color: transparent;
    color: #4e63ce;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe.active:hover,
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe.active:active {
    background-color: transparent;
    color: #4e63ce;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe:hover,
  .pro-section .pro-section-content-side-filter .pro-tag.tag-timeframe:active {
    background-color: transparent;
    color: #4e63ce;
  }
}
.pro-section.pro-section-paywall {
  padding-top: 8px;
}
.pro-section.pro-section-lineup.lineup-artist-performing .swiper-wrapper {
  margin-bottom: -15px;
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-lineup.lineup-hottest-venues {
    display: none;
  }
}
.pro-section.pro-section-lineup.lineup-hottest-venues .list-entities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-section.pro-section-lineup.lineup-hottest-venues .list-entities .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-lineup.lineup-hottest-venues .list-entities .item {
    width: 33.33%;
  }
}
.pro-section.pro-section-lineup.lineup-hottest-venues .pro-entity-card .tags {
  overflow: hidden;
  height: 31px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-lineup .mobile-only {
    display: none;
  }
}
.pro-section.pro-section-lineup .tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-lineup .tablet-forward {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-lineup .pro-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-lineup .pro-section-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pro-section.pro-section-lineup .pro-section-content.loading:before {
  top: -10px;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-lineup .pro-section-content > .button.secondary {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-lineup .pro-section-list-entities-footer {
    display: none;
  }
}
.pro-section.pro-section-lineup .lineup-genre-selection {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-lineup .lineup-genre-selection {
    display: block;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-lineup .lineup-genre-selection {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.pro-section.pro-section-lineup .lineup-genre-selection .btn-genre-selection {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  color: #a0aeb4;
  white-space: nowrap;
  margin-right: 16px;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-lineup .lineup-genre-selection .btn-genre-selection {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.pro-section.pro-section-lineup .lineup-genre-selection .btn-genre-selection.active,
.pro-section.pro-section-lineup .lineup-genre-selection .btn-genre-selection:hover,
.pro-section.pro-section-lineup .lineup-genre-selection .btn-genre-selection:active {
  color: #000000;
}
.pro-section.pro-section-lineup .lineup-genre-selection .btn-genre-selection sup {
  line-height: 1;
  vertical-align: 5px;
  margin-left: 4px;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-lineup .lineup-wrapper {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    padding-left: 24px;
  }
}
.pro-section.pro-section-lineup .lineup-wrapper .sorted-by {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  line-height: 16px;
  /*@media @bp_1024 {
					margin-top: -70px;
					padding-bottom: 34px;
				}*/
}
.pro-section.pro-section-lineup .lineup-wrapper .sorted-by .icon {
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-lineup .lineup-wrapper .pro-section-swiper.swiper-main.hide-pagination .swiper-button-prev {
    left: 16px;
    bottom: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-lineup .lineup-wrapper .pro-section-swiper.swiper-main.hide-pagination .swiper-button-next {
    left: 56px;
    bottom: 8px;
  }
}
.pro-section.pro-section-lineup .lineup-wrapper .pro-section-swiper .swiper-container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-lineup .lineup-wrapper .pro-section-swiper .swiper-container {
    padding-bottom: 56px;
  }
}
.pro-section.pro-section-lineup .lineup-wrapper .pro-section-swiper .swiper-slide {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.pro-section.pro-section-lineup .list-entities {
  margin-top: 8px;
  width: 100%;
}
.pro-section.pro-section-lineup .list-entities .item {
  margin-bottom: 8px;
}
.pro-section.pro-section-lineup .list-entities .item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .pro-section.pro-section-lineup .entity-list-item-v2 {
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .pro-section.pro-section-lineup .entity-list-item-v2:before,
  .pro-section.pro-section-lineup .entity-list-item-v2:after {
    content: none;
  }
  .pro-section.pro-section-lineup .entity-list-item-v2 figure {
    position: absolute;
    left: 16px;
    top: 8px;
    width: 72px;
    height: 72px;
  }
  .pro-section.pro-section-lineup .entity-list-item-v2 article {
    padding-left: 88px;
    padding-right: 50px;
  }
  .pro-section.pro-section-lineup .entity-list-item-v2 .column-secondary {
    padding-left: 88px;
  }
  .pro-section.pro-section-lineup .entity-list-item-v2 .tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .pro-section.pro-section-lineup .entity-list-item-v2 .pro-tag {
    font-size: 8px;
    font-size: 0.8rem;
    border-radius: 8px;
    height: 16px;
    margin: 2px;
  }
  .pro-section.pro-section-lineup .entity-list-item-v2 .pro-tag:first-child {
    margin-left: 0;
  }
  .pro-section.pro-section-lineup .entity-list-item-v2 .actions {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -8px;
  }
  .pro-section.pro-section-lineup .entity-list-item-v2 .actions .btn-play-track {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
.pro-section.pro-section-lineup .entity-list-item-v2 .actions {
  min-width: 24px;
}
.pro-section.pro-section-lineup .pro-section-swiper .swiper-slide {
  width: 100%;
}
.pro-section.pro-section-lineup .pro-entity-card {
  margin-bottom: 15px;
}
.pro-section.pro-section-lineup .btn.pro-tag.tag-timeframe:not(.active) {
  background-color: transparent;
}
.pro-section.pro-section-performing-artists .pro-card-featured {
  margin-bottom: 32px;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-performing-artists .pro-card-featured {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-performing-artists .pro-card-featured > figure {
    padding: 0;
    width: 208px;
    min-height: 208px;
    min-width: 208px;
    max-height: 208px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-performing-artists .pro-card-featured > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 24px;
  }
}
.pro-section.pro-section-performing-artists .pro-card-featured .entity-info {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-performing-artists .pro-card-featured .entity-info {
    margin-top: 0;
  }
}
.pro-section.pro-section-performing-artists .pro-card-featured .entity-info h3 {
  font-size: 15px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-performing-artists .pro-card-featured .entity-info h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-section.pro-section-performing-artists .pro-card-featured .entity-info h3 a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-section.pro-section-performing-artists .pro-card-featured .mini-badges {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  height: auto;
}
.pro-section.pro-section-performing-artists .pro-card-featured .songs {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-performing-artists .pro-card-featured .songs {
    margin-top: 32px;
  }
}
.pro-section.pro-section-performing-artists .pro-card-featured .song {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.pro-section.pro-section-performing-artists .pro-card-featured .song:last-child {
  margin-bottom: 0;
}
.pro-section.pro-section-performing-artists .pro-card-featured .song .btn-play-track {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
.pro-section.pro-section-performing-artists .pro-card-featured .song .song-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pro-section.pro-section-performing-artists .pro-card-featured .song .song-title h3 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-performing-artists .pro-card-featured .song .song-title h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.pro-section.pro-section-performing-artists .pro-card-featured .song .song-artists {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  margin-left: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-performing-artists .pro-card-featured .song .song-artists {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pro-section.pro-section-performing-artists .list-entities {
  width: 100%;
}
.pro-section.pro-section-performing-artists .list-entities .item {
  margin-bottom: 8px;
}
.pro-section.pro-section-performing-artists .list-entities .item:last-child {
  margin-bottom: 0;
}
.pro-section.pro-section-performing-artists .entity-list-item-v2 {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1024px) {
  .pro-section.pro-section-performing-artists .entity-list-item-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    height: 64px;
  }
  .pro-section.pro-section-performing-artists .entity-list-item-v2:before,
  .pro-section.pro-section-performing-artists .entity-list-item-v2:after {
    content: none;
  }
  .pro-section.pro-section-performing-artists .entity-list-item-v2 figure {
    position: absolute;
    left: 16px;
    top: 8px;
    width: 72px;
    height: 72px;
  }
  .pro-section.pro-section-performing-artists .entity-list-item-v2 article {
    padding-left: 72px;
    padding-right: 50px;
  }
  .pro-section.pro-section-performing-artists .entity-list-item-v2 .column-secondary {
    padding-left: 72px;
  }
  .pro-section.pro-section-performing-artists .entity-list-item-v2 .tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -2px;
    margin-bottom: -2px;
    height: auto;
    padding-right: 20px;
    height: 16px;
    overflow: hidden;
  }
  .pro-section.pro-section-performing-artists .entity-list-item-v2 .pro-tag {
    font-size: 8px;
    font-size: 0.8rem;
    border-radius: 8px;
    height: 16px;
    margin: 2px;
  }
  .pro-section.pro-section-performing-artists .entity-list-item-v2 .pro-tag:first-child {
    margin-left: 0;
  }
  .pro-section.pro-section-performing-artists .entity-list-item-v2 .actions {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -8px;
  }
  .pro-section.pro-section-performing-artists .entity-list-item-v2 .actions .btn-play-track {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
.pro-section.pro-section-performing-artists .entity-list-item-v2 .actions {
  min-width: 24px;
}
.pro-section.pro-section-event-base-info {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.pro-section.pro-section-event-base-info.past .event-base-info article h3,
.pro-section.pro-section-event-base-info.past .event-base-info article h1 {
  color: #707580;
}
.pro-section.pro-section-event-base-info.past .event-base-info .tags .pro-tag {
  color: #707580;
}
.pro-section.pro-section-event-base-info.past .event-base-additional-info {
  color: #707580;
}
.pro-section.pro-section-event-base-info.past .event-base-additional-info .icon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.pro-section.pro-section-event-base-info .event-base-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-event-base-info .event-base-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pro-section.pro-section-event-base-info .event-base-info .pro-event-date-calendar {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  min-width: 88px;
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-event-base-info .event-base-info .pro-event-date-calendar {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
  .pro-section.pro-section-event-base-info .event-base-info .pro-event-date-calendar .day {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
  .pro-section.pro-section-event-base-info .event-base-info .pro-event-date-calendar .year {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
  }
  .pro-section.pro-section-event-base-info .event-base-info .pro-event-date-calendar .month {
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    font-weight: 400;
  }
}
.pro-section.pro-section-event-base-info .event-base-info article {
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justif-content: center;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-event-base-info .event-base-info article {
    padding-left: 40px;
  }
}
.pro-section.pro-section-event-base-info .event-base-info article h3,
.pro-section.pro-section-event-base-info .event-base-info article h1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-event-base-info .event-base-info article h3,
  .pro-section.pro-section-event-base-info .event-base-info article h1 {
    font-size: 32px;
    font-size: 3.2rem;
    height: 34px;
  }
}
.pro-section.pro-section-event-base-info .event-base-info .tags {
  padding-top: 10px;
  margin: -3px;
}
.pro-section.pro-section-event-base-info .event-base-info .tags .pro-tag {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  margin: 3px;
}
.pro-section.pro-section-event-base-info .event-base-additional-info {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  background-color: #ffffff;
  padding: 12px;
  margin-top: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-event-base-info .event-base-additional-info {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 64px 32px 32px;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-event-base-info .event-base-additional-info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.pro-section.pro-section-event-base-info .event-base-additional-info.rounded {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.pro-section.pro-section-event-base-info .event-base-additional-info.no-padding {
  padding: 0;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .row + .row {
  margin-top: 12px;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-event-base-info .event-base-additional-info .col {
    padding: 16px;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-event-base-info .event-base-additional-info .col {
    padding: 0 16px;
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-event-base-info .event-base-additional-info .col:first-child {
    padding-top: 0;
  }
}
.pro-section.pro-section-event-base-info .event-base-additional-info .icon {
  line-height: 1;
  width: 16px;
  text-align: center;
  margin-top: 3px;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .txt {
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .txt .pro-tag {
  margin-left: 8px;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .txt .city {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  vertical-align: baseline;
  display: inline;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .tags {
  padding-left: 16px;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .tags .pro-tag {
  margin-right: 6px;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .tags .pro-tag:last-child {
  margin-right: 0;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .ticket-links {
  padding-left: 24px;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .ticket-links a {
  color: #4e63ce;
}
.pro-section.pro-section-event-base-info .event-base-additional-info .pro-more-actions {
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-event-base-info .event-base-additional-info .pro-more-actions .more-actions-container {
    right: -8px;
    left: auto;
  }
}
.pro-section.pro-section-entity-playlist.pro-section-side-title .featured-playlist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pro-section.pro-section-entity-playlist.pro-section-side-title .featured-playlist figure {
  width: 168px;
  height: 168px;
  min-width: 168px;
}
.pro-section.pro-section-entity-playlist.pro-section-side-title .featured-playlist article {
  padding-left: 0;
  padding-top: 16px;
}
.pro-section.pro-section-entity-playlist.pro-section-side-title .featured-playlist article h3 {
  display: block;
}
.pro-section.pro-section-entity-playlist.pro-section-side-title .featured-playlist article h3 em {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.pro-section.pro-section-entity-playlist.pro-section-side-title .featured-playlist article .stats {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-entity-playlist.pro-section-side-title .featured-playlist-tracks {
    margin-top: 0;
  }
}
.pro-section.pro-section-entity-playlist .featured-playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-section.pro-section-entity-playlist .featured-playlist figure {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border: 1px solid #e8eced;
  width: 70px;
  height: 70px;
  min-width: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-entity-playlist .featured-playlist figure {
    width: 112px;
    height: 112px;
    min-width: 112px;
  }
}
.pro-section.pro-section-entity-playlist .featured-playlist article {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-entity-playlist .featured-playlist article {
    padding-left: 24px;
  }
}
.pro-section.pro-section-entity-playlist .featured-playlist article h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-entity-playlist .featured-playlist article h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-section.pro-section-entity-playlist .featured-playlist article .stats {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-entity-playlist .featured-playlist article .stats {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.pro-section.pro-section-entity-playlist .featured-playlist article .stats .icon {
  margin-right: 10px;
}
.pro-section.pro-section-entity-playlist .featured-playlist article .stats strong {
  font-weight: 500;
  color: #000000;
  margin-right: 4px;
  display: inline-block;
}
.pro-section.pro-section-entity-playlist .featured-playlist-tracks {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border: 1px solid #e8eced;
  background-color: #ffffff;
  padding: 8px;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-entity-playlist .featured-playlist-tracks {
    max-height: 424px;
    margin-top: 24px;
    overflow: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pro-section.pro-section-entity-playlist .featured-playlist-tracks::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.pro-section.pro-section-entity-playlist .featured-playlist-tracks::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.pro-section.pro-section-entity-playlist .featured-playlist-tracks::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.pro-section.pro-section-entity-playlist .tracks-table {
  font-size: 10px;
  font-size: 1rem;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-entity-playlist .tracks-table {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-entity-playlist .tracks-table tr {
    display: none;
  }
  .pro-section.pro-section-entity-playlist .tracks-table tr:nth-child(1),
  .pro-section.pro-section-entity-playlist .tracks-table tr:nth-child(2),
  .pro-section.pro-section-entity-playlist .tracks-table tr:nth-child(3),
  .pro-section.pro-section-entity-playlist .tracks-table tr:nth-child(4),
  .pro-section.pro-section-entity-playlist .tracks-table tr:nth-child(5) {
    display: table-row;
  }
  .pro-section.pro-section-entity-playlist .tracks-table tr:nth-child(5) td {
    border-bottom: 0;
  }
}
.pro-section.pro-section-entity-playlist .tracks-table tr:last-child td {
  border-bottom: 0;
}
.pro-section.pro-section-entity-playlist .tracks-table td {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 6px;
  border-bottom: 1px solid #e8eced;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-entity-playlist .tracks-table td {
    padding: 8px 12px;
  }
}
.pro-section.pro-section-entity-playlist .tracks-table td:first-child {
  color: #707580;
  text-align: center;
  width: 28px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-entity-playlist .card-micro h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: 500;
    padding-right: 24px;
    width: 50%;
    min-width: 50%;
  }
}
.pro-section.pro-section-entity-playlist .card-micro figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-section.pro-section-entity-playlist .card-micro article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-right: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-entity-playlist .card-micro article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
  }
}
.pro-section.pro-section-entity-playlist .card-micro .artists {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-entity-playlist .card-micro .artists {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-entity-playlist .card-micro .btn-play-track {
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }
}
.pro-section.pro-section-festival-amenities.alt-pro-content h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  color: #707580;
  margin-left: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-festival-amenities.alt-pro-content h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-festival-amenities.alt-pro-content .list-amenities {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-festival-amenities.alt-pro-content .accommodation-embed {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-festival-amenities .pro-section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-festival-amenities .pro-section-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-festival-amenities .amenities {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.pro-section.pro-section-festival-amenities .amenities + .stay-map {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-festival-amenities .amenities + .stay-map {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-festival-amenities .stay-map {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pro-section.pro-section-festival-amenities .accommodation-embed {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-festival-amenities .accommodation-embed {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.pro-section.pro-section-festival-amenities .list-amenities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 480px) {
  .pro-section.pro-section-festival-amenities .list-amenities {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.pro-section.pro-section-festival-amenities .list-amenities li {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  display: none;
  width: 50%;
}
@media only screen and (min-width: 480px) {
  .pro-section.pro-section-festival-amenities .list-amenities li {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-festival-amenities .list-amenities li {
    width: 33.33%;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-festival-amenities .list-amenities li {
    width: 50%;
    float: left;
  }
}
.pro-section.pro-section-festival-amenities .list-amenities li.active {
  display: block;
}
.pro-section.pro-section-festival-amenities .amenity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 25px;
  display: block;
}
.pro-section.pro-section-festival-amenities .amenity.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-section.pro-section-festival-amenities .amenity.cashless,
.pro-section.pro-section-festival-amenities .amenity.amenity-1 {
  background-image: url('../images/svg/cashless.svg');
}
.pro-section.pro-section-festival-amenities .amenity.creditcard,
.pro-section.pro-section-festival-amenities .amenity.amenity-2 {
  background-image: url('../images/svg/credit-card.svg');
}
.pro-section.pro-section-festival-amenities .amenity.smoking,
.pro-section.pro-section-festival-amenities .amenity.amenity-7 {
  background-image: url('../images/svg/smoking.svg');
}
.pro-section.pro-section-festival-amenities .amenity.atm,
.pro-section.pro-section-festival-amenities .amenity.amenity-4 {
  background-image: url('../images/svg/atm.svg');
}
.pro-section.pro-section-festival-amenities .amenity.bike,
.pro-section.pro-section-festival-amenities .amenity.amenity-19 {
  background-image: url('../images/svg/bike-rentals.svg');
}
.pro-section.pro-section-festival-amenities .amenity.cash,
.pro-section.pro-section-festival-amenities .amenity.amenity-3 {
  background-image: url('../images/svg/cash-only.svg');
}
.pro-section.pro-section-festival-amenities .amenity.firstaid,
.pro-section.pro-section-festival-amenities .amenity.amenity-9 {
  background-image: url('../images/svg/first-aid.svg');
}
.pro-section.pro-section-festival-amenities .amenity.food,
.pro-section.pro-section-festival-amenities .amenity.amenity-16 {
  background-image: url('../images/svg/food-court.svg');
}
.pro-section.pro-section-festival-amenities .amenity.grocery,
.pro-section.pro-section-festival-amenities .amenity.amenity-15 {
  background-image: url('../images/svg/grocery.svg');
}
.pro-section.pro-section-festival-amenities .amenity.info,
.pro-section.pro-section-festival-amenities .amenity.amenity-18 {
  background-image: url('../images/svg/info-desk.svg');
}
.pro-section.pro-section-festival-amenities .amenity.laundry,
.pro-section.pro-section-festival-amenities .amenity.amenity-13 {
  background-image: url('../images/svg/laundry.svg');
}
.pro-section.pro-section-festival-amenities .amenity.lockers,
.pro-section.pro-section-festival-amenities .amenity.amenity-5 {
  background-image: url('../images/svg/locker.svg');
}
.pro-section.pro-section-festival-amenities .amenity.lostandfound,
.pro-section.pro-section-festival-amenities .amenity.amenity-12 {
  background-image: url('../images/svg/lost-found.svg');
}
.pro-section.pro-section-festival-amenities .amenity.mobile,
.pro-section.pro-section-festival-amenities .amenity.amenity-6 {
  background-image: url('../images/svg/mobile-charging.svg');
}
.pro-section.pro-section-festival-amenities .amenity.parking,
.pro-section.pro-section-festival-amenities .amenity.amenity-8 {
  background-image: url('../images/svg/parking.svg');
}
.pro-section.pro-section-festival-amenities .amenity.wifi,
.pro-section.pro-section-festival-amenities .amenity.amenity-14 {
  background-image: url('../images/svg/wi-fi.svg');
}
.pro-section.pro-section-festival-amenities .amenity.showers,
.pro-section.pro-section-festival-amenities .amenity.amenity-11 {
  background-image: url('../images/svg/showers.svg');
}
.pro-section.pro-section-festival-amenities .amenity.shuttle,
.pro-section.pro-section-festival-amenities .amenity.amenity-10 {
  background-image: url('../images/svg/shuttle-service.svg');
}
.pro-section.pro-section-festival-amenities .amenity.water,
.pro-section.pro-section-festival-amenities .amenity.amenity-17 {
  background-image: url('../images/svg/water-station.svg');
}
.pro-section.pro-section-festival-amenities .amenity.toilets,
.pro-section.pro-section-festival-amenities .amenity.amenity-22 {
  background-size: 16px;
  background-image: url('../images/svg/toilets.svg');
}
.pro-section.pro-section-festival-amenities .amenity.wheelchair,
.pro-section.pro-section-festival-amenities .amenity.amenity-20 {
  background-size: 16px;
  background-image: url('../images/svg/wheelchair.svg');
}
.pro-section.pro-section-festival-amenities .amenity.vegan,
.pro-section.pro-section-festival-amenities .amenity.amenity-21 {
  background-size: 20px;
  background-image: url('../images/svg/vegan.svg');
}
.pro-section.pro-section-festival-amenities h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-festival-amenities h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    padding-bottom: 32px;
  }
}
.pro-section.pro-section-channel-top-tracks .swiper-container {
  pointer-events: none;
  cursor: default;
}
.pro-section.pro-section-channel-top-tracks .swiper-container .swiper-wrapper,
.pro-section.pro-section-channel-top-tracks .swiper-container .swiper-pagination,
.pro-section.pro-section-channel-top-tracks .swiper-container .swiper-button-prev,
.pro-section.pro-section-channel-top-tracks .swiper-container .swiper-button-next {
  pointer-events: all;
}
.pro-section.pro-section-channel-top-tracks .pro-section-list-entities-footer {
  pointer-events: none;
  cursor: default;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-channel-top-tracks .pro-section-list-entities-footer {
    margin-top: -50px;
  }
}
.pro-section.pro-section-channel-top-tracks .pro-section-list-entities-footer .right * {
  pointer-events: all;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-side-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-side-title .pro-section-header {
    width: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-side-title .pro-section-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    margin-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-videos .pro-section-swiper .swiper-slide {
    min-width: 260px;
    width: 260px;
  }
}
.pro-section.pro-section-videos .artist-video-details {
  padding: 0 8px 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-section.pro-section-videos .artist-video-details figure {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px;
  max-width: 32px;
  background-size: cover;
}
.pro-section.pro-section-videos .artist-video-details article {
  color: #000000;
  padding-left: 8px;
}
.pro-section.pro-section-videos .artist-video-details article h3 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
}
.pro-section.pro-section-videos .artist-video-details article .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 4px;
  vertical-align: bottom;
}
.pro-section.pro-section-videos .artist-video-details article .artist-info {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
  color: #707580;
}
.pro-section.pro-section-future-and-past-events .entity-list-item-v2 .entity h3 {
  min-height: 23px;
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .entity h3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .entity h3 {
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .entity h3 a {
    line-height: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .entity h3 a {
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .entity .artist {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .entity .artist {
    margin-top: 1px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .entity .artist {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.pro-section.pro-section-future-and-past-events .entity-list-item-v2 .column-primary {
  padding-left: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .column-primary {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .column-secondary {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .column-secondary {
    border-top: 1px solid #E8ECED;
    margin-top: 12px;
    padding-top: 8px;
    padding-left: 104px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .column-secondary {
    padding-left: 0;
  }
}
.pro-section.pro-section-future-and-past-events .entity-list-item-v2 .column-secondary .event-location-info .event-venue {
  margin-top: 5px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .tags {
    min-width: 180px;
    max-width: 180px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-future-and-past-events .entity-list-item-v2 .tags {
    min-width: 240px;
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-future-and-past-events .pro-event-date-calendar {
    width: 46px;
    height: 46px;
  }
  .pro-section.pro-section-future-and-past-events .pro-event-date-calendar .day {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
  }
  .pro-section.pro-section-future-and-past-events .pro-event-date-calendar .year {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
  }
  .pro-section.pro-section-future-and-past-events .pro-event-date-calendar .month {
    font-size: 10px;
    font-size: 1rem;
    line-height: 14px;
  }
}
.pro-section.pro-section-future-and-past-events .pro-section-list-entities + .button.secondary {
  margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
  .pro-section.pro-section-future-and-past-events .pro-section-list-entities-footer .right {
    display: none;
  }
}
.pro-section.pro-section-appears-on-charts.artist-new {
  margin-top: 32px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts.artist-new {
    margin: 0px;
  }
}
.pro-section.pro-section-appears-on-charts.artist-new .item {
  padding: 8px !important;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-appears-on-charts.max-3 .list-charts .item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .list-charts {
    margin: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.pro-section.pro-section-appears-on-charts .list-charts .item {
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .list-charts .item {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    width: 50%;
  }
}
@media only screen and (min-width: 1279px) {
  .pro-section.pro-section-appears-on-charts .list-charts .item {
    width: 25%;
  }
}
.pro-section.pro-section-appears-on-charts .list-charts .item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .list-charts .item:first-child {
    padding-top: 12px;
  }
}
.pro-section.pro-section-appears-on-charts .list-charts .item > a {
  width: 100%;
}
.pro-section.pro-section-appears-on-charts .chart-square {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px;
    height: 100%;
    min-height: 232px;
  }
}
@media only screen and (min-width: 1399px) {
  .pro-section.pro-section-appears-on-charts .chart-square {
    padding: 24px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square.rounded {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square.rounded:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.pro-section.pro-section-appears-on-charts .chart-square.instagram {
  background-color: #d372a8;
}
.pro-section.pro-section-appears-on-charts .chart-square.instagram .icon.icon-channel {
  background-color: #ffffff;
}
.pro-section.pro-section-appears-on-charts .chart-square.instagram .icon.icon-channel img {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square.instagram .icon.icon-channel img {
    width: 26px;
    height: 26px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square.viberate {
  background-color: #ff627b;
}
.pro-section.pro-section-appears-on-charts .chart-square.viberate .icon.icon-channel {
  background-color: #ff1e43;
}
.pro-section.pro-section-appears-on-charts .chart-square.viberate .icon.icon-channel img {
  width: 22px;
  height: 22px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square.viberate .icon.icon-channel img {
    width: 32px;
    height: 32px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square.twitter {
  background-color: #4cc4f3;
}
.pro-section.pro-section-appears-on-charts .chart-square.twitter .icon.icon-channel {
  background-color: #ffffff;
}
.pro-section.pro-section-appears-on-charts .chart-square.twitter .icon.icon-channel img {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square.twitter .icon.icon-channel img {
    width: 26px;
    height: 26px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square.tiktok {
  background-color: #76e5ec;
}
.pro-section.pro-section-appears-on-charts .chart-square.tiktok .icon.icon-channel {
  background-color: #ffffff;
}
.pro-section.pro-section-appears-on-charts .chart-square.tiktok .icon.icon-channel img {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square.tiktok .icon.icon-channel img {
    width: 26px;
    height: 26px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square.soundcloud {
  background-color: #ff924c;
}
.pro-section.pro-section-appears-on-charts .chart-square.soundcloud .icon-channel {
  background-color: #ffffff;
}
.pro-section.pro-section-appears-on-charts .chart-square.youtube {
  background-color: #ff4c4c;
}
.pro-section.pro-section-appears-on-charts .chart-square.youtube .icon.icon-channel {
  background-color: #ffffff;
}
.pro-section.pro-section-appears-on-charts .chart-square.youtube .icon.icon-channel img {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square.youtube .icon.icon-channel img {
    width: 26px;
    height: 26px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square.bandsintown {
  background-color: #4ccac9;
}
.pro-section.pro-section-appears-on-charts .chart-square.bandsintown .icon.icon-channel {
  background-color: #ffffff;
}
.pro-section.pro-section-appears-on-charts .chart-square.bandsintown .icon.icon-channel img {
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square.bandsintown .icon.icon-channel img {
    width: 20px;
    height: 20px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square.shazam {
  background-color: #6488ff;
}
.pro-section.pro-section-appears-on-charts .chart-square.spotify {
  background-color: #60ce87;
}
.pro-section.pro-section-appears-on-charts .chart-square.spotify .icon-channel {
  background-color: #ffffff;
}
.pro-section.pro-section-appears-on-charts .chart-square.deezer {
  background-color: #b97eec;
}
.pro-section.pro-section-appears-on-charts .chart-square.deezer .icon.icon-channel {
  background-color: #ffffff;
}
.pro-section.pro-section-appears-on-charts .chart-square.deezer .icon.icon-channel img {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square.deezer .icon.icon-channel img {
    width: 26px;
    height: 26px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square.beatport {
  background-color: #4dedb6;
}
.pro-section.pro-section-appears-on-charts .chart-square a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-section.pro-section-appears-on-charts .chart-square .chart-square-title {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square .chart-square-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square .chart-square-title strong {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  white-space: nowrap;
  font-weight: 500;
  padding-right: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square .chart-square-title strong {
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 56px;
    padding-right: 0;
    padding-bottom: 6px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square .chart-square-title strong sup {
  font-size: 14px;
  font-size: 1.4rem;
  top: 0;
  vertical-align: 12px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square .chart-square-title strong sup {
    font-size: 30px;
    font-size: 3rem;
    vertical-align: 26px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square .chart-square-title span {
  -webkit-box-align: 1;
      -ms-flex-align: 1;
          align-items: 1;
  font-weight: 500;
  word-break: break-word;
}
.pro-section.pro-section-appears-on-charts .chart-square .chart-square-title span em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.pro-section.pro-section-appears-on-charts .chart-square .icons {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square .icons {
    margin-top: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square .icon {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  min-width: 24px;
  overflow: hidden;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square .icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-width: 4px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square .icon.icon-country img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 20px;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square .icon.icon-country img {
    top: -1px;
    width: 51px;
    margin-left: -27px;
    height: 34px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square .icon.icon-channel img {
  width: 20px;
  height: 20px;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square .icon.icon-channel img {
    width: 32px;
    height: 32px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square .icon + .icon {
  z-index: 4;
  margin-left: -10px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-appears-on-charts .chart-square .icon + .icon {
    margin-left: -20px;
  }
}
.pro-section.pro-section-appears-on-charts .chart-square .icon + .icon + .icon {
  z-index: 3;
}
.pro-section.pro-section-appears-on-charts .chart-square .icon + .icon + .icon + .icon {
  z-index: 2;
}
.pro-section.pro-section-appears-on-charts .chart-square .icon + .icon + .icon + .icon + .icon {
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-artist-pick .pro-card-featured {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-artist-pick .pro-card-featured > figure {
    padding: 0;
    width: 44.33%;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-artist-pick .pro-card-featured > figure:after {
    pointer-events: none;
    cursor: default;
    content: "";
    position: relative;
    padding-top: 56.6%;
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-artist-pick .pro-card-featured > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 55.66%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-artist-pick .pro-card-stats {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(44.33% - 16px);
  }
}
.pro-section.pro-section-featured-event {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-featured-event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-event .pro-card-featured {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pro-section.pro-section-featured-event .pro-card-featured.for-venue article {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pro-section.pro-section-featured-event .pro-card-featured.for-venue .artist {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pro-section.pro-section-featured-event .pro-card-featured.for-venue .entity-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pro-section.pro-section-featured-event .pro-card-featured.for-venue .article-top,
.pro-section.pro-section-featured-event .pro-card-featured.for-venue .article-bottom {
  border: 0;
}
@media only screen and (min-width: 1399px) {
  .pro-section.pro-section-featured-event .pro-card-featured.for-venue .article-top,
  .pro-section.pro-section-featured-event .pro-card-featured.for-venue .article-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1399px) {
  .pro-section.pro-section-featured-event .pro-card-featured.for-venue .article-top .tags,
  .pro-section.pro-section-featured-event .pro-card-featured.for-venue .article-bottom .tags {
    margin-left: -6px;
    max-width: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-left: 0;
  }
}
.pro-section.pro-section-featured-event .pro-card-featured.for-venue .article-top .tags {
  padding-top: 4px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-event .pro-card-featured > figure {
    padding: 0;
    width: 44.44%;
    min-height: 270px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-event .pro-card-featured > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 66.66%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1399px) {
  .pro-section.pro-section-featured-event .pro-card-featured .article-top,
  .pro-section.pro-section-featured-event .pro-card-featured .article-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1399px) {
  .pro-section.pro-section-featured-event .pro-card-featured .article-top .tags,
  .pro-section.pro-section-featured-event .pro-card-featured .article-bottom .tags {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 180px;
    padding-left: 40px;
    padding-top: 0;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-featured-event .pro-card-featured .pro-event-date-calendar {
    width: 50px;
    height: 50px;
  }
  .pro-section.pro-section-featured-event .pro-card-featured .pro-event-date-calendar .day {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
  }
  .pro-section.pro-section-featured-event .pro-card-featured .pro-event-date-calendar .year {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
  }
  .pro-section.pro-section-featured-event .pro-card-featured .pro-event-date-calendar .month {
    font-size: 10px;
    font-size: 1rem;
    line-height: 14px;
  }
}
.pro-section.pro-section-featured-event .pro-section-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-section.pro-section-featured-venue {
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-venue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-featured-venue {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pro-section.pro-section-featured-venue + .pro-section-gallery {
  padding-top: 0;
  padding-bottom: 32px;
}
.pro-section.pro-section-featured-venue + .pro-section-gallery + .pro-section-highlights {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-venue .pro-card-featured {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-venue .pro-card-featured > figure {
    padding: 0;
    min-width: 295px;
    max-width: 295px;
    min-height: 204px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-venue .pro-card-featured > article {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 66.66%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px;
  }
}
.pro-section.pro-section-featured-venue .pro-card-featured .entity-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-venue .pro-card-featured .entity-info {
    margin-top: 0;
  }
}
.pro-section.pro-section-featured-venue .pro-card-featured .entity-info h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-featured-venue .pro-card-featured .entity-info h3 {
    font-size: 14px;
    font-size: 1.4rem;
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 18px;
  }
}
.pro-section.pro-section-featured-venue .pro-card-featured .entity-location {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #707580;
  margin: 8px 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-venue .pro-card-featured .entity-location {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    margin: 16px 0 0 0;
  }
}
.pro-section.pro-section-featured-venue .pro-card-featured .entity-location .flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: -1px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-venue .pro-card-featured .entity-location .flag {
    width: 21px;
  }
}
@media only screen and (min-width: 1399px) {
  .pro-section.pro-section-featured-venue .pro-card-featured .article-top,
  .pro-section.pro-section-featured-venue .pro-card-featured .article-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pro-section.pro-section-featured-venue .pro-card-featured .article-bottom {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-venue .pro-card-featured .article-top {
    padding-top: 0;
  }
}
.pro-section.pro-section-exposed-article {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-exposed-article {
    display: block;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-exposed-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-exposed-article .pro-section-content {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-exposed-article .pro-section-content {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-exposed-article .pro-card-featured {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-exposed-article .pro-card-featured > figure {
    padding: 0;
    width: 44.44%;
    width: 480px;
    min-height: 270px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-exposed-article .pro-card-featured > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-exposed-article .pro-card-featured > article .article-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pro-section.pro-section-exposed-article .pro-card-featured > article .caption {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-exposed-article .pro-card-featured > article .caption {
    display: none;
  }
}
@media only screen and (min-width: 1299px) {
  .pro-section.pro-section-exposed-article .pro-card-featured > article .caption {
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-media-mentions {
    padding-top: 0;
  }
}
.pro-section.pro-section-media-mentions .item .entity-list-item-v2 {
  padding: 0;
}
.pro-section.pro-section-media-mentions .item .entity-list-item-v2 .column-primary {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-media-mentions .item .entity-list-item-v2 .entity .article-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pro-section.pro-section-media-mentions .item .entity-list-item-v2 .entity .article-info .source {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 8px;
  }
  .pro-section.pro-section-media-mentions .item .entity-list-item-v2 .entity .article-info .source em {
    word-break: normal;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: normal;
    width: 100%;
  }
  .pro-section.pro-section-media-mentions .item .entity-list-item-v2 .entity .article-info time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
  .pro-section.pro-section-media-mentions .item .entity-list-item-v2 .entity .article-info .pro-tag {
    display: none;
  }
  .pro-section.pro-section-media-mentions .item .entity-list-item-v2 .entity h3 {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px;
    line-height: 16px;
  }
}
.pro-section.pro-section-discover-recommended-artists {
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-discover-recommended-artists {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-discover-recommended-artists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-discover-recommended-artists {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.pro-section.pro-section-discover-recommended-artists > .page {
  max-width: 1472px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-discover-recommended-artists > .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-discover-recommended-artists > .page .pro-section-header {
    width: 20%;
    min-width: 20%;
    max-width: 246px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1471px) {
  .pro-section.pro-section-discover-recommended-artists > .page .pro-section-header {
    min-width: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-discover-recommended-artists > .page .pro-section-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(80% - 32px);
    min-width: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-discover-recommended-artists .pro-section-header .row .left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pro-section.pro-section-discover-recommended-artists .pro-section-header .row .left .range-filter {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-discover-recommended-artists .pro-section-header {
    width: 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-discover-recommended-artists .pro-section-header {
    width: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-discover-recommended-artists .pro-section-content {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-discover-recommended-artists .pro-section-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    min-width: 75%;
    margin-left: 0;
    padding-left: 24px;
  }
}
.pro-section.pro-section-discover-recommended-artists .swiper-container {
  pointer-events: none;
  cursor: default;
}
.pro-section.pro-section-discover-recommended-artists .swiper-container .swiper-wrapper,
.pro-section.pro-section-discover-recommended-artists .swiper-container .swiper-pagination,
.pro-section.pro-section-discover-recommended-artists .swiper-container .swiper-button-prev,
.pro-section.pro-section-discover-recommended-artists .swiper-container .swiper-button-next {
  pointer-events: all;
}
.pro-section.pro-section-discover-recommended-artists .pro-section-list-entities-footer {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-discover-recommended-artists .pro-section-list-entities-footer {
    margin-top: -50px;
  }
}
.pro-section.pro-section-discover-recommended-artists .pro-section-swiper.swiper-main {
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-discover-recommended-artists .pro-section-swiper.swiper-main {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.pro-section.pro-section-discover-recommended-artists .pro-section-swiper.swiper-main .swiper-wrapper {
  padding: 10px 0 0 0;
}
.pro-section.pro-section-most-streamed-tracks .list-entities > .item {
  padding-top: 8px;
}
.pro-section.pro-section-most-streamed-tracks .list-entities > .item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-most-streamed-tracks .entity-list-item-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.pro-section.pro-section-most-streamed-tracks .entity-list-item-v2 .column-primary {
  padding-left: 0;
}
.pro-section.pro-section-most-streamed-tracks .entity-list-item-v2 .column-primary .rank {
  padding-right: 16px;
}
.pro-section.pro-section-most-streamed-tracks .entity-list-item-v2 .column-secondary {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-most-streamed-tracks .entity-list-item-v2 .column-secondary {
    padding-left: 110px;
  }
}
.pro-section.pro-section-most-streamed-tracks .entity-list-item-v2 .entity figure {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-section.pro-section-most-streamed-tracks .entity-list-item-v2 .entity .btn-play-track {
  margin: 0;
}
.pro-section.pro-section-most-streamed-tracks .entity-list-item-v2 .entity .track-artist {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.pro-section.pro-section-most-streamed-tracks .entity-list-item-v2 .entity .track-artist a {
  color: inherit;
}
.pro-section.pro-section-most-streamed-tracks .entity-list-item-v2 .entity .track-artist a:hover,
.pro-section.pro-section-most-streamed-tracks .entity-list-item-v2 .entity .track-artist a:active {
  color: #6889e2;
}
.pro-section.pro-section-biggest-stars {
  padding-bottom: 0;
}
.pro-section.pro-section-biggest-stars .page {
  max-width: 1128px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-biggest-stars .page {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-biggest-stars .page {
    padding-left: 0;
    padding-right: 0;
  }
}
.pro-section.pro-section-biggest-stars .pro-section-header .left {
  text-align: center;
  width: 100%;
  padding: 0;
}
.pro-section.pro-section-biggest-stars .pro-section-footer {
  text-align: center;
  padding-top: 8px;
}
.pro-section.pro-section-biggest-stars .swiper-slide {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 264px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-biggest-stars .pro-entity-card.artist .actions {
    right: 24px;
    top: 24px;
  }
}
.pro-section.pro-section-biggest-stars .pro-entity-card h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 33px;
}
.pro-section.pro-section-biggest-stars .pro-entity-card .bottom {
  padding-top: 16px;
}
.pro-section.pro-section-biggest-stars .pro-entity-card .tags {
  height: 31px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-music-in-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-explore-music-in-area {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.pro-section.pro-section-explore-music-in-area > .page {
  max-width: 1472px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-music-in-area > .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-music-in-area > .page .pro-section-header {
    width: 20%;
    min-width: 20%;
    max-width: 246px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1471px) {
  .pro-section.pro-section-explore-music-in-area > .page .pro-section-header {
    min-width: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-music-in-area > .page .pro-section-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(80% - 32px);
    min-width: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-music-in-area .pro-section-header {
    width: 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-explore-music-in-area .pro-section-header {
    width: 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-music-in-area .pro-section-content {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-explore-music-in-area .pro-section-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.33%;
    min-width: 66.33%;
    margin-left: 0;
    padding-left: 24px;
  }
}
.pro-section.pro-section-explore-music-in-area .country-square {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background-color: #e8eced;
  padding: 40px 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-section.pro-section-explore-music-in-area .country-square.rounded {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eced;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-explore-music-in-area .country-square.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
.pro-section.pro-section-explore-music-in-area .country-square.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-explore-music-in-area .country-square.rounded:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.pro-section.pro-section-explore-music-in-area .country-square:hover .icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.pro-section.pro-section-explore-music-in-area .country-square .icon {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  width: 24px;
  height: 24px;
  min-width: 24px;
  overflow: hidden;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-explore-music-in-area .country-square .icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-width: 4px;
  }
}
.pro-section.pro-section-explore-music-in-area .country-square .icon.icon-country img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 20px;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-explore-music-in-area .country-square .icon.icon-country img {
    top: -1px;
    width: 50px;
    margin-left: -25px;
    height: 34px;
  }
}
.pro-section.pro-section-explore-music-in-area .country-square h2 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  height: 60px;
  margin-top: 24px;
  font-weight: 500;
  text-align: center;
}
.pro-section.pro-section-explore-music-in-area .swiper-main {
  margin-top: -10px;
}
.pro-section.pro-section-explore-music-in-area .swiper-main .swiper-wrapper {
  padding: 10px 0 0 0;
}
.pro-section.pro-section-explore-music-in-area .swiper-main .swiper-container .swiper-container {
  padding-bottom: 0;
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-explore-music-in-area .swiper-main .swiper-button-prev,
  .pro-section.pro-section-explore-music-in-area .swiper-main .swiper-button-next {
    display: none;
  }
}
.pro-section.pro-section-geo-popularity .pro-section-header {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-geo-popularity .pro-section-header {
    width: 230px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-geo-popularity .pro-section-header {
    width: 25%;
  }
}
.pro-section.pro-section-geo-popularity .pro-section-header .description {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding-top: 24px;
  padding-bottom: 8px;
}
.pro-section.pro-section-geo-popularity .pro-section-header h2 + small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding-top: 16px;
}
.pro-section.pro-section-geo-popularity .geo-sidebar {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 264px;
    min-width: 264px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar {
    width: 25%;
    min-width: 25%;
  }
}
.pro-section.pro-section-geo-popularity .geo-sidebar .box {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.pro-section.pro-section-geo-popularity .geo-sidebar .box.rounded {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #e8eced;
}
.pro-section.pro-section-geo-popularity .geo-sidebar .box .list-geo-stats {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar .box .list-geo-stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar .box .list-geo-stats .item {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar .box .list-geo-stats .item {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar .col {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar .col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar .col.col-1 {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar .col.col-1 {
    padding: 0;
  }
}
.pro-section.pro-section-geo-popularity .geo-sidebar .col.col-2 {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar .col.col-2 {
    padding-top: 0;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-geo-popularity .geo-sidebar .col.col-2 {
    padding: 24px 0 0 0;
  }
}
.pro-section.pro-section-geo-popularity .geo-sidebar h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}
.pro-section.pro-section-geo-popularity .geo-sidebar .list + h3 {
  padding-top: 24px;
}
.pro-section.pro-section-geo-popularity .geo-sidebar .list .item {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #707580;
  padding-top: 6px;
}
.pro-section.pro-section-geo-popularity .geo-map {
  margin-top: 24px;
  width: 100%;
  position: relative;
  padding-top: 70%;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-geo-popularity .geo-map {
    margin-top: 0;
    position: absolute;
    left: 230px;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    z-index: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-geo-popularity .geo-map {
    left: 25%;
  }
}
.pro-section.pro-section-geo-popularity .geo-map .map-embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pro-section.pro-section-geo-popularity .geo-map .placeholder {
  background-image: url('../images/placeholders/placeholder-map-new.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pro-section.pro-section-geo-popularity .list-geo-stats {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  margin: -12px;
  position: relative;
  margin-top: 24px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-section.pro-section-geo-popularity .list-geo-stats:before {
  content: " ";
  display: table;
}
.pro-section.pro-section-geo-popularity .list-geo-stats:after {
  content: " ";
  display: table;
  clear: both;
}
.pro-section.pro-section-geo-popularity .list-geo-stats .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-geo-popularity .list-geo-stats .item {
    width: 25%;
  }
}
.pro-section.pro-section-geo-popularity .geo-stats {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-section.pro-section-geo-popularity .geo-stats.rounded {
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #e8eced;
}
.pro-section.pro-section-geo-popularity .geo-stats.rounded strong {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
.pro-section.pro-section-geo-popularity .geo-stats.rounded label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin-top: 4px;
}
.pro-section.pro-section-geo-popularity .geo-stats.rounded label:before {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.pro-section.pro-section-geo-popularity .geo-stats.country {
  background-color: #cd79ba;
  text-transform: none;
  white-space: normal;
  text-align: center;
}
.pro-section.pro-section-geo-popularity .geo-stats.pop {
  background-color: #66c2e7;
}
.pro-section.pro-section-geo-popularity .geo-stats.hip-hop {
  background-color: #66d2d6;
}
.pro-section.pro-section-geo-popularity .geo-stats.rnb {
  background-color: #66c9ab;
}
.pro-section.pro-section-geo-popularity .geo-stats.latin {
  background-color: #f4729b;
}
.pro-section.pro-section-geo-popularity .geo-stats.electronic {
  background-color: #66d8ed;
}
.pro-section.pro-section-geo-popularity .geo-stats.rock {
  background-color: #7baad5;
}
.pro-section.pro-section-geo-popularity .geo-stats.metal {
  background-color: #798cc2;
}
.pro-section.pro-section-geo-popularity .geo-stats.punk {
  background-color: #a281bd;
}
.pro-section.pro-section-geo-popularity .geo-stats.jazz {
  background-color: #a6d78f;
}
.pro-section.pro-section-geo-popularity .geo-stats.reggae {
  background-color: #fdd471;
}
.pro-section.pro-section-geo-popularity .geo-stats.blues {
  background-color: #66cd94;
}
.pro-section.pro-section-geo-popularity .geo-stats.classical {
  background-color: #c9e188;
}
.pro-section.pro-section-geo-popularity .geo-stats.religious {
  background-color: #e0e97f;
}
.pro-section.pro-section-geo-popularity .geo-stats.european {
  background-color: #f5907a;
}
.pro-section.pro-section-geo-popularity .geo-stats.asian {
  background-color: #fabc78;
}
.pro-section.pro-section-geo-popularity .geo-stats.middle-eastern {
  background-color: #f0f070;
}
.pro-section.pro-section-geo-popularity .geo-stats.african {
  background-color: #ffe566;
}
.pro-section.pro-section-geo-popularity .geo-stats.other {
  background-color: #ddd;
}
.pro-section.pro-section-geo-popularity .geo-stats.spotify {
  background-color: #60ce87;
}
.pro-section.pro-section-geo-popularity .geo-stats.spotify label:before {
  content: "";
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-section.pro-section-geo-popularity .geo-stats.youtube {
  background-color: #ff4c4c;
}
.pro-section.pro-section-geo-popularity .geo-stats.youtube label:before {
  content: "";
  background-image: url('../images/svg/youtube-color.svg');
  background-size: 16px;
}
.pro-section.pro-section-geo-popularity .geo-stats.airplay {
  background-color: #f8a685;
}
.pro-section.pro-section-geo-popularity .geo-stats.airplay label:before {
  content: "";
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-section.pro-section-geo-popularity .geo-stats strong {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: 500;
}
.pro-section.pro-section-geo-popularity .geo-stats label {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.pro-section.pro-section-geo-popularity .geo-stats label:before {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-channel-top-tracks .beatport-embed-track-details {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-channel-top-tracks .pro-section-swiper.is-selectable .swiper-container {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-channel-top-tracks .pro-section-swiper.is-selectable .swiper-slide {
    padding-top: 0;
  }
}
.pro-section.pro-section-gallery.alt-festival-detail {
  padding: 0;
}
.pro-section.pro-section-gallery .gallery-with-lightbox {
  border-radius: 8px;
  font-size: 0px;
  font-size: 0rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-gallery .gallery-with-lightbox {
    position: relative;
    white-space: nowrap;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.pro-section.pro-section-gallery .gallery-with-lightbox.preload .gallery-item {
  padding-top: 0;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .pro-section.pro-section-gallery .gallery-with-lightbox.preload .gallery-item {
    width: 100%;
  }
}
.pro-section.pro-section-gallery .gallery-item {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-gallery .gallery-item {
    display: inline-block;
    margin-left: 2px;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.pro-section.pro-section-gallery .gallery-item:first-child {
  display: block;
  position: relative;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-gallery .gallery-item:first-child {
    margin: 0;
    background: none !important;
    padding: 0;
    width: auto;
    display: inline-block;
  }
}
.pro-section.pro-section-gallery .gallery-item:first-child img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-gallery .gallery-item:first-child img {
    display: inline-block;
  }
}
.pro-section.pro-section-gallery .gallery-item img {
  height: 100%;
}
.pro-section.pro-section-gallery .pro-tag-gallery {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  font-weight: 600;
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #4e63ce;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  height: 24px;
}
.pro-section.pro-section-gallery .pro-tag-gallery img {
  margin-left: 6px;
}
.pro-section.pro-section-gallery .pro-tag-gallery:after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 6px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-photo.svg');
}
.pro-section.pro-section-gallery .pro-section-footer {
  text-align: right;
  padding-top: 8px;
}
.pro-section.pro-section-gallery .takedown {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  cursor: pointer;
}
.pro-section.pro-section-gallery .takedown:hover {
  color: #000000;
}
.pro-section.pro-section-featured-artists .pro-entity-card h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
}
.pro-section.pro-section-featured-artists .swiper-slide {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .pro-section.pro-section-featured-artists .swiper-slide {
    width: 204px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-most-airplayed-artists {
    padding-bottom: 86px;
  }
}
.pro-section.pro-section-most-airplayed-artists .pro-section-footer {
  padding-top: 8px;
  text-align: right;
}
.pro-section.pro-section-most-airplayed-artists .swiper-slide {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .pro-section.pro-section-most-airplayed-artists .swiper-slide {
    width: 204px;
  }
}
.pro-section.pro-section-most-airplayed-artists .swiper-container {
  pointer-events: none;
  cursor: default;
}
.pro-section.pro-section-most-airplayed-artists .swiper-container .swiper-wrapper,
.pro-section.pro-section-most-airplayed-artists .swiper-container .swiper-pagination,
.pro-section.pro-section-most-airplayed-artists .swiper-container .swiper-button-prev,
.pro-section.pro-section-most-airplayed-artists .swiper-container .swiper-button-next {
  pointer-events: all;
}
.pro-section.pro-section-most-airplayed-artists .pro-section-list-entities-footer {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-most-airplayed-artists .pro-section-list-entities-footer {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-artists-performing-near-you {
    padding-bottom: 86px;
  }
}
.pro-section.pro-section-artists-performing-near-you .pro-section-footer {
  padding-top: 8px;
  text-align: right;
}
.pro-section.pro-section-artists-performing-near-you .swiper-slide {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .pro-section.pro-section-artists-performing-near-you .swiper-slide {
    width: 204px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-festivals {
    padding-bottom: 86px;
  }
}
.pro-section.pro-section-featured-festivals .swiper-slide {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .pro-section.pro-section-featured-festivals .swiper-slide {
    width: 204px;
  }
}
.pro-section.pro-section-featured-festivals .pro-section-footer {
  text-align: right;
  padding-top: 16px;
}
.pro-section.pro-section-featured-festivals .swiper-container {
  pointer-events: none;
  cursor: default;
}
.pro-section.pro-section-featured-festivals .swiper-container .swiper-wrapper,
.pro-section.pro-section-featured-festivals .swiper-container .swiper-pagination,
.pro-section.pro-section-featured-festivals .swiper-container .swiper-button-prev,
.pro-section.pro-section-featured-festivals .swiper-container .swiper-button-next {
  pointer-events: all;
}
.pro-section.pro-section-featured-festivals .pro-section-list-entities-footer {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-featured-festivals .pro-section-list-entities-footer {
    margin-top: -50px;
  }
}
.pro-section.pro-section-highlights + .pro-section-videos .swiper-slide {
  padding-bottom: 10px;
}
.pro-section.pro-section-highlights .pro-section-swiper.swiper-main {
  margin-top: -10px;
}
.pro-section.pro-section-highlights .pro-section-swiper.swiper-main .swiper-wrapper {
  padding: 10px 0 0 0;
}
.pro-section.pro-section-highlights .swiper-slide {
  width: auto;
  min-width: 0;
}
.pro-section.pro-section-subgenres .genre-square {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 24px 24px 24px;
  display: block;
  height: 180px;
  position: relative;
}
.pro-section.pro-section-subgenres .genre-square.rounded {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eced;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-subgenres .genre-square.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
.pro-section.pro-section-subgenres .genre-square.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-subgenres .genre-square.rounded:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.pro-section.pro-section-subgenres .genre-square.country:after {
  background-color: #cd79ba;
}
.pro-section.pro-section-subgenres .genre-square.pop:after {
  background-color: #66c2e7;
}
.pro-section.pro-section-subgenres .genre-square.hip-hop:after {
  background-color: #66d2d6;
}
.pro-section.pro-section-subgenres .genre-square.rnb:after {
  background-color: #66c9ab;
}
.pro-section.pro-section-subgenres .genre-square.latin:after {
  background-color: #f4729b;
}
.pro-section.pro-section-subgenres .genre-square.electronic:after {
  background-color: #66d8ed;
}
.pro-section.pro-section-subgenres .genre-square.rock:after {
  background-color: #7baad5;
}
.pro-section.pro-section-subgenres .genre-square.metal:after {
  background-color: #798cc2;
}
.pro-section.pro-section-subgenres .genre-square.punk:after {
  background-color: #a281bd;
}
.pro-section.pro-section-subgenres .genre-square.jazz:after {
  background-color: #a6d78f;
}
.pro-section.pro-section-subgenres .genre-square.reggae:after {
  background-color: #fdd471;
}
.pro-section.pro-section-subgenres .genre-square.blues:after {
  background-color: #66cd94;
}
.pro-section.pro-section-subgenres .genre-square.classical:after {
  background-color: #c9e188;
}
.pro-section.pro-section-subgenres .genre-square.religious:after {
  background-color: #e0e97f;
}
.pro-section.pro-section-subgenres .genre-square.european:after {
  background-color: #f5907a;
}
.pro-section.pro-section-subgenres .genre-square.asian:after {
  background-color: #fabc78;
}
.pro-section.pro-section-subgenres .genre-square.middle-eastern:after {
  background-color: #f0f070;
}
.pro-section.pro-section-subgenres .genre-square.african:after {
  background-color: #ffe566;
}
.pro-section.pro-section-subgenres .genre-square.other:after {
  background-color: #ddd;
}
.pro-section.pro-section-subgenres .genre-square h2 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
  position: relative;
  z-index: 1;
  word-break: break-word;
  text-transform: none;
  white-space: normal;
}
.pro-section.pro-section-subgenres .genre-square:after {
  pointer-events: none;
  cursor: default;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.pro-section.pro-section-subgenres .swiper-main {
  margin-top: -10px;
}
.pro-section.pro-section-subgenres .swiper-main .swiper-wrapper {
  width: 100%;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-subgenres .swiper-main .swiper-button-prev,
  .pro-section.pro-section-subgenres .swiper-main .swiper-button-next {
    display: none;
  }
}
.pro-section.pro-section-subgenres .swiper-main .swiper-slide {
  padding-bottom: 16px;
}
.pro-section.pro-section-subgenres .swiper-main .swiper-slide:nth-child(2) .genre-square:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.pro-section.pro-section-subgenres .swiper-main .swiper-slide:nth-child(3) .genre-square:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.pro-section.pro-section-subgenres .swiper-main .swiper-slide:nth-child(4) .genre-square:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55.00000000000001)";
  filter: alpha(opacity=55);
  -webkit-opacity: 0.55;
  -moz-opacity: 0.55;
  opacity: 0.55;
}
.pro-section.pro-section-subgenres .swiper-main .swiper-slide:nth-child(5) .genre-square:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.pro-section.pro-section-subgenres .pro-section-footer {
  padding-top: 8px;
  text-align: right;
}
.pro-section.pro-section-subgenres .genre-square {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.pro-section.pro-section-explore-subgenres {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-subgenres {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-explore-subgenres {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.pro-section.pro-section-explore-subgenres > .page {
  max-width: 1472px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-subgenres > .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-subgenres > .page .pro-section-header {
    width: 20%;
    min-width: 20%;
    max-width: 246px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1471px) {
  .pro-section.pro-section-explore-subgenres > .page .pro-section-header {
    min-width: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-subgenres > .page .pro-section-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(80% - 32px);
    min-width: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-subgenres .pro-section-header {
    width: 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-explore-subgenres .pro-section-header {
    width: 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-subgenres .pro-section-content {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section.pro-section-explore-subgenres .pro-section-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    min-width: 75%;
    margin-left: 0;
    padding-left: 24px;
  }
}
.pro-section.pro-section-explore-subgenres .swiper-container {
  pointer-events: none;
  cursor: default;
}
.pro-section.pro-section-explore-subgenres .swiper-container .swiper-wrapper,
.pro-section.pro-section-explore-subgenres .swiper-container .swiper-pagination,
.pro-section.pro-section-explore-subgenres .swiper-container .swiper-button-prev,
.pro-section.pro-section-explore-subgenres .swiper-container .swiper-button-next {
  pointer-events: all;
}
.pro-section.pro-section-explore-subgenres .pro-section-list-entities-footer {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-explore-subgenres .pro-section-list-entities-footer {
    margin-top: -50px;
  }
}
.pro-section.pro-section-explore-subgenres .genre-square {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 24px 24px 24px;
  display: block;
  height: 180px;
  width: 180px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pro-section.pro-section-explore-subgenres .genre-square {
    width: 100%;
  }
}
.pro-section.pro-section-explore-subgenres .genre-square.rounded {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-explore-subgenres .genre-square.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
.pro-section.pro-section-explore-subgenres .genre-square.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pro-section.pro-section-explore-subgenres .genre-square.rounded:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.pro-section.pro-section-explore-subgenres .genre-square.country:after {
  background-color: #cd79ba;
}
.pro-section.pro-section-explore-subgenres .genre-square.pop:after {
  background-color: #66c2e7;
}
.pro-section.pro-section-explore-subgenres .genre-square.hip-hop:after {
  background-color: #66d2d6;
}
.pro-section.pro-section-explore-subgenres .genre-square.rnb:after {
  background-color: #66c9ab;
}
.pro-section.pro-section-explore-subgenres .genre-square.latin:after {
  background-color: #f4729b;
}
.pro-section.pro-section-explore-subgenres .genre-square.electronic:after {
  background-color: #66d8ed;
}
.pro-section.pro-section-explore-subgenres .genre-square.rock:after {
  background-color: #7baad5;
}
.pro-section.pro-section-explore-subgenres .genre-square.metal:after {
  background-color: #798cc2;
}
.pro-section.pro-section-explore-subgenres .genre-square.punk:after {
  background-color: #a281bd;
}
.pro-section.pro-section-explore-subgenres .genre-square.jazz:after {
  background-color: #a6d78f;
}
.pro-section.pro-section-explore-subgenres .genre-square.reggae:after {
  background-color: #fdd471;
}
.pro-section.pro-section-explore-subgenres .genre-square.blues:after {
  background-color: #66cd94;
}
.pro-section.pro-section-explore-subgenres .genre-square.classical:after {
  background-color: #c9e188;
}
.pro-section.pro-section-explore-subgenres .genre-square.religious:after {
  background-color: #e0e97f;
}
.pro-section.pro-section-explore-subgenres .genre-square.european:after {
  background-color: #f5907a;
}
.pro-section.pro-section-explore-subgenres .genre-square.asian:after {
  background-color: #fabc78;
}
.pro-section.pro-section-explore-subgenres .genre-square.middle-eastern:after {
  background-color: #f0f070;
}
.pro-section.pro-section-explore-subgenres .genre-square.african:after {
  background-color: #ffe566;
}
.pro-section.pro-section-explore-subgenres .genre-square.other:after {
  background-color: #ddd;
}
.pro-section.pro-section-explore-subgenres .genre-square h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
  position: relative;
  z-index: 1;
  word-break: break-word;
  text-transform: none;
  white-space: normal;
}
.pro-section.pro-section-explore-subgenres .genre-square:after {
  pointer-events: none;
  cursor: default;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.pro-section.pro-section-where-to-stay .accommodation-embed {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  height: 400px;
  overflow: hidden;
}
.promo-wrapper-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 52px;
}
.artist-public-promo {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .artist-public-promo {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media only screen and (min-width: 768px) {
  .artist-public-promo {
    background-position: top center;
    border-radius: 16px;
    margin-bottom: 80px;
  }
}
.artist-public-promo.alt-search {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/banner-search-bg-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .artist-public-promo.alt-search {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/banner-search-bg.webp');
  }
}
@media only screen and (min-width: 1199px) {
  .artist-public-promo.alt-search {
    margin-left: -64px;
    margin-right: -64px;
  }
}
.artist-public-promo.alt-search .page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.artist-public-promo.alt-search .promo-article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 24px 16px 24px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .artist-public-promo.alt-search .promo-article {
    max-width: none;
    padding: 56px 0;
  }
}
.artist-public-promo.alt-search .promo-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  padding: 0 0 16px 0;
}
@media only screen and (min-width: 768px) {
  .artist-public-promo.alt-search .promo-title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 52px;
    padding-bottom: 32px;
  }
}
.artist-public-promo.alt-search .promo-description {
  display: block;
}
.artist-public-promo.alt-search .promo-actions {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .artist-public-promo.alt-search .promo-actions {
    width: 100%;
  }
  .artist-public-promo.alt-search .promo-actions a {
    width: 100%;
  }
}
.artist-public-promo.alt-analytics {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/banner-analytics-bg-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .artist-public-promo.alt-analytics {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/banner-analytics-bg.webp');
  }
}
.artist-public-promo.alt-analytics.alt-square {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/banner-analytics-bg-mobile.webp');
  background-position: bottom -45px center;
}
.artist-public-promo.alt-analytics .promo-title + .promo-actions {
  padding-top: 24px;
}
.artist-public-promo.alt-artist {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/banner-artist-bg-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .artist-public-promo.alt-artist {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/banner-artist-bg.webp');
  }
}
.artist-public-promo.alt-artist.alt-square {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/banner-artist-bg-mobile.webp');
  background-position: bottom -95px center;
}
.artist-public-promo.alt-square {
  min-height: 328px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: bottom center;
  margin: 24px 12px 0 12px;
  position: relative;
  overflow: hidden;
}
.artist-public-promo.alt-square:before {
  pointer-events: none;
  cursor: default;
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 100%);
}
.artist-public-promo.alt-square .promo-article {
  padding: 40px 24px 24px 24px;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.artist-public-promo.alt-square .promo-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  padding: 24px 0 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artist-public-promo.alt-square .promo-title small {
  font-size: 18px;
  font-size: 1.8rem;
}
.artist-public-promo.alt-square .promo-description {
  display: none;
}
.artist-public-promo.alt-square .promo-actions {
  padding-top: 24px;
}
.artist-public-promo.alt-square .price {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .artist-public-promo.no-mb-mobile {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .artist-public-promo.mb-mobile-24 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .artist-public-promo.mb-mobile-40 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .artist-public-promo.no-mt-mobile {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .artist-public-promo.mt-mobile-40 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .artist-public-promo.mt-tablet {
    margin-top: 80px;
  }
}
.artist-public-promo.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .artist-public-promo.mobile-only {
    display: none;
  }
}
.artist-public-promo.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .artist-public-promo.tablet-forward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.artist-public-promo .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .artist-public-promo .page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .artist-public-promo .page {
    padding-right: 50px;
  }
}
.artist-public-promo .promo-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 270px 0;
}
@media only screen and (max-width: 767px) {
  .artist-public-promo .promo-article {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .artist-public-promo .promo-article {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 50%;
    padding: 48px 0;
  }
}
.artist-public-promo .promo-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  font-weight: bold;
  padding: 32px 0 0 0;
}
.artist-public-promo .promo-title small {
  font-size: 15px;
  font-size: 1.5rem;
}
.artist-public-promo .promo-description {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  padding: 8px 0 0 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .artist-public-promo .promo-description {
    display: none;
  }
}
.artist-public-promo .promo-actions {
  padding-top: 32px;
}
@media only screen and (max-width: 767px) {
  .artist-public-promo .price {
    display: block;
  }
}
.artist-public-promo .blue {
  color: #6C78FE;
}
.artist-public-promo .promo-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 16px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .artist-public-promo .promo-squares {
    gap: 24px;
    padding: 24px 0 32px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .artist-public-promo .promo-squares {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .artist-public-promo .promo-squares {
    width: auto;
  }
}
.artist-public-promo .square {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  width: calc(50% - 8px);
  min-width: calc(50% - 8px);
  max-width: calc(50% - 8px);
}
@media only screen and (min-width: 768px) {
  .artist-public-promo .square {
    width: calc(33.33% - 16px);
    min-width: calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .artist-public-promo .square {
    width: calc(20% - 16px);
    min-width: calc(20% - 16px);
    max-width: calc(20% - 16px);
    padding: 24px 12px;
  }
}
@media only screen and (min-width: 1199px) {
  .artist-public-promo .square {
    min-width: 152px;
    max-width: 152px;
  }
}
.artist-public-promo .square strong {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
}
@media only screen and (min-width: 1024px) {
  .artist-public-promo .square strong {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px;
  }
}
.pro-section-preloader {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.pro-section-preloader:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  background-image: url('../images/svg/loader-ani-black.svg');
}
@media only screen and (min-width: 768px) {
  .pro-section-swiper.support-shadow.swiper-main .swiper-container {
    margin: -10px;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-swiper.has-pagination-and-navigation.swiper-main .swiper-container {
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section-swiper.has-pagination-and-navigation.swiper-main .swiper-pagination {
    margin-left: 4px;
  }
}
.pro-section-swiper.hide-pagination.swiper-main .swiper-pagination {
  display: none;
}
.pro-section-swiper.hide-pagination.swiper-main .swiper-button-prev {
  left: 0;
}
.pro-section-swiper.hide-pagination.swiper-main .swiper-button-next {
  right: auto;
  left: 40px;
}
.pro-section-swiper.is-selectable.swiper-main .swiper-container {
  padding-bottom: 52px;
}
.pro-section-swiper.is-selectable .swiper-slide {
  padding-top: 30px;
}
.pro-section-swiper.swiper-main {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .pro-section-swiper.swiper-main {
    overflow: hidden;
    margin: -10px;
    padding: 10px;
  }
}
.pro-section-swiper.swiper-main .swiper-container {
  padding: 0;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .pro-section-swiper.swiper-main .swiper-container {
    margin: -10px;
    padding: 10px;
    overflow: hidden;
  }
}
.pro-section-swiper.swiper-main .swiper-wrapper {
  padding: 0;
}
.pro-section-swiper.swiper-main .swiper-pagination {
  width: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -4px;
  bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .pro-section-swiper.swiper-main .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section-swiper.swiper-main .swiper-pagination {
    width: 348px;
  }
}
.pro-section-swiper.swiper-main .swiper-pagination .swiper-pagination-bullet {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  height: 4px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  background-color: #ffffff;
  position: relative;
}
.pro-section-swiper.swiper-main .swiper-pagination .swiper-pagination-bullet:only-child {
  display: none;
}
.pro-section-swiper.swiper-main .swiper-pagination .swiper-pagination-bullet:before {
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background-color: #4e63ce;
}
.pro-section-swiper.swiper-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
}
.pro-section-swiper.rounded {
  margin-top: -14px;
}
.pro-section-swiper.rounded .swiper-container {
  padding-top: 14px;
}
@media only screen and (min-width: 768px) {
  .pro-section-swiper.rounded .pro-card:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  }
}
.pro-section-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 204px;
  width: 204px;
}
@media only screen and (min-width: 768px) {
  .pro-section-swiper .swiper-slide {
    width: auto;
    min-width: 0;
  }
}
.pro-section-swiper .pro-card {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.pro-section-swiper .pro-card.show-details {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pro-section-swiper .swiper-button-prev,
.pro-section-swiper .swiper-button-next {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 8px;
  bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .pro-section-swiper .swiper-button-prev,
  .pro-section-swiper .swiper-button-next {
    display: none;
  }
}
.pro-section-swiper .swiper-button-prev.swiper-button-disabled,
.pro-section-swiper .swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: none !important;
  cursor: default !important;
}
.pro-section-swiper .swiper-button-prev:before,
.pro-section-swiper .swiper-button-next:before {
  content: none;
}
.pro-section-swiper .swiper-button-prev:after,
.pro-section-swiper .swiper-button-next:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../images/svg/chevron-left-blue-roll.svg) url(../images/svg/chevron-right-blue-roll.svg);
}
.pro-section-swiper .swiper-button-prev {
  background-position: left 7px center;
  background-image: url('../images/svg/chevron-left-blue.svg');
  left: 272px;
}
@media only screen and (min-width: 1024px) {
  .pro-section-swiper .swiper-button-prev {
    left: 372px;
  }
}
.pro-section-swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url('../images/svg/chevron-left-disabled.svg');
}
.pro-section-swiper .swiper-button-prev.swiper-button-disabled:hover {
  background-image: url('../images/svg/chevron-left-disabled.svg');
}
.pro-section-swiper .swiper-button-prev:hover {
  background-image: url('../images/svg/chevron-left-blue-roll.svg');
}
.pro-section-swiper .swiper-button-next {
  background-position: right 7px center;
  background-image: url('../images/svg/chevron-right-blue.svg');
  left: 312px;
}
@media only screen and (min-width: 1024px) {
  .pro-section-swiper .swiper-button-next {
    left: 412px;
  }
}
.pro-section-swiper .swiper-button-next.swiper-button-disabled {
  background-image: url('../images/svg/chevron-right-disabled.svg');
}
.pro-section-swiper .swiper-button-next.swiper-button-disabled:hover {
  background-image: url('../images/svg/chevron-left-disabled.svg');
}
.pro-section-swiper .swiper-button-next:hover {
  background-image: url('../images/svg/chevron-right-blue-roll.svg');
}
.promo {
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.promo.check-related-pages {
  color: #ffffff;
  background-image: url('../images/static/noise-bg-new.png');
  text-align: center;
  background-size: 275px;
}
@media only screen and (min-width: 768px) {
  .promo.check-related-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .promo.check-related-pages article {
    min-width: 50%;
    width: 50%;
    z-index: 1;
    padding: 48px;
  }
}
@media only screen and (min-width: 1399px) {
  .promo.check-related-pages article {
    padding-left: 104px;
  }
}
.promo.check-related-pages figure {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .promo.check-related-pages figure {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    width: 1000px;
    z-index: 0;
  }
}
@media only screen and (min-width: 1365px) {
  .promo.check-related-pages figure {
    right: 0;
    left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .promo.check-related-pages figure img {
    height: 275px;
  }
}
@media only screen and (min-width: 1024px) {
  .promo.check-related-pages p {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .promo.check-related-pages .actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 40px;
  }
}
.promo article {
  padding: 32px;
}
.promo figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.promo .promo-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  font-weight: 500;
}
.promo p {
  margin: 0;
  padding: 16px 0 0 0;
}
.promo .actions {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo .actions .secondary {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 4px;
}
.promo .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  display: inline-block;
  margin-right: 8px;
}
.beatport-embed-track-details {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 16px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .beatport-embed-track-details {
    padding: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .beatport-embed-track-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.beatport-embed-track-details + .pro-card-stats {
  margin: 12px 24px 0 24px;
}
.beatport-embed-track-details.rounded {
  border-radius: 8px;
}
.beatport-embed-track-details .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .beatport-embed-track-details .col-1 {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .beatport-embed-track-details .col-2 {
    width: 66.66%;
    margin-left: 24px;
  }
}
.beatport-embed-track-details .track-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
}
.beatport-embed-track-details .artist {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #707580;
  display: block;
}
.beatport-embed-track-details .artist span {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.beatport-embed-track-details .genres {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #707580;
  display: block;
}
.beatport-embed-track-details .genres span {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.beatport-embed {
  overflow: hidden;
  width: 100%;
}
.beatport-embed.rounded {
  border-radius: 8px;
}
.beatport-embed iframe {
  width: 100%;
  -webkit-filter: invert();
          filter: invert();
  max-width: 1023px;
}
.soundcloud-embed {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 4px;
  background-color: #ffffff;
  position: relative;
}
.soundcloud-embed.rounded {
  border-radius: 8px;
}
.soundcloud-embed .pro-tag {
  position: absolute;
  bottom: -30px;
  right: 0px;
  border: 1px solid #D8E0E2;
}
@media only screen and (min-width: 768px) {
  .soundcloud-embed .pro-tag {
    border: none;
    bottom: auto;
    right: auto;
    top: 24px;
    left: 24px;
  }
}
.soundcloud-embed-list .item {
  padding-top: 16px;
}
.soundcloud-embed-list .item:first-child {
  padding-top: 0;
}
.pro-section-entity-detail-minimized {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform: translate(0, -180px);
  transform: translate(0, -180px);
  height: 56px;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 52px;
}
@media only screen and (min-width: 768px) {
  .pro-section-entity-detail-minimized {
    top: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section-entity-detail-minimized {
    top: 52px;
  }
}
.pro-section-entity-detail-minimized.past .entity-title {
  color: #707580;
}
.pro-section-entity-detail-minimized.past .tags .pro-tag {
  color: #707580;
}
.pro-section-entity-detail-minimized.track > .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-section-entity-detail-minimized.track .card-micro article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 56px;
}
.pro-section-entity-detail-minimized.track .card-micro h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}
.pro-section-entity-detail-minimized.track .card-micro .artist {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
.pro-section-entity-detail-minimized.track .card-micro .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin: 0 16px;
}
.pro-section-entity-detail-minimized.track .card-micro .actions button + button {
  margin-left: 8px;
}
.pro-section-entity-detail-minimized > .page {
  max-width: 1128px;
  width: 100%;
  padding: 0 12px;
}
@media only screen and (min-width: 1127px) {
  .pro-section-entity-detail-minimized > .page {
    padding: 0;
  }
}
.pro-section-entity-detail-minimized .minimized-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-section-entity-detail-minimized .pro-event-date-calendar {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  min-width: 40px;
  width: 40px;
  height: 40px;
}
.pro-section-entity-detail-minimized .pro-event-date-calendar .day {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
}
.pro-section-entity-detail-minimized .pro-event-date-calendar .year {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 8px;
  margin-top: -3px;
}
.pro-section-entity-detail-minimized .pro-event-date-calendar .month {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  font-weight: 400;
}
.pro-section-entity-detail-minimized article {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-section-entity-detail-minimized article h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
}
.pro-section-entity-detail-minimized .entity-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.pro-section-entity-detail-minimized .tags {
  margin-right: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  height: 23px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.pro-section-entity-detail-minimized .tags .pro-tag {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  margin: 0 3px;
}
.pro-section-artist-booking {
  margin-left: auto;
  margin-right: auto;
}
.pro-section-artist-booking.alt-genre-public-page.pro-section:not(.blue-grey-dark ) .pro-section-header h2,
.pro-section-artist-booking.alt-event-public-page.pro-section:not(.blue-grey-dark ) .pro-section-header h2 {
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.alt-genre-public-page.pro-section .pro-section-header h2,
  .pro-section-artist-booking.alt-event-public-page.pro-section .pro-section-header h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.pro-section-artist-booking.alt-venue-public-page.pro-section:not(.blue-grey-dark ) .pro-section-header h2 {
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.alt-venue-public-page.pro-section .pro-section-header h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.pro-section-artist-booking.transparent {
  padding-top: 0;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.transparent {
    padding-bottom: 80px;
  }
}
.pro-section-artist-booking.transparent + .transparent {
  padding-top: 0;
}
.pro-section-artist-booking.full-width {
  max-width: none;
}
.pro-section-artist-booking.full-width + .transparent {
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.full-width + .transparent {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.mobile-only,
  .pro-section-artist-booking .mobile-only {
    display: none !important;
  }
}
.pro-section-artist-booking.tablet-forward,
.pro-section-artist-booking .tablet-forward {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.tablet-forward,
  .pro-section-artist-booking .tablet-forward {
    display: block !important;
  }
}
.pro-section-artist-booking.tablet-forward-flex,
.pro-section-artist-booking .tablet-forward-flex {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.tablet-forward-flex,
  .pro-section-artist-booking .tablet-forward-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pro-section-artist-booking .page {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .pro-section-artist-booking .page {
    max-width: 1208px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section-artist-booking .page {
    max-width: 1308px;
  }
}
.pro-section-artist-booking .pro-section-header.side-header h2:before {
  content: none;
}
.pro-section-artist-booking .pro-section-header h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #707580;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking .pro-section-header h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
}
.pro-section-artist-booking .pro-section-header h2.channel {
  padding-left: 24px;
}
.pro-section-artist-booking .pro-section-header h2.channel:before {
  background-size: 16px;
  height: 24px;
}
.pro-section-artist-booking .pro-section-header .row {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking .pro-section-header .row {
    margin-bottom: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking .pro-section-header .row .left {
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking .pro-section-header .row .left h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking .pro-section-header .row .left small {
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: auto;
    white-space: nowrap;
  }
}
.pro-section-artist-booking .pro-card-stats .social-follow:first-child {
  margin-left: 0;
}
.pro-section-artist-booking .pro-card.spotify.playlist .bottom {
  padding-top: 12px;
}
.pro-section-artist-booking .pro-card.youtube h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-section-artist-booking .pro-card h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.pro-section-artist-booking .pro-event-date-calendar.small {
  width: 62px;
  min-width: 62px;
}
.pro-section-artist-booking .entity-list-item-v2 .event-venue {
  margin-top: 0 !important;
}
.pro-section-artist-booking .entity-list-item-v2 .event-venue + .event-country-and-city {
  margin-top: -4px;
}
.pro-section-artist-booking .entity-list-item-v2 .event-country-and-city .flag {
  width: 25px;
}
.pro-section-artist-booking .btn.btn-txt.blue {
  font-weight: 600;
}
.pro-section-artist-booking .graph {
  position: relative;
  width: 100%;
  z-index: 0;
}
.pro-section-artist-booking .graph [data-highcharts-chart] {
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
.pro-section-artist-booking .graph .highcharts-container {
  overflow: visible !important;
}
.pro-section-artist-booking .graph svg {
  overflow: visible !important;
}
.pro-section-artist-booking .graph svg .highcharts-tooltip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
.pro-section-artist-booking .graph text.highcharts-credits {
  display: none;
}
.pro-section-artist-booking .graph .highcharts-data-labels span {
  min-width: 20px;
}
.pro-section-artist-booking .btn-play-track {
  background-color: #ffffff;
}
.pro-section-other-pages.transparent {
  padding-top: 48px;
}
.header-artist-booking {
  background-color: #000000;
}
.header-artist-booking + .main {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking + .main {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-artist-booking .page {
    max-width: 1208px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-artist-booking .page {
    max-width: 1308px;
  }
}
.header-artist-booking .actions-wrapper {
  display: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .actions-wrapper {
    display: block;
  }
}
.header-artist-booking .edit-actions {
  margin-top: -40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-artist-booking .side-actions {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
.header-artist-booking .header-artist-booking-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 8px;
}
@media only screen and (max-width: 767px) {
  .header-artist-booking .header-artist-booking-nav {
    background-color: #1B1C1C;
    margin: 0 -16px;
    padding: 16px 16px 8px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-artist-booking-nav {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-artist-booking .header-artist-booking-nav {
    right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1199px) {
  .header-artist-booking .header-artist-booking-nav {
    right: 24px;
  }
}
@media only screen and (min-width: 1471px) {
  .header-artist-booking .header-artist-booking-nav {
    right: calc(50% - 710px);
  }
}
.header-artist-booking .header-artist-booking-nav .button {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  height: 40px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-artist-booking-nav .button {
    max-width: 145px;
    width: 100%;
  }
}
.header-artist-booking .header-artist-booking-nav .button.white {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .header-artist-booking .header-artist-booking-nav .button.white {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header-artist-booking .header-artist-booking-nav .button.red {
    width: 100%;
  }
}
.header-artist-booking .top {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .top {
    padding: 84px 0 24px 0;
  }
}
.header-artist-booking .top:before,
.header-artist-booking .top:after {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.header-artist-booking .top:before {
  background-image: url('../images/static/artist-booking-header-pattern.png');
  background-position: center;
  background-repeat: repeat;
  content: "";
}
.header-artist-booking .top:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=72)";
  filter: alpha(opacity=72);
  -webkit-opacity: 0.72;
  -moz-opacity: 0.72;
  opacity: 0.72;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 28, 0)), to(#1b1c1c));
  background: linear-gradient(180deg, rgba(27, 28, 28, 0) 0%, #1b1c1c 100%);
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .top:after {
    content: "";
  }
}
.header-artist-booking .top .page {
  z-index: 2;
}
.header-artist-booking .bg-image-wrapper {
  position: absolute;
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
}
.header-artist-booking .bg-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .bg-image {
    -webkit-filter: blur(16px);
    -moz-filter: blur(16px);
    -ms-filter: blur(16px);
    filter: blur(16px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  }
}
.header-artist-booking .header-entity {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-top: 56px;
}
.header-artist-booking .header-entity.artist .header-entity-image {
  border-radius: 50%;
}
.header-artist-booking .header-entity.festival .genres,
.header-artist-booking .header-entity.venue .genres {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.header-artist-booking .header-entity.festival .genres:before,
.header-artist-booking .header-entity.venue .genres:before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-entity.festival .bottom-info,
  .header-artist-booking .header-entity.venue .bottom-info {
    margin-top: 24px;
  }
}
.header-artist-booking .header-entity:after {
  pointer-events: none;
  cursor: default;
  position: absolute;
  content: "";
  height: 140px;
  right: -16px;
  bottom: 0;
  left: -16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 28, 0)), color-stop(80%, #1b1c1c), to(#1b1c1c));
  background: linear-gradient(180deg, rgba(27, 28, 28, 0) 0%, #1b1c1c 80%, #1b1c1c 100%);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-entity:after {
    content: none;
  }
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-entity-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
  }
}
.header-artist-booking .header-entity-image {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-entity-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 232px;
    min-width: 232px;
    height: 232px;
    margin-right: 24px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #ffffff;
  }
}
.header-artist-booking .header-entity-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.header-artist-booking .header-entity-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-artist-booking .header-entity-title-wrapper {
  margin-top: auto;
  padding-top: 208px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-entity-title-wrapper {
    padding-top: 56px;
  }
}
.header-artist-booking .header-entity-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-artist-booking .header-entity-title h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-entity-title h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    font-weight: 600;
  }
}
.header-artist-booking .header-entity-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 16px;
}
.header-artist-booking .top-info {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flew-wrap: wrap;
}
.header-artist-booking .bottom-info {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .bottom-info {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.header-artist-booking .country {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: unset;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .country {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.header-artist-booking .country a {
  color: inherit;
}
.header-artist-booking .genres {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .genres {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.header-artist-booking .genres:before {
  border-radius: 50%;
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin: 0 8px;
  background-color: #ffffff;
}
.header-artist-booking .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  margin-right: 8px;
}
.header-artist-booking .header-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-stat {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header-artist-booking .header-stat.channel.white:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header-artist-booking .header-stat.channel.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
  width: 16px;
  height: 16px;
}
.header-artist-booking .header-stat.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.header-artist-booking .header-stat.channel.website:before {
  background-image: url('../images/svg/icon-link-homepage-white.svg');
}
.header-artist-booking .header-stat.channel.ticketmaster:before {
  background-image: url('../images/svg/ticketmaster-color.svg');
}
.header-artist-booking .header-stat.channel.songkick:before {
  background-image: url('../images/svg/songkick-color.svg');
}
.header-artist-booking .header-stat.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.header-artist-booking .header-stat.channel.youtube.alt:before {
  background-image: url('../images/svg/youtube-alt.svg');
}
.header-artist-booking .header-stat.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.header-artist-booking .header-stat.channel.tiktok.alt:before {
  background-image: url('../images/svg/tiktok-alt.svg');
}
.header-artist-booking .header-stat.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.header-artist-booking .header-stat.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.header-artist-booking .header-stat.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.header-artist-booking .header-stat.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.header-artist-booking .header-stat.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.header-artist-booking .header-stat.channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.header-artist-booking .header-stat.channel.instagram.alt:before {
  background-image: url('../images/svg/instagram-alt.svg');
}
.header-artist-booking .header-stat.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.header-artist-booking .header-stat.channel.facebook.alt:before {
  background-image: url('../images/svg/facebook-alt.svg');
}
.header-artist-booking .header-stat.channel.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.header-artist-booking .header-stat.channel:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.header-artist-booking .header-stat span {
  padding-left: 22px;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-stat span {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-artist-booking .header-entity-opening-hours-wrapper {
    padding: 24px 16px;
    margin: 0 -16px;
    background-color: #1B1C1C;
  }
}
.header-artist-booking .header-entity-opening-hours {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  border-radius: 8px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-entity-opening-hours {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 260px;
    background-color: rgba(255, 255, 255, 0.16);
  }
}
.header-artist-booking .header-entity-opening-hours h3 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 20px;
}
.header-artist-booking .header-entity-opening-hours .time-table {
  margin-top: 8px;
}
.header-artist-booking .header-entity-opening-hours .time-table.open tr {
  display: table-row;
}
.header-artist-booking .header-entity-opening-hours .time-table tr {
  display: none;
}
.header-artist-booking .header-entity-opening-hours .time-table tr:first-child {
  display: table-row;
}
.header-artist-booking .header-entity-opening-hours .time-table tr td:first-child {
  width: 1px;
  padding-right: 16px;
}
.header-artist-booking .header-entity-opening-hours .table-expander {
  margin-top: 16px;
  text-align: right;
}
.header-artist-booking .header-entity-opening-hours .venue-extra-info {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.header-artist-booking .header-entity-opening-hours .venue-extra-info .venue-email,
.header-artist-booking .header-entity-opening-hours .venue-extra-info .venue-phone-number {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 20px;
  background-position: left center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.header-artist-booking .header-entity-opening-hours .venue-extra-info .venue-email {
  background-image: url('../images/svg/email-white.svg');
}
.header-artist-booking .header-entity-opening-hours .venue-extra-info .venue-phone-number {
  background-image: url('../images/svg/phone-white.svg');
}
.header-artist-booking .header-entity-opening-hours .btn-timetable-expander {
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
}
.header-artist-booking .header-entity-socials {
  background-color: #1B1C1C;
  color: #ffffff;
  padding: 16px 0 32px 0;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-entity-socials {
    padding: 24px;
  }
}
.header-artist-booking .header-entity-socials.festival .header-stat span {
  color: rgba(255, 255, 255, 0.72);
}
.header-artist-booking .header-socials {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  *zoom: 1;
  min-height: 24px;
}
.header-artist-booking .header-socials:before {
  content: " ";
  display: table;
}
.header-artist-booking .header-socials:after {
  content: " ";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-socials {
    font-size: 15px;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-artist-booking .header-socials:before,
  .header-artist-booking .header-socials:after {
    content: none;
  }
}
@media only screen and (min-width: 1199px) {
  .header-artist-booking .header-socials {
    gap: 16px;
  }
}
@media only screen and (min-width: 1279px) {
  .header-artist-booking .header-socials {
    gap: 24px;
  }
}
@media only screen and (min-width: 1299px) {
  .header-artist-booking .header-socials {
    gap: 32px;
  }
}
.header-artist-booking .header-socials li {
  width: 33%;
  float: left;
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-socials li {
    margin: 0;
    width: auto;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 1199px) {
  .header-artist-booking .header-socials li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media only screen and (max-width: 767px) {
  .header-artist-booking .header-socials .header-stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .header-artist-booking .header-socials .header-stat:before {
    position: absolute;
    left: 0;
    bottom: 3px;
  }
}
.header-artist-booking .header-socials strong {
  font-weight: 500;
  margin-right: 4px;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .header-socials strong {
    font-weight: 600;
  }
}
.header-artist-booking .header-socials a {
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .header-artist-booking .header-socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
.header-artist-booking .mini-badges {
  background-color: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  height: 28px;
  padding-right: 12px;
  margin-left: 12px;
  -ms-flex-item-align: center;
      align-self: center;
}
.header-artist-booking .festival-dates {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .header-artist-booking .festival-dates {
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-artist-booking .festival-dates time + time:before {
    border-radius: 50%;
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    margin: 0 8px;
    background-color: #ffffff;
    vertical-align: middle;
  }
}
.header-artist-booking .location-icon {
  margin-left: 8px;
}
.header-artist-top-tracks {
  background-color: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.header-artist-top-tracks .page {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: unset;
}
.header-artist-top-tracks .page:before,
.header-artist-top-tracks .page:after {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.header-artist-top-tracks .page:before {
  background-image: url('../images/static/artist-booking-header-pattern.png');
  background-position: center;
  background-repeat: repeat;
  content: "";
}
.header-artist-top-tracks .page:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=72)";
  filter: alpha(opacity=72);
  -webkit-opacity: 0.72;
  -moz-opacity: 0.72;
  opacity: 0.72;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 28, 0)), to(#1b1c1c));
  background: linear-gradient(180deg, rgba(27, 28, 28, 0) 0%, #1b1c1c 100%);
}
@media only screen and (min-width: 768px) {
  .header-artist-top-tracks .page:after {
    content: "";
  }
}
.header-artist-top-tracks .bg-image-wrapper {
  position: absolute;
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
}
.header-artist-top-tracks .bg-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .header-artist-top-tracks .bg-image {
    -webkit-filter: blur(16px);
    -moz-filter: blur(16px);
    -ms-filter: blur(16px);
    filter: blur(16px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  }
}
.header-artist-top-tracks .header-entity-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .header-artist-top-tracks .header-entity-title {
    min-height: 118px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-artist-top-tracks .header-entity-title {
    max-width: 1208px;
  }
}
@media only screen and (min-width: 1199px) {
  .header-artist-top-tracks .header-entity-title {
    max-width: 1308px;
  }
}
.header-artist-top-tracks .header-entity-title h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  font-weight: 500;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .header-artist-top-tracks .header-entity-title h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.footer-artist-booking {
  background-color: #000000;
  color: #d5dde0;
  padding: 48px 0;
}
@media only screen and (min-width: 768px) {
  .footer-artist-booking {
    padding: 40px 0;
  }
}
.footer-artist-booking .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer-artist-booking .page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-artist-booking .page {
    max-width: 1208px;
  }
}
@media only screen and (min-width: 1199px) {
  .footer-artist-booking .page {
    max-width: 1308px;
  }
}
.footer-artist-booking .logo {
  width: 115px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .footer-artist-booking .logo {
    margin-bottom: 0;
    width: 115px;
    min-width: 115px;
  }
}
.footer-artist-booking .footnote {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 18px;
}
.footer-artist-booking a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #ffffff;
}
.footer-artist-booking p {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .footer-artist-booking p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .footer-artist-booking span {
    display: none;
  }
}
.pro-section-artist-booking.disabled-section .pro-section-content {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-who-follows .pro-section-content {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 24px 12px;
    background-color: #ffffff;
    overflow: hidden;
  }
}
.pro-section-artist-booking.pro-section-who-follows.alt-venue-public-page {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-who-follows.alt-venue-public-page {
    padding-top: 64px;
  }
}
.pro-section-artist-booking.pro-section-who-follows.alt-venue-public-page.alt-top-one {
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-who-follows.alt-venue-public-page.alt-top-one {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-who-follows .pro-section-swiper.swiper-main {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-who-follows .swiper-slide {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}
.pro-section-artist-booking.pro-section-who-follows .btn-play-track {
  background-color: #ffffff;
}
.pro-section-artist-booking.pro-section-who-follows .btn-follow {
  background-color: #6889e2;
}
.pro-section-artist-booking.pro-section-who-follows .btn-follow.active {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-side-title .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-side-title .pro-section-header {
    width: 25%;
    max-width: 25%;
  }
}
.pro-section-artist-booking.pro-section-side-title .pro-section-header h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-side-title .pro-section-header h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    padding-bottom: 6px;
  }
}
.pro-section-artist-booking.pro-section-side-title .pro-section-header h2:before {
  content: none;
}
.pro-section-artist-booking.pro-section-side-title .pro-section-header h2 + small {
  line-height: 24px;
  height: auto;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-side-title .pro-section-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    margin-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-card-stats-v2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media {
    max-height: 180px;
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media .figure-wrapper,
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media article {
    width: 50%;
  }
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media .figure-wrapper {
    -ms-flex-item-align: self-start;
        align-self: self-start;
  }
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media .channel-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media .channel-info .channel-avatar {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media .channel-info .channel-title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media .channel-info .country-and-genres {
    font-size: 11px;
    font-size: 1.1rem;
    word-break: normal;
    overflow: visible;
    display: block;
    text-align: center;
  }
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media .description {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media .flag {
    display: none;
  }
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-media time {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-mentions-on-instagram .pro-section-swiper.swiper-main.has-mobile-pagination .swiper-container {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-top-instagram-posts .pro-section-media {
    border-radius: 8px;
    overflow: hidden;
  }
  .pro-section-artist-booking.pro-section-top-instagram-posts .pro-section-media .figure-wrapper {
    border-radius: 8px;
  }
  .pro-section-artist-booking.pro-section-top-instagram-posts .pro-section-media article {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-most-streamed-tracks.alt-genre-public-page .pro-section-header h2.channel:before {
    content: "";
    background-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-most-streamed-tracks.alt-genre-public-page .pro-section-header h2.channel {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-subgenres.alt-genre-public-page {
    padding-top: 32px;
  }
  .pro-section-artist-booking.pro-section-subgenres.alt-genre-public-page .pro-section-footer {
    text-align: left;
    padding-top: 0;
  }
  .pro-section-artist-booking.pro-section-subgenres.alt-genre-public-page .genre-square {
    padding: 16px 8px;
    height: 130px;
  }
  .pro-section-artist-booking.pro-section-subgenres.alt-genre-public-page .genre-square h2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
  .pro-section-artist-booking.pro-section-subgenres.alt-genre-public-page .swiper-slide {
    min-width: 130px;
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-subgenres.alt-genre-public-page {
    padding-bottom: 42px;
  }
  .pro-section-artist-booking.pro-section-subgenres.alt-genre-public-page .swiper-slide {
    min-width: 206px;
    width: 206px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-geo-popularity.alt-genre-public-page .pro-section-header small {
    display: none;
  }
  .pro-section-artist-booking.pro-section-geo-popularity.alt-genre-public-page .geo-sidebar h3 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    color: #707580;
  }
  .pro-section-artist-booking.pro-section-geo-popularity.alt-genre-public-page .list-geo-stats {
    display: none;
  }
}
.pro-section-artist-booking.pro-section-geo-popularity.alt-genre-public-page .pro-section-header h2 + small {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-geo-popularity.alt-genre-public-page .pro-section-header .row {
    margin-bottom: 32px;
  }
}
.pro-section-artist-booking.pro-section-geo-popularity.alt-genre-public-page .pro-section-footer {
  padding-top: 16px;
  text-align: left;
}
.pro-section-artist-booking.pro-section-geo-popularity .element-card-chart .rank {
  min-width: 76px;
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-geo-popularity .pro-section-header h2 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-future-and-past-events.tablet-forward {
    padding-top: 80px;
  }
  .pro-section-artist-booking.pro-section-future-and-past-events.tablet-forward + .tablet-forward {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-future-and-past-events.tablet-forward.alt-venue-public-page {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-future-and-past-events.tablet-forward.alt-venue-public-page + .pro-section-future-and-past-events {
    padding-top: 0;
  }
}
.pro-section-artist-booking.pro-section-appears-on-charts .page {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-appears-on-charts .pro-section-content {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-gallery.alt-event-public-page .pro-section-header {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-gallery.alt-venue-public-page {
    padding-top: 0;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-highlights .pro-section-content {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 24px 12px;
    background-color: #ffffff;
    overflow: hidden;
  }
  .pro-section-artist-booking.pro-section-highlights .pro-section-swiper.swiper-main .swiper-wrapper {
    padding-top: 0;
  }
  .pro-section-artist-booking.pro-section-highlights .card-highlight figcaption {
    display: none;
  }
  .pro-section-artist-booking.pro-section-highlights .highlight-title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    font-weight: 500;
    padding-top: 16px;
    max-width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-highlights.alt-venue-public-page {
    padding-top: 80px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-highlights .highlight-title {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-lineup.pro-section .pro-section-header .sorted-by {
    font-size: 11px;
    font-size: 1.1rem;
    color: #707580;
    line-height: 14px;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .pro-section-header .pro-section-content-side-filter {
    display: none;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .pro-section-content {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 24px 12px;
    background-color: #ffffff;
    overflow: hidden;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .lineup-wrapper .sorted-by {
    display: none;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .element-toggle-filter + .element-toggle-filter {
    margin-top: 10px;
    margin-bottom: 32px;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .list-entities .item {
    margin-bottom: 12px;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .list-entities .item:last-child {
    margin-bottom: 0;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .entity-list-item-v2 .entity h3 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .entity-list-item-v2 .actions .btn-play-track {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .pro-tag {
    font-size: 11px;
    font-size: 1.1rem;
    background-color: transparent;
    color: #707580;
    text-transform: none;
    padding: 0;
    border-radius: 0;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .pro-tag span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-lineup.pro-section .pro-section-header .left {
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-lineup.pro-section .pro-section-header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section-artist-booking.pro-section-lineup.pro-section .lineup-wrapper .sorted-by {
    margin-top: -52px;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pro-section-artist-booking.pro-section-lineup.pro-section .entity-list-item-v2 {
    height: auto;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .entity-list-item-v2 .entity article {
    padding-left: 74px;
  }
  .pro-section-artist-booking.pro-section-lineup.pro-section .entity-list-item-v2 .column-secondary {
    padding-left: 74px;
    padding-top: 2px;
  }
}
.pro-section-artist-booking.pro-section-lineup.pro-section .pro-section-list-entities-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .pro-section-content {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 24px 12px;
    background-color: #ffffff;
    overflow: hidden;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .featured-playlist {
    margin: 0 auto;
    width: 138px;
    hiight: 138px;
    min-width: 138px;
    margin-bottom: 32px;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .featured-playlist figure {
    width: 138px;
    hiight: 138px;
    min-width: 138px;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .featured-playlist article {
    padding-top: 8px;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .featured-playlist article h3 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .featured-playlist article .stats {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 14px;
    margin-top: 4px;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .featured-playlist article .stats .icon {
    width: 12px;
    margin-right: 4px;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .featured-playlist .btn-link-outside {
    width: 12px;
    min-width: 12px;
    height: 12px;
    vertical-align: middle;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .featured-playlist-tracks {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .card-micro {
    height: 48px;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .card-micro figure {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .card-micro article {
    padding-left: 60px;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .card-micro h3 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .card-micro .artists {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 14px;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .card-micro .btn-play-track {
    right: 50%;
    margin-right: -8px;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .tracks-table td {
    font-size: 13px;
    font-size: 1.3rem;
    border: 0;
  }
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section .tracks-table td:first-child {
    width: 1px;
    color: #000000;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-entity-playlist.pro-section {
    padding-top: 64px;
    background-color: #e8eced;
  }
}
.pro-section-artist-booking.pro-section-entity-playlist.pro-section .card-micro em {
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-festival-amenities.pro-section h2 {
    padding-bottom: 16px;
  }
  .pro-section-artist-booking.pro-section-festival-amenities.pro-section .list-amenities {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 24px 12px;
    background-color: #ffffff;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
  .pro-section-artist-booking.pro-section-festival-amenities.pro-section .list-amenities li:nth-child(1),
  .pro-section-artist-booking.pro-section-festival-amenities.pro-section .list-amenities li:nth-child(2) {
    padding-top: 0;
  }
  .pro-section-artist-booking.pro-section-festival-amenities.pro-section .accommodation-embed {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 12px;
    background-color: #ffffff;
    overflow: hidden;
    min-height: 320px;
  }
  .pro-section-artist-booking.pro-section-festival-amenities.pro-section .accommodation-embed iframe {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-festival-amenities.pro-section {
    padding-top: 80px;
  }
}
.pro-section-artist-booking.pro-section-festival-amenities.pro-section h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 500;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-festival-amenities.pro-section h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-festival-amenities.pro-section .list-amenities {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-most-airplayed-artists.alt-genre-public-page .pro-section-content {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    padding: 24px 10px 0 10px;
    background-color: #ffffff;
    border-radius: 12px;
  }
  .pro-section-artist-booking.pro-section-most-airplayed-artists.alt-genre-public-page .pro-section-footer {
    display: none;
  }
  .pro-section-artist-booking.pro-section-most-airplayed-artists.alt-genre-public-page .swiper-slide {
    min-width: 136px;
    width: 136px;
    padding-bottom: 0;
  }
  .pro-section-artist-booking.pro-section-most-airplayed-artists.alt-genre-public-page .element-card-entity .entity-title,
  .pro-section-artist-booking.pro-section-most-airplayed-artists.alt-genre-public-page .element-card-entity .entity-subtitle {
    text-align: left;
  }
  .pro-section-artist-booking.pro-section-most-airplayed-artists.alt-genre-public-page .pro-card-stats {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    margin: 2px 0 0 0;
    background-size: 12px;
    background-position: left top 2px;
    padding-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-channel-top-tracks.alt-genre-public-page .pro-section-content {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    padding: 24px 10px 24px 10px;
    background-color: #ffffff;
    border-radius: 12px;
  }
  .pro-section-artist-booking.pro-section-channel-top-tracks.alt-genre-public-page .pro-section-footer {
    display: none;
  }
  .pro-section-artist-booking.pro-section-channel-top-tracks.alt-genre-public-page .swiper-slide {
    min-width: 136px;
    width: 136px;
    padding-bottom: 0;
  }
  .pro-section-artist-booking.pro-section-channel-top-tracks.alt-genre-public-page .element-card-entity .entity-title,
  .pro-section-artist-booking.pro-section-channel-top-tracks.alt-genre-public-page .element-card-entity .entity-subtitle {
    text-align: left;
  }
  .pro-section-artist-booking.pro-section-channel-top-tracks.alt-genre-public-page .pro-card-stats {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    margin: 2px 0 0 0;
    background-size: 12px;
    background-position: left top 2px;
    padding-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-biggest-stars.alt-genre-public-page .pro-section-content {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    padding: 24px 10px 0 10px;
    background-color: #ffffff;
    border-radius: 12px;
    margin: 0 16px;
  }
  .pro-section-artist-booking.pro-section-biggest-stars.alt-genre-public-page .pro-section-footer {
    text-align: left;
    padding-top: 24px;
  }
  .pro-section-artist-booking.pro-section-biggest-stars.alt-genre-public-page .swiper-slide {
    min-width: 120px;
    width: 120px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-biggest-stars.alt-genre-public-page {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-featured-festivals.alt-genre-public-page .pro-section-content {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    padding: 24px 10px 24px 10px;
    background-color: #ffffff;
    border-radius: 12px;
  }
  .pro-section-artist-booking.pro-section-featured-festivals.alt-genre-public-page .pro-section-footer {
    display: none;
  }
  .pro-section-artist-booking.pro-section-featured-festivals.alt-genre-public-page .swiper-slide {
    min-width: 120px;
    width: 120px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-explore-subgenres.pro-section.alt-genre-public-page {
    padding-top: 32px;
  }
  .pro-section-artist-booking.pro-section-explore-subgenres.pro-section.alt-genre-public-page .pro-section-footer {
    text-align: left;
    padding-top: 0;
  }
  .pro-section-artist-booking.pro-section-explore-subgenres.pro-section.alt-genre-public-page .genre-square {
    padding: 16px 8px;
    height: 130px;
    width: 100%;
  }
  .pro-section-artist-booking.pro-section-explore-subgenres.pro-section.alt-genre-public-page .genre-square h2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
  .pro-section-artist-booking.pro-section-explore-subgenres.pro-section.alt-genre-public-page .swiper-slide {
    min-width: 130px;
    width: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-explore-subgenres.pro-section.alt-genre-public-page {
    padding-bottom: 42px;
  }
  .pro-section-artist-booking.pro-section-explore-subgenres.pro-section.alt-genre-public-page .swiper-slide {
    min-width: 206px;
    width: 206px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section-artist-booking.pro-section-explore-subgenres.pro-section.alt-genre-public-page .swiper-slide {
    width: auto;
    min-width: unset;
  }
}
.pro-section-artist-booking.pro-section-explore-subgenres.pro-section > .page {
  max-width: 1308px;
}
@media only screen and (min-width: 1199px) {
  .pro-section-artist-booking.pro-section-explore-subgenres.pro-section > .page {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section.alt-genre-public-page.blue-grey-dark .element-card-entity .entity-title,
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section.alt-event-public-page.blue-grey-dark .element-card-entity .entity-title,
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section.alt-genre-public-page.blue-grey-dark .element-card-entity .entity-subtitle,
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section.alt-event-public-page.blue-grey-dark .element-card-entity .entity-subtitle {
    color: #ffffff;
  }
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section.alt-genre-public-page.blue-grey-dark .element-card-entity .entity-subtitle,
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section.alt-event-public-page.blue-grey-dark .element-card-entity .entity-subtitle {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section.alt-genre-public-page .swiper-main,
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section.alt-event-public-page .swiper-main {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section.alt-genre-public-page .swiper-slide,
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section.alt-event-public-page .swiper-slide {
    min-width: 120px;
    width: 120px;
    padding-bottom: 0;
  }
}
.pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section > .page {
  max-width: 1308px;
}
@media only screen and (min-width: 1199px) {
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section > .page {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section .swiper-slide {
    max-width: 264px;
    min-width: 264px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-discover-recommended-artists.pro-section .pro-section-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section.alt-genre-public-page.blue-grey-dark .element-card-entity .entity-title,
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section.alt-event-public-page.blue-grey-dark .element-card-entity .entity-title,
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section.alt-genre-public-page.blue-grey-dark .element-card-entity .entity-subtitle,
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section.alt-event-public-page.blue-grey-dark .element-card-entity .entity-subtitle {
    color: #ffffff;
  }
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section.alt-genre-public-page.blue-grey-dark .element-card-entity .entity-subtitle,
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section.alt-event-public-page.blue-grey-dark .element-card-entity .entity-subtitle {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section.alt-genre-public-page .swiper-main,
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section.alt-event-public-page .swiper-main {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section.alt-genre-public-page .swiper-slide,
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section.alt-event-public-page .swiper-slide {
    min-width: 120px;
    width: 120px;
    padding-bottom: 0;
  }
}
.pro-section-artist-booking.pro-section-featured-festivals.pro-section > .page {
  max-width: 1308px;
}
@media only screen and (min-width: 1199px) {
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section > .page {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section .swiper-slide {
    max-width: unset;
    min-width: unset;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section .pro-section-header {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section .pro-section-content {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-featured-festivals.pro-section .pro-section-content {
    width: calc(75% - 32px);
  }
}
.pro-section-artist-booking.pro-section-where-to-stay.alt-event-public-page .page {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-where-to-stay.alt-event-public-page .pro-section-content {
    width: 75%;
  }
}
.pro-section-artist-booking.pro-section-event-base-info.alt-event-public-page {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .pro-section-artist-booking.pro-section-event-base-info.alt-event-public-page .event-base-additional-info .row + .row {
    margin-top: 16px;
  }
  .pro-section-artist-booking.pro-section-event-base-info.alt-event-public-page .event-base-info article h3,
  .pro-section-artist-booking.pro-section-event-base-info.alt-event-public-page .event-base-info article h1 {
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
  }
  .pro-section-artist-booking.pro-section-event-base-info.alt-event-public-page .icon {
    margin-top: 2px;
  }
  .pro-section-artist-booking.pro-section-event-base-info.alt-event-public-page .col-2 .row + .row {
    margin-top: 12px;
  }
  .pro-section-artist-booking.pro-section-event-base-info.alt-event-public-page .col-3 .row + .row {
    margin-top: 6px;
  }
  .pro-section-artist-booking.pro-section-event-base-info.alt-event-public-page .ticket-links a {
    text-decoration: underline;
    text-decoration-skip-ink: auto;
  }
}
@media only screen and (max-width: 767px) and only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-event-base-info.alt-event-public-page .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2px;
    line-height: 14px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-event-base-info.alt-event-public-page {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-featured-venue.alt-event-public-page .pro-section-content {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-featured-event.alt-venue-public-page .pro-section-content {
    width: 75%;
  }
}
.pro-section-artist-booking.pro-section-featured-event.alt-venue-public-page + .pro-section-gallery {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .pro-section-artist-booking.pro-section-performing-artists.alt-event-public-page .pro-section-content {
    width: 75%;
  }
}
.pro-section-artist-booking .btn-toggle-track-filter {
  padding-left: 12px;
  padding-right: 12px;
}
.pro-section-analytics-module {
  padding-top: 0;
}
/*
.section-faq-split {
	padding: 40px 0;

	@media @bp_768 {
		padding: 80px 0;
	}

	&.white {
		background-color: @white;
	}

	> .page {
		max-width: 1128px + (2 * 90px);
		width: auto;

		@media @bp_768 {
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: space-between;
			gap: 32px;
		}

		@media @bp_1200 {
			padding-left: @page_spacer_desktop;
			padding-right: @page_spacer_desktop;
		}
	}

	.pro-section-header {
		width: 100%;

		@media @bp_768 {
			width: 20%;
		}
	}

	.pro-section-content {

		@media @bp_768 {
			width: 80%;
		}
	}

	.landing-section-title {
		.font-size(14);
		line-height: 24px;
		font-weight: 500;
		color: @grey-1;
		text-align: left;

		@media @bp_768 {
			.font-size(18);
			line-height: 24px;
		}
	}

	.question {
		.box-sizing;
		.font-size(14);
		line-height: 24px;
		color: @grey-1;
		border-bottom: 1px solid @inactive;
		padding: 24px 0;
		text-align: left;
		width: 100%;

		@media @bp_768 {
			.font-size(15);
			padding: 32px 0;
		}

		&.fade-in {
			.opacity(1);
		}

		&.closed {

			.question-content {
				display: none;
			}

			.js-accordion-trigger {

				&:after {
					.rotate(0deg);
				}
			}
		}

		&.open {

			.js-accordion-trigger {

				&:after {
					.rotate(180deg);
				}
			}
		}

		&:first-child {

			@media @bp_768 {
				padding-top: 0;
			}
		}
	}

	.question-title {
		.font-size(13);
		line-height: 20px;
		font-weight: 500;
		color: @black;
		position: relative;
		padding-right: 28px;

		@media @bp_768 {
			.font-size(15);
			line-height: 24px;
		}
	}

	.question-subtitle {
		.font-size(15);
		line-height: 20px;
		font-weight: 500;
	}

	.js-accordion-trigger {
		cursor: pointer;
		
		&:after {
			.transition(transform, 200ms, ease-out);
			.rotate(0deg);
			content: "";
			position: absolute;
			top: 50%;
			right: 0;
			width: 28px;
			height: 28px;
			margin-top: -14px;
			background-image: url('../images/svg/icon-down-arrow-blue.svg');
			background-size: 28px;
			background-position: center;
			background-repeat: no-repeat;
		}
	}

	.question-content {
		.font-size(11);
		line-height: 16px;

		@media @bp_768 {
			.font-size(15);
			line-height: 24px;
		}

		p {
			padding: 8px 0 0 0;
			margin: 0;

			&:first-child {
				margin-top: 16px;
				padding-top: 0;

				@media @bp_768 {
					margin-top: 24px;
				}
			}

			&:last-child {
				padding-bottom: 0;
			}
		}

		a {
			.text-decoration-ink;
			color: @blue;

			&:hover,
			&:active {
				color: @blue-roll;
			}
		}
	}

	.actions {
		padding-top: 16px;
		padding-left: 0;
	}
}
*/
.section-faq {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .section-faq {
    padding: 112px 0 120px 0;
  }
}
.section-faq.white {
  background-color: #ffffff;
}
.section-faq > .page {
  max-width: 994px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .section-faq > .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-faq > .page {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-faq > .page {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.section-faq .landing-section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .section-faq .landing-section-title {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-faq .landing-section-title {
    font-size: 48px;
    font-size: 4.8pxrem;
    line-height: 56px;
  }
}
.section-faq .landing-section-title + .question {
  padding-top: 0;
}
.section-faq .question {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #707580;
  border-bottom: 1px solid #d5dde0;
  padding: 24px 0;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-faq .question {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 32px 0;
  }
}
.section-faq .question.fade-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-faq .question.closed .question-content {
  display: none;
}
.section-faq .question.closed .js-accordion-trigger:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
}
.section-faq .question.open .js-accordion-trigger:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.section-faq .question-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  font-weight: 500;
  color: #000000;
  position: relative;
  padding-right: 28px;
}
@media only screen and (min-width: 768px) {
  .section-faq .question-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.section-faq .js-accordion-trigger {
  cursor: pointer;
}
.section-faq .js-accordion-trigger:after {
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background-image: url('../images/svg/icon-down-arrow-blue.svg');
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
}
.section-faq .question-content p {
  padding: 8px 0 0 0;
  margin: 0;
}
.section-faq .question-content p:first-child {
  margin-top: 16px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-faq .question-content p:first-child {
    margin-top: 24px;
  }
}
.section-faq .question-content p:last-child {
  padding-bottom: 0;
}
.section-faq .question-content a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-faq .question-content a:hover,
.section-faq .question-content a:active {
  color: #6889e2;
}
.section-faq .actions {
  padding-top: 40px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .section-faq .actions {
    padding-top: 16px;
  }
  .section-faq .actions .button.tertiary.m {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.home-section {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  padding: 24px;
}
.home-section.home-section-switch-to-desktop {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  max-width: 616px;
  padding: 0;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .home-section.home-section-switch-to-desktop {
    display: none;
  }
}
.home-section.home-section-switch-to-desktop.for-chart {
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .home-section.home-section-switch-to-desktop.for-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .home-section.home-section-switch-to-desktop.for-chart {
    display: none;
  }
}
.home-section.home-section-switch-to-desktop.for-chart .home-section-content {
  padding: 56px 40px 400px 40px;
  background-size: 533px 300px;
}
@media only screen and (min-width: 768px) {
  .home-section.home-section-switch-to-desktop.for-chart .home-section-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-section.home-section-switch-to-desktop.for-chart h2,
.home-section.home-section-switch-to-desktop.for-chart p {
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .home-section.home-section-switch-to-desktop.for-chart h2,
  .home-section.home-section-switch-to-desktop.for-chart p {
    max-width: 275px;
  }
}
.home-section.home-section-switch-to-desktop.for-chart p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.home-section.home-section-switch-to-desktop.for-chart .btn-close-card {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home-section.home-section-switch-to-desktop + .home-section {
    margin-top: 0 !important;
  }
}
.home-section.home-section-switch-to-desktop .home-section-content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding: 24px 50% 24px 24px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/switch-to-desktop-mobile.webp');
  background-size: contain;
}
.home-section.home-section-switch-to-desktop h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 16px;
}
.home-section.home-section-switch-to-desktop p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  padding: 0;
  margin: 0;
  max-width: 115px;
}
@media only screen and (min-width: 480px) {
  .home-section.home-section-switch-to-desktop p {
    max-width: none;
  }
}
.home-section.home-section-switch-to-desktop .btn-close-card {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 4px;
  right: 4px;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .pro-section-swiper.swiper-main.has-mobile-pagination {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-swiper.swiper-main.has-mobile-pagination .swiper-container {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-swiper.swiper-main.has-mobile-pagination .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    right: 0;
    width: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pro-section-swiper.swiper-main.has-mobile-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    width: 8px;
    max-width: 8px;
    min-width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .pro-section-swiper.swiper-main.has-mobile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 50%;
    background-color: #000000;
  }
  .pro-section-swiper.swiper-main.has-mobile-pagination .swiper-pagination-bullet:before {
    content: none;
  }
}
.card-micro {
  position: relative;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-micro.venue figure,
.card-micro.festival figure {
  width: 42px;
}
.card-micro.venue figure + article,
.card-micro.festival figure + article {
  padding-left: 52px;
}
.card-micro figure + article {
  padding-left: 42px;
}
.card-micro figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8eced;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-micro figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-micro article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-micro h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  padding: 0;
  word-break: break-all;
}
.card-micro .location {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.graph-tooltip {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #ffffff;
  line-height: 1;
  color: #000000;
  padding: 6px 16px;
  display: inline-block;
}
.graph-tooltip.has-shadow {
  -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
}
.graph-tooltip label {
  white-space: nowrap;
  position: relative;
  display: inline;
}
.graph-tooltip .grey-important {
  color: #707580 !important;
}
.graph-tooltip .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.graph-tooltip .flex .label-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.graph-tooltip .flex .circle {
  top: 2px;
}
.graph-tooltip .overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
}
.graph-tooltip .year {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  display: block;
  padding-bottom: 10px;
}
.graph-tooltip .year + .table {
  margin-top: -4px;
}
.graph-tooltip .value strong {
  font-weight: 600;
}
.graph-tooltip .channel-icon {
  vertical-align: middle;
  display: inline-block;
}
.graph-tooltip .circle {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 4px;
}
.graph-tooltip .circle.relative {
  left: 0;
  margin-left: 0;
  position: relative;
}
.graph-tooltip .circle.ring:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  display: inline-block;
}
.graph-tooltip .circle.outline {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.graph-tooltip .circle + .label-title {
  padding-left: 16px;
}
.graph-tooltip > .label-title {
  padding-bottom: 8px;
  display: block;
}
.graph-tooltip .label-title {
  padding-bottom: 8px;
}
.graph-tooltip .label-title.slim {
  padding-bottom: 4px;
}
.graph-tooltip .label-title.genre {
  vertical-align: middle;
}
.graph-tooltip .label-title.channel:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.graph-tooltip .label-title.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.graph-tooltip .label-title.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.graph-tooltip .label-title.beatport:before {
  background-image: url('../images/svg/beatport-color.svg');
}
.graph-tooltip .label-title.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.graph-tooltip .label-title.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.graph-tooltip .label-title.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.graph-tooltip .label-title.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.graph-tooltip .label-title.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.graph-tooltip .label-title.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.graph-tooltip .label-title.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.graph-tooltip .label-title.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.graph-tooltip .label-title.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.graph-tooltip .label-title.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.graph-tooltip .label-title time {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  color: #494C52;
  display: inline-block;
  padding-right: 6px;
  min-width: 45px;
}
.graph-tooltip .label-title strong {
  font-weight: 600;
}
.graph-tooltip > .country + .channel-value {
  margin-top: 10px;
}
.graph-tooltip .channel-value {
  line-height: 1;
}
.graph-tooltip .channel-value + .channel-value {
  margin-top: 8px;
}
.graph-tooltip .channel-value img {
  vertical-align: middle;
  margin-right: 2px;
}
.graph-tooltip .channel-value .percent {
  padding-left: 10px;
}
.graph-tooltip .channel-value strong {
  font-weight: 600;
}
.graph-tooltip .percent {
  color: #707580;
  display: inline-block;
}
.graph-tooltip .percent strong {
  font-weight: 600;
}
.graph-tooltip .percentages strong {
  font-weight: 600;
}
.graph-tooltip td {
  padding: 4px;
}
.graph-tooltip td:first-child {
  padding-left: 0;
}
.graph-tooltip td:last-child {
  padding-right: 0;
}
.graph-tooltip .data-table-wrapper {
  max-width: 300px;
}
.graph-tooltip .data-table-wrapper .paddster {
  padding: 0 8px;
}
.graph-tooltip .data-table-wrapper .paddster + .data-table {
  margin-top: 24px;
}
.graph-tooltip .data-table-wrapper table {
  width: 100%;
}
.graph-tooltip .data-table-wrapper .card-micro {
  max-width: 100%;
}
.graph-tooltip .data-table-wrapper .card-micro .country-flag img {
  margin-right: 5px;
}
.graph-tooltip .data-table-wrapper thead td {
  border-bottom: 1px solid #a0aeb4;
  padding-bottom: 16px;
}
.graph-tooltip .data-table-wrapper tbody tr:last-child td {
  border-bottom: 0;
}
.graph-tooltip .data-table-wrapper tr:hover {
  cursor: default;
  background-color: transparent;
}
.graph-tooltip .data-table-wrapper tr:hover th,
.graph-tooltip .data-table-wrapper tr:hover td {
  background-color: transparent;
}
.graph-tooltip .data-table-wrapper td {
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 1px solid #e8eced;
}
.graph-tooltip .data-table-wrapper td.r {
  text-align: right !important;
}
.analytics-module-main {
  background: linear-gradient(45.17deg, #6e92f4 -23.38%, #fc173a 124.43%, #fc173a 124.43%);
  padding: 16px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .analytics-module-main {
    padding: 24px;
  }
}
.analytics-module-main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .analytics-module-main-header {
    gap: 24px;
    padding-bottom: 24px;
  }
}
.analytics-module-grid {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.analytics-module-grid .analytics-module-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .analytics-module-grid .analytics-module-grid-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.analytics-module {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1024px) {
  .analytics-module.w-1-of-2 {
    width: 100%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .analytics-module.w-1-of-3 {
    width: 100%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .analytics-module.w-2-of-3 {
    width: 100%;
    max-width: 66.666%;
  }
}
.analytics-module-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.analytics-module-content .pro-content-module-subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.analytics-module-content .pro-content-module-subtitle.channel:before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.analytics-module-content .pro-content-module-subtitle.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.analytics-module-content .pro-content-module-subtitle.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.analytics-module-content .pro-content-module-subtitle.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.analytics-module-content .pro-content-module-subtitle.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.analytics-module-content .pro-content-module-subtitle.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.analytics-module-content .pro-content-module-subtitle.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.analytics-module-content .pro-content-module-subtitle.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.analytics-module-content .pro-content-module-subtitle.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.analytics-module-content .pro-content-module-subtitle.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.analytics-module-content .pro-content-module-subtitle.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.analytics-module-content .pro-content-module-subtitle.applemusic:before,
.analytics-module-content .pro-content-module-subtitle.apple-music:before {
  background-image: url('../images/svg/apple-music-color.svg');
}
.analytics-module-content .card-micro.playlist article {
  padding-left: 40px;
}
.analytics-module-content .card-micro .artists {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
}
.analytics-module-content .card-micro .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.analytics-module-content .channels-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.analytics-module-content .channels-overview + .pro-table-wrapper {
  margin-top: auto;
}
.analytics-module-content .channels-overview .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  border-left: 1px solid #e8eced;
}
.analytics-module-content .pro-table.table-charts {
  width: 100%;
}
.analytics-module-content .pro-table.table-charts th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.analytics-module-content .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.analytics-module-content .stats .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.analytics-module-content .stats .value-change {
  -ms-flex-item-align: center;
      align-self: center;
}
.analytics-module-content .stats strong {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 600;
}
.analytics-module-content .stats label {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  display: block;
  padding-top: 2px;
  color: #707580;
}
.analytics-module-content .graph {
  margin-top: 16px;
}
.home-tutorials {
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}
.home-tutorials .home-tutorials-header {
  padding: 16px 24px;
  border-bottom: 1px solid #d5dde0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-tutorials .home-tutorials-header .btn-close {
  background-size: 10px;
  width: 16px;
}
.home-tutorials .home-tutorials-header-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-tutorials .home-tutorials-main {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-tutorials .list-home-tutorials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home-tutorials .list-home-tutorials {
    gap: 24px;
  }
}
@media only screen and (min-width: 1399px) {
  .home-tutorials .list-home-tutorials.fluid .item {
    min-width: 170px;
    max-width: 170px;
  }
}
.home-tutorials .list-home-tutorials .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .home-tutorials .list-home-tutorials .item {
    min-width: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 1024px) {
  .home-tutorials .list-home-tutorials .item {
    min-width: calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
}
@media only screen and (min-width: 1399px) {
  .home-tutorials .list-home-tutorials .item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: unset;
  }
}
.home-tutorials .home-tutorial-box {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #d5dde0;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-tutorials .home-tutorial-box.see-all-tutorials {
  background: linear-gradient(225.21deg, rgba(78, 99, 206, 0.56) 2.08%, rgba(255, 0, 0, 0.56) 104.81%);
}
.home-tutorials .home-tutorial-box.see-all-tutorials article {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home-tutorials .home-tutorial-box.see-all-tutorials .home-tutorial-box-link {
  color: #ffffff;
}
.home-tutorials .home-tutorial-box.see-all-tutorials .home-tutorial-box-link:hover,
.home-tutorials .home-tutorial-box.see-all-tutorials .home-tutorial-box-link:active {
  background: linear-gradient(225.21deg, #4e63ce 2.08%, #ff0000 104.81%);
}
.home-tutorials .home-tutorial-box.see-all-tutorials .home-tutorial-box-fake-link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  display: block;
  background-image: url('../images/svg/arrow-right-white.svg');
  background-size: 16px;
  background-position: bottom 5px right;
  margin-top: auto;
  width: 100%;
}
.home-tutorials .home-tutorial-box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-tutorials .home-tutorial-box .home-tutorial-box-link {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #4e63ce;
  padding: 16px;
  height: 100%;
}
.home-tutorials .home-tutorial-box .home-tutorial-box-link:hover,
.home-tutorials .home-tutorial-box .home-tutorial-box-link:active {
  color: #6889e2;
  background: linear-gradient(222.76deg, #5152de 13.66%, #a3aceb 106.98%);
  color: #ffffff;
}
.home-tutorials .home-tutorial-box .home-tutorial-box-link:hover .home-tutorial-box-fake-link,
.home-tutorials .home-tutorial-box .home-tutorial-box-link:active .home-tutorial-box-fake-link {
  background-image: url('../images/svg/arrow-right-white.svg');
}
.home-tutorials .home-tutorial-box .home-tutorial-box-icon {
  width: 24px;
  min-width: 24px;
}
.home-tutorials .home-tutorial-box .home-tutorial-box-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 20px;
}
.home-tutorials .home-tutorial-box .home-tutorial-box-fake-link {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  margin-top: auto;
  margin-right: auto;
  background-image: url('../images/svg/arrow-right-blue.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 24px;
}
.section-signup-login-v2 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 0 0;
  background-color: #ffffff;
  min-height: calc(100vh - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-mobile.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-signup-login-v2 {
    background-position: center;
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-tablet.jpg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-signup-login-v2 {
    padding: 60px 0;
    min-height: calc(100vh - 74px);
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-desktop.jpg');
  }
}
@media only screen and (min-width: 1439px) {
  .section-signup-login-v2 {
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-2k.jpg');
  }
}
@media only screen and (min-width: 1919px) {
  .section-signup-login-v2 {
    padding: 60px 0;
    min-height: calc(100vh - 74px);
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-4k.jpg');
  }
}
.section-signup-login-v2.go-fullscreen {
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-signup-login-v2.go-fullscreen .page {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-signup-login-v2.go-fullscreen:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  bottom: -100px;
  left: -100px;
  background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-mobile.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .section-signup-login-v2.go-fullscreen:before {
    background-position: center;
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-tablet.jpg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-signup-login-v2.go-fullscreen:before {
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-desktop.jpg');
  }
}
@media only screen and (min-width: 1439px) {
  .section-signup-login-v2.go-fullscreen:before {
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/home-zoom-bg-2k.jpg');
  }
}
.section-signup-login-v2 .page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), (device-width: 414px) and (device-height: 800px) and (-webkit-device-pixel-ratio: 2) {
  .section-signup-login-v2 .page {
    padding-bottom: 54px;
  }
}
@media (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .section-signup-login-v2 .page {
    padding-bottom: 54px;
  }
}
@media (device-width: 414px) and (device-height: 800px) and (-webkit-device-pixel-ratio: 2) {
  .section-signup-login-v2 .page {
    padding-bottom: 54px;
  }
}
@media (device-width: 360px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .section-signup-login-v2 .page {
    padding-bottom: 54px;
  }
}
@media (device-width: 455px) and (device-height: 986px) and (-webkit-device-pixel-ratio: 2) {
  .section-signup-login-v2 .page {
    padding-bottom: 54px;
  }
}
@media (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  .section-signup-login-v2 .page {
    padding-bottom: 54px;
  }
}
@media (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .section-signup-login-v2 .page {
    padding-bottom: 54px;
  }
}
.section-signup-login-v2 .section-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-signup-login-v2 .section-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.floater-v2 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  max-width: 290px;
  padding: 24px 12px;
  position: relative;
}
@media only screen and (min-width: 360px) {
  .floater-v2 {
    max-width: 330px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2 {
    padding: 40px;
    max-width: 464px;
  }
}
.floater-v2.log-in {
  border-radius: 8px;
  width: 290px;
}
@media only screen and (min-width: 360px) {
  .floater-v2.log-in {
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .floater-v2.log-in {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.log-in {
    width: 464px;
  }
}
.floater-v2.log-in h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  padding-bottom: 24px;
}
.floater-v2.sign-up {
  border-radius: 8px;
  width: 290px;
}
@media only screen and (min-width: 360px) {
  .floater-v2.sign-up {
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .floater-v2.sign-up {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: auto;
    margin-bottom: 124px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.sign-up {
    min-height: 614px;
    margin-bottom: 0;
    width: 464px;
  }
}
@media only screen and (max-width: 767px) {
  .floater-v2.sign-up.open {
    margin-top: auto;
  }
}
.floater-v2.sign-up.open fieldset,
.floater-v2.sign-up.open .actions {
  display: block;
}
.floater-v2.sign-up.open .btn-enter.viberate.mobile-only {
  display: none;
}
.floater-v2.sign-up h2 {
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.sign-up h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.floater-v2.sign-up fieldset,
.floater-v2.sign-up .actions {
  display: none;
}
@media only screen and (min-width: 768px) {
  .floater-v2.sign-up fieldset,
  .floater-v2.sign-up .actions {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.forgot-password {
    padding-left: 62px;
    padding-right: 62px;
  }
}
.floater-v2.forgot-password h2 {
  padding-bottom: 24px;
}
.floater-v2.onboarding-details {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-details {
    max-width: none;
    min-height: 100vh;
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-details {
    border-radius: 8px;
    padding-top: 112px;
    height: 614px;
    padding-bottom: 24px;
  }
}
.floater-v2.onboarding-details .floater-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-details .floater-header {
    border-radius: 8px 8px 0 0;
  }
}
.floater-v2.onboarding-details .pro-form .form-row:first-child {
  z-index: 10;
}
.floater-v2.onboarding-details h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-bottom: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-details h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.floater-v2.onboarding-details .actions {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-details .actions {
    padding-bottom: 50px;
  }
}
.floater-v2.onboarding-details .pro-custom-input.dropdown input {
  padding-right: 32px;
}
.floater-v2.onboarding-details .pro-custom-input .results {
  max-height: 258px;
}
.floater-v2.onboarding-details .selection-box {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
  height: 220px;
  z-index: 1;
  scroll-behavior: smooth;
  border: 1px solid #A0AEB4;
  scrollbar-width: thin;
  padding: 0 16px;
}
.floater-v2.onboarding-details .selection-box::-webkit-scrollbar {
  width: 5px;
}
.floater-v2.onboarding-details .selection-box::-webkit-scrollbar-track-piece {
  background: #E8ECED;
}
.floater-v2.onboarding-details .selection-box::-webkit-scrollbar-thumb {
  background: #707580;
}
.floater-v2.onboarding-details .selection-box label {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
}
.floater-v2.onboarding-details .selection-box .pro-tag {
  margin: 4px 4px 4px 0;
}
.floater-v2.onboarding-details .dropdown-artists .results-list {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0;
}
.floater-v2.onboarding-details .dropdown-artists .results-list .item {
  border-bottom: 1px solid #e8eced;
  padding: 6px 0;
}
.floater-v2.onboarding-details .dropdown-artists .results-list .item:last-child {
  border: 0;
}
.floater-v2.onboarding-details .dropdown-artists .sticky {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1;
  background-color: #f8f9fd;
  padding: 12px 16px;
  margin: 0 -8px;
}
.floater-v2.onboarding-details .changed-your-mind {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
.floater-v2.onboarding-details .label-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #707580;
  padding-bottom: 8px;
  display: block;
}
.floater-v2.onboarding-details .label-title.small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
.floater-v2.onboarding-details .selected-entity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 16px;
}
.floater-v2.onboarding-details .selected-entity.border {
  border-radius: 8px;
  border: 1px solid #e8eced;
}
.floater-v2.onboarding-details .selected-entity .btn-editor {
  margin-left: 4px;
}
.floater-v2.onboarding-details .selected-entity .row {
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #707580;
  text-transform: uppercase;
  text-align: right;
}
.floater-v2.onboarding-details .selected-entity .row.tags {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  width: auto;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
  white-space: nowrap;
}
.floater-v2.onboarding-details .selected-entity .row.tags .btn-filter-tag + .btn-filter-tag,
.floater-v2.onboarding-details .selected-entity .row.tags .pro-tag + .btn-filter-tag,
.floater-v2.onboarding-details .selected-entity .row.tags .btn-filter-tag + .pro-tag,
.floater-v2.onboarding-details .selected-entity .row.tags .pro-tag + .pro-tag {
  margin-left: 8px;
}
.floater-v2.onboarding-details .selected-entity .row.tags .pro-tag {
  color: #000000;
}
.floater-v2.onboarding-details .selected-entity .row .country {
  color: #707580;
  white-space: nowrap;
  min-width: 38px;
}
.floater-v2.onboarding-details .selected-entity .row .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  border: 1px solid #e8eced;
}
.floater-v2.onboarding-details .selected-entity a + article,
.floater-v2.onboarding-details .selected-entity figure + article {
  padding-left: 64px;
}
.floater-v2.onboarding-details .selected-entity figure {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  min-width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e8eced;
}
.floater-v2.onboarding-details .selected-entity article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.floater-v2.onboarding-details .selected-entity h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  color: #000000;
}
.floater-v2.onboarding-details .disclaimer {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  text-align: center;
  padding-bottom: 8px;
}
.floater-v2.type-of-stats {
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 820px;
}
@media only screen and (max-width: 767px) {
  .floater-v2.type-of-stats {
    max-width: none;
    min-height: 100vh;
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.type-of-stats {
    border-radius: 8px;
    padding-bottom: 56px;
  }
}
.floater-v2.type-of-stats .floater-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.floater-v2.type-of-stats h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-bottom: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .floater-v2.type-of-stats h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    padding-bottom: 56px;
  }
}
.floater-v2.type-of-stats .type-of-stats-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.type-of-stats .type-of-stats-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.floater-v2.type-of-stats .type-of-stats-box {
  -webkit-transition: transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 768px) {
  .floater-v2.type-of-stats .type-of-stats-box {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    max-width: 280px;
    width: 100%;
  }
}
.floater-v2.type-of-stats .type-of-stats-box.type-artist {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-card-artists-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .floater-v2.type-of-stats .type-of-stats-box.type-artist {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-card-artists-desktop.webp');
  }
}
.floater-v2.type-of-stats .type-of-stats-box.type-analytics {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-card-pro-mobile.webp');
}
@media only screen and (min-width: 768px) {
  .floater-v2.type-of-stats .type-of-stats-box.type-analytics {
    background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-uberlanding-card-pro-desktop.webp');
  }
}
.floater-v2.type-of-stats .type-of-stats-box:hover,
.floater-v2.type-of-stats .type-of-stats-box:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.floater-v2.type-of-stats .type-of-stats-box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.type-of-stats .type-of-stats-box h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
  }
}
.floater-v2.type-of-stats .type-of-stats-box p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.floater-v2.onboarding-surprise {
  text-align: center;
  max-width: 900px;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise {
    padding-top: 80px;
    max-width: none;
    min-height: 100vh;
    width: calc(100vw - 32px);
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise {
    border-radius: 8px;
  }
}
.floater-v2.onboarding-surprise.surprise-a h2 {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-a h2 {
    padding-bottom: 40px;
  }
}
.floater-v2.onboarding-surprise.surprise-a .box {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}
@media only screen and (min-width: 360px) {
  .floater-v2.onboarding-surprise.surprise-a .box {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-a .box {
    margin-top: 25px;
    padding: 24px 48px;
  }
}
.floater-v2.onboarding-surprise.surprise-a .top-benefits {
  padding-bottom: 0;
}
.floater-v2.onboarding-surprise.surprise-a .actions {
  font-size: 0px;
  font-size: 0rem;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-a .actions {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-a .actions {
    margin-top: 40px;
  }
}
.floater-v2.onboarding-surprise.surprise-a .actions .button {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-a .actions .button {
    margin: 0 12px;
    width: 260px;
  }
}
.floater-v2.onboarding-surprise.surprise-a .actions .button + .button {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-a .actions .button + .button {
    margin-top: 24px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-a .actions .button + .button {
    margin-top: 0;
  }
}
.floater-v2.onboarding-surprise.surprise-b {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-b {
    padding-top: 66px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b .floater-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.floater-v2.onboarding-surprise.surprise-b .col.col-1 {
  background: #e9eced;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b .col.col-1 {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 290px;
            flex: 0 1 290px;
    max-width: 290px;
  }
}
@media only screen and (min-width: 880px) {
  .floater-v2.onboarding-surprise.surprise-b .col.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 422px;
            flex: 0 1 422px;
    max-width: 422px;
  }
}
.floater-v2.onboarding-surprise.surprise-b .col.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b .col.col-2 {
    margin-right: 0;
    padding: 56px;
  }
}
.floater-v2.onboarding-surprise.surprise-b h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  padding: 16px 0 24px 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    padding-top: 0;
  }
}
.floater-v2.onboarding-surprise.surprise-b p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.floater-v2.onboarding-surprise.surprise-b .top-benefits {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 180px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b .top-benefits {
    padding-bottom: 0;
  }
}
.floater-v2.onboarding-surprise.surprise-b .top-benefits li {
  background-size: 16px;
  background-position: left top 6px;
  padding: 2px 0 2px 32px;
}
.floater-v2.onboarding-surprise.surprise-b .actions {
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-b .actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 16px;
    background-color: #ffffff;
    overflow: visible;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-b .actions:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    content: "ss";
    height: 30px;
    z-index: 3;
    top: -30px;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-b .actions {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b .actions {
    margin-top: 40px;
    display: block;
    max-width: 250px;
  }
}
.floater-v2.onboarding-surprise.surprise-b .actions .button {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.floater-v2.onboarding-surprise.surprise-b .actions .button + .button {
  margin-top: 16px;
}
.floater-v2.onboarding-surprise.surprise-b .feature-animation {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e9eced;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b .feature-animation .animation-wrapper {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b .feature-animation .animation-element {
    -webkit-animation: onboarding-animation-tablet-forward-b 10s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
    animation: onboarding-animation-tablet-forward-b 10s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  }
}
@media only screen and (min-width: 880px) {
  .floater-v2.onboarding-surprise.surprise-b .feature-animation .animation-element {
    -webkit-animation: onboarding-animation-tablet-forward-b-880 10s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
    animation: onboarding-animation-tablet-forward-b-880 10s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-b-alt {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt {
    padding: 0;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise.new h2 {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise.new .col.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 422px;
            flex: 0 1 422px;
    max-width: 422px;
    background-image: url('../images/static/artist-new-paywall-visual.webp');
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .col.col-1 {
  background-color: transparent;
}
.floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .col.col-1:before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .col.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 422px;
            flex: 0 1 422px;
    max-width: 422px;
    background-image: url('../images/static/artist-paywall-visual.webp');
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .top-benefits > li {
  background-image: url(../images/svg/checkmark-circle-blue.svg);
}
.floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .text-wrapper p {
  margin: 0;
  padding: 8px 0;
}
.floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .actions.full-width {
  max-width: none;
  width: 100%;
}
.floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .actions.full-width .button + .button {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .actions {
    min-height: 90px;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .actions .button {
  min-height: 48px;
}
.floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .actions .button.full-width {
  max-width: none;
  width: 100%;
}
.floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .actions .button.tertiary {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt.artist-surprise .actions .button.tertiary {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt.alt-cancel-flow .col.col-1 {
    background-image: url('../images/static/banner-cancel-flow.webp');
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt.alt-cancel-flow-viberate-analytics .col.col-1 {
    background-image: url('../images/static/banner-cancel-flow-viberate-analytics.webp');
  }
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .floater-content {
    max-width: unset;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .floater-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.floater-v2.onboarding-surprise.surprise-b-alt .col.col-1 {
  background: #e9eced;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .col.col-1 {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 290px;
            flex: 0 1 290px;
    max-width: 290px;
    background-image: url('../images/static/onboarding-try-premium-tablet.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 8px 8px 0;
  }
}
@media only screen and (min-width: 880px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .col.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 412px;
            flex: 0 1 412px;
    max-width: 412px;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt .col.col-1:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)";
  filter: alpha(opacity=4);
  -webkit-opacity: 0.04;
  -moz-opacity: 0.04;
  opacity: 0.04;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.floater-v2.onboarding-surprise.surprise-b-alt .col.col-1 img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .col.col-1 img {
    display: none;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt .col.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .col.col-2 {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .col.col-2 {
    margin-right: 0;
    padding: 56px 48px;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  padding: 16px 0 24px 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    padding-top: 0;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt h2 small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: block;
  text-transform: uppercase;
}
.floater-v2.onboarding-surprise.surprise-b-alt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
}
.floater-v2.onboarding-surprise.surprise-b-alt .top-benefits {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 180px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .top-benefits {
    padding-bottom: 0;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt .top-benefits > li {
  background-size: 16px;
  background-position: left top 6px;
  padding: 2px 0 2px 32px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .top-benefits .logos {
    display: none;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.floater-v2.onboarding-surprise.surprise-b-alt .logos.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.floater-v2.onboarding-surprise.surprise-b-alt .logos.center ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .logos {
    margin-top: 30px;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt .logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .logos ul {
    max-width: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt .logos li {
  background: none;
  padding: 0;
  margin: 0 8px;
}
.floater-v2.onboarding-surprise.surprise-b-alt .logos li:first-child {
  margin-left: 0;
}
.floater-v2.onboarding-surprise.surprise-b-alt .logos li:last-child {
  margin-right: 0;
}
.floater-v2.onboarding-surprise.surprise-b-alt .logos img {
  width: 16px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .logos img {
    width: 20px;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt .actions {
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 16px;
    background-color: #ffffff;
    overflow: visible;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .actions:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    content: "ss";
    height: 40px;
    z-index: 3;
    top: -40px;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .actions {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .actions {
    margin-top: 40px;
    display: block;
    max-width: 250px;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt .actions + .logos {
  display: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .actions + .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt .actions .button {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-b-alt .actions .button {
    width: 230px;
  }
}
.floater-v2.onboarding-surprise.surprise-b-alt .actions .button + .button {
  margin-top: 8px;
}
.floater-v2.onboarding-surprise.artist-analytics .floater-content {
  max-width: 768px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.artist-analytics .col.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 340px;
            flex: 0 1 340px;
    max-width: 340px;
    background-image: url('../images/static/promo-artist-analytics.png');
  }
}
.floater-v2.onboarding-surprise.artist-analytics .actions {
  text-align: left;
}
.floater-v2.onboarding-surprise.artist-analytics .actions .button {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.floater-v2.onboarding-surprise.artist-analytics .actions .button + .button {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-c {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c {
    padding: 40px 62px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c .floater-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c .col.col-1 {
    margin-right: 8px;
  }
}
.floater-v2.onboarding-surprise.surprise-c .col.col-2 {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c .col.col-2 {
    margin-top: 0;
    margin-left: 8px;
  }
}
.floater-v2.onboarding-surprise.surprise-c .box {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  margin: 0;
  padding: 10px 10px 15px 10px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c .box.white {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.floater-v2.onboarding-surprise.surprise-c h2 {
  padding-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c h2 {
    padding-bottom: 40px;
  }
}
.floater-v2.onboarding-surprise.surprise-c p br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c p br {
    display: block;
  }
}
.floater-v2.onboarding-surprise.surprise-c h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.floater-v2.onboarding-surprise.surprise-c .top-benefits {
  padding: 0;
}
.floater-v2.onboarding-surprise.surprise-c .actions {
  font-size: 0px;
  font-size: 0rem;
  margin-top: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c .actions {
    margin-top: 40px;
  }
}
.floater-v2.onboarding-surprise.surprise-c .actions .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c .actions .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c .actions .row .col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
.floater-v2.onboarding-surprise.surprise-c .actions .button {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c .actions .button {
    margin: 0 12px;
    width: 260px;
  }
}
.floater-v2.onboarding-surprise.surprise-c .actions .button + .button {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c .actions .button + .button {
    margin-top: 0;
  }
}
.floater-v2.onboarding-surprise.surprise-c .price-wrapper {
  line-height: 1;
  padding-bottom: 10px;
}
.floater-v2.onboarding-surprise.surprise-c .price-wrapper .price {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
}
.floater-v2.onboarding-surprise.surprise-c .price-wrapper .price small {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 21px;
  display: inline-block;
}
.floater-v2.onboarding-surprise.surprise-c .price-wrapper time {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 16px;
  color: #707580;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-c-alt {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .floater-v2.onboarding-surprise.surprise-c-alt {
    padding: 40px 86px;
  }
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .floater-content {
    max-width: 350px;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt .floater-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .floater-content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt .col.col-1 {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .col.col-1 {
    margin-top: 40px;
    margin-right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .col.col-2 {
    margin-left: 12px;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt .box {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 0;
  padding: 24px 22px 24px 22px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 24px 24px 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt .box.white {
  border: 1px solid #E8ECED;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .box.white .actions {
    margin-bottom: 32px;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt .box.premium {
  position: relative;
  border-radius: 0 0 8px 8px;
}
.floater-v2.onboarding-surprise.surprise-c-alt .box.premium:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/landing-v2/premium-bg.png');
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .box.premium:before {
    padding: 80px 0 70px 0;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt .box.premium h3,
.floater-v2.onboarding-surprise.surprise-c-alt .box.premium .top-benefits,
.floater-v2.onboarding-surprise.surprise-c-alt .box.premium .actions,
.floater-v2.onboarding-surprise.surprise-c-alt .box.premium small {
  position: relative;
  z-index: 2;
}
.floater-v2.onboarding-surprise.surprise-c-alt .box.premium h3,
.floater-v2.onboarding-surprise.surprise-c-alt .box.premium .top-benefits {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .box.premium .actions {
    margin-top: 40px;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt .box small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  padding-top: 16px;
  color: #ffffff;
}
.floater-v2.onboarding-surprise.surprise-c-alt h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    padding-bottom: 16px;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt h2 + p {
  padding-bottom: 24px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt h2 + p {
    padding-bottom: 40px;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt h3 {
    padding-bottom: 32px;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt h3 img {
  margin-right: 8px;
}
.floater-v2.onboarding-surprise.surprise-c-alt .top-benefits {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .top-benefits {
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .top-benefits {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt .top-benefits li {
  background-size: 16px;
  line-height: 16px;
  margin-top: 16px;
  padding-left: 28px;
  background-position: left top;
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big-grey.svg');
}
.floater-v2.onboarding-surprise.surprise-c-alt .top-benefits li.include {
  background-image: url('https://viberate-sfo.sfo3.cdn.digitaloceanspaces.com/landing-d/assets/images/svg/icon-check-circle-big.svg');
}
.floater-v2.onboarding-surprise.surprise-c-alt .top-benefits li:first-child {
  margin-top: 0;
}
.floater-v2.onboarding-surprise.surprise-c-alt .actions {
  font-size: 0px;
  font-size: 0rem;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .actions {
    margin-top: auto;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt .actions .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .actions .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .actions .row .col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise.surprise-c-alt .actions .button {
    width: 100%;
    margin: 0;
  }
}
.floater-v2.onboarding-surprise.surprise-c-alt .price-wrapper {
  line-height: 1;
  padding-bottom: 10px;
}
.floater-v2.onboarding-surprise.surprise-c-alt .price-wrapper .price {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
}
.floater-v2.onboarding-surprise.surprise-c-alt .price-wrapper .price small {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 21px;
  display: inline-block;
}
.floater-v2.onboarding-surprise.surprise-c-alt .price-wrapper time {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 16px;
  color: #707580;
}
.floater-v2.onboarding-surprise.surprise-c-alt .ribbon {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  background-image: url('../images/static/pricing-update-ribbon-gradient-package.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 11px 24px;
  border-radius: 8px 8px 0 0;
}
.floater-v2.onboarding-surprise .feature-animation {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  width: 100%;
  background-color: #f4f6f6;
}
.floater-v2.onboarding-surprise .feature-animation .animation-wrapper {
  position: relative;
  height: 170px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise .feature-animation .animation-wrapper {
    height: 100%;
  }
}
.floater-v2.onboarding-surprise .feature-animation .animation-wrapper .animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.floater-v2.onboarding-surprise .feature-animation .animation-element {
  -webkit-animation: onboarding-animation-mobile 10s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: onboarding-animation-mobile 10s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise .feature-animation .animation-element {
    -webkit-animation: onboarding-animation-tablet-forward 10s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
    animation: onboarding-animation-tablet-forward 10s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  }
}
.floater-v2.onboarding-surprise .floater-content {
  max-width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise .floater-content {
    max-width: none;
  }
}
.floater-v2.onboarding-surprise .top-benefits {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.floater-v2.onboarding-surprise .top-benefits li {
  background-image: url('../images/svg/icon-checkmark-green.svg');
  background-image: url('../images/svg/icon-check-circle-big.svg');
  padding-left: 24px;
}
.floater-v2.onboarding-surprise .top-benefits strong {
  font-weight: bold;
}
.floater-v2.onboarding-surprise h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}
.floater-v2.onboarding-surprise p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .floater-v2.onboarding-surprise p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.floater-v2.onboarding-surprise .box {
  max-width: 624px;
  background-color: #F0F3F8;
  padding: 24px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.floater-v2.onboarding-surprise .box.white {
  background-color: #ffffff;
}
.floater-v2.loading {
  position: relative;
}
.floater-v2.loading:before {
  z-index: 10;
}
.floater-v2.loading:after {
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .floater-v2.forgot-password {
    min-height: 370px;
  }
}
.floater-v2 .floater-header {
  background-color: #f4f6f6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .floater-v2 .floater-header {
    height: 72px;
  }
}
.floater-v2 h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .floater-v2 h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }
}
.floater-v2 h2 + p {
  padding-top: 0;
  margin-top: 0;
}
.floater-v2 .top-benefits {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .floater-v2 .top-benefits {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-bottom: 16px;
  }
}
.floater-v2 .top-benefits li {
  margin-top: 4px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/icon-checkmark-red.svg');
  padding-left: 22px;
}
@media only screen and (min-width: 768px) {
  .floater-v2 .top-benefits li {
    padding-left: 28px;
    background-size: 15px;
    margin-top: 6px;
    background-position: left top 6px;
  }
}
.floater-v2 .top-benefits li:first-child {
  margin-top: 0;
}
.floater-v2 .actions {
  overflow: hidden;
}
.floater-v2 .actions .msg {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  text-align: center;
  padding-bottom: 10px;
}
.floater-v2 .actions .item {
  font-size: 0px;
  font-size: 0rem;
  padding: 6px 0;
  line-height: 1;
  width: 100%;
}
.floater-v2 .actions .item:last-child {
  padding-bottom: 0;
}
.floater-v2 .actions .divider {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  padding: 0 16px;
  color: #707580;
  line-height: 1;
  margin: 4px 0;
}
@media only screen and (min-width: 768px) {
  .floater-v2 .actions .divider {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.floater-v2 .actions .divider:before,
.floater-v2 .actions .divider:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background-color: #707580;
}
.floater-v2 .actions .divider:before {
  right: 100%;
  left: -300px;
}
.floater-v2 .actions .divider:after {
  left: 100%;
  right: -300px;
}
.floater-v2 .actions .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.floater-v2 .actions .row .btn-enter.google {
  margin-right: 8px;
}
.floater-v2 .actions .row .btn-enter.facebook {
  margin-left: 8px;
}
.floater-v2 .switcher {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 12px;
  display: block;
  font-weight: 400;
  color: #707580;
  letter-spacing: 0.3px;
}
@media only screen and (min-width: 768px) {
  .floater-v2 .switcher {
    font-size: 10px;
    font-size: 1rem;
    line-height: 16px;
    padding-top: 8px;
  }
}
.floater-v2 .switcher a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #707580;
}
.floater-v2 .switcher a.blue {
  color: #4e63ce;
}
.floater-v2 .switcher a.blue:hover,
.floater-v2 .switcher a.blue:active {
  color: #6889e2;
}
.floater-v2 .btn-back {
  font-size: 0px;
  font-size: 0rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/arrow-back-red.svg');
  width: 22px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -2px;
}
@media only screen and (min-width: 768px) {
  .floater-v2 .btn-back {
    background-size: 16px;
  }
}
.floater-v2 .btn-enter {
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  color: #4e63ce;
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 0;
  background-color: #F6F6F6;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .floater-v2 .btn-enter.mobile-only {
    display: none;
  }
}
.floater-v2 .btn-enter.blue {
  background-color: #4e63ce;
  color: #ffffff;
}
.floater-v2 .btn-enter.blue:hover,
.floater-v2 .btn-enter.blue:active {
  color: #ffffff;
  background-color: #6889e2;
}
.floater-v2 .btn-enter.blue:disabled,
.floater-v2 .btn-enter.blue.disabled {
  background-color: #D5DDE0;
}
.floater-v2 .btn-enter.google,
.floater-v2 .btn-enter.facebook {
  background-image: none;
}
.floater-v2 .btn-enter.google:before,
.floater-v2 .btn-enter.facebook:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 18px;
  background-repeat: no-repeat;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .floater-v2 .btn-enter.google:before,
  .floater-v2 .btn-enter.facebook:before {
    width: 24px;
    height: 24px;
    background-size: 23px;
    margin-right: 12px;
  }
}
.floater-v2 .btn-enter.google:before {
  background-image: url('../images/svg/google-color.svg');
}
.floater-v2 .btn-enter.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.floater-v2 .btn-enter.viberate {
  background-color: #ff1e43;
  color: #ffffff;
  padding: 0 5px;
}
.floater-v2 .btn-enter.viberate:hover,
.floater-v2 .btn-enter.viberate:active {
  background-color: #FE5671;
  color: #ffffff;
}
.floater-v2 .btn-enter:hover,
.floater-v2 .btn-enter:active {
  background-color: #e2e2e2;
}
.floater-v2 .search-wrapper {
  position: relative;
}
.floater-v2 .search-wrapper:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #4e64ce transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  .floater-v2 .search-wrapper:before {
    height: 54px;
  }
}
.floater-v2 .search-input {
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 11px;
  padding-left: 32px;
  background-image: url('../images/svg/search.svg');
}
.onboarding-steps-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.onboarding-steps-indicator .step {
  font-size: 0px;
  font-size: 0rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #D5DDE0;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-checkmark-grey.svg');
  margin-right: 30px;
}
@media only screen and (min-width: 768px) {
  .onboarding-steps-indicator .step {
    width: 24px;
    height: 24px;
    background-size: 15px;
    margin-right: 40px;
  }
}
.onboarding-steps-indicator .step.done {
  border-color: #68E2AC;
  background-color: #68E2AC;
  background-image: url('../images/svg/icon-checkmark-white.svg');
}
.onboarding-steps-indicator .step.done:before {
  background-color: #68E2AC;
}
.onboarding-steps-indicator .step.active {
  border-color: #68E2AC;
  background-color: #ffffff;
  background-image: url('../images/svg/icon-checkmark-green-old.svg');
}
.onboarding-steps-indicator .step:last-child {
  margin-right: 0;
}
.onboarding-steps-indicator .step:last-child:before {
  content: none;
}
.onboarding-steps-indicator .step:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  z-index: 0;
  width: 30px;
  height: 2px;
  background-color: #D5DDE0;
}
@media only screen and (min-width: 768px) {
  .onboarding-steps-indicator .step:before {
    width: 40px;
    left: 23px;
  }
}
.pro-paywall-v2 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    padding: 40px;
  }
}
.pro-paywall-v2.has-background {
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.pro-paywall-v2.has-background.iframe {
  background-attachment: none;
}
.pro-paywall-v2.has-background.iframe .floater-v2 {
  max-width: 680px;
}
.pro-paywall-v2.has-background.bg-trial-48h {
  border-radius: 0;
  background-image: url('../images/static/paywall-trial-48h.webp');
  margin-top: 0;
}
.pro-paywall-v2.has-background.bg-aggregated {
  background-image: url('../images/static/paywall-aggregated-v2.png');
}
.pro-paywall-v2.has-background.bg-artist-analytics {
  background-image: url('../images/static/paywall-artist-analytics-v2.png');
}
.pro-paywall-v2.has-background.bg-charts {
  background-image: url('../images/static/paywall-charts-v2.png');
}
.pro-paywall-v2.has-background.bg-compare {
  background-image: url('../images/static/paywall-compare-v2.png');
}
.pro-paywall-v2.has-background.bg-festival-analytics {
  background-image: url('../images/static/paywall-festival-analytics-v2.png');
}
.pro-paywall-v2.has-background.bg-label-analytics {
  background-image: url('../images/static/paywall-label-analytics-v2.png');
}
.pro-paywall-v2.has-background.bg-track-analytics {
  background-image: url('../images/static/paywall-track-analytics-v2.png');
}
.pro-paywall-v2.has-background.bg-artist {
  background-image: url('../images/static/bg-new-artist-start-state.webp');
}
.pro-paywall-v2.has-background.bg-distribution {
  background-image: url('../images/static/bg-new-artist-distribution-zero-state.webp');
}
.pro-paywall-v2.has-background.bg-distribution h2 {
  font-weight: 500;
}
.pro-paywall-v2.has-background.bg-distribution .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2.has-background {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 64px 32px;
    min-height: 644px;
  }
}
.pro-paywall-v2.has-background .floater-v2 {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2.has-background .floater-v2.sign-up h2,
  .pro-paywall-v2.has-background .floater-v2.want-to-see h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 24px;
  }
}
.pro-paywall-v2.has-background .floater-v2.sign-up .tip,
.pro-paywall-v2.has-background .floater-v2.want-to-see .tip {
  font-size: 10px;
  font-size: 1rem;
}
.pro-paywall-v2.has-background .scroll-down {
  -webkit-transform: translate(0, 110px);
  transform: translate(0, 110px);
}
.pro-paywall-v2.transparent {
  background-color: transparent;
}
.pro-paywall-v2.getting-ready {
  padding-top: 80px;
}
.pro-paywall-v2.getting-ready h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: 500;
}
.pro-paywall-v2 h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 h2 + p {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pro-paywall-v2 .scroll-down {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  border-radius: 99px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-paywall-v2 .scroll-down:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  display: inline-block;
  margin: 4px 0;
}
.pro-paywall-v2 .floater-v2.trial-48h {
  max-width: 550px;
}
.pro-paywall-v2 .floater-v2.trial-48h h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  padding-bottom: 24px;
  padding-top: 32px;
}
.pro-paywall-v2 .floater-v2.trial-48h p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  background: none;
  padding: 0;
  margin: 0;
}
.pro-paywall-v2 .floater-v2.trial-48h .actions {
  padding-top: 24px;
}
.pro-paywall-v2 .floater-v2.trial-48h .bussiness {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  border-top: 1px solid #d5dde0;
  padding-top: 32px;
  margin-top: 32px;
}
.pro-paywall-v2 .floater-v2.trial-48h .bussiness strong {
  font-weight: 500;
}
.pro-paywall-v2 .floater-v2.trial-48h .logos {
  background-color: #ffffff;
  padding: 24px 0 0 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .pro-paywall-v2 .floater-v2.trial-48h .logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-paywall-v2 .floater-v2.trial-48h .logos {
    padding: 24px 0 0 0;
  }
}
.pro-paywall-v2 .floater-v2.trial-48h .logos ul {
  -webkit-animation: logos-ani 20s linear infinite;
  animation: logos-ani 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 600px) {
  .pro-paywall-v2 .floater-v2.trial-48h .logos ul {
    -webkit-animation: none;
    animation: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-paywall-v2 .floater-v2.trial-48h .logos ul {
    max-width: 1200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 600px) {
  .pro-paywall-v2 .floater-v2.trial-48h .logos ul:last-child {
    display: none;
  }
}
.pro-paywall-v2 .floater-v2.trial-48h .logos ul li {
  margin: 0 12px;
}
.pro-paywall-v2 .floater-v2.trial-48h .logos img {
  -webkit-filter: grayscale(1) contrast(100) brightness(1);
          filter: grayscale(1) contrast(100) brightness(1);
  max-height: 32px;
}
.pro-paywall-v2 .floater-v2.want-to-see h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  padding-bottom: 40px;
}
.pro-paywall-v2 .floater-v2.want-to-see h2 + p {
  margin: 0;
}
.pro-paywall-v2 .floater-v2.want-to-see p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pro-paywall-v2 .floater-v2.want-to-see p + p {
  margin: 0;
  padding-top: 16px;
}
.pro-paywall-v2 .floater-v2.want-to-see .actions {
  padding-top: 24px;
}
.pro-paywall-v2 .floater-v2.want-to-see .tip {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  margin: 0;
  padding: 24px 0 0 0;
}
.pro-paywall-v2 .floater-v2.want-to-see .tip a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.pro-paywall-v2 .floater-v2.want-to-see .tip a:hover,
.pro-paywall-v2 .floater-v2.want-to-see .tip a:active {
  color: #6889e2;
}
.pro-paywall-v2 .floater-v2.artist-new h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  margin: 0;
}
.pro-paywall-v2 .floater-v2.artist-new h2 + p {
  margin: 0;
}
.pro-paywall-v2 .floater-v2.artist-new p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}
.pro-paywall-v2 .floater-v2.artist-new p.center {
  text-align: center;
}
.pro-paywall-v2 .floater-v2.artist-new p + p {
  margin: 0;
  padding-top: 16px;
}
.pro-paywall-v2 .floater-v2.artist-new fieldset + .actions {
  padding-top: 0;
}
.pro-paywall-v2 .floater-v2.artist-new .actions {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater-v2.sign-up {
    min-height: 0;
  }
}
.pro-paywall-v2 .floater-v2 h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 12px;
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater-v2 h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    padding-bottom: 26px;
    margin: 0 -80px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-paywall-v2 .floater-v2 h2 {
    margin: 0 -180px;
  }
}
.pro-paywall-v2 .floater-v2 h2 + p {
  padding-top: 0;
  margin-top: 0;
  max-width: 100%;
  background-color: pink;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater-v2 h2 + p {
    margin: 0 -80px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-paywall-v2 .floater-v2 h2 + p {
    margin: 0 -180px;
  }
}
.pro-paywall-v2 .floater-v2 .top-benefits {
  text-align: left;
}
.pro-paywall-v2 .floater {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: all;
  cursor: pointer;
  background-color: #ffffff;
  width: 100%;
  max-width: 450px;
  padding: 32px;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater {
    padding: 44px;
  }
}
.pro-paywall-v2 .floater.loading {
  position: relative;
}
.pro-paywall-v2 .floater.loading:before {
  z-index: 10;
}
.pro-paywall-v2 .floater.loading:after {
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater.forgot-password {
    min-height: 370px;
  }
}
.pro-paywall-v2 .floater.log-in .divider {
  margin-top: 6px;
}
.pro-paywall-v2 .floater h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 12px;
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater h2 {
    font-size: 28px;
    font-size: 2.8rem;
    padding-bottom: 26px;
  }
}
.pro-paywall-v2 .floater h2 + p {
  padding-top: 0;
  margin-top: 0;
  max-width: 100%;
}
.pro-paywall-v2 .floater .top-benefits {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater .top-benefits {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-bottom: 26px;
  }
}
.pro-paywall-v2 .floater .top-benefits li {
  margin-top: 4px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/checkmark-red.svg');
  padding-left: 22px;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater .top-benefits li {
    padding-left: 30px;
    background-size: 15px;
    margin-top: 6px;
    background-position: left top 6px;
  }
}
.pro-paywall-v2 .floater .top-benefits li:first-child {
  margin-top: 0;
}
.pro-paywall-v2 .floater .actions {
  overflow: hidden;
}
.pro-paywall-v2 .floater .actions .item {
  font-size: 0px;
  font-size: 0rem;
  padding: 6px 0;
  line-height: 1;
}
.pro-paywall-v2 .floater .actions .divider {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  padding: 0 16px;
  text-transform: uppercase;
  color: #929699;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater .actions .divider {
    font-size: 12px;
    font-size: 1.2rem;
    height: 14px;
  }
}
.pro-paywall-v2 .floater .actions .divider:before,
.pro-paywall-v2 .floater .actions .divider:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  background-color: #E7E7E7;
}
.pro-paywall-v2 .floater .actions .divider:before {
  right: 100%;
  left: -300px;
}
.pro-paywall-v2 .floater .actions .divider:after {
  left: 100%;
  right: -300px;
}
.pro-paywall-v2 .floater .switcher {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  font-weight: 400;
  color: #808080;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater .switcher {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pro-paywall-v2 .floater .switcher a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #808080;
}
.pro-paywall-v2 .floater .switcher a.blue {
  text-decoration: none;
  color: #4e63ce;
}
.pro-paywall-v2 .floater .switcher a.blue:hover,
.pro-paywall-v2 .floater .switcher a.blue:active {
  color: #6889e2;
}
.pro-paywall-v2 .floater .btn-back {
  font-size: 0px;
  font-size: 0rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/arrow-back-red.svg');
  width: 22px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -2px;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater .btn-back {
    background-size: 16px;
  }
}
.pro-paywall-v2 .floater .form-row {
  padding: 11px 0;
}
.pro-paywall-v2 .floater .form-row.has-error input[type="text"],
.pro-paywall-v2 .floater .form-row.has-error input[type="email"],
.pro-paywall-v2 .floater .form-row.has-error input[type="password"] {
  border-color: #ff1e43;
}
.pro-paywall-v2 .floater .form-row.has-error .error-msg {
  display: block;
}
.pro-paywall-v2 .floater .error-msg {
  padding-top: 13px;
  line-height: 1;
  margin-bottom: -8px;
}
.pro-paywall-v2 .floater .error-msg.general {
  text-align: center;
  padding: 6px 0;
}
.pro-paywall-v2 .floater .password-wrapper {
  position: relative;
}
.pro-paywall-v2 .floater .password-wrapper .btn-password-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.pro-paywall-v2 .floater input[type="text"],
.pro-paywall-v2 .floater input[type="email"],
.pro-paywall-v2 .floater input[type="password"] {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #E0E3E5;
  width: 100%;
  height: 40px;
  line-height: 1;
  padding: 0 24px;
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .pro-paywall-v2 .floater input[type="text"],
  .pro-paywall-v2 .floater input[type="email"],
  .pro-paywall-v2 .floater input[type="password"] {
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px;
    background-size: 25px;
  }
}
.pro-paywall-v2 .section-q-and-a {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 48px;
  padding-bottom: 0;
}
.pro-paywall-v2 .section-q-and-a .page {
  padding: 0;
}
.pro-paywall-v2 .section-q-and-a .break-all {
  word-break: break-all;
}
.pro-paywall-v2 .section-q-and-a h3.question-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
}
.pro-paywall-v2 .section-q-and-a .question {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 16px 0;
}
.pro-paywall-v2 .section-q-and-a .question p {
  font-size: 12px;
  font-size: 1.2rem;
}
.pro-paywall {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .pro-paywall {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    padding: 40px;
  }
}
.pro-paywall h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .pro-paywall h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
  }
}
.pro-paywall figure {
  margin-top: 15px;
}
.pro-paywall .feature-animation {
  position: relative;
  display: inline-block;
}
.pro-paywall .feature-animation .animation-wrapper {
  position: absolute;
  top: 6.8%;
  left: 14.8%;
  width: 70.5%;
  overflow: hidden;
  height: 82%;
}
.pro-paywall .feature-animation .animation-element.pw-artist {
  -webkit-animation: paywall-animation-artist 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-artist 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-festival {
  -webkit-animation: paywall-animation-festival 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-festival 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-audience {
  -webkit-animation: paywall-animation-audience 12s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-audience 12s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-label {
  -webkit-animation: paywall-animation-label 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-label 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-beatport {
  -webkit-animation: paywall-animation-beatport 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-beatport 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-artist-chart {
  -webkit-animation: paywall-animation-artist-chart 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-artist-chart 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-beatport-chart {
  -webkit-animation: paywall-animation-beatport-chart 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-beatport-chart 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-country {
  -webkit-animation: paywall-animation-country 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-country 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-compare-artists {
  -webkit-animation: paywall-animation-compare-artists 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-compare-artists 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-genre {
  -webkit-animation: paywall-animation-genre 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-genre 30s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-label-chart {
  -webkit-animation: paywall-animation-label-chart 25s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-label-chart 25s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-spotify {
  -webkit-animation: paywall-animation-artist-spotify 25s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-artist-spotify 25s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-spotify-chart {
  -webkit-animation: paywall-animation-spotify-chart 25s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-spotify-chart 25s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-festival-chart {
  -webkit-animation: paywall-animation-festival-chart 25s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-festival-chart 25s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-beatport-track-chart {
  -webkit-animation: paywall-animation-beatport-track-chart 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-beatport-track-chart 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-airplay {
  -webkit-animation: paywall-animation-airplay 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-airplay 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-social {
  -webkit-animation: paywall-animation-social 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-social 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-social-chart {
  -webkit-animation: paywall-animation-social-chart 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-social-chart 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-artist-list-hotness {
  -webkit-animation: paywall-animation-artist-list-hotness 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-artist-list-hotness 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-artist-grid-hotness {
  -webkit-animation: paywall-animation-artist-grid-hotness 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-artist-grid-hotness 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .feature-animation .animation-element.pw-artist-airplay-chart {
  -webkit-animation: paywall-animation-artist-airplay-chart 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
  animation: paywall-animation-artist-airplay-chart 20s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite;
}
.pro-paywall .buttons {
  font-size: 0px;
  font-size: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .pro-paywall .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pro-paywall .buttons .btn {
  margin: 8px;
  width: 254px;
}
@media only screen and (min-width: 768px) {
  .pro-paywall .buttons .btn {
    padding: 17px;
  }
}
.charts-v2 {
  padding-top: 16px;
  /*.wrapper-stick-to-top {

		@media @bp_768 {
			.transition(all, 200ms, linear);
			position: sticky;
			top: -65px - 1px;
			z-index: 2;
		}

		@media @bp_768 {
				
			}


		&.is-sticky {

			.sidebar-module {

				@media @bp_768 {
					.box-shadow(0 0 15px rgba(0,0,0,0.15));
					z-index: 3;
				}
			}
		}
	}*/
}
.charts-v2.show-1024 .layout-grid-sidebar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .charts-v2.show-1024 .layout-grid-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.charts-v2.show-1024 .btn-pro-filter-trigger {
  display: none;
}
.charts-v2.show-1024 .sticky-wrapper.v2-new.artists,
.charts-v2.show-1024 .section-entity-view {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .charts-v2.show-1024 .sticky-wrapper.v2-new.artists,
  .charts-v2.show-1024 .section-entity-view {
    display: block;
  }
}
.charts-v2.show-1024 .chart-basic-info {
  margin-bottom: 12px;
}
.charts-v2.alt-smaller-sidebar-modules .sidebar-module .sidebar-module-content-article {
  padding-left: 16px;
  padding-right: 16px;
}
.charts-v2 .pro-content-navigation {
  margin: 0 -12px 8px -12px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .pro-content-navigation {
    margin: 0 0 8px 0;
    position: relative;
  }
}
.charts-v2 .pro-content-navigation:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .pro-content-navigation .main-menu {
    padding: 8px 24px;
  }
}
.charts-v2 .sidebar-chart-search {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-search.sidebar-module {
    margin-top: 8px;
  }
}
.charts-v2 .sidebar-chart-search.artist-search,
.charts-v2 .sidebar-chart-search.festival-search,
.charts-v2 .sidebar-chart-search.venue-search,
.charts-v2 .sidebar-chart-search.event-search {
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-search.artist-search,
  .charts-v2 .sidebar-chart-search.festival-search,
  .charts-v2 .sidebar-chart-search.venue-search,
  .charts-v2 .sidebar-chart-search.event-search {
    -webkit-transition: box-shadow 200ms linear;
    -webkit-transition: -webkit-box-shadow 200ms linear;
    transition: -webkit-box-shadow 200ms linear;
    transition: box-shadow 200ms linear;
    transition: box-shadow 200ms linear, -webkit-box-shadow 200ms linear;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
  }
}
.charts-v2 .sidebar-chart-search.artist-search .sidebar-module-title,
.charts-v2 .sidebar-chart-search.festival-search .sidebar-module-title,
.charts-v2 .sidebar-chart-search.venue-search .sidebar-module-title,
.charts-v2 .sidebar-chart-search.event-search .sidebar-module-title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-search.artist-search .sidebar-module-title,
  .charts-v2 .sidebar-chart-search.festival-search .sidebar-module-title,
  .charts-v2 .sidebar-chart-search.venue-search .sidebar-module-title,
  .charts-v2 .sidebar-chart-search.event-search .sidebar-module-title {
    display: block;
  }
}
.charts-v2 .sidebar-chart-search.country-search {
  z-index: 1;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-search.country-search {
    margin-top: 8px;
  }
}
.charts-v2 .sidebar-chart-search.country-search .pro-search .results {
  background-color: transparent;
}
.charts-v2 .sidebar-chart-search.country-search .pro-search .search-wrapper {
  position: relative;
}
.charts-v2 .sidebar-chart-search.country-search .pro-search .search-wrapper:after {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75.3%, #ffffff), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75.3%, #ffffff 100%);
  height: 17px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-search.is-sticky {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    z-index: 3;
  }
}
.charts-v2 .sidebar-chart-search.not-sticky {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: static;
}
.charts-v2 .sidebar-chart-search .sidebar-module-title {
  padding-bottom: 18px;
}
.charts-v2 .sidebar-chart-search .pro-search.show-results .pro-search-input {
  border-color: #6889e2;
}
.charts-v2 .sidebar-chart-search .pro-search.show-results .results {
  border: 1px solid #6889e2;
}
.charts-v2 .sidebar-chart-search .pro-search .pro-search-input {
  border-color: #f4f6f6;
  background-color: #f4f6f6;
}
.charts-v2 .sidebar-chart-search .pro-search .pro-search-input:focus {
  border-color: #6889e2;
}
.charts-v2 .sidebar-chart-search .pro-search .results {
  background-color: #f4f6f6;
}
.charts-v2 .sidebar-chart-search .pro-search .results.show {
  border: 1px solid #6889e2;
}
.charts-v2 .sidebar-chart-search .pro-search .results.relative {
  position: relative;
  display: block;
  top: 0;
  margin-top: 16px;
  border: 0;
  max-height: 80px;
  height: 80px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-search .pro-search .results.relative {
    max-height: 128px;
    height: 128px;
  }
}
.charts-v2 .sidebar-chart-search .pro-search .results.relative .pro-custom-checkbox + label,
.charts-v2 .sidebar-chart-search .pro-search .results.relative .pro-custom-label + label {
  padding-left: 24px;
}
.charts-v2 .sidebar-chart-search .pro-search .results.relative .pro-custom-checkbox + label:before,
.charts-v2 .sidebar-chart-search .pro-search .results.relative .pro-custom-label + label:before {
  left: 0;
}
.charts-v2 .sidebar-chart-search .pro-search .results.relative .pro-custom-checkbox + label:after,
.charts-v2 .sidebar-chart-search .pro-search .results.relative .pro-custom-label + label:after {
  left: 0;
}
.charts-v2 .sidebar-chart-search .pro-search .pro-custom-checkbox + label,
.charts-v2 .sidebar-chart-search .pro-search .pro-custom-label + label {
  padding-left: 32px;
}
.charts-v2 .sidebar-chart-search .pro-search .pro-custom-checkbox + label:before,
.charts-v2 .sidebar-chart-search .pro-search .pro-custom-label + label:before,
.charts-v2 .sidebar-chart-search .pro-search .pro-custom-checkbox + label:after,
.charts-v2 .sidebar-chart-search .pro-search .pro-custom-label + label:after {
  left: 8px;
}
.charts-v2 .sidebar-chart-search .pro-search .btn-search-entity {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  width: 100%;
  display: block;
  text-align: left;
  color: #000000;
}
.charts-v2 .sidebar-chart-search .pro-search .btn-search-entity:hover {
  color: #6889e2;
}
.charts-v2 .sidebar-chart-search .add-entity-wrapper {
  text-align: center;
  border-top: 1px solid #e8eced;
  padding-top: 16px;
  margin-top: -16px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2 {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2 .sidebar-chart-search {
    margin-top: 0;
  }
}
.charts-v2 .sidebar-contact-type {
  margin-top: 8px;
}
.charts-v2 .sidebar-chart-genres,
.charts-v2 .sidebar-chart-subgenres {
  margin-top: 8px;
}
.charts-v2 .sidebar-chart-genres .sidebar-module-title,
.charts-v2 .sidebar-chart-subgenres .sidebar-module-title {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charts-v2 .sidebar-chart-genres .i,
.charts-v2 .sidebar-chart-subgenres .i {
  width: 12px;
  margin-left: 4px;
}
.charts-v2 .sidebar-chart-genres .pro-custom-select {
  margin: 0 -16px 12px -16px;
  width: auto;
}
.charts-v2 .sidebar-chart-genres .filter-item {
  margin-bottom: 16px;
}
.charts-v2 .sidebar-chart-genres .filter-item .pro-custom-select.pro {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-show-only {
    margin-top: 8px;
  }
}
.charts-v2 .sidebar-chart-show-only.v2 .sidebar-module-content-article {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.charts-v2 .sidebar-chart-show-only.v2 .sidebar-module-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charts-v2 .sidebar-chart-show-only.v2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.charts-v2 .sidebar-chart-show-only.v2 .row + .row {
  margin-top: 10px;
}
.charts-v2 .sidebar-chart-show-only.v2 .row.disabled label {
  color: #d5dde0;
}
.charts-v2 .sidebar-chart-show-only.v2 .row.disabled .mini-badge,
.charts-v2 .sidebar-chart-show-only.v2 .row.disabled .toggle-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.charts-v2 .sidebar-chart-show-only.v2 .row.disabled .toggle-wrapper {
  pointer-events: none;
  cursor: default;
}
.charts-v2 .sidebar-chart-show-only.v2 .mini-badge {
  margin-left: 0;
}
.charts-v2 .sidebar-chart-show-only.v2 label {
  font-weight: 400;
}
.charts-v2 .sidebar-chart-show-only.disabled label {
  color: #d5dde0;
}
.charts-v2 .sidebar-chart-show-only.disabled .mini-badge,
.charts-v2 .sidebar-chart-show-only.disabled .toggle-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.charts-v2 .sidebar-chart-show-only.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-show-only.is-sticky {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
}
.charts-v2 .sidebar-chart-show-only .sidebar-module-content-article {
  padding-top: 18px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charts-v2 .sidebar-chart-show-only label {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}
.charts-v2 .sidebar-chart-show-only .mini-badge {
  margin-left: 8px;
}
.charts-v2 .sidebar-chart-show-only input[type="checkbox"].custom-toggle-pro + label {
  border-radius: 8px;
  width: 30px;
  height: 16px;
  background-color: #BECBD0;
}
.charts-v2 .sidebar-chart-show-only input[type="checkbox"].custom-toggle-pro + label:before {
  left: calc(100% - 28px);
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #707580;
  margin-top: -6px;
}
.charts-v2 .sidebar-chart-show-only input[type="checkbox"].custom-toggle-pro:checked + label {
  background-color: #CAE1FF;
}
.charts-v2 .sidebar-chart-show-only input[type="checkbox"].custom-toggle-pro:checked + label:before {
  left: 16px;
  background-color: #4e63ce;
}
.charts-v2 .label-choose-subgenre {
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  text-align: center;
  background-color: #eef0fb;
  border: 1px solid #e8eced;
  display: block;
  padding: 12px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
}
.charts-v2 .label-choose-subgenre:after {
  content: "";
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  width: 10px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  margin-left: 8px;
  background-image: url('../images/svg/arrow-down.svg');
}
.charts-v2 .sidebar-chart-basic-info {
  display: none;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-basic-info {
    border-radius: 8px;
    display: block;
  }
}
.charts-v2 .sidebar-chart-basic-info + .sidebar-chart-search {
  margin-top: 0;
}
.charts-v2 .sidebar-chart-basic-info .sidebar-module-content-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 11px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-basic-info .sidebar-module-content-article {
    padding-top: 0;
    padding-bottom: 0;
    height: 57px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.charts-v2 .sidebar-chart-basic-info h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000000;
  line-height: 34px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-basic-info h2 {
    line-height: 1;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.charts-v2 .sidebar-chart-basic-info .results {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  white-space: nowrap;
  color: #707580;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sidebar-chart-basic-info .results {
    line-height: 1;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media only screen and (min-width: 1024px) {
  .charts-v2 .sidebar-chart-basic-info .results {
    padding-top: 6px;
  }
}
.charts-v2 .chart-basic-info {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 8px 24px;
  margin: 8px 0 2px 0;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .chart-basic-info {
    display: none;
  }
}
.charts-v2 .chart-basic-info .module-content-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.charts-v2 .chart-basic-info h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000000;
  line-height: 34px;
}
.charts-v2 .chart-basic-info .results {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  white-space: nowrap;
  color: #707580;
}
.charts-v2 .layout-grid-sidebar .sticky-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .layout-grid-sidebar .sticky-wrapper {
    display: block;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.charts-v2 .sticky-wrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2 {
    z-index: 2;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: -66px;
  }
}
.charts-v2 .sticky-wrapper.v2 .active-filters,
.charts-v2 .sticky-wrapper.v2 .secondary-filters {
  display: none;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2 .active-filters,
  .charts-v2 .sticky-wrapper.v2 .secondary-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .charts-v2 .sticky-wrapper.v2 .active-filters .row,
  .charts-v2 .sticky-wrapper.v2 .secondary-filters .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .charts-v2 .sticky-wrapper.v2 .active-filters .row .col-1,
  .charts-v2 .sticky-wrapper.v2 .secondary-filters .row .col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .charts-v2 .sticky-wrapper.v2 .active-filters .row .col-2,
  .charts-v2 .sticky-wrapper.v2 .secondary-filters .row .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
  }
  .charts-v2 .sticky-wrapper.v2 .active-filters .row .sort:first-child,
  .charts-v2 .sticky-wrapper.v2 .secondary-filters .row .sort:first-child {
    padding-right: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2 .secondary-filters {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    min-height: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2 .active-filters {
    -webkit-transition: margin-top 200ms ease-out;
    transition: margin-top 200ms ease-out;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.charts-v2 .sticky-wrapper.v2 .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-left: 8px;
}
.charts-v2 .sticky-wrapper.v2 .actions button + a,
.charts-v2 .sticky-wrapper.v2 .actions button + button,
.charts-v2 .sticky-wrapper.v2 .actions a + button,
.charts-v2 .sticky-wrapper.v2 .actions a + a {
  margin-left: 8px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2 .btn-save-chart {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2-new {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2-new.no-show.show .secondary-filters,
  .charts-v2 .sticky-wrapper.v2-new.no-show.show .active-filters {
    height: auto;
    max-height: 200px;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
    padding-top: 9px;
    padding-bottom: 8px;
    overflow: visible;
  }
  .charts-v2 .sticky-wrapper.v2-new.no-show .secondary-filters,
  .charts-v2 .sticky-wrapper.v2-new.no-show .active-filters {
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    max-height: 0;
    overflow: hidden;
    height: 0px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: unset;
  }
}
.charts-v2 .sticky-wrapper.v2-new.artists {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .charts-v2 .sticky-wrapper.v2-new.artists {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .charts-v2 .sticky-wrapper.v2-new.artists .secondary-filters,
  .charts-v2 .sticky-wrapper.v2-new.artists .active-filters {
    display: none;
  }
}
.charts-v2 .sticky-wrapper.v2-new.festivals {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .charts-v2 .sticky-wrapper.v2-new.festivals {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: -1px;
  }
}
.charts-v2 .sticky-wrapper.v2-new.festivals .secondary-filters .right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 240px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2-new.festivals .active-filters .left {
    max-width: none;
  }
}
.charts-v2 .sticky-wrapper.v2-new.venues {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .charts-v2 .sticky-wrapper.v2-new.venues {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: -1px;
  }
}
.charts-v2 .sticky-wrapper.v2-new.venues .secondary-filters .pro-search {
  width: 230px;
}
.charts-v2 .sticky-wrapper.v2-new.venues .secondary-filters .right {
  max-width: 240px;
}
@media only screen and (max-width: 767px) {
  .charts-v2 .sticky-wrapper.v2-new.venues .secondary-filters,
  .charts-v2 .sticky-wrapper.v2-new.venues .active-filters {
    display: none;
  }
}
.charts-v2 .sticky-wrapper.v2-new.apple-playlists {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .charts-v2 .sticky-wrapper.v2-new.apple-playlists {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: -1px;
  }
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2-new.apple-playlists .secondary-filters .left {
    max-width: none;
  }
}
.charts-v2 .sticky-wrapper.v2-new.apple-playlists .secondary-filters .left .filter-item {
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: unset;
  min-width: unset;
}
.charts-v2 .sticky-wrapper.v2-new.apple-playlists .secondary-filters .left .filter-item:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: unset;
  min-width: unset;
}
.charts-v2 .sticky-wrapper.v2-new.apple-playlists .secondary-filters .left .filter-item .pro-custom-select.charts {
  width: 200px;
}
.charts-v2 .sticky-wrapper.v2-new.apple-playlists .secondary-filters .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
}
.charts-v2 .sticky-wrapper.v2-new.apple-playlists .secondary-filters .pro-search {
  width: 230px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2-new.apple-playlists .active-filters .active-filters-list.v2 {
    max-width: 100%;
  }
}
.charts-v2 .sticky-wrapper.v2-new.playlists {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .charts-v2 .sticky-wrapper.v2-new.playlists {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: -1px;
  }
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2-new.playlists .secondary-filters .left {
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.v2-new.playlists .active-filters .active-filters-list.v2 {
    max-width: 100%;
  }
}
.charts-v2 .sticky-wrapper.v2-new .btn-show-on-map {
  margin-left: 8px;
}
.charts-v2 .sticky-wrapper.v2-new .btn-show-on-map.back {
  margin-left: 0;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .row {
  gap: 8px;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .left,
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 1199px) {
  .charts-v2 .sticky-wrapper.v2-new .secondary-filters .left,
  .charts-v2 .sticky-wrapper.v2-new .secondary-filters .right {
    gap: 12px;
  }
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .left {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .charts-v2 .sticky-wrapper.v2-new .secondary-filters .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1299px) {
  .charts-v2 .sticky-wrapper.v2-new .secondary-filters .left {
    max-width: none;
  }
}
@media only screen and (min-width: 1399px) {
  .charts-v2 .sticky-wrapper.v2-new .secondary-filters .left {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .charts-v2 .sticky-wrapper.v2-new .secondary-filters .left .filter-item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 300px;
    min-width: 160px;
  }
  .charts-v2 .sticky-wrapper.v2-new .secondary-filters .left .filter-item .pro-custom-select.charts {
    width: 100%;
  }
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .charts-v2 .sticky-wrapper.v2-new .secondary-filters .right {
    max-width: 200px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1399px) {
  .charts-v2 .sticky-wrapper.v2-new .secondary-filters .right {
    max-width: 365px;
  }
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .right .pro-custom-select.pro .selected-option span {
  padding-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .right .pro-custom-select.pro .results {
  max-height: 70vh;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .filter-item {
  z-index: 7;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .filter-item + .filter-item {
  z-index: 6;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .filter-item + .sort {
  z-index: 5;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .pro-custom-select {
  z-index: 7;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .pro-custom-select + .pro-custom-select {
  z-index: 6;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .pro-custom-select + .pro-custom-select + .pro-custom-select {
  z-index: 5;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .pro-custom-select span {
  padding-right: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .sort {
  padding-right: 20px;
}
@media only screen and (min-width: 1199px) {
  .charts-v2 .sticky-wrapper.v2-new .secondary-filters .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .sort .disclaimer {
  right: -25px;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .sort .more-info > article {
  font-size: 10px;
  font-size: 1rem;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .pro-search {
  width: 160px;
  z-index: 4;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .pro-search .results {
  background-color: #ffffff;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .pro-search .results .btn-search-entity {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  text-align: left;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .btn-export-csv,
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .btn-saved-section,
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .btn-saved-chart {
  font-weight: 600;
}
.charts-v2 .sticky-wrapper.v2-new .secondary-filters .btn-saved-section {
  margin-left: 12px;
}
.charts-v2 .sticky-wrapper.v2-new .active-filters {
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .charts-v2 .sticky-wrapper.v2-new .active-filters {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.charts-v2 .sticky-wrapper.v2-new .active-filters.no-show {
  max-height: 0;
  overflow: hidden;
  height: 0px;
  padding-top: 0;
  padding-bottom: 0;
}
.charts-v2 .sticky-wrapper.v2-new .active-filters.no-show.show {
  height: auto;
  max-height: 1000px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  padding-top: 9px;
  padding-bottom: 8px;
  overflow: visible;
}
.charts-v2 .sticky-wrapper.v2-new .active-filters .label {
  padding-bottom: 0;
}
.charts-v2 .sticky-wrapper.v2-new .active-filters .pro-custom-select {
  margin-left: auto;
}
.charts-v2 .sticky-wrapper.v2-new .active-filters .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .charts-v2 .sticky-wrapper.v2-new .active-filters .left {
    max-width: calc(100% - 200px);
    max-width: calc(100% - 376px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.charts-v2 .sticky-wrapper.v2-new .active-filters .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 16px;
}
.charts-v2 .sticky-wrapper.v2-new .active-filters .swiper-slide:last-child {
  margin-right: 40px;
}
.charts-v2 .sticky-wrapper.v2-new .active-filters .swiper-button-prev {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff), to(#ffffff));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
}
.charts-v2 .sticky-wrapper.v2-new .active-filters .swiper-button-next {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
}
.charts-v2 .sticky-wrapper.v3 {
  background-color: #f4f6f6;
}
.charts-v2 .sticky-wrapper.v3 .pro-custom-select.charts.open .selected-wrapper {
  border-radius: 4px;
}
.charts-v2 .sticky-wrapper.v3 .pro-custom-select.charts.up .results {
  bottom: calc(100% + 1px);
  top: auto;
  border-radius: 4px;
}
.charts-v2 .sticky-wrapper.v3 .pro-custom-select.charts .results {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  top: 32px;
  border: 0;
  padding: 16px 0;
}
.charts-v2 .sticky-wrapper.v3 .pro-custom-select.charts .results:before {
  content: none;
}
.charts-v2 .sticky-wrapper.v3 .pro-custom-select.charts .results li {
  padding: 8px 24px 8px 48px;
  background-position: left 24px center;
}
.charts-v2 .sticky-wrapper.v3 .pro-custom-select.charts .results li.disabled:hover:after {
  content: none;
}
.charts-v2 .sticky-wrapper.v3 .pro-custom-select.charts .results li:hover:after {
  content: "";
  background-color: #f4f6f6;
}
.charts-v2 .sticky-wrapper.v3 .pro-custom-select.charts .results li.active:after {
  content: "";
  background-color: #e8eced;
}
.charts-v2 .sticky-wrapper.v3 .pro-custom-select.charts .results li:after {
  border-radius: 4px;
  position: absolute;
  left: 12px;
  top: 0px;
  right: 12px;
  bottom: 0px;
  z-index: -1;
}
@media only screen and (min-width: 1199px) {
  .charts-v2 .sticky-wrapper.v3 .secondary-filters .left,
  .charts-v2 .sticky-wrapper.v3 .secondary-filters .right {
    gap: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .charts-v2 .sticky-wrapper.v3 .secondary-filters .left .filter-item:first-child {
    min-width: 200px;
    max-width: 200px;
  }
}
.charts-v2 .sticky-wrapper.v3 .secondary-filters .sort .special-toggle {
  margin: 0 16px;
}
.charts-v2 .sticky-wrapper.v3 .secondary-filters .sort .special-toggle .btn-special-toggle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.charts-v2 .sticky-wrapper.v3 .secondary-filters .sort .pro-custom-select .results {
  max-width: 248px;
}
.charts-v2 .sticky-wrapper.v3 .secondary-filters .sort .pro-custom-select .results li.divider {
  padding: 12px 16px 4px 16px;
}
.charts-v2 .sticky-wrapper.v3 .secondary-filters .sort .pro-custom-select .results li.divider:before {
  background-color: #e8eced;
}
@media only screen and (min-width: 1024px) {
  .charts-v2 .sticky-wrapper.v3 .active-filters .left {
    max-width: calc(100% - 376px);
  }
}
.charts-v2 .sticky-wrapper.v3 .active-filters .left .label {
  min-height: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charts-v2 .sticky-wrapper.v3 .active-filters .right {
  gap: 16px;
}
.charts-v2 .sticky-wrapper.v3 .active-filters .pro-search {
  width: 158px;
}
.charts-v2 .sticky-wrapper.v3 .active-filters .pro-search.show-results .pro-search-input {
  border-radius: 4px;
}
.charts-v2 .sticky-wrapper.v3 .active-filters .pro-search .results {
  border-radius: 4px;
  border: 0;
  top: 32px;
  width: 290px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.charts-v2 .sticky-wrapper.v3 .active-filters .pro-search .results .result-item {
  position: relative;
  text-align: left;
  padding: 0 12px;
}
.charts-v2 .sticky-wrapper.v3 .active-filters .pro-search .results .result-item.active .btn {
  background-color: #e8eced;
}
.charts-v2 .sticky-wrapper.v3 .active-filters .pro-search .results .result-item .btn {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  padding: 8px 12px;
}
.charts-v2 .sticky-wrapper.v3 .active-filters .pro-search .results .result-item .btn:hover {
  background-color: #f4f6f6;
}
.charts-v2 .sticky-wrapper.v3 .btn-saved-chart,
.charts-v2 .sticky-wrapper.v3 .btn-export-csv {
  height: 32px;
}
.charts-v2 .sticky-wrapper.is-sticky .secondary-filters {
  border-radius: 0px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.is-sticky:after {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 8px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper.hide-filters .active-filters {
    margin-top: -43px;
  }
}
@media only screen and (min-width: 768px) {
  .charts-v2 .sticky-wrapper:after {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    pointer-events: none;
    cursor: default;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 0px;
  }
}
.charts-v2 .secondary-filters {
  border-radius: 8px 8px 0 0;
  background-color: #ffffff;
  padding: 8px 24px;
}
.charts-v2 .secondary-filters.alt-smaller-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
.charts-v2 .secondary-filters.alt-small-11 .pro-custom-select.customize .selected-option span,
.charts-v2 .secondary-filters.alt-small-11 .pro-custom-select.saved-charts .selected-option span {
  padding-left: 12px;
}
.charts-v2 .secondary-filters.alt-small-11 .pro-custom-select .selected-option {
  font-size: 11px;
  font-size: 1.1rem;
  right: 12px;
}
.charts-v2 .secondary-filters.alt-small-11 .pro-custom-select .selected-option span {
  padding-left: 32px;
  background-position: left 8px center;
}
.charts-v2 .secondary-filters.alt-small-11 .pro-custom-select .selected-wrapper {
  padding-right: 12px;
}
.charts-v2 .secondary-filters.alt-small-11 .pro-custom-select .selected-wrapper:after {
  right: 8px;
}
.charts-v2 .secondary-filters.alt-small-11 .custom-selector .btn-custom-selector {
  font-size: 11px;
  font-size: 1.1rem;
}
.charts-v2 .secondary-filters.alt-small-11 .pro-search .pro-search-input {
  font-size: 11px;
  font-size: 1.1rem;
}
.charts-v2 .secondary-filters.transparent {
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .secondary-filters .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.charts-v2 .secondary-filters .row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charts-v2 .secondary-filters .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charts-v2 .secondary-filters .sort .label {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  white-space: nowrap;
  padding-right: 8px;
}
.charts-v2 .secondary-filters .view-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
}
.charts-v2 .secondary-filters .view-buttons .btn + .btn {
  margin-left: 16px;
}
.charts-v2 .secondary-filters .timeframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -4px;
}
.charts-v2 .secondary-filters .timeframe .timeframe-label {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  white-space: nowrap;
  padding-right: 8px;
}
.charts-v2 .secondary-filters .timeframe .btn {
  margin: 4px;
}
.charts-v2 .secondary-filters .timeframe .btn-filter-tag.disabled {
  position: relative;
}
.charts-v2 .secondary-filters .timeframe .btn-filter-tag.disabled:hover:before {
  display: block;
}
.charts-v2 .secondary-filters .timeframe .btn-filter-tag.disabled:before {
  -webkit-box-shadow: 0 0 4px 0 rgba(190, 203, 208, 0.5);
  box-shadow: 0 0 4px 0 rgba(190, 203, 208, 0.5);
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  line-height: 20px;
  padding: 12px;
  display: none;
  position: absolute;
  right: 50%;
  top: 30px;
  color: #000000;
  background-color: #ffffff;
  width: 192px;
  text-align: center;
  z-index: 3;
  text-transform: none;
  max-width: 200px;
  white-space: normal;
  content: "You need to change the sorting if you want to adapt the selected timeframe.";
}
.charts-v2 .active-filters {
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
  padding: 9px 24px 8px 24px;
  border-top: 2px solid #f4f6f6;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .active-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.charts-v2 .active-filters.alt-smaller-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
.charts-v2 .active-filters.alt-small-11 .pro-custom-select.customize .selected-option span,
.charts-v2 .active-filters.alt-small-11 .pro-custom-select.saved-charts .selected-option span {
  padding-left: 12px;
}
.charts-v2 .active-filters.alt-small-11 .pro-custom-select .selected-option {
  font-size: 11px;
  font-size: 1.1rem;
  right: 12px;
}
.charts-v2 .active-filters.alt-small-11 .pro-custom-select .selected-option span {
  padding-left: 32px;
  background-position: left 8px center;
}
.charts-v2 .active-filters.alt-small-11 .pro-custom-select .selected-wrapper {
  padding-right: 12px;
}
.charts-v2 .active-filters.alt-small-11 .pro-custom-select .selected-wrapper:after {
  right: 8px;
}
.charts-v2 .active-filters.alt-small-11 .custom-selector .btn-custom-selector {
  font-size: 11px;
  font-size: 1.1rem;
}
.charts-v2 .active-filters.alt-small-11 .pro-search .pro-search-input {
  font-size: 11px;
  font-size: 1.1rem;
}
.charts-v2 .active-filters .label {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  white-space: nowrap;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .active-filters .label {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 69px;
            flex: 1 0 69px;
    max-width: 69px;
    line-height: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.charts-v2 .active-filters .active-filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 31px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .active-filters .active-filters-list.v2 {
    max-width: 95%;
    overflow: hidden;
    padding-right: 10px;
    position: relative;
    margin-left: -22px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.charts-v2 .active-filters .active-filters-list .btn {
  margin: 4px;
}
.charts-v2 .active-filters .active-filters-list .btn.btn-clear-all-filters {
  white-space: nowrap;
}
.charts-v2 .active-filters .swiper-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.charts-v2 .active-filters .swiper-wrapper {
  padding: 0 0 0 16px;
}
.charts-v2 .active-filters .swiper-slide {
  width: auto;
}
.charts-v2 .active-filters .swiper-slide:last-child {
  margin-right: 24px;
}
.charts-v2 .active-filters .swiper-button-prev,
.charts-v2 .active-filters .swiper-button-next {
  width: 20px;
  height: 30px;
  background-color: #ffffff;
  top: 0;
  z-index: 2;
}
.charts-v2 .active-filters .swiper-button-prev.swiper-button-disabled,
.charts-v2 .active-filters .swiper-button-next.swiper-button-disabled {
  pointer-events: all;
  cursor: pointer;
  cursor: default;
}
.charts-v2 .active-filters .swiper-button-prev.swiper-button-disabled:hover:before,
.charts-v2 .active-filters .swiper-button-next.swiper-button-disabled:hover:before {
  background-color: #D5DDE0;
}
.charts-v2 .active-filters .swiper-button-prev.swiper-button-disabled:before,
.charts-v2 .active-filters .swiper-button-next.swiper-button-disabled:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: #D5DDE0;
}
.charts-v2 .active-filters .swiper-button-prev:hover:before,
.charts-v2 .active-filters .swiper-button-next:hover:before {
  background-color: #6889e2;
}
.charts-v2 .active-filters .swiper-button-prev:before,
.charts-v2 .active-filters .swiper-button-next:before {
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #4e63ce;
  position: absolute;
  left: 0;
  top: 50%;
  background-position: center;
  background-size: 5px;
  background-repeat: no-repeat;
  background-image: url('../images/svg/chevron-left-white.svg');
  margin: -8px 0 0 0;
}
.charts-v2 .active-filters .swiper-button-prev {
  left: 0;
  right: auto;
}
.charts-v2 .active-filters .swiper-button-next {
  left: auto;
  right: 0;
}
.charts-v2 .active-filters .swiper-button-next:before {
  background-image: url('../images/svg/chevron-right-white.svg');
}
.charts-v2 .active-filters .more-info {
  position: absolute;
  right: 24px;
  top: 13px;
}
.charts-v2 .section-entity-view-heading .section-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .section-entity-view-heading .section-main h1 {
    padding-right: 150px;
  }
}
.charts-v2 .btn-play-tutorial {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .btn-play-tutorial {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.charts-v2 .section-entity-view {
  padding-top: 0;
}
.charts-v2 .section-entity-view.section-map-view-v2 {
  padding-top: 0;
  padding-bottom: 0;
}
.charts-v2 .section-entity-view.loading:before {
  background-image: url('../images/gif/loader-grey.gif');
  background-size: 80px;
}
@media only screen and (min-width: 768px) {
  .charts-v2 .section-entity-view.loading:before {
    left: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .charts-v2 .section-entity-view.loading:before {
    left: 18.18%;
  }
}
.charts-v2 .section-entity-view.loading:after {
  position: fixed;
  top: 50%;
  left: 20px;
  right: 20px;
  text-align: center;
  padding-top: 40px;
  content: "Loading charts...";
}
@media only screen and (min-width: 768px) {
  .charts-v2 .section-entity-view.loading:after {
    left: 25%;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .charts-v2 .section-entity-view.loading:after {
    left: 18.18%;
  }
}
.charts-v2 .section-entity-view.track .entity-list-chart-item-v2 .col-rank {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
.charts-v2 .entity-list .entity-list-listing {
  margin-top: 8px;
}
.charts-v2 .chart-stats-state-indicator {
  position: relative;
  margin-bottom: -4px;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .charts-v2 .chart-stats-state-indicator {
    padding-left: 300px;
  }
}
@media only screen and (min-width: 1099px) {
  .charts-v2 .chart-stats-state-indicator {
    padding-left: 310px;
  }
}
@media only screen and (min-width: 1199px) {
  .charts-v2 .chart-stats-state-indicator {
    padding-left: 410px;
  }
}
@media only screen and (min-width: 1299px) {
  .charts-v2 .chart-stats-state-indicator {
    padding-left: 450px;
  }
}
@media only screen and (min-width: 1399px) {
  .charts-v2 .chart-stats-state-indicator {
    padding-left: 500px;
  }
}
@media only screen and (min-width: 1499px) {
  .charts-v2 .chart-stats-state-indicator {
    padding-left: 570px;
  }
}
.charts-v2 .chart-stats-state-indicator + :after {
  bottom: 20px;
}
.charts-v2 .chart-stats-state-indicator.active .indicator:first-child {
  pointer-events: all;
  cursor: pointer;
  background-color: #BECBD0;
}
.charts-v2 .chart-stats-state-indicator.active .indicator:last-child {
  background-color: #707580;
  pointer-events: none;
  cursor: default;
}
.charts-v2 .chart-stats-state-indicator .indicator {
  border-radius: 2px;
  height: 4px;
  background-color: #BECBD0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4px;
  cursor: pointer;
}
.charts-v2 .chart-stats-state-indicator .indicator:first-child {
  background-color: #707580;
  pointer-events: none;
  cursor: default;
}
.charts-v2 .chart-stats-state-indicator .indicator:last-child {
  pointer-events: all;
  cursor: pointer;
  background-color: #BECBD0;
}
.charts-v2-new {
  /*
	.pro-custom-select {

		&.charts {

			&.open {

				.selected-wrapper {
					border-radius: 4px;
				}
			}

			&.up {

				.results {
					bottom: calc(~'100% + 1px');
					top: auto;
					border-radius: 4px;
				}
			}

			&.saved-charts {

				.results {
					max-height: 500px
				}
			}

			.results {
				.rounded-corners(4px);
				.box-shadow(0 0 15px 0 rgba(0,0,0,0.15));
				top: 32px;
				border: 0;
				padding: 16px 0;

				&:before {
					content: none;
				}

				li {
					padding: 8px 24px 8px 48px;
					background-position: left 24px center;

					&.disabled {

						&:hover {

							&:after {
								content: none;
							}
						}
					}

					&:hover {

						&:after {
							content: "";
							background-color: @white-1;
						}
					}

					&.active {

						&:after {
							content: "";
							background-color: @blue-grey;
						}
					}

					&:after {
						.rounded-corners(4px);
						position: absolute;
						left: 12px;
						top: 0px;
						right: 12px;
						bottom: 0px;
						z-index: -1;
					}
				}
			}
		}
	}
	*/
}
.ReactVirtualized__Grid {
  overflow: visible !important;
}
.ReactVirtualized__Grid__innerScrollContainer {
  overflow: visible !important;
}
@media only screen and (min-width: 1024px) {
  .ReactVirtualized__Grid__innerScrollContainer .item:first-child .entity-list-chart-item-v2 .col-rank-section.active:before {
    top: -8px;
  }
}
@media only screen and (min-width: 1024px) {
  .ReactVirtualized__Grid__innerScrollContainer .item:last-child .entity-list-chart-item-v2 .col-rank-section.active:before {
    bottom: -8px;
  }
}
.ranks-tour-container {
  margin-top: 8px;
}
.sidebar-module-group {
  margin-top: 8px;
  border-radius: 8px;
}
.sidebar-module {
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  background-color: #ffffff;
  color: #707580;
}
.sidebar-module.paywalled {
  border: 1px solid #4e63ce;
  background-color: #E4E9FF;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.sidebar-module.paywalled .pro-sidebar-filters {
  pointer-events: none;
  cursor: default;
}
.sidebar-module.paywalled .paywall-content {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.66%, rgba(228, 232, 255, 0.4)), color-stop(57.51%, #e4e8ff));
  background: linear-gradient(180deg, rgba(228, 232, 255, 0.4) 2.66%, #e4e8ff 57.51%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  padding-bottom: 16px;
  text-align: center;
}
.sidebar-module.paywalled .actions {
  margin-top: 12px;
}
.sidebar-module.paywalled .disclaimer {
  padding-top: 12px;
}
.sidebar-module + .sidebar-module {
  margin-top: 8px;
}
.sidebar-module + .pro-content-navigation.side-navigation {
  margin-top: 8px;
}
.sidebar-module.disabled {
  pointer-events: none;
  cursor: default;
}
.sidebar-module.disabled .sidebar-module-title {
  color: #D5DDE0;
}
.sidebar-module.disabled .pro-search .pro-search-input {
  background-image: url('../images/svg/search-pro-table-disabled.svg');
  border-color: #D5DDE0;
}
.sidebar-module.disabled .pro-search .pro-search-input::-webkit-input-placeholder {
  color: #D5DDE0;
}
.sidebar-module.disabled .pro-search .pro-search-input:-ms-input-placeholder {
  color: #D5DDE0;
}
.sidebar-module.disabled .pro-search .pro-search-input::-ms-input-placeholder {
  color: #D5DDE0;
}
.sidebar-module.disabled .pro-search .pro-search-input::placeholder {
  color: #D5DDE0;
}
.sidebar-module.bg-blue {
  background-color: #eef0fb;
}
.sidebar-module.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
.sidebar-module.sidebar-search {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar-module.sidebar-search {
    position: -webkit-sticky;
    position: sticky;
    top: 396px;
  }
}
.sidebar-module.sidebar-search .toolbar-filter-search {
  padding: 0;
  height: auto;
}
.sidebar-module.sidebar-search .toolbar-filter-search.open .results {
  display: block;
}
.sidebar-module.sidebar-search .toolbar-filter-search .search-wrapper {
  margin: 0;
}
.sidebar-module.sidebar-search .toolbar-filter-search .search-wrapper.loading:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sidebar-module.sidebar-search .toolbar-filter-search .search-wrapper:before {
  right: 30px;
}
.sidebar-module.sidebar-search .toolbar-filter-search .search-wrapper .search-input {
  background-color: #ffffff;
  background-image: url(../images/svg/search.svg);
}
.sidebar-module.sidebar-search .toolbar-filter-search .results {
  display: none;
  padding-left: 12px;
}
.sidebar-module .sidebar-module-content-article {
  padding: 16px 24px;
}
.sidebar-module .sidebar-module-content-footer {
  padding: 0px 24px 8px 24px;
}
.sidebar-module .sidebar-module-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  padding-bottom: 10px;
  font-weight: 500;
}
.sidebar-module .sidebar-module-title span {
  font-weight: 400;
}
.sidebar-module .sidebar-module-title img {
  vertical-align: bottom;
  margin-right: 4px;
}
.sidebar-module .update-profile {
  padding-bottom: 40px;
}
.sidebar-module .update-profile h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 500;
  padding-bottom: 16px;
}
.sidebar-module .btn-solid.border {
  padding-right: 6px;
  padding-left: 6px;
}
.sidebar-module .similar-artists > h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 500;
  padding-bottom: 16px;
}
.sidebar-module .similar-artists a {
  color: #000000;
}
.sidebar-module .similar-artists .item {
  padding: 10px 0;
  border-bottom: 2px solid #f4f6f6;
}
.sidebar-module .similar-artists .item:first-child {
  padding-top: 0;
}
.sidebar-module .similar-artists .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar-module .btn-solid {
  min-width: 0;
}
.sidebar-module .beta {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 8px;
  line-height: 9px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 6px;
  height: 16px;
  line-height: 12px;
  background-color: #707580;
  margin-left: auto;
}
.sidebar-module .beta + .new-icon {
  margin-left: 4px;
  bottom: unset;
}
.sidebar-modules-wrapper.rounded .sidebar-entity-info .sidebar-module-content-article .entity-info {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sidebar-modules-wrapper.rounded .sidebar-module:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sidebar-range .sidebar-module-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-range .sidebar-module-title.viberate:before,
.sidebar-range .sidebar-module-title.analytics:before {
  content: "";
  background-image: url('../images/svg/viberate-color.svg');
}
.sidebar-range .sidebar-module-title.spotify:before {
  content: "";
  background-image: url('../images/svg/spotify-color.svg');
}
.sidebar-range .sidebar-module-title.beatport:before {
  content: "";
  background-image: url('../images/svg/beatport-circle.svg');
}
.sidebar-range .sidebar-module-title.social-media:before {
  content: "";
  background-image: url('../images/svg/social-media-color.svg');
}
.sidebar-range .sidebar-module-title.youtube:before {
  content: "";
  background-image: url('../images/svg/youtube-color.svg');
}
.sidebar-range .sidebar-module-title .i {
  width: 12px;
  margin-left: 4px;
}
.sidebar-range .sidebar-module-title:before {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.sidebar-range .range {
  margin-top: 16px;
}
.sidebar-range .range-inputs {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-range .range-inputs .mobiscroll-wrapper .mbsc-material.mbsc-textfield {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  height: 24px;
  background-color: #f4f6f6;
  width: 100%;
  border: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #000000;
}
.sidebar-range .range-inputs .mobiscroll-wrapper .mbsc-material.mbsc-textfield:disabled,
.sidebar-range .range-inputs .mobiscroll-wrapper .mbsc-material.mbsc-textfield.mbsc.disabled {
  background-image: none;
}
.sidebar-range .range-inputs .mobiscroll-wrapper .mbsc-material.mbsc-textfield:focus-visible,
.sidebar-range .range-inputs .mobiscroll-wrapper .mbsc-material.mbsc-textfield:focus,
.sidebar-range .range-inputs .mobiscroll-wrapper .mbsc-material.mbsc-textfield.mbsc-focus {
  outline: 0;
}
.sidebar-range .input-range {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 4px;
  height: 24px;
  background-color: #f4f6f6;
  width: 100%;
  border: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #000000;
}
.sidebar-range .input-range:disabled {
  background-image: none;
}
.sidebar-range .input-range:focus-visible,
.sidebar-range .input-range:focus {
  outline: 0;
}
.sidebar-range .dash {
  width: 24px;
  min-width: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .sidebar-range .pro-custom-select {
    margin: 0 -16px;
    width: auto;
  }
}
.sidebar-user-info {
  border-radius: 8px;
  color: #707580;
  position: relative;
  z-index: 5;
}
.sidebar-user-info + .sidebar-user-info {
  z-index: 4;
}
.sidebar-user-info .sidebar-module-content-article {
  padding-right: 16px;
}
.sidebar-user-info h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
.sidebar-user-info h2 em {
  font-style: normal;
  overflow-wrap: anywhere;
}
.sidebar-user-info .location {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sidebar-user-info .location .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  margin-right: 8px;
}
.sidebar-user-info .location a {
  color: #4e63ce;
}
.sidebar-user-info .location a:hover,
.sidebar-user-info .location a:active {
  color: #6889e2;
}
.sidebar-user-info .roles-and-genres {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.sidebar-user-info .roles-and-genres a {
  color: #4e63ce;
}
.sidebar-user-info .roles-and-genres a:hover,
.sidebar-user-info .roles-and-genres a:active {
  color: #6889e2;
}
.sidebar-user-info .roles-and-genres + .roles-and-genres {
  z-index: 2;
}
.sidebar-user-info .roles-and-genres + .roles-and-genres + .roles-and-genres {
  z-index: 1;
}
.sidebar-user-info .other-values {
  position: relative;
  margin-left: 8px;
}
.sidebar-user-info .other-values:hover .others {
  display: block;
}
.sidebar-user-info .other-values .counter {
  cursor: default;
}
.sidebar-user-info .other-values .others {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  display: none;
  position: absolute;
  top: 100%;
  left: 100%;
  padding: 8px 16px;
  background-color: #ffffff;
  white-space: nowrap;
}
.sidebar-user-info .other-values .others li {
  margin-top: 4px;
}
.sidebar-user-info .other-values .others li:first-child {
  margin-top: 0;
}
.sidebar-promo {
  border-radius: 8px;
  overflow: hidden;
}
.sidebar-promo img {
  width: 100%;
}
.sidebar-banner {
  border-radius: 8px;
  color: #ffffff;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar-banner.compare-entity {
  background-image: url('../images/static/banner-compare.png');
}
.sidebar-banner.claim-entity {
  background-image: url('../images/static/banner-claim-250.jpg');
}
.sidebar-banner.claim-entity .sidebar-module-content-article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.sidebar-banner .sidebar-module-content-article {
  padding: 24px;
}
.sidebar-banner h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30%;
}
.sidebar-banner h2:after {
  content: "";
  margin-left: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url('../images/svg/icon-arrow-forward.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: -2px;
}
.sidebar-banner h2 strong {
  font-weight: bold;
}
.sidebar-recommended-or-hot-artists {
  border-radius: 8px;
}
.sidebar-recommended-or-hot-artists .sidebar-module-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.sidebar-recommended-or-hot-artists .card-micro {
  height: 50px;
}
.sidebar-recommended-or-hot-artists .card-micro a + article,
.sidebar-recommended-or-hot-artists .card-micro figure + article {
  padding-left: 66px;
}
.sidebar-recommended-or-hot-artists .card-micro figure {
  width: 50px;
  height: 50px;
}
.sidebar-recommended-or-hot-artists .card-micro article {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-right: 24px;
}
.sidebar-recommended-or-hot-artists .card-micro article .title-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sidebar-recommended-or-hot-artists .card-micro article .title-link h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sidebar-recommended-or-hot-artists .card-micro article .title-link .claimed-icon {
  margin-left: 8px;
}
.sidebar-recommended-or-hot-artists .card-micro .actions {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.sidebar-recommended-or-hot-artists .card-micro .row {
  text-align: left;
}
.sidebar-recommended-or-hot-artists .card-micro .row.short-version {
  display: block;
  text-align: left;
}
.sidebar-recommended-or-hot-artists .card-micro .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar-recommended-or-hot-artists .entity-list .item {
  border-bottom: 1px solid #e8eced;
  padding: 4px 0;
}
.sidebar-recommended-or-hot-artists .entity-list .item:first-child {
  border-top: 1px solid #a0aeb4;
}
.sidebar-recommended-or-hot-artists .actions {
  text-align: center;
  margin-top: 22px;
}
.sidebar-last-30-days {
  border-radius: 8px;
}
.sidebar-last-30-days .sidebar-module-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.sidebar-last-30-days .stats-list {
  color: #000000;
}
.sidebar-last-30-days .stats-list .item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  border-bottom: 1px solid #e8eced;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-last-30-days .stats-list .item:first-child {
  border-top: 1px solid #a0aeb4;
}
.sidebar-last-30-days .claimed-icon {
  margin-left: 6px;
}
.sidebar-recommended-webinars {
  border-radius: 8px;
}
.sidebar-recommended-webinars .sidebar-module-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
}
.sidebar-recommended-webinars .webinars-list .item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  border-bottom: 1px solid #e8eced;
  padding: 10px 0;
}
.sidebar-recommended-webinars .webinars-list .item:first-child {
  border-top: 1px solid #a0aeb4;
}
.sidebar-recommended-webinars .webinars-list a {
  color: #000000;
}
.sidebar-recommended-webinars .webinars-list a:hover,
.sidebar-recommended-webinars .webinars-list a:active {
  color: #494c52;
}
.sidebar-recommended-webinars .actions {
  text-align: center;
  margin-top: 22px;
}
.sidebar-editor-actions {
  padding: 10px 24px;
  text-align: left;
}
.sidebar-editor-actions .btn-view-guidelines {
  color: #707580;
}
.sidebar-editor-actions .btn-view-guidelines:hover:after,
.sidebar-editor-actions .btn-view-guidelines:active:after {
  background-image: url('../images/svg/icon-help-black.svg');
}
.sidebar-editor-actions .btn-view-guidelines:after {
  content: "";
  background-image: url('../images/svg/icon-help-grey.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 8px;
  width: 12px;
  height: 12px;
}
.sidebar-editor-title {
  background-color: #ffffff;
}
.sidebar-editor-title .sidebar-module-content-article {
  padding: 10px 24px;
}
.sidebar-editor-title h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000000;
  line-height: 34px;
}
.sidebar-editor-title h3 {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #707580;
  line-height: 16px;
  margin-top: 4px;
}
.sidebar-editor-title .actions {
  margin-top: 16px;
}
.sidebar-find-city {
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
.sidebar-find-city .more-info {
  z-index: 2;
}
.sidebar-find-city .more-info article {
  right: auto;
  left: -120px;
  top: 20px;
  width: 220px;
}
.sidebar-filters.sidebar-module {
  margin-top: 0;
}
.sidebar-filters .sidebar-module-content-article {
  padding-top: 24px;
}
.sidebar-entity-info {
  background-color: transparent;
  z-index: 3;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-entity-info.artist {
    margin: 0 -12px 0 -12px;
    border-radius: 0 0 8px 8px !important;
  }
  .sidebar-entity-info.artist .sidebar-module-content-article {
    border-radius: 0 0 8px 8px !important;
    padding-bottom: 0;
  }
  .sidebar-entity-info.artist .btn-mobile-follow {
    display: none;
  }
  .sidebar-entity-info.artist .entity-sys-actions {
    display: block;
  }
  .sidebar-entity-info.artist .btn-entity-sys {
    height: 40px;
  }
  .sidebar-entity-info.artist .entity-ranking {
    border-radius: 0 0 8px 8px;
  }
}
.sidebar-entity-info .sidebar-module-content-article {
  padding: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .sidebar-module-content-article {
    padding-bottom: 0;
  }
}
.sidebar-entity-info .entity-info {
  background-color: #ffffff;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info {
    margin: 0;
    padding: 0;
    display: block;
  }
}
.sidebar-entity-info .entity-info.artist-card {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info.artist-card {
    padding-top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info.artist-card.horizontal {
    padding-top: 0;
  }
}
.sidebar-entity-info .entity-info.artist-card.horizontal figcaption {
  left: auto;
  right: 8px;
}
.sidebar-entity-info .entity-info.artist-card figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info.artist-card figure {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    padding: 0;
  }
  .sidebar-entity-info .entity-info.artist-card figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sidebar-entity-info .entity-info.artist-card figure figcaption .mini-badges {
    position: static;
  }
}
.sidebar-entity-info .entity-info.festival-card,
.sidebar-entity-info .entity-info.venue-card {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info.festival-card.horizontal figure,
  .sidebar-entity-info .entity-info.venue-card.horizontal figure {
    width: 86px;
    height: 64px;
    min-width: 86px;
  }
}
@media only screen and (min-width: 1199px) {
  .sidebar-entity-info .entity-info.festival-card.horizontal figure,
  .sidebar-entity-info .entity-info.venue-card.horizontal figure {
    width: 96px;
    height: 72px;
    min-width: 96px;
  }
}
.sidebar-entity-info .entity-info.festival-card figure,
.sidebar-entity-info .entity-info.venue-card figure {
  border-radius: 8px 8px 0 0;
  width: 96px;
  height: 72px;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info.festival-card figure,
  .sidebar-entity-info .entity-info.venue-card figure {
    background-position: center;
    width: 100%;
    height: auto;
    padding-top: 80%;
  }
}
.sidebar-entity-info .entity-info.festival-card h3,
.sidebar-entity-info .entity-info.venue-card h3 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info.festival-card h3,
  .sidebar-entity-info .entity-info.venue-card h3 {
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info.festival-card h3 {
    padding-bottom: 0;
  }
}
.sidebar-entity-info .entity-info.label-card figure {
  border-radius: 8px 8px 0 0;
}
.sidebar-entity-info .entity-info.venue-card .event-tonight {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info.venue-card .event-tonight {
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #66cd94;
    line-height: 1;
    display: inline-block;
    padding: 8px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info.horizontal figure {
    padding-top: 0;
    position: static;
    width: 72px;
    height: 72px;
    min-width: 72px;
    margin: 8px 0 8px 8px;
  }
}
.sidebar-entity-info .entity-info.horizontal article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sidebar-entity-info .entity-info.horizontal .mini-badges {
  height: 23px;
}
.sidebar-entity-info .entity-info.horizontal .title h3 {
  font-size: 15px;
  font-size: 1.5rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  line-height: 1;
  padding: 0 8px 0 16px;
}
@media only screen and (min-width: 1199px) {
  .sidebar-entity-info .entity-info.horizontal .title h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
}
.sidebar-entity-info .entity-info .loader-element + article {
  padding-left: 16px;
  padding-right: 16px;
}
.sidebar-entity-info .entity-info .mini-badges {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 99px;
  border: 1px solid #e8eced;
  position: absolute;
  bottom: -12px;
  right: 8px;
  height: 24px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info .mini-badges {
    height: 28px;
  }
}
.sidebar-entity-info .entity-info .mini-badges * {
  margin: 0 2px;
}
.sidebar-entity-info .entity-info .mini-badges .mini-badge:first-child {
  margin-left: 0;
}
.sidebar-entity-info .entity-info .mini-badges .mini-badge:last-child {
  margin-right: 0;
}
.sidebar-entity-info .entity-info .mini-badges .claimed-icon {
  margin: 0;
}
.sidebar-entity-info .entity-info .mini-badges .claimed-icon + .mini-badge {
  margin-left: 8px;
}
.sidebar-entity-info .entity-info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-info .title {
    display: block;
  }
}
.sidebar-entity-info .entity-info .title h3 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 600;
}
.sidebar-entity-info .entity-info figure {
  border: 1px solid #e8eced;
}
.sidebar-entity-info .entity-info figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidebar-entity-info .entity-info article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar-entity-info .genres-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -5px;
  padding-bottom: 12px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .genres-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sidebar-entity-info .genres-info label {
  color: #707580;
  padding-left: 8px;
  width: 75px;
}
.sidebar-entity-info .genres-info .genres {
  color: #000000;
}
.sidebar-entity-info .genres-info .genres span {
  display: block;
  line-height: 1;
  padding-bottom: 5px;
}
.sidebar-entity-info .entity-connected-channels {
  background-color: #ffffff;
  padding: 0 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.sidebar-entity-info .entity-connected-channels h4 {
  padding: 16px 0 0 0;
}
.sidebar-entity-info .entity-connected-channels .connected-channel {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.sidebar-entity-info .entity-connected-channels .channel {
  background-position: left top 2px;
  background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.sidebar-entity-info .entity-connected-channels .channel.spotify {
  background-image: url('../images/svg/spotify-color.svg');
}
.sidebar-entity-info .entity-connected-channels .channel.applemusic {
  background-image: url('../images/svg/apple-music-color.svg');
}
.sidebar-entity-info .entity-connected-channels .channel.youtube {
  background-image: url('../images/svg/youtube-color.svg');
}
.sidebar-entity-info .entity-connected-channels .channel.amazonmusic {
  background-image: url('../images/svg/amazon-music-color.svg');
}
.sidebar-entity-info .entity-connected-channels .action {
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.sidebar-entity-info .entity-connected-channels .action.active {
  width: 16px;
  height: 16px;
  background-image: url('../images/svg/icon-check-circle-big.svg');
}
.sidebar-entity-info .entity-connected-channels .action.active a {
  pointer-events: none;
  cursor: default;
  display: none;
}
.sidebar-entity-info .entity-connected-channels .bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 16px;
  margin: 2px 0;
  gap: 8px;
}
.sidebar-entity-info .entity-connected-channels .bar {
  border-radius: 2px;
  position: relative;
  width: 100%;
  height: 4px;
  overflow: hidden;
  background-color: #e8eced;
}
.sidebar-entity-info .entity-connected-channels .bar-value {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #66cd94;
  border-radius: 2px;
}
.sidebar-entity-info .entity-connected-channels .percent {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  text-align: right;
  color: #707580;
  white-space: nowrap;
}
.sidebar-entity-info .entity-sys-actions {
  background-color: #ffffff;
  margin-top: 1px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-sys-actions {
    display: block;
  }
}
.sidebar-entity-info .entity-sys-actions.mobile-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-sys-actions.mobile-only {
    display: none;
  }
}
.sidebar-entity-info .entity-sys-actions .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar-entity-info .entity-sys-actions .row .btn,
.sidebar-entity-info .entity-sys-actions .row .pro-more-actions {
  margin: 0 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-sys-actions .row .btn,
  .sidebar-entity-info .entity-sys-actions .row .pro-more-actions {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar-entity-info .entity-sys-actions .subrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.sidebar-entity-info .entity-sys-actions .subrow + .subrow {
  padding-top: 8px;
}
.sidebar-entity-info .entity-sys-actions .subrow .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sidebar-entity-info .entity-subgenres,
.sidebar-entity-info .entity-genres,
.sidebar-entity-info .entity-editions {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  background-color: #ffffff;
}
.sidebar-entity-info .entity-subgenres a,
.sidebar-entity-info .entity-genres a,
.sidebar-entity-info .entity-editions a {
  color: inherit;
}
.sidebar-entity-info .entity-subgenres a:hover,
.sidebar-entity-info .entity-genres a:hover,
.sidebar-entity-info .entity-editions a:hover {
  color: #6889e2;
}
.sidebar-entity-info .entity-subgenres h4,
.sidebar-entity-info .entity-genres h4,
.sidebar-entity-info .entity-editions h4 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
.sidebar-entity-info .entity-subgenres .subgenres,
.sidebar-entity-info .entity-genres .subgenres,
.sidebar-entity-info .entity-editions .subgenres,
.sidebar-entity-info .entity-subgenres .genres,
.sidebar-entity-info .entity-genres .genres,
.sidebar-entity-info .entity-editions .genres {
  padding: 0 16px 12px 16px;
  color: #707580;
  line-height: 26px;
}
.sidebar-entity-info .entity-subgenres .edition-stats,
.sidebar-entity-info .entity-genres .edition-stats,
.sidebar-entity-info .entity-editions .edition-stats {
  padding: 0 16px 12px 16px;
}
.sidebar-entity-info .entity-subgenres .edition-stats th,
.sidebar-entity-info .entity-genres .edition-stats th,
.sidebar-entity-info .entity-editions .edition-stats th,
.sidebar-entity-info .entity-subgenres .edition-stats td,
.sidebar-entity-info .entity-genres .edition-stats td,
.sidebar-entity-info .entity-editions .edition-stats td {
  padding: 4px 0;
}
.sidebar-entity-info .entity-subgenres .edition-stats th,
.sidebar-entity-info .entity-genres .edition-stats th,
.sidebar-entity-info .entity-editions .edition-stats th {
  color: #707580;
  text-align: left;
  font-weight: 400;
}
.sidebar-entity-info .entity-subgenres .edition-stats td,
.sidebar-entity-info .entity-genres .edition-stats td,
.sidebar-entity-info .entity-editions .edition-stats td {
  padding-left: 12px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .sidebar-entity-info .entity-editions {
    display: none;
  }
}
.sidebar-entity-info .entity-dates-and-location {
  margin-top: 1px;
  padding: 16px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .entity-dates-and-location {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
}
.sidebar-entity-info .entity-dates-and-location time {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 12px;
  padding-left: 0;
}
.sidebar-entity-info .entity-dates-and-location .entity-location-info {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sidebar-entity-info .entity-dates-and-location .entity-location-info .location {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sidebar-entity-info .entity-location {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 16px 16px 16px;
  background-color: #ffffff;
  color: #000000;
}
.sidebar-entity-info .entity-location .location {
  margin: 6px 0 2px 0;
}
.sidebar-entity-info .entity-location .address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707580;
}
.sidebar-entity-info .dates {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 4px;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .dates {
    padding-left: 24px;
    display: block;
  }
}
.sidebar-entity-info .dates time {
  font-size: 10px;
  font-size: 1rem;
  padding-left: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .dates time {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 12px;
  }
}
.sidebar-entity-info .entity-ranking {
  background-color: #ffffff;
  margin-top: 0;
  padding-bottom: 10px;
}
.sidebar-entity-info .entity-ranking.page {
  padding-left: 0;
  padding-right: 0;
}
.sidebar-entity-info .entity-ranking h4 {
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-entity-info .entity-ranking a {
  color: inherit;
}
.sidebar-entity-info .entity-ranking a:hover {
  color: #6889e2;
}
.sidebar-entity-info .entity-ranking .inactive {
  padding: 12px 16px 6px 16px;
  margin: 0;
}
.sidebar-entity-info .entity-ranking .actions {
  color: #4e63ce;
  padding: 16px 0 0 0;
  text-align: center;
}
.sidebar-entity-info .btn-mobile-follow {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #4e63ce;
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 1px;
  width: 90px;
  min-width: 90px;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .btn-mobile-follow {
    display: none;
  }
}
.sidebar-entity-info figure {
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info figure {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    width: auto;
    padding-top: 100%;
    position: relative;
  }
}
.sidebar-entity-info h3 {
  font-size: 24px;
  font-size: 2.4rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 34px;
  padding: 0 16px 0 16px;
  font-weight: 500;
  color: #000000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info h3 {
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
    font-size: 28px;
    font-size: 2.8rem;
    overflow: visible;
    display: inline-block;
    line-height: 34px;
    padding: 20px 16px 16px 16px;
  }
}
.sidebar-entity-info h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  padding: 16px 16px 10px 16px;
  font-weight: 500;
  border-top: 1px solid #f4f6f6;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info h4 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.sidebar-entity-info h4 img {
  margin-right: 6px;
}
.sidebar-entity-info .claimed-icon {
  width: 12px;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .claimed-icon {
    width: 16px;
  }
}
.sidebar-entity-info time {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  display: block;
  padding: 0px 8px 12px 8px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info time:last-child {
    padding-bottom: 8px;
  }
}
.sidebar-entity-info .location-info {
  font-size: 10px;
  font-size: 1rem;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 8px 0 16px;
}
@media only screen and (min-width: 768px) {
  .sidebar-entity-info .location-info {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 8px 12px 24px;
  }
}
.sidebar-entity-info .location-info .location {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sidebar-entity-info .rankings {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
}
.sidebar-entity-info .rankings td {
  padding: 3px;
}
@media only screen and (min-width: 1299px) {
  .sidebar-entity-info .rankings td {
    padding: 3px 6px;
  }
}
.sidebar-entity-info .rankings td:first-child {
  padding-left: 16px;
}
.sidebar-entity-info .rankings td:last-child {
  padding-right: 16px;
}
.sidebar-entity-info .rankings .rank {
  color: #000000;
  text-align: right;
  white-space: nowrap;
}
.sidebar-entity-info .rankings .genre {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar-entity-info .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  margin-top: -1px;
}
.sidebar-action-buttons {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-action-buttons {
    display: block;
  }
}
.sidebar-action-buttons .sidebar-module-content-article {
  padding-left: 8px;
  padding-right: 8px;
}
.sidebar-action-buttons .btn {
  width: 100%;
  font-weight: 500;
}
.sidebar-action-buttons .btn + .btn {
  margin-top: 16px;
}
.sidebar-unlock-content {
  padding: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-unlock-content {
    display: block;
  }
}
.sidebar-unlock-content.sidebar-module {
  margin-top: 1px;
}
.sidebar-unlock-content .button.tertiary {
  margin: 16px 0;
  line-height: 16px;
}
.sidebar-unlock-content .btn.btn-txt {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  padding: 16px;
}
.sidebar-unlock-content .btn.btn-txt:hover {
  color: #6889e2;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .sidebar-compare-content {
    display: none;
  }
}
.sidebar-compare-content.sidebar-module {
  margin-top: -9px;
}
@media only screen and (min-width: 768px) {
  .sidebar-compare-content.sidebar-module {
    margin-top: 1px;
  }
}
.sidebar-compare-content article {
  text-align: center;
  padding: 16px;
}
.sidebar-social {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-social {
    display: block;
  }
}
.sidebar-social + .sidebar-entity-info {
  margin-top: 1px;
}
.sidebar-social.sidebar-module {
  margin-top: 1px;
}
.sidebar-social:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../images/svg/icon-link-facebook-color.svg) url(../images/svg/icon-link-twitter-color.svg) url(../images/svg/icon-link-instagram-color.svg) url(../images/svg/icon-link-soundcloud-color.svg) url(../images/svg/icon-link-songkick-color.svg) url(../images/svg/icon-link-spotify-color.svg) url(../images/svg/icon-link-youtube-color.svg) url(../images/svg/icon-link-beatport-color.svg) url(../images/svg/icon-link-linkedin-color.svg) url(../images/svg/icon-link-mixcloud-color.svg) url(../images/svg/icon-link-gigatools-color.svg) url(../images/svg/icon-link-eventbrite-color.svg) url(../images/svg/icon-link-skiddle-color.svg) url(../images/svg/icon-link-ticketmaster-color.svg) url(../images/svg/icon-link-tiktok-color.svg) url(../images/svg/icon-link-tumblr-color.svg) url(../images/svg/icon-link-googleplaymusic-color.svg) url(../images/svg/icon-link-bandsintown-color.svg) url(../images/svg/icon-link-itunes-color.svg) url(../images/svg/icon-link-shazam-color.svg) url(../images/svg/icon-link-deezer-color.svg) url(../images/svg/icon-link-homepage-color.svg) url(../images/svg/icon-link-tidal-color.svg) url(../images/svg/icon-link-napster-color.svg) url(../images/svg/icon-link-amazonmusic-color.svg) url(../images/svg/icon-link-bandcamp-color.svg) url(../images/svg/icon-link-eventim-color.svg);
}
.sidebar-social .sidebar-module-content-article {
  padding-left: 16px;
  padding-right: 16px;
}
.sidebar-social .social-icon {
  -webkit-transition: transform 150ms ease-out;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: center;
}
.sidebar-social .social-icon:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.sidebar-social .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -4px -8px;
}
.sidebar-social .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px;
  width: 16.66%;
  overflow: visible;
}
.sidebar-social .actions {
  margin: 0 -12px;
}
.sidebar-social .btn-pro {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-weight: 500;
  margin-top: 16px;
}
.sidebar-stuff-i-do {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-stuff-i-do {
    display: block;
  }
}
.sidebar-stuff-i-do p {
  padding: 0;
  margin: 0;
}
.sidebar-downloads {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-downloads {
    display: block;
  }
}
.sidebar-downloads .item {
  padding: 2px 0;
}
.sidebar-downloads a {
  color: #707580;
}
.sidebar-downloads a:after {
  content: url('../images/svg/icon-download-pro.svg');
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.sidebar-downloads a:hover:after,
.sidebar-downloads a:active:after {
  content: url('../images/svg/icon-download-pro-roll.svg');
}
.sidebar-editions {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-editions {
    display: block;
  }
}
.sidebar-editions tr:last-child td {
  padding-bottom: 0;
}
.sidebar-editions td {
  padding: 0 0 4px 0;
}
.sidebar-editions td:last-child {
  color: #000000;
  padding-left: 8px;
}
@media only screen and (max-width: 767px) {
  .sidebar-export-content {
    display: none;
  }
}
.sidebar-export-content.sidebar-module {
  margin-top: -9px;
}
@media only screen and (min-width: 768px) {
  .sidebar-export-content.sidebar-module {
    margin-top: 1px;
  }
}
.sidebar-export-content article {
  text-align: center;
  padding: 16px;
}
.sidebar-export-content a + a {
  margin-top: 16px;
}
.sidebar-editions {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-editions {
    display: block;
  }
}
.sidebar-editions tr:last-child td {
  padding-bottom: 0;
}
.sidebar-editions td {
  padding: 0 0 4px 0;
}
.sidebar-editions td:last-child {
  color: #000000;
  padding-left: 8px;
}
.sidebar-facts {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-facts {
    display: block;
  }
}
.sidebar-facts .sidebar-module-content-article {
  padding: 16px;
}
.sidebar-facts.sidebar-module {
  margin-top: 1px;
}
.sidebar-facts tr:last-child td {
  padding-bottom: 0;
}
.sidebar-facts td {
  padding: 0 0 4px 0;
}
.sidebar-facts td:first-child {
  width: 80px;
}
.sidebar-facts td:last-child {
  color: #000000;
  padding-left: 8px;
}
.sidebar-opening-hours {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-opening-hours {
    display: block;
  }
}
.sidebar-opening-hours.sidebar-module {
  margin-top: 1px;
}
.sidebar-opening-hours .sidebar-module-content-article {
  padding: 16px;
}
.sidebar-opening-hours .sidebar-module-content-footer {
  text-align: right;
}
.sidebar-opening-hours .opening-hours-table.show tr td {
  display: table-cell;
}
.sidebar-opening-hours tr.today td {
  display: table-cell;
}
.sidebar-opening-hours tr:last-child td {
  padding-bottom: 0;
}
.sidebar-opening-hours tr td {
  display: none;
}
.sidebar-opening-hours td {
  padding: 0 0 4px 0;
}
.sidebar-opening-hours td:first-child {
  width: 80px;
}
.sidebar-opening-hours td:last-child {
  color: #000000;
  padding-left: 8px;
}
.sidebar-opening-hours td strong {
  font-weight: 500;
}
.sidebar-opening-hours .tag-close {
  font-size: 10px;
  font-size: 1rem;
  border-radius: 999px;
  font-weight: 500;
  line-height: 1;
  color: #ff1e43;
  padding: 7px 8px;
  text-transform: uppercase;
  background-color: #F8F9FD;
  display: inline-block;
}
.sidebar-venue-info {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-venue-info {
    display: block;
  }
}
.sidebar-venue-info .sidebar-module-content-article {
  padding: 16px;
}
.sidebar-venue-info tr:last-child td {
  padding-bottom: 0;
}
.sidebar-venue-info td {
  padding: 0 0 4px 0;
  vertical-align: top;
  line-height: 20px;
}
.sidebar-venue-info td:last-child {
  color: #000000;
  padding-left: 8px;
}
.sidebar-venue-info .row {
  line-height: 14px;
  padding-top: 3px;
}
.sidebar-venue-info .row + .row {
  padding-top: 6px;
}
.sidebar-venue-info .row-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sidebar-venue-info .row-address {
  color: #707580;
}
.sidebar-tickets {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-tickets {
    display: block;
  }
}
.sidebar-tickets .ticket-links a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #6889e2;
}
.sidebar-tickets .ticket-links a:hover,
.sidebar-tickets .ticket-links a:active {
  color: #4e63ce;
}
.sidebar-connected-users {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar-connected-users {
    display: block;
  }
}
.sidebar-connected-users .sidebar-module-content-footer {
  text-align: right;
}
.sidebar-connected-users .item {
  border-top: 1px solid #e8eced;
}
.sidebar-connected-users .item:first-child {
  border: 0;
}
.sticky-wrapper-entity-info.rounded .sidebar-entity-info {
  overflow: visible;
}
.sticky-wrapper-entity-info.rounded .sidebar-entity-info > div:last-child {
  border-radius: 0 0 8px 8px;
}
.sticky-wrapper-entity-info.rounded .sidebar-entity-info .entity-info.venue-card figure {
  border-radius: 0px;
}
.sticky-wrapper-entity-info.rounded .sidebar-entity-info .entity-info.venue-card + .entity-location + .entity-sys-actions {
  border-radius: 0 0 8px 8px;
}
.sticky-wrapper-entity-info.rounded .sidebar-entity-info .entity-info.venue-card + .entity-sys-actions {
  border-radius: 0 0 8px 8px;
}
.sticky-wrapper-entity-info.rounded .sidebar-module-content-article {
  border-radius: 8px;
}
.sticky-wrapper-entity-info.rounded .sidebar-module-content-article > * {
  border-radius: 0px;
}
.sticky-wrapper-entity-info.rounded .sidebar-module-content-article > *:first-child {
  border-radius: 8px 8px 0 0;
}
.sticky-wrapper-entity-info.rounded .sidebar-module-content-article > *:first-child:last-child {
  border-radius: 8px;
}
.sticky-wrapper-entity-info.rounded .sidebar-module-content-article > *:last-child {
  border-radius: 0 0 8px 8px;
}
.sticky-wrapper-entity-info .sidebar-entity-info .entity-location {
  padding-top: 16px;
}
.section-charts-landing-header {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/charts-landing-header-mobile.jpg');
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-header {
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/charts-landing-header-tablet.jpg');
  }
}
@media only screen and (min-width: 1024px) {
  .section-charts-landing-header {
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/charts-landing-header-desktop.jpg');
  }
}
@media only screen and (min-width: 1439px) {
  .section-charts-landing-header {
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/charts-landing-header-4k.jpg');
  }
}
.section-charts-landing-header.channel + .section {
  padding-top: 32px;
}
.section-charts-landing-header.instagram {
  background: #c13684;
}
.section-charts-landing-header.youtube {
  background: #ff0000;
}
.section-charts-landing-header.twitter {
  background: #00acee;
}
.section-charts-landing-header.beatport {
  background: #01e697;
}
.section-charts-landing-header.spotify {
  background: #1db954;
}
.section-charts-landing-header.facebook {
  background: #1877f2;
}
.section-charts-landing-header.tiktok {
  background: #3cdae5;
}
.section-charts-landing-header.soundcloud {
  background: #ff6400;
}
.section-charts-landing-header.viberate {
  background: #ff1f43;
}
.section-charts-landing-header.shazam {
  background: #2255ff;
}
.section-charts-landing-header.deezer {
  background: #a138fd;
}
.section-charts-landing-header .section-main {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-header .section-main {
    min-height: 120px;
  }
}
.section-charts-landing-header h1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-header h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
  }
}
.section-charts-landing-header h1 time {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.section-charts-landing-selectable-charts {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts {
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-charts-landing-selectable-charts.show-mobile {
  display: block;
}
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article {
  position: relative;
}
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child td {
  border-bottom: 2px solid #f4f6f6;
  height: 69px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child td {
    height: 84px;
  }
}
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child td:before {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  cursor: default;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 85px;
  content: "";
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child td:before {
    height: 116px;
  }
}
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .rank strong,
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .stats strong {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .rank strong,
  .section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .stats strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity.video figure,
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity.festival figure,
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity.venue figure {
  width: 92px;
  min-width: 92px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity.video figure,
  .section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity.festival figure,
  .section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity.venue figure {
    width: 116px;
    min-width: 123px;
  }
}
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity figure {
  height: 66px;
  width: 66px;
  min-width: 66px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity figure {
    height: 88px;
    width: 88px;
    min-width: 88px;
  }
}
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity h3 a,
.section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity h3 em {
  height: 22px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts.show-mobile .chart-module .chart-module-article tr:first-child .entity h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.section-charts-landing-selectable-charts .section-main {
  max-width: 1128px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts .section-main > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-charts-landing-selectable-charts .btn-back-to-charts {
  margin-bottom: 16px;
  margin-top: -12px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts .btn-back-to-charts {
    display: none;
  }
}
.section-charts-landing-selectable-charts .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-charts-landing-selectable-charts .col.col-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts .col.col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 66.66%;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-charts-landing-selectable-charts .col.col-1 {
    padding-right: 16px;
  }
}
.section-charts-landing-selectable-charts .col.col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts .col.col-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 33.33%;
    padding-left: 12px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .section-charts-landing-selectable-charts .col.col-2 {
    padding-left: 24px;
  }
}
.section-charts-landing-selectable-charts .chart-module .chart-module-header h2 {
  min-height: 0;
}
.section-charts-landing-selectable-charts .chart-module-actions {
  text-align: center;
  padding-top: 24px;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.section-charts-landing-selectable-charts .chart-module-actions .disabled {
  pointer-events: none;
  cursor: default;
}
.section-charts-landing-selectable-charts .chart-module-tabs .chart-module-tabs-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  padding: 16px 0;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts .chart-module-tabs .chart-module-tabs-subtitle {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    padding: 0 0 8px 12px;
  }
}
.section-charts-landing-selectable-charts .chart-module-tabs .item {
  padding-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts .chart-module-tabs .item {
    padding-bottom: 8px;
  }
}
.section-charts-landing-selectable-charts .chart-module-tabs .item:last-child {
  padding-bottom: 0;
}
.section-charts-landing-selectable-charts .chart-module-tabs .item a {
  color: inherit;
}
.section-charts-landing-selectable-charts .chart-module-tabs .chart-module-tab {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts .chart-module-tabs .chart-module-tab {
    margin: 0 12px;
  }
}
.section-charts-landing-selectable-charts .chart-module-tabs .chart-module-tab.active {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-selectable-charts .chart-module-tabs .chart-module-tab.active {
    padding-right: 68px;
  }
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-double-charts {
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-charts-landing-double-charts.alt-genre-public-page .swiper-main .swiper-pagination {
    margin-top: 16px;
    position: static;
  }
  .section-charts-landing-double-charts.alt-genre-public-page .chart-module .chart-module-header {
    border-width: 8px;
  }
  .section-charts-landing-double-charts.alt-genre-public-page .chart-module .chart-module-header h2 {
    color: #707580;
  }
  .section-charts-landing-double-charts.alt-genre-public-page .pro-section-footer {
    display: none;
  }
}
.section-charts-landing-double-charts .section-main {
  max-width: 1128px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .section-charts-landing-double-charts .section-main > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-charts-landing-double-charts .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .section-charts-landing-double-charts .col {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .section-charts-landing-double-charts .col.col-1 {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-charts-landing-double-charts .col.col-1 {
    padding-right: 28px;
  }
}
.section-charts-landing-double-charts .col.col-2 {
  margin-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .section-charts-landing-double-charts .col.col-2 {
    margin-top: 0;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-charts-landing-double-charts .col.col-2 {
    padding-left: 28px;
  }
}
.section-charts-landing-double-charts .pro-section-footer {
  text-align: center;
  padding-top: 24px;
}
.section-charts-landing-people-listening {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-people-listening {
    display: block;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.section-charts-landing-people-listening h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}
.section-charts-landing-people-listening .swiper-container {
  padding-top: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-people-listening .swiper-container {
    padding-top: 70px;
  }
}
.section-charts-landing-people-listening .swiper-slide {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-people-listening .swiper-slide {
    width: 340px;
  }
}
.section-charts-landing-people-listening .card-people-listening {
  border-radius: 8px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: relative;
  padding-top: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  margin-bottom: 4px;
  overflow: hidden;
}
.section-charts-landing-people-listening .card-people-listening:hover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
  margin-top: -8px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-people-listening .card-people-listening:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 12px;
  }
}
.section-charts-landing-people-listening .card-people-listening.spotify-1 figure {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/charts-landing-featured-chart-spotify-1.webp');
}
.section-charts-landing-people-listening .card-people-listening.spotify-2 figure {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/charts-landing-featured-chart-spotify-2.webp');
}
.section-charts-landing-people-listening .card-people-listening.spotify-3 figure {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/charts-landing-featured-chart-spotify-3.webp');
}
.section-charts-landing-people-listening .card-people-listening.youtube-1 figure {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/charts-landing-featured-chart-youtube-1.webp');
}
.section-charts-landing-people-listening .card-people-listening.shazam-1 figure {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/charts-landing-featured-chart-shazam-1.webp');
}
.section-charts-landing-people-listening .card-people-listening.shazam-2 figure {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/charts-landing-featured-chart-shazam-2.webp');
}
.section-charts-landing-people-listening .card-people-listening.instagram-1 figure {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/charts-landing-featured-chart-instagram-1.webp');
}
.section-charts-landing-people-listening .card-people-listening.instagram-2 figure {
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/charts-landing-featured-chart-instagram-2.webp');
}
.section-charts-landing-people-listening .card-people-listening figure {
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-charts-landing-people-listening .card-people-listening figure:before {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
.section-charts-landing-people-listening .card-people-listening figcaption {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-people-listening .card-people-listening figcaption {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
  }
}
.section-charts-landing-people-listening .card-people-listening a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-people-listening .card-people-listening a {
    padding: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-charts-landing-people-listening .card-people-listening a {
    padding: 32px;
  }
}
.section-charts-landing-people-listening .card-people-listening a br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-people-listening .card-people-listening a br {
    display: block;
  }
}
.section-charts-landing-people-listening .card-people-listening a time {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .section-charts-landing-people-listening .card-people-listening a time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.section-charts-more-about-songs {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-charts-more-about-songs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-charts-more-about-songs.hide-mobile {
    display: none;
  }
}
.section-charts-more-about-songs .section-main {
  max-width: 1128px;
  margin: 0 auto;
}
.section-charts-more-about-songs .section-main h3 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: 600;
  color: #707580;
  display: block;
  padding-bottom: 16px;
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .section-charts-more-about-songs .section-main h3 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 52px;
    padding-bottom: 32px;
    padding-top: 0;
  }
}
.section-charts-more-about-songs .section-main .description {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  color: #707580;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .section-charts-more-about-songs .section-main .description {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-charts-more-about-songs .section-main .description {
    line-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .section-charts-landing-all-charts {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .section-charts-landing-all-charts.hide-mobile {
    display: none;
  }
}
.section-charts-landing-all-charts .section-main {
  max-width: 1128px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .section-main > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-charts-landing-all-charts .section-main > h2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .section-main > h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding-bottom: 60px;
  }
}
.section-charts-landing-all-charts .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-charts-landing-all-charts .col.center {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .col.col-1 {
    width: 33.33%;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-charts-landing-all-charts .col.col-1 {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .col.col-2 {
    width: 66.66%;
    padding-left: 12px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section-charts-landing-all-charts .col.col-2 {
    width: 75%;
  }
}
.section-charts-landing-all-charts .charts-group {
  margin-bottom: 16px;
  background: none;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .charts-group {
    display: none;
    overflow: visible;
    margin-bottom: 0;
  }
}
.section-charts-landing-all-charts .charts-group.beatport .charts-group-header {
  border-color: #01e697;
}
.section-charts-landing-all-charts .charts-group.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-charts-landing-all-charts .charts-group.open .charts-group-header {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.section-charts-landing-all-charts .charts-group.open .charts-group-header:before {
  background-image: url('../images/svg/minus-blue.svg');
}
.section-charts-landing-all-charts .charts-group.open .charts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .section-charts-landing-all-charts .charts-group.open .charts-list {
    border-radius: 0 0 8px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .charts-group.open .charts-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-charts-landing-all-charts .charts-group:last-child {
  margin-bottom: 0;
}
.section-charts-landing-all-charts .charts-group .charts-group-header {
  -webkit-transition: box-shadow 300ms linear;
  -webkit-transition: -webkit-box-shadow 300ms linear;
  transition: -webkit-box-shadow 300ms linear;
  transition: box-shadow 300ms linear;
  transition: box-shadow 300ms linear, -webkit-box-shadow 300ms linear;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 24px 48px 24px 24px;
  cursor: pointer;
  border-left: 4px solid #ffffff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .charts-group .charts-group-header {
    display: none;
  }
}
.section-charts-landing-all-charts .charts-group .charts-group-header:before {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  content: "";
  background-image: url('../images/svg/plus-blue.svg');
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  height: 16px;
  margin-top: -8px;
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4e63ce;
}
.section-charts-landing-all-charts .charts-group .charts-group-header .charts-group-header-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
}
.section-charts-landing-all-charts .charts-list {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .charts-list.one-item-per-row {
    margin: -8px;
  }
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .charts-list.one-item-per-row .item {
    width: 100%;
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .charts-list {
    margin: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-charts-landing-all-charts .charts-list .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .charts-list .item {
    padding: 12px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .section-charts-landing-all-charts .charts-list .item {
    width: 33.33%;
  }
}
.section-charts-landing-all-charts .charts-filter {
  display: none;
  scrollbar-width: thin;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .charts-filter {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 76px;
    max-height: 555px;
    overflow: hidden;
    overflow-y: auto;
  }
}
.section-charts-landing-all-charts .charts-filter::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.section-charts-landing-all-charts .charts-filter::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.section-charts-landing-all-charts .charts-filter::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.section-charts-landing-all-charts .charts-filter h3 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .charts-filter h3 {
    padding-bottom: 24px;
  }
}
.section-charts-landing-all-charts .charts-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .charts-filter ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-charts-landing-all-charts .charts-filter .item {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  color: #A0AEB4;
  margin: 4px 12px 4px 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .section-charts-landing-all-charts .charts-filter .item {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .section-charts-landing-all-charts .charts-filter .item:last-child {
    margin-bottom: 0;
  }
}
.section-charts-landing-all-charts .charts-filter .item.channel:before {
  content: "";
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
}
.section-charts-landing-all-charts .charts-filter .item.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.section-charts-landing-all-charts .charts-filter .item.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.section-charts-landing-all-charts .charts-filter .item.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.section-charts-landing-all-charts .charts-filter .item.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.section-charts-landing-all-charts .charts-filter .item.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.section-charts-landing-all-charts .charts-filter .item.channel.beatport:before {
  background-image: url('../images/svg/beatport-color.svg');
}
.section-charts-landing-all-charts .charts-filter .item.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.section-charts-landing-all-charts .charts-filter .item.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.section-charts-landing-all-charts .charts-filter .item.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.section-charts-landing-all-charts .charts-filter .item.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.section-charts-landing-all-charts .charts-filter .item.active,
.section-charts-landing-all-charts .charts-filter .item:hover,
.section-charts-landing-all-charts .charts-filter .item:active {
  color: #000000;
}
.section-charts-landing-all-charts .charts-filter small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  margin-top: -2px;
  font-weight: normal;
  white-space: nowrap;
  padding-right: 4px;
}
.chart-module {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.chart-module.viberate .chart-module-header {
  border-top: 16px solid #ff1f43;
}
.chart-module.viberate .chart-module-header h2:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.chart-module.instagram .chart-module-header {
  border-top: 16px solid #c13684;
}
.chart-module.instagram .chart-module-header h2:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.chart-module.youtube .chart-module-header {
  border-top: 16px solid #ff0000;
}
.chart-module.youtube .chart-module-header h2:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.chart-module.beatport .chart-module-header {
  border-top: 16px solid #01e697;
}
.chart-module.beatport .chart-module-header h2:before {
  background-image: url('../images/svg/beatport-square.svg');
}
.chart-module.spotify .chart-module-header {
  border-top: 16px solid #1db954;
}
.chart-module.spotify .chart-module-header h2:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.chart-module.deezer .chart-module-header {
  border-top: 16px solid #a138fd;
}
.chart-module.deezer .chart-module-header h2:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.chart-module.soundcloud .chart-module-header {
  border-top: 16px solid #ff6400;
}
.chart-module.soundcloud .chart-module-header h2:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.chart-module.shazam .chart-module-header {
  border-top: 16px solid #2255ff;
}
.chart-module.shazam .chart-module-header h2:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.chart-module.twitter .chart-module-header {
  border-top: 16px solid #00acee;
}
.chart-module.twitter .chart-module-header h2:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.chart-module.tiktok .chart-module-header {
  border-top: 16px solid #3cdae5;
}
.chart-module.tiktok .chart-module-header h2:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.chart-module .chart-module-article-table-wrapper {
  position: relative;
}
.chart-module .chart-module-article-table-wrapper .paywall-article {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: calc(300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article-table-wrapper .paywall-article {
    height: calc(450px);
  }
}
.chart-module .chart-module-article-table-wrapper .paywall-article .actions {
  padding: 0;
}
.chart-module .chart-module-article-table-wrapper .paywall-article .paywall-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  max-width: 380px;
}
.chart-module .chart-module-article-table-wrapper .paywall-article .paywall-title + .actions {
  padding-top: 32px;
}
.chart-module .chart-module-article-table-wrapper .paywall-article .paywall-lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  max-width: 380px;
  padding: 24px 0 0 0;
  margin: 0;
}
.chart-module .chart-module-article-table-wrapper .paywall-article .paywall-lead + .actions {
  padding-top: 32px;
}
.chart-module .chart-module-header {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 16px solid #707580;
  padding: 8px 16px;
  background-color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
}
@media only screen and (max-width: 767px) {
  .chart-module .chart-module-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-header {
    padding: 8px 24px 8px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 126px;
  }
}
.chart-module .chart-module-header h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 28px;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-header h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    font-weight: 600;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.chart-module .chart-module-header h2:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-header h2:before {
    width: 40px;
    height: 24px;
    background-size: 24px;
    margin-top: -12px;
  }
}
.chart-module .chart-module-header h2 em {
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-header h2 em {
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.chart-module .chart-module-header time {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  color: #707580;
  padding-left: 16px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .chart-module .chart-module-header time {
    margin-left: auto;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-header time {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    font-weight: 500;
    padding-top: 5px;
    padding-left: 40px;
  }
}
.chart-module .chart-module-article table {
  width: 100%;
}
.chart-module .chart-module-article tr:nth-child(even) td {
  background-color: #ffffff;
}
.chart-module .chart-module-article td {
  vertical-align: middle;
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article td {
    padding: 12px 0;
  }
}
.chart-module .chart-module-article td:last-child:not( :nth-child(2)),
.chart-module .chart-module-article td:first-child:not( :nth-child(2)) {
  white-space: nowrap;
  width: 5px;
}
.chart-module .chart-module-article .rank {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  width: 40px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article .rank {
    font-size: 18px;
    font-size: 1.8rem;
    width: 64px;
  }
}
.chart-module .chart-module-article .rank strong {
  font-weight: 500;
}
.chart-module .chart-module-article .value-change {
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article .value-change:before {
    background-size: 9px;
    width: 9px;
    height: 9px;
  }
}
.chart-module .chart-module-article .entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article .entity {
    margin-top: 0;
    min-height: 66px;
  }
}
.chart-module .chart-module-article .entity.artist figure {
  border-radius: 50%;
}
.chart-module .chart-module-article .entity.festival figure,
.chart-module .chart-module-article .entity.venue figure,
.chart-module .chart-module-article .entity.video figure {
  width: 60px;
  min-width: 60px;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article .entity.festival figure,
  .chart-module .chart-module-article .entity.venue figure,
  .chart-module .chart-module-article .entity.video figure {
    width: 90px;
    min-width: 90px;
  }
}
.chart-module .chart-module-article .entity figure {
  border: 1px solid #E8ECED;
  width: 42px;
  height: 42px;
  min-width: 42px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article .entity figure {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }
}
.chart-module .chart-module-article .entity figure.country {
  background-color: #cd79ba;
}
.chart-module .chart-module-article .entity figure.pop {
  background-color: #66c2e7;
}
.chart-module .chart-module-article .entity figure.hip-hop {
  background-color: #66d2d6;
}
.chart-module .chart-module-article .entity figure.rnb {
  background-color: #66c9ab;
}
.chart-module .chart-module-article .entity figure.latin {
  background-color: #f4729b;
}
.chart-module .chart-module-article .entity figure.electronic {
  background-color: #66d8ed;
}
.chart-module .chart-module-article .entity figure.rock {
  background-color: #7baad5;
}
.chart-module .chart-module-article .entity figure.metal {
  background-color: #798cc2;
}
.chart-module .chart-module-article .entity figure.punk {
  background-color: #a281bd;
}
.chart-module .chart-module-article .entity figure.jazz {
  background-color: #a6d78f;
}
.chart-module .chart-module-article .entity figure.reggae {
  background-color: #fdd471;
}
.chart-module .chart-module-article .entity figure.blues {
  background-color: #66cd94;
}
.chart-module .chart-module-article .entity figure.classical {
  background-color: #c9e188;
}
.chart-module .chart-module-article .entity figure.religious {
  background-color: #e0e97f;
}
.chart-module .chart-module-article .entity figure.european {
  background-color: #f5907a;
}
.chart-module .chart-module-article .entity figure.asian {
  background-color: #fabc78;
}
.chart-module .chart-module-article .entity figure.middle-eastern {
  background-color: #f0f070;
}
.chart-module .chart-module-article .entity figure.african {
  background-color: #ffe566;
}
.chart-module .chart-module-article .entity article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
}
.chart-module .chart-module-article .entity a {
  color: inherit;
}
.chart-module .chart-module-article .entity h3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
  line-height: 1;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article .entity h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
  }
}
.chart-module .chart-module-article .entity h3 a,
.chart-module .chart-module-article .entity h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  line-height: 1;
  height: 13px;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article .entity h3 a,
  .chart-module .chart-module-article .entity h3 em {
    height: 15px;
  }
}
.chart-module .chart-module-article .entity .tags {
  font-size: 11px;
  font-size: 1.1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #707580;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article .entity .tags {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 6px;
  }
}
.chart-module .chart-module-article .entity .tags img {
  vertical-align: middle;
}
.chart-module .chart-module-article .entity .flag + em {
  font-style: normal;
  margin-right: 4px;
}
.chart-module .chart-module-article .entity .flag em {
  font-style: normal;
}
.chart-module .chart-module-article .stats {
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
  line-height: 1;
  color: #707580;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .chart-module .chart-module-article .stats {
    font-size: 0px;
    font-size: 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article .stats {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1199px) {
  .chart-module .chart-module-article .stats {
    padding-right: 40px;
  }
}
.chart-module .chart-module-article .stats strong {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 24px;
  display: block;
  font-weight: 600;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-article .stats strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
.chart-module .chart-module-footer {
  border-top: 1px solid #E8ECED;
  padding: 16px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-footer {
    text-align: center;
  }
}
.chart-module .chart-module-footer a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #4e63ce;
}
@media only screen and (max-width: 767px) {
  .chart-module .chart-module-footer a {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5px;
    background-image: url(../images/svg/icon-right-arrow-blue.svg);
    padding-right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .chart-module .chart-module-footer a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
  }
}
.chart-module .chart-module-footer a:hover,
.chart-module .chart-module-footer a:active {
  color: #6889e2;
}
@media only screen and (max-width: 767px) {
  .chart-module .chart-module-footer a:hover,
  .chart-module .chart-module-footer a:active {
    background-image: url(../images/svg/icon-right-arrow-blue-roll.svg);
  }
}
.chart-module-tab {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  border-left: 4px solid #707580;
  padding: 16px 56px 16px 24px;
  background-color: #ffffff;
  position: relative;
  margin: 0 12px;
  cursor: pointer;
}
.chart-module-tab.all-charts {
  position: relative;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .chart-module-tab.all-charts {
    border: 0;
    border-top: 16px solid #707580;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .chart-module-tab.all-charts.horizontal {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border-left-width: 8px;
    border-left-style: solid;
    border-top: 0;
  }
  .chart-module-tab.all-charts.horizontal:before {
    bottom: 50%;
    margin-bottom: -12px;
  }
  .chart-module-tab.all-charts.horizontal .link {
    padding-left: 28px;
    pading-top: 16px;
    padding-bottom: 16px;
  }
  .chart-module-tab.all-charts.horizontal h3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .chart-module-tab.all-charts.horizontal strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    display: block;
  }
}
.chart-module-tab.all-charts:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.chart-module-tab.all-charts:hover:not(.active) {
  margin: 0;
  padding-right: 0;
}
.chart-module-tab.all-charts .link {
  padding: 16px 48px 16px 24px;
}
@media only screen and (min-width: 768px) {
  .chart-module-tab.all-charts .link {
    padding: 24px 64px 64px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .chart-module-tab.all-charts .link:hover h3,
  .chart-module-tab.all-charts .link:active h3 {
    color: #6889e2;
  }
}
.chart-module-tab.all-charts h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 600;
  position: static;
  color: #4e63ce;
}
@media only screen and (min-width: 768px) {
  .chart-module-tab.all-charts h3 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #707580;
  }
}
.chart-module-tab.all-charts strong {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .chart-module-tab.all-charts strong {
    font-size: 22px;
    font-size: 2.2rem;
    color: #000000;
    line-height: 30px;
    font-weight: 600;
    display: block;
    padding-bottom: 8px;
  }
}
.chart-module-tab.all-charts:before {
  right: 20px;
  top: 50%;
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
@media only screen and (min-width: 768px) {
  .chart-module-tab.all-charts:before {
    background-size: 24px;
    right: 24px;
    bottom: 24px;
    width: 24px;
    height: 24px;
    top: auto;
    margin: 0;
  }
}
.chart-module-tab.youtube {
  border-color: #ff0000;
}
.chart-module-tab.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.chart-module-tab.instagram {
  border-color: #c13684;
}
.chart-module-tab.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.chart-module-tab.beatport {
  border-color: #01e697;
}
.chart-module-tab.beatport:before {
  background-image: url('../images/svg/beatport-square.svg');
}
.chart-module-tab.viberate {
  border-color: #ff1f43;
}
.chart-module-tab.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.chart-module-tab.spotify {
  border-color: #1db954;
}
.chart-module-tab.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.chart-module-tab.soundcloud {
  border-color: #ff6400;
}
.chart-module-tab.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.chart-module-tab.shazam {
  border-color: #2255ff;
}
.chart-module-tab.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.chart-module-tab.twitter {
  border-color: #00acee;
}
.chart-module-tab.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.chart-module-tab.tiktok {
  border-color: #3cdae5;
}
.chart-module-tab.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.chart-module-tab.deezer {
  border-color: #a138fd;
}
.chart-module-tab.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.chart-module-tab.active {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  border-left-width: 16px;
  margin: 0;
}
.chart-module-tab:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
}
@media only screen and (min-width: 768px) {
  .chart-module-tab:hover:not(.active) {
    margin: 0;
    padding-right: 80px;
  }
}
.chart-module-tab:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.chart-module-tab h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 600;
  position: relative;
}
.chart-module-tab time {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  color: #707580;
}
.section-feature-banner {
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-feature-banner {
    margin: 0 auto;
  }
}
.section-feature-banner.compare-artist .page {
  padding: 0;
}
.section-feature-banner.compare-artist .section-main {
  max-width: none;
}
.section-feature-banner.compare-artist .banner {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/banner-compare-artist-mobile.jpg');
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-position: right -30px center;
  min-height: 100px;
  padding: 20px;
}
@media only screen and (min-width: 480px) {
  .section-feature-banner.compare-artist .banner {
    background-position: right center;
  }
}
@media only screen and (min-width: 768px) {
  .section-feature-banner.compare-artist .banner {
    min-height: 120px;
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/banner-compare-artist-desktop.jpg');
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-feature-banner.compare-artist .banner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.section-feature-banner.compare-artist h3 {
  max-width: 200px;
  text-align: left;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-feature-banner.compare-artist h3 {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-feature-banner.compare-artist h3 {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-feature-banner.compare-artist h3 {
    max-width: none;
  }
}
.section-feature-banner.compare-artist h3:after {
  content: "";
  background-image: url('../images/svg/icon-arrow-forward.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  margin-bottom: 2px;
}
@media only screen and (min-width: 1024px) {
  .section-feature-banner.compare-artist h3:after {
    width: 26px;
    height: 26px;
    background-size: 26px;
    margin-left: 22px;
    margin-bottom: 5px;
  }
}
.section-feature-banner.charts-landing-banner {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-feature-banner.charts-landing-banner {
    display: block;
  }
}
.section-feature-banner.charts-landing-banner .section-main {
  max-width: 1472px;
}
.section-feature-banner.charts-landing-banner .banner {
  border-radius: 8px;
  min-height: 120px;
  background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/charts-landing-banner-mobile.jpg');
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .section-feature-banner.charts-landing-banner .banner {
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/charts-landing-banner-tablet.jpg');
    padding: 18px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-feature-banner.charts-landing-banner .banner {
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/charts-landing-banner-desktop.jpg');
  }
}
@media only screen and (min-width: 1439px) {
  .section-feature-banner.charts-landing-banner .banner {
    background-image: url('https://viberate-upload.ams3.cdn.digitaloceanspaces.com/prod/com/landing/charts-landing-banner-4k.jpg');
  }
}
.section-feature-banner.desktop-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-feature-banner.desktop-only {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .section-feature-banner + .section-feature-top-features {
    padding-top: 0;
    margin-top: -40px;
  }
}
.section-feature-banner.white {
  background-color: #ffffff;
}
.section-feature-banner .page {
  margin: 0 -16px;
}
@media only screen and (min-width: 768px) {
  .section-feature-banner .page {
    margin: 0 auto;
  }
}
.section-feature-banner .section-main {
  margin: 0 auto;
  max-width: 1100px;
}
.section-feature-banner h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 46px;
  font-weight: 500;
  padding-bottom: 30px;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .section-feature-banner h2 {
    font-size: 32px;
    font-size: 3.2rem;
    padding-bottom: 60px;
  }
}
.section-feature-banner h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 30px;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .section-feature-banner h3 {
    padding-bottom: 0;
    text-align: left;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-feature-banner h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    padding-right: 80px;
  }
}
.section-feature-banner .banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .section-feature-banner .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 34px 60px;
  }
}
.section-feature-banner .button-solid,
.section-feature-banner .button {
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
  .section-feature-banner .button-solid,
  .section-feature-banner .button {
    white-space: nowrap;
  }
}
.section-countries-landing {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  min-height: calc(100vh - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .section-countries-landing {
    min-height: calc(100vh - 74px);
  }
}
.section-countries-landing.alt-music-charts {
  margin-top: 0;
  padding-top: 48px;
  background-color: #EDEDED;
}
@media only screen and (min-width: 768px) {
  .section-countries-landing.alt-music-charts {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .section-countries-landing.alt-music-charts .country-landing-sidebar {
    top: 64px;
  }
}
.section-countries-landing .section-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-countries-landing .page {
  width: 100%;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1472px;
}
@media only screen and (min-width: 1199px) {
  .section-countries-landing .page {
    padding: 0 16px;
  }
}
.section-countries-landing .countries-landing-title {
  font-size: 28px;
  font-size: 2.8rem;
  pointer-events: none;
  cursor: default;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  display: block;
  padding-bottom: 60px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.section-countries-landing .country-landing-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .section-countries-landing .country-landing-sidebar {
    position: absolute;
    left: 12px;
    top: 16px;
    bottom: 100px;
    width: 270px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1199px) {
  .section-countries-landing .country-landing-sidebar {
    left: 16px;
  }
}
.section-countries-landing .country-landing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 16px 24px;
  margin: 12px 0 2px 0;
}
@media only screen and (min-width: 768px) {
  .section-countries-landing .country-landing-header {
    border-radius: 8px;
    margin: 0 0 15px 0;
  }
}
.section-countries-landing .country-landing-header h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.section-countries-landing .country-landing-header .counter {
  font-size: 11px;
  font-size: 1.1rem;
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-left: 6px;
}
.section-countries-landing .country-landing-countries-list {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-countries-landing .country-landing-countries-list {
    border-radius: 8px;
  }
}
.section-countries-landing .country-landing-countries-list .countries-list {
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
}
.section-countries-landing .country-landing-countries-list .countries-list::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
}
.section-countries-landing .country-landing-countries-list .countries-list::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #efefef;
}
.section-countries-landing .country-landing-countries-list .countries-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #d2d2d1;
}
@media only screen and (min-width: 768px) {
  .section-countries-landing .country-landing-countries-list .countries-list {
    top: 68px;
  }
}
.section-countries-landing .country-landing-countries-list .zero-state {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 16px;
}
.section-countries-landing .country-landing-countries-list .item {
  padding: 0 24px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .section-countries-landing .country-landing-countries-list .item {
    padding: 0;
    margin: 0 8px;
  }
}
@media only screen and (min-width: 768px) {
  .section-countries-landing .country-landing-countries-list .item:hover .row {
    background-color: #eef0fb;
  }
}
.section-countries-landing .country-landing-countries-list .item.active .row {
  background-color: #eef0fb;
}
.section-countries-landing .country-landing-countries-list .item:last-child .row {
  border-bottom: 0;
}
.section-countries-landing .country-landing-countries-list .row {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
  border-bottom: 1px solid #ebebeb;
  height: 40px;
  padding: 0 24px 0 8px;
}
@media only screen and (min-width: 768px) {
  .section-countries-landing .country-landing-countries-list .row {
    padding-right: 8px;
  }
}
.section-countries-landing .country-landing-countries-list .number {
  font-size: 10px;
  font-size: 1rem;
  min-width: 30px;
  max-width: 30px;
}
.section-countries-landing .country-landing-countries-list .country-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-countries-landing .country-landing-countries-list .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-countries-landing .country-landing-countries-list .country-title {
  display: block;
}
.section-countries-landing .country-landing-countries-list .flag {
  width: 20px;
  height: auto;
  border: 1px solid #E8ECED;
}
.section-countries-landing .country-landing-countries-list .counter {
  font-size: 10px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  line-height: 1;
  margin-left: 6px;
  white-space: nowrap;
  padding-left: 8px;
}
.section-countries-landing .country-landing-countries-list h3 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000000;
  font-weight: 500;
  padding-left: 8px;
}
.section-countries-landing .map-embed {
  display: none;
  cursor: -webkit-grab;
  cursor: grab;
}
@media only screen and (min-width: 768px) {
  .section-countries-landing .map-embed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 32px;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
}
.section-countries-landing .map-embed *,
.section-countries-landing .map-embed *:focus {
  outline: none;
}
.section-countries-landing .map-embed text {
  pointer-events: none;
  cursor: default;
}
.section-countries-landing .map-embed path:hover {
  cursor: pointer;
}
.section-countries-landing .pro-search {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section-countries-landing .pro-search {
    display: block;
    padding: 20px 24px;
  }
}
.section-countries-landing .pro-search.loading:before,
.section-countries-landing .pro-search.loading:after {
  content: none;
}
.section-countries-landing .pro-search.loading .search-wrapper:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 6px;
  right: 32px;
  background-image: url('../images/svg/loader-ani-black.svg');
}
.section-countries-landing .pro-search .pro-search-input {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  background-size: 15px;
  background-position: right 12px center;
  background-image: url('../images/svg/search.svg');
  padding: 0 60px 0 20px;
  height: 30px;
}
.section-countries-landing .pro-search .results {
  top: 31px;
  background-color: #f6f6f6;
}
.section-countries-landing .pro-search .results .result-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-map-tooltip-wrapper {
  height: 50px;
}
.global-map-tooltip td {
  vertical-align: middle;
  height: 50px;
}
.global-map-tooltip img {
  border: 1px solid #E8ECED;
}
.global-map-tooltip .country-name {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 16px;
  line-height: 18px;
  max-width: 300px;
  font-weight: 500;
  display: block;
}
.country-landing-popup {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 15px 24px;
  position: absolute;
  display: none;
  z-index: 3;
}
.country-landing-popup.show {
  display: inline-block;
}
.country-landing-popup article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.country-landing-popup h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 18px;
  padding: 3px 0 5px 0;
  white-space: nowrap;
}
.country-landing-popup h3 a {
  color: #000000;
}
.country-landing-popup .flag {
  width: 35px;
  height: 25px;
  display: inline-block;
  max-width: none;
  border: 1px solid #E8ECED;
}
.country-landing-popup .country-info {
  padding-left: 12px;
}
.country-landing-popup .stat-value {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  color: #707580;
}
.country-landing-popup .btn-txt {
  font-weight: 500;
  margin-top: 5px;
}
.edit-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 1024px) {
  .edit-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.placeholder-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px;
  background-color: #d2d2d1;
  border-radius: 8px;
  width: 100%;
}
.section-other-pages {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .section-other-pages {
    padding: 80px 0;
  }
}
.section-other-pages .pro-section-header {
  width: 100%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-other-pages .pro-section-header {
    padding-bottom: 40px;
  }
}
.section-other-pages .pro-section-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-other-pages .pro-section-content {
  width: 100%;
}
.section-other-pages .landing-section-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 500;
  color: #707580;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-other-pages .landing-section-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
}
.section-other-pages .home-tutorials {
  width: 100%;
  background-color: transparent;
}
.section-other-pages .home-tutorials .home-tutorials-main {
  padding: 0;
}
.section-artist-links-and-highlights .artist-highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.section-artist-links-and-highlights .artist-links-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
  position: relative;
}
.section-artist-links-and-highlights .artist-links-bar .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .section-artist-links-and-highlights .artist-links-bar .links {
    max-width: calc(100% - 300px);
  }
}
@media only screen and (min-width: 1024px) {
  .section-artist-links-and-highlights .artist-links-bar .links {
    max-width: calc(100% - 600px);
  }
}
.section-artist-links-and-highlights .artist-links-bar .link img {
  width: 32px;
}
.section-artist-links-and-highlights .artist-links-bar .edit-actions {
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .section-artist-links-and-highlights .artist-links-bar .edit-actions {
    position: absolute;
    right: 0;
  }
}
.section-artist-links-and-highlights .artist-highlight {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #d2d2d1;
  max-width: 580px;
  width: 100%;
}
.section-artist-links-and-highlights .artist-highlight.alt-edit {
  border: 1px dotted #4e63ce;
  color: #4e63ce;
  cursor: pointer;
}
.section-artist-links-and-highlights .artist-highlight.alt-edit:hover,
.section-artist-links-and-highlights .artist-highlight.alt-edit:active {
  color: #6889e2;
  border-color: #6889e2;
}
.section-artist-links-and-highlights .artist-highlight.alt-edit:hover figure,
.section-artist-links-and-highlights .artist-highlight.alt-edit:active figure {
  background-color: #6889e2;
}
.section-artist-links-and-highlights .artist-highlight.alt-edit figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4e63ce;
}
.section-artist-links-and-highlights .artist-highlight figure {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e8eced;
}
.section-artist-links-and-highlights .artist-highlight article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-artist-links-and-highlights .artist-highlight article span {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-artist-pick {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .section-artist-pick {
    padding: 80px 0;
  }
}
.section-artist-pick + .pro-section-artist-booking {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-artist-pick + .pro-section-artist-booking {
    padding-top: 80px;
  }
}
.section-artist-pick .pro-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.section-artist-pick .action-row {
  margin-top: 16px;
}
.section-artist-pick .row {
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section-artist-pick .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-artist-pick .msg {
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 8px 16px;
  border-radius: 8px;
}
.section-artist-pick .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.section-artist-pick .col:first-child {
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-artist-pick .col:first-child {
    padding-bottom: 0;
    width: 50%;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-artist-pick .col:first-child {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .section-artist-pick .col:last-child {
    width: 50%;
    padding-left: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-artist-pick .col:last-child {
    width: 66.66%;
  }
}
.section-artist-pick .embed-wrapper {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .section-artist-pick .embed-wrapper iframe {
    height: 100% !important;
  }
}
.section-artist-pick .embed-wrapper iframe {
  border-radius: 8px !important;
}
.section-artist-pick .embed-wrapper .TrackListWidget_widgetContainer__VVETD {
  border-radius: 8px !important;
}
.section-artist-pick .media-container {
  border-radius: 8px;
}
.section-biography {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .section-biography {
    padding: 80px 0;
  }
}
.section-biography .pro-section-header {
  width: 100%;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-biography .pro-section-header {
    padding-bottom: 40px;
  }
}
.section-biography .pro-section-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-biography .pro-section-content {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .section-biography .pro-section-content {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section-biography .pro-section-content p {
  margin: 0;
  padding: 0;
}
.section-biography .pro-section-content p + p {
  padding-top: 20px;
}
.section-biography .landing-section-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 500;
  color: #707580;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-biography .landing-section-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
}
.section-faq-split {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .section-faq-split {
    padding: 80px 0;
  }
}
.section-faq-split.white {
  background-color: #ffffff;
}
.section-faq-split > .page {
  max-width: 1308px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .section-faq-split > .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-faq-split > .page {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.section-faq-split .pro-section-header {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-faq-split .pro-section-header {
    width: 20%;
  }
}
.section-faq-split .pro-section-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.section-faq-split .pro-section-header .edit-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .section-faq-split .pro-section-content {
    width: 80%;
  }
}
.section-faq-split .landing-section-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 500;
  color: #707580;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-faq-split .landing-section-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
}
.section-faq-split .question {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #707580;
  border-bottom: 1px solid #d5dde0;
  padding: 24px 0;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-faq-split .question {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 32px 0;
  }
}
.section-faq-split .question.fade-in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-faq-split .question.closed .question-content {
  display: none;
}
.section-faq-split .question.closed .js-accordion-trigger:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
}
.section-faq-split .question.open .js-accordion-trigger:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
@media only screen and (min-width: 768px) {
  .section-faq-split .question:first-child {
    padding-top: 0;
  }
}
.section-faq-split .question-title {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  position: relative;
  padding-right: 28px;
}
@media only screen and (min-width: 768px) {
  .section-faq-split .question-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.section-faq-split .question-subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: 500;
}
.section-faq-split .js-accordion-trigger {
  cursor: pointer;
}
.section-faq-split .js-accordion-trigger:after {
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background-image: url('../images/svg/icon-down-arrow-blue.svg');
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
}
.section-faq-split .question-content {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .section-faq-split .question-content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.section-faq-split .question-content p {
  padding: 8px 0 0 0;
  margin: 0;
}
.section-faq-split .question-content p:first-child {
  margin-top: 16px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section-faq-split .question-content p:first-child {
    margin-top: 24px;
  }
}
.section-faq-split .question-content p:last-child {
  padding-bottom: 0;
}
.section-faq-split .question-content a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.section-faq-split .question-content a:hover,
.section-faq-split .question-content a:active {
  color: #6889e2;
}
.section-faq-split .question-content ul {
  margin-left: 20px;
}
.section-faq-split .question-content ul li {
  list-style: disc;
  padding: 8px 0;
}
.section-faq-split .question-content ol {
  margin-left: 20px;
}
.section-faq-split .question-content ol li {
  padding: 8px 0;
}
.section-faq-split .actions {
  padding-top: 16px;
  padding-left: 0;
}
.section-compare-services {
  background-size: 100% 100%;
  background-image: url('https://viberate.ams3.cdn.digitaloceanspaces.com/com/bg-compare-services-tablet.webp');
  background-position: center top;
  background-repeat: no-repeat;
  padding: 32px 0 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-compare-services {
    padding: 48px 0 80px 0;
  }
}
.section-compare-services .landing-section-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-compare-services .landing-section-title {
    font-size: 40px;
    font-size: 4pxrem;
    line-height: 56px;
  }
}
.section-compare-services .landing-section-title .blue {
  color: #4e63ce;
}
.section-compare-services .lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 32px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section-compare-services .lead br {
    display: none;
  }
}
.section-compare-services .similar-services {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  text-align: center;
  padding-top: 64px;
  margin: 0;
}
.section-compare-services .similar-services p {
  margin: 0;
  padding: 0 0 32px 0;
}
.section-compare-services .similar-services .blue {
  color: #4e63ce;
}
.section-compare-services .compare-services-table {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  padding: 8px;
  max-width: 984px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-compare-services .compare-services-table {
    padding: 32px;
  }
}
.section-compare-services .compare-services-table .logo {
  max-height: 24px;
}
.section-compare-services .compare-services-table .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-compare-services .compare-services-table .col.highlight {
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px 0px #00000026;
          box-shadow: 0px 0px 30px 0px #00000026;
}
.section-compare-services .compare-services-table .row {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  border-bottom: 1px solid #e8eced;
  min-height: 64px;
}
@media only screen and (min-width: 768px) {
  .section-compare-services .compare-services-table .row {
    padding: 8px 16px;
  }
}
.section-compare-services .compare-services-table .row:last-child {
  border: 0;
}
.section-compare-services .compare-services-table .row.l {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.specific-track-stats-request.mv-24 {
  margin: 24px 0;
}
.specific-track-stats-request.bt-8 {
  border-top: 8px solid #f4f6f6;
}
.specific-track-stats-request.max-w-652 {
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
}
.specific-track-stats-request .specific-track-stats-request-box {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  border-radius: 8px;
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 24px 24px 12px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.specific-track-stats-request .specific-track-stats-request-box.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  padding: 16px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.specific-track-stats-request .specific-track-stats-request-box.horizontal.for-analytics-section .submit-row {
  z-index: 1;
}
.specific-track-stats-request .specific-track-stats-request-box.horizontal .form-row {
  z-index: 1;
}
.specific-track-stats-request .specific-track-stats-request-box.horizontal .submit-row {
  width: auto;
}
.specific-track-stats-request .specific-track-stats-request-box.horizontal .pro-custom-input {
  min-width: 220px;
}
@media only screen and (min-width: 1024px) {
  .specific-track-stats-request .specific-track-stats-request-box.horizontal .pro-custom-input {
    min-width: 400px;
  }
}
.specific-track-stats-request .specific-track-stats-request-box.transparent {
  background-color: transparent;
}
.specific-track-stats-request .specific-track-stats-request-box.for-analytics-section {
  padding: 16px 0 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.specific-track-stats-request .specific-track-stats-request-box.for-analytics-section .pro-custom-input input[type="text"] {
  background-color: #f4f6f6;
}
.specific-track-stats-request .specific-track-stats-request-box.for-analytics-section .submit-row {
  z-index: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.specific-track-stats-request .lead {
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.specific-track-stats-request .submit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.specific-track-stats-request .form-row {
  padding: 0;
  width: 100%;
  max-width: 400px;
}
.specific-track-stats-request .watchlist-full {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
}
.specific-track-stats-request .pro-custom-input input[type="text"] {
  padding-left: 40px;
  background-image: url('../images/svg/spotify-color.svg');
  background-size: 16px;
  background-position: left 12px center;
  background-repeat: no-repeat;
}
.specific-track-stats-request .pro-custom-input input[type="text"]::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.specific-track-stats-request .pro-custom-input input[type="text"]:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.specific-track-stats-request .pro-custom-input input[type="text"]::-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.specific-track-stats-request .pro-custom-input input[type="text"]::placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-data-export-form {
  padding: 60px 0;
}
.section-data-export-form .data-export-form-wrapper {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.data-export-form {
  width: 100%;
}
.data-export-form .sidebar-module-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000000;
  padding-bottom: 10px;
  font-weight: 500;
}
.data-export-form .sidebar-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.data-export-form .data-export-form-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.data-export-form .data-export-form-tab {
  background-color: #d5dde0;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
}
.data-export-form .data-export-form-tab.active {
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .data-export-form .data-export-form-tab {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.data-export-form .data-export-form-body {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 0 8px 8px 8px;
}
.data-export-form .data-export-form-fieldset {
  display: none;
}
.data-export-form .data-export-form-fieldset.active {
  display: block;
}
.data-export-form .data-export-form-fieldset .pro-custom-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.data-export-form .data-export-form-results {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 36px;
}
.data-export-form .data-export-form-results label {
  font-size: 15px;
  font-size: 1.5rem;
  color: #707580;
  font-weight: 500;
  text-align: center;
  display: block;
  padding-bottom: 8px;
}
.data-export-form .data-export-form-results label strong {
  color: #000000;
}
.data-export-form .data-export-form-results .table-wrapper {
  background-color: #d5dde0;
  padding: 16px 24px;
  border-radius: 8px;
}
.data-export-form .data-export-form-results table {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  width: 100%;
}
.data-export-form .data-export-form-results table td,
.data-export-form .data-export-form-results table th {
  text-align: left;
  vertical-align: top;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
}
.data-export-form .data-export-form-results table td:last-child,
.data-export-form .data-export-form-results table th:last-child {
  border-right: 0;
}
.data-export-form .data-export-form-results table td {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.data-export-form .data-export-form-submit {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .data-export-form .data-export-form-submit {
    max-width: 480px;
  }
}
.data-export-form .data-export-form-submit .pro-custom-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.data-export-form .data-export-form-submit .pro-custom-input label {
  pointer-events: none;
  cursor: default;
  z-index: 1;
}
.data-export-form .data-export-form-submit .pro-custom-input input {
  border-radius: 4px 0 0 4px !important;
  background-color: #ffffff;
  border-right: 0 !important;
}
.data-export-form .data-export-form-submit .button.primary {
  border-radius: 0 4px 4px 0;
  min-height: 48px;
  max-height: 48px;
}
@media only screen and (min-width: 768px) {
  .data-export-form .data-export-form-submit .button.primary {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.data-export-form .data-export-row-label {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  line-height: 16px;
  padding-bottom: 8px;
}
.data-export-form .dash {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 18px;
}
.data-export-form .pro-custom-select.charts {
  padding-bottom: 18px;
}
.data-export-form .pro-custom-select.charts .selected-wrapper {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}
.data-export-form .pro-custom-select.charts .selected-wrapper:after {
  top: 20px;
}
.data-export-form .pro-custom-select.charts .selected-option {
  height: 40px;
  line-height: 40px;
}
.data-export-form .pro-custom-select.charts .results {
  top: 41px;
}
.box-highlight {
  border-radius: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  padding: 16px;
  background-color: #ffe45d;
  margin-top: 24px;
}
.box-highlight a {
  color: #4e63ce;
}
.box-highlight a:hover,
.box-highlight a:active {
  color: #6889e2;
}
.events.module-main {
  margin-top: 48px !important;
}
.events.module-sub {
  margin-top: 8px !important;
}
.events .list-entities {
  padding: 0;
  margin: -4px 0;
}
.events .list-entities .item {
  width: 100%;
  padding: 4px 0px;
}
@media only screen and (max-width: 767px) {
  .events .entity-list-item-v2 {
    padding: 8px;
  }
}
.events .entity-list-item-v2:before,
.events .entity-list-item-v2:after {
  content: none;
}
@media only screen and (max-width: 1024px) {
  .events .entity-list-item-v2 .column-secondary {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .events .entity-list-item-v2 .column-secondary {
    width: 40%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .events h3 .mini-badges {
    display: none;
  }
}
.events .pro-event-date-calendar {
  width: 62px;
  min-width: 62px;
}
.events .pro-event-date-calendar .day {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
}
.events .pro-event-date-calendar .year {
  line-height: 1;
}
.events .actions {
  padding: 32px 0 16px 0;
}
.events-overview .pro-content-module-header + .pro-content-module-article {
  padding-top: 0;
}
.pro-content-module-header {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 0;
  position: relative;
  padding: 24px 24px 16px 24px;
}
@media only screen and (max-width: 767px) {
  .pro-content-module-header {
    padding: 16px 12px;
  }
  .pro-content-module-header .btn-saved-section,
  .pro-content-module-header .btn-export-csv {
    display: none;
  }
  .pro-content-module-header .filters .filter-item {
    width: 100%;
  }
  .pro-content-module-header .filters .filter-item .pro-search {
    width: 100% !important;
  }
  .pro-content-module-header .filters .filter-item .pro-custom-select {
    width: 100%;
    max-width: unset !important;
  }
  .pro-content-module-header .filters .filter-item .pro-custom-select.pro {
    width: 100%;
    max-width: unset !important;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pro-content-module-header + .pro-content-module-article {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pro-content-module-header .col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-content-module-header .col-wrapper .actions {
  text-align: right;
  margin-bottom: 16px;
}
.pro-content-module-header .row {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header .row + .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header .row.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pro-content-module-header .subfilters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-content-module-header .subfilters .subfilter + .subfilter {
  margin-left: 24px;
}
.pro-content-module-header .subfilters .icon {
  margin-right: 6px;
}
.pro-content-module-header .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-content-module-header .sort .label {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 8px;
  color: #707580;
}
.pro-content-module-header .left {
  position: relative;
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pro-content-module-header .left.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-header .left .filters {
    width: auto;
    margin-top: 0;
  }
}
.pro-content-module-header .right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-content-module-header .right + .right {
  width: 100%;
}
.pro-content-module-header .right button + button:not(.tag-timeframe),
.pro-content-module-header .right button + a:not(.tag-timeframe),
.pro-content-module-header .right a + button:not(.tag-timeframe) {
  margin-left: 16px;
}
.pro-content-module-header .sort {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header .sort {
    padding-top: 24px;
  }
}
.pro-content-module-header .sort .sort-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-content-module-header .sort .sort-wrapper label {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  white-space: nowrap;
  padding-right: 8px;
}
.pro-content-module-header .sort .pro-custom-select .disclaimer {
  background: none;
}
.pro-content-module-header h2,
.pro-content-module-header h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header h2,
  .pro-content-module-header h3 {
    font-size: 22px;
    font-size: 2.2rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
  }
}
.pro-content-module-header .has-info {
  background-position: right 1px center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 24px;
  cursor: default;
  background-image: url('../images/svg/icon-info-i-blue.svg');
}
.pro-content-module-header .has-info:hover,
.pro-content-module-header .has-info:active {
  background-image: url('../images/svg/icon-info-i-blue-roll.svg');
}
.pro-content-module-header .disclaimer {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 24px;
  cursor: default;
  background-image: url('../images/svg/icon-alert-grey.svg');
  color: #707580;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header .disclaimer {
    margin-bottom: 0;
  }
}
.pro-content-module-header h2 {
  margin-right: 15px;
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-header h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.pro-content-module-header h2.channel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-content-module-header h2.channel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.pro-content-module-header h2.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-content-module-header h2.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-content-module-header h2.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-content-module-header h2.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-content-module-header h2.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-content-module-header h2.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-content-module-header h2.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-content-module-header h2.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-content-module-header h2.channel.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-content-module-header h2.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-content-module-header h2.channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-content-module-header h2.channel.beatport:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.pro-content-module-header h2.small {
  font-size: 15px;
  font-size: 1.5rem;
}
.pro-content-module-header h2.small + .two-liner:before {
  top: 0;
  bottom: 0;
}
.pro-content-module-header h2 .channel-avatar {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e8eced;
}
.pro-content-module-header h2 br {
  display: none;
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-header h2 br {
    display: block;
  }
}
.pro-content-module-header h3 {
  font-size: 14px;
  font-size: 1.4rem;
}
.pro-content-module-header .icon {
  margin-right: 16px;
}
.pro-content-module-header .official-channel {
  margin-left: 12px;
}
.pro-content-module-header .two-liner {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  color: #707580;
  border-left: 0;
  padding-left: 15px;
  padding-right: 30px;
  margin: 6px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header .two-liner {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-header .two-liner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-header .two-liner {
    display: inline-block;
  }
}
.pro-content-module-header .two-liner br {
  display: none;
}
.pro-content-module-header .two-liner a {
  color: #4e63ce;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.pro-content-module-header .two-liner a:hover {
  color: #6889e2;
}
.pro-content-module-header .two-liner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #a0aeb4;
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-header .two-liner:before {
    top: -10px;
    bottom: -10px;
  }
}
.pro-content-module-header .more-info {
  font-size: 0px;
  font-size: 0rem;
}
.pro-content-module-header .filters {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  vertical-align: middle;
  margin: -8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header .filters {
    margin: 20px 0 0 0;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header .filters.g-8 {
    gap: 8px;
  }
}
.pro-content-module-header .filters.left {
  text-align: left;
}
.pro-content-module-header .filters .btn {
  margin-right: 8px;
}
.pro-content-module-header .filters .btn:last-child {
  margin-right: 0;
}
.pro-content-module-header .filters .pro-custom-checkbox + label {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
}
.pro-content-module-header .filters .pro-custom-checkbox + label img {
  margin-left: 4px;
  display: inline-block;
}
.pro-content-module-header .filters .filter-item {
  position: relative;
  z-index: 5;
}
.pro-content-module-header .filters .filter-item + .filter-item {
  z-index: 4;
}
.pro-content-module-header .filters .filter-item + .filter-item + .filter-item {
  z-index: 3;
}
.pro-content-module-header .filters .filter-item + .filter-item + .filter-item + .filter-item {
  z-index: 2;
}
.pro-content-module-header .filters .filter-item + .filter-item + .filter-item + .filter-item + .filter-item {
  z-index: 1;
}
.pro-content-module-header .filters .pro-search .result-item:not(.divider) {
  padding: 4px 8px;
  cursor: pointer;
}
.pro-content-module-header-standalone {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 0;
  position: relative;
  padding: 0 8px 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .pro-content-module-header-standalone {
    padding-left: 0;
  }
  .pro-content-module-header-standalone .btn-saved-section,
  .pro-content-module-header-standalone .btn-export-csv {
    display: none;
  }
}
.pro-content-module-header-standalone + .pro-content-module-article {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pro-content-module-header-standalone + .pro-content-module-header .filters {
  margin-top: 0;
}
.pro-content-module-header-standalone.no-left-padding {
  padding-left: 0;
}
.pro-content-module-header-standalone.grey .title,
.pro-content-module-header-standalone.grey .subtitle {
  color: #707580;
}
.pro-content-module-header-standalone .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pro-content-module-header-standalone .row:first-child .filters {
  margin-top: 0;
}
.pro-content-module-header-standalone .row + .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pro-content-module-header-standalone .row.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-content-module-header-standalone .left {
  position: relative;
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-header-standalone .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-header-standalone .left .filters {
    width: auto;
    margin-top: 0;
  }
}
.pro-content-module-header-standalone .right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-content-module-header-standalone .right + .right {
  width: 100%;
}
.pro-content-module-header-standalone .right button + button,
.pro-content-module-header-standalone .right button + a,
.pro-content-module-header-standalone .right a + button {
  margin-left: 16px;
}
.pro-content-module-header-standalone .sort {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 12px;
  padding-top: 24px;
}
.pro-content-module-header-standalone .sort .label {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 8px;
  color: #707580;
}
.pro-content-module-header-standalone .sort .sort-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-content-module-header-standalone .sort .sort-wrapper label {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  white-space: nowrap;
  padding-right: 8px;
}
.pro-content-module-header-standalone .title,
.pro-content-module-header-standalone .subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 24px;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.pro-content-module-header-standalone .title {
  margin-right: 12px;
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-header-standalone .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.pro-content-module-header-standalone .title.black .title-txt {
  color: #000000;
}
.pro-content-module-header-standalone .title.channel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-content-module-header-standalone .title.channel:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  min-width: 16px;
}
.pro-content-module-header-standalone .title.channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.pro-content-module-header-standalone .title.channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.pro-content-module-header-standalone .title.channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.pro-content-module-header-standalone .title.channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.pro-content-module-header-standalone .title.channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.pro-content-module-header-standalone .title.channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.pro-content-module-header-standalone .title.channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.pro-content-module-header-standalone .title.channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.pro-content-module-header-standalone .title.channel.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.pro-content-module-header-standalone .title.channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.pro-content-module-header-standalone .title.channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.pro-content-module-header-standalone .title.channel.beatport:before {
  background-image: url('../images/svg/beatport-circle-color.svg');
}
.pro-content-module-header-standalone .title.channel.applemusic:before,
.pro-content-module-header-standalone .title.channel.apple-music:before {
  background-image: url('../images/svg/apple-music-color.svg');
}
.pro-content-module-header-standalone .title.channel.amazonmusic:before,
.pro-content-module-header-standalone .title.channel.amazon-music:before {
  background-image: url('../images/svg/amazon-music-color.svg');
}
.pro-content-module-header-standalone .title.small {
  font-size: 15px;
  font-size: 1.5rem;
}
.pro-content-module-header-standalone .title.small + .two-liner:before {
  top: 0;
  bottom: 0;
}
.pro-content-module-header-standalone .title time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  margin-top: 4px;
}
.pro-content-module-header-standalone .title .channel-avatar {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e8eced;
}
.pro-content-module-header-standalone .title .button.tertiary.s.no-padding.underline {
  white-space: nowrap;
}
.pro-content-module-header-standalone .title br {
  display: none;
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-header-standalone .title br {
    display: block;
  }
}
.pro-content-module-header-standalone .title-txt {
  margin-right: 12px;
}
.pro-content-module-header-standalone .title-txt.has-info {
  background-position: right 1px center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 24px;
  background-image: url('../images/svg/icon-info-i-blue.svg');
}
.pro-content-module-header-standalone .title-txt.has-info:hover,
.pro-content-module-header-standalone .title-txt.has-info:active {
  background-image: url('../images/svg/icon-info-i-blue-roll.svg');
}
.pro-content-module-header-standalone .title-txt:hover,
.pro-content-module-header-standalone .title-txt:active {
  color: #6889e2;
  cursor: default;
}
.pro-content-module-header-standalone .subtitle {
  font-size: 14px;
  font-size: 1.4rem;
}
.pro-content-module-header-standalone .icon {
  margin-right: 16px;
}
.pro-content-module-header-standalone .official-channel {
  margin-left: 12px;
}
.pro-content-module-header-standalone .i {
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pro-content-module-header-standalone .disclaimer {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 24px;
  cursor: default;
  background-image: url('../images/svg/icon-alert-grey.svg');
  color: #707580;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header-standalone .disclaimer {
    margin-bottom: 0;
  }
}
.pro-content-module-header-standalone .filters {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  display: block;
  vertical-align: middle;
  margin: 5px 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-header-standalone .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0 0;
    text-align: right;
  }
}
.pro-content-module-header-standalone .filters.left {
  text-align: left;
}
.pro-content-module-header-standalone .filters .btn {
  margin-right: 8px;
}
.pro-content-module-header-standalone .filters .btn:last-child {
  margin-right: 0;
}
.pro-content-module-header-standalone .filters .pro-custom-checkbox + label {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
  text-transform: uppercase;
}
.pro-content-module-header-standalone .filters .pro-custom-checkbox + label img {
  margin-left: 4px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pro-content-module-header-standalone .btn-export-csv,
  .pro-content-module-header-standalone .btn-saved-section {
    font-size: 0px;
    font-size: 0rem;
  }
}
.pro-content-module-article-zero-state {
  padding: 0 24px;
  margin-top: -16px;
}
.pro-content-module-article {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 24px 24px 16px 24px;
}
@media only screen and (max-width: 767px) {
  .pro-content-module-article {
    padding: 16px 12px;
  }
}
.pro-content-module-article + .pro-content-module-header {
  border-radius: 0px;
  position: relative;
}
.pro-content-module-article + .pro-content-module-header:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #ffffff;
}
.pro-content-module-article + .pro-content-module-footer {
  position: relative;
  padding-top: 0;
}
.pro-content-module-article + .pro-content-module-footer:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #ffffff;
}
.pro-content-module-article.loading:before {
  z-index: 9;
}
.pro-content-module-article.request-data {
  position: relative;
  z-index: 0;
}
.pro-content-module-article.request-data .col-content {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.pro-content-module-article.request-data > div:not(.col) {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.pro-content-module-article.request-data > div.request-data-content {
  border-radius: 8px;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.pro-content-module-article.request-data .request-data-content {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.72)), color-stop(41.45%, #ffffff), color-stop(60.19%, #ffffff), to(rgba(255, 255, 255, 0.72)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, #ffffff 41.45%, #ffffff 60.19%, rgba(255, 255, 255, 0.72) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-content-module-article.request-data .rd-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 16px;
}
.pro-content-module-article.request-data .rd-lead {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
.pro-content-module-article.request-data .rd-actions {
  padding-top: 16px;
}
.pro-content-module-article.noise {
  background-image: url(../images/gif/noise-animated-bright.gif);
  background-repeat: repeat;
  background-size: 400px;
  background-position: center center;
}
.pro-content-module-article > .pro-content-module-header .filters {
  margin-left: -24px;
}
.pro-content-module-article .map-legend {
  text-align: center;
}
.pro-content-module-article .swiper-main {
  margin: 0 -24px;
}
.pro-content-module-article .swiper-main .swiper-container {
  padding: 0 24px;
}
.pro-content-module-article .swiper-main .swiper-button-prev,
.pro-content-module-article .swiper-main .swiper-button-next {
  display: block;
  top: 0;
  bottom: 0;
  height: auto;
  width: 24px;
  background-color: #ffffff;
}
.pro-content-module-article .swiper-main .swiper-button-prev:before,
.pro-content-module-article .swiper-main .swiper-button-next:before {
  background-size: 14px;
  height: auto;
  width: auto;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.pro-content-module-article .swiper-main .swiper-button-prev {
  left: 0;
  right: auto;
}
.pro-content-module-article .swiper-main .swiper-button-prev:before {
  background-image: url('../images/svg/chevron-left.svg');
}
.pro-content-module-article .swiper-main .swiper-button-next {
  right: 0;
  left: auto;
}
.pro-content-module-article .swiper-main .swiper-button-next:before {
  background-image: url('../images/svg/chevron-right.svg');
}
.pro-content-module-article .chart-subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 0;
}
.pro-content-module-article .row-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-content-module-article .row-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .pro-content-module-article .row-layout .pro-table-pagination {
    padding-top: 0;
  }
}
.pro-content-module-article .actions .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-content-module-article .actions .row.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-content-module-footer {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: right;
  background-color: #ffffff;
  padding: 10px 24px;
}
.pro-content-module-footer.two-cols {
  background-color: transparent;
  padding: 0;
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-footer.two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-content-module-footer.two-cols.bp-1024 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-content-module-footer.two-cols.bp-1024 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-content-module-footer.two-cols.bp-1024 .col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-footer.two-cols.bp-1024 .col:first-child {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-content-module-footer.two-cols.bp-1024 .col:last-child {
    margin-left: 4px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-footer.two-cols.bp-1024 .col:last-child {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-footer.two-cols.bp-1200 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-footer.two-cols.bp-1200 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-footer.two-cols.bp-1200 .col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-footer.two-cols.bp-1200 .col:last-child {
    margin-left: 4px;
  }
}
.pro-content-module-footer.two-cols .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 0 24px;
  padding: 10px 24px;
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-footer.two-cols .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
.pro-content-module-footer.two-cols .col:first-child {
  display: none;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-footer.two-cols .col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-content-module-footer.two-cols .col:last-child {
    margin-left: 4px;
  }
}
.pro-content-module-footer .updated-date {
  font-size: 10px;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a0aeb4;
}
.pro-content-module-footer .updated-date .updated-icon {
  margin-right: 4px;
  width: 12px;
}
.in-the-spotlight .pro-content-module-article {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1199px) {
  .in-the-spotlight .list-entities .item {
    width: 16.66%;
  }
}
.top-artist-from-city .card-micro {
  margin-top: 8px;
  margin-bottom: 8px;
}
.top-artist-from-city .card-micro .row {
  gap: 8px;
}
.top-artist-from-city .card-micro .genres,
.top-artist-from-city .card-micro .artists {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #707580;
  line-height: 1;
}
.top-artist-from-city .card-micro .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.top-artist-from-city .card-micro .country {
  font-size: 10px;
  font-size: 1rem;
}
.top-artist-from-city .two-tone .second {
  margin-top: 4px;
}
@media only screen and (min-width: 1024px) {
  .pro-section-explore-music-in-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section-explore-music-in-area {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.pro-section-explore-music-in-area > .page {
  max-width: 1472px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 1024px) {
  .pro-section-explore-music-in-area > .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section-explore-music-in-area > .page .pro-section-header {
    width: 20%;
    min-width: 20%;
    max-width: 246px;
    margin-right: 16px;
  }
}
@media only screen and (min-width: 1471px) {
  .pro-section-explore-music-in-area > .page .pro-section-header {
    min-width: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section-explore-music-in-area > .page .pro-section-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(80% - 32px);
    min-width: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section-explore-music-in-area .pro-section-header {
    width: 100%;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section-explore-music-in-area .pro-section-header {
    width: 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1024px) {
  .pro-section-explore-music-in-area .pro-section-content {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .pro-section-explore-music-in-area .pro-section-content {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.33%;
    min-width: 66.33%;
    margin-left: 0;
    padding-left: 24px;
  }
}
.pro-section-explore-music-in-area .country-square {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  background-color: #e8eced;
  padding: 40px 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-section-explore-music-in-area .country-square.rounded {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eced;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .pro-section-explore-music-in-area .country-square.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
.pro-section-explore-music-in-area .country-square.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .pro-section-explore-music-in-area .country-square.rounded:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.pro-section-explore-music-in-area .country-square:hover .icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.pro-section-explore-music-in-area .country-square .icon {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  width: 24px;
  height: 24px;
  min-width: 24px;
  overflow: hidden;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pro-section-explore-music-in-area .country-square .icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-width: 4px;
  }
}
.pro-section-explore-music-in-area .country-square .icon.icon-country img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 20px;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .pro-section-explore-music-in-area .country-square .icon.icon-country img {
    top: -1px;
    width: 50px;
    margin-left: -25px;
    height: 34px;
  }
}
.pro-section-explore-music-in-area .country-square h2 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px !important;
  font-size: 1.8rem !important;
  line-height: 24px !important;
  height: 60px;
  margin-top: 24px;
  font-weight: 500;
  text-align: center;
}
.pro-section-explore-music-in-area .swiper-main {
  margin-top: -10px;
}
.pro-section-explore-music-in-area .swiper-main .swiper-wrapper {
  padding: 10px 0 0 0;
}
.pro-section-explore-music-in-area .swiper-main .swiper-container .swiper-container {
  padding-bottom: 0;
}
@media only screen and (min-width: 1199px) {
  .pro-section-explore-music-in-area .swiper-main .swiper-button-prev,
  .pro-section-explore-music-in-area .swiper-main .swiper-button-next {
    display: none;
  }
}
/*****---------- 5.2 Cards ----------*****/
.card-highlight {
  height: 250px;
  color: #ffffff;
}
@media only screen and (min-width: 1439px) {
  .card-highlight {
    height: 290px;
  }
}
.card-highlight.rounded {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.card-highlight.v2 {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) {
  .card-highlight.v2 {
    padding-top: 100%;
    height: auto;
    width: auto;
  }
}
.card-highlight.v2 figure:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99.97%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 99.97%);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-highlight.v2 figcaption {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  font-weight: 500;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .card-highlight.v2 figcaption {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}
.card-highlight figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.card-highlight figcaption {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  font-weight: 500;
  position: absolute;
  left: 20px;
  bottom: 30px;
  right: 20px;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .card-highlight figcaption {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .card-highlight figcaption {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 42px;
  }
}
@media only screen and (min-width: 1199px) {
  .card-highlight figcaption {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1439px) {
  .card-highlight figcaption {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 42px;
  }
}
/**------------- 5.3.1 Items -------------**/
.entity-list-item-v2 {
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  width: 100%;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 13px 12px;
}
.entity-list-item-v2:before {
  content: " ";
  display: table;
}
.entity-list-item-v2:after {
  content: " ";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .entity-list-item-v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.entity-list-item-v2.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.entity-list-item-v2.rounded {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eced;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
.entity-list-item-v2.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2.rounded:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.entity-list-item-v2.rounded:hover .entity h3 {
  color: #6889e2;
}
.entity-list-item-v2.rounded .entity.article figure {
  border-radius: 8px 0 0 8px;
}
.entity-list-item-v2.rounded .entity h3 {
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}
.entity-list-item-v2.rounded .pro-event-date-calendar {
  border-radius: 8px;
  border: 1px solid #e8eced;
  overflow: hidden;
}
.entity-list-item-v2.faded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  cursor: default;
}
.entity-list-item-v2.artist {
  padding-top: 7px;
  padding-bottom: 7px;
}
.entity-list-item-v2.artist .actions {
  min-width: 54px;
}
.entity-list-item-v2.track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px 16px;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2.track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.entity-list-item-v2.track .column-primary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entity-list-item-v2.track .column-secondary {
  padding-left: 96px;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2.track .column-secondary {
    padding-left: 24px;
    padding-top: 0;
    width: 40%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.entity-list-item-v2.track:before,
.entity-list-item-v2.track:after {
  content: none;
}
.entity-list-item-v2.track .rank {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  text-align: right;
  color: #707580;
  width: 20px;
  min-width: 20px;
  margin-right: 16px;
}
.entity-list-item-v2.track .track-artist {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #707580;
}
.entity-list-item-v2.track .track-artist a {
  color: inherit;
}
.entity-list-item-v2.track .track-artist a:hover,
.entity-list-item-v2.track .track-artist a:active {
  color: #6889e2;
}
.entity-list-item-v2.active {
  background-color: #eef0fb;
}
.entity-list-item-v2.empty {
  pointer-events: none;
  cursor: default;
}
.entity-list-item-v2.empty .empty-value {
  background-color: #f5f5f5;
  display: block;
  height: 16px;
}
.entity-list-item-v2.empty .empty-value-inline {
  background-color: #f5f5f5;
  display: inline-block;
  height: 16px;
  width: 60%;
}
.entity-list-item-v2.empty .entity h3 {
  color: #f5f5f5;
}
.entity-list-item-v2.empty .entity figure {
  background: #f5f5f5 !important;
  border-color: #f5f5f5;
}
.entity-list-item-v2.empty .entity article {
  width: 100%;
}
.entity-list-item-v2.empty .entity .stats {
  width: 100%;
}
.entity-list-item-v2.empty .tags .empty-value-inline {
  width: 100px;
}
.entity-list-item-v2.empty .actions .btn {
  background: #f5f5f5 !important;
  border-color: #f5f5f5;
}
.entity-list-item-v2.not-clickable {
  pointer-events: none;
  cursor: default;
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.entity-list-item-v2.not-clickable .actions {
  pointer-events: all;
  cursor: pointer;
}
.entity-list-item-v2.not-clickable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.entity-list-item-v2.not-hoverable {
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.entity-list-item-v2.not-hoverable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.entity-list-item-v2.not-hoverable:hover .entity h3 {
  color: #000000;
}
.entity-list-item-v2 .column-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2 .column-primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-item-v2 .column-primary {
    padding-left: 24px;
  }
}
.entity-list-item-v2 .column-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2 .column-secondary {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-item-v2 .column-secondary {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 0;
    padding-right: 24px;
  }
}
.entity-list-item-v2 .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entity-list-item-v2 .col-rank {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2 .col-rank {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.entity-list-item-v2 .col-rank strong {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  display: block;
  font-weight: 400;
}
.entity-list-item-v2 .col-rank .value-change {
  margin-top: 5px;
  margin-left: 12px;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2 .col-rank .value-change {
    margin-left: 0;
  }
}
.entity-list-item-v2 .col-rank .change {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  color: #707580;
  white-space: nowrap;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2 .col-rank .change {
    margin-left: 0;
  }
}
.entity-list-item-v2 .col-rank .change.down:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ff1e43;
}
.entity-list-item-v2 .col-rank .change.up:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #66cd94;
}
.entity-list-item-v2 .col-rank .change:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.entity-list-item-v2 .col-entity {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.entity-list-item-v2 .entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2 .entity {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-item-v2 .entity {
    min-width: 250px;
  }
}
.entity-list-item-v2 .entity.festival figure,
.entity-list-item-v2 .entity.venue figure,
.entity-list-item-v2 .entity.article figure {
  width: 70px;
}
.entity-list-item-v2 .entity.article h3 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2 .entity.article h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.entity-list-item-v2 .entity.article h3 a {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2 .entity.article h3 a {
    word-break: normal;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 767px) {
  .entity-list-item-v2 .entity.article article {
    padding-right: 0;
  }
}
.entity-list-item-v2 .entity.article figure {
  width: 130px;
  height: 72px;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2 .entity.article figure {
    width: 156px;
    height: 86px;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-item-v2 .entity.article .article-info {
    padding-bottom: 8px;
  }
}
.entity-list-item-v2 .entity.event h3 a {
  line-height: 24px;
}
.entity-list-item-v2 .entity.event .artist {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
@media only screen and (min-width: 1024px) {
  .entity-list-item-v2 .entity.event .artist {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}
.entity-list-item-v2 .entity.track figure {
  width: 56px;
  height: 56px;
}
.entity-list-item-v2 .entity.track .btn-play-track {
  margin-left: 16px;
}
.entity-list-item-v2 .entity.track .track-artist {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.entity-list-item-v2 .entity.track .track-artist a {
  color: inherit;
}
.entity-list-item-v2 .entity.track .track-artist a:hover,
.entity-list-item-v2 .entity.track .track-artist a:active {
  color: #6889e2;
}
.entity-list-item-v2 .entity.artist.small figure {
  width: 46px;
  height: 46px;
  min-width: 46px;
}
.entity-list-item-v2 .entity.artist figure {
  border-radius: 50%;
  width: 62px;
  height: 62px;
  min-width: 62px;
}
.entity-list-item-v2 .entity figure {
  border: 1px solid #e8eced;
  width: 48px;
  height: 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.entity-list-item-v2 .entity article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 24px;
  padding-right: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.entity-list-item-v2 .entity a {
  color: inherit;
}
.entity-list-item-v2 .entity h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  font-weight: 500;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entity-list-item-v2 .entity h3 a,
.entity-list-item-v2 .entity h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.entity-list-item-v2 .entity h3 .mini-badges {
  padding-right: 12px;
}
.entity-list-item-v2 .entity .rank {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.entity-list-item-v2 .entity .rank img {
  vertical-align: middle;
}
.entity-list-item-v2 .entity .rank strong {
  vertical-align: unset;
}
.entity-list-item-v2 .entity .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 4px;
}
.entity-list-item-v2 .entity .event-venue {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
}
.entity-list-item-v2 .entity .artist {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #707580;
}
.entity-list-item-v2 .entity .article-info {
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entity-list-item-v2 .entity .article-info .source {
  font-size: 10px;
  font-size: 1rem;
  color: #000000;
  margin-right: 4px;
}
.entity-list-item-v2 .entity .article-info .source em {
  font-style: normal;
}
.entity-list-item-v2 .entity .article-info time {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  margin: 0 4px;
}
.entity-list-item-v2 .entity .article-info .pro-tag {
  margin-left: 4px;
}
.entity-list-item-v2 .event-location-info {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 16px;
}
@media only screen and (min-width: 1024px) {
  .entity-list-item-v2 .event-location-info {
    width: 180px;
    padding-left: 24px;
  }
}
.entity-list-item-v2 .event-location-info .event-venue {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000000;
  font-weight: 500;
}
.entity-list-item-v2 .event-location-info .event-country-and-city {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #707580;
}
.entity-list-item-v2 .event-location-info .event-country-and-city em {
  font-style: normal;
}
.entity-list-item-v2 .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-top: -4px;
  margin-bottom: -4px;
  height: 27px;
}
@media only screen and (min-width: 480px) {
  .entity-list-item-v2 .tags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-item-v2 .tags {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 31px;
    overflow: hidden;
  }
}
.entity-list-item-v2 .tags .pro-tag {
  margin-top: 4px;
  margin-bottom: 4px;
}
.entity-list-item-v2 .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 18px;
}
.entity-list-item-v2 .actions .btn {
  margin: 0 2px;
}
.entity-list-item-v2 .pro-tag {
  margin: 0 4px;
}
.entity-list-chart-item-v2 {
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 12px;
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.no-rank {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.entity-list-chart-item-v2.beatport .entity figure,
.entity-list-chart-item-v2.festival .entity figure,
.entity-list-chart-item-v2.spotify .entity figure,
.entity-list-chart-item-v2.airplay .entity figure,
.entity-list-chart-item-v2.playlist .entity figure {
  width: 53px;
  height: 53px;
}
.entity-list-chart-item-v2.beatport .entity .stats,
.entity-list-chart-item-v2.festival .entity .stats,
.entity-list-chart-item-v2.spotify .entity .stats,
.entity-list-chart-item-v2.airplay .entity .stats,
.entity-list-chart-item-v2.playlist .entity .stats {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.entity-list-chart-item-v2.beatport .col-rank-section,
.entity-list-chart-item-v2.festival .col-rank-section,
.entity-list-chart-item-v2.spotify .col-rank-section,
.entity-list-chart-item-v2.airplay .col-rank-section,
.entity-list-chart-item-v2.playlist .col-rank-section {
  padding: 8px;
  position: relative;
  border-width: 1px;
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.beatport .col-rank-section,
  .entity-list-chart-item-v2.festival .col-rank-section,
  .entity-list-chart-item-v2.spotify .col-rank-section,
  .entity-list-chart-item-v2.airplay .col-rank-section,
  .entity-list-chart-item-v2.playlist .col-rank-section {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.beatport .col-rank-section,
  .entity-list-chart-item-v2.festival .col-rank-section,
  .entity-list-chart-item-v2.spotify .col-rank-section,
  .entity-list-chart-item-v2.airplay .col-rank-section,
  .entity-list-chart-item-v2.playlist .col-rank-section {
    width: 90px;
    min-width: 90px;
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.beatport .col-rank-section.active .rank:first-child:nth-last-child(1):after,
  .entity-list-chart-item-v2.festival .col-rank-section.active .rank:first-child:nth-last-child(1):after,
  .entity-list-chart-item-v2.spotify .col-rank-section.active .rank:first-child:nth-last-child(1):after,
  .entity-list-chart-item-v2.airplay .col-rank-section.active .rank:first-child:nth-last-child(1):after,
  .entity-list-chart-item-v2.playlist .col-rank-section.active .rank:first-child:nth-last-child(1):after {
    top: -20px;
    bottom: -16px;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.beatport .column-primary,
  .entity-list-chart-item-v2.festival .column-primary,
  .entity-list-chart-item-v2.spotify .column-primary,
  .entity-list-chart-item-v2.airplay .column-primary,
  .entity-list-chart-item-v2.playlist .column-primary {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.beatport .column-primary,
  .entity-list-chart-item-v2.festival .column-primary,
  .entity-list-chart-item-v2.spotify .column-primary,
  .entity-list-chart-item-v2.airplay .column-primary,
  .entity-list-chart-item-v2.playlist .column-primary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media only screen and (min-width: 1199px) {
  .entity-list-chart-item-v2.beatport .column-primary,
  .entity-list-chart-item-v2.festival .column-primary,
  .entity-list-chart-item-v2.spotify .column-primary,
  .entity-list-chart-item-v2.airplay .column-primary,
  .entity-list-chart-item-v2.playlist .column-primary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.beatport .column-secondary,
  .entity-list-chart-item-v2.festival .column-secondary,
  .entity-list-chart-item-v2.spotify .column-secondary,
  .entity-list-chart-item-v2.airplay .column-secondary,
  .entity-list-chart-item-v2.playlist .column-secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media only screen and (min-width: 1199px) {
  .entity-list-chart-item-v2.beatport .column-secondary,
  .entity-list-chart-item-v2.festival .column-secondary,
  .entity-list-chart-item-v2.spotify .column-secondary,
  .entity-list-chart-item-v2.airplay .column-secondary,
  .entity-list-chart-item-v2.playlist .column-secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
  }
}
.entity-list-chart-item-v2.beatport .column-secondary .col-rank-section,
.entity-list-chart-item-v2.festival .column-secondary .col-rank-section,
.entity-list-chart-item-v2.spotify .column-secondary .col-rank-section,
.entity-list-chart-item-v2.airplay .column-secondary .col-rank-section,
.entity-list-chart-item-v2.playlist .column-secondary .col-rank-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.beatport .col-rank-section.active .rank:first-child:nth-last-child(1):after,
  .entity-list-chart-item-v2.festival .col-rank-section.active .rank:first-child:nth-last-child(1):after,
  .entity-list-chart-item-v2.spotify .col-rank-section.active .rank:first-child:nth-last-child(1):after,
  .entity-list-chart-item-v2.airplay .col-rank-section.active .rank:first-child:nth-last-child(1):after,
  .entity-list-chart-item-v2.playlist .col-rank-section.active .rank:first-child:nth-last-child(1):after,
  .entity-list-chart-item-v2.artist-youtube .col-rank-section.active .rank:first-child:nth-last-child(1):after,
  .entity-list-chart-item-v2.artist-airplay .col-rank-section.active .rank:first-child:nth-last-child(1):after {
    top: -20px;
    bottom: -16px;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.track .column-primary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 42%;
            flex: 1 0 42%;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.track .column-secondary {
    margin: -4px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.track .column-secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58%;
            flex: 1 0 58%;
  }
}
.entity-list-chart-item-v2.track figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entity-list-chart-item-v2.track figure .btn-play-track {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.playlist .column-primary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media only screen and (min-width: 1399px) {
  .entity-list-chart-item-v2.playlist .column-primary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.playlist .column-secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media only screen and (min-width: 1399px) {
  .entity-list-chart-item-v2.playlist .column-secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
}
.entity-list-chart-item-v2.festival .entity figure {
  width: 76px;
}
.entity-list-chart-item-v2.spotify.playlist .column-primary {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 360px;
          flex: 1 0 360px;
}
.entity-list-chart-item-v2.spotify.playlist .column-secondary small {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.spotify.playlist .column-secondary .col-rank-section:nth-child(1) {
    max-width: 240px;
    min-width: 240px;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.spotify.playlist .column-secondary .col-rank-section:nth-child(2),
  .entity-list-chart-item-v2.spotify.playlist .column-secondary .col-rank-section:nth-child(3),
  .entity-list-chart-item-v2.spotify.playlist .column-secondary .col-rank-section:nth-child(4) {
    max-width: 120px;
  }
}
.entity-list-chart-item-v2.spotify.playlist .entity figure {
  width: 64px;
  height: 64px;
}
.entity-list-chart-item-v2.beatport.track {
  padding-top: 12px;
  padding-bottom: 12px;
}
.entity-list-chart-item-v2.beatport.track .entity figure {
  width: 62px;
  height: 62px;
}
.entity-list-chart-item-v2.beatport.track .entity .stats {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.beatport.track .column-primary,
  .entity-list-chart-item-v2.beatport.track .column-secondary {
    min-height: 66px;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.beatport.track .column-primary .col-rank {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.beatport.track .column-secondary {
    margin: -4px 0;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.beatport.track .col-rank-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.beatport:not(.track) .column-secondary .col-rank-section:nth-child(1) {
    max-width: 50px;
  }
}
@media only screen and (min-width: 1199px) {
  .entity-list-chart-item-v2.beatport:not(.track) .column-secondary .col-rank-section:nth-child(1) {
    max-width: none;
  }
}
.entity-list-chart-item-v2.general-track {
  padding-top: 12px;
  padding-bottom: 12px;
}
.entity-list-chart-item-v2.general-track .col-rank {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
.entity-list-chart-item-v2.general-track .entity figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 86px;
  height: 86px;
}
.entity-list-chart-item-v2.general-track .entity .stats {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-top: auto;
}
.entity-list-chart-item-v2.general-track .entity h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.entity-list-chart-item-v2.general-track .entity .artists {
  line-height: 16px;
}
.entity-list-chart-item-v2.general-track .entity .btn-play-track {
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.entity-list-chart-item-v2.general-track .col-rank-section {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 48px;
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.general-track .col-rank-section.active .rank:first-child:nth-last-child(1):after {
    top: -56px;
    bottom: -16px;
  }
}
.entity-list-chart-item-v2.general-track .col-rank-section:after {
  top: 16px;
}
.entity-list-chart-item-v2.general-track .genre-and-date {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entity-list-chart-item-v2.general-track .genre-and-date .genre {
  white-space: nowrap;
}
.entity-list-chart-item-v2.general-track .genre-and-date time {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.entity-list-chart-item-v2.general-track .genre + time {
  position: relative;
  margin-left: 12px;
  padding-left: 16px;
}
.entity-list-chart-item-v2.general-track .genre + time:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #707580;
  left: 0px;
  top: 50%;
  margin-top: -2px;
}
.entity-list-chart-item-v2.beatport-track {
  padding: 10px 12px;
}
.entity-list-chart-item-v2.artist-airplay .entity figure {
  width: 56px;
  height: 56px;
}
.entity-list-chart-item-v2.artist-airplay .column-secondary .col-rank-section {
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.artist-airplay .column-secondary .col-rank-section {
    min-width: 120px;
    max-width: 120px;
  }
}
.entity-list-chart-item-v2.artist-youtube .entity figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
}
.entity-list-chart-item-v2.artist-youtube .entity .stats {
  margin-top: 0;
}
.entity-list-chart-item-v2.artist-youtube .entity .rank.country {
  margin-top: -2px;
}
.entity-list-chart-item-v2.artist-youtube .column-secondary .col-rank-section {
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .entity-list-chart-item-v2.artist-youtube .column-secondary .col-rank-section {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.artist-youtube .column-secondary .col-rank-section {
    min-width: 120px;
    max-width: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.youtube-video .entity {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.entity-list-chart-item-v2.youtube-video .entity figure {
  width: 99px;
  height: 56px;
}
.entity-list-chart-item-v2.youtube-video .entity .artist {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
}
.entity-list-chart-item-v2.youtube-video .column-secondary .col-rank-section {
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.youtube-video .column-secondary .col-rank-section {
    min-width: 120px;
    max-width: 120px;
  }
}
.entity-list-chart-item-v2.active {
  background-color: #eef0fb;
}
.entity-list-chart-item-v2.active .column-secondary .col-rank-section {
  border-color: #A0AEB4;
}
.entity-list-chart-item-v2.active .column-secondary .col-rank-section.not-available {
  border-color: #e8eced;
}
.entity-list-chart-item-v2.active .col-rank-section.active {
  background-color: #eef0fb;
  /*&:before {
					background-color: @indigo-2;
					bottom: -30px;
					border-bottom: solid 17px @indigo-1;
				}*/
}
.entity-list-chart-item-v2.active .col-rank-section .rank.active {
  background-color: #eef0fb;
}
.entity-list-chart-item-v2.social-media .entity figure {
  width: 64px;
  height: 64px;
}
.entity-list-chart-item-v2.social-media .column-secondary .col-rank-section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.entity-list-chart-item-v2.social-media .column-secondary .col-rank-section .rank {
  width: 70px;
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.social-media .col-rank-section.active:last-child .rank:first-child:after {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.social-media .col-rank-section.active:last-child .rank:last-child:after {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.social-media .col-rank-section.active:last-child .rank:first-child:nth-last-child(1):after {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.social-media .col-rank-section.active .rank:first-child:after,
  .entity-list-chart-item-v2.social-media .col-rank-section.active .rank:last-child:after {
    top: -44px;
    bottom: -16px;
  }
}
.entity-list-chart-item-v2.has-states {
  /*.col-entity {

			@media @bp_1024 {
				width: 150px;
			}

			@media @bp_1100 {
				width: 200px;
			}

			@media @bp_1200 {
				width: 200px;
			}

			@media @bp_1300 {
				width: 300px;
			}

			@media @bp_1400 {
				width: 350px;
			}
		}*/
}
.entity-list-chart-item-v2.has-states.active .column-secondary:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(238, 240, 251, 0)), color-stop(70%, #eef0fb));
  background: linear-gradient(90deg, rgba(238, 240, 251, 0) 0%, #eef0fb 70%);
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.has-states .column-primary {
    min-width: 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1099px) {
  .entity-list-chart-item-v2.has-states .column-primary {
    min-width: 310px;
    max-width: 310px;
  }
}
@media only screen and (min-width: 1199px) {
  .entity-list-chart-item-v2.has-states .column-primary {
    min-width: 410px;
    max-width: 410px;
  }
}
@media only screen and (min-width: 1299px) {
  .entity-list-chart-item-v2.has-states .column-primary {
    min-width: 450px;
    max-width: 450px;
  }
}
@media only screen and (min-width: 1399px) {
  .entity-list-chart-item-v2.has-states .column-primary {
    min-width: 500px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1499px) {
  .entity-list-chart-item-v2.has-states .column-primary {
    min-width: 560px;
    max-width: 560px;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.has-states .column-secondary {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2.has-states .column-secondary {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.entity-list-chart-item-v2.has-states .column-secondary.inactive:before {
  content: none;
}
.entity-list-chart-item-v2.has-states .column-secondary.inactive .col-rank-section {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #707580;
  padding: 12px 24px;
}
.entity-list-chart-item-v2.has-states .column-secondary.inactive .col-rank-section:after {
  content: none;
}
.entity-list-chart-item-v2.has-states .column-secondary:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, #ffffff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
  z-index: 1;
}
.entity-list-chart-item-v2.has-states .column-secondary .col-rank-section:not(.p1) {
  display: none;
}
.entity-list-chart-item-v2.empty {
  pointer-events: none;
  cursor: default;
}
.entity-list-chart-item-v2.empty .col-rank .empty-value {
  height: 18px;
}
.entity-list-chart-item-v2.empty .empty-value {
  background-color: #f5f5f5;
  display: block;
  height: 16px;
}
.entity-list-chart-item-v2.empty .empty-value-inline {
  background-color: #f5f5f5;
  display: inline-block;
  height: 16px;
  width: 60%;
}
.entity-list-chart-item-v2.empty .entity h3 {
  color: #f5f5f5;
}
.entity-list-chart-item-v2.empty .entity figure {
  background: #f5f5f5 !important;
  border-color: #f5f5f5;
}
.entity-list-chart-item-v2.empty .entity article {
  width: 100%;
}
.entity-list-chart-item-v2.empty .entity .stats {
  width: 100%;
}
.entity-list-chart-item-v2.rounded {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e8eced;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.rounded {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
.entity-list-chart-item-v2.rounded:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2.rounded:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  }
}
.entity-list-chart-item-v2.rounded:hover .entity h3 {
  color: #6889e2;
}
.entity-list-chart-item-v2.rounded .entity h3 {
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}
.entity-list-chart-item-v2.not-clickable {
  pointer-events: none;
  cursor: default;
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.entity-list-chart-item-v2.not-clickable .actions {
  pointer-events: all;
  cursor: pointer;
}
.entity-list-chart-item-v2.not-clickable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.entity-list-chart-item-v2.not-hoverable {
  -webkit-transition: none 0.2s ease-in-out;
  transition: none 0.2s ease-in-out;
  cursor: auto;
}
.entity-list-chart-item-v2.not-hoverable:hover {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.entity-list-chart-item-v2.not-hoverable:hover .entity h3 {
  color: #000000;
}
.entity-list-chart-item-v2 .column-primary {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2 .column-primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.entity-list-chart-item-v2 .column-secondary {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 .column-secondary {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: -8px 0;
  }
}
.entity-list-chart-item-v2 .col {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entity-list-chart-item-v2 .col-rank {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2 .col-rank {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.entity-list-chart-item-v2 .col-rank strong {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  display: block;
  font-weight: 400;
  padding-top: 2px;
}
.entity-list-chart-item-v2 .col-rank .value-change {
  margin-top: 5px;
  margin-left: 12px;
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2 .col-rank .value-change {
    margin-left: 0;
  }
}
.entity-list-chart-item-v2 .col-entity {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.entity-list-chart-item-v2 .primary-stats.active .rank-points {
  background-color: #f8f9fd;
}
.entity-list-chart-item-v2 .primary-stats.active .rank-points strong {
  color: #000000;
  font-weight: 600;
}
.entity-list-chart-item-v2 .primary-stats .rank strong {
  color: #000000;
}
.entity-list-chart-item-v2 .secondary-stats .rank {
  color: #707580;
}
.entity-list-chart-item-v2 .secondary-stats .rank strong {
  color: #000000;
}
.entity-list-chart-item-v2 .rank-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entity-list-chart-item-v2 .rank-number {
  margin-right: 8px;
  white-space: nowrap;
}
.entity-list-chart-item-v2 .rank-points {
  border-radius: 2px;
  font-size: 10px;
  font-size: 1rem;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: #707580;
  position: relative;
  margin-left: 12px;
  padding: 0 6px;
}
.entity-list-chart-item-v2 .rank-points:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #707580;
  left: -12px;
  top: 50%;
  margin-top: -2px;
}
.entity-list-chart-item-v2 .rank-points strong {
  color: #000000;
  font-weight: 400;
  margin-left: 4px;
  display: inline-block;
}
.entity-list-chart-item-v2 .col-rank-section {
  border-left: 1px solid #efefef;
  padding: 36px 8px 8px 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  background-position: left 8px top;
  width: 50%;
  min-width: 50%;
  margin-top: 16px;
  background-size: 16px;
  position: relative;
}
.entity-list-chart-item-v2 .col-rank-section:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 12px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 1;
}
@media only screen and (min-width: 360px) {
  .entity-list-chart-item-v2 .col-rank-section {
    width: 33.33%;
    min-width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2 .col-rank-section {
    width: auto;
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 .col-rank-section {
    margin-top: 0;
    width: 80px;
    min-width: 80px;
  }
}
@media only screen and (min-width: 1279px) {
  .entity-list-chart-item-v2 .col-rank-section {
    width: 90px;
    min-width: 90px;
    background-position: left 15px top;
  }
}
@media only screen and (min-width: 1399px) {
  .entity-list-chart-item-v2 .col-rank-section {
    width: 100px;
    min-width: 100px;
  }
}
.entity-list-chart-item-v2 .col-rank-section.active {
  position: relative;
  background-color: #f8f9fd;
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 .col-rank-section.active:last-child .rank:first-child:after {
    border-radius: 0 8px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 .col-rank-section.active:last-child .rank:last-child:after {
    border-radius: 0 0 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 .col-rank-section.active:last-child .rank:first-child:nth-last-child(1):after {
    border-radius: 0 8px 8px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 .col-rank-section.active:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    top: -13px;
    left: -1px;
    right: 0;
    bottom: -21px;
    z-index: 0;
    border-left: 1px solid #000000;
  }
}
.entity-list-chart-item-v2 .col-rank-section.active .rank {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 .col-rank-section.active .rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 .col-rank-section.active .rank:first-child:after {
    top: -44px;
    bottom: -16px;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 .col-rank-section.active .rank:last-child:after {
    top: -8px;
    bottom: -16px;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 .col-rank-section.active .rank:first-child:nth-last-child(1):after {
    top: -44px;
    bottom: -16px;
  }
}
@media only screen and (min-width: 1024px) {
  .entity-list-chart-item-v2 .col-rank-section.active .rank:after {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    background-color: #f8f9fd;
    z-index: -1;
  }
}
.entity-list-chart-item-v2 .col-rank-section.not-available {
  border-color: #e8eced;
}
.entity-list-chart-item-v2 .col-rank-section.not-available .rank {
  color: #d5dde0;
}
.entity-list-chart-item-v2 .col-rank-section.not-available .rank strong {
  font-size: 12px;
  font-size: 1.2rem;
  color: #d5dde0;
}
.entity-list-chart-item-v2 .col-rank-section.empty:after {
  background: #f5f5f5;
}
.entity-list-chart-item-v2 .col-rank-section.viberate:after {
  background-image: url('../images/svg/viberate-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section.instagram:after {
  background-image: url('../images/svg/instagram-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section.twitter:after {
  background-image: url('../images/svg/twitter-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section.youtube:after {
  background-image: url('../images/svg/youtube-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section.airplay:after {
  background-image: url('../images/svg/airplay-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section.shazam:after {
  background-image: url('../images/svg/shazam-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section.soundcloud:after {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section.social-media:after {
  background-image: url('../images/svg/social-media-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section.spotify:after {
  background-image: url('../images/svg/spotify-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section.deezer:after {
  background-image: url('../images/svg/deezer-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section.beatport:after {
  background-image: url('../images/svg/beatport-circle.svg');
}
.entity-list-chart-item-v2 .col-rank-section.tiktok:after {
  background-image: url('../images/svg/tiktok-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section.facebook:after {
  background-image: url('../images/svg/facebook-color.svg');
}
.entity-list-chart-item-v2 .col-rank-section .rank {
  position: relative;
}
.entity-list-chart-item-v2 .col-rank-section .rank.active strong {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
.entity-list-chart-item-v2 .col-rank-section .rank.active:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 2px;
  margin-top: 1px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000000;
}
.entity-list-chart-item-v2 .col-rank-section .rank strong,
.entity-list-chart-item-v2 .col-rank-section .rank span,
.entity-list-chart-item-v2 .col-rank-section .rank small {
  display: block;
  line-height: 16px;
}
.entity-list-chart-item-v2 .col-rank-section .rank strong.clamp-lines-1,
.entity-list-chart-item-v2 .col-rank-section .rank span.clamp-lines-1,
.entity-list-chart-item-v2 .col-rank-section .rank small.clamp-lines-1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.entity-list-chart-item-v2 .col-rank-section .rank strong.clamp-lines-2,
.entity-list-chart-item-v2 .col-rank-section .rank span.clamp-lines-2,
.entity-list-chart-item-v2 .col-rank-section .rank small.clamp-lines-2 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.entity-list-chart-item-v2 .rank {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #707580;
  letter-spacing: 0;
}
.entity-list-chart-item-v2 .rank.channel img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.entity-list-chart-item-v2 .rank.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entity-list-chart-item-v2 .rank.country img {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: auto;
  margin-right: 4px;
  border: 1px solid #e8eced;
}
.entity-list-chart-item-v2 .rank.country em {
  font-style: normal;
}
.entity-list-chart-item-v2 .rank.country strong {
  margin-right: 4px;
}
.entity-list-chart-item-v2 .rank.active {
  background-color: #f8f9fd;
}
.entity-list-chart-item-v2 .rank.active:before {
  left: -8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
}
.entity-list-chart-item-v2 .rank.active strong {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
.entity-list-chart-item-v2 .rank strong,
.entity-list-chart-item-v2 .rank span {
  vertical-align: middle;
  display: inline;
}
.entity-list-chart-item-v2 .rank strong {
  font-weight: 400;
  color: #000000;
  height: auto;
}
.entity-list-chart-item-v2 .rank .rank-points strong {
  font-weight: 600;
  color: #000000;
}
.entity-list-chart-item-v2 .rank span {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding-top: 2px;
}
.entity-list-chart-item-v2 .rank img {
  vertical-align: top;
  margin-right: 3px;
}
.entity-list-chart-item-v2 .entity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .entity-list-chart-item-v2 .entity {
    margin-top: 0;
  }
}
.entity-list-chart-item-v2 .entity.artist figure {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entity-list-chart-item-v2 .entity.artist figure .btn-play-track {
  margin: 0;
}
.entity-list-chart-item-v2 .entity.artist .mini-badges {
  position: static;
  margin-bottom: -8px;
  left: auto;
  right: auto;
}
.entity-list-chart-item-v2 .entity.artist h3 .mini-badges {
  margin-bottom: 0;
}
.entity-list-chart-item-v2 .entity .btn-play-track {
  margin-left: 16px;
}
.entity-list-chart-item-v2 .entity figure {
  border: 1px solid #e8eced;
  width: 114px;
  height: 114px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entity-list-chart-item-v2 .entity figure .mini-badges {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  position: absolute;
  z-index: 1;
  bottom: -8px;
  right: 8px;
  height: 26px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.entity-list-chart-item-v2 .entity figure .mini-badges .mini-badge {
  margin: 0 2px;
}
.entity-list-chart-item-v2 .entity figure .mini-badges .mini-badge:first-child {
  margin-left: 0;
}
.entity-list-chart-item-v2 .entity figure .mini-badges .mini-badge:last-child {
  margin-right: 0;
}
.entity-list-chart-item-v2 .entity figure .mini-badges .claimed-icon {
  margin: 0;
}
.entity-list-chart-item-v2 .entity figure .mini-badges .claimed-icon + .mini-badge {
  margin-left: 8px;
}
.entity-list-chart-item-v2 .entity figure .btn-play-strack {
  margin: 0;
}
.entity-list-chart-item-v2 .entity .loader-element + article {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entity-list-chart-item-v2 .entity article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 2px;
}
.entity-list-chart-item-v2 .entity a {
  color: inherit;
}
.entity-list-chart-item-v2 .entity h3 {
  font-size: 15px;
  font-size: 1.5rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 18px;
  font-weight: 500;
  word-break: break-word;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entity-list-chart-item-v2 .entity h3 a {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.entity-list-chart-item-v2 .entity h3 .mini-badges {
  padding-right: 12px;
}
.entity-list-chart-item-v2 .entity .rank {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.entity-list-chart-item-v2 .entity .rank.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entity-list-chart-item-v2 .entity .rank.country img {
  margin-right: 8px;
}
.entity-list-chart-item-v2 .entity .rank.country em {
  padding-right: 4px;
}
.entity-list-chart-item-v2 .entity .rank img {
  vertical-align: middle;
}
.entity-list-chart-item-v2 .entity .rank strong {
  vertical-align: unset;
}
.entity-list-chart-item-v2 .entity .rank em {
  font-style: normal;
}
.entity-list-chart-item-v2 .entity .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 4px;
}
.entity-list-chart-item-v2 .entity .artists {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  line-height: 1;
}
.entity-list-chart-item-v2 .country > .flag {
  margin-bottom: 1px;
  border: 1px solid #e8eced;
}
/*****---------- 5.4 Other ----------*****/
.switch-to-desktop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .switch-to-desktop {
    display: none;
  }
}
.switch-to-desktop .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.switch-to-desktop .logo img {
  height: 50px;
  width: 180px;
  max-width: none;
}
.switch-to-desktop article {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 74px 16px 24px 16px;
  text-align: center;
}
.switch-to-desktop h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
}
.switch-to-desktop figure {
  margin: 0 -16px;
}
.switch-to-desktop .actions {
  position: fixed;
  bottom: 80px;
  left: 16px;
  right: 16px;
}
.switch-to-desktop .actions .button {
  width: 100%;
}
.media-player-toolbar {
  -webkit-transition: transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1F1F1F;
  color: #ffffff;
  height: 50px;
}
.media-player-toolbar .progress-bar {
  position: absolute;
  left: 0;
  top: -4px;
  right: 0;
  height: 4px;
  cursor: pointer;
  z-index: 2;
  background-color: #494C52;
}
.media-player-toolbar .progress-bar:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -2px;
  left: 0;
}
.media-player-toolbar .progress-bar-current {
  background-color: #ff1e43;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.media-player-toolbar .artist-photo {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.media-player-toolbar .media-info {
  height: 50px;
  position: absolute;
  left: 50px;
  top: 0;
  line-height: 50px;
  right: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .media-player-toolbar .media-info {
    right: 180px;
    left: 60px;
    padding-left: 60px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .media-player-toolbar .media-info {
    right: calc(50% + 50px);
    padding-left: 90px;
  }
}
.media-player-toolbar .media-info time {
  height: 50px;
  display: inline-block;
  width: 40px;
  font-family: 'suisseIntMono', sans-serif;
}
.media-player-toolbar .media-info h4 {
  height: 50px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
}
.media-player-toolbar .media-info h4 span {
  color: #707580;
}
.media-player-toolbar .media-info h4 a {
  color: #ffffff;
}
.media-player-toolbar .media-type {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  font-size: 0px;
  font-size: 0rem;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0px;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .media-player-toolbar .media-type {
    display: block;
  }
}
@media only screen and (min-width: 1199px) {
  .media-player-toolbar .media-type {
    left: 30px;
    display: block;
  }
}
.media-player-toolbar .media-type.youtube {
  background-size: 24px;
  background-image: url('../images/svg/youtube-white.svg');
}
.media-player-toolbar .media-type.spotify {
  background-size: 20px;
  background-image: url('../images/svg/spotify-white.svg');
}
.media-player-toolbar .media-type.deezer {
  background-size: 24px;
  background-image: url('../images/svg/deezer-white.svg');
}
.media-player-toolbar .media-type.beatport {
  background-size: 24px;
  background-image: url('../images/svg/beatport-white.svg');
}
.media-player-toolbar .media-type:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.media-player-toolbar .basic-controls {
  position: absolute;
  right: 0;
  top: 50%;
  right: 25px;
  margin-top: -10px;
  width: 100px;
  margin-left: -45px;
}
@media only screen and (min-width: 768px) {
  .media-player-toolbar .basic-controls {
    right: 90px;
  }
}
@media only screen and (min-width: 1199px) {
  .media-player-toolbar .basic-controls {
    left: 50%;
    right: auto;
  }
}
.media-player-toolbar .basic-controls .btn-player-controls {
  margin: 0 5px;
}
.media-player-toolbar .extra-controls {
  display: none;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -10px;
}
@media only screen and (min-width: 768px) {
  .media-player-toolbar .extra-controls {
    display: block;
  }
}
.media-player-toolbar .btn-media-player-close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.media-player {
  -webkit-transition: transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform: translate(0, 60px);
  transform: translate(0, 60px);
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1F1F1F;
  color: #ffffff;
  height: 50px;
}
.media-player .progress-bar {
  position: absolute;
  left: 0;
  top: -4px;
  right: 0;
  height: 4px;
  cursor: pointer;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.35);
}
.media-player .progress-bar:before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -2px;
  left: 0;
}
.media-player .progress-bar-current {
  background-color: #ff1e43;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.media-player .artist-photo {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.media-player .media-info {
  height: 50px;
  position: absolute;
  left: 50px;
  top: 0;
  line-height: 50px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .media-player .media-info {
    right: 180px;
    left: 60px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1199px) {
  .media-player .media-info {
    right: calc(50% + 50px);
    padding-left: 90px;
  }
}
.media-player .media-info time {
  height: 50px;
  display: inline-block;
  width: 40px;
  font-family: 'suisseIntMono', sans-serif;
}
.media-player .media-info h4 {
  height: 50px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
}
.media-player .media-info h4 span {
  color: #707580;
}
.media-player .media-info h4 a {
  color: #ffffff;
}
.media-player .media-type {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  font-size: 0px;
  font-size: 0rem;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0px;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .media-player .media-type {
    display: block;
  }
}
@media only screen and (min-width: 1199px) {
  .media-player .media-type {
    left: 30px;
    display: block;
  }
}
.media-player .media-type.youtube {
  background-size: 24px;
  background-image: url('../images/svg/youtube-white.svg');
}
.media-player .media-type.spotify {
  background-size: 20px;
  background-image: url('../images/svg/spotify-white.svg');
}
.media-player .media-type.deezer {
  background-size: 24px;
  background-image: url('../images/svg/deezer-white.svg');
}
.media-player .media-type.beatport {
  background-size: 24px;
  background-image: url('../images/svg/beatport-white.svg');
}
.media-player .media-type:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.media-player .basic-controls {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 100px;
  margin-left: -45px;
}
@media only screen and (min-width: 768px) {
  .media-player .basic-controls {
    right: 90px;
  }
}
@media only screen and (min-width: 1199px) {
  .media-player .basic-controls {
    left: 50%;
    right: auto;
  }
}
.media-player .basic-controls .btn-player-controls {
  margin: 0 5px;
}
.media-player .extra-controls {
  display: none;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -10px;
}
@media only screen and (min-width: 768px) {
  .media-player .extra-controls {
    display: block;
  }
}
.video-player {
  width: 150px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .video-player {
    width: 300px;
  }
}
@media only screen and (min-width: 1199px) {
  .video-player {
    width: 400px;
  }
}
.video-player .media-container {
  position: relative;
}
.video-player.fixed {
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding: 8px;
}
.video-player.fixed .btn-close {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  background-color: #ffffff;
  top: -32px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url('../images/svg/close-grey.svg');
  background-size: 10px;
}
.video-player .btn-close {
  display: none;
}
.video-player-overlay {
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-size: 0px;
  font-size: 0rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  background-image: url('../images/svg/play-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 2;
}
.video-player-overlay:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.video-player-overlay.active {
  background-image: url('../images/svg/pause-white.svg');
  background-size: 10px;
}
.entity-badge {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
.tooltip-wrapper {
  *zoom: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.tooltip-wrapper:before {
  content: " ";
  display: table;
}
.tooltip-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.tooltip-wrapper:hover > .btn-add {
  background-size: 16px;
}
.tooltip-wrapper:hover > .btn-add-special:after {
  background-size: 16px;
}
.tooltip-wrapper:hover .tooltip {
  display: block;
}
.tooltip {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 500;
  background-color: #000000;
  color: #ffffff;
  padding: 25px 30px;
  position: absolute;
  display: none;
  text-align: left;
  z-index: 2;
  width: 300px;
  top: 100%;
  left: 0;
  margin-top: 4px;
}
.tooltip:before {
  content: "";
  height: 4px;
  width: 100%;
  display: block;
  margin-top: -4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.tooltip.rb {
  top: 100%;
  right: 0;
  left: auto;
}
.tooltip h3 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.tooltip .btn {
  margin-top: 30px;
}
.tooltip .btn-shadow {
  background-color: #000000;
  color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: 3px 3px 0 #ffffff;
  box-shadow: 3px 3px 0 #ffffff;
  width: 100%;
}
.tooltip .btn-shadow:hover {
  background-color: #ffffff;
  color: #000000;
}
.tooltip .stats-sheet {
  padding-bottom: 20px;
}
.tooltip .stats-sheet h5 {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.tooltip .graph-line {
  background-color: #333;
}
.tooltip .graph-line .line {
  font-size: 0px;
  font-size: 0rem;
  background-color: #ffffff;
}
.social-icon {
  font-size: 0px;
  font-size: 0rem;
  height: 16px;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 16px;
  /*
	&.facebook {
		width: 10px;
		background-size: 10px;
		background-image: url('../images/svg/facebook.svg');
	}

	&.twitter {
		background-size: 22px;
		width: 22px;
		background-image: url('../images/svg/twitter.svg');
	}

	&.instagram {
		background-size: 19px;
		width: 19px;
		background-image: url('../images/svg/instagram.svg');
	}

	&.soundcloud {
		background-size: 36px;
		width: 36px;
		background-image: url('../images/svg/soundcloud.svg');
	}

	&.songkick {
		background-size: 18px;
		width: 18px;
		background-image: url('../images/svg/songkick.svg');
	}

	&.spotify {
		background-size: 19px;
		width: 19px;
		background-image: url('../images/svg/spotify.svg');
	}

	&.youtube {
		background-size: 24px;
		width: 24px;
		background-image: url('../images/svg/youtube.svg');
	}

	&.beatport {
		background-size: 26px;
		width: 26px;
		background-image: url('../images/svg/beatport.svg');
	}

	&.linkedin {
		background-size: 22px;
		width: 22px;
		background-image: url('../images/svg/linkedin.svg');
	}

	&.mixcloud {
		background-size: 30px;
		width: 30px;
		background-image: url('../images/svg/mixcloud.svg');
	}

	&.gigatools {
		width: 19px;
		background-size: 19px;
		background-image: url('../images/svg/gigatools.svg');
	}

	&.eventbrite {
		width: 20px;
		background-size: 18px;
		background-image: url('../images/svg/eventbrite.svg');
	}

	&.skiddle {
		width: 20px;
		background-size: 18px;
		background-image: url('../images/svg/skiddle.svg');
	}

	&.ticketmaster {
		width: 28px;
		background-size: 28px;
		background-image: url('../images/svg/ticketmaster.svg');
	}

	&.tumblr {
		width: 20px;
		background-size: 10px;
		background-image: url('../images/svg/tumblr.svg');
	}

	&.google_plus {
		width: 25px;
		background-size: 25px;
		background-image: url('../images/svg/google-plus.svg');
	}

	&.google_play_music {
		width: 17px;
		background-size: 17px;
		background-image: url('../images/svg/google-play-music.svg');
	}

	&.bandsintown {
		width: 16px;
		background-size: 16px;
		background-image: url('../images/svg/bandsintown.svg');
	}

	&.itunes {
		background-size: 19px;
		width: 19px;
		background-image: url('../images/svg/itunes.svg');
	}

	&.shazam {
		background-size: 21px;
		width: 21px;
		background-image: url('../images/svg/shazam.svg');
	}

	&.deezer {
		background-size: 23px;
		width: 23px;
		background-image: url('../images/svg/deezer.svg');
	}

	&.medium {
		width: 20px;
		background-image: url('../images/svg/medium.svg');
	}

	&.telegram {
		width: 19px;
		background-size: 19px;
		background-image: url('../images/svg/telegram.svg');
	}

	&.home_page {
		width: 22px;
		background-image: url('../images/svg/homepage.svg');
		background-size: 22px;
	}

	&.tidal {
		width: 24px;
		background-size: 24px;
		background-image: url('../images/svg/tidal.svg');
	}

	&.napster {
		width: 20px;
		background-image: url('../images/svg/napster.svg');
	}

	&.amazon_music {
		width: 18px;
		background-size: 18px;
		background-image: url('../images/svg/amazon-music.svg');
	}

	&.bandcamp {
		width: 25px;
		background-size: 25px;
		background-image: url('../images/svg/bandcamp.svg');
	}
	*/
}
.social-icon.facebook {
  background-image: url('../images/svg/icon-link-facebook-black.svg');
}
.social-icon.facebook:hover {
  background-image: url('../images/svg/icon-link-facebook-color.svg');
}
.social-icon.twitter {
  background-image: url('../images/svg/icon-link-twitter-black.svg');
}
.social-icon.twitter:hover {
  background-image: url('../images/svg/icon-link-twitter-color.svg');
}
.social-icon.instagram {
  background-image: url('../images/svg/icon-link-instagram-black.svg');
}
.social-icon.instagram:hover {
  background-image: url('../images/svg/icon-link-instagram-color.svg');
}
.social-icon.soundcloud {
  background-image: url('../images/svg/icon-link-soundcloud-black.svg');
}
.social-icon.soundcloud:hover {
  background-image: url('../images/svg/icon-link-soundcloud-color.svg');
}
.social-icon.songkick {
  background-image: url('../images/svg/icon-link-songkick-black.svg');
}
.social-icon.songkick:hover {
  background-image: url('../images/svg/icon-link-songkick-color.svg');
}
.social-icon.spotify {
  background-image: url('../images/svg/icon-link-spotify-black.svg');
}
.social-icon.spotify:hover {
  background-image: url('../images/svg/icon-link-spotify-color.svg');
}
.social-icon.youtube {
  background-image: url('../images/svg/icon-link-youtube-black.svg');
}
.social-icon.youtube:hover {
  background-image: url('../images/svg/icon-link-youtube-color.svg');
}
.social-icon.youtube_vevo {
  background-image: url('../images/svg/icon-link-vevo-black.svg');
}
.social-icon.youtube_vevo:hover {
  background-image: url('../images/svg/icon-link-vevo-color.svg');
}
.social-icon.beatport {
  background-image: url('../images/svg/icon-link-beatport-black.svg');
}
.social-icon.beatport:hover {
  background-image: url('../images/svg/icon-link-beatport-color.svg');
}
.social-icon.linkedin {
  background-image: url('../images/svg/icon-link-linkedin-black.svg');
}
.social-icon.linkedin:hover {
  background-image: url('../images/svg/icon-link-linkedin-color.svg');
}
.social-icon.mixcloud {
  background-image: url('../images/svg/icon-link-mixcloud-black.svg');
}
.social-icon.mixcloud:hover {
  background-image: url('../images/svg/icon-link-mixcloud-color.svg');
}
.social-icon.gigatools {
  background-image: url('../images/svg/icon-link-gigatools-black.svg');
}
.social-icon.gigatools:hover {
  background-image: url('../images/svg/icon-link-gigatools-color.svg');
}
.social-icon.eventbrite {
  background-image: url('../images/svg/icon-link-eventbrite-black.svg');
}
.social-icon.eventbrite:hover {
  background-image: url('../images/svg/icon-link-eventbrite-color.svg');
}
.social-icon.skiddle {
  background-image: url('../images/svg/icon-link-skiddle-black.svg');
}
.social-icon.skiddle:hover {
  background-image: url('../images/svg/icon-link-skiddle-color.svg');
}
.social-icon.ticketmaster {
  background-image: url('../images/svg/icon-link-ticketmaster-black.svg');
}
.social-icon.ticketmaster:hover {
  background-image: url('../images/svg/icon-link-ticketmaster-color.svg');
}
.social-icon.tiktok {
  background-image: url('../images/svg/icon-link-tiktok-black.svg');
}
.social-icon.tiktok:hover {
  background-image: url('../images/svg/icon-link-tiktok-color.svg');
}
.social-icon.tumblr {
  background-image: url('../images/svg/icon-link-tumblr-black.svg');
}
.social-icon.tumblr:hover {
  background-image: url('../images/svg/icon-link-tumblr-color.svg');
}
.social-icon.google_plus {
  width: 25px;
  background-size: 25px;
  background-image: url('../images/svg/google-plus.svg');
}
.social-icon.google_play_music {
  background-image: url('../images/svg/icon-link-googleplaymusic-black.svg');
}
.social-icon.google_play_music:hover {
  background-image: url('../images/svg/icon-link-googleplaymusic-color.svg');
}
.social-icon.bandsintown {
  background-image: url('../images/svg/icon-link-bandsintown-black.svg');
}
.social-icon.bandsintown:hover {
  background-image: url('../images/svg/icon-link-bandsintown-color.svg');
}
.social-icon.itunes {
  background-image: url('../images/svg/icon-link-itunes-black.svg');
}
.social-icon.itunes:hover {
  background-image: url('../images/svg/icon-link-itunes-color.svg');
}
.social-icon.shazam {
  background-image: url('../images/svg/icon-link-shazam-black.svg');
}
.social-icon.shazam:hover {
  background-image: url('../images/svg/icon-link-shazam-color.svg');
}
.social-icon.deezer {
  background-image: url('../images/svg/icon-link-deezer-black.svg');
}
.social-icon.deezer:hover {
  background-image: url('../images/svg/icon-link-deezer-color.svg');
}
.social-icon.medium {
  width: 20px;
  background-image: url('../images/svg/medium.svg');
}
.social-icon.telegram {
  width: 19px;
  background-size: 19px;
  background-image: url('../images/svg/telegram.svg');
}
.social-icon.home_page {
  background-image: url('../images/svg/icon-link-homepage-black.svg');
}
.social-icon.home_page:hover {
  background-image: url('../images/svg/icon-link-homepage-color.svg');
}
.social-icon.tidal {
  background-image: url('../images/svg/icon-link-tidal-black.svg');
}
.social-icon.tidal:hover {
  background-image: url('../images/svg/icon-link-tidal-color.svg');
}
.social-icon.napster {
  background-image: url('../images/svg/icon-link-napster-black.svg');
}
.social-icon.napster:hover {
  background-image: url('../images/svg/icon-link-napster-color.svg');
}
.social-icon.amazon_music {
  background-image: url('../images/svg/icon-link-amazonmusic-black.svg');
}
.social-icon.amazon_music:hover {
  background-image: url('../images/svg/icon-link-amazonmusic-color.svg');
}
.social-icon.bandcamp {
  background-image: url('../images/svg/icon-link-bandcamp-black.svg');
}
.social-icon.bandcamp:hover {
  background-image: url('../images/svg/icon-link-bandcamp-color.svg');
}
.social-icon.eventim {
  background-image: url('../images/svg/icon-link-eventim-black.svg');
}
.social-icon.eventim:hover {
  background-image: url('../images/svg/icon-link-eventim-color.svg');
}
.badge {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  font-size: 0rem;
  width: 36px;
  height: 36px;
  background-image: url('../images/svg/trophy-white.svg');
  background-position: center;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: #ff1e43;
  display: inline-block;
  padding: 12px 10px;
  line-height: 1;
}
.badge:not(.long):hover {
  background-size: 16px;
}
.badge.long {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  padding: 12px 10px 12px 45px;
  background-position: left 8px center;
  font-family: 'suisseIntMono', sans-serif;
  background-size: 20px;
}
.badge.long:before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ffffff;
}
.badge.small {
  width: 16px;
  height: 16px;
  background-size: 10px;
  padding: 0;
}
.badge.small:hover {
  background-size: 10px;
}
.swiper-main {
  position: relative;
  margin: 0 -16px;
}
@media only screen and (min-width: 480px) {
  .swiper-main {
    margin: 0 -16px;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-main {
    margin: 0 -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper-main {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-main.mobile-only {
    display: none;
  }
}
.swiper-main .swiper-container {
  padding: 0 16px;
}
@media only screen and (min-width: 480px) {
  .swiper-main .swiper-container {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-main .swiper-container {
    padding: 0 40px 60px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper-main .swiper-container {
    padding: 0 0 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-main .swiper-button-prev {
    right: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper-main .swiper-button-prev {
    right: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-main .swiper-button-next {
    right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper-main .swiper-button-next {
    right: 0;
  }
}
.range-filter {
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1;
  max-width: 300px;
  margin-top: 40px;
  min-width: 198px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.range-filter.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.range-filter.horizontal label {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  margin-top: -2px;
  text-align: left;
  margin-bottom: 12px;
  display: block;
}
.range-filter.horizontal .rangeslider-horizontal {
  min-width: 198px;
}
.range-filter.black {
  color: #000000;
}
.range-filter.black .range-slider-value {
  color: #000000;
}
.range-filter.black .btn-range-slider {
  color: #000000;
}
.range-filter.black .rangeslider .rangeslider__handle {
  background: #000000;
}
.range-filter.black .rangeslider-horizontal {
  background-color: #000000;
}
.range-filter.black .rangeslider-horizontal .rangeslider__handle {
  background-color: #000000;
}
.range-filter.v2 .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.range-filter.v2 .buttons:before,
.range-filter.v2 .buttons:after {
  content: none;
}
.range-filter.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}
.range-filter label {
  display: block;
  line-height: 20px;
  margin-bottom: 12px;
}
.range-filter .range-slider-value {
  font-size: 8px;
  font-size: 0.8rem;
  color: #ffffff;
  float: left;
  letter-spacing: 0.5px;
  line-height: 1;
}
.range-filter .range-slider-value.active {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
}
.range-filter .range-slider-value.active .btn-range-slider {
  font-size: 10px;
  font-size: 1rem;
}
.range-filter .btn-range-slider {
  font-size: 8px;
  font-size: 0.8rem;
  font-family: 'suisseInt', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  float: right;
}
.range-filter .buttons {
  *zoom: 1;
  padding-bottom: 12px;
  margin-top: 10px;
}
.range-filter .buttons:before {
  content: " ";
  display: table;
}
.range-filter .buttons:after {
  content: " ";
  display: table;
  clear: both;
}
.registration-form {
  display: block;
}
.registration-form.teaser .modal-content {
  background-color: #EFEFEF;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .registration-form.teaser .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .registration-form.teaser .modal-aside h2 {
    line-height: 86px;
  }
}
@media only screen and (min-width: 768px) {
  .registration-form.teaser .modal-aside .aside-page {
    padding: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .registration-form.teaser .modal-aside .aside-page {
    padding: 0px 40px 60px 60px;
  }
}
.registration-form.teaser .modal-aside p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  padding-top: 10px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .registration-form.teaser .modal-aside p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }
}
.registration-form.teaser .modal-main .modal-scroller {
  width: 100%;
}
.registration-form.teaser .modal-main .chapter.claim-1 .btn:not(.btn-save) {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .registration-form.teaser .modal-main .chapter.claim-3 > .page {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.registration-form.teaser .modal-main .chapter .btn-back {
  margin-top: 20px;
}
.registration-form.teaser .modal-main .chapter .btn-shadow {
  text-decoration: none;
  font-weight: 600;
}
.registration-form.teaser .modal-main .chapter .btn-shadow:active {
  color: #ffffff;
}
.registration-form.teaser .modal-main .chapter .btn-shadow.disabled {
  color: rgba(0, 0, 0, 0.55);
}
.registration-form.teaser .modal-main .chapter .btn-shadow.disabled:active {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .registration-form.teaser .modal-main .chapter > .page {
    width: 100%;
    min-height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1199px) {
  .registration-form.teaser .modal-main .chapter > .page {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1199px) {
  .registration-form.change-city .modal-aside {
    padding-top: 120px;
  }
}
@media only screen and (max-height: 700px) {
  .registration-form.change-city .modal-aside {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1199px) {
  .registration-form.change-city .chapter .form-article {
    padding-top: 120px;
  }
}
@media only screen and (max-height: 700px) {
  .registration-form.change-city .chapter .form-article {
    padding-top: 60px;
  }
}
.registration-form .reason {
  font-weight: 500;
}
.registration-form .loading:before {
  z-index: 15;
}
.registration-form .why-claim-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .registration-form .why-claim-icon {
    height: auto;
    width: auto;
    margin-bottom: 30px;
  }
}
.registration-form form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.registration-form .btn-close {
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.registration-form .logo {
  font-size: 0px;
  font-size: 0rem;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .registration-form .logo {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 1199px) {
  .registration-form .logo {
    width: 90px;
    height: 90px;
  }
}
.registration-form .logo img {
  width: 100%;
}
.registration-form .modal-content {
  background-color: #efefef;
  overflow-y: auto;
}
.registration-form .modal-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 40px 0 0 50%;
}
.registration-form .modal-scroller {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .registration-form .modal-scroller {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
  }
}
.registration-form .modal-aside {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
  color: #000000;
  z-index: 1;
  background-image: url(../images/gif/noise-animated-bright.gif);
  background-repeat: repeat;
  background-size: 400px;
  background-position: center center;
  padding: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .registration-form .modal-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .registration-form .modal-aside {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    display: block;
    padding: 100px 20px 0 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .registration-form .modal-aside {
    width: 50%;
    bottom: 0;
    right: auto;
  }
}
@media only screen and (max-height: 800px) {
  .registration-form .modal-aside {
    padding-top: 50px;
  }
}
.registration-form .modal-aside .aside-page {
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .registration-form .modal-aside .aside-page {
    padding: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .registration-form .modal-aside .aside-page {
    text-align: left;
    padding-top: 30px;
    max-width: 400px;
  }
}
.registration-form .modal-aside ul {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .registration-form .modal-aside ul {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    padding-bottom: 40px;
  }
}
.registration-form .modal-aside ul li {
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .registration-form .modal-aside ul li {
    padding: 8px 0;
  }
}
.registration-form .modal-aside h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .registration-form .modal-aside h2 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 90px;
  }
}
.registration-form .modal-aside h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .registration-form .modal-aside h3 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 49px;
    padding-bottom: 24px;
  }
}
.registration-form .modal-aside p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  padding-top: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .registration-form .modal-aside p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }
}
.registration-form .modal-aside h3 + p {
  max-width: 200px;
}
.registration-form .modal-main {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .registration-form .modal-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .registration-form .modal-main {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .registration-form .modal-aside + .modal-main {
    margin-left: 50%;
  }
}
.registration-form .chapter {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;
  clear: both;
  background-color: #EFEFEF;
}
.registration-form .chapter.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.registration-form .chapter.hidden {
  display: none;
}
.registration-form .chapter.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.registration-form .chapter.coming-soon .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.registration-form .chapter.coming-soon .form-article {
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .registration-form .chapter.coming-soon .form-article {
    padding: 0 70px;
  }
}
.registration-form .chapter.coming-soon .form-article h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 24px;
  text-align: left;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .registration-form .chapter.coming-soon .form-article h2 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 90px;
  }
}
.registration-form .chapter.coming-soon .form-article p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .registration-form .chapter.coming-soon .form-article p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    padding-bottom: 40px;
  }
}
.registration-form .chapter.claim-1,
.registration-form .chapter.claim-2,
.registration-form .chapter.claim-3,
.registration-form .chapter.claim-4,
.registration-form .chapter.claim-5 {
  background-color: #EFEFEF;
}
@media only screen and (min-width: 1024px) {
  .registration-form .chapter.claim-1 .form-article,
  .registration-form .chapter.claim-2 .form-article,
  .registration-form .chapter.claim-3 .form-article,
  .registration-form .chapter.claim-4 .form-article,
  .registration-form .chapter.claim-5 .form-article {
    padding-top: 140px;
  }
}
@media only screen and (max-height: 800px) {
  .registration-form .chapter.claim-1 .form-article,
  .registration-form .chapter.claim-2 .form-article,
  .registration-form .chapter.claim-3 .form-article,
  .registration-form .chapter.claim-4 .form-article,
  .registration-form .chapter.claim-5 .form-article {
    padding-top: 110px;
  }
}
.registration-form .chapter.claim-1 .card,
.registration-form .chapter.claim-2 .card {
  margin: 30px auto;
}
@media only screen and (min-width: 768px) {
  .registration-form .chapter.claim-1 .card,
  .registration-form .chapter.claim-2 .card {
    margin: 50px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .registration-form .chapter.claim-1 .card,
  .registration-form .chapter.claim-2 .card {
    margin: 60px auto;
  }
}
.registration-form .chapter.claim-1 .card span,
.registration-form .chapter.claim-2 .card span {
  text-align: left;
}
.registration-form .chapter.claim-2 .btn-shadow {
  margin-top: 12px;
  display: block;
  margin: 15px auto 0;
  clear: both;
  width: 185px;
}
.registration-form .chapter.claim-3 .btn-finish {
  width: 100%;
}
.registration-form .chapter.fullscreen {
  background-color: #EFEFEF;
}
.registration-form .chapter.fullscreen > .page {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.registration-form .chapter.fullscreen .form-article {
  width: auto;
  text-align: left;
  margin: 0;
  padding-top: 50px;
}
@media only screen and (min-width: 1024px) {
  .registration-form .chapter.fullscreen .form-article {
    max-width: 70%;
  }
}
.registration-form .chapter.fullscreen h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 24px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .registration-form .chapter.fullscreen h2 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 90px;
  }
}
.registration-form .chapter.fullscreen p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .registration-form .chapter.fullscreen p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    padding-bottom: 40px;
  }
}
.registration-form .chapter.register .page {
  /*&:not(.loading) {

					&:before {
						content: "This feature is not available on mobile version yet. Please visit our website from your computer.";
						text-align: center;
						display: block;
					}

					@media @bp_768 {
						
						&:before {
							content: none;
							display: none;
						}
					}
				}*/
}
@media only screen and (min-width: 768px) {
  .registration-form .chapter.register .form-article {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .registration-form .chapter > .page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .registration-form .chapter > .page {
    width: 100%;
    min-height: 100%;
    padding-top: 120px;
    padding-bottom: 60px;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1199px) {
  .registration-form .chapter > .page {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.registration-form .reset-password .form-article {
  width: auto;
  padding-bottom: 50px;
}
@media only screen and (min-width: 480px) {
  .registration-form .reset-password .form-article {
    width: 290px;
  }
}
@media only screen and (min-width: 1024px) {
  .registration-form .reset-password .form-article {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .registration-form .reset-password .form-article fieldset {
    padding-top: 50px;
  }
}
.registration-form .reset-password .form-row:last-child {
  *zoom: 1;
  text-align: center;
}
.registration-form .reset-password .form-row:last-child:before {
  content: " ";
  display: table;
}
.registration-form .reset-password .form-row:last-child:after {
  content: " ";
  display: table;
  clear: both;
}
.registration-form .reset-password .btn-back {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  margin-top: 20px;
  font-family: 'suisseInt', sans-serif;
  margin: 0 auto;
  font-weight: 500;
  display: inline-block;
}
.registration-form .reset-password .btn-reset-password {
  width: 100%;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .registration-form .reset-password .btn-reset-password {
    margin: 10px 0 40px 0;
  }
}
.registration-form .register .btn-submit-registration {
  margin-top: 10px;
}
.registration-form .register .form-row + .form-row {
  padding-top: 20px;
}
.registration-form .btn-submit-registration {
  margin-top: 20px;
  width: 100%;
}
.registration-form .form-article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 290px;
  margin: 0 auto;
}
.registration-form .form-article h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 29px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}
.registration-form .form-article .buttons {
  text-align: center;
  padding: 20px 0;
}
.registration-form .form-article p,
.registration-form .form-article span {
  text-align: center;
}
.registration-form .form-article fieldset {
  padding-top: 10px;
}
.registration-form .form-article .no-account {
  padding-top: 0;
}
.registration-form .form-article span:not(.error-msg) {
  color: #707580;
  display: block;
}
.registration-form .form-article span.entity-badge {
  display: none;
}
.registration-form .form-article a:not(.btn-text) {
  color: #000000;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  font-weight: 500;
}
.registration-form .form-article small {
  display: block;
  padding-top: 10px;
}
.registration-form .form-article .custom-checkbox + label {
  font-size: 14px;
  font-size: 1.4rem;
}
.registration-form .form-article .btn-circle {
  margin: 0 5px;
}
.registration-form .form-article .terms {
  padding-top: 10px;
}
.registration-form .error-msg {
  text-align: left;
}
.registration-form-v2.show-mobile .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.registration-form-v2.show-mobile .chapter.register .page {
  display: block;
}
.registration-form-v2.show-mobile .chapter.register .page .form-article {
  display: block;
}
.registration-form-v2.show-mobile .chapter.register .page:not(.loading):before {
  content: none;
  display: none;
}
.registration-form-v2.show-mobile .chapter.register .mobile-only {
  display: none;
}
.registration-form-v2 .loading.grey:before {
  background-color: #efefef;
}
.registration-form-v2 .modal-scroller {
  overflow-y: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.registration-form-v2 .btn-close {
  background-size: 20px;
}
@media only screen and (min-width: 768px) {
  .registration-form-v2 .btn-close {
    top: 20px;
    right: 20px;
  }
}
.registration-form-v2 form.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.registration-form-v2 .chapter.active {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.registration-form-v2 .chapter > .page {
  padding-top: 50px;
  min-height: 0;
}
@media only screen and (min-width: 768px) {
  .registration-form-v2 .chapter > .page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .registration-form-v2 .chapter > .page {
    padding-top: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.registration-form-v2 .chapter.report textarea {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  background-color: #f4f6f6;
  padding: 16px;
  height: 110px;
  line-height: 12px;
}
.registration-form-v2 .chapter.report textarea:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.registration-form-v2 .chapter.report .success {
  color: #707580;
  padding-bottom: 80px;
}
.registration-form-v2 .chapter.report .btn-submit-report {
  margin-top: 20px;
  width: 100%;
}
.registration-form-v2 .chapter.login .form-row,
.registration-form-v2 .chapter.register .form-row {
  padding-top: 0;
}
.registration-form-v2 .chapter.network fieldset {
  padding-top: 15px;
}
.registration-form-v2 .chapter.network fieldset + span {
  padding-top: 50px;
}
.registration-form-v2 .chapter.register {
  /*.mobile-only {
				display: block;

				@media @bp_768 {
					display: none;
				}
			}*/
}
@media only screen and (min-width: 768px) {
  .registration-form-v2 .chapter.register .page {
    display: block;
  }
}
.registration-form-v2 .chapter.register .page:not(.loading):before {
  content: none;
  display: none;
}
.registration-form-v2 .mobile-only {
  display: none;
  padding: 100px 20px 20px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.registration-form-v2 .mobile-only h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-weight: 500;
}
.registration-form-v2 .mobile-only p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 500;
}
.registration-form-v2 .form-article {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  width: 100%;
  max-width: 292px;
}
.registration-form-v2 .form-article h2 {
  padding-top: 25px;
  color: #d2d2d1;
  font-weight: 500;
}
.registration-form-v2 .form-article h2 strong {
  color: #000000;
  font-weight: 500;
}
.registration-form-v2 .form-article h2 a:not(.btn-text) {
  color: #d2d2d1;
}
.registration-form-v2 .form-article h2 a:not(.btn-text):hover {
  color: #000000;
}
.registration-form-v2 .form-article h2 + span {
  line-height: 16px;
  padding-top: 20px;
  display: block;
}
.registration-form-v2 .form-article .tagline {
  color: #000000;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}
.registration-form-v2 .form-article .buttons {
  *zoom: 1;
  text-align: center;
  margin: 0 -8px;
  padding-top: 25px;
  /* one item */
  /* two items */
}
.registration-form-v2 .form-article .buttons:before {
  content: " ";
  display: table;
}
.registration-form-v2 .form-article .buttons:after {
  content: " ";
  display: table;
  clear: both;
}
.registration-form-v2 .form-article .buttons .item {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  display: inline-block;
}
.registration-form-v2 .form-article .buttons .item:first-child:nth-last-child(1) {
  /* -or- li:only-child { */
  width: 100%;
}
.registration-form-v2 .form-article .buttons .item:first-child:nth-last-child(1) .btn {
  width: 100%;
  line-height: 1;
  background-position: right 20px center;
}
.registration-form-v2 .form-article .buttons .item:first-child:nth-last-child(1) .btn span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.registration-form-v2 .form-article .buttons .item:first-child:nth-last-child(2),
.registration-form-v2 .form-article .buttons .item:first-child:nth-last-child(2) ~ .item {
  width: 50%;
  float: left;
}
.registration-form-v2 .form-article .buttons .item:first-child:nth-last-child(2) .btn,
.registration-form-v2 .form-article .buttons .item:first-child:nth-last-child(2) ~ .item .btn {
  width: 100%;
}
.registration-form-v2 .form-article .buttons .btn-square {
  width: 100%;
}
.registration-form-v2 .form-article .newsletter {
  position: relative;
  z-index: 1;
  padding: 20px 0 10px 0;
}
.registration-form-v2 .form-article .newsletter + .form-row {
  z-index: 1;
}
.registration-form-v2 .form-article .forgot-password {
  text-align: left;
  padding: 20px 0 10px 0;
}
.registration-form-v2 .form-article .forgot-password a {
  font-weight: 500;
}
.registration-form-v2 .form-article .btn-reset-password {
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .registration-form-v2 .form-article .btn-reset-password {
    margin: 40px 0 50px 0;
  }
}
.registration-form-v2 .form-article .terms-and-privacy {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 18px;
}
.registration-form-v2 .form-article .terms-and-privacy a {
  font-weight: 500;
}
.registration-form-v2 .form-article .custom-checkbox + label {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 35px;
}
.registration-form-v2 .form-article .custom-checkbox + label:before {
  border-width: 2px;
}
.registration-form-v2 .form-article .custom-checkbox:checked + label:after {
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
}
.registration-form-v2 .form-article input[type="password"] {
  letter-spacing: 5px;
}
.registration-form-v2 .form-article fieldset {
  padding-top: 30px;
  position: relative;
}
.registration-form-v2 .form-article fieldset .error-msg {
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  text-align: left;
}
.registration-form-v2 .form-article .btn-solid.black {
  font-size: 14px;
  font-size: 1.4rem;
}
.registration-form-v2 .form-article .btn-solid.black:hover {
  background-color: #000000;
  color: #ffffff;
}
.gmaps-embed {
  position: relative;
}
.gmaps-embed.fullscreen {
  position: absolute;
  right: 16px;
  top: 16px;
  bottom: 16px;
  left: 16px;
}
@media only screen and (min-width: 768px) {
  .gmaps-embed.fullscreen {
    right: 40px;
    top: 40px;
    bottom: 40px;
    left: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .gmaps-embed.fullscreen {
    right: 40px;
    top: 40px;
    bottom: 40px;
    left: 40px;
  }
}
@media only screen and (min-width: 1199px) {
  .gmaps-embed.fullscreen {
    right: 90px;
    top: 90px;
    bottom: 90px;
    left: 90px;
  }
}
.gmaps-embed .error-msg {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
.gmaps-embed .error-msg.relative {
  position: relative;
  bottom: 0;
}
.gmaps-embed .gm-style .gm-style-iw-c {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gmaps-search-input {
  background-color: #ffffff;
}
.gmaps-search {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}
.gmaps-search input[type="text"] {
  padding: 0 50px 0 12px;
  background-image: url('../images/svg/search.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: #ffffff;
  background-size: 22px;
}
.gmaps-search .results {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  color: #707580;
  display: none;
  background-color: #f4f6f6;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  max-height: 205px;
  top: 48px;
  left: 0;
  right: 0;
  z-index: 1;
  scroll-behavior: smooth;
}
.gmaps-search .results.show {
  display: block;
}
.gmaps-search li {
  padding: 10px 15px;
}
.gmaps-search li:hover,
.gmaps-search li.active {
  color: black;
  cursor: pointer;
}
.google-search-embed {
  height: 50px;
}
.google-search-embed > div {
  background-color: transparent !important;
}
.google-search-embed input[type="text"] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 2px solid #000000 !important;
  background-color: transparent !important;
  width: 100% !important;
  padding: 10px 0 0 0 !important;
  height: 48px !important;
}
.error .google-search-embed input[type="text"] {
  border-color: #ff1e43 !important;
}
.loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url('../images/gif/loader-grey.gif');
  background-color: #f4f6f6;
}
.loading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.loading.fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.loading.top-level {
  z-index: 9999;
}
.loading.small {
  background-size: 30px;
}
.loading.white:before {
  background-image: url('../images/gif/loader.gif');
  background-color: #ffffff;
}
.loading.blue-grey:before {
  background-image: url('../images/gif/loader-grey.gif');
  background-color: #e8eced;
  background-blend-mode: darken;
}
.loading.blue-grey-dark:before {
  background-image: url('../images/gif/loader-grey.gif');
  background-color: #a0aeb4;
  background-blend-mode: darken;
}
.loading.black:before {
  background-image: url('../images/svg/loader-ani.svg');
  background-color: #000000;
}
.loading.grey:before {
  background-image: url('../images/gif/loader-grey.gif');
  background-color: #f4f6f6;
  background-blend-mode: darken;
}
.loading.transparent-black:before {
  background-image: url('../images/svg/loader-ani-black.svg');
  background-color: transparent;
}
.loading.transparent-white:before {
  background-image: url('../images/svg/loader-ani.svg');
  background-color: transparent;
}
.loading.noise-white:after {
  content: "";
  background-image: url(../images/gif/noise-animated-dark.gif);
  background-repeat: repeat;
  background-size: 400px;
  background-position: center center;
}
.loading.noise-white:before {
  background-image: url('../images/svg/loader-ani.svg');
  background-color: transparent;
}
.loading.noise-black:after {
  content: "";
  background-image: url(../images/gif/noise-animated-dark.gif);
  background-repeat: repeat;
  background-size: 400px;
  background-position: center center;
}
.loading.noise-black:before {
  background-image: url('../images/svg/loader-ani.svg');
  background-color: transparent;
}
.loading.inline-black {
  width: 100%;
  height: 100%;
  min-height: 60px;
  background-color: transparent;
}
.loading.inline-black:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url('../images/svg/loader-ani-black.svg');
}
.loading.inline-white {
  width: 100%;
  height: 100%;
  min-height: 60px;
  background-color: transparent;
}
.loading.inline-white:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  background-image: url('../images/svg/loader-ani.svg');
}
.loading.relative {
  position: relative;
}
.loading.overflow-hidden {
  overflow: hidden;
}
.loading.padding-bottom-20 {
  padding-bottom: 20px;
}
.loader-fullscreen {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f6f6;
  color: #707580;
}
.loader-fullscreen.white {
  background-color: #ffffff;
}
.loader-fullscreen.white .loader-icon {
  background-image: url('../images/gif/loader.gif');
}
.loader-fullscreen .loader-fullscreen-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loader-fullscreen .loader-icon {
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80px;
          flex: 1 1 80px;
  max-width: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  background-image: url('../images/gif/loader-grey.gif');
}
.loader-fullscreen .loader-txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: 54px;
}
.loader-element {
  border-radius: 8px;
  -webkit-animation: loader-gradient 2s ease-in-out infinite;
  animation: loader-gradient 2s ease-in-out infinite;
  background-color: #FAFBFB !important;
  background: -webkit-gradient(linear, right top, left top, from(#f5f7f8), color-stop(33.33%, #f5f7f8), color-stop(50%, #e6eaed), color-stop(66.66%, #f5f7f8), to(#f5f7f8));
  background: linear-gradient(-90deg, #f5f7f8 0%, #f5f7f8 33.33%, #e6eaed 50%, #f5f7f8 66.66%, #f5f7f8 100%);
  background-size: 300% 100% !important;
  background-position: 100% 0%;
  background-repeat: repeat-x !important;
}
.loader-element.white {
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(33.33%, #ffffff), color-stop(50%, #e6eaed), color-stop(66.66%, #ffffff), to(#ffffff));
  background: linear-gradient(-90deg, #ffffff 0%, #ffffff 33.33%, #e6eaed 50%, #ffffff 66.66%, #ffffff 100%);
}
.loader-element.blue-grey-dark {
  background-color: #AFBEC4 !important;
  background: -webkit-gradient(linear, right top, left top, from(#afbec4), color-stop(33.33%, #afbec4), color-stop(50%, #93a3aa), color-stop(66.66%, #afbec4), to(#afbec4));
  background: linear-gradient(-90deg, #afbec4 0%, #afbec4 33.33%, #93a3aa 50%, #afbec4 66.66%, #afbec4 100%);
}
.loader-element.no-vert-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.loader-element.shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.loader-element.circle {
  border-radius: 50%;
}
.loader-element.rounded {
  border-radius: 4px;
}
.loader-element.h-square {
  min-height: unset;
  height: auto;
}
.loader-element.h-square:before {
  content: "";
  width: 100%;
  padding-top: 100%;
}
.loader-element.no-border {
  border: 0 !important;
}
.loader-element.negative-margin-24 {
  margin: -24px;
}
@media only screen and (max-width: 767px) {
  .loader-element.mw-full-width {
    width: 100%;
    min-width: 100%;
  }
}
.loader-element.mw-48 {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}
.loader-element.mw-80 {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
@media only screen and (max-width: 767px) {
  .loader-element.mw-256 {
    width: 256px;
    min-width: 256px;
  }
}
.loader-element.mw-264 {
  width: 264px;
  min-width: 264px;
}
.loader-element.w-32 {
  width: 32px;
}
.loader-element.w-48 {
  width: 48px;
}
.loader-element.w-64 {
  width: 64px;
}
.loader-element.w-80 {
  width: 80px;
}
.loader-element.w-96 {
  width: 96px;
  min-width: unset;
}
.loader-element.w-100 {
  width: 100px;
}
.loader-element.w-132 {
  width: 132px;
}
.loader-element.w-150 {
  width: 150px;
}
.loader-element.w-162 {
  width: 162px;
  max-width: 162px;
}
.loader-element.w-200 {
  width: 200px;
}
.loader-element.w-264 {
  width: 264px;
}
.loader-element.w-400 {
  width: 400px;
}
.loader-element.mt-0 {
  margin-top: 0;
}
.loader-element.mt-16 {
  margin-top: 16px;
}
.loader-element.mt-24 {
  margin-top: 24px;
}
.loader-element.mt-32 {
  margin-top: 32px;
}
.loader-element.mb-20 {
  margin-bottom: 20px;
}
.loader-element.mb-32 {
  margin-bottom: 32px;
}
.loader-element.h-12 {
  height: 12px;
  min-height: 12px;
}
.loader-element.h-32 {
  height: 32px;
  min-height: 32px;
}
.loader-element.h-48 {
  height: 48px;
  min-height: 48px;
}
.loader-element.h-66 {
  height: 66px;
  min-height: 66px;
}
.loader-element.h-78 {
  height: 78px;
  min-height: 78px;
}
@media only screen and (max-width: 767px) {
  .loader-element.mobile-h-78 {
    height: 78px;
    min-height: 78px;
    max-height: 78px;
  }
}
.loader-element.h-80 {
  height: 80px;
  min-height: 80px;
}
.loader-element.h-96 {
  height: 96px;
  min-height: 96px;
}
.loader-element.h-132 {
  height: 132px;
  min-height: 132px;
}
.loader-element.h-150 {
  height: 150px;
  min-height: 150px;
}
.loader-element.h-162 {
  height: 162px;
  min-height: 162px;
}
.loader-element.h-174 {
  height: 174px;
  min-height: 174px;
}
.loader-element.h-184 {
  height: 184px;
  min-height: 184px;
}
.loader-element.h-200 {
  height: 200px;
  min-height: 200px;
}
.loader-element.h-232 {
  height: 232px;
  min-height: 232px;
}
.loader-element.h-242 {
  height: 242px;
  min-height: 242px;
}
.loader-element.h-264 {
  height: 264px;
  min-height: 264px;
}
.loader-element.h-282 {
  height: 282px;
  min-height: 282px;
}
.loader-element.h-308 {
  height: 308px;
  min-height: 308px;
}
.loader-element.h-358 {
  height: 358px;
  min-height: 358px;
}
.loader-element.h-400 {
  height: 400px;
  min-height: 400px;
}
.loader-element.h-432 {
  height: 432px;
  min-height: 432px;
}
.loader-element.h-840 {
  height: 840px;
  min-height: 840px;
}
.loader-element.h-100-p {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .loader-element.mh-66 {
    height: 66px;
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .loader-element.mh-96 {
    height: 96px;
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .loader-element.mh-264 {
    height: 264px;
    min-height: unset;
  }
}
.loader-element.maxh-132 {
  height: 132px;
  max-height: 132px;
  min-height: unset;
}
.loader-element.instagram,
.loader-element.tiktok,
.loader-element.twitter {
  height: 264px;
  min-height: 264px;
}
@media only screen and (min-width: 768px) {
  .loader-element.instagram,
  .loader-element.tiktok,
  .loader-element.twitter {
    height: 358px;
    min-height: 358px;
  }
}
.loader-element.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .loader-element.tablet-forward {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .loader-element.mobile-only {
    display: none;
  }
}
.loader-element.delay + .delay {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.loader-element.delay + .delay + .delay {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.loader-element.delay + .delay + .delay + .delay {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.loader-element.delay + .delay + .delay + .delay + .delay {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.loader-element.delay + .delay + .delay + .delay + .delay + .delay {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.loader-element.delay + .delay + .delay + .delay + .delay + .delay + .delay {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.loader-element-invisible {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.loader-element-group + .loader-element-group {
  margin-top: 32px;
}
.loader-element-group.mt-32 {
  margin-top: 32px;
}
.loader-element-group.h-150 {
  height: 150px;
}
.loader-element-group.h-200 {
  height: 200px;
}
.loader-element-group.tablet-forward {
  display: none;
}
@media only screen and (min-width: 768px) {
  .loader-element-group.tablet-forward {
    display: block;
  }
}
.loader-element-group.desktop-forward {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .loader-element-group.desktop-forward {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .loader-element-group.mobile-only {
    display: none;
  }
}
.loader-element-group.direction-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.loader-element-group.direction-row .loader-element-line + .loader-element-line {
  margin-left: 16px;
}
@media only screen and (min-width: 768px) {
  .loader-element-group.direction-row-768 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.loader-element-group.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.loader-element-group.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.loader-element-group.flex-wrap .loader-element-line {
  margin-right: 16px;
}
.loader-element-group.flex-wrap .loader-element-line + .loader-element-line {
  margin-left: 0;
  margin-right: 16px;
}
@media only screen and (min-width: 768px) {
  .loader-element-group.flex-wrap-768 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.loader-element-group.direction-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loader-element-group.direction-column .loader-element-line + .loader-element-line {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .loader-element-group.direction-column-768 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .loader-element-group.direction-column-768 .loader-element-line + .loader-element-line {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .loader-element-group.direction-column-1024 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .loader-element-group.direction-column-1024 .loader-element-line + .loader-element-line {
    margin-left: 0;
  }
}
.loader-element-circle {
  border-radius: 50%;
}
.loader-element-line {
  border-radius: 999px;
  height: 12px;
}
.loader-element-line.h-8 {
  height: 8px;
}
.loader-element-line.h-24 {
  height: 24px;
}
.loader-element-line.h-24 {
  height: 24px;
}
.loader-element-line.mt-0 {
  margin-top: 0;
}
.loader-element-line.mt-16 {
  margin-top: 16px;
}
.loader-element-line.mt-8 {
  margin-top: 8px;
}
.loader-element-line + .loader-element-line {
  margin-top: 6px;
}
.loader-element-line + .loader-element-line.mt-0 {
  margin-top: 0;
}
.loader-element-line + .loader-element-line.mt-16 {
  margin-top: 16px;
}
.loader-element-line.white {
  background-color: #ffffff;
}
.loader-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.loader-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loader-icon.h-128 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 128px;
          flex: 1 0 128px;
}
.loader-icon.h-150 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
.loader-icon.h-200 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
}
.loader-icon.h-242 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 242px;
          flex: 1 0 242px;
}
@media only screen and (max-width: 767px) {
  .loader-icon.mh-242 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 242px;
            flex: 1 0 242px;
  }
}
.loader-icon.h-360 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 360px;
          flex: 1 0 360px;
}
.loader-icon.h-470 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 470px;
          flex: 1 0 470px;
}
.loader-icon img {
  width: 80px;
}
.loader-table {
  width: 100%;
  padding-top: 32px;
}
.loader-table.has-pagination {
  padding-bottom: 16px;
}
.loader-table.loader-table-body {
  padding: 0;
}
.loader-table.loader-table-body.has-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.loader-table.loader-table-body.has-height .loader-element-line {
  margin: 0 !important;
}
.loader-table.loader-table-body .loader-element-line {
  margin-top: 20px;
}
.loader-table.loader-table-body .loader-element-line:first-child {
  margin-top: 10px;
}
.loader-table.loader-table-body .loader-element-line:last-child {
  margin-bottom: 10px;
}
.loader-table .loader-element-line {
  margin-top: 32px;
}
.loader-table .loader-element-line:first-child {
  margin-top: 0;
}
.loader-element-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.loader-element-cards.margin-horizontal-24 {
  margin: 0 24px;
}
.loader-element-cards.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .loader-element-cards.has-pagination {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .loader-element-cards.overflow-1024-max {
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .loader-element-cards.bp-768-2 .loader-element-plain-card {
    min-width: calc(50% - 24px*1/2);
    max-width: calc(50% - 24px*1/2);
  }
}
@media only screen and (min-width: 768px) {
  .loader-element-cards.bp-768-3 .loader-element-plain-card {
    min-width: calc(33.33% - 24px*2/3);
    max-width: calc(33.33% - 24px*2/3);
  }
}
@media only screen and (min-width: 1024px) {
  .loader-element-cards.bp-1024-3 .loader-element-plain-card {
    min-width: calc(33.33% - 24px*2/3);
    max-width: calc(33.33% - 24px*2/3);
  }
}
@media only screen and (min-width: 1024px) {
  .loader-element-cards.bp-1024-4 .loader-element-plain-card {
    min-width: calc(25% - 24px*3/4);
    max-width: calc(25% - 24px*3/4);
  }
}
@media only screen and (min-width: 1099px) {
  .loader-element-cards.bp-1100-4 .loader-element-plain-card {
    min-width: calc(25% - 24px*3/4);
    max-width: calc(25% - 24px*3/4);
  }
}
@media only screen and (min-width: 1199px) {
  .loader-element-cards.bp-1200-4 .loader-element-plain-card {
    min-width: calc(25% - 24px*3/4);
    max-width: calc(25% - 24px*3/4);
  }
}
@media only screen and (min-width: 1199px) {
  .loader-element-cards.bp-1200-5 .loader-element-plain-card {
    min-width: calc(20% - 24px*4/5);
    max-width: calc(20% - 24px*4/5);
  }
}
@media only screen and (min-width: 1259px) {
  .loader-element-cards.bp-1260-5 .loader-element-plain-card {
    min-width: calc(20% - 24px*4/5);
    max-width: calc(20% - 24px*4/5);
  }
}
@media only screen and (min-width: 1279px) {
  .loader-element-cards.bp-1280-5 .loader-element-plain-card {
    min-width: calc(20% - 24px*4/5);
    max-width: calc(20% - 24px*4/5);
  }
}
@media only screen and (min-width: 1279px) {
  .loader-element-cards.bp-1280-6 .loader-element-plain-card {
    min-width: calc(16.66% - 24px*5/6);
    max-width: calc(16.66% - 24px*5/6);
  }
}
@media only screen and (min-width: 1479px) {
  .loader-element-cards.bp-1480-5 .loader-element-plain-card {
    min-width: calc(20% - 24px*4/5);
    max-width: calc(20% - 24px*4/5);
  }
}
.loader-element-plain-card {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 24px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(33.33%, #ffffff), color-stop(50%, #f5f7f8), color-stop(66.66%, #ffffff), to(#ffffff));
  background: linear-gradient(-90deg, #ffffff 0%, #ffffff 33.33%, #f5f7f8 50%, #ffffff 66.66%, #ffffff 100%);
}
@media only screen and (max-width: 767px) {
  .loader-element-plain-card {
    min-width: 204px;
    max-width: 204px;
  }
}
@media only screen and (max-width: 767px) {
  .loader-element-plain-card.mobile-h-78 {
    height: 78px;
    min-height: 78px !important;
    max-height: 78px !important;
  }
}
.loader-element-plain-card.rounded {
  border-radius: 8px;
}
.loader-element-plain-card.gutter-32 {
  margin-right: 32px;
}
@media only screen and (min-width: 768px) {
  .loader-element-plain-card.bp-768-gutter-40 {
    margin-right: 40px;
  }
}
.loader-element-plain-card.no-min-max-width {
  min-width: unset;
  max-width: none;
}
.loader-element-plain-card.grey {
  background: -webkit-gradient(linear, right top, left top, from(#f5f7f8), color-stop(33.33%, #f5f7f8), color-stop(50%, #e6eaed), color-stop(66.66%, #f5f7f8), to(#f5f7f8));
  background: linear-gradient(-90deg, #f5f7f8 0%, #f5f7f8 33.33%, #e6eaed 50%, #f5f7f8 66.66%, #f5f7f8 100%);
}
.loader-element-plain-card.grey .loader-element-card-divider {
  background: #ffffff;
}
.loader-element-plain-card.video {
  height: 285px;
}
.loader-element-plain-card.full-width {
  max-width: none;
}
.loader-element-plain-card.stagger {
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media only screen and (max-width: 767px) {
  .loader-element-plain-card.stagger {
    max-width: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.loader-element-plain-card.divider-16 .loader-element-card-divider {
  width: 16px;
}
.loader-element-plain-card:last-child {
  margin-right: 0;
}
.loader-element-card-divider {
  width: 24px;
  height: 100%;
  background: #f4f6f6;
}
@media only screen and (max-width: 767px) {
  .loader-element-card-divider {
    margin-left: 204px;
    width: auto;
    border-right: 24px solid #f4f6f6;
  }
}
/*
.loader-element-cards-stagger {
	display: flex;
	justify-content: space-between;
	flex: 1;
	overflow: hidden;

	&.has-pagination {

		@media @bp_768 {
			padding-bottom: 50px;
		}
	}

	&.overflow-1024-max {
		
		@media @bp_1024_max {
			overflow: visible;
		}
	}

	&.bp-768-2 {

		.loader-element-plain-card { 

			@media @bp_768 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-768-3 {

		.loader-element-plain-card { 

			@media @bp_768 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1024-3 {

		.loader-element-plain-card { 

			@media @bp_1024 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1024-4 {

		.loader-element-plain-card { 

			@media @bp_1024 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1100-4 {

		.loader-element-plain-card { 

			@media @bp_1100 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1200-4 {

		.loader-element-plain-card { 

			@media @bp_1200 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1200-5 {

		.loader-element-plain-card { 

			@media @bp_1200 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3),
					&:nth-child(4) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1260-5 {

		.loader-element-plain-card { 

			@media @bp_1260 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3),
					&:nth-child(4) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1280-4 {

		.loader-element-plain-card { 

			@media @bp_1280 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1280-5 {

		.loader-element-plain-card { 

			@media @bp_1280 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3),
					&:nth-child(4) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1280-6 {

		.loader-element-plain-card { 

			@media @bp_1280 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3),
					&:nth-child(4),
					&:nth-child(5) {
						display: flex;
					}
				}
			}
		}
	}

	&.bp-1480-5 {

		.loader-element-plain-card { 

			@media @bp_1480 {

				.loader-element-card-divider {
					display: none;

					&:nth-child(1),
					&:nth-child(2),
					&:nth-child(3),
					&:nth-child(4) {
						display: flex;
					}
				}
			}
		}
	}


	&.bp-1280-hide {

		@media @bp_1280 {
			display: none;
		}
	}
}*/
.cookies-consent-v2 {
  pointer-events: none;
  cursor: default;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cookies-consent-v2 {
    bottom: 88px;
  }
}
@media only screen and (min-width: 1024px) {
  .cookies-consent-v2 {
    bottom: 64px;
  }
}
@media only screen and (min-width: 1199px) {
  .cookies-consent-v2 {
    bottom: 32px;
  }
}
.cookies-consent-v2 .row {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-size: 1.2rem;
  pointer-events: auto;
  line-height: 16px;
  max-width: 896px;
  background-color: #EEF0FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px;
  line-height: 1;
  margin: 0 auto;
}
.cookies-consent-v2 .row p {
  padding: 0 24px 0 0;
  margin: 0;
}
.cookies-consent-v2 .row .button {
  white-space: nowrap;
}
.cookies-consent-v2 .row .btn-solid {
  font-size: 10px;
  font-size: 1rem;
  height: 40px;
  padding: 0;
  width: 92px;
  min-width: 92px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .cookies-consent-v2 .row .btn-solid {
    font-size: 12px;
    font-size: 1.2rem;
    width: 110px;
    min-width: 110px;
  }
}
.cookies-consent-v2 a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4e63ce;
}
.cookies-consent-v2 a:hover {
  color: #6889e2;
}
/*
.cookies-consent {
	vertical-align: middle;
	position: fixed;
	top: 7px;
	bottom: 7px;
	left: 7px;
	max-width: 306px;
	box-sizing: border-box;
	background: @white;
	text-align: left;

	&:before {
		content: "";
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0,0,0,0.75);
	}

	article {
		.font-size(10);
		line-height: 14px;
		font-family: @base-font;
		font-weight: 400;
		color: @black;
		padding: 20px 0;
		overflow-y: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 306px;
		background-color: @white;
		z-index: 1;
	}

	.content {
		.clearfix();
		padding: 20px 20px 0 20px;

		@media @bp_768 {
			padding: 20px 30px;
		}
	}

	h2 {
		.font-size(24);
		line-height: 28px;
		font-weight: 600;
		padding: 0 0 20px 0;
		margin: 0;
	}

	.btn-shadow {
		width: 100%;
		margin-bottom: 20px;
	}

	.buttons {
		padding: 15px 0;
	}

	a {
		color: @black;
		font-weight: bold;

		&:hover {
			.text-decoration-ink;
		}
	}

	.cookies-form {
		padding-bottom: 0;
	}

	.form-row {
		border-top: 2px solid @black;
		border-bottom: 2px solid @black;
		padding: 10px 40px 10px 0;
	}

	input[type="checkbox"].custom-checkbox + label {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -12px;
		padding-left: 24px;
	}
}
*/
.notifications-wrapper {
  background: yellow;
}
.notifications-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.notifications-wrapper .logo {
  position: fixed;
  left: 0;
  top: 0;
}
.sem-pa-tja {
  -webkit-animation: sem-pa-tja 1s ease-in-out 0s infinite;
  animation: sem-pa-tja 1s ease-in-out 0s infinite;
  display: inline-block;
  margin-left: 10px;
}
.notification {
  background-color: #000000;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
  position: relative;
  height: auto;
  max-height: 0px;
  z-index: 4;
}
.notification.small > article {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.notification.small .close {
  top: 12px;
  right: 20px;
  background-size: 12px;
}
.notification.mobile-warning {
  display: none;
}
@media only screen and (min-width: 768px) {
  .notification.mobile-warning {
    display: none;
  }
}
.notification.error:after {
  background-color: #e44561;
}
.notification.past-due {
  font-size: 12px;
  font-size: 1.2rem;
}
.notification.past-due:after {
  background-color: #EB485A;
}
.notification.past-due > article {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  .notification.past-due > article {
    padding-left: 32px;
  }
}
.notification.past-due .icon {
  width: 24px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .notification.past-due .icon {
    position: absolute;
    left: 16px;
    top: 50%;
    margin: -8px 0 0 0;
    width: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .notification.past-due .tertiary {
    margin-left: 16px;
  }
}
.notification.verification:after {
  background-color: #EB485A;
}
.notification.verification > article {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .notification.verification > article {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.notification.verification .button.btn-verify {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 32px;
  color: #EB485A;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .notification.verification .button.btn-verify {
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    background-color: transparent;
    padding: 0;
    color: #ffffff;
    height: auto;
    margin-top: 4px;
  }
}
.notification.verification .icon {
  width: 24px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .notification.verification .icon {
    position: absolute;
    left: 16px;
    top: 50%;
    margin: -8px 0 0 0;
    width: 16px;
  }
}
.notification.countdown > article {
  padding-top: 5px;
  padding-bottom: 5px;
}
.notification.countdown .button.btn-premium {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.notification.show {
  -webkit-animation: notification-ani 4s linear 0.5s forwards;
  animation: notification-ani 4s linear 0.5s forwards;
}
.notification.show:after {
  -webkit-animation: notification-inner-ani 1.6s linear 0.6s forwards;
  animation: notification-inner-ani 1.6s linear 0.6s forwards;
}
@media only screen and (min-width: 768px) {
  .notification.show {
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
  }
  .notification.show:after {
    -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s;
  }
}
@media only screen and (min-width: 1199px) {
  .notification.show {
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
  }
  .notification.show:after {
    -webkit-animation-duration: 3.6s;
            animation-duration: 3.6s;
  }
}
.notification.hide {
  -webkit-animation: notification-hide 1s ease-out 0s forwards !important;
  animation: notification-hide 1s ease-out 0s forwards !important;
}
.notification:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #4e63ce;
  display: block;
  z-index: 2;
}
.notification .close {
  position: absolute;
  z-index: 4;
  top: 25px;
  right: 20px;
  background-image: url('../images/svg/close-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .notification .close {
    background-size: 20px;
  }
}
.notification > article {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  z-index: 3;
  position: relative;
  font-weight: 500;
  padding: 26px 60px 26px 20px;
}
.notification > article a {
  color: #ffffff;
  text-decoration: underline;
}
.notification .countdown-timer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 0 16px;
}
.notification .countdown-field {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'suisseIntMono', sans-serif;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 0.5px;
  margin: 0 8px;
}
.notification .countdown-field .label {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 2px;
  margin-bottom: 1px;
}
.notification + .notification.show {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.notification + .notification.show:after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.notification + .notification + .notification.show {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.notification + .notification + .notification.show:after {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.section-site-offline {
  background-image: url(../images/gif/noise-animated-dark.gif);
  background-repeat: repeat;
  background-size: 400px;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: center;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.section-site-offline .logo {
  font-size: 0px;
  font-size: 0rem;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .section-site-offline .logo {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 1199px) {
  .section-site-offline .logo {
    width: 90px;
    height: 90px;
  }
}
.section-site-offline .logo img {
  width: 100%;
}
.section-site-offline article {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .section-site-offline article {
    font-size: 40px;
    font-size: 4rem;
    line-height: 46px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 1199px) {
  .section-site-offline article {
    font-size: 80px;
    font-size: 8rem;
    line-height: 86px;
  }
}
.flag {
  width: 16px;
  height: 12px;
  vertical-align: middle;
}
.flag + em {
  font-style: normal;
}
/*************** 6. BUTTONS ***************/
button {
  cursor: pointer;
}
.btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  font-family: 'suisseInt', sans-serif;
}
.btn.prevent-click {
  pointer-events: none;
  cursor: default;
}
.btn:focus,
.btn:hover,
.btn:active {
  outline: 0;
}
.btn-saved-chart,
.btn-saved-section {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
  padding-right: 20px;
  height: 16px;
  min-width: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-saved-charts-outline-blue.svg');
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.btn-saved-chart.active,
.btn-saved-section.active {
  background-image: url('../images/svg/icon-saved-charts-blue.svg');
}
.btn-saved-chart.active:hover,
.btn-saved-section.active:hover,
.btn-saved-chart.active:active,
.btn-saved-section.active:active {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
  background-size: 12px;
}
.btn-saved-chart.disabled,
.btn-saved-section.disabled,
.btn-saved-chart:disabled,
.btn-saved-section:disabled {
  color: #d5dde0;
  background-image: url('../images/svg/icon-saved-charts-outline-disabled.svg');
}
.btn-saved-chart.disabled:hover,
.btn-saved-section.disabled:hover,
.btn-saved-chart:disabled:hover,
.btn-saved-section:disabled:hover,
.btn-saved-chart.disabled:active,
.btn-saved-section.disabled:active,
.btn-saved-chart:disabled:active,
.btn-saved-section:disabled:active {
  color: #d5dde0;
  background-image: url('../images/svg/icon-saved-charts-outline-disabled.svg');
}
.btn-saved-chart:hover,
.btn-saved-section:hover,
.btn-saved-chart:active,
.btn-saved-section:active {
  color: #6889e2;
  background-image: url('../images/svg/icon-saved-charts-blue-roll.svg');
}
.btn-export-csv {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
  padding-right: 20px;
  height: 16px;
  min-width: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-download-pro.svg');
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.btn-export-csv.disabled,
.btn-export-csv:disabled {
  color: #d5dde0;
  background-image: url('../images/svg/icon-download-pro-disabled.svg');
}
.btn-export-csv.disabled:hover,
.btn-export-csv:disabled:hover,
.btn-export-csv.disabled:active,
.btn-export-csv:disabled:active {
  color: #d5dde0;
  background-image: url('../images/svg/icon-download-pro-disabled.svg');
}
.btn-export-csv:hover,
.btn-export-csv:active {
  color: #6889e2;
  background-image: url('../images/svg/icon-download-pro-roll.svg');
}
.btn-explore-track {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
  padding-right: 20px;
  height: 16px;
  min-width: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-explore-track-blue.svg');
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-explore-track.disabled,
.btn-explore-track:disabled {
  pointer-events: none;
  cursor: default;
  color: #d5dde0;
  background-image: url('../images/svg/icon-explore-track-disabled.svg');
}
.btn-explore-track.disabled:hover,
.btn-explore-track:disabled:hover,
.btn-explore-track.disabled:active,
.btn-explore-track:disabled:active {
  color: #d5dde0;
  background-image: url('../images/svg/icon-explore-track-disabled.svg');
}
.btn-explore-track:hover,
.btn-explore-track:active {
  color: #6889e2;
  background-image: url('../images/svg/icon-explore-track-blue-roll.svg');
}
.btn-remove {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
  padding-right: 20px;
  height: 16px;
  min-width: 16px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-explore-track-blue.svg');
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-remove.disabled,
.btn-remove:disabled {
  pointer-events: none;
  cursor: default;
  color: #d5dde0;
  background-image: url('../images/svg/icon-explore-track-disabled.svg');
}
.btn-remove.disabled:hover,
.btn-remove:disabled:hover,
.btn-remove.disabled:active,
.btn-remove:disabled:active {
  color: #d5dde0;
  background-image: url('../images/svg/icon-explore-track-disabled.svg');
}
.btn-remove:hover,
.btn-remove:active {
  color: #6889e2;
  background-image: url('../images/svg/icon-explore-track-blue-roll.svg');
}
.btn-remove-track {
  font-size: 0px;
  font-size: 0rem;
  width: 16px;
  height: 16px;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/icon-close-blue.svg');
}
.btn-remove-track:hover,
.btn-remove-track:active {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.btn-toggle-track {
  font-size: 0px;
  font-size: 0rem;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/icon-show-password-blue.svg');
}
.btn-toggle-track:hover,
.btn-toggle-track:active {
  background-image: url('../images/svg/icon-show-password-blue-roll.svg');
}
.btn-sort-section {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-sort-section-blue.svg');
}
.btn-sort-section:hover,
.btn-sort-section:active {
  background-image: url('../images/svg/icon-sort-section-blue-roll.svg');
}
.btn-copy-chart {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-copy-blue.svg');
}
.btn-copy-chart:hover,
.btn-copy-chart:active {
  background-image: url('../images/svg/icon-copy-blue-roll.svg');
}
.btn-menu-toggle {
  font-size: 0px;
  font-size: 0rem;
  height: 32px;
  width: 32px;
  min-width: 32px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-menu-toggle img {
  width: 24px;
  height: 24px;
}
.btn-menu-toggle.open span {
  background-color: transparent;
}
.btn-menu-toggle.open span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  top: 0px;
}
.btn-menu-toggle.open span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
  bottom: 0px;
}
.btn-menu-toggle.open span:before,
.btn-menu-toggle.open span:after {
  width: 26px;
}
.btn-menu-toggle span,
.btn-menu-toggle span:before,
.btn-menu-toggle span:after {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 16px;
  width: 25px;
  height: 2px;
  background-color: #000000;
}
.btn-menu-toggle span {
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.btn-menu-toggle span:before,
.btn-menu-toggle span:after {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  left: 0;
  width: 100%;
  content: "";
}
.btn-menu-toggle span:before {
  top: -8px;
}
.btn-menu-toggle span:after {
  top: auto;
  bottom: -8px;
}
.btn-plain-text {
  border: 0;
  padding: 0;
  font-weight: 500;
  border-bottom: 2px solid #000;
}
.btn-section-filter {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 3px;
  color: #d2d2d1;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-section-filter.active {
  pointer-events: none;
  cursor: default;
  color: #000000;
}
.btn-section-filter.active:hover {
  pointer-events: none;
  cursor: default;
  cursor: normal;
  text-decoration: none;
}
.btn-section-filter:hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.btn-save {
  font-size: 0px;
  font-size: 0rem;
  width: 36px;
  height: 36px;
  background-image: url('../images/svg/heart-white.svg');
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: #000000;
}
.btn-save:hover {
  background-size: 22px;
}
.btn-save.long {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 16px;
  width: auto;
  position: relative;
  padding-left: 77px;
  padding-right: 40px;
  background-position: left 8px center;
}
.btn-save.long:hover {
  background-size: 22px;
  background-position: left 6px center;
}
.btn-save.long:before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ffffff;
}
.btn-save.active {
  background-image: url('../images/svg/heart-white-active.svg');
}
.btn-share {
  font-size: 0px;
  font-size: 0rem;
  width: 36px;
  height: 36px;
  background-image: url('../images/svg/share-white.svg');
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: #000000;
  position: relative;
}
.btn-share.copied span {
  -webkit-animation: fade-in-out-share 2s linear 0s forwards;
  animation: fade-in-out-share 2s linear 0s forwards;
  position: absolute;
  left: 45px;
  top: 0;
  width: 70px;
  text-align: left;
  line-height: 18px;
}
.btn-share:hover {
  background-size: 21px;
}
.btn-player-controls {
  font-size: 0px;
  font-size: 0rem;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.btn-player-controls.white {
  background-color: transparent;
}
.btn-player-controls:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-player-controls.btn-play {
  background-size: 17px;
  background-image: url('../images/svg/play-white.svg');
}
.btn-player-controls.btn-play.active {
  background-image: url('../images/svg/pause-white.svg');
}
.btn-player-controls.btn-prev {
  background-size: 10px;
  background-image: url('../images/svg/previous-white.svg');
}
.btn-player-controls.btn-next {
  background-size: 10px;
  background-image: url('../images/svg/next-white.svg');
}
.btn-player-controls.btn-repeat {
  background-size: 20px;
  background-image: url('../images/svg/repeat-song-white.svg');
}
.btn-player-controls.btn-sound {
  background-size: 10px;
  background-image: url('../images/svg/sound-off-white.svg');
}
.btn-player-controls.btn-sound.active {
  background-size: 10px;
  background-image: url('../images/svg/sound-on-white.svg');
}
.btn-day-in-week {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}
.btn-day-in-week.active {
  background-color: #ffffff;
  color: #000000;
}
.btn-day-in-week.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-report {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  padding: 0 10px;
  height: 30px;
  font-weight: 300;
  color: #707580;
}
.btn-report:hover {
  color: #000000;
}
.btn-play {
  font-size: 0px;
  font-size: 0rem;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  background-image: url('../images/svg/play.svg');
}
.btn-play.white {
  background-image: url('../images/svg/play-white.svg');
}
.btn-play.white.active {
  background-image: url('../images/svg/pause-white.svg');
}
.btn-play.active {
  background-image: url('../images/svg/pause.svg');
}
.btn-show-all {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: bold;
  color: #707580;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.btn-show-all:hover:after {
  width: 100%;
}
.btn-show-all:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.btn-show-all:after {
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
  content: "";
  width: 0px;
  display: block;
  height: 1px;
  background-color: #000000;
  left: 0%;
}
@media only screen and (min-width: 768px) {
  .btn-show-all:after {
    height: 2px;
    margin-top: 2px;
  }
}
.btn-show-all.black {
  color: #000000;
}
.btn-show-all.white {
  color: #ffffff;
}
.btn-add {
  font-size: 0px;
  font-size: 0rem;
  width: 30px;
  height: 30px;
  background-image: url('../images/svg/plus-white.svg');
  background-position: center;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: #000000;
  display: none;
}
@media only screen and (min-width: 768px) {
  .btn-add {
    display: inline-block;
  }
}
.btn-add.white {
  background-color: #ffffff;
  background-image: url('../images/svg/plus.svg');
}
.btn-add:hover {
  background-size: 17px;
}
.btn-location {
  font-size: 0px;
  font-size: 0rem;
  width: 30px;
  height: 30px;
  background-image: url('../images/svg/location-white.svg');
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  background-color: #000000;
}
.btn-location:hover {
  background-size: 15px;
}
.btn-add-special {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  padding: 0 20px;
}
.btn-add-special:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  background-image: url('../images/svg/plus.svg');
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 20px;
  vertical-align: middle;
}
.btn-add-special:hover:after {
  background-size: 16px;
}
.btn-source {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  font-size: 0px;
  font-size: 0rem;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  color: #000000;
}
.btn-source:hover,
.btn-source.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-source:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.btn-source.spotify {
  width: 38px;
  background-size: 18px;
  background-image: url('../images/svg/spotify.svg');
}
.btn-source.deezer {
  width: 38px;
  background-size: 20px;
  background-image: url('../images/svg/deezer.svg');
}
.btn-source.youtube {
  padding: 0 35px 0 0;
  background-size: 24px;
  background-position: right center;
  background-image: url('../images/svg/youtube.svg');
}
.btn-source span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  display: inline-block;
}
a.btn-shadow {
  text-decoration: none;
}
.btn-shadow {
  -webkit-transition: box-shadow 200ms ease-out;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 0 #000000;
  box-shadow: 3px 3px 0 #000000;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 3px;
  line-height: 16px;
  color: #000000;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #000000;
  padding: 10px 35px;
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 16px;
  /*&:hover {
		background-color: @black;
		color: @white;

		&.spotify {
			background-image: url('../images/svg/spotify-white.svg');
		}

		&.deezer {
			background-image: url('../images/svg/deezer-white.svg');
		}

		&.facebook {
			background-image: url('../images/svg/facebook-white.svg');
		}

		&.twitter {
			background-image: url('../images/svg/twitter-white.svg');
		}

		&.instagram {
			background-image: url('../images/svg/instagram-white.svg');
		}
	}*/
}
.btn-shadow.inverted {
  -webkit-box-shadow: 3px 3px 0 #ffffff;
  box-shadow: 3px 3px 0 #ffffff;
  color: #ffffff;
  border-color: #ffffff;
  background-color: #000000;
}
.btn-shadow.inverted:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  background-color: #ffffff;
}
.btn-shadow.icon {
  padding-left: 48px;
  padding-right: 22px;
}
.btn-shadow.spotify {
  background-image: url('../images/svg/spotify.svg');
}
.btn-shadow.spotify:active {
  background-image: url('../images/svg/spotify-white.svg');
}
.btn-shadow.deezer {
  background-image: url('../images/svg/deezer.svg');
}
.btn-shadow.deezer:active {
  background-image: url('../images/svg/deezer-white.svg');
}
.btn-shadow.facebook {
  background-position: 21px center;
  background-size: 8px;
  background-image: url('../images/svg/facebook.svg');
}
.btn-shadow.facebook:active {
  background-image: url('../images/svg/facebook-white.svg');
}
.btn-shadow.twitter {
  background-image: url('../images/svg/twitter.svg');
}
.btn-shadow.twitter:active {
  background-image: url('../images/svg/twitter-white.svg');
}
.btn-shadow.instagram {
  background-image: url('../images/svg/instagram.svg');
}
.btn-shadow.instagram:active {
  background-image: url('../images/svg/instagram-white.svg');
}
.btn-shadow:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-shadow:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  background-color: #000000;
}
.btn-shadow:disabled,
.btn-shadow.disabled {
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.45);
  pointer-events: none;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.45);
  color: rgba(0, 0, 0, 0.55);
}
.btn-close {
  font-size: 0px;
  font-size: 0rem;
  background-image: url('../images/svg/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.btn-close.white {
  background-image: url('../images/svg/close-white.svg');
}
.btn-close.grey {
  background-image: url('../images/svg/close-grey.svg');
}
.btn-remove-entity {
  background-image: url('../images/svg/close.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  text-align: left;
  padding-right: 20px;
}
.btn-grey {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  max-height: 30px;
  padding: 9px 18px;
  background-color: #efefef;
  color: #000000;
}
.btn-grey.disabled {
  pointer-events: none;
  cursor: default;
}
.btn-solid {
  border-radius: 8px;
  padding: 12px 12px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .btn-solid {
    padding: 16px 24px;
  }
}
.btn-solid.white {
  color: #000000;
  background-color: #ffffff;
}
.btn-solid.white:hover {
  background-color: #707580;
}
.btn-solid.black {
  color: #ffffff;
  background-color: #000000;
}
.btn-solid.black:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-solid.blue {
  color: #ffffff;
  background-color: #4e63ce;
}
.btn-solid.blue:hover {
  color: #ffffff;
  background-color: #6889e2;
}
.btn-solid.border {
  border-color: #000000;
  border: 2px solid #000000;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .btn-solid.border {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.btn-solid.border.white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #000000;
}
.btn-solid.border.white:hover {
  border-color: #707580;
  color: #707580;
  background-color: transparent;
}
.btn-solid.border.blue {
  border-color: #4e63ce;
  color: #4e63ce;
  background-color: transparent;
}
.btn-solid.border.blue:hover {
  border-color: #6889e2;
  color: #6889e2;
  background-color: transparent;
}
.btn-solid.border:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn-solid.border:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  background-color: inherit;
  color: inherit;
}
.btn-solid.small {
  font-size: 10px;
  font-size: 1rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-solid.small.border {
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-solid:disabled {
  pointer-events: none;
  cursor: default;
  background-color: #d2d2d1;
}
.btn-claim-music-id {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-right: 12px;
  background-image: url('../images/svg/plus.svg');
  background-repeat: no-repeat;
  background-position: right bottom 6px;
  background-size: 9px;
  overflow: hidden;
}
.btn-claim-music-id:hover:after {
  width: 110%;
}
.btn-claim-music-id:after {
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
  content: "";
  width: 0px;
  display: block;
  height: 1px;
  background-color: #000000;
}
.btn-range-slider {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #707580;
}
.btn-side-filter,
.btn-filter-lineup {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #d2d2d1;
  line-height: 1;
  line-height: 26px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .btn-side-filter,
  .btn-filter-lineup {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
  }
}
.btn-side-filter.active,
.btn-filter-lineup.active {
  color: #000000;
}
.btn-side-filter.selected:after,
.btn-filter-lineup.selected:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d1d1d0;
  z-index: 0;
}
.btn-side-filter.disabled,
.btn-filter-lineup.disabled,
.btn-side-filter:disabled,
.btn-filter-lineup:disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-side-filter sup,
.btn-filter-lineup sup {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .btn-side-filter sup,
  .btn-filter-lineup sup {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.btn-menu {
  font-size: 0px;
  font-size: 0rem;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-menu.search {
  background-size: 24px;
  background-image: url('../images/svg/search-white.svg');
}
.btn-menu.more {
  width: 28px;
  background-size: 28px;
  background-image: url('../images/svg/burger-menu-white.svg');
}
.btn-menu.join {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn-menu.join {
    font-size: 12px;
    font-size: 1.2rem;
    height: 70px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-menu.join {
    height: 90px;
  }
}
.btn-menu.my-profile {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn-menu.my-profile {
    font-size: 14px;
    font-size: 1.4rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.btn-menu.my-feed {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29px;
  background-color: #000000;
  color: #ffffff;
  font-weight: 500;
  width: 140px;
  height: 140px;
  padding: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .btn-menu.my-feed {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 49px;
    width: 222px;
    height: 222px;
    padding: 30px;
  }
}
.btn-close-my-viberate {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  background-image: url('../images/svg/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.btn-go-back {
  font-size: 0px;
  font-size: 0rem;
  background-image: url('../images/svg/arrow-left.svg');
  background-repeat: no-repeat;
  background-position: left center;
  width: 40px;
  height: 40px;
}
.btn-rate {
  font-size: 0px;
  font-size: 0rem;
  width: 36px;
  height: 36px;
  background-image: url('../images/svg/heart-white.svg');
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-color: #000000;
}
.btn-rate:hover {
  background-color: #626262;
}
.btn-rate.up {
  background-image: url('../images/svg/thumbs-up-white.svg');
}
.btn-rate.down {
  background-image: url('../images/svg/thumbs-down-white.svg');
}
.btn-rate.long {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 16px;
  width: 150px;
  position: relative;
  padding-left: 37px;
  background-position: left 8px center;
}
.btn-rate.long:before {
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ffffff;
}
.btn-rate.white,
.btn-rate.active {
  background-color: #ffffff;
  color: #000000;
}
.btn-rate.white.up,
.btn-rate.active.up {
  background-image: url('../images/svg/thumbs-up.svg');
}
.btn-rate.white.down,
.btn-rate.active.down {
  background-image: url('../images/svg/thumbs-down.svg');
}
.btn-rate.black:hover,
.btn-rate.black.active {
  background-color: #000000;
}
.btn-rate.black:hover.up,
.btn-rate.black.active.up {
  background-image: url('../images/svg/thumbs-up-white.svg');
}
.btn-rate.black:hover.down,
.btn-rate.black.active.down {
  background-image: url('../images/svg/thumbs-down-white.svg');
}
.btn-rate.black.up {
  background-image: url('../images/svg/thumbs-up.svg');
}
.btn-rate.black.down {
  background-image: url('../images/svg/thumbs-down.svg');
}
.btn-submit {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  height: 36px;
  padding: 0 30px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 3px;
  background-color: #000000;
  text-transform: uppercase;
}
.btn-submit:hover {
  background-color: #626262;
}
.btn-submit:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-close-card {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  position: absolute;
  background-color: #ffffff;
  top: -32px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('../images/svg/close-grey.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border: 0;
  cursor: pointer;
}
.btn-older-posts {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  font-size: 10px;
  font-size: 1rem;
  line-height: unset;
  height: 24px;
  padding: 0 32px 0 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  background-image: url('../images/svg/icon-rankchange-down-black.svg');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 8px;
}
.btn-older-posts.flipped {
  background-image: url('../images/svg/icon-rankchange-up-black.svg');
}
.btn-pro-submit {
  font-size: 15px;
  font-size: 1.5rem;
  color: #4e63ce;
  line-height: 24px;
  border: 1px solid #4e63ce;
  padding: 15px 32px;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 264px;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .btn-pro-submit {
    max-width: 264px;
  }
}
.btn-pro-submit:hover {
  border-color: #6889e2;
  color: #6889e2;
}
.btn-pro-submit:disabled {
  color: #D5DDE0;
  border-color: #D5DDE0;
}
.btn-edition {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  color: #d2d2d1;
  font-weight: 500;
}
.btn-edition.active,
.btn-edition:hover {
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .btn-edition {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
}
.btn-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: relative;
  color: #000000;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .btn-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.btn-text.underline:hover {
  padding-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  .btn-text.underline:hover {
    padding-bottom: 4px;
  }
}
.btn-text.underline:hover:after {
  -webkit-animation: line-out-in 0.65s ease-in-out 0s forwards;
  animation: line-out-in 0.65s ease-in-out 0s forwards;
  position: absolute;
}
.btn-text.underline:after {
  width: 99%;
}
.btn-text.white {
  color: #ffffff;
}
.btn-text.white:after {
  background-color: #ffffff;
}
.btn-text.grey {
  color: #707580;
}
.btn-text.grey:after {
  background-color: #707580;
}
.btn-text.grey:hover {
  color: #000000;
}
.btn-text:hover:after {
  width: 99%;
}
.btn-text:after {
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
  content: "";
  width: 0px;
  display: block;
  height: 1px;
  background-color: #000000;
  left: 0%;
}
@media only screen and (min-width: 768px) {
  .btn-text:after {
    height: 2px;
    margin-top: 2px;
  }
}
.btn-card {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  color: #ffffff;
  background-color: #000000;
  font-weight: 500;
  height: 150px;
  position: relative;
  width: 100%;
  text-align: left;
  display: table;
}
.btn-card.white {
  color: #000000;
  background-color: #ffffff;
}
.btn-card span {
  padding: 22px;
  display: table-cell;
  vertical-align: bottom;
}
.btn-card-add {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  color: #ffffff;
  background-color: #000000;
  font-weight: 500;
  height: 150px;
  position: relative;
  width: 100%;
  text-align: left;
  display: table;
}
.btn-card-add.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  pointer-events: none;
  cursor: default;
}
.btn-card-add span {
  padding: 22px;
  display: table-cell;
  vertical-align: bottom;
}
.btn-card-add:before {
  content: "";
  background-image: url('../images/svg/plus-white.svg');
  position: absolute;
  top: 20px;
  right: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
}
.btn-subgenre,
.btn-artist,
.btn-highlight,
.btn-amenity,
.btn-filter-tag {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 500;
  border: 2px solid #000000;
  text-transform: uppercase;
  padding: 4px 12px;
  white-space: nowrap;
}
.btn-subgenre.active,
.btn-artist.active,
.btn-highlight.active,
.btn-amenity.active,
.btn-filter-tag.active {
  color: #ffffff;
  background-color: #000000;
}
.btn-subgenre.remove,
.btn-artist.remove,
.btn-highlight.remove,
.btn-amenity.remove,
.btn-filter-tag.remove {
  background-image: url('../images/svg/close-white.svg');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
.btn-status {
  pointer-events: none;
  cursor: default;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 500;
  border: 2px solid #000000;
  text-transform: uppercase;
  padding: 4px 12px;
  white-space: nowrap;
}
.btn-status.canceled,
.btn-status.cancelled {
  color: #ff1e43;
  border-color: #ff1e43;
}
.btn-status.postponed,
.btn-status.event-this-week {
  color: #4e63ce;
  border-color: #4e63ce;
}
.btn-filter-tag {
  border-color: #efefef;
  color: #000000;
}
.btn-filter-tag.small {
  font-size: 10px;
  font-size: 1rem;
  padding: 0 10px;
  font-weight: 400;
}
.btn-filter-tag.remove {
  background-image: url('../images/svg/close.svg');
}
.btn-filter-tag.red {
  background-color: #ff1e43;
  border-color: #ff1e43;
  color: #ffffff;
}
.btn-filter-tag.black {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
.btn-filter-tag.black.active {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.btn-filter-tag img {
  display: inline-block;
  margin-right: 4px;
}
.btn-filter-tag.white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-filter-tag.white.active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.btn-filter-tag.white.remove {
  background-image: url('../images/svg/close.svg');
}
.btn-filter-tag.white:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.btn-filter-tag.canceled,
.btn-filter-tag.cancelled {
  color: #ff1e43;
  border-color: #ff1e43;
}
.btn-filter-tag.canceled.remove,
.btn-filter-tag.cancelled.remove {
  background-image: url('../images/svg/close-red.svg');
}
.btn-filter-tag.canceled.remove:hover,
.btn-filter-tag.cancelled.remove:hover {
  background-image: url('../images/svg/close-white.svg');
}
.btn-filter-tag.canceled:hover,
.btn-filter-tag.cancelled:hover {
  background-color: #ff1e43;
  border-color: #ff1e43;
  color: #ffffff;
}
.btn-filter-tag.postponed,
.btn-filter-tag.event-this-week {
  color: #4e63ce;
  border-color: #4e63ce;
}
.btn-filter-tag.postponed.remove,
.btn-filter-tag.event-this-week.remove {
  background-image: url('../images/svg/close-blue.svg');
}
.btn-filter-tag.postponed.remove:hover,
.btn-filter-tag.event-this-week.remove:hover {
  background-image: url('../images/svg/close-white.svg');
}
.btn-filter-tag.postponed:hover,
.btn-filter-tag.event-this-week:hover {
  background-color: #4e63ce;
  border-color: #4e63ce;
  color: #ffffff;
}
.btn-filter-tag.active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn-filter-tag:disabled,
.btn-filter-tag .disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.btn-filter-tag:disabled:hover,
.btn-filter-tag .disabled:hover {
  border-color: #ffffff;
}
.btn-filter-tag:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-filter-tag:hover.remove {
  background-image: url('../images/svg/close-white.svg');
}
.btn-artist,
.btn-highlight,
.btn-amenity {
  margin: 0 12px 16px 0;
}
.btn-artist {
  text-transform: none;
}
.btn-scroll-down,
.btn-scroll-up {
  font-size: 0px;
  font-size: 0rem;
  background-image: url('../images/svg/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  width: 32px;
  height: 40px;
  z-index: 1;
}
.btn-scroll-down:disabled,
.btn-scroll-up:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn-scroll-up {
  background-image: url('../images/svg/arrow-up.svg');
}
.btn-chart-change-state {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 8px;
  background-image: url('../images/svg/chevron-right-white.svg');
  background-color: #4e63ce;
  width: 48px;
  height: 48px;
  position: fixed;
  right: 24px;
  bottom: 50%;
  margin-top: -24px;
  z-index: 4;
}
.btn-chart-change-state.active {
  background-position: left 18px center;
  background-image: url('../images/svg/chevron-left-white.svg');
}
@media only screen and (min-width: 1471px) {
  .btn-chart-change-state {
    right: calc(50% + -700px);
  }
}
.btn-scroll-to-top {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  font-size: 0px;
  font-size: 0rem;
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(120px, 0);
  transform: translate(120px, 0);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center top 13px;
  background-size: 8px;
  background-image: url('../images/svg/chevron-up-blue.svg');
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  margin-top: -24px;
  z-index: 4;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  color: #4e63ce;
  letter-spacing: 0.5px;
  line-height: 60px;
}
@media only screen and (min-width: 1471px) {
  .btn-scroll-to-top {
    bottom: 56px;
    right: calc(50% + -700px);
  }
}
.btn-scroll-to-top.show {
  pointer-events: all;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-scroll-to-top:hover {
  background-image: url('../images/svg/chevron-up-blue-roll.svg');
  color: #6889e2;
}
.btn-scroll-to-top:before {
  font-size: 10px;
  font-size: 1rem;
  content: "top";
  display: block;
  text-align: center;
  margin-left: 2px;
}
.btn-scroll-to-top-charts {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  font-size: 12px;
  font-size: 1.2rem;
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(0, -14px);
  transform: translate(0, -14px);
  border-radius: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: #4e63ce;
  width: 124px;
  height: 28px;
  position: fixed;
  left: 50%;
  top: 28px;
  margin-left: -62px;
  z-index: 10;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
@media only screen and (min-width: 1471px) {
  .btn-scroll-to-top-charts {
    bottom: 56px;
    right: calc(50% + -700px);
  }
}
.btn-scroll-to-top-charts.show {
  pointer-events: all;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-scroll-to-top-charts:hover {
  background-color: #6889e2;
}
.btn-scroll-to-top-charts:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
  background-image: url('../images/svg/chevron-up-white.svg');
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.btn-amenity {
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
  background-size: 20px;
}
.btn-amenity.cashless,
.btn-amenity.amenity-1 {
  background-image: url('../images/svg/cashless.svg');
}
.btn-amenity.cashless.active,
.btn-amenity.amenity-1.active {
  background-image: url('../images/svg/cashless-white.svg');
}
.btn-amenity.creditcard,
.btn-amenity.amenity-2 {
  background-image: url('../images/svg/credit-card.svg');
}
.btn-amenity.creditcard.active,
.btn-amenity.amenity-2.active {
  background-image: url('../images/svg/credit-card-white.svg');
}
.btn-amenity.smoking,
.btn-amenity.amenity-7 {
  background-size: 16px;
  background-image: url('../images/svg/smoking.svg');
  padding-right: 36px;
}
.btn-amenity.smoking.active,
.btn-amenity.amenity-7.active {
  background-image: url('../images/svg/smoking-white.svg');
}
.btn-amenity.atm,
.btn-amenity.amenity-4 {
  background-size: 16px;
  background-image: url('../images/svg/atm.svg');
  padding-right: 36px;
}
.btn-amenity.atm.active,
.btn-amenity.amenity-4.active {
  background-image: url('../images/svg/atm-white.svg');
}
.btn-amenity.bike,
.btn-amenity.amenity-19 {
  background-image: url('../images/svg/bike-rentals.svg');
}
.btn-amenity.bike.active,
.btn-amenity.amenity-19.active {
  background-image: url('../images/svg/bike-rentals-white.svg');
}
.btn-amenity.cash,
.btn-amenity.amenity-3 {
  background-image: url('../images/svg/cash-only.svg');
}
.btn-amenity.cash.active,
.btn-amenity.amenity-3.active {
  background-image: url('../images/svg/cash-only-white.svg');
}
.btn-amenity.firstaid,
.btn-amenity.amenity-9 {
  background-size: 16px;
  background-image: url('../images/svg/first-aid.svg');
  padding-right: 36px;
}
.btn-amenity.firstaid.active,
.btn-amenity.amenity-9.active {
  background-image: url('../images/svg/first-aid-white.svg');
}
.btn-amenity.food,
.btn-amenity.amenity-16 {
  background-size: 16px;
  background-image: url('../images/svg/food-court.svg');
  padding-right: 36px;
}
.btn-amenity.food.active,
.btn-amenity.amenity-16.active {
  background-image: url('../images/svg/food-court-white.svg');
}
.btn-amenity.grocery,
.btn-amenity.amenity-15 {
  background-size: 14px;
  background-image: url('../images/svg/grocery.svg');
  padding-right: 34px;
}
.btn-amenity.grocery.active,
.btn-amenity.amenity-15.active {
  background-image: url('../images/svg/grocery-white.svg');
}
.btn-amenity.info,
.btn-amenity.amenity-18 {
  background-size: 16px;
  background-image: url('../images/svg/info-desk.svg');
  padding-right: 36px;
}
.btn-amenity.info.active,
.btn-amenity.amenity-18.active {
  background-image: url('../images/svg/info-desk-white.svg');
}
.btn-amenity.laundry,
.btn-amenity.amenity-13 {
  background-size: 10px;
  background-image: url('../images/svg/laundry.svg');
  padding-right: 32px;
}
.btn-amenity.laundry.active,
.btn-amenity.amenity-13.active {
  background-image: url('../images/svg/laundry-white.svg');
}
.btn-amenity.lockers,
.btn-amenity.amenity-5 {
  background-size: 10px;
  background-image: url('../images/svg/locker.svg');
  padding-right: 32px;
}
.btn-amenity.lockers.active,
.btn-amenity.amenity-5.active {
  background-image: url('../images/svg/locker-white.svg');
}
.btn-amenity.lostandfound,
.btn-amenity.amenity-12 {
  background-size: 14px;
  background-image: url('../images/svg/lost-found.svg');
  padding-right: 32px;
}
.btn-amenity.lostandfound.active,
.btn-amenity.amenity-12.active {
  background-image: url('../images/svg/lost-found-white.svg');
}
.btn-amenity.mobile,
.btn-amenity.amenity-6 {
  background-size: 10px;
  background-image: url('../images/svg/mobile-charging.svg');
  padding-right: 32px;
}
.btn-amenity.mobile.active,
.btn-amenity.amenity-6.active {
  background-image: url('../images/svg/mobile-charging-white.svg');
}
.btn-amenity.parking,
.btn-amenity.amenity-8 {
  background-size: 8px;
  background-image: url('../images/svg/parking.svg');
  padding-right: 30px;
}
.btn-amenity.parking.active,
.btn-amenity.amenity-8.active {
  background-image: url('../images/svg/parking-white.svg');
}
.btn-amenity.wifi,
.btn-amenity.amenity-14 {
  background-size: 16px;
  background-image: url('../images/svg/wi-fi.svg');
  padding-right: 36px;
}
.btn-amenity.wifi.active,
.btn-amenity.amenity-14.active {
  background-image: url('../images/svg/wi-fi-white.svg');
}
.btn-amenity.showers,
.btn-amenity.amenity-11 {
  background-size: 12px;
  background-image: url('../images/svg/showers.svg');
  padding-right: 32px;
}
.btn-amenity.showers.active,
.btn-amenity.amenity-11.active {
  background-image: url('../images/svg/showers-white.svg');
}
.btn-amenity.shuttle,
.btn-amenity.amenity-10 {
  background-size: 12px;
  background-image: url('../images/svg/shuttle-service.svg');
  padding-right: 32px;
}
.btn-amenity.shuttle.active,
.btn-amenity.amenity-10.active {
  background-image: url('../images/svg/shuttle-service-white.svg');
}
.btn-amenity.water,
.btn-amenity.amenity-17 {
  background-size: 10px;
  background-image: url('../images/svg/water-station.svg');
  padding-right: 32px;
}
.btn-amenity.water.active,
.btn-amenity.amenity-17.active {
  background-image: url('../images/svg/water-station-white.svg');
}
.btn-amenity.toilets,
.btn-amenity.amenity-22 {
  background-size: 16px;
  background-image: url('../images/svg/toilets.svg');
  padding-right: 36px;
}
.btn-amenity.toilets.active,
.btn-amenity.amenity-22.active {
  background-image: url('../images/svg/toilets-white.svg');
}
.btn-amenity.wheelchair,
.btn-amenity.amenity-20 {
  background-size: 12px;
  background-image: url('../images/svg/wheelchair.svg');
  padding-right: 36px;
}
.btn-amenity.wheelchair.active,
.btn-amenity.amenity-20.active {
  background-image: url('../images/svg/wheelchair-white.svg');
}
.btn-amenity.vegan,
.btn-amenity.amenity-21 {
  background-size: 16px;
  background-image: url('../images/svg/vegan.svg');
  padding-right: 36px;
}
.btn-amenity.vegan.active,
.btn-amenity.amenity-21.active {
  background-image: url('../images/svg/vegan-white.svg');
}
.btn-add-media {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 160px;
  height: 160px;
  background-color: #000000;
  text-transform: uppercase;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top 60px;
  background-image: url('../images/svg/plus-white.svg');
  background-size: 20px;
}
.btn-add-media span {
  padding-top: 40px;
  display: block;
}
.btn-remove {
  font-size: 0px;
  font-size: 0rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/delete-white.svg');
  background-size: 13px;
  width: 20px;
  height: 20px;
}
.btn-vote-subgenre {
  font-size: 10px;
  font-size: 1rem;
  border: 2px solid #000000;
  color: #000000;
  text-transform: uppercase;
  height: 30px;
  padding: 0 12px 0 0;
  position: relative;
  width: 110px;
  text-align: right;
}
.btn-vote-subgenre.active {
  background-color: #000000;
  color: #ffffff;
}
.btn-vote-subgenre strong {
  position: absolute;
  left: 12px;
}
.btn-circle {
  font-size: 0px;
  font-size: 0rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.btn-circle.google {
  background-image: url('../images/svg/google-circle.svg');
}
.btn-circle.facebook {
  background-image: url('../images/svg/facebook-circle.svg');
}
.btn-square {
  font-size: 0px;
  font-size: 0rem;
  width: 100px;
  height: 52px;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
}
.btn-square.google {
  background-image: url('../images/svg/google-white.svg');
  background-size: 18px;
}
.btn-square.facebook {
  background-image: url('../images/svg/facebook-white.svg');
  background-size: 11px;
}
.btn-enter {
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 48px;
  color: #000000;
  background-position: left 12px center;
  background-repeat: no-repeat;
  padding: 0 32px;
  background-color: #F6F6F6;
  background-size: 20px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .btn-enter {
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 25px;
  }
}
.btn-enter.google {
  background-image: url('../images/svg/google-color.svg');
}
.btn-enter.facebook {
  background-image: url('../images/svg/facebook-color-square.svg');
}
.btn-enter.viberate {
  background-color: #ff1e43;
  color: #ffffff;
  padding: 0 5px;
}
.btn-enter.viberate:hover,
.btn-enter.viberate:active {
  background-color: #FE5671;
}
.btn-enter:disabled {
  pointer-events: none;
  cursor: default;
  background-color: #d5dde0 !important;
  color: #ffffff !important;
}
.btn-enter:hover,
.btn-enter:active {
  background-color: #e2e2e2;
}
.btn-footer-menu-toggle {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 500;
}
.btn-footer-menu-toggle.open {
  font-size: 30px;
  font-size: 3rem;
}
.btn-footer-menu-toggle.open:before {
  margin-right: -3px;
  content: "-";
}
.btn-footer-menu-toggle:before {
  content: "+";
}
.btn-blue {
  background-color: #4e63ce;
  color: #ffffff;
  padding: 4px 12px;
}
.btn-enable-for-you {
  font-size: 10px;
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  -webkit-transform-origin: left bottom center;
  -moz-transform-origin: left bottom center;
  -ms-transform-origin: left bottom center;
  -o-transform-origin: left bottom center;
  padding: 5px 10px 5px 25px;
  font-weight: bold;
  position: fixed;
  left: 0;
  top: 50%;
  border: 2px solid #ff1e43;
  text-transform: uppercase;
  color: #ff1e43;
  margin-left: -68px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .btn-enable-for-you {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 15px 8px 35px;
    margin-left: -82px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-enable-for-you {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 15px 12px 35px;
    margin-left: -86px;
  }
}
.btn-enable-for-you.active:before {
  background-color: #ff1e43;
}
.btn-enable-for-you:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #ff1e43;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -6px;
}
@media only screen and (min-width: 768px) {
  .btn-enable-for-you:before {
    left: 10px;
  }
}
a.btn-toolbar:before {
  background-position: center top 8px;
}
@media only screen and (min-width: 1024px) {
  a.btn-toolbar:before {
    background-position: center top 25px;
  }
}
@media only screen and (min-width: 1024px) {
  a.btn-toolbar span {
    padding-top: 55px;
  }
}
.btn-toolbar {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 19px;
  font-weight: 500;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #707580;
  height: 50px;
  vertical-align: middle;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar {
    height: 90px;
  }
}
.btn-toolbar:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-toolbar:disabled:hover {
  color: #707580;
}
.btn-toolbar.btn-close {
  font-size: 0px;
  font-size: 0rem;
  background-size: 22px;
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.btn-close {
    width: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.btn-close {
    width: 90px;
  }
}
.btn-toolbar.trigger {
  color: #000000;
  text-transform: none;
  height: 50px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.trigger {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 31px;
    height: 70px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.trigger {
    height: 90px;
  }
}
.btn-toolbar.trigger.left:before {
  left: 0;
  right: auto;
}
.btn-toolbar.trigger.left span {
  vertical-align: middle;
  text-align: left;
  padding-left: 50px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.trigger.left span {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.trigger.left span {
    padding-left: 90px;
  }
}
.btn-toolbar.trigger.right:before {
  right: 0;
  left: auto;
}
.btn-toolbar.trigger.right span {
  text-align: right;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.trigger.right span {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.trigger.right span {
    padding-right: 90px;
  }
}
.btn-toolbar.trigger:before {
  background-position: center;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.trigger:before {
    height: 70px;
    width: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.trigger:before {
    height: 90px;
    width: 90px;
  }
}
.btn-toolbar.trigger span {
  padding: 0;
}
.btn-toolbar.active,
.btn-toolbar:hover {
  color: #000000;
}
.btn-toolbar.btn-filter:before {
  background-image: url('../images/svg/toolbar-filter.svg');
}
.btn-toolbar.btn-pro-charts {
  /*
		text-align: center;
		padding: 5px 0 0 0;

		@media @bp_768 {
			padding-top: 13px;
		}

		@media @bp_1024 {
			padding-top: 18px;
		}

		&:before {
			display: none;
		}

		span {
			.font-size(7);
			.rounded-corners(50%);
			background-color: @blue;
			color: @white;
			padding: 0;
			width: 40px;
			height: 40px;
			display: flex;
			justify-content: center;
			align-items: center;
			line-height: 12px;

			@media @bp_768 {
				.font-size(8);
				height: 45px;
				width: 45px;
			}

			@media @bp_1024 {
				//.font-size(10);
				height: 50px;
				width: 50px;
			}
		}*/
}
.btn-toolbar.btn-display-pro-charts.active:before,
.btn-toolbar.btn-display-pro-charts:hover:before {
  background-image: url('../images/svg/toolbar-charts-view-active.svg');
}
.btn-toolbar.btn-display-pro-charts:before {
  background-size: 30px;
  background-position: center top 5px;
  background-image: url('../images/svg/toolbar-charts-view.svg');
}
@media only screen and (min-width: 768px) {
  .btn-toolbar.btn-display-pro-charts:before {
    background-size: 26px;
  }
}
.btn-toolbar.btn-display-analytics.active:before,
.btn-toolbar.btn-display-analytics:hover:before {
  background-image: url('../images/svg/toolbar-analytics-view-active.svg');
}
.btn-toolbar.btn-display-analytics:before {
  background-image: url('../images/svg/toolbar-analytics-view.svg');
}
.btn-toolbar.btn-display-beatport.active:before,
.btn-toolbar.btn-display-beatport:hover:before {
  background-image: url('../images/svg/toolbar-beatport-view-active.svg');
}
.btn-toolbar.btn-display-beatport:before {
  background-image: url('../images/svg/toolbar-beatport-view.svg');
}
.btn-toolbar.btn-display-page.active:before,
.btn-toolbar.btn-display-page:hover:before {
  background-image: url('../images/svg/toolbar-page-view-active.svg');
}
.btn-toolbar.btn-display-page:before {
  background-image: url('../images/svg/toolbar-page-view.svg');
}
.btn-toolbar.btn-display-options.active:not('.trigger') span {
  display: none;
}
.btn-toolbar.btn-display-options:before {
  background-image: url('../images/svg/toolbar-display-options.svg');
}
.btn-toolbar.btn-display-overview.active:before,
.btn-toolbar.btn-display-overview:hover:before {
  background-image: url('../images/svg/toolbar-overview-view-active.svg');
}
.btn-toolbar.btn-display-overview:before {
  background-image: url('../images/svg/toolbar-overview-view.svg');
}
.btn-toolbar.btn-display-grid.active:before,
.btn-toolbar.btn-display-grid:hover:before {
  background-image: url('../images/svg/toolbar-grid-view-active.svg');
}
.btn-toolbar.btn-display-grid:before {
  background-image: url('../images/svg/toolbar-grid-view.svg');
}
.btn-toolbar.btn-display-list.active:before,
.btn-toolbar.btn-display-list:hover:before {
  background-image: url('../images/svg/toolbar-list-view-active.svg');
}
.btn-toolbar.btn-display-list:before {
  background-image: url('../images/svg/toolbar-list-view.svg');
}
.btn-toolbar.btn-display-map.active:before,
.btn-toolbar.btn-display-map:hover:before {
  background-image: url('../images/svg/toolbar-map-view-active.svg');
}
.btn-toolbar.btn-display-map:before {
  background-image: url('../images/svg/toolbar-map-view.svg');
}
.btn-toolbar.btn-display-audience.active:before,
.btn-toolbar.btn-display-audience:hover:before {
  background-image: none;
}
.btn-toolbar.btn-display-audience:before {
  background-image: none;
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar.btn-display-audience span {
    padding-left: 0 !important;
  }
}
.btn-toolbar.disabled,
.btn-toolbar:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.btn-toolbar:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-position: center top 8px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar:before {
    height: 70px;
    background-position: center top 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar:before {
    height: 90px;
    background-position: center top 30px;
  }
}
.btn-toolbar em {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 1;
  padding: 3px 4px;
  margin-left: 4px;
  top: -8px;
  position: relative;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar em {
    display: inline-block;
  }
}
.btn-toolbar em.new {
  background-color: #ff1e43;
}
.btn-toolbar em.soon {
  background-color: #707580;
}
.btn-toolbar span {
  display: block;
  text-align: center;
  padding-top: 32px;
}
@media only screen and (min-width: 768px) {
  .btn-toolbar span {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-toolbar span {
    padding-top: 50px;
  }
}
.btn-filter-entity {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  padding: 3px 12px;
  font-weight: 500;
}
.btn-filter-entity.active {
  padding-left: 30px;
}
.btn-filter-entity.active:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  background-color: #ffffff;
}
.btn-filter-entity:hover {
  background-color: #111;
}
.btn-filter-entity:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-show-on-map {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  height: 32px;
  color: #4e63ce;
  border: 1px solid #4e63ce;
  padding: 0 24px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.btn-show-on-map.back:hover:before,
.btn-show-on-map.back:active:before {
  background-image: url('../images/svg/arrow-left-blue-roll.svg');
}
.btn-show-on-map.back:before {
  background-size: 10px;
  background-image: url('../images/svg/arrow-left-blue.svg');
}
.btn-show-on-map:before {
  position: static !important;
  background-color: transparent !important;
  content: "";
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-map-blue.svg');
  margin-right: 4px;
}
.btn-show-on-map:hover,
.btn-show-on-map:active {
  color: #6889e2;
  border-color: #6889e2;
}
.btn-show-on-map:hover:before,
.btn-show-on-map:active:before {
  background-image: url('../images/svg/icon-map-blue-roll.svg');
}
.btn-password-toggle {
  font-size: 0px;
  font-size: 0rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url('../images/svg/toggle-password.svg');
  width: 40px;
  height: 40px;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .btn-password-toggle {
    height: 50px;
    width: 50px;
  }
}
.btn-password-toggle.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-clear-selection {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  text-align: left;
  height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-activity-points {
  border: 2px solid #d2d2d1;
  width: 86px;
  padding: 3px 0;
}
.btn-activity-points:hover,
.btn-activity-points:active,
.btn-activity-points.active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn-activity-points:disabled,
.btn-activity-points.disabled {
  pointer-events: none;
  cursor: default;
  color: #707580;
}
.btn-media-player-toggle {
  border-radius: 50%;
  background-color: #000000;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.btn-media-player-toggle.playing .play {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.btn-media-player-toggle.playing .animation span:nth-child( 9) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  left: 54px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 8) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  left: 48px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 7) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  left: 42px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 6) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  left: 36px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 5) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  left: 30px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 4) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  left: 24px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 3) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  left: 18px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 2) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  left: 12px;
}
.btn-media-player-toggle.playing .animation span:nth-child( 1) {
  -webkit-animation: pulsate 0.6s ease-in-out infinite;
          animation: pulsate 0.6s ease-in-out infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  left: 6px;
}
.btn-media-player-toggle.playing .animation .line {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  position: absolute;
  width: 2px;
  background-color: #ffffff;
}
.btn-media-player-toggle.playing .animation .line:nth-child(3),
.btn-media-player-toggle.playing .animation .line:nth-child(7) {
  height: 32px;
  margin-top: -16px;
}
.btn-media-player-toggle.playing .animation .line:nth-child(2),
.btn-media-player-toggle.playing .animation .line:nth-child(4),
.btn-media-player-toggle.playing .animation .line:nth-child(6),
.btn-media-player-toggle.playing .animation .line:nth-child(8) {
  height: 18px;
  margin-top: -9px;
}
.btn-media-player-toggle.playing .animation .line:nth-child(1),
.btn-media-player-toggle.playing .animation .line:nth-child(5),
.btn-media-player-toggle.playing .animation .line:nth-child(9) {
  height: 8px;
  margin-top: -4px;
}
.btn-media-player-toggle .play {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/play-white.svg');
}
@media only screen and (min-width: 768px) {
  .btn-media-player-toggle .play {
    background-size: 15px;
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-media-player-toggle .play {
    background-size: 18px;
    width: 90px;
    height: 90px;
  }
}
.btn-media-player-toggle .animation {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .btn-media-player-toggle .animation {
    left: 4px;
  }
}
.btn-media-player-toggle .animation .line {
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  width: 0px;
  left: 50%;
  top: 50%;
  background-color: #000000;
}
.btn-media-player-toggle .animation .line:nth-child(3),
.btn-media-player-toggle .animation .line:nth-child(7) {
  height: 32px;
  margin-top: -16px;
}
.btn-media-player-toggle .animation .line:nth-child(2),
.btn-media-player-toggle .animation .line:nth-child(4),
.btn-media-player-toggle .animation .line:nth-child(6),
.btn-media-player-toggle .animation .line:nth-child(8) {
  height: 18px;
  margin-top: -9px;
}
.btn-media-player-toggle .animation .line:nth-child(1),
.btn-media-player-toggle .animation .line:nth-child(5),
.btn-media-player-toggle .animation .line:nth-child(9) {
  height: 8px;
  margin-top: -4px;
}
@media only screen and (min-width: 768px) {
  .btn-media-player-toggle {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-media-player-toggle {
    width: 90px;
    height: 90px;
    left: 30px;
    bottom: 30px;
  }
}
.btn-pagination {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  min-width: 30px;
  height: 30px;
  border-bottom: 2px solid #D2D2D2;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
@media only screen and (min-width: 768px) {
  .btn-pagination {
    font-size: 14px;
    font-size: 1.4rem;
    width: 35px;
    height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-pagination {
    width: 45px;
  }
}
.btn-pagination:not(:disabled):hover {
  border-color: #000000;
}
.btn-pagination.active {
  border-color: #000000;
}
.btn-pagination.next,
.btn-pagination.prev {
  font-size: 0px;
  font-size: 0rem;
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
}
.btn-pagination.prev {
  background-image: url('../images/svg/chevron-left.svg');
}
.btn-pagination.next {
  background-image: url('../images/svg/chevron-right.svg');
}
.btn-pagination:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.btn-border {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 3px;
  line-height: 16px;
  color: #000000;
  background-color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #000000;
  padding: 10px 35px;
}
.btn-border:disabled {
  color: #d2d2d1;
  border-color: #f4f6f6;
}
.btn-select {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  padding: 3px 12px 3px 30px;
  font-weight: 500;
  color: #707580;
}
.btn-select.active {
  color: #000000;
}
.btn-select.active:before {
  background-color: #000000;
}
.btn-select:hover {
  color: #000000;
  background-color: #eee;
}
.btn-select:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-select:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -6px;
  height: 8px;
  width: 8px;
  border: 2px solid #000000;
}
.btn-blue-floater-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-blue-floater-cta.dynamic {
  -webkit-transition: transform 300ms ease-out;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.btn-blue-floater-cta,
.btn-request-access-cta,
.btn-contact-us-cta {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-size: 14px;
  font-size: 1.4rem;
  pointer-events: none;
  cursor: default;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  background-color: #4e63ce;
  color: #ffffff;
  width: 100%;
  padding: 21px 12px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .btn-blue-floater-cta,
  .btn-request-access-cta,
  .btn-contact-us-cta {
    border-radius: 50%;
    font-size: 12px;
    font-size: 1.2rem;
    width: 68px;
    height: 68px;
    font-weight: 500;
    line-height: 15px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .btn-blue-floater-cta,
  .btn-request-access-cta,
  .btn-contact-us-cta {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-blue-floater-cta.btn-get-started,
  .btn-request-access-cta.btn-get-started,
  .btn-contact-us-cta.btn-get-started {
    display: none;
  }
}
.btn-blue-floater-cta.show,
.btn-request-access-cta.show,
.btn-contact-us-cta.show {
  pointer-events: all;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-blue-floater-cta.fixed,
.btn-request-access-cta.fixed,
.btn-contact-us-cta.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .btn-blue-floater-cta.fixed,
  .btn-request-access-cta.fixed,
  .btn-contact-us-cta.fixed {
    left: auto;
    bottom: auto;
    top: 90px;
    right: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-blue-floater-cta.fixed,
  .btn-request-access-cta.fixed,
  .btn-contact-us-cta.fixed {
    top: 110px;
  }
}
.btn-blue-floater-cta br,
.btn-request-access-cta br,
.btn-contact-us-cta br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .btn-blue-floater-cta br,
  .btn-request-access-cta br,
  .btn-contact-us-cta br {
    display: block;
  }
}
.btn-play-tutorial {
  font-size: 10px;
  font-size: 1rem;
  height: 32px;
  font-weight: 500;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/play-tutorial.svg');
  vertical-align: middle;
  text-transform: capitalize;
  text-align: left;
  padding-left: 24px;
  line-height: 13px;
  letter-spacing: 0.5px;
  background-position: left 1px center;
}
@media only screen and (min-width: 768px) {
  .btn-play-tutorial {
    padding-right: 24px;
    padding-left: 0;
    line-height: 13px;
    max-width: 110px;
    background-position: right 1px center;
    margin-left: 12px;
  }
}
.btn-play-tutorial:hover {
  background-image: url('../images/svg/play-tutorial-roll.svg');
}
.btn-how-to-use-this {
  font-size: 10px;
  font-size: 1rem;
  height: 32px;
  font-weight: 600;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/how-to-use-this.svg');
  vertical-align: middle;
  text-transform: capitalize;
  text-align: left;
  padding-left: 24px;
  line-height: 13px;
  background-position: left 1px center;
}
.btn-how-to-use-this:hover {
  background-image: url('../images/svg/how-to-use-this-roll.svg');
}
@media only screen and (min-width: 768px) {
  .btn-how-to-use-this {
    padding-right: 24px;
    padding-left: 0;
    line-height: 13px;
    background-position: right 1px center;
    margin-left: 12px;
  }
}
.btn-outside-link {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.5px;
  color: inherit;
  text-transform: capitalize;
  font-weight: 500;
}
.btn-outside-link:after {
  content: "";
  background-image: url('../images/svg/icon-link-black.svg');
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.btn-copy-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  background-color: #4e63ce;
  color: #ffffff;
  width: 100%;
  height: 52px;
  letter-spacing: 3px;
}
@media only screen and (min-width: 1024px) {
  .btn-copy-link {
    font-size: 12px;
    font-size: 1.2rem;
    border: 2px solid #4e63ce;
    font-weight: 500;
    height: 32px;
    letter-spacing: 1px;
    border-color: #4e63ce;
    color: #4e63ce;
    background-color: transparent;
  }
  .btn-copy-link:hover {
    background-color: #4e63ce;
    color: #ffffff;
  }
}
.btn-copy-link .msg {
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  padding: 7px;
  text-align: center;
  z-index: -1;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .btn-copy-link .msg {
    top: auto;
    bottom: -25px;
    padding: 0;
    background-color: transparent;
  }
}
.btn-copy-link .msg.msg-success {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #000000;
}
.btn-copy-link .msg.msg-fail {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #ff1e43;
}
.btn-learn-back {
  font-size: 12px;
  font-size: 1.2rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url('../images/svg/arrow-left-blue.svg');
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 20px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-rate-article {
  background-position: left center;
  background-repeat: no-repeat;
}
.btn-rate-article.yes {
  background-image: url('../images/svg/rate-article-yes.svg');
  background-size: 16px;
  padding-left: 20px;
}
.btn-rate-article.no {
  background-image: url('../images/svg/rate-article-no.svg');
  background-size: 12px;
  padding-left: 16px;
}
.btn-list-entities-nav {
  -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  width: 24px;
  height: 24px;
  background-color: #4e63ce;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left 7px center;
  background-image: url('../images/svg/chevron-left-white.svg');
}
.btn-list-entities-nav.disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-list-entities-nav.next {
  -webkit-transform: scale(-1);
  transform: scale(-1);
  margin-left: 8px;
}
.btn-list-entities-nav:hover,
.btn-list-entities-nav:active {
  background-color: #6889e2;
}
.btn-clear-all-filters {
  font-size: 10px;
  font-size: 1rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  background-image: url('../images/svg/close.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  padding-left: 4px;
  color: #000000;
}
.btn-clear-all-filters:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-platform-status {
  background-image: url('../images/svg/megaphone.svg');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 24px;
  height: 24px;
}
.btn-platform-status.active:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: #ff1e43;
}
.btn-platform-status:hover,
.btn-platform-status:active {
  background-image: url('../images/svg/megaphone-blue-roll.svg');
}
.btn-platform-status:hover:after,
.btn-platform-status:active:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  right: -12px;
  left: -12px;
  height: 36px;
  margin-top: -18px;
  background-color: #f4f6f6;
  z-index: -1;
}
.btn-platform-help {
  background-image: url('../images/svg/icon-help-white.svg');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 24px;
  height: 24px;
}
.btn-platform-help.active:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  right: -12px;
  left: -12px;
  height: 36px;
  margin-top: -18px;
  background-color: #f4f6f6;
  z-index: -1;
}
.btn-platform-help:hover,
.btn-platform-help:active {
  background-image: url('../images/svg/icon-help-blue.svg');
}
.btn-platform-help:hover:after,
.btn-platform-help:active:after {
  border-radius: 4px;
  content: "";
  position: absolute;
  right: -12px;
  left: -12px;
  height: 36px;
  margin-top: -18px;
  background-color: #f4f6f6;
  z-index: -1;
}
.btn.btn-resources-filter {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  border-radius: 20px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #000000;
  white-space: nowrap;
  display: inline-block;
}
.btn.btn-resources-filter.active {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-resources-filter:hover,
.btn.btn-resources-filter:active {
  color: #707580;
  border-color: #707580;
}
.btn-blog-copy-link {
  -webkit-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #4e63ce;
  padding: 0 32px;
  height: 40px;
  background-color: transparent;
  font-weight: 500;
  text-transform: none;
}
.btn-blog-copy-link.fixed {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 500;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .btn-blog-copy-link.fixed {
    border-radius: 0px;
  }
}
.btn-blog-copy-link.mobile-only {
  height: 40px;
  color: #ffffff;
  background-color: #a0aeb4;
}
@media only screen and (min-width: 768px) {
  .btn-blog-copy-link.mobile-only {
    display: none;
  }
}
.btn-blog-copy-link.mobile-only .msg {
  background-color: #a0aeb4;
}
.btn-blog-copy-link.active {
  background-color: #68e2ac;
}
.btn-blog-copy-link.active .msg {
  background-color: #68e2ac;
}
.btn-blog-copy-link.border {
  border-radius: 8px;
  border: 1px solid #4e63ce;
}
.btn-blog-copy-link .msg {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f6f6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.btn-blog-copy-link .msg.msg-success {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn.btn-pro {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #4e63ce;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 24px;
}
.btn.btn-pro.black {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-pro.red {
  background-color: #ff1e43;
  color: #ffffff;
}
.btn.btn-pro.red:hover,
.btn.btn-pro.red:active {
  background-color: #fe5671;
  color: #ffffff;
}
.btn.btn-pro.white {
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-pro.small {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1;
}
.btn.btn-pro.border {
  background-color: transparent;
  color: #4e63ce;
  border: 1px solid #4e63ce;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.btn-pro.border.black {
  color: #000000;
  border-color: #000000;
}
.btn.btn-pro.border.black:hover,
.btn.btn-pro.border.black:active {
  background-color: transparent;
  color: #494c52;
  border-color: #494c52;
}
.btn.btn-pro.border:hover,
.btn.btn-pro.border:active {
  background-color: transparent;
  color: #6889e2;
  border-color: #6889e2;
}
.btn.btn-pro.active {
  background-color: transparent;
  color: #4e63ce;
  border: 1px solid #4e63ce;
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.btn-pro.active:hover,
.btn.btn-pro.active:active {
  background-color: transparent;
  color: #6889e2;
  border-color: #6889e2;
}
.btn.btn-pro:hover,
.btn.btn-pro:active {
  background-color: #6889e2;
  color: #ffffff;
}
.btn.btn-pro:disabled,
.btn.btn-pro.disabled {
  pointer-events: none;
  cursor: default;
  color: #ffffff;
  background-color: #D9D9D9;
}
.btn.btn-pro-txt {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #4e63ce;
  text-transform: capitalize;
}
.btn.btn-contact-user {
  font-size: 0px;
  font-size: 0rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 14px;
  background-image: url('../images/svg/icon-envelope.svg');
}
.btn.btn-contact-user:hover {
  background-image: url('../images/svg/icon-envelope-roll.svg');
}
.btn-pro-filter-trigger {
  position: fixed;
  z-index: 4;
  right: 0;
  bottom: 40px;
  width: 56px;
  height: 56px;
  background-color: #4e63ce;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-filter.svg');
  background-size: 24px;
}
@media only screen and (min-width: 768px) {
  .btn-pro-filter-trigger {
    display: none;
  }
}
.btn-pro-filter-trigger .counter {
  border-radius: 50%;
  font-size: 8px;
  font-size: 0.8rem;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #4e63ce;
  text-align: center;
  line-height: 16px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  display: inline-block;
}
.btn-link-outside {
  font-size: 0px;
  font-size: 0rem;
  position: relative;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/icon-link-blue.svg');
}
.btn-link-outside.circle {
  border-radius: 50%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  width: 32px;
  height: 32px;
  background-color: #ffffff;
}
.btn-link-outside.circle:hover {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  background-image: url('../images/svg/icon-link-blue-roll.svg');
}
.btn-play-track {
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  color: #4e63ce;
  text-transform: uppercase;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-weight: 600;
  background-color: #ffffff;
}
.btn-play-track.active:before,
.btn-play-track.active:after {
  content: "";
  margin: -6px -4px 0 0;
  width: 3px;
  height: 12px;
  border: 0;
  background-color: #4e63ce;
}
.btn-play-track.active:after {
  right: auto;
  left: 50%;
  margin: -6px 0 0 -4px;
}
.btn-play-track.active:hover:before,
.btn-play-track.active:hover:after {
  background-color: #6889e2;
}
.btn-play-track.medium {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.btn-play-track.medium.active:before,
.btn-play-track.medium.active:after {
  margin: -5px -4px 0 0;
  width: 3px;
  height: 10px;
}
.btn-play-track.medium.active:after {
  margin: -5px 0 0 -4px;
}
.btn-play-track.medium:before {
  border-width: 5px 0 5px 7px;
  margin: -5px -5px 0 0;
}
.btn-play-track.medium span {
  left: 20px;
  line-height: 16px;
}
.btn-play-track.small {
  min-width: 16px;
  width: 16px;
  height: 16px;
}
.btn-play-track.small.active:before,
.btn-play-track.small.active:after {
  margin: -3px -3px 0 0;
  width: 2px;
  height: 6px;
}
.btn-play-track.small.active:after {
  margin: -3px 0 0 -3px;
}
.btn-play-track.small:before {
  border-width: 3px 0 3px 5px;
  margin: -3px -3px 0 0;
}
.btn-play-track.small span {
  left: 20px;
  line-height: 16px;
}
.btn-play-track.micro {
  min-width: 10px;
  width: 10px;
  height: 10px;
}
.btn-play-track.micro.active:before,
.btn-play-track.micro.active:after {
  margin: -3px -3px 0 0;
  width: 2px;
  height: 6px;
}
.btn-play-track.micro.active:after {
  margin: -3px 0 0 -3px;
}
.btn-play-track.micro:before {
  border-width: 3px 0 3px 5px;
  margin: -3px -3px 0 0;
}
.btn-play-track.micro span {
  left: 20px;
  line-height: 16px;
}
.btn-play-track.blue {
  background-color: #4e63ce;
  border: 1px solid #4e63ce;
}
.btn-play-track.blue.active:after {
  margin: -3px 0 0 -3px;
}
.btn-play-track.blue:hover {
  border-color: #6889e2;
  background-color: #6889e2;
}
.btn-play-track.blue:hover:before {
  border-color: transparent transparent transparent #ffffff;
}
.btn-play-track.blue:before {
  border-color: transparent transparent transparent #ffffff;
}
.btn-play-track.show-text {
  margin-right: 54px;
}
.btn-play-track.show-text span {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn-play-track:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}
.btn-play-track:hover:before {
  border-color: transparent transparent transparent #6889e2;
}
.btn-play-track:before,
.btn-play-track:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
}
.btn-play-track:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #4e63ce;
  margin: -6px -6px 0 0;
}
.btn-play-track:after {
  content: none;
}
.btn-play-track span {
  overflow: visible;
  position: absolute;
  left: 36px;
  top: 0;
  line-height: 32px;
  width: 50px;
  text-align: left;
}
.btn-buy-track {
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  border: 1px solid #4e63ce;
  position: relative;
  color: #4e63ce;
  text-transform: uppercase;
  width: 32px;
  height: 32px;
  font-weight: 600;
}
.btn-buy-track.small {
  width: 16px;
  height: 16px;
}
.btn-buy-track.small:before {
  background-size: 10px;
}
.btn-buy-track.small span {
  overflow: visible;
  left: 20px;
  line-height: 16px;
}
.btn-buy-track.show-text {
  margin-right: 34px;
}
.btn-buy-track.show-text span {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn-buy-track:hover {
  background-color: #4e63ce;
}
.btn-buy-track:hover:before {
  background-image: url('../images/svg/buy-white.svg');
}
.btn-buy-track:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/svg/buy-blue.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.btn-buy-track span {
  position: absolute;
  left: 36px;
  top: 0;
  line-height: 32px;
  width: 30px;
  text-align: left;
}
.btn-entity-sys {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #ffffff;
  color: #4e63ce;
  text-align: center;
  height: 30px;
  min-width: 30px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #4e63ce;
}
@media only screen and (min-width: 768px) {
  .btn-entity-sys {
    height: 40px;
    min-width: 40px;
  }
}
.btn-entity-sys.follow {
  letter-spacing: 0.5px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #4e63ce;
  color: #ffffff;
  border-color: #4e63ce;
}
.btn-entity-sys.follow.active {
  text-transform: none;
  border: 1px solid #4e63ce;
  color: #4e63ce;
  min-width: 90px;
  letter-spacing: 0.5px;
  background-color: #ffffff;
}
.btn-entity-sys.follow.active:before {
  background-image: url('../images/svg/icon-checkmark-blue.svg');
  background-size: 14px;
  width: 12px;
  height: 12px;
}
.btn-entity-sys.follow.active:hover,
.btn-entity-sys.follow.active:active {
  background-color: #ffffff;
  border-color: #6889e2;
  color: #6889e2;
}
.btn-entity-sys.follow.active:hover:before,
.btn-entity-sys.follow.active:active:before {
  background-image: url('../images/svg/icon-checkmark-blue-roll.svg');
}
.btn-entity-sys.follow:before {
  content: "";
  background-image: url('../images/svg/plus-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  display: inline-block;
  line-height: 1;
}
.btn-entity-sys.follow:hover,
.btn-entity-sys.follow:active {
  background-color: #6889e2;
  border-color: #6889e2;
  color: #ffffff;
}
.btn-entity-sys.follow:hover:before,
.btn-entity-sys.follow:active:before {
  background-image: url('../images/svg/plus-white.svg');
}
.btn-entity-sys.edit {
  font-size: 0px;
  font-size: 0rem;
  width: 30px;
  padding: 0;
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
  background-size: 12px;
  max-width: 30px;
}
@media only screen and (min-width: 1199px) {
  .btn-entity-sys.edit {
    background-size: 15px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-entity-sys.edit {
    max-width: 40px;
    width: 40px;
  }
}
.btn-entity-sys.edit:hover,
.btn-entity-sys.edit:active {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.btn-entity-sys.edit-v2 {
  padding: 0 4px;
  max-width: 65px;
}
.btn-entity-sys.edit-v2:only-child {
  max-width: none;
}
.btn-entity-sys.edit-v2:before {
  content: "";
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 1;
}
.btn-entity-sys.edit-v2:hover:before,
.btn-entity-sys.edit-v2:active:before {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.btn-entity-sys.contact {
  padding: 0 4px;
}
.btn-entity-sys.contact:only-child {
  max-width: none;
}
.btn-entity-sys.contact:before {
  content: "";
  background-image: url('../images/svg/email-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 4px;
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 1;
}
.btn-entity-sys.contact:hover:before,
.btn-entity-sys.contact:active:before {
  background-image: url('../images/svg/email-blue-roll.svg');
}
.btn-entity-sys.book {
  padding: 0 8px;
}
.btn-entity-sys.book:only-child {
  max-width: none;
}
.btn-entity-sys.book:before {
  content: "";
  background-image: url('../images/svg/icon-calendar-blue.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 4px;
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 1;
}
.btn-entity-sys.book:hover:before,
.btn-entity-sys.book:active:before {
  background-image: url('../images/svg/icon-calendar-blue-roll.svg');
}
.btn-entity-sys.claim {
  font-size: 0px;
  font-size: 0rem;
  width: 30px;
  padding: 0;
  background-image: url('../images/svg/icon-pro-claim-white.svg');
  background-size: 16px;
  max-width: 30px;
}
@media only screen and (min-width: 1199px) {
  .btn-entity-sys.claim {
    background-size: 20px;
  }
}
@media only screen and (min-width: 1199px) {
  .btn-entity-sys.claim {
    max-width: 40px;
    width: 40px;
  }
}
.btn-entity-sys:hover,
.btn-entity-sys:active {
  color: #6889e2;
  border-color: #6889e2;
}
.btn-pro-content-nav {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  text-transform: capitalize;
  background-position: left center;
  background-repeat: no-repeat;
  color: inherit;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-height: 16px;
  height: 40px;
  color: #000000;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*&.new {
		padding-right: 30px;
		overflow: visible;

		&:after {
			.font-size(9);
			font-weight: 500;
			content: "New";
			text-transform: uppercase;
			position: absolute;
			right: 0;
			top: 4px;
			display: inline-block;
			padding: 2px;
			line-height: 1;
			color: @white;
			background-color: @red;
			letter-spacing: 0.5px;
		}
	}*/
}
.btn-pro-content-nav.page,
.btn-pro-content-nav.basic,
.btn-pro-content-nav.list,
.btn-pro-content-nav.grid {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/logo-v-black.svg');
}
.btn-pro-content-nav.map {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-map.svg');
}
.btn-pro-content-nav.analytics,
.btn-pro-content-nav.charts,
.btn-pro-content-nav.overview {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/logo-v.svg');
}
.btn-pro-content-nav.viberate {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/viberate-color.svg');
}
.btn-pro-content-nav.audience {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/audience-color.svg');
}
.btn-pro-content-nav.playlists {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/spotify-color.svg');
}
.btn-pro-content-nav.spotify {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/spotify-color.svg');
}
.btn-pro-content-nav.youtube {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/youtube-color.svg');
}
.btn-pro-content-nav.shazam {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/shazam-color.svg');
}
.btn-pro-content-nav.soundcloud {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/soundcloud-color.svg');
}
.btn-pro-content-nav.deezer {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/deezer-color.svg');
}
.btn-pro-content-nav.airplay {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/airplay-color.svg');
}
.btn-pro-content-nav.beatport {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/beatport-square.svg');
}
.btn-pro-content-nav.facebook {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/facebook-color.svg');
}
.btn-pro-content-nav.instagram {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/instagram-color.svg');
}
.btn-pro-content-nav.tiktok {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/tiktok-color.svg');
}
.btn-pro-content-nav.twitter {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/twitter-color.svg');
}
.btn-pro-content-nav.social-media {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/social-media-color.svg');
}
.btn-pro-content-nav.geo {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-link-homepage-black.svg');
}
.btn-pro-content-nav.tracks {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/tracks-color.svg');
}
.btn-pro-content-nav.events {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/events-color.svg');
}
.btn-pro-content-nav.network {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/network-color.svg');
}
.btn-pro-content-nav.apple-music,
.btn-pro-content-nav.applemusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/apple-music-color.svg');
}
.btn-pro-content-nav.amazon-music,
.btn-pro-content-nav.amazonmusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/amazon-music-color.svg');
}
.btn-pro-content-nav.saved-charts,
.btn-pro-content-nav.custom-view {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-saved-charts.svg');
  position: relative;
}
.btn-pro-content-nav.saved-charts {
  background-image: url('../images/svg/icon-saved-charts.svg'), url('../images/svg/chevron-down.svg');
  background-size: 16px, 6px;
  background-position: left center, right center;
  padding-right: 10px;
}
.btn-pro-content-nav.songkick {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/songkick-color.svg');
}
.btn-pro-content-nav.anghami {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/anghami-color.svg');
}
.btn-pro-content-nav.audiomack {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/audiomack-color.svg');
}
.btn-pro-content-nav.boomplay {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/boomplay-color.svg');
}
.btn-pro-content-nav.gaana {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/gaana-color.svg');
}
.btn-pro-content-nav.jiosaavn {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/jiosaavn-color.svg');
}
.btn-pro-content-nav.joox {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/joox-color.svg');
}
.btn-pro-content-nav.linemusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/line-music-color.svg');
}
.btn-pro-content-nav.melon {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/melon-color.svg');
}
.btn-pro-content-nav.qqmusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/qq-music-color.svg');
}
.btn-pro-content-nav.yandex {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/yandex-color.svg');
}
.btn-pro-content-nav.new {
  padding-right: 10px;
}
.btn-pro-content-nav.new .new-icon {
  right: 10px;
}
.btn-pro-content-nav.locked,
.btn-pro-content-nav.unlocked {
  overflow: visible;
  padding-right: 10px;
}
.btn-pro-content-nav.locked.new,
.btn-pro-content-nav.unlocked.new {
  padding-right: 20px;
}
.btn-pro-content-nav.locked.new:after,
.btn-pro-content-nav.unlocked.new:after {
  right: 10px;
}
.btn-pro-content-nav.locked.new .new-icon,
.btn-pro-content-nav.unlocked.new .new-icon {
  right: 20px;
}
.btn-pro-content-nav.locked:after,
.btn-pro-content-nav.unlocked:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 4px;
  width: 11px;
  height: 11px;
  display: inline-block;
  background-position: right;
  background-size: 11px;
  background-image: url('../images/svg/icon-locked-grey.svg');
  background-repeat: no-repeat;
}
.btn-pro-content-nav.locked .new-icon,
.btn-pro-content-nav.unlocked .new-icon {
  margin: -1px -20px 0 0;
}
.btn-pro-content-nav.unlocked:after {
  background-image: url('../images/svg/icon-unlocked-grey.svg');
}
.btn-pro-content-nav.soon {
  padding-right: 38px;
  overflow: visible;
  cursor: default;
  color: #d5dde0;
}
.btn-pro-content-nav.soon.page,
.btn-pro-content-nav.soon.list,
.btn-pro-content-nav.soon.grid,
.btn-pro-content-nav.soon.charts,
.btn-pro-content-nav.soon.analytics {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/logo-v-disabled.svg');
}
.btn-pro-content-nav.soon.playlists {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/spotify-disabled.svg');
}
.btn-pro-content-nav.soon.beatport {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/beatport-square-disabled.svg');
}
.btn-pro-content-nav.soon.spotify {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/spotify-disabled.svg');
}
.btn-pro-content-nav.soon.youtube {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/youtube-disabled.svg');
}
.btn-pro-content-nav.soon.airplay {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/airplay-disabled.svg');
}
.btn-pro-content-nav.soon.applemusic,
.btn-pro-content-nav.soon.apple-music {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/apple-music-disabled.svg');
}
.btn-pro-content-nav.soon.audience {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/audience-disabled.svg');
}
.btn-pro-content-nav.soon.social-media {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/social-media-disabled.svg');
}
.btn-pro-content-nav.soon.saved-charts {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-saved-charts-disabled.svg');
}
.btn-pro-content-nav.soon.geo {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/icon-link-homepage-disabled.svg');
}
.btn-pro-content-nav.soon.tracks {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/tracks-disabled.svg');
}
.btn-pro-content-nav.soon.events {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/events-disabled.svg');
}
.btn-pro-content-nav.soon.network {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/network-disabled.svg');
}
.btn-pro-content-nav.soon.viberate {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/viberate-disabled.svg');
}
.btn-pro-content-nav.soon.songkick {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/songkick-disabled.svg');
}
.btn-pro-content-nav.soon.anghami {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/anghami-disabled.svg');
}
.btn-pro-content-nav.soon.audiomack {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/audiomack-disabled.svg');
}
.btn-pro-content-nav.soon.boomplay {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/boomplay-disabled.svg');
}
.btn-pro-content-nav.soon.gaana {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/gaana-disabled.svg');
}
.btn-pro-content-nav.soon.jiosaavn {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/jiosaavn-disabled.svg');
}
.btn-pro-content-nav.soon.joox {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/joox-disabled.svg');
}
.btn-pro-content-nav.soon.linemusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/line-music-disabled.svg');
}
.btn-pro-content-nav.soon.melon {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/melon-disabled.svg');
}
.btn-pro-content-nav.soon.qqmusic {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/qq-music-disabled.svg');
}
.btn-pro-content-nav.soon.yandex {
  background-size: 16px;
  padding-left: 22px;
  background-image: url('../images/svg/yandex-disabled.svg');
}
.btn-pro-content-nav.soon:after {
  border-radius: 2px;
  font-size: 9px;
  font-size: 0.9rem;
  border-radius: 999px;
  font-weight: 400;
  content: "Soon";
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 4px;
  display: inline-block;
  padding: 0 4px;
  line-height: 12px;
  color: #ffffff;
  background-color: #707580;
  letter-spacing: 0.5px;
}
.btn-pro-content-nav.soon:hover {
  color: #d5dde0;
}
.btn-pro-content-nav.beta:after {
  border-radius: 999px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  content: "BETA";
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 4px 1px 4px;
  min-height: 14px;
  line-height: 1;
  color: #ffffff;
  background-color: #707580;
  letter-spacing: 0.5px;
  margin-left: 4px;
  margin-bottom: 9px;
}
.btn-pro-content-nav.beta:hover {
  color: #d5dde0;
}
.btn-pro-content-nav.disabled,
.btn-pro-content-nav:disabled {
  color: #D5DDE0;
  background-size: 16px;
  padding-left: 24px;
}
.btn-pro-content-nav.disabled.page,
.btn-pro-content-nav:disabled.page,
.btn-pro-content-nav.disabled.basic,
.btn-pro-content-nav:disabled.basic,
.btn-pro-content-nav.disabled.map,
.btn-pro-content-nav:disabled.map,
.btn-pro-content-nav.disabled.list,
.btn-pro-content-nav:disabled.list,
.btn-pro-content-nav.disabled.grid,
.btn-pro-content-nav:disabled.grid,
.btn-pro-content-nav.disabled.charts,
.btn-pro-content-nav:disabled.charts,
.btn-pro-content-nav.disabled.analytics,
.btn-pro-content-nav:disabled.analytics,
.btn-pro-content-nav.disabled.overview,
.btn-pro-content-nav:disabled.overview {
  background-image: url('../images/svg/logo-v-disabled.svg');
}
.btn-pro-content-nav.disabled.audience,
.btn-pro-content-nav:disabled.audience {
  background-image: url('../images/svg/audience-disabled.svg');
}
.btn-pro-content-nav.disabled.airplay,
.btn-pro-content-nav:disabled.airplay {
  background-image: url('../images/svg/airplay-disabled.svg');
}
.btn-pro-content-nav.disabled.playlists,
.btn-pro-content-nav:disabled.playlists {
  background-image: url('../images/svg/spotify-disabled.svg');
}
.btn-pro-content-nav.disabled.youtube,
.btn-pro-content-nav:disabled.youtube {
  background-image: url('../images/svg/youtube-disabled.svg');
}
.btn-pro-content-nav.disabled.beatport,
.btn-pro-content-nav:disabled.beatport {
  background-image: url('../images/svg/beatport-square-disabled.svg');
}
.btn-pro-content-nav.disabled.applemusic,
.btn-pro-content-nav:disabled.applemusic,
.btn-pro-content-nav.disabled.apple-music,
.btn-pro-content-nav:disabled.apple-music {
  background-image: url('../images/svg/apple-music-disabled.svg');
}
.btn-pro-content-nav.disabled.social-media,
.btn-pro-content-nav:disabled.social-media {
  background-image: url('../images/svg/social-media-disabled.svg');
}
.btn-pro-content-nav.disabled.spotify,
.btn-pro-content-nav:disabled.spotify {
  background-image: url('../images/svg/spotify-disabled.svg');
}
.btn-pro-content-nav.disabled.saved-charts,
.btn-pro-content-nav:disabled.saved-charts {
  background-image: url('../images/svg/icon-saved-charts-disabled.svg');
}
.btn-pro-content-nav.disabled.geo,
.btn-pro-content-nav:disabled.geo {
  background-image: url('../images/svg/icon-link-homepage-disabled.svg');
}
.btn-pro-content-nav.disabled.tracks,
.btn-pro-content-nav:disabled.tracks {
  background-image: url('../images/svg/tracks-disabled.svg');
}
.btn-pro-content-nav.disabled.network,
.btn-pro-content-nav:disabled.network {
  background-image: url('../images/svg/network-disabled.svg');
}
.btn-pro-content-nav.disabled.events,
.btn-pro-content-nav:disabled.events {
  background-image: url('../images/svg/events-disabled.svg');
}
.btn-pro-content-nav.disabled.viberate,
.btn-pro-content-nav:disabled.viberate {
  background-image: url('../images/svg/viberate-disabled.svg');
}
.btn-pro-content-nav.disabled:hover,
.btn-pro-content-nav:disabled:hover {
  color: #D5DDE0;
}
.btn-pro-content-nav:hover {
  color: #6889e2;
}
@media only screen and (min-width: 768px) {
  .btn-pro-content-nav:hover.saved-charts:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -12px;
    right: -12px;
    background: transparent;
    height: 4px;
    z-index: 4;
  }
}
.btn-pro-content-nav .new-icon {
  position: absolute;
  right: 0;
  top: 4px;
  margin: 0 -12px 0 0;
  left: auto;
}
.download-pdf {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #4e63ce;
  padding: 0 12px 0 28px;
  height: 32px;
  background-position: left 8px center;
  background-size: 16px;
  background-image: url('../images/svg/icon-pro-download-white.svg');
  background-repeat: no-repeat;
}
.download-pdf:hover,
.download-pdf:active {
  background-color: #6889e2;
}
a.btn-pro-search {
  color: #4e63ce;
  border: 2px solid #4e63ce;
  height: auto;
  padding: 10px 12px;
  line-height: 1;
}
a.btn-pro-search span {
  padding: 0;
}
a.btn-pro-search:before {
  content: none;
}
a.btn-pro-search:hover {
  background-color: #4e63ce;
}
.btn-locator-small {
  font-size: 0px;
  font-size: 0rem;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: 11px;
  background-image: url('../images/svg/location-blue.svg');
  background-repeat: no-repeat;
  margin-left: 4px;
  background-size: 8px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .btn-locator-small {
    width: 20px;
    height: 20px;
    background-size: 11px;
  }
}
.btn.btn-primary {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  background-color: #4e63ce;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 24px;
}
.btn.btn-primary.blue {
  background-color: #4e63ce;
  color: #ffffff;
}
.btn.btn-primary.black {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-primary.white {
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-primary.small {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn.btn-primary.border {
  color: #4e63ce;
  border: 1px solid #4e63ce;
  background-color: #ffffff;
  padding: 9px 23px;
}
.btn.btn-primary.border.small {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 7px;
  padding-bottom: 7px;
}
.btn.btn-primary.border:hover,
.btn.btn-primary.border:active {
  color: #6889e2;
  border-color: #6889e2;
  background-color: #ffffff;
}
.btn.btn-primary.border:disabled,
.btn.btn-primary.border.disabled {
  pointer-events: none;
  cursor: default;
  color: #808080;
  border-color: #cccccc;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
  background-color: #6889e2;
  color: #ffffff;
}
.btn.btn-primary:disabled,
.btn.btn-primary.disabled {
  pointer-events: none;
  cursor: default;
  color: #ffffff;
  background-color: #D9D9D9;
}
.btn.btn-secondary {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  border: 1px solid #4e63ce;
  color: #4e63ce;
  text-transform: uppercase;
  padding: 7px 24px;
  letter-spacing: 1px;
}
.btn.btn-secondary.blue {
  border-color: #4e63ce;
  color: #4e63ce;
}
.btn.btn-secondary.black {
  border-color: #000000;
  color: #000000;
}
.btn.btn-secondary.white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-secondary.small {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 12px;
  padding: 6px 22px;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  border-color: #000000;
  color: #000000;
}
.btn.btn-secondary:disabled,
.btn.btn-secondary.disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn.btn-terciary {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  color: #4e63ce;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn.btn-terciary.blue {
  color: #4e63ce;
}
.btn.btn-terciary.black {
  color: #000000;
}
.btn.btn-terciary:hover,
.btn.btn-terciary:active {
  color: #000000;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.btn.btn-terciary:disabled,
.btn.btn-terciary.disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn.btn-txt {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  color: #4e63ce;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #000000;
}
.btn.btn-txt.small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: 500;
}
.btn.btn-txt.blue {
  color: #4e63ce;
}
.btn.btn-txt.blue:hover,
.btn.btn-txt.blue:active {
  color: #6889e2;
}
.btn.btn-txt.black {
  color: #000000;
}
.btn.btn-txt:hover,
.btn.btn-txt:active {
  color: inherit;
}
.btn-dashboard-edit {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
}
.btn-dashboard-edit:before {
  content: url('../images/svg/dashboard-edit.svg');
}
.btn-dashboard-close {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
}
.btn-dashboard-close:before {
  content: url('../images/svg/dashboard-x.svg');
}
.btn-view {
  font-size: 0px;
  font-size: 0rem;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.btn-view.btn-view-list {
  background-image: url('../images/svg/icon-view-list.svg');
}
.btn-view.btn-view-list.active,
.btn-view.btn-view-list:hover {
  background-image: url('../images/svg/icon-view-list-active.svg');
}
.btn-view.btn-view-grid {
  background-image: url('../images/svg/icon-view-grid.svg');
}
.btn-view.btn-view-grid.active,
.btn-view.btn-view-grid:hover {
  background-image: url('../images/svg/icon-view-grid-active.svg');
}
.btn-follow {
  font-size: 0px;
  font-size: 0rem;
  border-radius: 50%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: #4e63ce;
  background-image: url('../images/svg/icon-plus-white.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-follow.follow-for-daily-sync {
  position: relative;
  overflow: visible;
}
.btn-follow.follow-for-daily-sync:before {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 12px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  content: "";
}
.btn-follow.follow-for-daily-sync:hover,
.btn-follow.follow-for-daily-sync:active {
  z-index: 1;
}
.btn-follow.follow-for-daily-sync:hover:before,
.btn-follow.follow-for-daily-sync:active:before {
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 12px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background-color: #6889e2;
  color: #ffffff;
  content: "Follow for Priority Data Sync";
  background-image: url('../images/svg/icon-plus-white.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: left 8px center;
  padding-left: 24px;
  padding-right: 8px;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.btn-follow.small {
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-size: 6px;
}
.btn-follow.small.active {
  background-size: 8px;
}
.btn-follow.active {
  background-color: #ffffff;
  background-image: url('../images/svg/icon-checkmark-blue.svg');
  background-size: 14px;
}
.btn-follow.active:hover,
.btn-follow.active:active {
  background-image: url('../images/svg/icon-checkmark-blue-roll.svg');
  background-color: #ffffff;
}
.btn-follow:hover,
.btn-follow:active {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  background-color: #6889e2;
}
.btn-toggle-city-search {
  color: #4e63ce;
}
.btn-toggle-city-search:hover {
  color: #6889e2;
}
.btn-toggle-city-search:hover:before {
  background-image: url('../images/svg/search-pro-table-blue-roll.svg');
}
.btn-toggle-city-search:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../images/svg/search-pro-table-blue.svg');
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  height: 24px;
}
.btn-back-to-charts {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4e63ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-back-to-charts:hover {
  color: #6889e2;
}
.btn-back-to-charts:hover:before {
  background-image: url('../images/svg/arrow-left-blue-roll.svg');
}
.btn-back-to-charts:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/arrow-left-blue.svg');
  background-size: 11px;
  width: 12px;
  margin-right: 8px;
  height: 8px;
}
.btn-back-to-compared-entity {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4e63ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}
.btn-back-to-compared-entity:hover {
  color: #6889e2;
}
.btn-back-to-compared-entity:hover:before {
  background-image: url('../images/svg/arrow-left-blue-roll.svg');
}
.btn-back-to-compared-entity:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/arrow-left-blue.svg');
  background-size: 11px;
  width: 12px;
  margin-right: 8px;
  white-space: nowrap;
  height: 8px;
  min-width: 12px;
  margin-left: 2px;
}
.btn-save-chart {
  font-size: 10px;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 0 4px;
  color: #4e63ce;
  font-weight: 600;
}
.btn-save-chart.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
}
.btn-save-chart.reverse:before {
  margin-right: 0;
  margin-left: 4px;
}
.btn-save-chart.no-right-padding {
  padding-right: 0;
}
.btn-save-chart.toggle:after {
  content: "";
  width: 8px;
  height: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 8px;
}
.btn-save-chart.toggle:before {
  background-image: url('../images/svg/icon-saved-charts-outline-blue.svg');
}
.btn-save-chart.toggle:disabled:before {
  background-image: url('../images/svg/icon-saved-charts-outline-disabled.svg');
}
.btn-save-chart.toggle:hover:before,
.btn-save-chart.toggle:active:before {
  background-image: url('../images/svg/icon-saved-charts-outline-blue-roll.svg');
}
.btn-save-chart.active:before {
  background-image: url('../images/svg/icon-saved-charts-blue.svg');
}
.btn-save-chart.active:disabled:before {
  background-image: url('../images/svg/icon-saved-charts-disabled.svg');
}
.btn-save-chart.active:hover:before,
.btn-save-chart.active:active:before {
  background-image: url('../images/svg/icon-saved-charts-blue-roll.svg');
}
.btn-save-chart.shadow {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.btn-save-chart.small {
  font-size: 8px;
  font-size: 0.8rem;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 24px;
}
.btn-save-chart.small:before {
  width: 12px;
  height: 12px;
  background-size: 12px;
}
.btn-save-chart.outline:before {
  background-image: url('../images/svg/icon-saved-charts-outline-blue.svg');
}
.btn-save-chart.outline:disabled:before {
  background-image: url('../images/svg/icon-saved-charts-outline-disabled.svg');
}
.btn-save-chart:disabled {
  pointer-events: none;
  cursor: default;
  color: #d5dde0;
}
.btn-save-chart:disabled:before {
  background-image: url('../images/svg/icon-saved-charts-disabled.svg');
}
.btn-save-chart:before {
  content: "";
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 16px;
  min-height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-saved-charts-blue.svg');
  margin-right: 4px;
}
.btn-save-chart:hover,
.btn-save-chart:active {
  color: #6889e2;
}
.btn-save-chart:hover:before,
.btn-save-chart:active:before {
  background-image: url('../images/svg/icon-saved-charts-blue-roll.svg');
}
.btn-expand-chart.expand span {
  display: none;
}
.btn-expand-chart.expand span + span {
  display: inline;
}
.btn-expand-chart span + span {
  display: none;
}
.btn-custom-map-zoom {
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background-color: #ffffff;
  color: #4e63ce;
}
.btn-custom-map-zoom:hover,
.btn-custom-map-zoom:active {
  color: #6889e2;
}
.btn-change-artist {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url('../images/svg/icon-dropdown-down-blue.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  height: 40px;
  padding-right: 16px;
  color: #4e63ce;
}
.btn-change-artist:hover,
.btn-change-artist:active {
  color: #6889e2;
  background-image: url('../images/svg/icon-dropdown-down-blue-roll.svg');
}
.btn-special-toggle {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 0 8px;
  border-radius: 4px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-special-toggle.active {
  font-weight: 600;
  background-color: #eef0fb;
  color: #4e63ce;
}
.btn-special-toggle.channel {
  padding-left: 28px;
}
.btn-special-toggle.spotify {
  background-image: url('../images/svg/spotify-color.svg');
}
.btn-special-toggle.apple-music,
.btn-special-toggle.applemusic {
  background-image: url('../images/svg/apple-music-color.svg');
}
.btn-special-toggle.youtube-music,
.btn-special-toggle.youtubemusic {
  background-image: url('../images/svg/youtube-music-color.svg');
}
.btn-special-toggle.pandora {
  background-image: url('../images/svg/pandora-color.svg');
}
.btn-special-toggle:disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.btn-special-toggle:disabled.active {
  background-color: #d5dde0;
}
.btn-special-toggle:hover,
.btn-special-toggle:active {
  background-color: #f4f6f6;
  color: #6889e2;
}
.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  font-family: 'suisseInt', sans-serif;
  letter-spacing: 0.5px;
  padding: 0 24px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
.button:focus,
.button:hover,
.button:active {
  outline: 0;
}
.button:hover .button-tooltip,
.button:active .button-tooltip {
  display: block;
}
.button.ml-auto {
  margin-left: auto;
}
.button.no-capitalize {
  text-transform: none;
}
.button.loading:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px;
  background-image: url('../images/svg/loader-ani-black.svg');
  background-color: #D5DDE0;
}
.button.loading.has-icon:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.button.loading span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.button.primary {
  letter-spacing: 0.5px;
  background-color: #4e63ce;
  color: #ffffff;
}
.button.primary.red {
  background-color: #ff1e43;
}
.button.primary.red:active,
.button.primary.red:hover {
  background-color: #fe5671;
}
.button.primary.black {
  background-color: #000000;
}
.button.primary.black:active,
.button.primary.black:hover {
  background-color: #424547;
}
.button.primary.white {
  background-color: #ffffff;
  color: #4e63ce;
}
.button.primary.white:active,
.button.primary.white:hover {
  background-color: #ffffff;
  color: #6889e2;
}
.button.primary.inactive {
  pointer-events: none;
  cursor: default;
  background-color: #d5dde0;
  color: #707580;
}
.button.primary.inactive:active,
.button.primary.inactive:hover {
  background-color: #d2d2d1;
}
.button.primary:active,
.button.primary:hover {
  background-color: #6889e2;
}
.button.primary:disabled,
.button.primary.disabled {
  background-color: #D5DDE0;
}
.button.secondary {
  letter-spacing: 0.5px;
  border: 1px solid #4e63ce;
  background-color: transparent;
  color: #4e63ce;
}
.button.secondary.transparent {
  background-color: transparent;
}
.button.secondary.transparent:active,
.button.secondary.transparent:hover {
  background-color: transparent;
}
.button.secondary.black {
  border-color: #000000;
  color: #000000;
}
.button.secondary.black:active,
.button.secondary.black:hover {
  border-color: #494c52;
  color: #494c52;
}
.button.secondary.white {
  border-color: #ffffff;
  color: #ffffff;
}
.button.secondary.white:active,
.button.secondary.white:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.button.secondary:active,
.button.secondary:hover {
  color: #6889e2;
  border-color: #6889e2;
  background-color: transparent;
}
.button.secondary:disabled,
.button.secondary.disabled {
  border-color: #D5DDE0;
  color: #D5DDE0;
}
.button.tertiary {
  background-color: transparent;
  color: #4e63ce;
}
@media only screen and (max-width: 767px) {
  .button.tertiary.s {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.button.tertiary.black {
  color: #000000;
}
.button.tertiary.black:active,
.button.tertiary.black:hover {
  color: #494c52;
}
.button.tertiary.grey {
  color: #707580;
}
.button.tertiary.grey:active,
.button.tertiary.grey:hover {
  color: #000000;
}
.button.tertiary.white {
  color: #ffffff;
}
.button.tertiary.white:active,
.button.tertiary.white:hover {
  color: #f4f6f6;
}
.button.tertiary.underline {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.button.tertiary:active,
.button.tertiary:hover {
  color: #6889e2;
}
.button.tertiary:disabled,
.button.tertiary.disabled {
  color: #D5DDE0;
}
.button.has-icon {
  line-height: 1;
}
.button.has-icon:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.button.has-icon.no-text:before {
  margin-right: 0;
  margin-left: 0;
}
.button.has-icon.icon-download:before {
  background-image: url('../images/svg/icon-download-pro-white.svg');
}
.button.has-icon.icon-download.secondary:hover:before,
.button.has-icon.icon-download.tertiary:hover:before,
.button.has-icon.icon-download.secondary:active:before,
.button.has-icon.icon-download.tertiary:active:before {
  background-image: url('../images/svg/icon-download-pro-roll.svg');
}
.button.has-icon.icon-download.secondary:before,
.button.has-icon.icon-download.tertiary:before {
  background-image: url('../images/svg/icon-download-pro.svg');
}
.button.has-icon.icon-download.secondary:disabled:before,
.button.has-icon.icon-download.tertiary:disabled:before {
  background-image: url('../images/svg/icon-download-pro-disabled.svg');
}
.button.has-icon.icon-download.s:before,
.button.has-icon.icon-download.sx:before {
  background-size: 8px;
}
.button.has-icon.icon-plus:before {
  background-image: url('../images/svg/icon-plus-white.svg');
}
.button.has-icon.icon-plus.secondary:hover:before,
.button.has-icon.icon-plus.tertiary:hover:before,
.button.has-icon.icon-plus.secondary:active:before,
.button.has-icon.icon-plus.tertiary:active:before {
  background-image: url('../images/svg/icon-plus-blue-roll.svg');
}
.button.has-icon.icon-plus.secondary:before,
.button.has-icon.icon-plus.tertiary:before {
  background-size: 8px;
  background-image: url('../images/svg/icon-plus-blue.svg');
}
.button.has-icon.icon-plus.secondary:disabled:before,
.button.has-icon.icon-plus.tertiary:disabled:before {
  background-image: url('../images/svg/icon-plus-disabled.svg');
}
.button.has-icon.icon-plus.s:before,
.button.has-icon.icon-plus.sx:before {
  background-size: 8px;
}
.button.has-icon.refresh:before {
  background-image: url('../images/svg/icon-refresh-white.svg');
}
.button.has-icon.refresh.secondary:hover:before,
.button.has-icon.refresh.tertiary:hover:before,
.button.has-icon.refresh.secondary:active:before,
.button.has-icon.refresh.tertiary:active:before {
  background-image: url('../images/svg/icon-refresh-blue-roll.svg');
}
.button.has-icon.refresh.secondary:before,
.button.has-icon.refresh.tertiary:before {
  background-image: url('../images/svg/icon-refresh-blue.svg');
  margin-right: 4px;
}
.button.has-icon.refresh.secondary:disabled:before,
.button.has-icon.refresh.tertiary:disabled:before {
  background-image: url('../images/svg/icon-refresh-disabled.svg');
}
.button.has-icon.refresh.reversed:before {
  margin-left: 4px;
  margin-right: 0;
}
.button.has-icon.icon-arrow-down:before {
  background-image: url('../images/svg/icon-down-arrow-white.svg');
}
.button.has-icon.icon-arrow-down.secondary:hover:before,
.button.has-icon.icon-arrow-down.tertiary:hover:before,
.button.has-icon.icon-arrow-down.secondary:active:before,
.button.has-icon.icon-arrow-down.tertiary:active:before {
  background-image: url('../images/svg/icon-down-arrow-blue-roll.svg');
}
.button.has-icon.icon-arrow-down.secondary:before,
.button.has-icon.icon-arrow-down.tertiary:before {
  background-image: url('../images/svg/icon-down-arrow-blue.svg');
}
.button.has-icon.icon-arrow-down.secondary:disabled:before,
.button.has-icon.icon-arrow-down.tertiary:disabled:before {
  background-image: url('../images/svg/icon-down-arrow-disabled.svg');
}
.button.has-icon.icon-explore:before {
  background-image: url('../images/svg/icon-explore-white.svg');
}
.button.has-icon.icon-explore.secondary.white,
.button.has-icon.icon-explore.tertiary.white {
  color: #ffffff;
}
.button.has-icon.icon-explore.secondary.white:hover:before,
.button.has-icon.icon-explore.tertiary.white:hover:before,
.button.has-icon.icon-explore.secondary.white:active:before,
.button.has-icon.icon-explore.tertiary.white:active:before {
  background-image: url('../images/svg/icon-explore-white.svg');
}
.button.has-icon.icon-explore.secondary.white:before,
.button.has-icon.icon-explore.tertiary.white:before {
  background-image: url('../images/svg/icon-explore-white.svg');
}
.button.has-icon.icon-explore.secondary:hover:before,
.button.has-icon.icon-explore.tertiary:hover:before,
.button.has-icon.icon-explore.secondary:active:before,
.button.has-icon.icon-explore.tertiary:active:before {
  background-image: url('../images/svg/icon-explore-blue-roll.svg');
}
.button.has-icon.icon-explore.secondary:before,
.button.has-icon.icon-explore.tertiary:before {
  background-image: url('../images/svg/icon-explore-blue.svg');
}
.button.has-icon.icon-explore.secondary:disabled:before,
.button.has-icon.icon-explore.tertiary:disabled:before {
  background-image: url('../images/svg/icon-explore-disabled.svg');
}
.button.has-icon.icon-help:before {
  background-image: url('../images/svg/icon-help-white.svg');
}
.button.has-icon.icon-help.secondary:hover:before,
.button.has-icon.icon-help.tertiary:hover:before,
.button.has-icon.icon-help.secondary:active:before,
.button.has-icon.icon-help.tertiary:active:before {
  background-image: url('../images/svg/icon-help-blue-roll.svg');
}
.button.has-icon.icon-help.secondary:before,
.button.has-icon.icon-help.tertiary:before {
  background-image: url('../images/svg/icon-help-blue.svg');
}
.button.has-icon.icon-help.secondary:disabled:before,
.button.has-icon.icon-help.tertiary:disabled:before {
  background-image: url('../images/svg/icon-help-disabled.svg');
}
.button.has-icon.icon-chart:before {
  background-image: url('../images/svg/icon-chart-explore-white.svg');
}
.button.has-icon.icon-chart.secondary:hover:before,
.button.has-icon.icon-chart.tertiary:hover:before,
.button.has-icon.icon-chart.secondary:active:before,
.button.has-icon.icon-chart.tertiary:active:before {
  background-image: url('../images/svg/icon-chart-explore-blue-roll.svg');
}
.button.has-icon.icon-chart.secondary:before,
.button.has-icon.icon-chart.tertiary:before {
  background-image: url('../images/svg/icon-chart-explore-blue.svg');
}
.button.has-icon.icon-chart.secondary:disabled:before,
.button.has-icon.icon-chart.tertiary:disabled:before {
  background-image: url('../images/svg/icon-chart-explore-disabled.svg');
}
.button.has-icon.icon-checkmark:before {
  background-image: url('../images/svg/icon-checkmark-white.svg');
}
.button.has-icon.icon-checkmark.secondary.s:before,
.button.has-icon.icon-checkmark.tertiary.s:before {
  background-size: 10px;
}
.button.has-icon.icon-checkmark.secondary.black:before,
.button.has-icon.icon-checkmark.tertiary.black:before {
  background-image: url('../images/svg/icon-checkmark-black.svg');
}
.button.has-icon.icon-checkmark.secondary.black:hover:before,
.button.has-icon.icon-checkmark.tertiary.black:hover:before,
.button.has-icon.icon-checkmark.secondary.black:active:before,
.button.has-icon.icon-checkmark.tertiary.black:active:before {
  background-image: url('../images/svg/icon-checkmark-black-roll.svg');
}
.button.has-icon.icon-checkmark.secondary:hover:before,
.button.has-icon.icon-checkmark.tertiary:hover:before,
.button.has-icon.icon-checkmark.secondary:active:before,
.button.has-icon.icon-checkmark.tertiary:active:before {
  background-image: url('../images/svg/icon-checkmark-blue-roll.svg');
}
.button.has-icon.icon-checkmark.secondary:before,
.button.has-icon.icon-checkmark.tertiary:before {
  background-image: url('../images/svg/icon-checkmark-blue.svg');
}
.button.has-icon.icon-checkmark.secondary:disabled:before,
.button.has-icon.icon-checkmark.tertiary:disabled:before {
  background-image: url('../images/svg/icon-checkmark-disabled.svg');
}
.button.has-icon.icon-close:before {
  background-image: url('../images/svg/icon-close-white.svg');
}
.button.has-icon.icon-close.secondary.s:before,
.button.has-icon.icon-close.tertiary.s:before {
  background-size: 10px;
}
.button.has-icon.icon-close.secondary.grey:before,
.button.has-icon.icon-close.tertiary.grey:before {
  background-image: url('../images/svg/icon-close-grey.svg');
}
.button.has-icon.icon-close.secondary.grey:hover:before,
.button.has-icon.icon-close.tertiary.grey:hover:before,
.button.has-icon.icon-close.secondary.grey:active:before,
.button.has-icon.icon-close.tertiary.grey:active:before {
  background-image: url('../images/svg/icon-close-grey-roll.svg');
}
.button.has-icon.icon-close.secondary.black:before,
.button.has-icon.icon-close.tertiary.black:before {
  background-image: url('../images/svg/icon-close-black.svg');
}
.button.has-icon.icon-close.secondary.black:hover:before,
.button.has-icon.icon-close.tertiary.black:hover:before,
.button.has-icon.icon-close.secondary.black:active:before,
.button.has-icon.icon-close.tertiary.black:active:before {
  background-image: url('../images/svg/icon-close-black-roll.svg');
}
.button.has-icon.icon-close.secondary:hover:before,
.button.has-icon.icon-close.tertiary:hover:before,
.button.has-icon.icon-close.secondary:active:before,
.button.has-icon.icon-close.tertiary:active:before {
  background-image: url('../images/svg/icon-close-blue-roll.svg');
}
.button.has-icon.icon-close.secondary:before,
.button.has-icon.icon-close.tertiary:before {
  background-image: url('../images/svg/icon-close-blue.svg');
}
.button.has-icon.icon-close.secondary:disabled:before,
.button.has-icon.icon-close.tertiary:disabled:before {
  background-image: url('../images/svg/icon-close-disabled.svg');
}
.button.has-icon.icon-arrow-left:before {
  background-size: 10px;
  background-image: url('../images/svg/icon-arrow-left-white.svg');
}
.button.has-icon.icon-arrow-left.secondary:hover:before,
.button.has-icon.icon-arrow-left.tertiary:hover:before,
.button.has-icon.icon-arrow-left.secondary:active:before,
.button.has-icon.icon-arrow-left.tertiary:active:before {
  background-image: url('../images/svg/icon-arrow-left-blue-roll.svg');
}
.button.has-icon.icon-arrow-left.secondary:before,
.button.has-icon.icon-arrow-left.tertiary:before {
  background-image: url('../images/svg/icon-arrow-left-blue.svg');
}
.button.has-icon.icon-arrow-left.secondary:disabled:before,
.button.has-icon.icon-arrow-left.tertiary:disabled:before {
  background-image: url('../images/svg/icon-arrow-left-disabled.svg');
}
.button.has-icon.icon-arrow-right:before {
  background-size: 10px;
  background-image: url('../images/svg/icon-arrow-right-white.svg');
}
.button.has-icon.icon-arrow-right.secondary:hover:before,
.button.has-icon.icon-arrow-right.tertiary:hover:before,
.button.has-icon.icon-arrow-right.secondary:active:before,
.button.has-icon.icon-arrow-right.tertiary:active:before {
  background-image: url('../images/svg/icon-arrow-right-blue-roll.svg');
}
.button.has-icon.icon-arrow-right.secondary:before,
.button.has-icon.icon-arrow-right.tertiary:before {
  background-image: url('../images/svg/icon-arrow-right-blue.svg');
}
.button.has-icon.icon-arrow-right.secondary:disabled:before,
.button.has-icon.icon-arrow-right.tertiary:disabled:before {
  background-image: url('../images/svg/icon-arrow-right-disabled.svg');
}
.button.has-icon.icon-chevron-left:before {
  background-size: 5px;
  background-image: url('../images/svg/icon-left-arrow-white.svg');
  margin: 0;
}
.button.has-icon.icon-chevron-left.secondary.white,
.button.has-icon.icon-chevron-left.tertiary.white {
  color: #ffffff;
}
.button.has-icon.icon-chevron-left.secondary.white:before,
.button.has-icon.icon-chevron-left.tertiary.white:before {
  background-image: url('../images/svg/icon-left-arrow-white.svg');
}
.button.has-icon.icon-chevron-left.secondary.white:hover,
.button.has-icon.icon-chevron-left.tertiary.white:hover,
.button.has-icon.icon-chevron-left.secondary.white:active,
.button.has-icon.icon-chevron-left.tertiary.white:active {
  color: #6889e2;
}
.button.has-icon.icon-chevron-left.secondary.black,
.button.has-icon.icon-chevron-left.tertiary.black {
  color: #000000;
}
.button.has-icon.icon-chevron-left.secondary.black:before,
.button.has-icon.icon-chevron-left.tertiary.black:before {
  background-image: url('../images/svg/icon-left-arrow.svg');
}
.button.has-icon.icon-chevron-left.secondary.black:hover,
.button.has-icon.icon-chevron-left.tertiary.black:hover,
.button.has-icon.icon-chevron-left.secondary.black:active,
.button.has-icon.icon-chevron-left.tertiary.black:active {
  color: #6889e2;
}
.button.has-icon.icon-chevron-left.secondary:hover:before,
.button.has-icon.icon-chevron-left.tertiary:hover:before,
.button.has-icon.icon-chevron-left.secondary:active:before,
.button.has-icon.icon-chevron-left.tertiary:active:before {
  background-image: url('../images/svg/icon-left-arrow-blue-roll.svg');
}
.button.has-icon.icon-chevron-left.secondary:before,
.button.has-icon.icon-chevron-left.tertiary:before {
  background-image: url('../images/svg/icon-left-arrow-blue.svg');
}
.button.has-icon.icon-chevron-left.secondary:disabled:before,
.button.has-icon.icon-chevron-left.tertiary:disabled:before {
  background-image: url('../images/svg/icon-left-arrow-disabled.svg');
}
.button.has-icon.icon-chevron-right:before {
  background-size: 5px;
  background-image: url('../images/svg/icon-right-arrow-white.svg');
}
.button.has-icon.icon-chevron-right.secondary:hover:before,
.button.has-icon.icon-chevron-right.tertiary:hover:before,
.button.has-icon.icon-chevron-right.secondary:active:before,
.button.has-icon.icon-chevron-right.tertiary:active:before {
  background-image: url('../images/svg/icon-right-arrow-blue-roll.svg');
}
.button.has-icon.icon-chevron-right.secondary:before,
.button.has-icon.icon-chevron-right.tertiary:before {
  background-image: url('../images/svg/icon-right-arrow-blue.svg');
}
.button.has-icon.icon-chevron-right.secondary:disabled:before,
.button.has-icon.icon-chevron-right.tertiary:disabled:before {
  background-image: url('../images/svg/icon-right-arrow-disabled.svg');
}
.button.has-icon.icon-chevron-right.tertiary:before {
  margin-right: 4px;
}
.button.has-icon.icon-chevron-right.tertiary.reversed:before {
  margin-left: 4px;
  margin-right: 0;
}
.button.has-icon.icon-edit:before {
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
}
.button.has-icon.icon-edit:hover:before,
.button.has-icon.icon-edit:active:before {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.button.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.button.reversed:before {
  margin-right: 0;
  margin-left: 8px;
}
.button.sx {
  font-size: 16px;
  font-size: 1.6rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .button.sx {
    font-size: 10px;
    font-size: 1rem;
    height: 32px;
  }
}
.button.sx.loading:before {
  background-size: 10px;
}
.button.s {
  font-size: 16px;
  font-size: 1.6rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .button.s {
    font-size: 12px;
    font-size: 1.2rem;
    height: 40px;
  }
}
.button.m {
  font-size: 16px;
  font-size: 1.6rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .button.m {
    height: 48px;
  }
}
.button.l {
  font-size: 16px;
  font-size: 1.6rem;
  height: 56px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .button.l {
    height: 56px;
  }
}
.button.rounded {
  border-radius: 8px;
  letter-spacing: 0.5px;
}
.button.rounded.m {
  padding-left: 32px;
  padding-right: 32px;
}
.button.no-wrap {
  white-space: nowrap;
}
.button .full-width {
  width: 100%;
}
.button.no-padding {
  padding-left: 0;
  padding-right: 0;
  height: auto;
}
.button.paypal {
  font-size: 0px;
  font-size: 0rem;
  background-color: #FFC439;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/svg/paypal.svg');
  padding: 0;
}
.button.paypal:hover,
.button.paypal:active {
  background-color: #FFC439;
}
.button.absolute-view-all {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.button.alt-edit {
  outline: 1px dotted #4e63ce;
  background-color: #ffffff;
  color: #4e63ce;
}
.button.alt-edit.blue {
  background-color: #4e63ce;
  color: #ffffff;
}
.button.alt-edit.blue:hover,
.button.alt-edit.blue:active {
  color: #ffffff;
  outline-color: #6889e2;
  background-color: #6889e2;
}
.button.alt-edit:hover,
.button.alt-edit:active {
  color: #6889e2;
  outline-color: #6889e2;
}
.button .button-tooltip {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  font-size: 10px;
  font-size: 1rem;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px;
  padding: 8px 16px;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  color: #000000;
  background-color: #ffffff;
  width: 254px;
  text-align: center;
  white-space: normal;
  text-transform: none;
}
.button .button-tooltip .grey {
  color: #707580;
}
.button .button-tooltip strong {
  font-weight: bold;
}
.button > span {
  line-height: 1;
}
.btn-editor {
  font-size: 0px;
  font-size: 0rem;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-editor.text {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #4e63ce;
  width: auto;
}
.btn-editor.text:hover,
.btn-editor.text:active {
  color: #6889e2;
}
.btn-editor.move {
  background-image: url('../images/svg/icon-pro-move-blue.svg');
}
.btn-editor.move.blue {
  background-image: url('../images/svg/icon-pro-move-white.svg');
}
.btn-editor.move.blue:hover,
.btn-editor.move.blue:active {
  background-image: url('../images/svg/icon-pro-move-white.svg');
  background-color: #6889e2;
}
.btn-editor.move:hover,
.btn-editor.move:active {
  background-image: url('../images/svg/icon-pro-move-blue-roll.svg');
}
.btn-editor.edit {
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
}
.btn-editor.edit.blue {
  background-image: url('../images/svg/icon-pro-edit-white.svg');
}
.btn-editor.edit.blue:hover,
.btn-editor.edit.blue:active {
  background-image: url('../images/svg/icon-pro-edit-white.svg');
  background-color: #6889e2;
}
.btn-editor.edit:hover,
.btn-editor.edit:active {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
}
.btn-editor.download {
  background-image: url('../images/svg/icon-pro-download-blue.svg');
}
.btn-editor.download.blue {
  background-image: url('../images/svg/icon-pro-download-white.svg');
}
.btn-editor.download.blue:hover,
.btn-editor.download.blue:active {
  background-image: url('../images/svg/icon-pro-download-white.svg');
  background-color: #6889e2;
}
.btn-editor.download:hover,
.btn-editor.download:active {
  background-image: url('../images/svg/icon-pro-download-blue-roll.svg');
}
.btn-editor.delete {
  background-image: url('../images/svg/icon-pro-delete-blue.svg');
}
.btn-editor.delete.blue {
  background-image: url('../images/svg/icon-pro-delete-white.svg');
}
.btn-editor.delete.blue:hover,
.btn-editor.delete.blue:active {
  background-image: url('../images/svg/icon-pro-delete-white.svg');
  background-color: #6889e2;
}
.btn-editor.delete:hover,
.btn-editor.delete:active {
  background-image: url('../images/svg/icon-pro-delete-blue-roll.svg');
}
.btn-editor.report {
  background-image: url('../images/svg/icon-pro-report-blue.svg');
}
.btn-editor.report.blue {
  background-image: url('../images/svg/icon-pro-report-white.svg');
}
.btn-editor.report.blue:hover,
.btn-editor.report.blue:active {
  background-image: url('../images/svg/icon-pro-report-white.svg');
  background-color: #6889e2;
}
.btn-editor.report:hover,
.btn-editor.report:active {
  background-image: url('../images/svg/icon-pro-report-blue-roll.svg');
}
.btn-editor.circle {
  border-radius: 50%;
  border: 1px solid #4e63ce;
  background-color: #ffffff;
}
.btn-editor.circle:hover,
.btn-editor.circle:active {
  border-color: #6889e2;
}
.btn-editor.blue {
  background-color: #4e63ce;
}
.btn-move-chart {
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 8px;
  background-repeat: no-repeat;
  margin: 0 8px;
  background-color: #4e63ce;
}
.btn-move-chart:disabled {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.btn-move-chart.move-left {
  background-image: url('../images/svg/icon-left-arrow-white.svg');
  background-position: left 7px top 5px;
}
.btn-move-chart.move-right {
  background-image: url('../images/svg/icon-right-arrow-white.svg');
  background-position: right 7px top 5px;
}
.btn-move-chart:hover {
  background-color: #6889e2;
}
.btn-customize-chart {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #4e63ce;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
  padding: 5px 16px 5px 32px;
  font-weight: 600;
  color: #4e63ce;
}
.btn-customize-chart:hover {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
  color: #6889e2;
  border-color: #6889e2;
}
.btn-edit-links {
  font-size: 12px;
  font-size: 1.2rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url('../images/svg/icon-pro-edit-blue.svg');
  padding: 0;
  font-weight: 600;
  color: #4e63ce;
  padding-right: 24px;
}
.btn-edit-links:hover {
  background-image: url('../images/svg/icon-pro-edit-blue-roll.svg');
  color: #6889e2;
}
.js-btn-toggle-changes {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ff1f43;
  color: white;
  pading: 16px;
  border-radius: 8px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  border: 0;
}
.js-btn-toggle-changes.active {
  background-color: #66cd94;
}
/*************** 7. FORMS ***************/
.has-error {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  color: #ff1e43 !important;
  border-color: #ff1e43 !important;
}
.error-msg {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  display: none;
  color: #ff1e43;
}
.error-msg.show {
  display: block;
}
.error-msg.general {
  font-weight: 500;
  color: #ff1e43;
}
.error-msg.success {
  color: #66cd94;
}
.error-msg.relative {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.error-msg-general {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  display: none;
  color: #ff1e43;
}
.error-msg-general.show {
  display: block;
}
.error .error-msg {
  display: block;
}
.error input[type="text"],
.error input[type="number"],
.error input[type="email"],
.error input[type="password"] {
  border-color: #ff1e43;
}
.error input[type="text"] + .error-msg,
.error input[type="number"] + .error-msg,
.error input[type="email"] + .error-msg,
.error input[type="password"] + .error-msg {
  color: #ff1e43;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.error .custom-input input[type="text"] + .error-msg,
.error .custom-input input[type="number"] + .error-msg,
.error .custom-input input[type="email"] + .error-msg,
.error .custom-input input[type="password"] + .error-msg {
  color: #ff1e43;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.form-row {
  position: relative;
  padding: 4px 0 12px 0;
}
.form-row {
  z-index: 9;
}
.form-row + .form-row {
  z-index: 8;
}
.form-row + .form-row + .form-row {
  z-index: 7;
}
.form-row + .form-row + .form-row + .form-row {
  z-index: 6;
}
.form-row + .form-row + .form-row + .form-row + .form-row {
  z-index: 5;
}
.form-row + .form-row + .form-row + .form-row + .form-row + .form-row {
  z-index: 4;
}
.form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row {
  z-index: 3;
}
.form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row {
  z-index: 2;
}
.form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row + .form-row {
  z-index: 1;
}
textarea {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  padding: 30px 20px;
  background-color: #ffffff;
  width: 100%;
  border: 0;
  color: #000000;
  height: 150px;
  resize: none;
  outline: 0;
  vertical-align: top;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
textarea.error::-webkit-input-placeholder {
  color: #ff1e43;
}
textarea.error:-ms-input-placeholder {
  color: #ff1e43;
}
textarea.error::-ms-input-placeholder {
  color: #ff1e43;
}
textarea.error::placeholder {
  color: #ff1e43;
}
select {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  vertical-align: baseline;
  font-family: 'suisseInt', sans-serif;
  border: 0;
  color: #d2d2d1;
  background-color: transparent;
  padding: 2px 10px;
  line-height: 1;
  display: inline-block;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url('../images/svg/chevron-down.svg');
  padding-right: 20px;
}
select option {
  color: #000000;
}
select option:checked {
  color: #d2d2d1;
}
select:focus {
  outline: 0;
}
.custom-select {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  letter-spacing: 0.5px;
  width: 100%;
  position: relative;
  color: #707580;
  z-index: 2;
}
.custom-select.multiselect .results {
  padding-bottom: 10px;
}
.custom-select.multiselect .results li {
  padding: 0;
  position: relative;
}
.custom-select.multiselect .results li > ul {
  display: none;
}
.custom-select.multiselect .results li > ul > li .btn {
  padding-left: 48px;
}
.custom-select.multiselect .results li > ul > li .btn:before {
  left: 30px;
}
.custom-select.multiselect .results .btn-expand-toggle.active + ul {
  display: block;
}
.custom-select.with-search input[type="text"] {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'suisseInt', sans-serif;
  background-color: #ffffff;
  border: 10px solid #f4f6f6;
  padding: 0 10px;
  height: 48px;
  line-height: 1;
}
.custom-select.with-search.open .results {
  top: 98px;
  padding-top: 0;
}
.custom-select.charts {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  background-color: #ffffff;
}
.custom-select.charts .selected-wrapper {
  border-color: #ffffff;
  height: 34px;
}
.custom-select.charts .selected-wrapper:after {
  top: 0;
  right: 12px;
  height: 34px;
}
.custom-select.charts .selected-wrapper span {
  padding-left: 40px;
}
.custom-select.charts .selected-option {
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-transform: none;
}
.custom-select.charts .selected-option span {
  padding-right: 30px;
  display: block;
  font-weight: 500;
  padding-left: 43px;
  background-size: 16px;
}
.custom-select.charts .results {
  top: 37px;
  text-transform: none;
  max-height: none;
}
.custom-select.charts .results li {
  padding-left: 40px;
}
.custom-select.optional .selected-wrapper {
  font-style: italic;
}
.custom-select.open .blocker {
  display: block;
}
.custom-select.open .selected-wrapper:after {
  background-image: url('../images/svg/chevron-up.svg');
}
.custom-select.open .results {
  display: block;
}
.custom-select .blocker {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: none;
}
.custom-select .selected-wrapper {
  border-bottom: 2px solid #000000;
  padding-right: 20px;
  height: 48px;
}
.custom-select .selected-wrapper:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 48px;
  right: 0;
  top: 5px;
  background-image: url('../images/svg/chevron-down.svg');
  background-position: right center;
  background-size: 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.custom-select .selected-wrapper > label {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: none;
}
.custom-select .selected-option {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 20px;
  left: 0;
  height: 48px;
  line-height: 48px;
  color: #000000;
  padding-top: 5px;
  cursor: pointer;
  outline: 0;
  text-align: left;
  background-position: left center;
  background-repeat: no-repeat;
}
.custom-select .selected-option.placeholder {
  color: #707580;
  font-weight: 500;
}
.custom-select .selected-option.placeholder + label {
  display: none;
}
.custom-select .selected-option span {
  text-align: left;
  background-position: left 12px center;
  background-repeat: no-repeat;
}
.custom-select .results {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  color: #707580;
  display: none;
  background-color: #f4f6f6;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  max-height: 205px;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}
.custom-select .results.has-border {
  border: 2px solid #000000;
  top: 48px;
}
.custom-select .results::-webkit-scrollbar {
  width: 5px;
}
.custom-select .results::-webkit-scrollbar-track-piece {
  background: #ddd;
}
.custom-select .results::-webkit-scrollbar-thumb {
  background: #4b4b4b;
}
.custom-select .results .item {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.custom-select .results .item.divider {
  padding-top: 0;
  padding-bottom: 0;
  height: 2px;
  background: #000000;
  margin: 0 8px;
}
.custom-select .disclaimer {
  font-size: 9px;
  font-size: 0.9rem;
  pointer-events: none;
  cursor: default;
  line-height: 10px;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 3px;
  display: block;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .custom-select .disclaimer {
    padding-top: 6px;
    white-space: nowrap;
  }
}
.custom-select li {
  padding: 10px 15px;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.custom-select li:hover,
.custom-select li.active {
  color: black;
  cursor: pointer;
}
.custom-select .reset-field {
  font-size: 0px;
  font-size: 0rem;
  background-image: url('../images/svg/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  display: inline-block;
  width: 32px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  border-left: 2px solid #000000;
}
.custom-select .btn-expand-toggle {
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: transform 150ms ease-in-out;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  width: 24px;
  height: 24px;
  background-image: url('../images/svg/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 1;
}
.custom-select .btn-expand-toggle.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.custom-select .viberate {
  background-image: url('../images/svg/viberate-color.svg');
}
.custom-select .instagram {
  background-image: url('../images/svg/instagram-color.svg');
}
.custom-select .twitter {
  background-image: url('../images/svg/twitter-color.svg');
}
.custom-select .youtube {
  background-image: url('../images/svg/youtube-color.svg');
}
.custom-select .shazam {
  background-image: url('../images/svg/shazam-color.svg');
}
.custom-select .soundcloud {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.custom-select .spotify {
  background-image: url('../images/svg/spotify-color.svg');
}
.custom-select .deezer {
  background-image: url('../images/svg/deezer-color.svg');
}
.custom-select .facebook {
  background-image: url('../images/svg/facebook-color.svg');
  background-size: 8px;
}
.custom-select + .custom-select {
  z-index: 1;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"] {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-touch-callout: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  -o-user-select: auto;
  line-height: 18px;
  letter-spacing: 0.5px;
  width: 100%;
  position: relative;
  color: #000000;
  border: 0;
  border-bottom: 2px solid #000000;
  padding-right: 20px;
  height: 48px;
  padding-top: 10px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: baseline;
  outline: none;
}
input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled {
  background-image: url('../images/svg/lock-disabled.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px;
  color: #e5e5e5;
  border-color: #e5e5e5;
}
input[type="text"]:disabled::-webkit-input-placeholder,
input[type="number"]:disabled::-webkit-input-placeholder,
input[type="email"]:disabled::-webkit-input-placeholder,
input[type="password"]:disabled::-webkit-input-placeholder,
input[type="tel"]:disabled::-webkit-input-placeholder,
input[type="search"]:disabled::-webkit-input-placeholder {
  color: #e5e5e5;
}
input[type="text"]:disabled:-ms-input-placeholder,
input[type="number"]:disabled:-ms-input-placeholder,
input[type="email"]:disabled:-ms-input-placeholder,
input[type="password"]:disabled:-ms-input-placeholder,
input[type="tel"]:disabled:-ms-input-placeholder,
input[type="search"]:disabled:-ms-input-placeholder {
  color: #e5e5e5;
}
input[type="text"]:disabled::-ms-input-placeholder,
input[type="number"]:disabled::-ms-input-placeholder,
input[type="email"]:disabled::-ms-input-placeholder,
input[type="password"]:disabled::-ms-input-placeholder,
input[type="tel"]:disabled::-ms-input-placeholder,
input[type="search"]:disabled::-ms-input-placeholder {
  color: #e5e5e5;
}
input[type="text"]:disabled::placeholder,
input[type="number"]:disabled::placeholder,
input[type="email"]:disabled::placeholder,
input[type="password"]:disabled::placeholder,
input[type="tel"]:disabled::placeholder,
input[type="search"]:disabled::placeholder {
  color: #e5e5e5;
}
input[type="text"]:-moz-read-only:not(.mbsc-comp),
input[type="number"]:-moz-read-only:not(.mbsc-comp),
input[type="email"]:-moz-read-only:not(.mbsc-comp),
input[type="password"]:-moz-read-only:not(.mbsc-comp),
input[type="tel"]:-moz-read-only:not(.mbsc-comp),
input[type="search"]:-moz-read-only:not(.mbsc-comp) {
  color: #e5e5e5;
  border-color: #e5e5e5;
}
input[type="text"]:read-only:not(.mbsc-comp),
input[type="number"]:read-only:not(.mbsc-comp),
input[type="email"]:read-only:not(.mbsc-comp),
input[type="password"]:read-only:not(.mbsc-comp),
input[type="tel"]:read-only:not(.mbsc-comp),
input[type="search"]:read-only:not(.mbsc-comp) {
  color: #e5e5e5;
  border-color: #e5e5e5;
}
input[type="text"].mbsc-comp,
input[type="number"].mbsc-comp,
input[type="email"].mbsc-comp,
input[type="password"].mbsc-comp,
input[type="tel"].mbsc-comp,
input[type="search"].mbsc-comp {
  background-image: url('../images/svg/chevron-down.svg');
  background-position: right center;
  background-size: 12px;
  background-repeat: no-repeat;
}
input[type="text"].error::-webkit-input-placeholder,
input[type="number"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="search"].error::-webkit-input-placeholder {
  color: #ff1e43;
}
input[type="text"].error:-ms-input-placeholder,
input[type="number"].error:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
input[type="search"].error:-ms-input-placeholder {
  color: #ff1e43;
}
input[type="text"].error::-ms-input-placeholder,
input[type="number"].error::-ms-input-placeholder,
input[type="email"].error::-ms-input-placeholder,
input[type="password"].error::-ms-input-placeholder,
input[type="tel"].error::-ms-input-placeholder,
input[type="search"].error::-ms-input-placeholder {
  color: #ff1e43;
}
input[type="text"].error::placeholder,
input[type="number"].error::placeholder,
input[type="email"].error::placeholder,
input[type="password"].error::placeholder,
input[type="tel"].error::placeholder,
input[type="search"].error::placeholder {
  color: #ff1e43;
}
input[type="text"].optional,
input[type="number"].optional,
input[type="email"].optional,
input[type="password"].optional,
input[type="tel"].optional,
input[type="search"].optional {
  font-style: italic;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus {
  outline: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
  color: #989898;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
  color: #989898;
}
input[type="text"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder {
  color: #989898;
}
input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder {
  color: #989898;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.custom-input {
  position: relative;
}
.custom-input input[type="text"],
.custom-input input[type="number"],
.custom-input input[type="email"],
.custom-input input[type="password"],
.custom-input input[type="tel"] {
  background-color: transparent;
  padding-top: 10px;
}
.custom-input input[type="text"].optional,
.custom-input input[type="number"].optional,
.custom-input input[type="email"].optional,
.custom-input input[type="password"].optional,
.custom-input input[type="tel"].optional {
  font-style: italic;
}
.custom-input input[type="text"].optional + label,
.custom-input input[type="number"].optional + label,
.custom-input input[type="email"].optional + label,
.custom-input input[type="password"].optional + label,
.custom-input input[type="tel"].optional + label {
  font-style: italic;
}
.custom-input input[type="text"].currency,
.custom-input input[type="number"].currency,
.custom-input input[type="email"].currency,
.custom-input input[type="password"].currency,
.custom-input input[type="tel"].currency {
  padding-right: 40px;
}
.custom-input input[type="text"].currency:disabled,
.custom-input input[type="number"].currency:disabled,
.custom-input input[type="email"].currency:disabled,
.custom-input input[type="password"].currency:disabled,
.custom-input input[type="tel"].currency:disabled {
  padding-right: 40px;
}
.custom-input input[type="text"].currency:disabled + label,
.custom-input input[type="number"].currency:disabled + label,
.custom-input input[type="email"].currency:disabled + label,
.custom-input input[type="password"].currency:disabled + label,
.custom-input input[type="tel"].currency:disabled + label {
  padding-right: 70px;
}
.custom-input input[type="text"].currency + label,
.custom-input input[type="number"].currency + label,
.custom-input input[type="email"].currency + label,
.custom-input input[type="password"].currency + label,
.custom-input input[type="tel"].currency + label {
  padding-right: 40px;
}
.custom-input input[type="text"].currency:disabled + label + .unit,
.custom-input input[type="number"].currency:disabled + label + .unit,
.custom-input input[type="email"].currency:disabled + label + .unit,
.custom-input input[type="password"].currency:disabled + label + .unit,
.custom-input input[type="tel"].currency:disabled + label + .unit {
  color: #e5e5e5;
  right: 30px;
}
.custom-input input[type="text"]:not(:placeholder-shown) + label,
.custom-input input[type="number"]:not(:placeholder-shown) + label,
.custom-input input[type="email"]:not(:placeholder-shown) + label,
.custom-input input[type="password"]:not(:placeholder-shown) + label,
.custom-input input[type="tel"]:not(:placeholder-shown) + label,
.custom-input input[type="text"]:focus + label,
.custom-input input[type="number"]:focus + label,
.custom-input input[type="email"]:focus + label,
.custom-input input[type="password"]:focus + label,
.custom-input input[type="tel"]:focus + label {
  font-size: 10px;
  font-size: 1rem;
  top: 1px;
  cursor: auto;
}
.custom-input input[type="text"]::-webkit-input-placeholder,
.custom-input input[type="number"]::-webkit-input-placeholder,
.custom-input input[type="email"]::-webkit-input-placeholder,
.custom-input input[type="password"]::-webkit-input-placeholder,
.custom-input input[type="tel"]::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.custom-input input[type="text"]:-ms-input-placeholder,
.custom-input input[type="number"]:-ms-input-placeholder,
.custom-input input[type="email"]:-ms-input-placeholder,
.custom-input input[type="password"]:-ms-input-placeholder,
.custom-input input[type="tel"]:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.custom-input input[type="text"]::-ms-input-placeholder,
.custom-input input[type="number"]::-ms-input-placeholder,
.custom-input input[type="email"]::-ms-input-placeholder,
.custom-input input[type="password"]::-ms-input-placeholder,
.custom-input input[type="tel"]::-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.custom-input input[type="text"]::placeholder,
.custom-input input[type="number"]::placeholder,
.custom-input input[type="email"]::placeholder,
.custom-input input[type="password"]::placeholder,
.custom-input input[type="tel"]::placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.custom-input input[type="text"]:disabled,
.custom-input input[type="number"]:disabled,
.custom-input input[type="email"]:disabled,
.custom-input input[type="password"]:disabled,
.custom-input input[type="tel"]:disabled {
  background-image: url('../images/svg/lock-disabled.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px;
  color: #e5e5e5;
  border-color: #e5e5e5;
}
.custom-input input[type="text"]:disabled label + .unit,
.custom-input input[type="number"]:disabled label + .unit,
.custom-input input[type="email"]:disabled label + .unit,
.custom-input input[type="password"]:disabled label + .unit,
.custom-input input[type="tel"]:disabled label + .unit {
  right: 30px;
}
.custom-input input[type="text"]:disabled + label,
.custom-input input[type="number"]:disabled + label,
.custom-input input[type="email"]:disabled + label,
.custom-input input[type="password"]:disabled + label,
.custom-input input[type="tel"]:disabled + label {
  color: #e5e5e5;
}
.custom-input input[type="text"]:-moz-read-only,
.custom-input input[type="number"]:-moz-read-only,
.custom-input input[type="email"]:-moz-read-only,
.custom-input input[type="password"]:-moz-read-only,
.custom-input input[type="tel"]:-moz-read-only {
  padding-right: 60px;
}
.custom-input input[type="text"]:read-only,
.custom-input input[type="number"]:read-only,
.custom-input input[type="email"]:read-only,
.custom-input input[type="password"]:read-only,
.custom-input input[type="tel"]:read-only {
  padding-right: 60px;
}
.custom-input input[type="text"]:-moz-read-only:not(.mbsc-comp),
.custom-input input[type="number"]:-moz-read-only:not(.mbsc-comp),
.custom-input input[type="email"]:-moz-read-only:not(.mbsc-comp),
.custom-input input[type="password"]:-moz-read-only:not(.mbsc-comp),
.custom-input input[type="tel"]:-moz-read-only:not(.mbsc-comp) {
  color: #707580;
  border-color: #707580;
}
.custom-input input[type="text"]:read-only:not(.mbsc-comp),
.custom-input input[type="number"]:read-only:not(.mbsc-comp),
.custom-input input[type="email"]:read-only:not(.mbsc-comp),
.custom-input input[type="password"]:read-only:not(.mbsc-comp),
.custom-input input[type="tel"]:read-only:not(.mbsc-comp) {
  color: #707580;
  border-color: #707580;
}
.custom-input label {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  position: absolute;
  text-transform: none;
  letter-spacing: 0.5px;
  top: 19px;
  cursor: text;
  z-index: -1;
  color: #707580;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-input label.small {
  font-size: 10px;
  font-size: 1rem;
  top: 1px;
  cursor: auto;
}
.custom-input .unit {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 17px;
  font-weight: 500;
}
.custom-input .status-msg {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: 16px;
  text-transform: uppercase;
  font-family: 'suisseIntMono', sans-serif;
}
.custom-input .results {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  color: #707580;
  display: none;
  background-color: #f4f6f6;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  max-height: 115px;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1;
  scroll-behavior: smooth;
}
.custom-input .results.show {
  display: block;
}
.custom-input + .error-msg {
  position: absolute;
}
.pro-form {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.pro-form .form-row {
  position: relative;
  margin-bottom: 6px;
  padding: 0;
}
.pro-form .error-msg {
  font-size: 10px;
  font-size: 1rem;
  color: #e44561;
  position: absolute;
  bottom: 0px;
  line-height: 16px;
  left: 16px;
  right: 16px;
  margin: 0;
  text-align: left;
}
.pro-form .error-msg.general-error-msg {
  position: static;
  padding: 0 16px 8px 16px;
}
.pro-form .warning .field-description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-form .warning .error-msg {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  color: #ff6400;
}
.pro-form .warning input[type="text"],
.pro-form .warning input[type="number"],
.pro-form .warning input[type="email"],
.pro-form .warning input[type="password"],
.pro-form .warning input[type="search"],
.pro-form .warning .pro-textarea {
  border-color: #ff6400;
}
.pro-form .warning input[type="text"] + .error-msg,
.pro-form .warning input[type="number"] + .error-msg,
.pro-form .warning input[type="email"] + .error-msg,
.pro-form .warning input[type="password"] + .error-msg,
.pro-form .warning input[type="search"] + .error-msg,
.pro-form .warning .pro-textarea + .error-msg {
  color: #ff6400;
  position: absolute;
  bottom: 6px;
  left: 16px;
}
.pro-form .warning .pro-custom-input input[type="text"],
.pro-form .warning .pro-custom-input input[type="number"],
.pro-form .warning .pro-custom-input input[type="email"],
.pro-form .warning .pro-custom-input input[type="password"],
.pro-form .warning .pro-custom-input input[type="search"] {
  border-color: #ff6400;
}
.pro-form .error .field-description {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-form .error .error-msg {
  font-size: 10px;
  font-size: 1rem;
  display: block;
}
.pro-form .error input[type="text"],
.pro-form .error input[type="number"],
.pro-form .error input[type="email"],
.pro-form .error input[type="password"],
.pro-form .error input[type="search"],
.pro-form .error .pro-textarea {
  border-color: #e44561;
}
.pro-form .error input[type="text"] + .error-msg,
.pro-form .error input[type="number"] + .error-msg,
.pro-form .error input[type="email"] + .error-msg,
.pro-form .error input[type="password"] + .error-msg,
.pro-form .error input[type="search"] + .error-msg,
.pro-form .error .pro-textarea + .error-msg {
  color: #e44561;
  position: absolute;
  bottom: 6px;
  left: 16px;
}
.pro-form .error .pro-custom-input input[type="text"],
.pro-form .error .pro-custom-input input[type="number"],
.pro-form .error .pro-custom-input input[type="email"],
.pro-form .error .pro-custom-input input[type="password"],
.pro-form .error .pro-custom-input input[type="search"] {
  border-color: #e44561;
}
.pro-form .form-row-seperator {
  height: 10px;
}
.pro-custom-input {
  position: relative;
  padding-bottom: 18px;
  text-align: left;
  /*.results {
		.box-sizing();
		padding-top: 10px;
		color: @grey-1;
		display: none;
		background-color: @white-1;
		position: absolute;
		overflow: hidden;
		overflow-y: auto;
		max-height: 115px;
		top: 50px;
		left: 0;
		right: 0;
		z-index: 1;
		scroll-behavior: smooth;

		&.show {
			display: block;
		}
	}*/
}
.pro-custom-input.has-units input[type="text"],
.pro-custom-input.has-units input[type="number"],
.pro-custom-input.has-units input[type="email"],
.pro-custom-input.has-units input[type="password"],
.pro-custom-input.has-units input[type="tel"],
.pro-custom-input.has-units input[type="search"] {
  padding-right: 50px;
}
.pro-custom-input.has-currency input[type="text"],
.pro-custom-input.has-currency input[type="number"],
.pro-custom-input.has-currency input[type="email"],
.pro-custom-input.has-currency input[type="password"],
.pro-custom-input.has-currency input[type="tel"],
.pro-custom-input.has-currency input[type="search"] {
  padding-left: 28px;
}
.pro-custom-input.dropdown.results-nowrap .results .option-item .option {
  display: block;
  word-break: normal;
}
.pro-custom-input.dropdown.up .results {
  top: auto;
  bottom: 100%;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.dropdown.up .results {
    top: auto;
    bottom: 100%;
  }
}
.pro-custom-input.dropdown.is-loading input[type="text"],
.pro-custom-input.dropdown.is-loading input[type="search"] {
  background-image: url('../images/svg/icon-dropdown-up-blue.svg'), url('../images/svg/loader-ani-black.svg');
  background-position: right 16px center, right 32px center;
  background-size: 8px, 32px;
  background-repeat: no-repeat;
  padding-right: 60px;
}
.pro-custom-input.dropdown.is-open input[type="text"],
.pro-custom-input.dropdown.is-open input[type="search"] {
  border-radius: 4px 4px 0 0;
  background-image: url('../images/svg/icon-dropdown-up-blue.svg');
  border-color: #4e63ce;
}
.pro-custom-input.dropdown.is-open.up input[type="text"],
.pro-custom-input.dropdown.is-open.up input[type="search"] {
  border-radius: 0 0 4px 4px;
}
.pro-custom-input.dropdown.is-open.up .results {
  border-radius: 4px 4px 0 0;
}
.pro-custom-input.dropdown.is-open.has-search:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 0;
  cursor: pointer;
}
.pro-custom-input.dropdown.is-open .results {
  display: block;
}
.pro-custom-input.dropdown input[type="text"],
.pro-custom-input.dropdown input[type="search"] {
  cursor: pointer;
  color: #000000;
  background-image: url('../images/svg/icon-dropdown-down-blue.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.dropdown input[type="text"],
  .pro-custom-input.dropdown input[type="search"] {
    background-size: 10px;
  }
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only,
.pro-custom-input.dropdown input[type="search"]:-moz-read-only {
  cursor: pointer;
  border-color: #a0aeb4;
}
.pro-custom-input.dropdown input[type="text"]:read-only,
.pro-custom-input.dropdown input[type="search"]:read-only {
  cursor: pointer;
  border-color: #a0aeb4;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:disabled,
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:disabled {
  color: #d5dde0;
  -webkit-text-fill-color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:read-only:disabled,
.pro-custom-input.dropdown input[type="search"]:read-only:disabled {
  color: #d5dde0;
  -webkit-text-fill-color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:not(.mbsc-comp),
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:not(.mbsc-comp) {
  color: #000000;
}
.pro-custom-input.dropdown input[type="text"]:read-only:not(.mbsc-comp),
.pro-custom-input.dropdown input[type="search"]:read-only:not(.mbsc-comp) {
  color: #000000;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:not(:placeholder-shown),
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:not(:placeholder-shown) {
  border-color: #a0aeb4;
}
.pro-custom-input.dropdown input[type="text"]:read-only:not(:placeholder-shown),
.pro-custom-input.dropdown input[type="search"]:read-only:not(:placeholder-shown) {
  border-color: #a0aeb4;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:not(:placeholder-shown):disabled,
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:not(:placeholder-shown):disabled {
  color: #d5dde0;
  -webkit-text-fill-color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:read-only:not(:placeholder-shown):disabled,
.pro-custom-input.dropdown input[type="search"]:read-only:not(:placeholder-shown):disabled {
  color: #d5dde0;
  -webkit-text-fill-color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:not(:placeholder-shown):focus,
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:not(:placeholder-shown):focus {
  border-color: #4e63ce;
}
.pro-custom-input.dropdown input[type="text"]:read-only:not(:placeholder-shown):focus,
.pro-custom-input.dropdown input[type="search"]:read-only:not(:placeholder-shown):focus {
  border-color: #4e63ce;
}
.pro-custom-input.dropdown input[type="text"]:-moz-read-only:focus,
.pro-custom-input.dropdown input[type="search"]:-moz-read-only:focus {
  cursor: default;
  border-color: #4e63ce;
}
.pro-custom-input.dropdown input[type="text"]:read-only:focus,
.pro-custom-input.dropdown input[type="search"]:read-only:focus {
  cursor: default;
  border-color: #4e63ce;
}
.pro-custom-input.dropdown input[type="text"]:focus,
.pro-custom-input.dropdown input[type="search"]:focus {
  cursor: auto;
}
.pro-custom-input.dropdown input[type="text"]:disabled,
.pro-custom-input.dropdown input[type="search"]:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  cursor: default;
  background-image: url('../images/svg/icon-dropdown-down-disabled.svg');
  color: #d5dde0;
  -webkit-text-fill-color: #d5dde0;
  border-color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:disabled::-webkit-input-placeholder,
.pro-custom-input.dropdown input[type="search"]:disabled::-webkit-input-placeholder {
  color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:disabled:-ms-input-placeholder,
.pro-custom-input.dropdown input[type="search"]:disabled:-ms-input-placeholder {
  color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:disabled::-ms-input-placeholder,
.pro-custom-input.dropdown input[type="search"]:disabled::-ms-input-placeholder {
  color: #d5dde0;
}
.pro-custom-input.dropdown input[type="text"]:disabled::placeholder,
.pro-custom-input.dropdown input[type="search"]:disabled::placeholder {
  color: #d5dde0;
}
.pro-custom-input.dropdown label {
  padding-right: 16px;
}
.pro-custom-input.border input[type="text"],
.pro-custom-input.border input[type="number"],
.pro-custom-input.border input[type="email"],
.pro-custom-input.border input[type="password"],
.pro-custom-input.border input[type="tel"],
.pro-custom-input.border input[type="search"],
.pro-custom-input.border .mbsc-textfield-box {
  border-radius: 4px;
  border: 1px solid #a0aeb4;
}
.pro-custom-input.border input[type="search"]:not(:placeholder-shown):focus {
  border-color: #4e63ce;
}
.pro-custom-input.white input[type="text"],
.pro-custom-input.white input[type="number"],
.pro-custom-input.white input[type="email"],
.pro-custom-input.white input[type="password"],
.pro-custom-input.white input[type="tel"],
.pro-custom-input.white input[type="search"] {
  background-color: #ffffff;
}
.pro-custom-input.xs.dropdown:before {
  top: 20px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs.dropdown:before {
    top: 16px;
  }
}
.pro-custom-input.xs input[type="text"],
.pro-custom-input.xs input[type="number"],
.pro-custom-input.xs input[type="email"],
.pro-custom-input.xs input[type="password"],
.pro-custom-input.xs input[type="tel"],
.pro-custom-input.xs input[type="search"],
.pro-custom-input.xs .mbsc-textfield-box {
  font-size: 12px;
  font-size: 1.2rem;
  height: 48px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs input[type="text"],
  .pro-custom-input.xs input[type="number"],
  .pro-custom-input.xs input[type="email"],
  .pro-custom-input.xs input[type="password"],
  .pro-custom-input.xs input[type="tel"],
  .pro-custom-input.xs input[type="search"],
  .pro-custom-input.xs .mbsc-textfield-box {
    height: 32px;
  }
}
.pro-custom-input.xs input[type="text"]:not(:placeholder-shown),
.pro-custom-input.xs input[type="number"]:not(:placeholder-shown),
.pro-custom-input.xs input[type="email"]:not(:placeholder-shown),
.pro-custom-input.xs input[type="password"]:not(:placeholder-shown),
.pro-custom-input.xs input[type="tel"]:not(:placeholder-shown),
.pro-custom-input.xs input[type="search"]:not(:placeholder-shown),
.pro-custom-input.xs .mbsc-textfield-box:not(:placeholder-shown),
.pro-custom-input.xs input[type="text"]:focus,
.pro-custom-input.xs input[type="number"]:focus,
.pro-custom-input.xs input[type="email"]:focus,
.pro-custom-input.xs input[type="password"]:focus,
.pro-custom-input.xs input[type="tel"]:focus,
.pro-custom-input.xs input[type="search"]:focus,
.pro-custom-input.xs .mbsc-textfield-box:focus,
.pro-custom-input.xs input[type="text"]:autofill,
.pro-custom-input.xs input[type="number"]:autofill,
.pro-custom-input.xs input[type="email"]:autofill,
.pro-custom-input.xs input[type="password"]:autofill,
.pro-custom-input.xs input[type="tel"]:autofill,
.pro-custom-input.xs input[type="search"]:autofill,
.pro-custom-input.xs .mbsc-textfield-box:autofill {
  padding-top: 0;
}
.pro-custom-input.xs input[type="text"]:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="number"]:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="email"]:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="password"]:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="tel"]:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="search"]:not(:placeholder-shown) + label,
.pro-custom-input.xs .mbsc-textfield-box:not(:placeholder-shown) + label,
.pro-custom-input.xs input[type="text"]:focus + label,
.pro-custom-input.xs input[type="number"]:focus + label,
.pro-custom-input.xs input[type="email"]:focus + label,
.pro-custom-input.xs input[type="password"]:focus + label,
.pro-custom-input.xs input[type="tel"]:focus + label,
.pro-custom-input.xs input[type="search"]:focus + label,
.pro-custom-input.xs .mbsc-textfield-box:focus + label,
.pro-custom-input.xs input[type="text"]:autofill + label,
.pro-custom-input.xs input[type="number"]:autofill + label,
.pro-custom-input.xs input[type="email"]:autofill + label,
.pro-custom-input.xs input[type="password"]:autofill + label,
.pro-custom-input.xs input[type="tel"]:autofill + label,
.pro-custom-input.xs input[type="search"]:autofill + label,
.pro-custom-input.xs .mbsc-textfield-box:autofill + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-custom-input.xs label {
  font-size: 12px;
  font-size: 1.2rem;
  top: 11px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs label {
    top: 8px;
  }
}
.pro-custom-input.xs .units,
.pro-custom-input.xs .currency {
  font-size: 12px;
  font-size: 1.2rem;
  height: 48px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs .units,
  .pro-custom-input.xs .currency {
    height: 32px;
  }
}
.pro-custom-input.xs .more-info {
  top: 20px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs .more-info {
    top: 16px;
  }
}
.pro-custom-input.xs .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs .results {
    top: 32px;
  }
}
.pro-custom-input.xs .btn-password-toggle {
  width: 26px;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs .btn-password-toggle {
    height: 32px;
    width: 32px;
  }
}
.pro-custom-input.xs .pro-custom-input-actions {
  top: 3px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.xs .pro-custom-input-actions {
    top: 0;
  }
}
.pro-custom-input.s.dropdown:before {
  top: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s.dropdown:before {
    top: 21px;
  }
}
.pro-custom-input.s input[type="text"],
.pro-custom-input.s input[type="number"],
.pro-custom-input.s input[type="email"],
.pro-custom-input.s input[type="password"],
.pro-custom-input.s input[type="tel"],
.pro-custom-input.s input[type="search"],
.pro-custom-input.s .mbsc-textfield-box {
  font-size: 12px;
  font-size: 1.2rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s input[type="text"],
  .pro-custom-input.s input[type="number"],
  .pro-custom-input.s input[type="email"],
  .pro-custom-input.s input[type="password"],
  .pro-custom-input.s input[type="tel"],
  .pro-custom-input.s input[type="search"],
  .pro-custom-input.s .mbsc-textfield-box {
    height: 40px;
  }
}
.pro-custom-input.s input[type="text"]:not(:placeholder-shown),
.pro-custom-input.s input[type="number"]:not(:placeholder-shown),
.pro-custom-input.s input[type="email"]:not(:placeholder-shown),
.pro-custom-input.s input[type="password"]:not(:placeholder-shown),
.pro-custom-input.s input[type="tel"]:not(:placeholder-shown),
.pro-custom-input.s input[type="search"]:not(:placeholder-shown),
.pro-custom-input.s .mbsc-textfield-box:not(:placeholder-shown),
.pro-custom-input.s input[type="text"]:focus,
.pro-custom-input.s input[type="number"]:focus,
.pro-custom-input.s input[type="email"]:focus,
.pro-custom-input.s input[type="password"]:focus,
.pro-custom-input.s input[type="tel"]:focus,
.pro-custom-input.s input[type="search"]:focus,
.pro-custom-input.s .mbsc-textfield-box:focus,
.pro-custom-input.s input[type="text"]:autofill,
.pro-custom-input.s input[type="number"]:autofill,
.pro-custom-input.s input[type="email"]:autofill,
.pro-custom-input.s input[type="password"]:autofill,
.pro-custom-input.s input[type="tel"]:autofill,
.pro-custom-input.s input[type="search"]:autofill,
.pro-custom-input.s .mbsc-textfield-box:autofill {
  padding-top: 12px;
}
.pro-custom-input.s input[type="text"]:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="number"]:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="email"]:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="password"]:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="tel"]:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="search"]:not(:placeholder-shown) + label,
.pro-custom-input.s .mbsc-textfield-box:not(:placeholder-shown) + label,
.pro-custom-input.s input[type="text"]:focus + label,
.pro-custom-input.s input[type="number"]:focus + label,
.pro-custom-input.s input[type="email"]:focus + label,
.pro-custom-input.s input[type="password"]:focus + label,
.pro-custom-input.s input[type="tel"]:focus + label,
.pro-custom-input.s input[type="search"]:focus + label,
.pro-custom-input.s .mbsc-textfield-box:focus + label,
.pro-custom-input.s input[type="text"]:autofill + label,
.pro-custom-input.s input[type="number"]:autofill + label,
.pro-custom-input.s input[type="email"]:autofill + label,
.pro-custom-input.s input[type="password"]:autofill + label,
.pro-custom-input.s input[type="tel"]:autofill + label,
.pro-custom-input.s input[type="search"]:autofill + label,
.pro-custom-input.s .mbsc-textfield-box:autofill + label {
  top: 4px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s input[type="text"]:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="number"]:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="email"]:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="password"]:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="tel"]:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="search"]:not(:placeholder-shown) + label,
  .pro-custom-input.s .mbsc-textfield-box:not(:placeholder-shown) + label,
  .pro-custom-input.s input[type="text"]:focus + label,
  .pro-custom-input.s input[type="number"]:focus + label,
  .pro-custom-input.s input[type="email"]:focus + label,
  .pro-custom-input.s input[type="password"]:focus + label,
  .pro-custom-input.s input[type="tel"]:focus + label,
  .pro-custom-input.s input[type="search"]:focus + label,
  .pro-custom-input.s .mbsc-textfield-box:focus + label,
  .pro-custom-input.s input[type="text"]:autofill + label,
  .pro-custom-input.s input[type="number"]:autofill + label,
  .pro-custom-input.s input[type="email"]:autofill + label,
  .pro-custom-input.s input[type="password"]:autofill + label,
  .pro-custom-input.s input[type="tel"]:autofill + label,
  .pro-custom-input.s input[type="search"]:autofill + label,
  .pro-custom-input.s .mbsc-textfield-box:autofill + label {
    top: 2px;
  }
}
.pro-custom-input.s label {
  font-size: 12px;
  font-size: 1.2rem;
  top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s label {
    top: 12px;
  }
}
.pro-custom-input.s .units,
.pro-custom-input.s .currency {
  font-size: 12px;
  font-size: 1.2rem;
  height: 48px;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s .units,
  .pro-custom-input.s .currency {
    height: 40px;
  }
}
.pro-custom-input.s .more-info {
  top: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s .more-info {
    top: 20px;
  }
}
.pro-custom-input.s .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s .results {
    top: 40px;
  }
}
.pro-custom-input.s .btn-password-toggle {
  width: 32px;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s .btn-password-toggle {
    height: 40px;
    width: 40px;
  }
}
.pro-custom-input.s .pro-custom-input-actions {
  top: 8px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.s .pro-custom-input-actions {
    top: 4px;
  }
}
.pro-custom-input.m.dropdown:before {
  top: 30px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m.dropdown:before {
    top: 27px;
  }
}
.pro-custom-input.m input[type="text"],
.pro-custom-input.m input[type="number"],
.pro-custom-input.m input[type="email"],
.pro-custom-input.m input[type="password"],
.pro-custom-input.m input[type="tel"],
.pro-custom-input.m input[type="search"],
.pro-custom-input.m .mbsc-textfield-box {
  font-size: 15px;
  font-size: 1.5rem;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m input[type="text"],
  .pro-custom-input.m input[type="number"],
  .pro-custom-input.m input[type="email"],
  .pro-custom-input.m input[type="password"],
  .pro-custom-input.m input[type="tel"],
  .pro-custom-input.m input[type="search"],
  .pro-custom-input.m .mbsc-textfield-box {
    height: 48px;
  }
}
.pro-custom-input.m input[type="text"]:not(:placeholder-shown),
.pro-custom-input.m input[type="number"]:not(:placeholder-shown),
.pro-custom-input.m input[type="email"]:not(:placeholder-shown),
.pro-custom-input.m input[type="password"]:not(:placeholder-shown),
.pro-custom-input.m input[type="tel"]:not(:placeholder-shown),
.pro-custom-input.m input[type="search"]:not(:placeholder-shown),
.pro-custom-input.m .mbsc-textfield-box:not(:placeholder-shown),
.pro-custom-input.m input[type="text"]:focus,
.pro-custom-input.m input[type="number"]:focus,
.pro-custom-input.m input[type="email"]:focus,
.pro-custom-input.m input[type="password"]:focus,
.pro-custom-input.m input[type="tel"]:focus,
.pro-custom-input.m input[type="search"]:focus,
.pro-custom-input.m .mbsc-textfield-box:focus,
.pro-custom-input.m input[type="text"]:autofill,
.pro-custom-input.m input[type="number"]:autofill,
.pro-custom-input.m input[type="email"]:autofill,
.pro-custom-input.m input[type="password"]:autofill,
.pro-custom-input.m input[type="tel"]:autofill,
.pro-custom-input.m input[type="search"]:autofill,
.pro-custom-input.m .mbsc-textfield-box:autofill {
  padding-top: 16px;
}
.pro-custom-input.m input[type="text"]:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="number"]:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="email"]:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="password"]:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="tel"]:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="search"]:not(:placeholder-shown) + label,
.pro-custom-input.m .mbsc-textfield-box:not(:placeholder-shown) + label,
.pro-custom-input.m input[type="text"]:focus + label,
.pro-custom-input.m input[type="number"]:focus + label,
.pro-custom-input.m input[type="email"]:focus + label,
.pro-custom-input.m input[type="password"]:focus + label,
.pro-custom-input.m input[type="tel"]:focus + label,
.pro-custom-input.m input[type="search"]:focus + label,
.pro-custom-input.m .mbsc-textfield-box:focus + label,
.pro-custom-input.m input[type="text"]:autofill + label,
.pro-custom-input.m input[type="number"]:autofill + label,
.pro-custom-input.m input[type="email"]:autofill + label,
.pro-custom-input.m input[type="password"]:autofill + label,
.pro-custom-input.m input[type="tel"]:autofill + label,
.pro-custom-input.m input[type="search"]:autofill + label,
.pro-custom-input.m .mbsc-textfield-box:autofill + label {
  top: 4px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m input[type="text"]:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="number"]:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="email"]:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="password"]:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="tel"]:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="search"]:not(:placeholder-shown) + label,
  .pro-custom-input.m .mbsc-textfield-box:not(:placeholder-shown) + label,
  .pro-custom-input.m input[type="text"]:focus + label,
  .pro-custom-input.m input[type="number"]:focus + label,
  .pro-custom-input.m input[type="email"]:focus + label,
  .pro-custom-input.m input[type="password"]:focus + label,
  .pro-custom-input.m input[type="tel"]:focus + label,
  .pro-custom-input.m input[type="search"]:focus + label,
  .pro-custom-input.m .mbsc-textfield-box:focus + label,
  .pro-custom-input.m input[type="text"]:autofill + label,
  .pro-custom-input.m input[type="number"]:autofill + label,
  .pro-custom-input.m input[type="email"]:autofill + label,
  .pro-custom-input.m input[type="password"]:autofill + label,
  .pro-custom-input.m input[type="tel"]:autofill + label,
  .pro-custom-input.m input[type="search"]:autofill + label,
  .pro-custom-input.m .mbsc-textfield-box:autofill + label {
    top: 4px;
  }
}
.pro-custom-input.m label {
  font-size: 15px;
  font-size: 1.5rem;
  top: 16px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m label {
    top: 16px;
  }
}
.pro-custom-input.m .units,
.pro-custom-input.m .currency {
  font-size: 15px;
  font-size: 1.5rem;
  height: 48px;
  padding-top: 17px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m .units,
  .pro-custom-input.m .currency {
    height: 48px;
  }
}
.pro-custom-input.m .more-info {
  top: 24px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m .more-info {
    top: 24px;
  }
}
.pro-custom-input.m .results {
  font-size: 12px;
  font-size: 1.2rem;
  top: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m .results {
    font-size: 15px;
    font-size: 1.5rem;
    top: 48px;
  }
}
.pro-custom-input.m .btn-password-toggle {
  width: 44px;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m .btn-password-toggle {
    height: 48px;
    width: 48px;
  }
}
.pro-custom-input.m .pro-custom-input-actions {
  top: 14px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.m .pro-custom-input-actions {
    top: 10px;
  }
}
.pro-custom-input.has-no-error {
  padding-bottom: 0;
}
.pro-custom-input.has-actions input[type="text"],
.pro-custom-input.has-actions input[type="number"],
.pro-custom-input.has-actions input[type="email"],
.pro-custom-input.has-actions input[type="password"],
.pro-custom-input.has-actions input[type="tel"],
.pro-custom-input.has-actions input[type="search"] {
  padding-right: 40px;
}
.pro-custom-input.has-actions .pro-custom-input-actions {
  display: inline-block;
}
.pro-custom-input.hide-label input[type="text"]:not(:placeholder-shown),
.pro-custom-input.hide-label input[type="email"]:not(:placeholder-shown),
.pro-custom-input.hide-label input[type="search"]:not(:placeholder-shown),
.pro-custom-input.hide-label .mbsc-textfield-box:not(:placeholder-shown),
.pro-custom-input.hide-label input[type="text"]:focus,
.pro-custom-input.hide-label input[type="email"]:focus,
.pro-custom-input.hide-label input[type="search"]:focus,
.pro-custom-input.hide-label .mbsc-textfield-box:focus {
  padding-top: 0;
}
.pro-custom-input.hide-label input[type="text"] + label,
.pro-custom-input.hide-label input[type="email"] + label,
.pro-custom-input.hide-label input[type="search"] + label,
.pro-custom-input.hide-label .mbsc-textfield-box + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-custom-input.hide-label input[type="text"]::-webkit-input-placeholder,
.pro-custom-input.hide-label input[type="email"]::-webkit-input-placeholder,
.pro-custom-input.hide-label input[type="search"]::-webkit-input-placeholder,
.pro-custom-input.hide-label .mbsc-textfield-box::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-input.hide-label input[type="text"]:-ms-input-placeholder,
.pro-custom-input.hide-label input[type="email"]:-ms-input-placeholder,
.pro-custom-input.hide-label input[type="search"]:-ms-input-placeholder,
.pro-custom-input.hide-label .mbsc-textfield-box:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-input.hide-label input[type="text"]::-ms-input-placeholder,
.pro-custom-input.hide-label input[type="email"]::-ms-input-placeholder,
.pro-custom-input.hide-label input[type="search"]::-ms-input-placeholder,
.pro-custom-input.hide-label .mbsc-textfield-box::-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-input.hide-label input[type="text"]::placeholder,
.pro-custom-input.hide-label input[type="email"]::placeholder,
.pro-custom-input.hide-label input[type="search"]::placeholder,
.pro-custom-input.hide-label .mbsc-textfield-box::placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-input.has-icon.reversed input[type="text"],
.pro-custom-input.has-icon.reversed input[type="search"],
.pro-custom-input.has-icon.reversed .mbsc-textfield-box {
  padding-left: 16px;
  background-position: right 16px center;
}
.pro-custom-input.has-icon.reversed label {
  left: 16px;
}
.pro-custom-input.has-icon input[type="text"],
.pro-custom-input.has-icon input[type="search"],
.pro-custom-input.has-icon .mbsc-textfield-box {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left 16px center;
}
.pro-custom-input.has-icon label {
  left: 40px;
}
.pro-custom-input.has-icon.icon-search input[type="text"],
.pro-custom-input.has-icon.icon-search input[type="search"],
.pro-custom-input.has-icon.icon-search .mbsc-textfield-box {
  background-image: url('../images/svg/search.svg');
  background-size: 14px;
}
.pro-custom-input.has-icon.icon-search input[type="text"]:disabled,
.pro-custom-input.has-icon.icon-search input[type="search"]:disabled,
.pro-custom-input.has-icon.icon-search .mbsc-textfield-box:disabled {
  background-image: url('../images/svg/search-disabled.svg');
}
.pro-custom-input.has-icon.icon-search.is-loading input[type="text"],
.pro-custom-input.has-icon.icon-search.is-loading input[type="search"],
.pro-custom-input.has-icon.icon-search.is-loading .mbsc-textfield-box {
  background-image: url('../images/svg/search.svg'), url('../images/svg/loader-ani-black.svg');
  background-position: left 16px center, right 12px center;
  background-size: 14px, 32px;
  background-repeat: no-repeat;
}
.pro-custom-input.has-icon.icon-search.is-loading.reversed input[type="text"],
.pro-custom-input.has-icon.icon-search.is-loading.reversed input[type="search"],
.pro-custom-input.has-icon.icon-search.is-loading.reversed .mbsc-textfield-box {
  background-image: url('../images/svg/loader-ani-black.svg');
  background-position: right 12px center;
  background-size: 32px;
}
.pro-custom-input.has-icon.icon-search.dropdown.is-loading input[type="text"],
.pro-custom-input.has-icon.icon-search.dropdown.is-loading input[type="search"],
.pro-custom-input.has-icon.icon-search.dropdown.is-loading .mbsc-textfield-box {
  background-image: url('../images/svg/search.svg'), url('../images/svg/icon-dropdown-down-blue.svg'), url('../images/svg/loader-ani-black.svg');
  background-position: left 16px center, right 16px center, right 32px center;
  background-size: 14px, 8px, 32px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.has-icon.icon-search.dropdown.is-loading input[type="text"],
  .pro-custom-input.has-icon.icon-search.dropdown.is-loading input[type="search"],
  .pro-custom-input.has-icon.icon-search.dropdown.is-loading .mbsc-textfield-box {
    background-size: 14px, 10px, 32px;
  }
}
.pro-custom-input.has-icon.icon-search.dropdown.is-loading.is-open input[type="text"],
.pro-custom-input.has-icon.icon-search.dropdown.is-loading.is-open input[type="search"],
.pro-custom-input.has-icon.icon-search.dropdown.is-loading.is-open .mbsc-textfield-box {
  background-image: url('../images/svg/search.svg'), url('../images/svg/icon-dropdown-up-blue.svg'), url('../images/svg/loader-ani-black.svg');
}
.pro-custom-input.has-icon.icon-search.dropdown input[type="text"],
.pro-custom-input.has-icon.icon-search.dropdown input[type="search"],
.pro-custom-input.has-icon.icon-search.dropdown .mbsc-textfield-box {
  background-image: url('../images/svg/search.svg'), url('../images/svg/icon-dropdown-down-blue.svg');
  background-position: left 16px center, right 16px center;
  background-size: 14px, 8px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.has-icon.icon-search.dropdown input[type="text"],
  .pro-custom-input.has-icon.icon-search.dropdown input[type="search"],
  .pro-custom-input.has-icon.icon-search.dropdown .mbsc-textfield-box {
    background-size: 14px, 10px;
  }
}
.pro-custom-input.has-icon.icon-search.dropdown input[type="text"]:disabled,
.pro-custom-input.has-icon.icon-search.dropdown input[type="search"]:disabled,
.pro-custom-input.has-icon.icon-search.dropdown .mbsc-textfield-box:disabled {
  background-image: url('../images/svg/search-disabled.svg'), url('../images/svg/icon-dropdown-down-disabled.svg');
}
.pro-custom-input.has-icon.icon-search.dropdown.is-open input[type="text"],
.pro-custom-input.has-icon.icon-search.dropdown.is-open input[type="search"] {
  background-image: url('../images/svg/search.svg'), url('../images/svg/icon-dropdown-up-blue.svg');
}
.pro-custom-input.has-icon.icon-calendar input[type="text"],
.pro-custom-input.has-icon.icon-calendar input[type="search"],
.pro-custom-input.has-icon.icon-calendar .mbsc-textfield-box {
  background-image: url('../images/svg/icon-calendar.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-calendar:disabled {
  background-image: url('../images/svg/icon-calendar-disabled.svg');
}
.pro-custom-input.has-icon.icon-spotify input[type="text"],
.pro-custom-input.has-icon.icon-spotify input[type="search"],
.pro-custom-input.has-icon.icon-spotify .mbsc-textfield-box {
  background-image: url('../images/svg/spotify-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-spotify:disabled {
  background-image: url('../images/svg/spotify-disabled.svg');
}
.pro-custom-input.has-icon.icon-youtube input[type="text"],
.pro-custom-input.has-icon.icon-youtube input[type="search"],
.pro-custom-input.has-icon.icon-youtube .mbsc-textfield-box {
  background-image: url('../images/svg/youtube-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-youtube:disabled {
  background-image: url('../images/svg/youtube-disabled.svg');
}
.pro-custom-input.has-icon.icon-beatport input[type="text"],
.pro-custom-input.has-icon.icon-beatport input[type="search"] {
  background-image: url('../images/svg/beatport-circle.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-beatport:disabled {
  background-image: url('../images/svg/beatport-disabled.svg');
}
.pro-custom-input.has-icon.icon-youtube_vevo input[type="text"],
.pro-custom-input.has-icon.icon-youtube_vevo input[type="search"] {
  background-image: url('../images/svg/vevo-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-mixcloud input[type="text"],
.pro-custom-input.has-icon.icon-mixcloud input[type="search"] {
  background-image: url('../images/svg/mixcloud-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-soundcloud input[type="text"],
.pro-custom-input.has-icon.icon-soundcloud input[type="search"] {
  background-image: url('../images/svg/soundcloud-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-tidal input[type="text"],
.pro-custom-input.has-icon.icon-tidal input[type="search"] {
  background-image: url('../images/svg/tidal-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-deezer input[type="text"],
.pro-custom-input.has-icon.icon-deezer input[type="search"] {
  background-image: url('../images/svg/deezer-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-napster input[type="text"],
.pro-custom-input.has-icon.icon-napster input[type="search"] {
  background-image: url('../images/svg/napster-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-itunes input[type="text"],
.pro-custom-input.has-icon.icon-itunes input[type="search"] {
  background-image: url('../images/svg/itunes-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-amazon-music input[type="text"],
.pro-custom-input.has-icon.icon-amazon-music input[type="search"] {
  background-image: url('../images/svg/amazonmusic-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-shazam input[type="text"],
.pro-custom-input.has-icon.icon-shazam input[type="search"] {
  background-image: url('../images/svg/shazam-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-homepage input[type="text"],
.pro-custom-input.has-icon.icon-homepage input[type="search"] {
  background-image: url('../images/svg/homepage-black.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-facebook input[type="text"],
.pro-custom-input.has-icon.icon-facebook input[type="search"] {
  background-image: url('../images/svg/facebook-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-instagram input[type="text"],
.pro-custom-input.has-icon.icon-instagram input[type="search"] {
  background-image: url('../images/svg/instagram-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-bandcamp input[type="text"],
.pro-custom-input.has-icon.icon-bandcamp input[type="search"] {
  background-image: url('../images/svg/bandcamp-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-tiktok input[type="text"],
.pro-custom-input.has-icon.icon-tiktok input[type="search"] {
  background-image: url('../images/svg/tiktok-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-bandsintown input[type="text"],
.pro-custom-input.has-icon.icon-bandsintown input[type="search"] {
  background-image: url('../images/svg/bandsintown-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-twitter input[type="text"],
.pro-custom-input.has-icon.icon-twitter input[type="search"] {
  background-image: url('../images/svg/twitter-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-songkick input[type="text"],
.pro-custom-input.has-icon.icon-songkick input[type="search"] {
  background-image: url('../images/svg/songkick-color.svg');
  background-size: 16px;
}
.pro-custom-input.has-icon.icon-ticketmaster input[type="text"],
.pro-custom-input.has-icon.icon-ticketmaster input[type="search"] {
  background-image: url('../images/svg/ticketmaster-color.svg');
  background-size: 16px;
}
.pro-custom-input.is-loading input[type="text"],
.pro-custom-input.is-loading input[type="search"],
.pro-custom-input.is-loading .mbsc-textfield-box {
  padding-right: 40px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-image: url('../images/svg/loader-ani-black.svg');
}
.pro-custom-input.is-open .results {
  display: block;
}
.pro-custom-input.google-search.xs .small {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pro-custom-input.google-search.s .small {
  top: 0px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.google-search.s .small {
    top: 2px;
  }
}
.pro-custom-input.google-search.m .small {
  top: 4px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input.google-search.m .small {
    top: 8px;
  }
}
.pro-custom-input.google-search .pro-google-search-embed {
  /*input[type="text"] {
				.box-shadow(none) !important;
				.rounded-corners(0) !important;
				top: 0 !important;
				left: 0 !important;
				right: 0 !important;
				margin: 0 !important;
				border: 0 !important;
				border-bottom: 2px solid @black !important;
				background-color: transparent !important;
				width: 100% !important;
				padding: 10px 0 0 0 !important;
				height: 48px !important;
			}*/
}
.pro-custom-input.google-search .pro-google-search-embed > div {
  background-color: transparent !important;
}
.pro-custom-input.has-info input[type="text"],
.pro-custom-input.has-info input[type="number"],
.pro-custom-input.has-info input[type="email"],
.pro-custom-input.has-info input[type="password"],
.pro-custom-input.has-info input[type="tel"],
.pro-custom-input.has-info input[type="search"],
.pro-custom-input.has-info .mbsc-textfield-box {
  padding-right: 44px;
}
.pro-custom-input.white input[type="text"],
.pro-custom-input.white input[type="number"],
.pro-custom-input.white input[type="email"],
.pro-custom-input.white input[type="password"],
.pro-custom-input.white input[type="tel"],
.pro-custom-input.white input[type="search"],
.pro-custom-input.white .mbsc-textfield-box {
  background-color: #ffffff;
}
.pro-custom-input.range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro-custom-input .more-info {
  position: absolute;
  right: 16px;
  margin-top: -6px;
}
.pro-custom-input .more-info > article {
  width: 250px;
}
.pro-custom-input .units,
.pro-custom-input .currency {
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  cursor: default;
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 16px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input .units,
  .pro-custom-input .currency {
    height: 54px;
  }
}
.pro-custom-input .currency {
  left: 0;
  right: auto;
}
.pro-custom-input input[type="text"],
.pro-custom-input input[type="number"],
.pro-custom-input input[type="email"],
.pro-custom-input input[type="password"],
.pro-custom-input input[type="tel"],
.pro-custom-input input[type="search"],
.pro-custom-input .mbsc-textfield-box {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: transparent;
  border-bottom: 1px solid #a0aeb4;
  line-height: 1;
  height: 48px;
  padding: 0 16px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-custom-input input[type="text"].mbsc-comp,
.pro-custom-input input[type="number"].mbsc-comp,
.pro-custom-input input[type="email"].mbsc-comp,
.pro-custom-input input[type="password"].mbsc-comp,
.pro-custom-input input[type="tel"].mbsc-comp,
.pro-custom-input input[type="search"].mbsc-comp,
.pro-custom-input .mbsc-textfield-box.mbsc-comp {
  border-color: #a0aeb4;
}
.pro-custom-input input[type="text"].mbsc-comp:focus,
.pro-custom-input input[type="number"].mbsc-comp:focus,
.pro-custom-input input[type="email"].mbsc-comp:focus,
.pro-custom-input input[type="password"].mbsc-comp:focus,
.pro-custom-input input[type="tel"].mbsc-comp:focus,
.pro-custom-input input[type="search"].mbsc-comp:focus,
.pro-custom-input .mbsc-textfield-box.mbsc-comp:focus {
  border-color: #a0aeb4;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input input[type="text"],
  .pro-custom-input input[type="number"],
  .pro-custom-input input[type="email"],
  .pro-custom-input input[type="password"],
  .pro-custom-input input[type="tel"],
  .pro-custom-input input[type="search"],
  .pro-custom-input .mbsc-textfield-box {
    height: 48px;
  }
}
.pro-custom-input input[type="text"].optional,
.pro-custom-input input[type="number"].optional,
.pro-custom-input input[type="email"].optional,
.pro-custom-input input[type="password"].optional,
.pro-custom-input input[type="tel"].optional,
.pro-custom-input input[type="search"].optional,
.pro-custom-input .mbsc-textfield-box.optional {
  font-style: italic;
}
.pro-custom-input input[type="text"].optional + label,
.pro-custom-input input[type="number"].optional + label,
.pro-custom-input input[type="email"].optional + label,
.pro-custom-input input[type="password"].optional + label,
.pro-custom-input input[type="tel"].optional + label,
.pro-custom-input input[type="search"].optional + label,
.pro-custom-input .mbsc-textfield-box.optional + label {
  font-style: italic;
}
.pro-custom-input input[type="text"].currency,
.pro-custom-input input[type="number"].currency,
.pro-custom-input input[type="email"].currency,
.pro-custom-input input[type="password"].currency,
.pro-custom-input input[type="tel"].currency,
.pro-custom-input input[type="search"].currency,
.pro-custom-input .mbsc-textfield-box.currency {
  padding-right: 40px;
}
.pro-custom-input input[type="text"].currency:disabled,
.pro-custom-input input[type="number"].currency:disabled,
.pro-custom-input input[type="email"].currency:disabled,
.pro-custom-input input[type="password"].currency:disabled,
.pro-custom-input input[type="tel"].currency:disabled,
.pro-custom-input input[type="search"].currency:disabled,
.pro-custom-input .mbsc-textfield-box.currency:disabled {
  padding-right: 40px;
}
.pro-custom-input input[type="text"].currency:disabled + label,
.pro-custom-input input[type="number"].currency:disabled + label,
.pro-custom-input input[type="email"].currency:disabled + label,
.pro-custom-input input[type="password"].currency:disabled + label,
.pro-custom-input input[type="tel"].currency:disabled + label,
.pro-custom-input input[type="search"].currency:disabled + label,
.pro-custom-input .mbsc-textfield-box.currency:disabled + label {
  padding-right: 70px;
}
.pro-custom-input input[type="text"].currency + label,
.pro-custom-input input[type="number"].currency + label,
.pro-custom-input input[type="email"].currency + label,
.pro-custom-input input[type="password"].currency + label,
.pro-custom-input input[type="tel"].currency + label,
.pro-custom-input input[type="search"].currency + label,
.pro-custom-input .mbsc-textfield-box.currency + label {
  padding-right: 40px;
}
.pro-custom-input input[type="text"].currency:disabled + label + .unit,
.pro-custom-input input[type="number"].currency:disabled + label + .unit,
.pro-custom-input input[type="email"].currency:disabled + label + .unit,
.pro-custom-input input[type="password"].currency:disabled + label + .unit,
.pro-custom-input input[type="tel"].currency:disabled + label + .unit,
.pro-custom-input input[type="search"].currency:disabled + label + .unit,
.pro-custom-input .mbsc-textfield-box.currency:disabled + label + .unit {
  color: #e5e5e5;
  right: 30px;
}
.pro-custom-input input[type="text"]:not(:placeholder-shown),
.pro-custom-input input[type="number"]:not(:placeholder-shown),
.pro-custom-input input[type="email"]:not(:placeholder-shown),
.pro-custom-input input[type="password"]:not(:placeholder-shown),
.pro-custom-input input[type="tel"]:not(:placeholder-shown),
.pro-custom-input input[type="search"]:not(:placeholder-shown),
.pro-custom-input .mbsc-textfield-box:not(:placeholder-shown),
.pro-custom-input input[type="text"]:focus,
.pro-custom-input input[type="number"]:focus,
.pro-custom-input input[type="email"]:focus,
.pro-custom-input input[type="password"]:focus,
.pro-custom-input input[type="tel"]:focus,
.pro-custom-input input[type="search"]:focus,
.pro-custom-input .mbsc-textfield-box:focus {
  padding-top: 12px;
}
.pro-custom-input input[type="text"]:not(:placeholder-shown) + label,
.pro-custom-input input[type="number"]:not(:placeholder-shown) + label,
.pro-custom-input input[type="email"]:not(:placeholder-shown) + label,
.pro-custom-input input[type="password"]:not(:placeholder-shown) + label,
.pro-custom-input input[type="tel"]:not(:placeholder-shown) + label,
.pro-custom-input input[type="search"]:not(:placeholder-shown) + label,
.pro-custom-input .mbsc-textfield-box:not(:placeholder-shown) + label,
.pro-custom-input input[type="text"]:focus + label,
.pro-custom-input input[type="number"]:focus + label,
.pro-custom-input input[type="email"]:focus + label,
.pro-custom-input input[type="password"]:focus + label,
.pro-custom-input input[type="tel"]:focus + label,
.pro-custom-input input[type="search"]:focus + label,
.pro-custom-input .mbsc-textfield-box:focus + label {
  font-size: 10px;
  font-size: 1rem;
  top: 4px;
  cursor: auto;
}
.pro-custom-input input[type="text"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="number"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="email"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="password"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="tel"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="search"]:not(:placeholder-shown) + label + .currency,
.pro-custom-input .mbsc-textfield-box:not(:placeholder-shown) + label + .currency,
.pro-custom-input input[type="text"]:focus + label + .currency,
.pro-custom-input input[type="number"]:focus + label + .currency,
.pro-custom-input input[type="email"]:focus + label + .currency,
.pro-custom-input input[type="password"]:focus + label + .currency,
.pro-custom-input input[type="tel"]:focus + label + .currency,
.pro-custom-input input[type="search"]:focus + label + .currency,
.pro-custom-input .mbsc-textfield-box:focus + label + .currency,
.pro-custom-input input[type="text"]:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="number"]:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="email"]:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="password"]:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="tel"]:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="search"]:not(:placeholder-shown) + label + .units,
.pro-custom-input .mbsc-textfield-box:not(:placeholder-shown) + label + .units,
.pro-custom-input input[type="text"]:focus + label + .units,
.pro-custom-input input[type="number"]:focus + label + .units,
.pro-custom-input input[type="email"]:focus + label + .units,
.pro-custom-input input[type="password"]:focus + label + .units,
.pro-custom-input input[type="tel"]:focus + label + .units,
.pro-custom-input input[type="search"]:focus + label + .units,
.pro-custom-input .mbsc-textfield-box:focus + label + .units {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pro-custom-input input[type="text"]:focus,
.pro-custom-input input[type="number"]:focus,
.pro-custom-input input[type="email"]:focus,
.pro-custom-input input[type="password"]:focus,
.pro-custom-input input[type="tel"]:focus,
.pro-custom-input input[type="search"]:focus,
.pro-custom-input .mbsc-textfield-box:focus {
  border-color: #4e63ce;
}
.pro-custom-input input[type="text"]::-webkit-input-placeholder,
.pro-custom-input input[type="number"]::-webkit-input-placeholder,
.pro-custom-input input[type="email"]::-webkit-input-placeholder,
.pro-custom-input input[type="password"]::-webkit-input-placeholder,
.pro-custom-input input[type="tel"]::-webkit-input-placeholder,
.pro-custom-input input[type="search"]::-webkit-input-placeholder,
.pro-custom-input .mbsc-textfield-box::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #707580;
}
.pro-custom-input input[type="text"]:-ms-input-placeholder,
.pro-custom-input input[type="number"]:-ms-input-placeholder,
.pro-custom-input input[type="email"]:-ms-input-placeholder,
.pro-custom-input input[type="password"]:-ms-input-placeholder,
.pro-custom-input input[type="tel"]:-ms-input-placeholder,
.pro-custom-input input[type="search"]:-ms-input-placeholder,
.pro-custom-input .mbsc-textfield-box:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #707580;
}
.pro-custom-input input[type="text"]::-ms-input-placeholder,
.pro-custom-input input[type="number"]::-ms-input-placeholder,
.pro-custom-input input[type="email"]::-ms-input-placeholder,
.pro-custom-input input[type="password"]::-ms-input-placeholder,
.pro-custom-input input[type="tel"]::-ms-input-placeholder,
.pro-custom-input input[type="search"]::-ms-input-placeholder,
.pro-custom-input .mbsc-textfield-box::-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #707580;
}
.pro-custom-input input[type="text"]::placeholder,
.pro-custom-input input[type="number"]::placeholder,
.pro-custom-input input[type="email"]::placeholder,
.pro-custom-input input[type="password"]::placeholder,
.pro-custom-input input[type="tel"]::placeholder,
.pro-custom-input input[type="search"]::placeholder,
.pro-custom-input .mbsc-textfield-box::placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  color: #707580;
}
.pro-custom-input input[type="text"]:disabled,
.pro-custom-input input[type="number"]:disabled,
.pro-custom-input input[type="email"]:disabled,
.pro-custom-input input[type="password"]:disabled,
.pro-custom-input input[type="tel"]:disabled,
.pro-custom-input input[type="search"]:disabled,
.pro-custom-input .mbsc-textfield-box:disabled {
  background-image: none;
  color: #d5dde0;
  border-color: #d5dde0;
}
.pro-custom-input input[type="text"]:disabled label + .unit,
.pro-custom-input input[type="number"]:disabled label + .unit,
.pro-custom-input input[type="email"]:disabled label + .unit,
.pro-custom-input input[type="password"]:disabled label + .unit,
.pro-custom-input input[type="tel"]:disabled label + .unit,
.pro-custom-input input[type="search"]:disabled label + .unit,
.pro-custom-input .mbsc-textfield-box:disabled label + .unit {
  right: 30px;
}
.pro-custom-input input[type="text"]:disabled + label,
.pro-custom-input input[type="number"]:disabled + label,
.pro-custom-input input[type="email"]:disabled + label,
.pro-custom-input input[type="password"]:disabled + label,
.pro-custom-input input[type="tel"]:disabled + label,
.pro-custom-input input[type="search"]:disabled + label,
.pro-custom-input .mbsc-textfield-box:disabled + label {
  color: #d5dde0;
}
.pro-custom-input input[type="text"]:-moz-read-only,
.pro-custom-input input[type="number"]:-moz-read-only,
.pro-custom-input input[type="email"]:-moz-read-only,
.pro-custom-input input[type="password"]:-moz-read-only,
.pro-custom-input input[type="tel"]:-moz-read-only,
.pro-custom-input input[type="search"]:-moz-read-only,
.pro-custom-input .mbsc-textfield-box:-moz-read-only {
  padding-right: 30px;
  cursor: default;
}
.pro-custom-input input[type="text"]:read-only,
.pro-custom-input input[type="number"]:read-only,
.pro-custom-input input[type="email"]:read-only,
.pro-custom-input input[type="password"]:read-only,
.pro-custom-input input[type="tel"]:read-only,
.pro-custom-input input[type="search"]:read-only,
.pro-custom-input .mbsc-textfield-box:read-only {
  padding-right: 30px;
  cursor: default;
}
.pro-custom-input input[type="text"] + label + .btn-password-toggle {
  background-image: url('../images/svg/icon-show-password-off.svg');
}
.pro-custom-input label {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  position: absolute;
  text-transform: none;
  letter-spacing: 0.5px;
  top: 16px;
  cursor: text;
  z-index: -1;
  color: #707580;
  left: 16px;
  right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-custom-input label.small {
  font-size: 10px;
  font-size: 1rem;
  top: 1px;
  cursor: auto;
}
.pro-custom-input .field-description {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  color: #707580;
  padding: 0 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
}
.pro-custom-input .unit {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 17px;
  font-weight: 500;
}
.pro-custom-input .status-msg {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: 16px;
  text-transform: uppercase;
  font-family: 'suisseIntMono', sans-serif;
}
.pro-custom-input .results {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  display: none;
  background-color: #ffffff;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  top: 48px;
  left: 0;
  right: 0;
  z-index: 1;
  scroll-behavior: smooth;
  border: 1px solid #4e63ce;
  margin-top: -1px;
  scrollbar-width: thin;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input .results {
    top: 48px;
  }
}
.pro-custom-input .results.show {
  display: block;
}
.pro-custom-input .results::-webkit-scrollbar {
  width: 5px;
}
.pro-custom-input .results::-webkit-scrollbar-track-piece {
  background: #E8ECED;
}
.pro-custom-input .results::-webkit-scrollbar-thumb {
  background: #707580;
}
.pro-custom-input .results .results-list {
  padding: 10px 0;
  margin: 0;
}
.pro-custom-input .results .pro-zero-state {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pro-custom-input .results .item {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.pro-custom-input .results .item:before {
  content: none;
}
.pro-custom-input .results .item.label {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #707580;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}
.pro-custom-input .results .item.divider {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  padding-top: 0;
  padding-bottom: 0;
  height: 1px;
  background: #4e63ce;
  margin: 6px 8px;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input .results .item.divider {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.pro-custom-input .results .artist-search-item,
.pro-custom-input .results .role-search-item,
.pro-custom-input .results .genre-search-item,
.pro-custom-input .results .country-search-item,
.pro-custom-input .results .venue-search-item,
.pro-custom-input .results .city-search-item,
.pro-custom-input .results .event-location-search-item,
.pro-custom-input .results .option-item {
  cursor: pointer;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input .results .artist-search-item,
  .pro-custom-input .results .role-search-item,
  .pro-custom-input .results .genre-search-item,
  .pro-custom-input .results .country-search-item,
  .pro-custom-input .results .venue-search-item,
  .pro-custom-input .results .city-search-item,
  .pro-custom-input .results .event-location-search-item,
  .pro-custom-input .results .option-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.pro-custom-input .results .artist-search-item.selected:before,
.pro-custom-input .results .role-search-item.selected:before,
.pro-custom-input .results .genre-search-item.selected:before,
.pro-custom-input .results .country-search-item.selected:before,
.pro-custom-input .results .venue-search-item.selected:before,
.pro-custom-input .results .city-search-item.selected:before,
.pro-custom-input .results .event-location-search-item.selected:before,
.pro-custom-input .results .option-item.selected:before {
  content: "";
  background: #eef0fb;
}
.pro-custom-input .results .artist-search-item.selected .category,
.pro-custom-input .results .role-search-item.selected .category,
.pro-custom-input .results .genre-search-item.selected .category,
.pro-custom-input .results .country-search-item.selected .category,
.pro-custom-input .results .venue-search-item.selected .category,
.pro-custom-input .results .city-search-item.selected .category,
.pro-custom-input .results .event-location-search-item.selected .category,
.pro-custom-input .results .option-item.selected .category {
  font-size: 10px;
  font-size: 1rem;
  color: #4e63ce;
  font-weight: 500;
}
.pro-custom-input .results .artist-search-item:hover,
.pro-custom-input .results .role-search-item:hover,
.pro-custom-input .results .genre-search-item:hover,
.pro-custom-input .results .country-search-item:hover,
.pro-custom-input .results .venue-search-item:hover,
.pro-custom-input .results .city-search-item:hover,
.pro-custom-input .results .event-location-search-item:hover,
.pro-custom-input .results .option-item:hover {
  color: #6889e2;
}
.pro-custom-input .results .artist-search-item:hover:before,
.pro-custom-input .results .role-search-item:hover:before,
.pro-custom-input .results .genre-search-item:hover:before,
.pro-custom-input .results .country-search-item:hover:before,
.pro-custom-input .results .venue-search-item:hover:before,
.pro-custom-input .results .city-search-item:hover:before,
.pro-custom-input .results .event-location-search-item:hover:before,
.pro-custom-input .results .option-item:hover:before {
  content: "";
}
.pro-custom-input .results .artist-search-item:before,
.pro-custom-input .results .role-search-item:before,
.pro-custom-input .results .genre-search-item:before,
.pro-custom-input .results .country-search-item:before,
.pro-custom-input .results .venue-search-item:before,
.pro-custom-input .results .city-search-item:before,
.pro-custom-input .results .event-location-search-item:before,
.pro-custom-input .results .option-item:before {
  pointer-events: none;
  cursor: default;
  border-radius: 2px;
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #f4f6f6;
}
.pro-custom-input .results .artist-search-item .role,
.pro-custom-input .results .role-search-item .role,
.pro-custom-input .results .genre-search-item .role,
.pro-custom-input .results .country-search-item .role,
.pro-custom-input .results .venue-search-item .role,
.pro-custom-input .results .city-search-item .role,
.pro-custom-input .results .event-location-search-item .role,
.pro-custom-input .results .option-item .role,
.pro-custom-input .results .artist-search-item .genre,
.pro-custom-input .results .role-search-item .genre,
.pro-custom-input .results .genre-search-item .genre,
.pro-custom-input .results .country-search-item .genre,
.pro-custom-input .results .venue-search-item .genre,
.pro-custom-input .results .city-search-item .genre,
.pro-custom-input .results .event-location-search-item .genre,
.pro-custom-input .results .option-item .genre,
.pro-custom-input .results .artist-search-item .venue,
.pro-custom-input .results .role-search-item .venue,
.pro-custom-input .results .genre-search-item .venue,
.pro-custom-input .results .country-search-item .venue,
.pro-custom-input .results .venue-search-item .venue,
.pro-custom-input .results .city-search-item .venue,
.pro-custom-input .results .event-location-search-item .venue,
.pro-custom-input .results .option-item .venue,
.pro-custom-input .results .artist-search-item .world-country,
.pro-custom-input .results .role-search-item .world-country,
.pro-custom-input .results .genre-search-item .world-country,
.pro-custom-input .results .country-search-item .world-country,
.pro-custom-input .results .venue-search-item .world-country,
.pro-custom-input .results .city-search-item .world-country,
.pro-custom-input .results .event-location-search-item .world-country,
.pro-custom-input .results .option-item .world-country,
.pro-custom-input .results .artist-search-item .option,
.pro-custom-input .results .role-search-item .option,
.pro-custom-input .results .genre-search-item .option,
.pro-custom-input .results .country-search-item .option,
.pro-custom-input .results .venue-search-item .option,
.pro-custom-input .results .city-search-item .option,
.pro-custom-input .results .event-location-search-item .option,
.pro-custom-input .results .option-item .option,
.pro-custom-input .results .artist-search-item .city,
.pro-custom-input .results .role-search-item .city,
.pro-custom-input .results .genre-search-item .city,
.pro-custom-input .results .country-search-item .city,
.pro-custom-input .results .venue-search-item .city,
.pro-custom-input .results .city-search-item .city,
.pro-custom-input .results .event-location-search-item .city,
.pro-custom-input .results .option-item .city {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 1;
}
.pro-custom-input .results .artist-search-item .category,
.pro-custom-input .results .role-search-item .category,
.pro-custom-input .results .genre-search-item .category,
.pro-custom-input .results .country-search-item .category,
.pro-custom-input .results .venue-search-item .category,
.pro-custom-input .results .city-search-item .category,
.pro-custom-input .results .event-location-search-item .category,
.pro-custom-input .results .option-item .category,
.pro-custom-input .results .artist-search-item .subgenre,
.pro-custom-input .results .role-search-item .subgenre,
.pro-custom-input .results .genre-search-item .subgenre,
.pro-custom-input .results .country-search-item .subgenre,
.pro-custom-input .results .venue-search-item .subgenre,
.pro-custom-input .results .city-search-item .subgenre,
.pro-custom-input .results .event-location-search-item .subgenre,
.pro-custom-input .results .option-item .subgenre {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  color: #707580;
  margin-left: 12px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .pro-custom-input .results .artist-search-item .category,
  .pro-custom-input .results .role-search-item .category,
  .pro-custom-input .results .genre-search-item .category,
  .pro-custom-input .results .country-search-item .category,
  .pro-custom-input .results .venue-search-item .category,
  .pro-custom-input .results .city-search-item .category,
  .pro-custom-input .results .event-location-search-item .category,
  .pro-custom-input .results .option-item .category,
  .pro-custom-input .results .artist-search-item .subgenre,
  .pro-custom-input .results .role-search-item .subgenre,
  .pro-custom-input .results .genre-search-item .subgenre,
  .pro-custom-input .results .country-search-item .subgenre,
  .pro-custom-input .results .venue-search-item .subgenre,
  .pro-custom-input .results .city-search-item .subgenre,
  .pro-custom-input .results .event-location-search-item .subgenre,
  .pro-custom-input .results .option-item .subgenre {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pro-custom-input .results .artist-search-item .country,
.pro-custom-input .results .role-search-item .country,
.pro-custom-input .results .genre-search-item .country,
.pro-custom-input .results .country-search-item .country,
.pro-custom-input .results .venue-search-item .country,
.pro-custom-input .results .city-search-item .country,
.pro-custom-input .results .event-location-search-item .country,
.pro-custom-input .results .option-item .country {
  text-transform: none;
}
.pro-custom-input .results .role-search-item.selected:before {
  background-color: #e8eced;
}
.pro-custom-input .results .role-search-item.selected:hover .category:before {
  background-image: url('../images/svg/close-blue-roll.svg');
}
.pro-custom-input .results .role-search-item.selected .category {
  font-size: 0px;
  font-size: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro-custom-input .results .role-search-item.selected .category:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url('../images/svg/close-blue.svg');
}
.pro-custom-input .results .artist-search-item {
  padding: 0 4px;
}
.pro-custom-input .results .artist-search-item .card-micro {
  position: relative;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-custom-input .results .artist-search-item .card-micro:hover:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -4px;
  bottom: -2px;
  left: -4px;
  border-radius: 4px;
  background-color: #eef0fb;
  z-index: -1;
}
.pro-custom-input .results .artist-search-item .card-micro .row {
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #707580;
  text-transform: uppercase;
  text-align: right;
}
.pro-custom-input .results .artist-search-item .card-micro .row.tags {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  width: auto;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
  white-space: nowrap;
}
.pro-custom-input .results .artist-search-item .card-micro .row.tags .btn-filter-tag + .btn-filter-tag,
.pro-custom-input .results .artist-search-item .card-micro .row.tags .pro-tag + .btn-filter-tag,
.pro-custom-input .results .artist-search-item .card-micro .row.tags .btn-filter-tag + .pro-tag,
.pro-custom-input .results .artist-search-item .card-micro .row.tags .pro-tag + .pro-tag {
  margin-left: 8px;
}
.pro-custom-input .results .artist-search-item .card-micro .row.tags .pro-tag {
  color: #000000;
}
.pro-custom-input .results .artist-search-item .card-micro .row .country {
  color: #707580;
  white-space: nowrap;
  min-width: 38px;
}
.pro-custom-input .results .artist-search-item .card-micro .row .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 13px;
  border: 1px solid #e8eced;
}
.pro-custom-input .results .artist-search-item .card-micro .title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.pro-custom-input .results .artist-search-item .card-micro a + article,
.pro-custom-input .results .artist-search-item .card-micro figure + article {
  padding-left: 48px;
}
.pro-custom-input .results .artist-search-item .card-micro figure {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  min-width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #e8eced;
}
.pro-custom-input .results .artist-search-item .card-micro article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-custom-input .results .artist-search-item .card-micro h3 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0;
  line-height: 16px;
  font-weight: 500;
  color: #000000;
}
.pro-custom-input .results .country-search-item,
.pro-custom-input .results .venue-search-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pro-custom-input .results .event-location-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-custom-input .results .event-location-search-item .mini-badge {
  white-space: nowrap;
  margin-left: 16px;
}
.pro-custom-input .results .city-search-item .city {
  padding-left: 16px;
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url('../images/svg/location.svg');
}
.pro-custom-input .results .city-search-item .grey {
  font-size: 11px;
  font-size: 1.1rem;
  color: #707580;
}
.pro-custom-input .results .venue-search-item .world-country {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 0;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 8px;
  min-width: 42px;
  color: #707580;
}
.pro-custom-input .results .venue-search-item .flag {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
}
.pro-custom-input .pro-zero-state {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  color: #707580;
  padding: 0 16px;
}
.pro-custom-input .btn-password-toggle {
  font-size: 0px;
  font-size: 0rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url('../images/svg/icon-show-password.svg');
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.pro-custom-input .pro-custom-input-actions {
  display: none;
  position: absolute;
  right: 12px;
  top: 4px;
}
.pro-custom-input + .error-msg {
  position: absolute;
  color: #e44561;
}
.pro-textarea {
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #a0aeb4;
  padding: 16px;
}
.pro-textarea.border {
  border-radius: 4px;
}
.pro-textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
}
.pro-textarea:-ms-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
}
.pro-textarea::-ms-input-placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
}
.pro-textarea::placeholder {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
}
.pro-textarea:disabled {
  background: none;
  color: #d5dde0;
  border-color: #d5dde0;
}
.pro-textarea:disabled::-webkit-input-placeholder {
  color: #d5dde0;
}
.pro-textarea:disabled:-ms-input-placeholder {
  color: #d5dde0;
}
.pro-textarea:disabled::-ms-input-placeholder {
  color: #d5dde0;
}
.pro-textarea:disabled::placeholder {
  color: #d5dde0;
}
.pro-textarea:-moz-read-only {
  cursor: default;
}
.pro-textarea:read-only {
  cursor: default;
}
.pro-textarea:focus {
  cursor: default;
  border-color: #4e63ce;
}
input[type="checkbox"].white.custom-checkbox + label,
input[type="radio"].white.custom-checkbox + label,
input[type="checkbox"].white.custom-radio + label,
input[type="radio"].white.custom-radio + label {
  color: #ffffff;
}
input[type="checkbox"].white.custom-checkbox + label:before,
input[type="radio"].white.custom-checkbox + label:before,
input[type="checkbox"].white.custom-radio + label:before,
input[type="radio"].white.custom-radio + label:before {
  border-color: #ffffff;
}
input[type="checkbox"].white.custom-checkbox:checked + label:after,
input[type="radio"].white.custom-checkbox:checked + label:after,
input[type="checkbox"].white.custom-radio:checked + label:after,
input[type="radio"].white.custom-radio:checked + label:after {
  background-color: #ffffff;
}
input[type="checkbox"].clamped + label,
input[type="radio"].clamped + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
input[type="checkbox"].clamped + label em,
input[type="radio"].clamped + label em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
input[type="checkbox"].clamped + label .official-channel,
input[type="radio"].clamped + label .official-channel {
  margin-left: 8px;
  width: 12px;
}
input[type="checkbox"].spotify.custom-checkbox + label:before,
input[type="radio"].spotify.custom-checkbox + label:before,
input[type="checkbox"].spotify.custom-radio + label:before,
input[type="radio"].spotify.custom-radio + label:before {
  border-color: #1db954;
}
input[type="checkbox"].spotify.custom-checkbox:checked + label:after,
input[type="radio"].spotify.custom-checkbox:checked + label:after,
input[type="checkbox"].spotify.custom-radio:checked + label:after,
input[type="radio"].spotify.custom-radio:checked + label:after {
  background-color: #1db954;
}
input[type="checkbox"].reverse.custom-checkbox + label,
input[type="radio"].reverse.custom-checkbox + label,
input[type="checkbox"].reverse.custom-radio + label,
input[type="radio"].reverse.custom-radio + label {
  display: block;
  padding-left: 0;
  padding-right: 45px;
}
input[type="checkbox"].reverse.custom-checkbox + label:before,
input[type="radio"].reverse.custom-checkbox + label:before,
input[type="checkbox"].reverse.custom-radio + label:before,
input[type="radio"].reverse.custom-radio + label:before {
  left: auto;
  right: 0;
}
input[type="checkbox"].reverse.custom-checkbox + label:after,
input[type="radio"].reverse.custom-checkbox + label:after,
input[type="checkbox"].reverse.custom-radio + label:after,
input[type="radio"].reverse.custom-radio + label:after {
  left: auto;
  right: 12px;
}
input[type="checkbox"].reverse.custom-checkbox:checked + label:after,
input[type="radio"].reverse.custom-checkbox:checked + label:after,
input[type="checkbox"].reverse.custom-radio:checked + label:after,
input[type="radio"].reverse.custom-radio:checked + label:after {
  left: auto;
  right: 3px;
}
input[type="checkbox"].custom-toggle,
input[type="radio"].custom-toggle,
input[type="checkbox"].custom-toggle-pro,
input[type="radio"].custom-toggle-pro,
input[type="checkbox"].custom-checkbox,
input[type="radio"].custom-checkbox,
input[type="checkbox"].custom-radio,
input[type="radio"].custom-radio {
  position: absolute;
  z-index: -1;
  left: -100px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type="checkbox"].custom-toggle + label,
input[type="radio"].custom-toggle + label {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  border: 2px solid #000000;
  color: #ffffff;
  background-color: #000000;
  height: 36px;
  width: 96px;
  display: inline-block;
  letter-spacing: 1.5px;
  padding: 0 8px;
  line-height: 32px;
  font-family: 'suisseIntMono', sans-serif;
  cursor: pointer;
}
input[type="checkbox"].custom-toggle + label:before,
input[type="radio"].custom-toggle + label:before {
  -webkit-transition: left 150ms ease-out;
  transition: left 150ms ease-out;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -10px;
  background-color: #ffffff;
}
input[type="checkbox"].custom-toggle + label span:first-child,
input[type="radio"].custom-toggle + label span:first-child {
  float: right;
}
input[type="checkbox"].custom-toggle + label span:last-child,
input[type="radio"].custom-toggle + label span:last-child {
  float: left;
  display: none;
}
input[type="checkbox"].custom-toggle-pro + label,
input[type="radio"].custom-toggle-pro + label {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  background-color: #CAE1FF;
  height: 18px;
  width: 42px;
  display: inline-block;
  letter-spacing: 1.5px;
  padding: 0;
  line-height: 18px;
  cursor: pointer;
}
input[type="checkbox"].custom-toggle-pro + label:before,
input[type="radio"].custom-toggle-pro + label:before {
  border-radius: 50%;
  -webkit-transition: left 150ms ease-out;
  transition: left 150ms ease-out;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -13px;
  background-color: #4e63ce;
}
input[type="checkbox"].custom-checkbox + label,
input[type="radio"].custom-checkbox + label,
input[type="checkbox"].custom-radio + label,
input[type="radio"].custom-radio + label {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  position: relative;
  padding-left: 45px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  color: #000000;
  letter-spacing: 0px;
}
input[type="checkbox"].custom-checkbox + label:before,
input[type="radio"].custom-checkbox + label:before,
input[type="checkbox"].custom-radio + label:before,
input[type="radio"].custom-radio + label:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 3px solid #000000;
}
input[type="checkbox"].custom-checkbox + label:after,
input[type="radio"].custom-checkbox + label:after,
input[type="checkbox"].custom-radio + label:after,
input[type="radio"].custom-radio + label:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  left: 12px;
  top: 12px;
  width: 0px;
  height: 0px;
  background-color: #000000;
  content: "";
  position: absolute;
}
input[type="checkbox"].custom-checkbox:disabled + label,
input[type="radio"].custom-checkbox:disabled + label,
input[type="checkbox"].custom-radio:disabled + label,
input[type="radio"].custom-radio:disabled + label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}
input[type="checkbox"].custom-toggle:checked + label,
input[type="radio"].custom-toggle:checked + label {
  color: #000000;
  background-color: transparent;
}
input[type="checkbox"].custom-toggle:checked + label:before,
input[type="radio"].custom-toggle:checked + label:before {
  left: calc(100% - 24px);
  background-color: #000000;
}
input[type="checkbox"].custom-toggle:checked + label span:first-child,
input[type="radio"].custom-toggle:checked + label span:first-child {
  display: none;
}
input[type="checkbox"].custom-toggle:checked + label span:last-child,
input[type="radio"].custom-toggle:checked + label span:last-child {
  display: block;
}
input[type="checkbox"].custom-toggle-pro:checked + label:before,
input[type="radio"].custom-toggle-pro:checked + label:before {
  left: calc(100% - 26px);
}
input[type="checkbox"].custom-checkbox:checked + label:after,
input[type="radio"].custom-checkbox:checked + label:after,
input[type="checkbox"].custom-radio:checked + label:after,
input[type="radio"].custom-radio:checked + label:after {
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background-color: #000000;
}
input[type="checkbox"].custom-checkbox + label + small,
input[type="radio"].custom-checkbox + label + small,
input[type="checkbox"].custom-radio + label + small,
input[type="radio"].custom-radio + label + small {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 45px;
  display: block;
  letter-spacing: 0.5px;
}
input[type=radio].custom-radio + label:before {
  border-radius: 50%;
}
input[type=radio].custom-radio:checked + label:after {
  border-radius: 50%;
}
.custom-checkbox-info {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding-left: 45px;
  display: block;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
/*************** 7. ANIMATIONS ***************/
/*------------------------------------------------------------------
# [Animations]
------------------------------------------------------------------*/
@-webkit-keyframes chart-animation {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-30%, 0%);
    transform: translate(-30%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes chart-animation {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  50% {
    -webkit-transform: translate(-30%, 0%);
    transform: translate(-30%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes feature-visual-addon {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes feature-visual-addon {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fade-in-dot {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #66CD94;
    border-color: #66CD94;
  }
}
@keyframes fade-in-dot {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #66CD94;
    border-color: #66CD94;
  }
}
@-webkit-keyframes pulse-play {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  20% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  26% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  45% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes pulse-play {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  20% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  26% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  45% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes loader-gradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: -33% 50%;
  }
}
@keyframes loader-gradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: -33% 50%;
  }
}
@-webkit-keyframes order-summary-show {
  0% {
    -webkit-transform: translate(0, -500px);
    transform: translate(0, -500px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes order-summary-show {
  0% {
    -webkit-transform: translate(0, -500px);
    transform: translate(0, -500px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes shine {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    left: -70%;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  @media only screen and (min-width: 768px) {
    0% {
      left: -40%;
    }
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
    -webkit-transform: rotate(45deg) scale(1.5);
            transform: rotate(45deg) scale(1.5);
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
    left: 160%;
  }
  @media only screen and (min-width: 768px) {
    100% {
      left: 130%;
    }
  }
}
@keyframes shine {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    left: -70%;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  @media only screen and (min-width: 768px) {
    0% {
      left: -40%;
    }
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
    -webkit-transform: rotate(45deg) scale(1.5);
            transform: rotate(45deg) scale(1.5);
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
    left: 160%;
  }
  @media only screen and (min-width: 768px) {
    100% {
      left: 130%;
    }
  }
}
@-webkit-keyframes sem-pa-tja {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@keyframes sem-pa-tja {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@-webkit-keyframes mask1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  60% {
    -webkit-clip-path: inset(0% 0% 0% 85%);
            clip-path: inset(0% 0% 0% 85%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
}
@keyframes mask1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  60% {
    -webkit-clip-path: inset(0% 0% 0% 85%);
            clip-path: inset(0% 0% 0% 85%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
}
@-webkit-keyframes mask1fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  60% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes mask1fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  60% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@-webkit-keyframes mask2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  30% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  70% {
    -webkit-clip-path: inset(0% 0% 0% 85%);
            clip-path: inset(0% 0% 0% 85%);
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
}
@keyframes mask2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  30% {
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  70% {
    -webkit-clip-path: inset(0% 0% 0% 85%);
            clip-path: inset(0% 0% 0% 85%);
  }
  80% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
}
@-webkit-keyframes mask2fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  80% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes mask2fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-clip-path: inset(0% 85% 0% 0%);
            clip-path: inset(0% 85% 0% 0%);
  }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  80% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@-webkit-keyframes feature-animation-spotify {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -86.5%);
    transform: translate(0, -86.5%);
  }
  55% {
    -webkit-transform: translate(0, -86.5%);
    transform: translate(0, -86.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-spotify {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -86.5%);
    transform: translate(0, -86.5%);
  }
  55% {
    -webkit-transform: translate(0, -86.5%);
    transform: translate(0, -86.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-beatport {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -84%);
    transform: translate(0, -84%);
  }
  55% {
    -webkit-transform: translate(0, -84%);
    transform: translate(0, -84%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-beatport {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -84%);
    transform: translate(0, -84%);
  }
  55% {
    -webkit-transform: translate(0, -84%);
    transform: translate(0, -84%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-artist {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93.6%);
    transform: translate(0, -93.6%);
  }
  55% {
    -webkit-transform: translate(0, -93.6%);
    transform: translate(0, -93.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-artist {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93.6%);
    transform: translate(0, -93.6%);
  }
  55% {
    -webkit-transform: translate(0, -93.6%);
    transform: translate(0, -93.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-analytics-element-1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  8.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@keyframes feature-animation-analytics-element-1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  8.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes feature-animation-analytics-element-2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  33.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
}
@keyframes feature-animation-analytics-element-2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  33.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -40%);
    transform: translate(0, -40%);
  }
}
@-webkit-keyframes feature-animation-analytics-element-3 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  58.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  75% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
}
@keyframes feature-animation-analytics-element-3 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  58.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  75% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
}
@-webkit-keyframes feature-animation-analytics-element-4 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  83.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}
@keyframes feature-animation-analytics-element-4 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  83.3% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}
@-webkit-keyframes feature-animation-analytics-element-1-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  21% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  96% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes feature-animation-analytics-element-1-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  21% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  96% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes feature-animation-analytics-element-2-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  21% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  46% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes feature-animation-analytics-element-2-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  21% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  46% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes feature-animation-analytics-element-3-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  46% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes feature-animation-analytics-element-3-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  46% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes feature-animation-analytics-element-4-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  96% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes feature-animation-analytics-element-4-menu {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  96% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
/*.keyframes (feature-animation-festival; {
	0% {
		.translate(0,0%);
	}
	45% {
		.translate(0,-92%);
	}
	55% {
		.translate(0,-92%);
	}
	90% {
		.translate(0,0%);
	}
});*/
@-webkit-keyframes feature-animation-country {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85.5%);
    transform: translate(0, -85.5%);
  }
  55% {
    -webkit-transform: translate(0, -85.5%);
    transform: translate(0, -85.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-country {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85.5%);
    transform: translate(0, -85.5%);
  }
  55% {
    -webkit-transform: translate(0, -85.5%);
    transform: translate(0, -85.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-genre {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -86%);
    transform: translate(0, -86%);
  }
  55% {
    -webkit-transform: translate(0, -86%);
    transform: translate(0, -86%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-genre {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -86%);
    transform: translate(0, -86%);
  }
  55% {
    -webkit-transform: translate(0, -86%);
    transform: translate(0, -86%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-airplay {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -82%);
    transform: translate(0, -82%);
  }
  55% {
    -webkit-transform: translate(0, -82%);
    transform: translate(0, -82%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-airplay {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -82%);
    transform: translate(0, -82%);
  }
  55% {
    -webkit-transform: translate(0, -82%);
    transform: translate(0, -82%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-festival {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-festival {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-audience {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -64%);
    transform: translate(0, -64%);
  }
  55% {
    -webkit-transform: translate(0, -64%);
    transform: translate(0, -64%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-audience {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -64%);
    transform: translate(0, -64%);
  }
  55% {
    -webkit-transform: translate(0, -64%);
    transform: translate(0, -64%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes feature-animation-label {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.3%);
    transform: translate(0, -88.3%);
  }
  55% {
    -webkit-transform: translate(0, -88.3%);
    transform: translate(0, -88.3%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes feature-animation-label {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.3%);
    transform: translate(0, -88.3%);
  }
  55% {
    -webkit-transform: translate(0, -88.3%);
    transform: translate(0, -88.3%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-artist {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -94%);
    transform: translate(0, -94%);
  }
  55% {
    -webkit-transform: translate(0, -94%);
    transform: translate(0, -94%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-artist {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -94%);
    transform: translate(0, -94%);
  }
  55% {
    -webkit-transform: translate(0, -94%);
    transform: translate(0, -94%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-artist-airplay-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-artist-airplay-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-artist-grid-hotness {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.5%);
    transform: translate(0, -88.5%);
  }
  55% {
    -webkit-transform: translate(0, -88.5%);
    transform: translate(0, -88.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-artist-grid-hotness {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.5%);
    transform: translate(0, -88.5%);
  }
  55% {
    -webkit-transform: translate(0, -88.5%);
    transform: translate(0, -88.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-festival {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91.5%);
    transform: translate(0, -91.5%);
  }
  55% {
    -webkit-transform: translate(0, -91.5%);
    transform: translate(0, -91.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-festival {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91.5%);
    transform: translate(0, -91.5%);
  }
  55% {
    -webkit-transform: translate(0, -91.5%);
    transform: translate(0, -91.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-audience {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
  }
  55% {
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-audience {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
  }
  55% {
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-airplay {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.8%);
    transform: translate(0, -88.8%);
  }
  55% {
    -webkit-transform: translate(0, -88.8%);
    transform: translate(0, -88.8%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-airplay {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -88.8%);
    transform: translate(0, -88.8%);
  }
  55% {
    -webkit-transform: translate(0, -88.8%);
    transform: translate(0, -88.8%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-social {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -96%);
    transform: translate(0, -96%);
  }
  55% {
    -webkit-transform: translate(0, -96%);
    transform: translate(0, -96%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-social {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -96%);
    transform: translate(0, -96%);
  }
  55% {
    -webkit-transform: translate(0, -96%);
    transform: translate(0, -96%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-social-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  55% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-social-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  55% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-compare-artists {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -89%);
    transform: translate(0, -89%);
  }
  55% {
    -webkit-transform: translate(0, -89%);
    transform: translate(0, -89%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-compare-artists {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -89%);
    transform: translate(0, -89%);
  }
  55% {
    -webkit-transform: translate(0, -89%);
    transform: translate(0, -89%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-label {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-label {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-beatport {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -90%);
    transform: translate(0, -90%);
  }
  55% {
    -webkit-transform: translate(0, -90%);
    transform: translate(0, -90%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-beatport {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -90%);
    transform: translate(0, -90%);
  }
  55% {
    -webkit-transform: translate(0, -90%);
    transform: translate(0, -90%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-artist-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  55% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-artist-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  55% {
    -webkit-transform: translate(0, -87%);
    transform: translate(0, -87%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-festival-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  55% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-festival-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  55% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-artist-spotify {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91.6%);
    transform: translate(0, -91.6%);
  }
  55% {
    -webkit-transform: translate(0, -91.6%);
    transform: translate(0, -91.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-artist-spotify {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91.6%);
    transform: translate(0, -91.6%);
  }
  55% {
    -webkit-transform: translate(0, -91.6%);
    transform: translate(0, -91.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-spotify-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  55% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-spotify-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  55% {
    -webkit-transform: translate(0, -93%);
    transform: translate(0, -93%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-beatport-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-beatport-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  55% {
    -webkit-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes onboarding-animation-mobile {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -90.7%);
    transform: translate(0, -90.7%);
  }
  55% {
    -webkit-transform: translate(0, -90.7%);
    transform: translate(0, -90.7%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes onboarding-animation-mobile {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -90.7%);
    transform: translate(0, -90.7%);
  }
  55% {
    -webkit-transform: translate(0, -90.7%);
    transform: translate(0, -90.7%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes onboarding-animation-tablet-forward {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -79.5%);
    transform: translate(0, -79.5%);
  }
  55% {
    -webkit-transform: translate(0, -79.5%);
    transform: translate(0, -79.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes onboarding-animation-tablet-forward {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -79.5%);
    transform: translate(0, -79.5%);
  }
  55% {
    -webkit-transform: translate(0, -79.5%);
    transform: translate(0, -79.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes onboarding-animation-tablet-forward-b {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -58.5%);
    transform: translate(0, -58.5%);
  }
  55% {
    -webkit-transform: translate(0, -58.5%);
    transform: translate(0, -58.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes onboarding-animation-tablet-forward-b {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -58.5%);
    transform: translate(0, -58.5%);
  }
  55% {
    -webkit-transform: translate(0, -58.5%);
    transform: translate(0, -58.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes onboarding-animation-tablet-forward-b-880 {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -74.5%);
    transform: translate(0, -74.5%);
  }
  55% {
    -webkit-transform: translate(0, -74.5%);
    transform: translate(0, -74.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes onboarding-animation-tablet-forward-b-880 {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -74.5%);
    transform: translate(0, -74.5%);
  }
  55% {
    -webkit-transform: translate(0, -74.5%);
    transform: translate(0, -74.5%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-beatport-track-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87.6%);
    transform: translate(0, -87.6%);
  }
  55% {
    -webkit-transform: translate(0, -87.6%);
    transform: translate(0, -87.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-beatport-track-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -87.6%);
    transform: translate(0, -87.6%);
  }
  55% {
    -webkit-transform: translate(0, -87.6%);
    transform: translate(0, -87.6%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-country {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91%);
    transform: translate(0, -91%);
  }
  55% {
    -webkit-transform: translate(0, -91%);
    transform: translate(0, -91%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-country {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -91%);
    transform: translate(0, -91%);
  }
  55% {
    -webkit-transform: translate(0, -91%);
    transform: translate(0, -91%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-genre {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-genre {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes paywall-animation-label-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes paywall-animation-label-chart {
  0% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  45% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  55% {
    -webkit-transform: translate(0, -92%);
    transform: translate(0, -92%);
  }
  90% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@-webkit-keyframes logos-ani {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-99.5%, 0%);
    transform: translate(-99.5%, 0%);
  }
}
@keyframes logos-ani {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-99.5%, 0%);
    transform: translate(-99.5%, 0%);
  }
}
@-webkit-keyframes fade-in-out-tooltip {
  0% {
    font-size: 12px;
    font-size: 1.2rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: block;
    width: auto;
  }
  20% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: auto;
    height: auto;
  }
  100% {
    font-size: 0px;
    font-size: 0rem;
    display: none;
    height: 0;
    width: 0;
  }
}
@keyframes fade-in-out-tooltip {
  0% {
    font-size: 12px;
    font-size: 1.2rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: block;
    width: auto;
  }
  20% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    width: auto;
    height: auto;
  }
  100% {
    font-size: 0px;
    font-size: 0rem;
    display: none;
    height: 0;
    width: 0;
  }
}
@-webkit-keyframes fade-in-out-share {
  0% {
    font-size: 12px;
    font-size: 1.2rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: block;
  }
  20% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    font-size: 0px;
    font-size: 0rem;
    display: none;
  }
}
@keyframes fade-in-out-share {
  0% {
    font-size: 12px;
    font-size: 1.2rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: block;
  }
  20% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    font-size: 12px;
    font-size: 1.2rem;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    font-size: 0px;
    font-size: 0rem;
    display: none;
  }
}
@-webkit-keyframes fade-in-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  20% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: none;
  }
}
@keyframes fade-in-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  20% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes fade-in-out-soft {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@keyframes fade-in-out-soft {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@-webkit-keyframes fade-in-out-soft-parallax {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@keyframes fade-in-out-soft-parallax {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@-webkit-keyframes transition-color-in {
  0% {
    background-color: rgba(246, 246, 245, 0);
  }
  1% {
    background-color: rgba(246, 246, 245, 0);
  }
  100% {
    background-color: #f6f6f5;
  }
}
@keyframes transition-color-in {
  0% {
    background-color: rgba(246, 246, 245, 0);
  }
  1% {
    background-color: rgba(246, 246, 245, 0);
  }
  100% {
    background-color: #f6f6f5;
  }
}
@-webkit-keyframes transition-color-out {
  0% {
    background-color: #f6f6f5;
  }
  1% {
    background-color: #f6f6f5;
  }
  100% {
    background-color: rgba(246, 246, 245, 0);
  }
}
@keyframes transition-color-out {
  0% {
    background-color: #f6f6f5;
  }
  1% {
    background-color: #f6f6f5;
  }
  100% {
    background-color: rgba(246, 246, 245, 0);
  }
}
@-webkit-keyframes transition-slide-in {
  0% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: none;
  }
  1% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
}
@keyframes transition-slide-in {
  0% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: none;
  }
  1% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
}
@-webkit-keyframes transition-slide-out {
  0% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
  99% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: none;
  }
}
@keyframes transition-slide-out {
  0% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
  99% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    display: none;
  }
}
@-webkit-keyframes transition-slide-up {
  0% {
    display: none;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
  1% {
    display: -webkit-box;
    display: flex;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
  100% {
    display: -webkit-box;
    display: flex;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes transition-slide-up {
  0% {
    display: none;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes transition-slide-down {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  99% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    display: none;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes transition-slide-down {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  99% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    display: none;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-block {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: block;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
  }
}
@keyframes fade-in-block {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: block;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
  }
}
@-webkit-keyframes fade-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  99% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes genre-slide-in {
  0% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    display: none;
  }
  1% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
}
@keyframes genre-slide-in {
  0% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    display: none;
  }
  1% {
    -webkit-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    display: block;
  }
  100% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    display: block;
  }
}
@-webkit-keyframes cta-search-label-animation {
  0% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  5% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  20% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  25% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  26% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  30% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  45% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  51% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  75% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  76% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  80% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes cta-search-label-animation {
  0% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  5% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  20% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  25% {
    content: "Pretty much every Artist on the planet";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  26% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  30% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  45% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    content: "Every single one of them";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  51% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  75% {
    content: "Where to tonight?";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  76% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  80% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    content: "Search among 5000 Festivals worldwide";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes cta-search-animation {
  0% {
    content: "Search Artist";
    width: 0%;
  }
  5% {
    content: "Search Artist";
    width: 100%;
  }
  20% {
    content: "Search Artist";
    width: 100%;
  }
  25% {
    content: "Search Artist";
    width: 0%;
  }
  26% {
    content: "Search Place";
    width: 0%;
  }
  30% {
    content: "Search Place";
    width: 100%;
  }
  45% {
    content: "Search Place";
    width: 100%;
  }
  50% {
    content: "Search Place";
    width: 0%;
  }
  51% {
    content: "Search Event";
    width: 0%;
  }
  55% {
    content: "Search Event";
    width: 100%;
  }
  70% {
    content: "Search Event";
    width: 100%;
  }
  75% {
    content: "Search Event";
    width: 0%;
  }
  76% {
    content: "Search Festival";
    width: 0%;
  }
  80% {
    content: "Search Festival";
    width: 100%;
  }
  95% {
    content: "Search Festival";
    width: 100%;
  }
  100% {
    content: "Search Festival";
    width: 0%;
  }
}
@keyframes cta-search-animation {
  0% {
    content: "Search Artist";
    width: 0%;
  }
  5% {
    content: "Search Artist";
    width: 100%;
  }
  20% {
    content: "Search Artist";
    width: 100%;
  }
  25% {
    content: "Search Artist";
    width: 0%;
  }
  26% {
    content: "Search Place";
    width: 0%;
  }
  30% {
    content: "Search Place";
    width: 100%;
  }
  45% {
    content: "Search Place";
    width: 100%;
  }
  50% {
    content: "Search Place";
    width: 0%;
  }
  51% {
    content: "Search Event";
    width: 0%;
  }
  55% {
    content: "Search Event";
    width: 100%;
  }
  70% {
    content: "Search Event";
    width: 100%;
  }
  75% {
    content: "Search Event";
    width: 0%;
  }
  76% {
    content: "Search Festival";
    width: 0%;
  }
  80% {
    content: "Search Festival";
    width: 100%;
  }
  95% {
    content: "Search Festival";
    width: 100%;
  }
  100% {
    content: "Search Festival";
    width: 0%;
  }
}
@-webkit-keyframes blink-text-cursor {
  0% {
    border-right: 2px solid #ff1e43;
  }
  100% {
    border-right: 2px solid transparent;
  }
}
@keyframes blink-text-cursor {
  0% {
    border-right: 2px solid #ff1e43;
  }
  100% {
    border-right: 2px solid transparent;
  }
}
@-webkit-keyframes line-out-in {
  0% {
    left: 0%;
    width: 99%;
  }
  50% {
    left: 99%;
    width: 0%;
  }
  51% {
    left: 0%;
    width: 0%;
  }
  100% {
    left: 0%;
    width: 99%;
  }
}
@keyframes line-out-in {
  0% {
    left: 0%;
    width: 99%;
  }
  50% {
    left: 99%;
    width: 0%;
  }
  51% {
    left: 0%;
    width: 0%;
  }
  100% {
    left: 0%;
    width: 99%;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@-webkit-keyframes pulsate-out {
  0% {
    -webkit-transform: scaleY(inherit);
            transform: scaleY(inherit);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@keyframes pulsate-out {
  0% {
    -webkit-transform: scaleY(inherit);
            transform: scaleY(inherit);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@-webkit-keyframes rubberband {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberband {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes notification-inner-ani {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes notification-inner-ani {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes notification-hide {
  0% {
    max-height: 300px;
  }
  100% {
    max-height: 0px;
  }
}
@keyframes notification-hide {
  0% {
    max-height: 300px;
  }
  100% {
    max-height: 0px;
  }
}
@-webkit-keyframes notification-ani {
  0% {
    max-height: 0px;
  }
  10% {
    max-height: 300px;
  }
  100% {
    max-height: 300px;
  }
}
@keyframes notification-ani {
  0% {
    max-height: 0px;
  }
  10% {
    max-height: 300px;
  }
  100% {
    max-height: 300px;
  }
}
@-webkit-keyframes float-up-down {
  0% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@keyframes float-up-down {
  0% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  50% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@-webkit-keyframes float-left-right {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  50% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}
@keyframes float-left-right {
  0% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  50% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}
@-webkit-keyframes fade-in-out-visual-1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  33% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  35% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
}
@keyframes fade-in-out-visual-1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  33% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  35% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  71% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
}
@-webkit-keyframes fade-in-out-visual-2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  66% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  68% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  98% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
}
@keyframes fade-in-out-visual-2 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  66% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
  68% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  98% {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }
}
/*************** 8. PLUGINS ***************/
@font-face {
  font-family: 'swiper-icons';
  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-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.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-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* 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-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-wrapper {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.swiper-pagination {
  position: absolute;
}
.swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  background-color: transparent;
  margin: 0 6px;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  display: none;
  outline: 0;
  height: 30px;
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}
.swiper-button-prev:before,
.swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev:before,
  .swiper-button-next:before {
    background-size: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper-button-prev:before,
  .swiper-button-next:before {
    background-size: 40px;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-disabled:before,
.swiper-button-next.swiper-button-disabled:before {
  opacity: 0.2;
}
.swiper-button-prev.swiper-button-disabled.swiper-button-lock,
.swiper-button-next.swiper-button-disabled.swiper-button-lock {
  display: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    right: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    right: 75px;
  }
}
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  background-image: url('../images/svg/arrow-left.svg');
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
}
@media only screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  background-image: url('../images/svg/arrow-right.svg');
}
.swiper-button-prev.swiper-button-white:before,
.swiper-container-rtl .swiper-button-next.swiper-button-white:before {
  background-image: url('../images/svg/arrow-left-white.svg');
}
.swiper-button-next.swiper-button-white:before,
.swiper-container-rtl .swiper-button-prev.swiper-button-white:before {
  background-image: url('../images/svg/arrow-right-white.svg');
}
.swiper-button-prev.swiper-button-black:before,
.swiper-container-rtl .swiper-button-next.swiper-button-black:before {
  background-image: url('../images/svg/arrow-left.svg');
}
.swiper-button-next.swiper-button-black:before,
.swiper-container-rtl .swiper-button-prev.swiper-button-black:before {
  background-image: url('../images/svg/arrow-right.svg');
}
.swiper-button-lock {
  display: none;
}
.swiper-main .swiper.swiper-initialized .swiper-slide,
.swiper-main .swiper-container.swiper-initialized .swiper-slide,
.swiper-main .swiper.swiper-container-initialized .swiper-slide,
.swiper-main .swiper-container.swiper-container-initialized .swiper-slide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.swiper-main .swiper .swiper-slide,
.swiper-main .swiper-container .swiper-slide {
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -webkit-opacity: 0 !important;
  -moz-opacity: 0 !important;
  opacity: 0 !important;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes tada-big {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada-big {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada-big {
  -webkit-animation-name: tada-big;
  animation-name: tada-big;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
    transform: scale3d(1.4, 1.4, 1.4);
  }
  80% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInCustom {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  40% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceInCustom {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  40% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceInCustom {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceInCustom;
  animation-name: bounceInCustom;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flip-custom {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip-custom {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -1810deg);
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -179deg);
    transform: perspective(400px) translate3d(0, 0, 0) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip-custom {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip-custom;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInXCustom {
  from {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
}
@keyframes flipInXCustom {
  from {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
}
.flipInXCustom {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInXCustom;
  animation-name: flipInXCustom;
}
@-webkit-keyframes flipOutXCustom {
  from {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
  to {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0;
  }
}
@keyframes flipOutXCustom {
  from {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
  to {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0;
  }
}
.flipOutXCustom {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutXCustom;
  animation-name: flipOutXCustom;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipInYre {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInYre {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInYre {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInYre;
  animation-name: flipInYre;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.rangeslider {
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
}
.rangeslider .rangeslider__fill {
  display: block;
}
.rangeslider .rangeslider__handle {
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: absolute;
}
.rangeslider-horizontal {
  border-radius: 1px;
  background-color: #ffffff;
  border: 0;
  height: 2px;
}
.rangeslider-horizontal .rangeslider__fill {
  height: 100%;
  background-color: transparent;
  border-radius: 0;
  top: 0;
}
.rangeslider-horizontal .rangeslider__handle {
  border-radius: 6px;
  top: 1px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border: 0;
  background-color: #fff;
  width: 12px;
  height: 12px;
  outline: none;
}
.rangeslider-horizontal .rangeslider__handle:after {
  display: none;
}
.mbsc-cal-slide,
.mbsc-cal-day,
.mbsc-cal-day-i {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-cal .mbsc-cal-day-date {
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mbsc-cal-hdr,
.mbsc-cal-btn-w,
.mbsc-cal-days-c,
.mbsc-cal-days,
.mbsc-cal-tabbed .mbsc-fr-c .mbsc-sc-whl-gr-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mbsc-cal-btn-w,
.mbsc-cal-month,
.mbsc-cal-year,
.mbsc-cal-days,
.mbsc-cal-days > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.mbsc-cal-c {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.mbsc-cal-btn-w {
  width: 50%;
}
.mbsc-cal-month,
.mbsc-cal-year {
  width: 1%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.mbsc-cal-btn.mbsc-disabled {
  opacity: .3;
  cursor: not-allowed;
}
.mbsc-cal-days {
  line-height: 1.875em;
  text-align: center;
}
.mbsc-cal-days > div {
  width: 14.285715%;
}
.mbsc-cal-body {
  position: relative;
}
.mbsc-cal-scroll-c {
  overflow: hidden;
  height: 100%;
}
.mbsc-cal-scroll {
  width: 100%;
  height: 100%;
}
.mbsc-cal-slide {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mbsc-cal-slide:first-child {
  position: relative;
}
.mbsc-cal-table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.mbsc-cal-row {
  display: table-row;
}
.mbsc-cal-cell {
  display: table-cell;
  vertical-align: middle;
}
.mbsc-cal-cell:focus {
  outline: 0;
}
.mbsc-cal-picker {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .9375em 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mbsc-cal-picker .mbsc-cal-cell {
  width: 33.333333%;
  height: 25%;
  cursor: pointer;
}
.mbsc-cal-h {
  visibility: hidden;
  opacity: 0;
}
.mbsc-cal-day {
  max-width: 14.285715%;
  height: 16.666667%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.mbsc-cal-day-i {
  position: relative;
  height: 100%;
}
.mbsc-cal-day-diff .mbsc-cal-day-date {
  opacity: 0.5;
}
.mbsc-cal-week-view .mbsc-cal-day-date,
.mbsc-cal-day-diff.mbsc-selected .mbsc-cal-day-date {
  opacity: 1;
}
.mbsc-cal-cell.mbsc-disabled {
  cursor: not-allowed;
}
.mbsc-cal-cell.mbsc-disabled .mbsc-cal-cell-txt {
  opacity: 0.2;
}
.mbsc-cal-hide-diff .mbsc-cal-day-diff {
  cursor: default;
}
.mbsc-cal-hide-diff .mbsc-cal-day-diff .mbsc-cal-day-i {
  visibility: hidden;
}
.mbsc-ltr .mbsc-cal-weeks .mbsc-cal-days {
  margin-left: 1.625em;
}
.mbsc-rtl .mbsc-cal-weeks .mbsc-cal-days {
  margin-right: 1.625em;
}
.mbsc-cal-week-nr {
  width: 1.625em;
  text-align: center;
}
.mbsc-cal-multi .mbsc-cal-hdr {
  display: block;
}
.mbsc-cal-multi .mbsc-cal-btn-w {
  width: auto;
}
.mbsc-cal-multi .mbsc-cal-days,
.mbsc-cal-multi .mbsc-cal-slide {
  padding: 0 0.5em;
}
.mbsc-fr-liq .mbsc-cal-c {
  display: block;
}
.mbsc-calendar.mbsc-fr-liq.mbsc-fr-center .mbsc-fr-overlay {
  display: none;
}
.mbsc-calendar.mbsc-fr-liq.mbsc-fr-center .mbsc-fr-w {
  border-radius: 0;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.mbsc-cal-tabs-c {
  display: none;
}
.mbsc-cal-tabs {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mbsc-cal-tab {
  position: relative;
  width: 33.33%;
  display: table-cell;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.mbsc-cal-tabbed .mbsc-fr-c {
  position: relative;
}
.mbsc-cal-tabbed .mbsc-w-p {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-cal-tabbed .mbsc-sc-whl-gr-c {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  max-width: none;
  height: 100%;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.mbsc-cal-tabbed .mbsc-cal-c,
.mbsc-cal-tabbed .mbsc-cal-tabs-c {
  display: block;
}
.mbsc-cal-tabbed .mbsc-fr-pos .mbsc-sc-whl-gr-c {
  width: auto;
}
.mbsc-cal-has-marks .mbsc-cal-day {
  padding-bottom: 0.25em;
}
.mbsc-cal-marks {
  position: absolute;
  left: 0;
  right: 0;
  height: .375em;
  margin-top: -0.125em;
  overflow: hidden;
  white-space: nowrap;
}
.mbsc-cal-mark {
  display: inline-block;
  vertical-align: top;
  width: .25em;
  height: .25em;
  margin: .0625em;
  border-radius: 0.25em;
}
.mbsc-cal-txt-w {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.mbsc-ltr .mbsc-cal-txt {
  text-align: left;
}
.mbsc-rtl .mbsc-cal-txt {
  text-align: right;
}
.mbsc-cal-txt,
.mbsc-cal-txt-ph,
.mbsc-cal-txt-more {
  position: relative;
  height: 1.6em;
  line-height: 1.6em;
  overflow: hidden;
  padding: 0 .3em;
  font-size: .625em;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0.1em 0.2em 0.1em;
}
.mbsc-no-touch .mbsc-cal-txt:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.mbsc-no-touch .mbsc-cal-txt.mbsc-hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.mbsc-no-touch .mbsc-cal-txt-more:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.mbsc-cal-txt-more {
  text-align: left;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.mbsc-cal .mbsc-cal-btn {
  position: relative;
  z-index: 1;
}
.mbsc-mobiscroll .mbsc-cal-c {
  padding: 0.5em;
}
.mbsc-mobiscroll .mbsc-cal-btn-w {
  font-size: 1.125em;
  line-height: 2.222223em;
}
.mbsc-mobiscroll .mbsc-cal .mbsc-cal-btn {
  width: 2.666667em;
  height: 2.666667em;
  line-height: 2.666667em;
  padding: 0;
  border-radius: 2em;
  margin: -0.222222em;
}
.mbsc-mobiscroll .mbsc-cal-picker {
  border-top: 1px solid transparent;
  background: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-cal-picker .mbsc-cal-cell-i {
  display: inline-block;
  height: 2em;
  padding: 0 1em;
  line-height: 2em;
  border-radius: 2em;
  white-space: nowrap;
}
.mbsc-mobiscroll .mbsc-cal-days > div {
  border-bottom: 1px solid #4eccc4;
  color: #4eccc4;
  font-size: 0.6875em;
}
.mbsc-mobiscroll .mbsc-cal-day-date {
  display: inline-block;
  width: 2.153847em;
  height: 2.153847em;
  margin: .307692em 0;
  line-height: 2.153847em;
  font-size: .8125em;
  border: 2px solid transparent;
  border-radius: 2em;
}
.mbsc-mobiscroll .mbsc-cal-today {
  color: #4e63ce;
}
.mbsc-mobiscroll.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt,
.mbsc-mobiscroll.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover,
.mbsc-mobiscroll .mbsc-cal-cell:focus .mbsc-cal-cell-txt {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  background: #4eccc4;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-cal-day-colored.mbsc-selected .mbsc-cal-day-date {
  border-color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-cal-week-nr {
  width: 2.363637em;
  font-size: .6875em;
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-cal-tabs-c {
  line-height: 1.875em;
  padding: .5em .5em 0 .5em;
  text-transform: uppercase;
}
.mbsc-mobiscroll .mbsc-cal-tab {
  border: 1px solid #4eccc4;
  font-size: .7em;
  padding: 0 1.2em;
  color: #454545;
}
.mbsc-mobiscroll .mbsc-ltr .mbsc-cal-tab:first-child {
  border-right: 0;
}
.mbsc-mobiscroll .mbsc-ltr .mbsc-cal-tab:last-child {
  border-left: 0;
}
.mbsc-mobiscroll .mbsc-rtl .mbsc-cal-tab:last-child {
  border-right: 0;
}
.mbsc-mobiscroll .mbsc-rtl .mbsc-cal-tab:first-child {
  border-left: 0;
}
.mbsc-mobiscroll .mbsc-fr-w .mbsc-cal-tabs-c .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected {
  background: #4eccc4;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-cal-mark {
  background: #454545;
}
.mbsc-mobiscroll .mbsc-cal-txt {
  color: #f7f7f7;
  background: #454545;
}
.mbsc-mobiscroll .mbsc-cal-icons {
  color: #454545;
}
.mbsc-cloak {
  visibility: hidden !important;
}
.mbsc-empty {
  text-align: center;
  margin: 3em;
  color: inherit;
}
.mbsc-empty h3 {
  margin: .666666em 0;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  font-weight: normal;
  font-family: inherit;
}
.mbsc-empty p {
  margin: 1em 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
}
[mbsc-card]:not(.mbsc-card) {
  visibility: hidden;
}
.mbsc-card {
  position: relative;
  z-index: 1;
  margin: .75em;
  border-radius: 2px;
  overflow: hidden;
}
.mbsc-card-header {
  padding: 1em;
  overflow: hidden;
}
.mbsc-card-subtitle {
  color: #7c7c7c;
}
.mbsc-card-content {
  padding: 1em;
  overflow: hidden;
}
.mbsc-card-content > p:first-child {
  margin-top: 0;
}
.mbsc-card-content > p:last-child {
  margin-bottom: 0;
}
.mbsc-card-content.mbsc-no-padding {
  padding: 0;
}
.mbsc-card-header + .mbsc-card-content {
  padding-top: 0;
}
.mbsc-card-footer {
  padding: 1em;
  border-top: 1px solid transparent;
  clear: both;
}
.mbsc-card h2.mbsc-card-title,
.mbsc-card-title {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
}
.mbsc-card h3.mbsc-card-subtitle,
.mbsc-card-subtitle {
  font-size: .875em;
  font-weight: normal;
  margin: 0;
}
.mbsc-card h3.mbsc-card-subtitle + *,
.mbsc-card-subtitle + *,
.mbsc-card h2.mbsc-card-title + *,
.mbsc-card-title + * {
  margin-top: 0.25em;
}
.mbsc-card video,
.mbsc-card img:not(.mbsc-avatar):not(.mbsc-img-thumbnail) {
  display: block;
  width: 100%;
}
.mbsc-card.mbsc-ltr .mbsc-avatar {
  float: left;
  margin-right: 0.5em;
}
.mbsc-card.mbsc-rtl .mbsc-avatar {
  float: right;
  margin-left: 0.5em;
}
.mbsc-avatar ~ .mbsc-card-title,
mbsc-avatar ~ .mbsc-card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.mbsc-card .mbsc-card-footer .mbsc-btn {
  margin: -0.6875em 0 -0.6875em 0;
}
.mbsc-card .mbsc-card-content .mbsc-control-w {
  margin-left: 0;
  margin-right: 0;
}
.mbsc-lv .mbsc-lv-item.mbsc-card {
  margin: .75em;
  padding: 0;
}
.mbsc-card.mbsc-form .mbsc-lv-cont {
  margin: 0;
}
.mbsc-card .mbsc-card-content .mbsc-lv-cont {
  margin: 0 -1em;
}
.mbsc-card-list .mbsc-lv-cont .mbsc-lv,
.mbsc-lv-cont .mbsc-card-list.mbsc-lv {
  background: none;
}
.mbsc-card-list .mbsc-lv-item:not(.mbsc-card) {
  padding: 0;
  background: none;
}
.mbsc-mobiscroll.mbsc-card.mbsc-form {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mbsc-mobiscroll.mbsc-card .mbsc-lv-item {
  background: #ffffff;
}
.mbsc-mobiscroll .mbsc-card-footer {
  border-color: #cccccc;
}
.mbsc-mobiscroll.mbsc-card .mbsc-input.mbsc-input-outline .mbsc-label {
  background: #ffffff;
}
.mbsc-anim-trans .mbsc-fr-scroll {
  overflow: hidden;
}
.mbsc-anim-trans-flip .mbsc-fr-persp,
.mbsc-anim-trans-swing .mbsc-fr-persp {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.mbsc-anim-trans .mbsc-fr-popup,
.mbsc-anim-trans .mbsc-fr-overlay {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.mbsc-anim-in .mbsc-fr-popup,
.mbsc-anim-in .mbsc-fr-overlay {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 225ms;
  animation-timing-function: ease-out;
  animation-duration: 225ms;
}
.mbsc-anim-out .mbsc-fr-popup,
.mbsc-anim-out .mbsc-fr-overlay {
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 195ms;
  animation-timing-function: ease-in;
  animation-duration: 195ms;
}
.mbsc-anim-in .mbsc-fr-overlay {
  -webkit-animation-name: mbsc-anim-f-in;
  animation-name: mbsc-anim-f-in;
}
.mbsc-anim-out .mbsc-fr-overlay {
  -webkit-animation-name: mbsc-anim-f-out;
  animation-name: mbsc-anim-f-out;
}
.mbsc-anim-flip,
.mbsc-anim-swing,
.mbsc-anim-slidehorizontal,
.mbsc-anim-slidevertical,
.mbsc-anim-slidedown,
.mbsc-anim-slideup,
.mbsc-anim-fade {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  backface-visibility: hidden;
  transform: translateX(0);
}
.mbsc-anim-swing,
.mbsc-anim-slidehorizontal,
.mbsc-anim-slidevertical,
.mbsc-anim-slidedown,
.mbsc-anim-slideup,
.mbsc-anim-fade {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.mbsc-anim-flip,
.mbsc-anim-pop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mbsc-anim-in .mbsc-anim-pop {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-p-in;
  -webkit-animation-duration: 100ms;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-p-in;
  animation-duration: 100ms;
  transform: scale(1);
}
.mbsc-anim-out .mbsc-anim-pop {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-p-out;
  -webkit-animation-duration: 150ms;
  animation-name: mbsc-anim-p-out;
  animation-duration: 150ms;
}
.mbsc-anim-trans-pop .mbsc-fr-overlay {
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms;
}
.mbsc-anim-in .mbsc-anim-flip {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-fl-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-fl-in;
  transform: scale(1);
}
.mbsc-anim-out .mbsc-anim-flip {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-fl-out;
  animation-name: mbsc-anim-fl-out;
}
.mbsc-anim-in .mbsc-anim-swing {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sw-in;
  -webkit-transform: scale(1);
  transform: scale(1);
  animation-name: mbsc-anim-sw-in;
}
.mbsc-anim-out .mbsc-anim-swing {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-sw-out;
  animation-name: mbsc-anim-sw-out;
}
.mbsc-anim-in .mbsc-anim-slidehorizontal {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sh-in;
  -webkit-transform: scale(1);
  transform: scale(1);
  animation-name: mbsc-anim-sh-in;
}
.mbsc-anim-out .mbsc-anim-slidehorizontal {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-sh-out;
  animation-name: mbsc-anim-sh-out;
}
.mbsc-anim-in .mbsc-anim-slidevertical {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-sv-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-sv-in;
  transform: scale(1);
}
.mbsc-anim-out .mbsc-anim-slidevertical {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-sv-out;
  animation-name: mbsc-anim-sv-out;
}
.mbsc-anim-in .mbsc-anim-slidedown {
  -webkit-animation-name: mbsc-anim-sd-in;
  -webkit-transform: scale(1);
  animation-name: mbsc-anim-sd-in;
  transform: scale(1);
}
.mbsc-anim-out .mbsc-anim-slidedown {
  -webkit-animation-name: mbsc-anim-sd-out;
  -webkit-transform: translateY(-100%);
  animation-name: mbsc-anim-sd-out;
}
.mbsc-anim-in .mbsc-anim-slideup {
  -webkit-animation-name: mbsc-anim-su-in;
  -webkit-transform: scale(1);
  transform: scale(1);
  animation-name: mbsc-anim-su-in;
}
.mbsc-anim-out .mbsc-anim-slideup {
  -webkit-animation-name: mbsc-anim-su-out;
  -webkit-transform: translateY(100%);
  animation-name: mbsc-anim-su-out;
}
.mbsc-anim-in .mbsc-anim-fade {
  opacity: 1;
  -webkit-animation-name: mbsc-anim-f-in;
  animation-name: mbsc-anim-f-in;
}
.mbsc-anim-out .mbsc-anim-fade {
  opacity: 0;
  -webkit-animation-name: mbsc-anim-f-out;
  animation-name: mbsc-anim-f-out;
}
.mbsc-fr-pointer.mbsc-anim-in .mbsc-anim-slidedown {
  -webkit-animation-name: mbsc-anim-sd-in, mbsc-anim-f-in;
  animation-name: mbsc-anim-sd-in, mbsc-anim-f-in;
}
.mbsc-fr-pointer.mbsc-anim-out .mbsc-anim-slidedown {
  -webkit-animation-name: mbsc-anim-sd-out, mbsc-anim-f-out;
  animation-name: mbsc-anim-sd-out, mbsc-anim-f-out;
}
.mbsc-fr-pointer.mbsc-anim-in .mbsc-anim-slideup {
  -webkit-animation-name: mbsc-anim-su-in, mbsc-anim-f-in;
  animation-name: mbsc-anim-su-in, mbsc-anim-f-in;
}
.mbsc-fr-pointer.mbsc-anim-out .mbsc-anim-slideup {
  -webkit-animation-name: mbsc-anim-su-out, mbsc-anim-f-out;
  animation-name: mbsc-anim-su-out, mbsc-anim-f-out;
}
@keyframes mbsc-anim-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mbsc-anim-f-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mbsc-anim-f-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mbsc-anim-f-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mbsc-anim-p-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mbsc-anim-p-in {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes mbsc-anim-p-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes mbsc-anim-p-out {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes mbsc-anim-fl-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
}
@-webkit-keyframes mbsc-anim-fl-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@keyframes mbsc-anim-fl-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
}
@-webkit-keyframes mbsc-anim-fl-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@keyframes mbsc-anim-sw-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes mbsc-anim-sw-in {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
}
@keyframes mbsc-anim-sw-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
}
@-webkit-keyframes mbsc-anim-sw-out {
  from {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@keyframes mbsc-anim-sh-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes mbsc-anim-sh-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes mbsc-anim-sh-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes mbsc-anim-sh-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@keyframes mbsc-anim-sv-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mbsc-anim-sv-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes mbsc-anim-sv-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes mbsc-anim-sv-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@keyframes mbsc-anim-sd-in {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mbsc-anim-sd-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes mbsc-anim-sd-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes mbsc-anim-sd-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-100%);
  }
}
@keyframes mbsc-anim-su-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mbsc-anim-su-in {
  from {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes mbsc-anim-su-out {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes mbsc-anim-su-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100%);
  }
}
.mbsc-fr-w,
.mbsc-fr-overlay {
  -webkit-transform: translateZ(0);
}
.mbsc-fr {
  pointer-events: none;
  z-index: 99998;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
.mbsc-fr-lock-ctx {
  position: relative;
}
.mbsc-fr-pos {
  visibility: hidden;
}
.mbsc-fr-scroll {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.mbsc-fr-popup {
  max-width: 98%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  font-size: 12px;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.mbsc-rtl {
  direction: rtl;
}
.mbsc-fr-popup,
.mbsc-fr-btn-cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-fr .mbsc-fr-w {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mbsc-fr-w {
  min-width: 200px;
  overflow: hidden;
  text-align: center;
  font-family: arial, verdana, sans-serif;
}
.mbsc-fr,
.mbsc-fr-persp,
.mbsc-fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mbsc-fr-lock .mbsc-fr-persp {
  -ms-touch-action: none;
  touch-action: none;
}
.mbsc-fr-lock-ctx > .mbsc-fr,
.mbsc-fr-lock-ctx .mbsc-fr-persp,
.mbsc-fr-lock-ctx .mbsc-fr-overlay {
  position: absolute;
}
.mbsc-fr-persp {
  pointer-events: auto;
  overflow: hidden;
}
.mbsc-fr-overlay {
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.mbsc-fr-liq .mbsc-fr-popup {
  max-width: 100%;
}
.mbsc-fr-top .mbsc-fr-popup,
.mbsc-fr-bottom .mbsc-fr-popup {
  width: 100%;
  max-width: 100%;
}
.mbsc-fr-top .mbsc-fr-w,
.mbsc-fr-bottom .mbsc-fr-w {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
}
.mbsc-fr-bottom .mbsc-fr-w {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.mbsc-fr-top .mbsc-fr-popup {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
.mbsc-fr-inline {
  position: relative;
  pointer-events: auto;
  z-index: 0;
}
.mbsc-fr-inline .mbsc-fr-popup {
  position: static;
  max-width: 100%;
}
.mbsc-fr-bubble,
.mbsc-fr-bubble .mbsc-fr-persp {
  position: absolute;
}
.mbsc-fr-bubble .mbsc-fr-arr-w {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
}
.mbsc-fr-bubble-top .mbsc-fr-arr-w {
  top: 100%;
}
.mbsc-fr-bubble-bottom .mbsc-fr-arr-w {
  bottom: 100%;
}
.mbsc-fr-bubble .mbsc-fr-arr-i {
  margin: 0 1.75em;
  position: relative;
  direction: ltr;
}
.mbsc-fr-bubble .mbsc-fr-arr {
  display: block;
}
.mbsc-fr-arr {
  display: none;
  position: relative;
  left: 0;
  width: 0;
  height: 0;
  border-width: 18px 18px;
  border-style: solid;
  margin-left: -18px;
}
.mbsc-fr-bubble-bottom .mbsc-fr-arr {
  bottom: 0;
}
.mbsc-fr-bubble-top .mbsc-fr-arr {
  top: 0;
}
.mbsc-fr-hdn {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.mbsc-fr-hdr {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.mbsc-fr-btn {
  overflow: hidden;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.mbsc-fr-btn-e {
  cursor: pointer;
}
.mbsc-fr-btn.mbsc-disabled {
  cursor: not-allowed;
}
.mbsc-fr-btn-cont {
  display: table;
  width: 100%;
  text-align: center;
  white-space: normal;
}
.mbsc-fr-btn-cont .mbsc-disabled {
  opacity: 0.3;
}
.mbsc-fr-btn-w {
  vertical-align: top;
  display: table-cell;
  position: relative;
  z-index: 5;
}
.mbsc-fr-btn-w .mbsc-fr-btn:before {
  padding: 0.375em;
}
.mbsc-fr-pointer.mbsc-fr .mbsc-fr-w .mbsc-fr-inline .mbsc-fr-w {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.mbsc-fr-pointer.mbsc-fr .mbsc-fr-overlay {
  background: none;
}
.mbsc-fr-pointer .mbsc-ltr .mbsc-fr-w,
.mbsc-fr-pointer .mbsc-ltr .mbsc-sc-whl .mbsc-sel-gr {
  text-align: left;
}
.mbsc-fr-pointer .mbsc-rtl .mbsc-fr-w,
.mbsc-fr-pointer .mbsc-rtl .mbsc-sc-whl .mbsc-sel-gr {
  text-align: right;
}
.mbsc-fr-pointer.mbsc-fr-top .mbsc-fr-w,
.mbsc-fr-pointer.mbsc-fr-bottom .mbsc-fr-w {
  pointer-events: auto;
  display: inline-block;
  margin-top: 3em;
  margin-bottom: 3em;
  max-width: 98%;
}
.mbsc-fr-pointer.mbsc-fr-top .mbsc-fr-popup,
.mbsc-fr-pointer.mbsc-fr-bottom .mbsc-fr-popup {
  text-align: center;
  pointer-events: none;
}
.mbsc-fr-pointer.mbsc-fr-bubble .mbsc-fr-arr-w {
  display: none;
}
.mbsc-fr-pointer .mbsc-sel-empty {
  text-align: center;
}
.mbsc-mobiscroll .mbsc-fr-w {
  min-width: 16em;
  background: #f7f7f7;
  color: #454545;
  font-size: 16px;
}
.mbsc-mobiscroll .mbsc-fr-hdr {
  padding: 0 .6666em;
  padding-top: .6666em;
  color: #4eccc4;
  font-size: .75em;
  text-transform: uppercase;
  min-height: 2em;
  line-height: 2em;
}
.mbsc-mobiscroll .mbsc-fr-btn-cont {
  display: block;
  overflow: hidden;
  text-align: right;
  padding: 0 0.5em 0.5em 0.5em;
}
.mbsc-mobiscroll .mbsc-ltr .mbsc-fr-btn-cont {
  text-align: right;
}
.mbsc-mobiscroll .mbsc-rtl .mbsc-fr-btn-cont {
  text-align: left;
}
.mbsc-mobiscroll .mbsc-fr-btn-w {
  display: inline-block;
}
.mbsc-mobiscroll .mbsc-fr-btn {
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  color: #4eccc4;
  text-transform: uppercase;
}
.mbsc-mobiscroll .mbsc-fr-btn.mbsc-active,
.mbsc-mobiscroll.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll.mbsc-fr-center .mbsc-fr-w,
.mbsc-mobiscroll.mbsc-fr-bubble .mbsc-fr-w {
  border-radius: 0.25em;
}
.mbsc-mobiscroll .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #f7f7f7 transparent;
}
.mbsc-mobiscroll .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #f7f7f7 transparent transparent transparent;
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-w {
  border-radius: .25em;
  -webkit-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.3);
}
.mbsc-color {
  font-size: 16px;
}
.mbsc-color-scroll-cont {
  padding: .125em 0 .1875em 0;
  overflow: hidden;
}
.mbsc-color-cont {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}
.mbsc-color-item-c {
  position: relative;
  display: table-cell;
  padding: .18755em;
  max-width: 4.25em;
  max-height: 4.25em;
}
.mbsc-color-clear-item,
.mbsc-color-item {
  position: relative;
  min-width: 3.5em;
  min-height: 3.5em;
  margin: .1875em;
  cursor: pointer;
}
.mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.6);
}
.mbsc-color-clear-cross {
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mbsc-color-row {
  padding: 0 0.5em;
}
.mbsc-color.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-color.mbsc-fr-center .mbsc-fr-w {
  max-width: 286px;
  min-width: 280px;
}
.mbsc-color .mbsc-fr-c {
  padding: 0.25em 0;
}
.mbsc-color-vertical .mbsc-color-cont {
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: start;
}
.mbsc-color-vertical .mbsc-color-item-c {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.mbsc-color .mbsc-color-slider-cont.mbsc-progress {
  padding: 0;
}
.mbsc-color .mbsc-color-slider-cont .mbsc-progress-cont {
  padding: 1.5em 0;
}
.mbsc-color .mbsc-color-slider-cont .mbsc-progress-track {
  height: 0.25em;
}
.mbsc-color .mbsc-color-slider-cont .mbsc-slider-handle-cont {
  top: 0.125em;
}
.mbsc-color .mbsc-color-slider-cont .mbsc-slider-step {
  display: none;
}
.mbsc-color-clear-item:before,
.mbsc-color-item:before {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  color: #f7f7f7;
  display: none;
  font-size: 1.5em;
}
.mbsc-color-clear-item:before {
  display: block;
}
.mbsc-color-clear-item,
.mbsc-color-input-item-close:before,
.mbsc-color-selected::before {
  display: block;
  text-shadow: 0 0 0.125em #000000;
}
.mbsc-color-refine-preview {
  display: table;
  padding: 0 0.25em;
}
.mbsc-color-preview-cont {
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding-top: 0.25em;
}
.mbsc-color-preview-item-c {
  display: table-cell;
}
.mbsc-color-preview-item {
  min-width: 1.875em;
  width: 1.875em;
  height: 1.875em;
  margin: .25em;
  cursor: pointer;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-color-preview-item-empty {
  border: 1px dashed;
  border-color: #bbbbbb;
}
.mbsc-color-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mbsc-color-input:empty:not(:focus):before {
  content: attr(data-placeholder);
  position: absolute;
  top: 50%;
  width: 100%;
  overflow: hidden;
  margin-top: -1em;
  color: #ccc;
  font-size: 1em;
  line-height: 2em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mbsc-color-input:not(.mbsc-comp) {
  border: 1px solid #aaa;
  min-height: 2.125em;
  width: 100%;
  padding: .125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-color-input-item {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  margin: .125em;
  height: 1.5em;
  width: 4.0625em;
  vertical-align: middle;
}
.mbsc-color-input-hdn {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.mbsc-color-input-item-close {
  position: absolute;
  display: table-cell;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1.75em;
  cursor: pointer;
  color: #fff;
  border-left: 1px solid #fff;
  text-align: center;
  line-height: 1.25em;
}
.mbsc-form .mbsc-color-input {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ui-input-text .mbsc-color-input {
  border-color: transparent;
}
.mbsc-mobiscroll .mbsc-color-preview-item {
  border-radius: 1em;
}
.mbsc-mobiscroll .mbsc-color-clear-item,
.mbsc-mobiscroll .mbsc-color-item {
  border-radius: 1.75em;
}
.mbsc-mobiscroll .mbsc-color-active,
.mbsc-mobiscroll.mbsc-no-touch .mbsc-color-item-c:hover {
  border-radius: 3em;
  -webkit-box-shadow: inset 0 0 0 0.1875em #4eccc4;
          box-shadow: inset 0 0 0 0.1875em #4eccc4;
}
.mbsc-mobiscroll .mbsc-color-preview-cont {
  padding: 0.25em 0 0 0.25em;
}
.mbsc-mobiscroll.mbsc-form .mbsc-color-input {
  height: auto;
  min-height: 2.125em;
  padding: 0 0 1px 0;
  background: transparent;
  border-bottom: 1px solid #787878;
  font-size: 1em;
  color: #1f1f1f;
}
.mbsc-mobiscroll.mbsc-form .mbsc-color-input-item {
  margin: .25em .125em 0 .125em;
  border-radius: 0.125em;
}
.mbsc-lv-cont {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  user-select: none;
  touch-action: pan-y;
  font-size: 16px;
}
.mbsc-lv-cont .mbsc-lv {
  list-style: none;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.mbsc-lv {
  display: none;
  position: relative;
}
.mbsc-lv-v {
  display: block;
}
.mbsc-lv-gr-title {
  position: relative;
  z-index: 3;
  display: block;
}
.mbsc-lv .mbsc-lv-item {
  position: relative;
  z-index: 2;
  list-style: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-lv-mobiscroll {
  font-family: arial, verdana, sans-serif;
  padding-top: 1px;
}
.mbsc-lv-mobiscroll .mbsc-lv {
  background: #c9c9c9;
}
.mbsc-lv-mobiscroll .mbsc-lv-item {
  margin-top: -1px;
  padding: 1.25em;
  background: #f7f7f7;
  color: #454545;
  font-weight: normal;
}
.mbsc-lv-mobiscroll .mbsc-lv-gr-title {
  padding: 0 1.25em;
  font-size: .75em;
  text-transform: uppercase;
  line-height: 2em;
  background: #4eccc4;
  margin-top: -1px;
  color: #f7f7f7;
}
.mbsc-cal-events {
  display: none;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  max-width: 32em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mbsc-cal-events-t {
  visibility: hidden;
}
.mbsc-cal-events-i {
  overflow: hidden;
  position: relative;
}
.mbsc-cal-events-sc {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.mbsc-cal-events-v {
  display: block;
}
.mbsc-cal-event-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mbsc-cal-event {
  margin-top: 5px;
  padding: 5px 60px 5px 10px;
  line-height: 20px;
  list-style: none;
  position: relative;
  white-space: nowrap;
  font-size: 1em;
  cursor: pointer;
}
.mbsc-ltr .mbsc-cal-event {
  text-align: left;
}
.mbsc-rtl .mbsc-cal-event {
  text-align: right;
}
.mbsc-cal-event:first-child {
  margin: 0;
}
.mbsc-cal-event-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
.mbsc-cal-event-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbsc-cal-event-time {
  display: inline-block;
  width: 5em;
}
.mbsc-cal-event-dur {
  position: absolute;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
}
.mbsc-ltr .mbsc-cal-event-dur {
  right: 12px;
}
.mbsc-rtl .mbsc-cal-event-dur {
  right: auto;
  left: 5px;
}
.mbsc-cal-events-arr {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border: 7px solid #fff;
  border-color: #ffffff transparent transparent transparent;
}
.mbsc-cal-events-b .mbsc-cal-events-arr {
  bottom: auto;
  top: -14px;
  border-color: transparent transparent #ffffff transparent;
}
.mbsc-no-touch .mbsc-cal-event:hover:before,
.mbsc-no-touch .mbsc-event-list .mbsc-lv-item:hover:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-event-list .mbsc-lv .mbsc-lv-gr-title {
  padding: .5em 1em;
  line-height: 1.5em;
}
.mbsc-event-list .mbsc-lv .mbsc-lv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875em;
  padding: .714286em 1em;
  cursor: pointer;
}
.mbsc-event-list .mbsc-lv .mbsc-lv-gr-title.mbsc-event-empty {
  text-transform: none;
  font-size: 1em;
}
.mbsc-ltr .mbsc-event-list {
  text-align: left;
}
.mbsc-rtl .mbsc-event-list {
  text-align: right;
}
.mbsc-event-color,
.mbsc-event-time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mbsc-event-time {
  width: 6em;
  font-size: .714286em;
  line-height: 1.6;
  min-height: 3.2em;
  opacity: 0.7;
}
.mbsc-ltr .mbsc-event-time {
  text-align: right;
}
.mbsc-rtl .mbsc-event-time {
  text-align: left;
}
.mbsc-event-color {
  width: 1.5px;
  margin: -0.285714em 0.714286em;
}
.mbsc-event-txt {
  line-height: 1.142857;
}
.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-hdr {
  padding: 0.5em;
}
.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-scroll-c {
  margin-left: -1px;
}
.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-day-i {
  min-height: 4em;
}
.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-marks {
  top: 100%;
}
.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-txt,
.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-txt-ph,
.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-txt-more {
  font-size: .75em;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 .333334em;
  margin: 0 0.333334em 0.166667em 0.333334em;
}
.mbsc-cal-events-i:hover .mbsc-sc-bar-c {
  opacity: 1;
}
.mbsc-mobiscroll .mbsc-cal-events {
  margin: 0 0 7px 0;
  color: #f7f7f7;
  background: #858585;
}
.mbsc-mobiscroll .mbsc-cal-events-b {
  margin: 7px 0 0 0;
}
.mbsc-mobiscroll .mbsc-cal-event {
  margin: 0;
  padding: 10px 60px 10px 15px;
  font-size: 0.75em;
}
.mbsc-mobiscroll .mbsc-cal-event-color {
  background: #4eccc4;
}
.mbsc-mobiscroll .mbsc-cal-event-time,
.mbsc-mobiscroll .mbsc-cal-event-dur {
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-cal-events-arr {
  border-color: #858585 transparent transparent transparent;
}
.mbsc-mobiscroll .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #858585 transparent;
}
.mbsc-mobiscroll .mbsc-event-list .mbsc-lv-gr-title {
  background: #f7f7f7;
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-event-color {
  background: rgba(69, 69, 69, 0.3);
}
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-c {
  padding: 0;
}
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-days > div {
  border: 0;
  padding: 0 .785714em;
  font-size: 0.875em;
}
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-picker {
  padding-top: 1.875em;
  padding-bottom: 0;
}
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-table {
  border-top: 1px solid #dedede;
}
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-day-date {
  margin: .230769em;
  margin-bottom: 0.461538em;
}
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-has-labels .mbsc-cal-day-i {
  min-height: 5.125em;
}
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-marks {
  margin: -0.5em 1em 0 1em;
}
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-days,
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-day {
  text-align: left;
}
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-days,
.mbsc-mobiscroll.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-day {
  text-align: right;
}
.mbsc-grid,
.mbsc-grid-unresp,
.mbsc-grid-fixed {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-grid *,
.mbsc-grid-unresp *,
.mbsc-grid-fixed * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-no-padding .mbsc-col,
.mbsc-no-padding [class*="mbsc-col-"],
.mbsc-form-grid .mbsc-col,
.mbsc-form-grid [class*="mbsc-col-"] {
  padding-right: 0;
  padding-left: 0;
}
.mbsc-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1em;
  margin-left: -1em;
}
.mbsc-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.mbsc-col-1,
.mbsc-col-2,
.mbsc-col-3,
.mbsc-col-4,
.mbsc-col-5,
.mbsc-col-6,
.mbsc-col-7,
.mbsc-col-8,
.mbsc-col-9,
.mbsc-col-10,
.mbsc-col-11,
.mbsc-col-12,
.mbsc-col,
.mbsc-col-auto,
.mbsc-col-sm-1,
.mbsc-col-sm-2,
.mbsc-col-sm-3,
.mbsc-col-sm-4,
.mbsc-col-sm-5,
.mbsc-col-sm-6,
.mbsc-col-sm-7,
.mbsc-col-sm-8,
.mbsc-col-sm-9,
.mbsc-col-sm-10,
.mbsc-col-sm-11,
.mbsc-col-sm-12,
.mbsc-col-sm,
.mbsc-col-sm-auto,
.mbsc-col-md-1,
.mbsc-col-md-2,
.mbsc-col-md-3,
.mbsc-col-md-4,
.mbsc-col-md-5,
.mbsc-col-md-6,
.mbsc-col-md-7,
.mbsc-col-md-8,
.mbsc-col-md-9,
.mbsc-col-md-10,
.mbsc-col-md-11,
.mbsc-col-md-12,
.mbsc-col-md,
.mbsc-col-md-auto,
.mbsc-col-lg-1,
.mbsc-col-lg-2,
.mbsc-col-lg-3,
.mbsc-col-lg-4,
.mbsc-col-lg-5,
.mbsc-col-lg-6,
.mbsc-col-lg-7,
.mbsc-col-lg-8,
.mbsc-col-lg-9,
.mbsc-col-lg-10,
.mbsc-col-lg-11,
.mbsc-col-lg-12,
.mbsc-col-lg,
.mbsc-col-lg-auto,
.mbsc-col-xl-1,
.mbsc-col-xl-2,
.mbsc-col-xl-3,
.mbsc-col-xl-4,
.mbsc-col-xl-5,
.mbsc-col-xl-6,
.mbsc-col-xl-7,
.mbsc-col-xl-8,
.mbsc-col-xl-9,
.mbsc-col-xl-10,
.mbsc-col-xl-11,
.mbsc-col-xl-12,
.mbsc-col-xl,
.mbsc-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1em;
  padding-left: 1em;
}
.mbsc-col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.mbsc-col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.mbsc-col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.mbsc-col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.mbsc-col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.mbsc-col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.mbsc-col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.mbsc-col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.mbsc-col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.mbsc-col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.mbsc-col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.mbsc-col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.mbsc-col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.mbsc-offset-1 {
  margin-left: 8.333333%;
}
.mbsc-offset-2 {
  margin-left: 16.666667%;
}
.mbsc-offset-3 {
  margin-left: 25%;
}
.mbsc-offset-4 {
  margin-left: 33.333333%;
}
.mbsc-offset-5 {
  margin-left: 41.666667%;
}
.mbsc-offset-6 {
  margin-left: 50%;
}
.mbsc-offset-7 {
  margin-left: 58.333333%;
}
.mbsc-offset-8 {
  margin-left: 66.666667%;
}
.mbsc-offset-9 {
  margin-left: 75%;
}
.mbsc-offset-10 {
  margin-left: 83.333333%;
}
.mbsc-offset-11 {
  margin-left: 91.666667%;
}
.mbsc-grid-sm.mbsc-grid-fixed {
  max-width: 540px;
}
.mbsc-grid-sm .mbsc-col-sm {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.mbsc-grid-sm .mbsc-col-sm-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.mbsc-grid-sm .mbsc-col-sm-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.mbsc-grid-sm .mbsc-col-sm-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.mbsc-grid-sm .mbsc-col-sm-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.mbsc-grid-sm .mbsc-col-sm-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.mbsc-grid-sm .mbsc-col-sm-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.mbsc-grid-sm .mbsc-col-sm-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.mbsc-grid-sm .mbsc-col-sm-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.mbsc-grid-sm .mbsc-col-sm-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.mbsc-grid-sm .mbsc-col-sm-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.mbsc-grid-sm .mbsc-col-sm-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.mbsc-grid-sm .mbsc-col-sm-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.mbsc-grid-sm .mbsc-col-sm-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.mbsc-grid-sm .mbsc-offset-sm-0 {
  margin-left: 0;
}
.mbsc-grid-sm .mbsc-offset-sm-1 {
  margin-left: 8.333333%;
}
.mbsc-grid-sm .mbsc-offset-sm-2 {
  margin-left: 16.666667%;
}
.mbsc-grid-sm .mbsc-offset-sm-3 {
  margin-left: 25%;
}
.mbsc-grid-sm .mbsc-offset-sm-4 {
  margin-left: 33.333333%;
}
.mbsc-grid-sm .mbsc-offset-sm-5 {
  margin-left: 41.666667%;
}
.mbsc-grid-sm .mbsc-offset-sm-6 {
  margin-left: 50%;
}
.mbsc-grid-sm .mbsc-offset-sm-7 {
  margin-left: 58.333333%;
}
.mbsc-grid-sm .mbsc-offset-sm-8 {
  margin-left: 66.666667%;
}
.mbsc-grid-sm .mbsc-offset-sm-9 {
  margin-left: 75%;
}
.mbsc-grid-sm .mbsc-offset-sm-10 {
  margin-left: 83.333333%;
}
.mbsc-grid-sm .mbsc-offset-sm-11 {
  margin-left: 91.666667%;
}
.mbsc-grid-sm .mbsc-push-sm-0 {
  left: auto;
}
.mbsc-grid-sm .mbsc-push-sm-1 {
  left: 8.33333333%;
}
.mbsc-grid-sm .mbsc-push-sm-2 {
  left: 16.66666667%;
}
.mbsc-grid-sm .mbsc-push-sm-3 {
  left: 25%;
}
.mbsc-grid-sm .mbsc-push-sm-4 {
  left: 33.33333333%;
}
.mbsc-grid-sm .mbsc-push-sm-5 {
  left: 41.66666667%;
}
.mbsc-grid-sm .mbsc-push-sm-6 {
  left: 50%;
}
.mbsc-grid-sm .mbsc-push-sm-7 {
  left: 58.33333333%;
}
.mbsc-grid-sm .mbsc-push-sm-8 {
  left: 66.66666667%;
}
.mbsc-grid-sm .mbsc-push-sm-9 {
  left: 75%;
}
.mbsc-grid-sm .mbsc-push-sm-10 {
  left: 83.33333333%;
}
.mbsc-grid-sm .mbsc-push-sm-11 {
  left: 91.66666667%;
}
.mbsc-grid-sm .mbsc-push-sm-12 {
  left: 100%;
}
.mbsc-grid-sm .mbsc-pull-sm-0 {
  right: auto;
}
.mbsc-grid-sm .mbsc-pull-sm-1 {
  right: 8.33333333%;
}
.mbsc-grid-sm .mbsc-pull-sm-2 {
  right: 16.66666667%;
}
.mbsc-grid-sm .mbsc-pull-sm-3 {
  right: 25%;
}
.mbsc-grid-sm .mbsc-pull-sm-4 {
  right: 33.33333333%;
}
.mbsc-grid-sm .mbsc-pull-sm-5 {
  right: 41.66666667%;
}
.mbsc-grid-sm .mbsc-pull-sm-6 {
  right: 50%;
}
.mbsc-grid-sm .mbsc-pull-sm-7 {
  right: 58.33333333%;
}
.mbsc-grid-sm .mbsc-pull-sm-8 {
  right: 66.66666667%;
}
.mbsc-grid-sm .mbsc-pull-sm-9 {
  right: 75%;
}
.mbsc-grid-sm .mbsc-pull-sm-10 {
  right: 83.33333333%;
}
.mbsc-grid-sm .mbsc-pull-sm-11 {
  right: 91.66666667%;
}
.mbsc-grid-sm .mbsc-pull-sm-12 {
  right: 100%;
}
@media (min-width: 576px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 540px;
  }
  .mbsc-grid .mbsc-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mbsc-grid .mbsc-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-sm-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-sm-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-sm-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-sm-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-sm-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-sm-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-sm-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-sm-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-sm-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-sm-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-sm-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-sm-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-sm-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-sm-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-12 {
    right: 100%;
  }
}
.mbsc-grid-md.mbsc-grid-fixed {
  max-width: 720px;
}
.mbsc-grid-md .mbsc-col-md {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.mbsc-grid-md .mbsc-col-md-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.mbsc-grid-md .mbsc-col-md-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.mbsc-grid-md .mbsc-col-md-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.mbsc-grid-md .mbsc-col-md-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.mbsc-grid-md .mbsc-col-md-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.mbsc-grid-md .mbsc-col-md-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.mbsc-grid-md .mbsc-col-md-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.mbsc-grid-md .mbsc-col-md-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.mbsc-grid-md .mbsc-col-md-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.mbsc-grid-md .mbsc-col-md-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.mbsc-grid-md .mbsc-col-md-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.mbsc-grid-md .mbsc-col-md-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.mbsc-grid-md .mbsc-col-md-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.mbsc-grid-md .mbsc-offset-md-0 {
  margin-left: 0;
}
.mbsc-grid-md .mbsc-offset-md-1 {
  margin-left: 8.333333%;
}
.mbsc-grid-md .mbsc-offset-md-2 {
  margin-left: 16.666667%;
}
.mbsc-grid-md .mbsc-offset-md-3 {
  margin-left: 25%;
}
.mbsc-grid-md .mbsc-offset-md-4 {
  margin-left: 33.333333%;
}
.mbsc-grid-md .mbsc-offset-md-5 {
  margin-left: 41.666667%;
}
.mbsc-grid-md .mbsc-offset-md-6 {
  margin-left: 50%;
}
.mbsc-grid-md .mbsc-offset-md-7 {
  margin-left: 58.333333%;
}
.mbsc-grid-md .mbsc-offset-md-8 {
  margin-left: 66.666667%;
}
.mbsc-grid-md .mbsc-offset-md-9 {
  margin-left: 75%;
}
.mbsc-grid-md .mbsc-offset-md-10 {
  margin-left: 83.333333%;
}
.mbsc-grid-md .mbsc-offset-md-11 {
  margin-left: 91.666667%;
}
.mbsc-grid-md .mbsc-push-md-0 {
  left: auto;
}
.mbsc-grid-md .mbsc-push-md-1 {
  left: 8.33333333%;
}
.mbsc-grid-md .mbsc-push-md-2 {
  left: 16.66666667%;
}
.mbsc-grid-md .mbsc-push-md-3 {
  left: 25%;
}
.mbsc-grid-md .mbsc-push-md-4 {
  left: 33.33333333%;
}
.mbsc-grid-md .mbsc-push-md-5 {
  left: 41.66666667%;
}
.mbsc-grid-md .mbsc-push-md-6 {
  left: 50%;
}
.mbsc-grid-md .mbsc-push-md-7 {
  left: 58.33333333%;
}
.mbsc-grid-md .mbsc-push-md-8 {
  left: 66.66666667%;
}
.mbsc-grid-md .mbsc-push-md-9 {
  left: 75%;
}
.mbsc-grid-md .mbsc-push-md-10 {
  left: 83.33333333%;
}
.mbsc-grid-md .mbsc-push-md-11 {
  left: 91.66666667%;
}
.mbsc-grid-md .mbsc-push-md-12 {
  left: 100%;
}
.mbsc-grid-md .mbsc-pull-md-0 {
  right: auto;
}
.mbsc-grid-md .mbsc-pull-md-1 {
  right: 8.33333333%;
}
.mbsc-grid-md .mbsc-pull-md-2 {
  right: 16.66666667%;
}
.mbsc-grid-md .mbsc-pull-md-3 {
  right: 25%;
}
.mbsc-grid-md .mbsc-pull-md-4 {
  right: 33.33333333%;
}
.mbsc-grid-md .mbsc-pull-md-5 {
  right: 41.66666667%;
}
.mbsc-grid-md .mbsc-pull-md-6 {
  right: 50%;
}
.mbsc-grid-md .mbsc-pull-md-7 {
  right: 58.33333333%;
}
.mbsc-grid-md .mbsc-pull-md-8 {
  right: 66.66666667%;
}
.mbsc-grid-md .mbsc-pull-md-9 {
  right: 75%;
}
.mbsc-grid-md .mbsc-pull-md-10 {
  right: 83.33333333%;
}
.mbsc-grid-md .mbsc-pull-md-11 {
  right: 91.66666667%;
}
.mbsc-grid-md .mbsc-pull-md-12 {
  right: 100%;
}
@media (min-width: 768px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 720px;
  }
  .mbsc-grid .mbsc-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mbsc-grid .mbsc-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-md-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-md-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-md-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-md-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-md-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-md-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-md-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-md-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-md-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-md-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-md-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-md-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-md-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-md-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-md-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-md-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-md-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-md-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-md-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-md-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-md-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-md-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-md-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-md-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-md-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-md-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-md-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-md-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-md-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-md-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-12 {
    right: 100%;
  }
}
.mbsc-grid-lg.mbsc-grid-fixed {
  max-width: 960px;
}
.mbsc-grid-lg .mbsc-col-lg {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.mbsc-grid-lg .mbsc-col-lg-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.mbsc-grid-lg .mbsc-col-lg-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.mbsc-grid-lg .mbsc-col-lg-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.mbsc-grid-lg .mbsc-col-lg-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.mbsc-grid-lg .mbsc-col-lg-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.mbsc-grid-lg .mbsc-col-lg-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.mbsc-grid-lg .mbsc-col-lg-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.mbsc-grid-lg .mbsc-col-lg-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.mbsc-grid-lg .mbsc-col-lg-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.mbsc-grid-lg .mbsc-col-lg-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.mbsc-grid-lg .mbsc-col-lg-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.mbsc-grid-lg .mbsc-col-lg-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.mbsc-grid-lg .mbsc-col-lg-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.mbsc-grid-lg .mbsc-offset-lg-0 {
  margin-left: 0;
}
.mbsc-grid-lg .mbsc-offset-lg-1 {
  margin-left: 8.333333%;
}
.mbsc-grid-lg .mbsc-offset-lg-2 {
  margin-left: 16.666667%;
}
.mbsc-grid-lg .mbsc-offset-lg-3 {
  margin-left: 25%;
}
.mbsc-grid-lg .mbsc-offset-lg-4 {
  margin-left: 33.333333%;
}
.mbsc-grid-lg .mbsc-offset-lg-5 {
  margin-left: 41.666667%;
}
.mbsc-grid-lg .mbsc-offset-lg-6 {
  margin-left: 50%;
}
.mbsc-grid-lg .mbsc-offset-lg-7 {
  margin-left: 58.333333%;
}
.mbsc-grid-lg .mbsc-offset-lg-8 {
  margin-left: 66.666667%;
}
.mbsc-grid-lg .mbsc-offset-lg-9 {
  margin-left: 75%;
}
.mbsc-grid-lg .mbsc-offset-lg-10 {
  margin-left: 83.333333%;
}
.mbsc-grid-lg .mbsc-offset-lg-11 {
  margin-left: 91.666667%;
}
.mbsc-grid-lg .mbsc-push-lg-0 {
  left: auto;
}
.mbsc-grid-lg .mbsc-push-lg-1 {
  left: 8.33333333%;
}
.mbsc-grid-lg .mbsc-push-lg-2 {
  left: 16.66666667%;
}
.mbsc-grid-lg .mbsc-push-lg-3 {
  left: 25%;
}
.mbsc-grid-lg .mbsc-push-lg-4 {
  left: 33.33333333%;
}
.mbsc-grid-lg .mbsc-push-lg-5 {
  left: 41.66666667%;
}
.mbsc-grid-lg .mbsc-push-lg-6 {
  left: 50%;
}
.mbsc-grid-lg .mbsc-push-lg-7 {
  left: 58.33333333%;
}
.mbsc-grid-lg .mbsc-push-lg-8 {
  left: 66.66666667%;
}
.mbsc-grid-lg .mbsc-push-lg-9 {
  left: 75%;
}
.mbsc-grid-lg .mbsc-push-lg-10 {
  left: 83.33333333%;
}
.mbsc-grid-lg .mbsc-push-lg-11 {
  left: 91.66666667%;
}
.mbsc-grid-lg .mbsc-push-lg-12 {
  left: 100%;
}
.mbsc-grid-lg .mbsc-pull-lg-0 {
  right: auto;
}
.mbsc-grid-lg .mbsc-pull-lg-1 {
  right: 8.33333333%;
}
.mbsc-grid-lg .mbsc-pull-lg-2 {
  right: 16.66666667%;
}
.mbsc-grid-lg .mbsc-pull-lg-3 {
  right: 25%;
}
.mbsc-grid-lg .mbsc-pull-lg-4 {
  right: 33.33333333%;
}
.mbsc-grid-lg .mbsc-pull-lg-5 {
  right: 41.66666667%;
}
.mbsc-grid-lg .mbsc-pull-lg-6 {
  right: 50%;
}
.mbsc-grid-lg .mbsc-pull-lg-7 {
  right: 58.33333333%;
}
.mbsc-grid-lg .mbsc-pull-lg-8 {
  right: 66.66666667%;
}
.mbsc-grid-lg .mbsc-pull-lg-9 {
  right: 75%;
}
.mbsc-grid-lg .mbsc-pull-lg-10 {
  right: 83.33333333%;
}
.mbsc-grid-lg .mbsc-pull-lg-11 {
  right: 91.66666667%;
}
.mbsc-grid-lg .mbsc-pull-lg-12 {
  right: 100%;
}
@media (min-width: 992px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 960px;
  }
  .mbsc-grid .mbsc-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mbsc-grid .mbsc-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-lg-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-lg-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-lg-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-lg-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-lg-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-lg-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-lg-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-lg-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-lg-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-lg-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-lg-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-lg-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-lg-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-lg-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-12 {
    right: 100%;
  }
}
.mbsc-grid-xl.mbsc-grid-fixed {
  max-width: 1140px;
}
.mbsc-grid-xl .mbsc-col-xl {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.mbsc-grid-xl .mbsc-col-xl-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.mbsc-grid-xl .mbsc-col-xl-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.mbsc-grid-xl .mbsc-col-xl-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.mbsc-grid-xl .mbsc-col-xl-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.mbsc-grid-xl .mbsc-col-xl-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.mbsc-grid-xl .mbsc-col-xl-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.mbsc-grid-xl .mbsc-col-xl-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.mbsc-grid-xl .mbsc-col-xl-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.mbsc-grid-xl .mbsc-col-xl-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.mbsc-grid-xl .mbsc-col-xl-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.mbsc-grid-xl .mbsc-col-xl-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.mbsc-grid-xl .mbsc-col-xl-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.mbsc-grid-xl .mbsc-col-xl-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.mbsc-grid-xl .mbsc-offset-xl-0 {
  margin-left: 0;
}
.mbsc-grid-xl .mbsc-offset-xl-1 {
  margin-left: 8.333333%;
}
.mbsc-grid-xl .mbsc-offset-xl-2 {
  margin-left: 16.666667%;
}
.mbsc-grid-xl .mbsc-offset-xl-3 {
  margin-left: 25%;
}
.mbsc-grid-xl .mbsc-offset-xl-4 {
  margin-left: 33.333333%;
}
.mbsc-grid-xl .mbsc-offset-xl-5 {
  margin-left: 41.666667%;
}
.mbsc-grid-xl .mbsc-offset-xl-6 {
  margin-left: 50%;
}
.mbsc-grid-xl .mbsc-offset-xl-7 {
  margin-left: 58.333333%;
}
.mbsc-grid-xl .mbsc-offset-xl-8 {
  margin-left: 66.666667%;
}
.mbsc-grid-xl .mbsc-offset-xl-9 {
  margin-left: 75%;
}
.mbsc-grid-xl .mbsc-offset-xl-10 {
  margin-left: 83.333333%;
}
.mbsc-grid-xl .mbsc-offset-xl-11 {
  margin-left: 91.666667%;
}
.mbsc-grid-xl .mbsc-push-xl-0 {
  left: auto;
}
.mbsc-grid-xl .mbsc-push-xl-1 {
  left: 8.33333333%;
}
.mbsc-grid-xl .mbsc-push-xl-2 {
  left: 16.66666667%;
}
.mbsc-grid-xl .mbsc-push-xl-3 {
  left: 25%;
}
.mbsc-grid-xl .mbsc-push-xl-4 {
  left: 33.33333333%;
}
.mbsc-grid-xl .mbsc-push-xl-5 {
  left: 41.66666667%;
}
.mbsc-grid-xl .mbsc-push-xl-6 {
  left: 50%;
}
.mbsc-grid-xl .mbsc-push-xl-7 {
  left: 58.33333333%;
}
.mbsc-grid-xl .mbsc-push-xl-8 {
  left: 66.66666667%;
}
.mbsc-grid-xl .mbsc-push-xl-9 {
  left: 75%;
}
.mbsc-grid-xl .mbsc-push-xl-10 {
  left: 83.33333333%;
}
.mbsc-grid-xl .mbsc-push-xl-11 {
  left: 91.66666667%;
}
.mbsc-grid-xl .mbsc-push-xl-12 {
  left: 100%;
}
.mbsc-grid-xl .mbsc-pull-xl-0 {
  right: auto;
}
.mbsc-grid-xl .mbsc-pull-xl-1 {
  right: 8.33333333%;
}
.mbsc-grid-xl .mbsc-pull-xl-2 {
  right: 16.66666667%;
}
.mbsc-grid-xl .mbsc-pull-xl-3 {
  right: 25%;
}
.mbsc-grid-xl .mbsc-pull-xl-4 {
  right: 33.33333333%;
}
.mbsc-grid-xl .mbsc-pull-xl-5 {
  right: 41.66666667%;
}
.mbsc-grid-xl .mbsc-pull-xl-6 {
  right: 50%;
}
.mbsc-grid-xl .mbsc-pull-xl-7 {
  right: 58.33333333%;
}
.mbsc-grid-xl .mbsc-pull-xl-8 {
  right: 66.66666667%;
}
.mbsc-grid-xl .mbsc-pull-xl-9 {
  right: 75%;
}
.mbsc-grid-xl .mbsc-pull-xl-10 {
  right: 83.33333333%;
}
.mbsc-grid-xl .mbsc-pull-xl-11 {
  right: 91.66666667%;
}
.mbsc-grid-xl .mbsc-pull-xl-12 {
  right: 100%;
}
@media (min-width: 1200px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 1140px;
  }
  .mbsc-grid .mbsc-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mbsc-grid .mbsc-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-xl-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-xl-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-xl-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-xl-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-xl-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-xl-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-xl-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-xl-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-xl-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-xl-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-xl-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-xl-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-xl-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-xl-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-12 {
    right: 100%;
  }
}
.mbsc-align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}
.mbsc-align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}
.mbsc-align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}
.mbsc-justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}
.mbsc-justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.mbsc-justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
.mbsc-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.mbsc-justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}
.mbsc-ltr .mbsc-img-w {
  text-align: left;
}
.mbsc-ltr .mbsc-img-txt {
  margin: 0 0 0 0.5em;
}
.mbsc-rtl .mbsc-img-w {
  text-align: right;
}
.mbsc-rtl .mbsc-img-txt {
  margin: 0 0.5em 0 0;
}
.mbsc-img-w .mbsc-ic {
  display: inline-block;
  margin: 0 0.5em;
}
.mbsc-img-txt {
  display: inline-block;
}
.mbsc-img-c {
  min-width: 50px;
  height: 28px;
  margin-top: -2px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
}
.mbsc-img {
  max-height: 28px;
}
@font-face {
  font-family: 'icons_mobiscroll';
  src: url('../fonts/icons_mobiscroll.woff?vtxdtu') format('woff'), url('../fonts/icons_mobiscroll.woff') format('woff'), url('../fonts/icons_mobiscroll.ttf?vtxdtu') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.mbsc-ic:before {
  font-family: 'icons_mobiscroll';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mbsc-ic-aid::before {
  content: "\ea01";
}
.mbsc-ic-airplane::before {
  content: "\ea02";
}
.mbsc-ic-alarm2::before {
  content: "\ea03";
}
.mbsc-ic-arrow-down2::before {
  content: "\ea04";
}
.mbsc-ic-arrow-down5::before {
  content: "\ea05";
}
.mbsc-ic-arrow-left2::before {
  content: "\ea06";
}
.mbsc-ic-arrow-left4::before {
  content: "\ea07";
}
.mbsc-ic-arrow-left5::before {
  content: "\ea08";
}
.mbsc-ic-arrow-left6::before {
  content: "\ea09";
}
.mbsc-ic-arrow-right2::before {
  content: "\ea0a";
}
.mbsc-ic-arrow-right4::before {
  content: "\ea0b";
}
.mbsc-ic-arrow-right5::before {
  content: "\ea0c";
}
.mbsc-ic-arrow-right6::before {
  content: "\ea0d";
}
.mbsc-ic-arrow-up2::before {
  content: "\ea0e";
}
.mbsc-ic-arrow-up5::before {
  content: "\ea0f";
}
.mbsc-ic-attachment::before {
  content: "\ea10";
}
.mbsc-ic-backspace::before {
  content: "\ea11";
}
.mbsc-ic-backspace3::before {
  content: "\ea12";
}
.mbsc-ic-backspace4::before {
  content: "\ea13";
}
.mbsc-ic-bars::before {
  content: "\ea14";
}
.mbsc-ic-book::before {
  content: "\ea15";
}
.mbsc-ic-brightness-contrast::before {
  content: "\ea16";
}
.mbsc-ic-bubble::before {
  content: "\ea17";
}
.mbsc-ic-bubbles::before {
  content: "\ea18";
}
.mbsc-ic-bullhorn::before {
  content: "\ea19";
}
.mbsc-ic-calendar::before {
  content: "\ea1a";
}
.mbsc-ic-camera::before {
  content: "\ea1b";
}
.mbsc-ic-cart::before {
  content: "\ea1c";
}
.mbsc-ic-checkmark::before {
  content: "\ea1d";
}
.mbsc-ic-clock::before {
  content: "\ea1e";
}
.mbsc-ic-close::before {
  content: "\ea1f";
}
.mbsc-ic-cloud-download::before {
  content: "\ea20";
}
.mbsc-ic-cloud-upload::before {
  content: "\ea21";
}
.mbsc-ic-cloud::before {
  content: "\ea22";
}
.mbsc-ic-cogs::before {
  content: "\ea23";
}
.mbsc-ic-compass::before {
  content: "\ea24";
}
.mbsc-ic-connection::before {
  content: "\ea25";
}
.mbsc-ic-copy2::before {
  content: "\ea26";
}
.mbsc-ic-copy3::before {
  content: "\ea27";
}
.mbsc-ic-credit::before {
  content: "\ea28";
}
.mbsc-ic-disk::before {
  content: "\ea29";
}
.mbsc-ic-download::before {
  content: "\ea2a";
}
.mbsc-ic-drawer::before {
  content: "\ea2b";
}
.mbsc-ic-droplet::before {
  content: "\ea2c";
}
.mbsc-ic-earth::before {
  content: "\ea2d";
}
.mbsc-ic-eye-blocked::before {
  content: "\ea2e";
}
.mbsc-ic-eye::before {
  content: "\ea2f";
}
.mbsc-ic-fa-dollar::before {
  content: "\ea30";
}
.mbsc-ic-fa-ellipsis-h::before {
  content: "\ea31";
}
.mbsc-ic-fa-facebook::before {
  content: "\ea32";
}
.mbsc-ic-fa-globe::before {
  content: "\ea33";
}
.mbsc-ic-fa-google-plus::before {
  content: "\ea34";
}
.mbsc-ic-fa-google::before {
  content: "\ea35";
}
.mbsc-ic-fa-leaf::before {
  content: "\ea36";
}
.mbsc-ic-fa-mail-reply::before {
  content: "\ea37";
}
.mbsc-ic-fa-retweet::before {
  content: "\ea38";
}
.mbsc-ic-fa-rotate-left::before {
  content: "\ea39";
}
.mbsc-ic-fa-twitter::before {
  content: "\ea3a";
}
.mbsc-ic-feed2::before {
  content: "\ea3b";
}
.mbsc-ic-file4::before {
  content: "\ea3c";
}
.mbsc-ic-film::before {
  content: "\ea3d";
}
.mbsc-ic-flag::before {
  content: "\ea3e";
}
.mbsc-ic-folder::before {
  content: "\ea3f";
}
.mbsc-ic-forward::before {
  content: "\ea40";
}
.mbsc-ic-foundation-mail::before {
  content: "\ea41";
}
.mbsc-ic-foundation-minus-circle::before {
  content: "\ea42";
}
.mbsc-ic-gift::before {
  content: "\ea43";
}
.mbsc-ic-globe::before {
  content: "\ea44";
}
.mbsc-ic-heart::before {
  content: "\ea45";
}
.mbsc-ic-heart2::before {
  content: "\ea46";
}
.mbsc-ic-history::before {
  content: "\ea47";
}
.mbsc-ic-home::before {
  content: "\ea48";
}
.mbsc-ic-image2::before {
  content: "\ea49";
}
.mbsc-ic-ion-android-social-user::before {
  content: "\ea4a";
}
.mbsc-ic-ion-android-system-windows::before {
  content: "\ea4b";
}
.mbsc-ic-ion-bluetooth::before {
  content: "\ea4c";
}
.mbsc-ic-ion-close-circled::before {
  content: "\ea4d";
}
.mbsc-ic-ion-email::before {
  content: "\ea4e";
}
.mbsc-ic-ion-ios7-arrow-back::before {
  content: "\ea4f";
}
.mbsc-ic-ion-ios7-arrow-forward::before {
  content: "\ea50";
}
.mbsc-ic-ion-ios7-checkmark-empty::before {
  content: "\ea51";
}
.mbsc-ic-ion-ios7-close-empty::before {
  content: "\ea52";
}
.mbsc-ic-ion-ios7-close-outline::before {
  content: "\ea53";
}
.mbsc-ic-ion-ios7-email::before {
  content: "\ea54";
}
.mbsc-ic-ion-ios7-information-outline::before {
  content: "\ea55";
}
.mbsc-ic-ion-ios7-plus-empty::before {
  content: "\ea56";
}
.mbsc-ic-ion-iphone::before {
  content: "\ea57";
}
.mbsc-ic-ion-navigate::before {
  content: "\ea58";
}
.mbsc-ic-ion-social-facebook::before {
  content: "\ea59";
}
.mbsc-ic-ion-usb::before {
  content: "\ea5a";
}
.mbsc-ic-ios-backspace::before {
  content: "\ea5b";
}
.mbsc-ic-key2::before {
  content: "\ea5c";
}
.mbsc-ic-library::before {
  content: "\ea5d";
}
.mbsc-ic-line-bubble::before {
  content: "\ea5f";
}
.mbsc-ic-line-calendar::before {
  content: "\ea5e";
}
.mbsc-ic-line-food::before {
  content: "\ea60";
}
.mbsc-ic-line-heart::before {
  content: "\ea61";
}
.mbsc-ic-line-key::before {
  content: "\ea63";
}
.mbsc-ic-line-mail::before {
  content: "\ea62";
}
.mbsc-ic-line-megaphone::before {
  content: "\ea64";
}
.mbsc-ic-line-music::before {
  content: "\ea65";
}
.mbsc-ic-line-note::before {
  content: "\ea66";
}
.mbsc-ic-line-paperplane::before {
  content: "\ea67";
}
.mbsc-ic-line-params::before {
  content: "\ea68";
}
.mbsc-ic-line-phone::before {
  content: "\ea69";
}
.mbsc-ic-line-settings::before {
  content: "\ea6c";
}
.mbsc-ic-line-star::before {
  content: "\ea6a";
}
.mbsc-ic-line-t-shirt::before {
  content: "\ea6b";
}
.mbsc-ic-line-tag::before {
  content: "\ea6d";
}
.mbsc-ic-line-user::before {
  content: "\ea6e";
}
.mbsc-ic-line-world::before {
  content: "\ea6f";
}
.mbsc-ic-link::before {
  content: "\ea71";
}
.mbsc-ic-location::before {
  content: "\ea73";
}
.mbsc-ic-lock::before {
  content: "\ea70";
}
.mbsc-ic-lock2::before {
  content: "\ea72";
}
.mbsc-ic-loop2::before {
  content: "\ea74";
}
.mbsc-ic-map::before {
  content: "\ea75";
}
.mbsc-ic-material-arrow-back::before {
  content: "\ea76";
}
.mbsc-ic-material-arrow-forward::before {
  content: "\ea77";
}
.mbsc-ic-material-backspace::before {
  content: "\ea79";
}
.mbsc-ic-material-brightness-medium::before {
  content: "\ea7a";
}
.mbsc-ic-material-check-box-outline-blank::before {
  content: "\ea78";
}
.mbsc-ic-material-check::before {
  content: "\ea7b";
}
.mbsc-ic-material-close::before {
  content: "\ea7c";
}
.mbsc-ic-material-crop::before {
  content: "\ea7e";
}
.mbsc-ic-material-email::before {
  content: "\ea7d";
}
.mbsc-ic-material-equalizer::before {
  content: "\ea7f";
}
.mbsc-ic-material-explore::before {
  content: "\ea80";
}
.mbsc-ic-material-filter::before {
  content: "\ea81";
}
.mbsc-ic-material-format-bold::before {
  content: "\ea82";
}
.mbsc-ic-material-format-ital::before {
  content: "\ea83";
}
.mbsc-ic-material-format-list-numbered::before {
  content: "\ea84";
}
.mbsc-ic-material-format-paint::before {
  content: "\ea85";
}
.mbsc-ic-material-format-underline::before {
  content: "\ea86";
}
.mbsc-ic-material-inbox::before {
  content: "\ea87";
}
.mbsc-ic-material-iso::before {
  content: "\ea88";
}
.mbsc-ic-material-keyboard-arrow-down::before {
  content: "\ea89";
}
.mbsc-ic-material-keyboard-arrow-left::before {
  content: "\ea8a";
}
.mbsc-ic-material-keyboard-arrow-right::before {
  content: "\ea8b";
}
.mbsc-ic-material-keyboard-arrow-up::before {
  content: "\ea8c";
}
.mbsc-ic-material-label::before {
  content: "\ea8d";
}
.mbsc-ic-material-language::before {
  content: "\ea8e";
}
.mbsc-ic-material-list::before {
  content: "\ea8f";
}
.mbsc-ic-material-menu::before {
  content: "\ea90";
}
.mbsc-ic-material-message::before {
  content: "\ea91";
}
.mbsc-ic-material-more-horiz::before {
  content: "\ea92";
}
.mbsc-ic-material-music-note::before {
  content: "\ea93";
}
.mbsc-ic-material-notifications::before {
  content: "\ea94";
}
.mbsc-ic-material-palette::before {
  content: "\ea95";
}
.mbsc-ic-material-pause::before {
  content: "\ea96";
}
.mbsc-ic-material-people::before {
  content: "\ea97";
}
.mbsc-ic-material-phone-iphone::before {
  content: "\ea98";
}
.mbsc-ic-material-photo-size-select-large::before {
  content: "\ea99";
}
.mbsc-ic-material-play-arrow::before {
  content: "\ea9a";
}
.mbsc-ic-material-repeat::before {
  content: "\ea9b";
}
.mbsc-ic-material-rotate-right::before {
  content: "\ea9c";
}
.mbsc-ic-material-search::before {
  content: "\ea9d";
}
.mbsc-ic-material-share::before {
  content: "\ea9e";
}
.mbsc-ic-material-shuffle::before {
  content: "\ea9f";
}
.mbsc-ic-material-skip-next::before {
  content: "\eaa0";
}
.mbsc-ic-material-skip-previous::before {
  content: "\eaa1";
}
.mbsc-ic-material-star-outline::before {
  content: "\eaa2";
}
.mbsc-ic-material-star::before {
  content: "\eaa3";
}
.mbsc-ic-material-stop::before {
  content: "\eaa4";
}
.mbsc-ic-material-system-update::before {
  content: "\eaa5";
}
.mbsc-ic-material-texture::before {
  content: "\eaa9";
}
.mbsc-ic-material-tune::before {
  content: "\eaa8";
}
.mbsc-ic-material-tv::before {
  content: "\eaa6";
}
.mbsc-ic-material-vertical-align-bottom::before {
  content: "\eaa7";
}
.mbsc-ic-material-wb-auto::before {
  content: "\eaaa";
}
.mbsc-ic-meteo-Celsius::before {
  content: "\eaab";
}
.mbsc-ic-meteo-Fahrenheit::before {
  content: "\eaad";
}
.mbsc-ic-meteo-cloud::before {
  content: "\eaac";
}
.mbsc-ic-meteo-cloud2::before {
  content: "\eaae";
}
.mbsc-ic-meteo-cloud3::before {
  content: "\eab0";
}
.mbsc-ic-meteo-cloud4::before {
  content: "\eaaf";
}
.mbsc-ic-meteo-cloud5::before {
  content: "\eab1";
}
.mbsc-ic-meteo-cloudy::before {
  content: "\eab2";
}
.mbsc-ic-meteo-cloudy2::before {
  content: "\eab3";
}
.mbsc-ic-meteo-cloudy3::before {
  content: "\eab4";
}
.mbsc-ic-meteo-cloudy4::before {
  content: "\eab6";
}
.mbsc-ic-meteo-compass::before {
  content: "\eab5";
}
.mbsc-ic-meteo-lightning::before {
  content: "\eab7";
}
.mbsc-ic-meteo-lightning2::before {
  content: "\eab8";
}
.mbsc-ic-meteo-lightning3::before {
  content: "\eab9";
}
.mbsc-ic-meteo-lightning4::before {
  content: "\eabb";
}
.mbsc-ic-meteo-lightning5::before {
  content: "\eaba";
}
.mbsc-ic-meteo-lines::before {
  content: "\eabd";
}
.mbsc-ic-meteo-moon::before {
  content: "\eabc";
}
.mbsc-ic-meteo-moon2::before {
  content: "\eabf";
}
.mbsc-ic-meteo-none::before {
  content: "\eabe";
}
.mbsc-ic-meteo-rainy::before {
  content: "\eac0";
}
.mbsc-ic-meteo-rainy2::before {
  content: "\eac1";
}
.mbsc-ic-meteo-rainy3::before {
  content: "\eac2";
}
.mbsc-ic-meteo-rainy4::before {
  content: "\eac3";
}
.mbsc-ic-meteo-snowflake::before {
  content: "\eac4";
}
.mbsc-ic-meteo-snowy::before {
  content: "\eac5";
}
.mbsc-ic-meteo-snowy2::before {
  content: "\eac6";
}
.mbsc-ic-meteo-snowy3::before {
  content: "\eac7";
}
.mbsc-ic-meteo-snowy4::before {
  content: "\eac8";
}
.mbsc-ic-meteo-snowy5::before {
  content: "\eac9";
}
.mbsc-ic-meteo-sun::before {
  content: "\eaca";
}
.mbsc-ic-meteo-sun2::before {
  content: "\eacb";
}
.mbsc-ic-meteo-sun3::before {
  content: "\eacc";
}
.mbsc-ic-meteo-sunrise::before {
  content: "\eacd";
}
.mbsc-ic-meteo-thermometer::before {
  content: "\eace";
}
.mbsc-ic-meteo-weather::before {
  content: "\eacf";
}
.mbsc-ic-meteo-weather2::before {
  content: "\ead0";
}
.mbsc-ic-meteo-weather3::before {
  content: "\ead1";
}
.mbsc-ic-meteo-weather4::before {
  content: "\ead2";
}
.mbsc-ic-meteo-weather5::before {
  content: "\ead4";
}
.mbsc-ic-meteo-wind::before {
  content: "\ead3";
}
.mbsc-ic-meteo-windy::before {
  content: "\ead5";
}
.mbsc-ic-meteo-windy2::before {
  content: "\ead7";
}
.mbsc-ic-meteo-windy3::before {
  content: "\ead6";
}
.mbsc-ic-meteo-windy4::before {
  content: "\ead8";
}
.mbsc-ic-meteo-windy5::before {
  content: "\ead9";
}
.mbsc-ic-minus::before {
  content: "\eada";
}
.mbsc-ic-mobile::before {
  content: "\eadb";
}
.mbsc-ic-music::before {
  content: "\eadc";
}
.mbsc-ic-neutral::before {
  content: "\eadd";
}
.mbsc-ic-newspaper::before {
  content: "\eade";
}
.mbsc-ic-office::before {
  content: "\eadf";
}
.mbsc-ic-pause2::before {
  content: "\eae0";
}
.mbsc-ic-pencil::before {
  content: "\eae2";
}
.mbsc-ic-phone::before {
  content: "\eae1";
}
.mbsc-ic-play::before {
  content: "\eae3";
}
.mbsc-ic-play3::before {
  content: "\eae4";
}
.mbsc-ic-plus::before {
  content: "\eae5";
}
.mbsc-ic-print::before {
  content: "\eae6";
}
.mbsc-ic-redo2::before {
  content: "\eae7";
}
.mbsc-ic-remove::before {
  content: "\eae8";
}
.mbsc-ic-reply::before {
  content: "\eae9";
}
.mbsc-ic-sad::before {
  content: "\eaea";
}
.mbsc-ic-sad2::before {
  content: "\eaeb";
}
.mbsc-ic-share::before {
  content: "\eaec";
}
.mbsc-ic-smiley::before {
  content: "\eaed";
}
.mbsc-ic-smiley2::before {
  content: "\eaee";
}
.mbsc-ic-stack::before {
  content: "\eaef";
}
.mbsc-ic-star::before {
  content: "\eaf0";
}
.mbsc-ic-star2::before {
  content: "\eaf1";
}
.mbsc-ic-star3::before {
  content: "\eaf3";
}
.mbsc-ic-stop2::before {
  content: "\eaf2";
}
.mbsc-ic-stopwatch::before {
  content: "\eaf4";
}
.mbsc-ic-stream-sync::before {
  content: "\eaf5";
}
.mbsc-ic-support::before {
  content: "\eaf6";
}
.mbsc-ic-tag::before {
  content: "\eaf7";
}
.mbsc-ic-thumbs-up::before {
  content: "\eaf8";
}
.mbsc-ic-thumbs-up2::before {
  content: "\eaf9";
}
.mbsc-ic-undo2::before {
  content: "\eafa";
}
.mbsc-ic-unlocked::before {
  content: "\eafb";
}
.mbsc-ic-upload::before {
  content: "\eafc";
}
.mbsc-ic-user4::before {
  content: "\eafd";
}
.mbsc-ic-volume-high::before {
  content: "\eafe";
}
.mbsc-ic-volume-medium::before {
  content: "\eaff";
}
.mbsc-ic-volume-mute2::before {
  content: "\eb00";
}
@-webkit-keyframes mbsc-lv-spin {
  from {
    -webkit-transform: rotate(180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes mbsc-lv-remove-right {
  to {
    -webkit-transform: translateX(100%);
  }
}
@-webkit-keyframes mbsc-lv-remove-left {
  to {
    -webkit-transform: translateX(-100%);
  }
}
@-webkit-keyframes mbsc-lv-add-right {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes mbsc-lv-add-left {
  from {
    -webkit-transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes mbsc-lv-pop-in {
  from {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes mbsc-lv-pop-out {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes mbsc-lv-collapse {
  from {
    padding: 0;
    border: 0;
  }
  to {
    padding: 0;
    border: 0;
    height: 0;
  }
}
@-webkit-keyframes mbsc-lv-expand {
  from {
    padding: 0;
    border: 0;
    height: 0;
  }
  to {
    padding: 0;
    border: 0;
  }
}
@-webkit-keyframes mbsc-lv-fill {
  from {
    -webkit-transform: scale(1, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes mbsc-lv-spin {
  from {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes mbsc-lv-remove-right {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes mbsc-lv-remove-left {
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes mbsc-lv-add-right {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mbsc-lv-add-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mbsc-lv-pop-in {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mbsc-lv-pop-out {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes mbsc-lv-collapse {
  from {
    padding: 0;
    border: 0;
  }
  to {
    padding: 0;
    border: 0;
    height: 0;
  }
}
@keyframes mbsc-lv-expand {
  from {
    padding: 0;
    border: 0;
    height: 0;
  }
  to {
    padding: 0;
    border: 0;
  }
}
@keyframes mbsc-lv-fill {
  from {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.mbsc-lv-stage-c-v,
.mbsc-lv-item,
.mbsc-lv-gr-title,
.mbsc-lv-ic-text {
  -webkit-transform: translate3d(0, 0, 0);
}
.mbsc-lv,
.mbsc-lv-fill-item {
  -webkit-backface-visibility: hidden;
}
.mbsc-lv-rtl {
  direction: rtl;
}
.mbsc-lv.mbsc-lv-dummy {
  display: block;
  margin-top: -1px;
  -webkit-backface-visibility: visible;
}
.mbsc-lv-fixed-header {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  list-style: none;
  width: 100%;
  z-index: 10;
}
.mbsc-lv-fixed-header-ctx {
  position: absolute;
}
.mbsc-lv .mbsc-lv-item.mbsc-lv-item-swiping {
  z-index: 1;
  overflow: visible;
}
.mbsc-lv-stage-c {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.mbsc-lv-stage-c-v {
  display: block;
}
.mbsc-lv-item-new-left {
  -webkit-transform: translateX(-100%);
}
.mbsc-lv-item-new-right {
  -webkit-transform: translateX(100%);
}
.mbsc-lv-item-remove-right {
  -webkit-animation: mbsc-lv-remove-right 125ms;
  -webkit-animation-delay: 1ms;
  animation: mbsc-lv-remove-right 125ms;
}
.mbsc-lv-item-remove-left {
  -webkit-animation: mbsc-lv-remove-left 125ms;
  -webkit-animation-delay: 1ms;
  animation: mbsc-lv-remove-left 125ms;
}
.mbsc-lv-item-add-right {
  -webkit-animation: mbsc-lv-add-right 125ms;
  animation: mbsc-lv-add-right 125ms;
}
.mbsc-lv-item-add-left {
  -webkit-animation: mbsc-lv-add-left 125ms;
  animation: mbsc-lv-add-left 125ms;
}
.mbsc-lv-item-pop-in {
  -webkit-animation: mbsc-lv-pop-in 200ms;
  animation: mbsc-lv-pop-in 200ms;
}
.mbsc-lv-item-pop-out {
  -webkit-animation: mbsc-lv-pop-out 200ms;
  animation: mbsc-lv-pop-out 200ms;
}
.mbsc-lv-item-collapse {
  visibility: hidden;
  -webkit-animation: mbsc-lv-collapse 125ms;
  animation: mbsc-lv-collapse 125ms;
}
.mbsc-lv-item-expand {
  visibility: hidden;
  -webkit-animation: mbsc-lv-expand 125ms;
  animation: mbsc-lv-expand 125ms;
}
.mbsc-lv .mbsc-lv-item.mbsc-lv-item-undo {
  position: absolute;
  left: 0;
  right: 0;
}
.mbsc-lv-cont .mbsc-lv-item.mbsc-lv-item-dragging {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  opacity: .9;
  -webkit-box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.5);
  cursor: pointer;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.mbsc-lv-item-dragging .mbsc-lv-handle-c {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.mbsc-lv .mbsc-lv-item.mbsc-lv-ph {
  padding: 0;
  border: 0;
  visibility: hidden;
}
.mbsc-lv-fill-item {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}
.mbsc-lv-handle-c {
  position: absolute;
  z-index: 4;
  top: 0;
  height: 100%;
  width: 2.5em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
}
.mbsc-lv-item-h-right {
  right: 0;
}
.mbsc-lv-item-h-left {
  left: 0;
}
.mbsc-lv-cont.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item {
  padding-left: 2.5em;
}
.mbsc-lv-cont.mbsc-lv-handle-right .mbsc-lv .mbsc-lv-item {
  padding-right: 2.5em;
}
.mbsc-lv-handle-bar-c {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -7px;
}
.mbsc-lv-handle-bar {
  position: relative;
  height: 2px;
  margin: 2px .625em;
  background: #888888;
}
.mbsc-lv-ic,
.mbsc-lv-ic-m {
  top: 0;
  text-align: center;
  text-shadow: none;
  font-size: 0.75em;
}
.mbsc-lv-ic-s {
  position: absolute;
  top: 50%;
  margin-top: -0.9375em;
  width: 2.8em;
  height: 1.875em;
  line-height: 1.875em;
  font-size: 1.25em;
}
.mbsc-lv-ic-c {
  position: absolute;
  top: 0;
  height: 100%;
  line-height: 1.875em;
  color: #fff;
  cursor: pointer;
}
.mbsc-lv-ic-text {
  text-shadow: none;
  font-size: 1em;
}
.mbsc-ic-none {
  border: 0;
}
.mbsc-ic-none:before {
  content: "0";
  font-size: 0;
  color: rgba(0, 0, 0, 0);
}
.mbsc-lv-ic-anim .mbsc-lv-ic-s {
  opacity: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mbsc-lv-ic-anim .mbsc-lv-ic-a {
  opacity: 1;
  -webkit-animation: mbsc-lv-spin 200ms;
  -webkit-transform: rotate(0);
  animation: mbsc-lv-spin 200ms;
  transform: rotate(0);
}
.mbsc-lv-ic-anim .mbsc-lv-ic-v {
  opacity: 1;
  -webkit-animation: none;
  -webkit-transform: rotate(0);
  animation: none;
  transform: rotate(0);
}
.mbsc-lv-ic-left {
  left: 0;
}
.mbsc-lv-ic-move-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mbsc-lv-ic-right .mbsc-lv-ic,
.mbsc-lv-ic-move-left .mbsc-lv-ic {
  right: 0;
}
.mbsc-lv-ic-right .mbsc-lv-ic-text,
.mbsc-lv-ic-move-left .mbsc-lv-ic-text {
  padding: 0 3.5em 0 0.625em;
}
.mbsc-lv-ic-right {
  right: 0;
}
.mbsc-lv-ic-move-right {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mbsc-lv-ic-left .mbsc-lv-ic,
.mbsc-lv-ic-move-right .mbsc-lv-ic {
  left: 0;
}
.mbsc-lv-ic-left .mbsc-lv-ic-text,
.mbsc-lv-ic-move-right .mbsc-lv-ic-text {
  padding: 0 0.625em 0 3.5em;
}
.mbsc-lv-ic-c .mbsc-lv-ic-only {
  width: 0;
  padding: 0 0 0 3.5em;
}
.mbsc-lv-ic-c .mbsc-lv-ic-text-only {
  padding: 0 0.625em;
}
.mbsc-lv-multi {
  position: absolute;
  top: 0;
  display: none;
  width: 90%;
  height: 100%;
  table-layout: fixed;
}
.mbsc-lv-multi-ic-right {
  right: 0;
}
.mbsc-lv-multi-ic-left {
  left: 0;
}
.mbsc-lv-right .mbsc-lv-multi-ic-right {
  display: table;
}
.mbsc-lv-left .mbsc-lv-multi-ic-left {
  display: table;
}
.mbsc-lv-ic-m {
  display: table-cell;
  vertical-align: middle;
  padding: 0 .25em;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbsc-lv-ic-m:before {
  display: block;
  padding: .25em 0;
  font-size: 1.333334em;
}
.mbsc-lv-ic-disabled {
  opacity: 0.5;
}
.mbsc-lv-sl-c {
  position: relative;
  -webkit-animation-fill-mode: forwards;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mbsc-lv-sl-r {
  -webkit-animation: mbsc-lv-remove-left 300ms;
  animation: mbsc-lv-remove-left 300ms;
}
.mbsc-lv-sl-l {
  -webkit-animation: mbsc-lv-remove-right 300ms;
  animation: mbsc-lv-remove-right 300ms;
}
.mbsc-lv-sl-l .mbsc-lv-sl-curr,
.mbsc-lv-sl-r .mbsc-lv-sl-curr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mbsc-lv-sl-r .mbsc-lv-sl-new {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mbsc-lv-sl-l .mbsc-lv-sl-new {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mbsc-lv-arr {
  position: absolute;
  top: 50%;
  width: 2em;
  height: 2em;
  font-size: 1em;
  line-height: 2em;
  margin-top: -1em;
}
.mbsc-lv .mbsc-lv-item.mbsc-lv-parent {
  padding-right: 2.25em;
}
.mbsc-lv .mbsc-lv-item.mbsc-lv-back {
  padding-left: 2.25em;
  z-index: 3;
}
.mbsc-lv-parent .mbsc-lv-arr {
  right: 0;
}
.mbsc-lv-handle-right .mbsc-lv-parent .mbsc-lv-arr {
  right: 40px;
}
.mbsc-rtl .mbsc-lv-cont .mbsc-lv-item.mbsc-lv-item-ic-right.mbsc-lv-parent {
  padding-right: 5.25em;
}
.mbsc-rtl .mbsc-lv-cont .mbsc-lv-item.mbsc-lv-item-ic-right.mbsc-lv-parent .mbsc-lv-item-ic {
  right: 2.5em;
}
.mbsc-lv-back .mbsc-lv-arr {
  left: 0;
}
.mbsc-lv .mbsc-lv-txt {
  margin: 0;
  font-weight: normal;
}
.mbsc-lv h1.mbsc-lv-txt {
  font-size: 2em;
}
.mbsc-lv h2.mbsc-lv-txt {
  font-size: 1.5em;
}
.mbsc-lv h3.mbsc-lv-txt {
  font-size: 1.125em;
}
.mbsc-lv h4.mbsc-lv-txt {
  font-size: 1em;
}
.mbsc-lv h5.mbsc-lv-txt {
  font-size: 0.875em;
}
.mbsc-lv h6.mbsc-lv-txt {
  font-size: 0.625em;
}
.mbsc-lv p.mbsc-lv-txt {
  font-size: 0.75em;
}
.mbsc-lv-img {
  position: absolute;
  max-height: 2.5em;
  max-width: 2.5em;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mbsc-lv-cont .mbsc-lv-item.mbsc-lv-img-left {
  padding-left: 5em;
}
.mbsc-lv-cont .mbsc-lv-item.mbsc-lv-img-right {
  padding-right: 5em;
}
.mbsc-lv-img-left .mbsc-lv-img {
  left: 2.5em;
}
.mbsc-lv-img-right .mbsc-lv-img {
  right: 0;
}
.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item.mbsc-lv-img-left {
  padding-left: 6.25em;
}
.mbsc-lv-handle-left .mbsc-lv-img-left .mbsc-lv-img {
  left: 3.75em;
}
.mbsc-lv-handle-right .mbsc-lv .mbsc-lv-item.mbsc-lv-img-right {
  padding-right: 6.25em;
}
.mbsc-lv-handle-right .mbsc-lv-img-right .mbsc-lv-img {
  right: 1.25em;
}
.mbsc-lv-item-ic {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
.mbsc-lv-cont .mbsc-lv .mbsc-lv-item.mbsc-lv-item-ic-left {
  padding-left: 4em;
}
.mbsc-lv-cont .mbsc-lv .mbsc-lv-item.mbsc-lv-item-ic-right {
  padding-right: 4em;
}
.mbsc-lv-item-ic-left .mbsc-lv-item-ic {
  left: 1em;
}
.mbsc-lv-item-ic-right .mbsc-lv-item-ic {
  right: 1em;
}
.mbsc-lv-handle-left.mbsc-lv-cont .mbsc-lv .mbsc-lv-item-ic-left {
  padding-left: 5.5em;
}
.mbsc-lv-handle-left .mbsc-lv-item-ic-left .mbsc-lv-item-ic {
  left: 2.5em;
}
.mbsc-lv-handle-right.mbsc-lv-cont .mbsc-lv .mbsc-lv-item-ic-right {
  padding-right: 5.5em;
}
.mbsc-lv-handle-right .mbsc-lv-item-ic-right .mbsc-lv-item-ic {
  right: 2.5em;
}
.mbsc-lv-mobiscroll.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #eeeeee;
}
.mbsc-lv-mobiscroll .mbsc-lv-item-hl:after,
.mbsc-lv-mobiscroll .mbsc-lv-item-active::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-lv-mobiscroll .mbsc-lv-ic-m {
  color: #ffffff;
}
.mbsc-lv-mobiscroll .mbsc-lv-arr {
  color: #4eccc4;
}
.mbsc-lv-mobiscroll .mbsc-lv-handle-bar {
  background: #4eccc4;
}
.mbsc-lv-mobiscroll .mbsc-lv-item.mbsc-lv-item-dragging {
  margin: 0;
  background: #4eccc4;
  color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-lv-mobiscroll .mbsc-lv-item-dragging .mbsc-lv-handle-bar {
  background: #f7f7f7;
}
.mbsc-lv-mobiscroll .mbsc-lv-item-dragging .mbsc-lv-arr {
  color: #f7f7f7;
}
.mbsc-collapsible.mbsc-form-group {
  margin: 0;
}
.mbsc-collapsible-icon {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  line-height: 1em;
  font-size: 1em;
  -webkit-transition: -webkit-transform 0.125s ease-out;
  transition: -webkit-transform 0.125s ease-out;
  transition: transform 0.125s ease-out;
  transition: transform 0.125s ease-out, -webkit-transform 0.125s ease-out;
}
.mbsc-collapsible-header {
  position: relative;
  padding-right: 3em;
}
.mbsc-collapsible .mbsc-collapsible-content {
  overflow: hidden;
  -webkit-transition: height .125s ease;
  transition: height .125s ease;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mbsc-collapsible:not(.mbsc-collapsible-open) .mbsc-collapsible-content {
  height: 0;
  padding-bottom: 0;
}
.mbsc-collapsible-open > .mbsc-collapsible-header .mbsc-collapsible-icon {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.mbsc-rtl .mbsc-collapsible.mbsc-form-group .mbsc-collapsible-header,
.mbsc-rtl .mbsc-collapsible.mbsc-card .mbsc-collapsible-header,
.mbsc-rtl .mbsc-collapsible.mbsc-form-group .mbsc-collapsible-header.mbsc-form-group-title,
.mbsc-rtl .mbsc-collapsible.mbsc-card .mbsc-collapsible-header.mbsc-form-group-title {
  padding-right: 1em;
  padding-left: 3em;
}
.mbsc-rtl .mbsc-collapsible.mbsc-form-group .mbsc-collapsible-header .mbsc-collapsible-icon,
.mbsc-rtl .mbsc-collapsible.mbsc-card .mbsc-collapsible-header .mbsc-collapsible-icon,
.mbsc-rtl .mbsc-collapsible.mbsc-form-group .mbsc-collapsible-header.mbsc-form-group-title .mbsc-collapsible-icon,
.mbsc-rtl .mbsc-collapsible.mbsc-card .mbsc-collapsible-header.mbsc-form-group-title .mbsc-collapsible-icon {
  right: auto;
  left: 1em;
}
.mbsc-mobiscroll .mbsc-collapsible .mbsc-form-group-title {
  padding: 1em;
}
.mbsc-mobiscroll .mbsc-collapsible .mbsc-collapsible-header {
  padding-right: 3em;
}
@-webkit-keyframes autofill {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes autofill {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.mbsc-input {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mbsc-input .mbsc-control:-webkit-autofill {
  -webkit-animation-name: autofill;
          animation-name: autofill;
}
.mbsc-input input,
.mbsc-input select,
.mbsc-input textarea {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mbsc-input-wrap,
.mbsc-input input,
.mbsc-input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-input input,
.mbsc-input select,
.mbsc-input textarea {
  display: block;
  width: 100%;
  font-size: 1em;
}
.mbsc-input input:focus,
.mbsc-input select:focus,
.mbsc-input textarea:focus {
  outline: 0;
}
.mbsc-input-wrap {
  position: relative;
  display: block;
}
.mbsc-input .mbsc-label {
  font-size: 0.875em;
}
.mbsc-input-ic {
  position: absolute;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
}
.mbsc-input-toggle {
  cursor: pointer;
}
.mbsc-ic-right .mbsc-input-ic {
  right: 0.5em;
}
.mbsc-ic-left .mbsc-input-ic {
  left: 0.5em;
}
.mbsc-ic-right input {
  padding-right: 2.4em;
}
.mbsc-ic-left input {
  padding-left: 2.4em;
}
.mbsc-label-inline.mbsc-input.mbsc-control-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mbsc-label-inline.mbsc-input.mbsc-control-w .mbsc-input-wrap {
  -webkit-box-flex: 1;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.mbsc-label-inline.mbsc-input.mbsc-control-w .mbsc-label {
  position: static;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1em;
  width: 30%;
  max-width: 12.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mbsc-label-floating.mbsc-input .mbsc-label {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-control::-webkit-input-placeholder {
  opacity: 0;
}
.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-control:-moz-placeholder {
  opacity: 0;
}
.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-control::-moz-placeholder {
  opacity: 0;
}
.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-control:-ms-input-placeholder {
  opacity: 0;
}
.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label ~ .mbsc-input-wrap .mbsc-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label ~ .mbsc-input-wrap .mbsc-control:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label ~ .mbsc-input-wrap .mbsc-control::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label ~ .mbsc-input-wrap .mbsc-control:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mbsc-ltr .mbsc-label-floating.mbsc-input .mbsc-label {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.mbsc-rtl .mbsc-label-floating.mbsc-input .mbsc-label {
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.mbsc-mobiscroll .mbsc-input input,
.mbsc-mobiscroll .mbsc-input textarea {
  height: 2.125em;
  padding: 0 0 1px 0;
  background: transparent;
  border-bottom: 1px solid #787878;
  font-size: 1em;
  color: #1f1f1f;
}
.mbsc-mobiscroll .mbsc-input input:focus,
.mbsc-mobiscroll .mbsc-input select:focus ~ input .mbsc-input textarea:focus,
.mbsc-mobiscroll .mbsc-input textarea:focus {
  border-color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-input input:disabled,
.mbsc-mobiscroll .mbsc-input textarea:disabled,
.mbsc-mobiscroll .mbsc-input .mbsc-control:disabled ~ input,
.mbsc-mobiscroll .mbsc-input .mbsc-control:disabled ~ .mbsc-select-ic {
  opacity: 0.4;
}
.mbsc-mobiscroll .mbsc-input {
  margin: 1.5em 1em;
}
.mbsc-mobiscroll .mbsc-input .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0.875em;
}
.mbsc-mobiscroll .mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.9375em;
}
.mbsc-mobiscroll .mbsc-input.mbsc-err input,
.mbsc-mobiscroll .mbsc-input.mbsc-err textarea {
  border-color: #ec2a32;
}
.mbsc-mobiscroll .mbsc-input-ic {
  top: .0625em;
  margin: -2px 0 0 0;
  color: #787878;
}
.mbsc-mobiscroll .mbsc-input textarea {
  padding-top: 0.25em;
}
.mbsc-mobiscroll .mbsc-select-ic {
  position: absolute;
  display: block;
  height: 1.25em;
  width: 1.25em;
  top: .5625em;
  text-align: center;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-select-ic {
  left: auto;
  right: 0.6875em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-select-ic {
  right: auto;
  left: 0.6875em;
}
.mbsc-mobiscroll .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.4375em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-select input {
  padding-right: 1.25em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-select.mbsc-ic-right input {
  padding-right: 3em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  left: auto;
  right: 0;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  right: 1.75em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-select input {
  padding-left: 1.25em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-select.mbsc-ic-right input {
  padding-left: 3em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  right: auto;
  left: 0;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  left: 1.75em;
}
.mbsc-mobiscroll .mbsc-select-inline .mbsc-select-ic {
  display: none;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-left input,
.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-left textarea {
  padding-left: 1.625em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-left .mbsc-left-ic {
  right: auto;
  left: -0.375em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-left .mbsc-label,
.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-left .mbsc-err-msg {
  left: 2.166667em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-right input,
.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-right textarea {
  padding-right: 1.625em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input.mbsc-ic-right .mbsc-right-ic {
  left: auto;
  right: -0.375em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-left input,
.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-left textarea {
  padding-right: 1.625em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -0.375em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-left .mbsc-label,
.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-left .mbsc-err-msg {
  right: 2.166667em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-right input,
.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-right textarea {
  padding-left: 1.625em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -0.375em;
}
.mbsc-mobiscroll .mbsc-input .mbsc-label {
  position: absolute;
  top: 0;
  font-size: 0.75em;
}
.mbsc-mobiscroll .mbsc-label-inline.mbsc-input .mbsc-label {
  line-height: 2em;
}
.mbsc-mobiscroll .mbsc-label-inline.mbsc-input .mbsc-label + .mbsc-input-wrap {
  padding-top: 0;
}
.mbsc-mobiscroll .mbsc-label-inline.mbsc-input .mbsc-label + .mbsc-input-wrap .mbsc-input-ic {
  top: 0.0625em;
}
.mbsc-mobiscroll .mbsc-label-inline.mbsc-input.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 0.5625em;
}
.mbsc-mobiscroll .mbsc-label-floating.mbsc-input .mbsc-label {
  font-size: 1em;
  line-height: 2em;
  top: 0.875em;
}
.mbsc-mobiscroll .mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  -webkit-transform: translateY(-1.125em) scale(0.75);
  transform: translateY(-1.125em) scale(0.75);
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 1.625em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 1.625em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-input-wrap {
  background: #ddd;
  border-radius: 4px 4px 0 0;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-input input {
  height: 2.25em;
  padding: .0625em 1em;
  border-radius: 4px 4px 0 0;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-input textarea {
  padding: .375em 1em .0625em 1em;
  height: 2.25em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap input {
  padding-top: 1.25em;
  height: 3.5em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap textarea:focus {
  padding-bottom: 0;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.875em;
}
.mbsc-mobiscroll .mbsc-input-box .mbsc-input-ic {
  top: 0.25em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-input .mbsc-label {
  padding: .666667em 0;
  z-index: 1;
  line-height: normal;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 1.625em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap textarea {
  height: 1.866667em;
  padding-top: 0;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  top: 0.625em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.375em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline .mbsc-label {
  padding-top: .125em;
  padding-bottom: .125em;
  line-height: 2em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap input {
  height: 2.25em;
  padding-top: 0.0625em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.1875em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0.375em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-label-inline.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 0.625em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-label-floating .mbsc-label {
  top: .125em;
  line-height: 2em;
}
.mbsc-mobiscroll .mbsc-input-box.mbsc-label-floating.mbsc-label-floating-active .mbsc-label {
  line-height: normal;
  -webkit-transform: translateY(-0.125em) scale(0.75);
  transform: translateY(-0.125em) scale(0.75);
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box .mbsc-err-msg {
  left: 1.333334em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box .mbsc-label {
  left: 1.333334em;
  right: auto;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-left .mbsc-err-msg {
  left: 4em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-left .mbsc-label {
  left: 4em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-left .mbsc-left-ic {
  left: 0.5em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-left input,
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-left textarea {
  padding-left: 3em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-right input,
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-right textarea {
  padding-right: 3em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-right .mbsc-right-ic {
  right: 0.5em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  right: 2em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-select input {
  padding-right: 2em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  right: 0.6875em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-select.mbsc-ic-right input {
  padding-right: 4em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  right: 2.75em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label {
  left: 1em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 3em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box .mbsc-err-msg {
  right: 1.333334em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box .mbsc-label {
  right: 1.333334em;
  left: auto;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-left .mbsc-err-msg {
  right: 4em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-left .mbsc-label {
  right: 4em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-left .mbsc-left-ic {
  right: 0.5em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-left input,
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-left textarea {
  padding-right: 3em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-right input,
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-right textarea {
  padding-left: 3em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-right .mbsc-right-ic {
  left: 0.5em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  left: 2em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-select input {
  padding-left: 2em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  left: 0.6875em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-select.mbsc-ic-right input {
  padding-left: 4em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  left: 2.75em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label {
  right: 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 3em;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-input input,
.mbsc-mobiscroll .mbsc-input-outline.mbsc-input textarea {
  border: 1px solid #787878;
  border-radius: 4px;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-input input {
  height: 3.375em;
  padding: 0.0625em 1em;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-input textarea {
  height: 3.375em;
  padding: 0.875em 1em 0.4375em 1em;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-input .mbsc-label {
  top: .166667em;
  z-index: 1;
  background: #f7f7f7;
  padding: 0 0.333334em;
}
.mbsc-mobiscroll .mbsc-input-outline .mbsc-input-ic {
  top: 0.8125em;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-input .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0.25em;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 1.0625em;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-input input:focus,
.mbsc-mobiscroll .mbsc-input-outline.mbsc-input select:focus ~ input,
.mbsc-mobiscroll .mbsc-input-outline.mbsc-err input {
  border-color: #4eccc4;
  padding-top: 0;
  padding-bottom: 0;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-err input {
  border-color: #de3226;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-input textarea:focus {
  border-color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-err textarea {
  border-color: #de3226;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  top: 1.3125em;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.5625em;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-inline .mbsc-label {
  line-height: 3.375em;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.8125em;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-inline.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.3125em;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label {
  top: .9375em;
  padding: 0;
}
.mbsc-mobiscroll .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  -webkit-transform: translateY(-1.375em) scale(0.75);
  transform: translateY(-1.375em) scale(0.75);
  padding: 0 0.25em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline .mbsc-err-msg {
  left: 1.416667em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline .mbsc-label {
  left: 1.083334em;
  right: auto;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-left .mbsc-err-msg {
  left: 4.083334em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-left .mbsc-label {
  left: 3.75em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-left .mbsc-left-ic {
  left: 0.5em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-left input,
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-left textarea {
  padding-left: 3em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-right input,
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-right textarea {
  padding-right: 3em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-ic-right .mbsc-right-ic {
  right: 0.5em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-select input {
  padding-right: 2em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  right: 0.6875em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-select.mbsc-ic-right input {
  padding-right: 4em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  right: 3em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label {
  left: 1em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  left: 0.875em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 3em;
}
.mbsc-mobiscroll.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left.mbsc-label-floating-active .mbsc-label {
  left: 2.875em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline .mbsc-err-msg {
  right: 1.416667em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline .mbsc-label {
  right: 1.083334em;
  left: auto;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-left .mbsc-err-msg {
  right: 4.083334em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-left .mbsc-label {
  right: 3.75em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-left .mbsc-left-ic {
  right: 0.5em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-left input,
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-left textarea {
  padding-right: 3em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-right input,
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-right textarea {
  padding-left: 3em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-ic-right .mbsc-right-ic {
  left: 0.5em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-select input {
  padding-left: 2em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-select .mbsc-input-wrap .mbsc-select-ic {
  left: 0.6875em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-select.mbsc-ic-right input {
  padding-left: 4em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic {
  left: 3em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label {
  right: 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  right: 0.875em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 3em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left.mbsc-label-floating-active .mbsc-label {
  right: 2.875em;
}
.mbsc-progress {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mbsc-progress progress {
  display: none;
}
.mbsc-progress .mbsc-input-wrap {
  position: relative;
  display: block;
}
.mbsc-progress .mbsc-input-ic {
  position: absolute;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
}
.mbsc-progress-cont {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.mbsc-progress-track {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.mbsc-rtl .mbsc-progress-bar {
  left: auto;
  right: 0;
}
.mbsc-progress-anim .mbsc-progress-bar {
  -webkit-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}
.mbsc-progress-value {
  position: absolute;
  top: 50%;
  width: 3em;
  overflow: hidden;
  margin-top: -0.5em;
  line-height: 1em;
}
.mbsc-progress-value-right .mbsc-progress-value {
  right: 0;
  text-align: right;
}
.mbsc-rtl.mbsc-progress-value-right .mbsc-progress-value {
  right: auto;
  left: 0;
  text-align: left;
}
.mbsc-progress-value-left .mbsc-progress-value {
  left: 0;
  text-align: left;
}
.mbsc-rtl.mbsc-progress-value-left .mbsc-progress-value {
  left: auto;
  right: 0;
  text-align: right;
}
.mbsc-progress-step-label {
  position: absolute;
  top: 1em;
  width: 3.5em;
  font-size: .75em;
  text-align: center;
  overflow: hidden;
}
.mbsc-ltr .mbsc-progress-step-label {
  margin-left: -1.75em;
}
.mbsc-rtl .mbsc-progress-step-label {
  margin-right: -1.75em;
}
.mbsc-label-inline.mbsc-progress.mbsc-control-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mbsc-label-inline.mbsc-progress.mbsc-control-w .mbsc-input-wrap {
  -webkit-box-flex: 1;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.mbsc-label-inline.mbsc-progress.mbsc-control-w .mbsc-label {
  position: static;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1em;
  line-height: 2.125em;
  width: 30%;
  max-width: 12.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mbsc-mobiscroll.mbsc-progress {
  padding: 1em;
}
.mbsc-mobiscroll.mbsc-progress .mbsc-label {
  font-size: 0.75em;
}
.mbsc-mobiscroll.mbsc-progress .mbsc-input-ic {
  top: .0625em;
  margin: 0;
  color: #787878;
}
.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-input-wrap,
.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-input-wrap {
  padding-left: 2.75em;
}
.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-input-wrap,
.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.75em;
}
.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-left-ic,
.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -0.375em;
}
.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-right-ic,
.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -0.375em;
}
.mbsc-mobiscroll .mbsc-progress-cont {
  padding: 1em 0;
}
.mbsc-mobiscroll .mbsc-progress-track {
  background: #dedede;
  border-radius: 1em;
  height: 0.125em;
}
.mbsc-mobiscroll .mbsc-progress-bar {
  background: #4eccc4;
}
.mbsc-mobiscroll .mbsc-progress-value {
  width: 3.75em;
  font-size: 0.875em;
}
.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 3.5em;
}
.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 3.5em;
}
.mbsc-mobiscroll.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap,
.mbsc-mobiscroll.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap {
  padding-left: 5.5em;
}
.mbsc-mobiscroll.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap,
.mbsc-mobiscroll.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 5.5em;
}
.mbsc-mobiscroll.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value,
.mbsc-mobiscroll.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value {
  left: 2.25em;
  right: auto;
}
.mbsc-mobiscroll.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value,
.mbsc-mobiscroll.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value {
  left: auto;
  right: 2.25em;
}
.mbsc-mobiscroll .mbsc-progress-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-mobiscroll .mbsc-progress-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-mobiscroll .mbsc-progress-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-mobiscroll .mbsc-progress-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-mobiscroll .mbsc-progress-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-mobiscroll .mbsc-progress-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-progress.mbsc-slider input {
  display: none;
}
.mbsc-ltr .mbsc-progress-anim .mbsc-slider-handle-cont {
  -webkit-transition: left 0.1s ease-in-out;
  transition: left 0.1s ease-in-out;
}
.mbsc-rtl .mbsc-progress-anim .mbsc-slider-handle-cont {
  -webkit-transition: right 0.1s ease-in-out;
  transition: right 0.1s ease-in-out;
}
.mbsc-slider-handle-cont {
  position: absolute;
  width: 2em;
  height: 2em;
  top: .0625em;
  margin-top: -1em;
  cursor: pointer;
}
.mbsc-ltr .mbsc-slider-handle-cont {
  right: -1em;
}
.mbsc-rtl .mbsc-slider-handle-cont {
  left: -1em;
}
.mbsc-ltr .mbsc-slider-handle-cont.mbsc-slider-handle-left {
  left: 0;
}
.mbsc-rtl .mbsc-slider-handle-cont.mbsc-slider-handle-left {
  right: 0;
}
.mbsc-ltr .mbsc-progress-track .mbsc-slider-handle-cont {
  margin-left: -1em;
}
.mbsc-rtl .mbsc-progress-track .mbsc-slider-handle-cont {
  margin-right: -1em;
}
.mbsc-slider-handle {
  position: absolute;
  top: .125em;
  right: 50%;
  margin: -0.5em -0.5em 0 0;
  z-index: 2;
}
.mbsc-slider-handle-cont .mbsc-slider-handle {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mbsc-slider .mbsc-slider-handle:focus,
.mbsc-slider .mbsc-active .mbsc-slider-handle {
  outline: 0;
  z-index: 15;
}
.mbsc-slider .mbsc-handle-curr {
  z-index: 16;
}
.mbsc-slider-tooltip {
  position: absolute;
  right: 50%;
  opacity: 0;
  color: #000000;
}
.mbsc-slider-step {
  position: absolute;
  top: 0;
  width: .125em;
  height: 100%;
  margin-left: -0.0625em;
}
.mbsc-mobiscroll.mbsc-slider .mbsc-input-wrap {
  padding: 0 0.5em;
}
.mbsc-mobiscroll .mbsc-slider-step {
  background: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-slider-handle {
  top: 50%;
  width: 1em;
  height: 1em;
  border-radius: 1.125em;
  background: #4eccc4;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mbsc-mobiscroll .mbsc-slider-handle:focus,
.mbsc-mobiscroll .mbsc-active .mbsc-slider-handle {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.mbsc-mobiscroll.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: 0.4;
}
.mbsc-mobiscroll.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-handle {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mbsc-mobiscroll .mbsc-slider-tooltip {
  top: -1.91666em;
  width: 2.33333333em;
  height: 2.33333333em;
  border-radius: 2em;
  margin-right: -1.1666em;
  line-height: 2.33333333em;
  text-align: center;
  font-size: .75em;
  color: #eee;
  background-color: #4eccc4;
  z-index: 5;
  -webkit-transform: scale(0.4) translate3d(0, 5em, 0);
  transform: scale(0.4) translate3d(0, 5em, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mbsc-mobiscroll .mbsc-slider-handle:focus ~ .mbsc-slider-tooltip,
.mbsc-mobiscroll .mbsc-active .mbsc-slider-tooltip {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.mbsc-mobiscroll.mbsc-slider-has-tooltip .mbsc-slider-handle:focus,
.mbsc-mobiscroll.mbsc-slider-has-tooltip .mbsc-active .mbsc-slider-handle {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.mbsc-mobiscroll .mbsc-slider-primary .mbsc-slider-tooltip,
.mbsc-mobiscroll .mbsc-slider-primary .mbsc-slider-handle {
  background: #3f97f6;
}
.mbsc-mobiscroll .mbsc-slider-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-mobiscroll .mbsc-slider-secondary .mbsc-slider-tooltip,
.mbsc-mobiscroll .mbsc-slider-secondary .mbsc-slider-handle {
  background: #90979e;
}
.mbsc-mobiscroll .mbsc-slider-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-mobiscroll .mbsc-slider-success .mbsc-slider-tooltip,
.mbsc-mobiscroll .mbsc-slider-success .mbsc-slider-handle {
  background: #43be5f;
}
.mbsc-mobiscroll .mbsc-slider-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-mobiscroll .mbsc-slider-danger .mbsc-slider-tooltip,
.mbsc-mobiscroll .mbsc-slider-danger .mbsc-slider-handle {
  background: #f5504e;
}
.mbsc-mobiscroll .mbsc-slider-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-mobiscroll .mbsc-slider-warning .mbsc-slider-tooltip,
.mbsc-mobiscroll .mbsc-slider-warning .mbsc-slider-handle {
  background: #f8b042;
}
.mbsc-mobiscroll .mbsc-slider-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-mobiscroll .mbsc-slider-info .mbsc-slider-tooltip,
.mbsc-mobiscroll .mbsc-slider-info .mbsc-slider-handle {
  background: #5bb7c5;
}
.mbsc-mobiscroll .mbsc-slider-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-rating.mbsc-progress .mbsc-progress-cont {
  display: inline-block;
  width: auto;
  padding: 0 .5em;
  margin: 0 -0.681818em;
  cursor: pointer;
}
.mbsc-rating .mbsc-progress-cont .mbsc-progress-track {
  height: auto;
  background: none;
}
.mbsc-rating .mbsc-ic {
  font-size: 1.375em;
  margin: 0 0.181818em;
}
.mbsc-rating.mbsc-progress input {
  display: none;
}
.mbsc-rating.mbsc-progress .mbsc-progress-cont .mbsc-slider-handle {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.mbsc-rating .mbsc-progress-cont .mbsc-progress-bar {
  background: none;
  overflow: hidden;
}
.mbsc-mobiscroll.mbsc-rating .mbsc-label {
  padding-bottom: 0.5em;
}
.mbsc-mobiscroll.mbsc-rating .mbsc-progress-track {
  color: #4eccc4;
}
.mbsc-mobiscroll.mbsc-rating input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: 0.4;
}
.mbsc-mobiscroll.mbsc-rating.mbsc-rating-primary .mbsc-progress-track {
  color: #3f97f6;
}
.mbsc-mobiscroll.mbsc-rating.mbsc-rating-secondary .mbsc-progress-track {
  color: #90979e;
}
.mbsc-mobiscroll.mbsc-rating.mbsc-rating-success .mbsc-progress-track {
  color: #43be5f;
}
.mbsc-mobiscroll.mbsc-rating.mbsc-rating-danger .mbsc-progress-track {
  color: #f5504e;
}
.mbsc-mobiscroll.mbsc-rating.mbsc-rating-warning .mbsc-progress-track {
  color: #f8b042;
}
.mbsc-mobiscroll.mbsc-rating.mbsc-rating-info .mbsc-progress-track {
  color: #5bb7c5;
}
.mbsc-toast .mbsc-fr-persp,
.mbsc-snackbar .mbsc-fr-persp {
  pointer-events: none;
}
.mbsc-toast .mbsc-fr-overlay,
.mbsc-snackbar .mbsc-fr-overlay {
  display: none;
}
.mbsc-toast.mbsc-fr .mbsc-fr-persp .mbsc-fr-popup,
.mbsc-snackbar.mbsc-fr .mbsc-fr-persp .mbsc-fr-popup {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.428572;
}
.mbsc-snackbar .mbsc-fr-popup {
  pointer-events: auto;
}
.mbsc-snackbar.mbsc-fr .mbsc-fr-w {
  min-width: 18em;
  max-width: 36em;
  margin: 0 auto;
}
.mbsc-snackbar-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.mbsc-snackbar-msg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1em;
}
.mbsc-snackbar .mbsc-snackbar-cont .mbsc-snackbar-btn {
  margin: -1em 0;
  padding: 1em;
  line-height: 1.428572;
  font-size: 1em;
  font-weight: 400;
}
.mbsc-snackbar.mbsc-no-touch.mbsc-fr .mbsc-fr-c .mbsc-btn-flat:not(:disabled):hover {
  background: none;
}
.mbsc-toast.mbsc-fr .mbsc-fr-w {
  background: none;
}
.mbsc-toast.mbsc-fr .mbsc-fr-c.mbsc-wdg-c {
  text-align: center;
  padding-bottom: 4em;
}
.mbsc-toast .mbsc-toast-msg {
  display: inline-block;
  min-width: 10em;
  max-width: 50em;
  padding: 0.857143em 2em;
}
.mbsc-alert.mbsc-fr .mbsc-fr-c.mbsc-wdg-c {
  padding: 1.714286em;
  max-width: 20em;
}
.mbsc-alert .mbsc-fr-c .mbsc-input {
  padding: 0;
  margin: 0;
}
.mbsc-alert.mbsc-fr h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1.428572em;
  font-weight: bold;
}
.mbsc-alert.mbsc-fr p {
  margin: 1em 0;
  padding: 0;
  font-size: 1em;
}
.mbsc-mobiscroll.mbsc-snackbar .mbsc-fr-w {
  background: #787878;
  color: #ffffff;
}
.mbsc-mobiscroll.mbsc-toast .mbsc-toast-msg {
  background: #787878;
  opacity: .9;
  border-radius: .5em;
  color: #ffffff;
}
.mbsc-mobiscroll.mbsc-snackbar.mbsc-primary .mbsc-fr-w,
.mbsc-mobiscroll.mbsc-toast.mbsc-primary .mbsc-toast-msg {
  background: #3f97f6;
  color: #f7f7f7;
}
.mbsc-mobiscroll.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,
.mbsc-mobiscroll.mbsc-toast.mbsc-secondary .mbsc-toast-msg {
  background: #90979E;
  color: #f7f7f7;
}
.mbsc-mobiscroll.mbsc-snackbar.mbsc-success .mbsc-fr-w,
.mbsc-mobiscroll.mbsc-toast.mbsc-success .mbsc-toast-msg {
  background: #43BE5F;
  color: #f7f7f7;
}
.mbsc-mobiscroll.mbsc-snackbar.mbsc-danger .mbsc-fr-w,
.mbsc-mobiscroll.mbsc-toast.mbsc-danger .mbsc-toast-msg {
  background: #f5504e;
  color: #f7f7f7;
}
.mbsc-mobiscroll.mbsc-snackbar.mbsc-warning .mbsc-fr-w,
.mbsc-mobiscroll.mbsc-toast.mbsc-warning .mbsc-toast-msg {
  background: #f8b042;
  color: #f7f7f7;
}
.mbsc-mobiscroll.mbsc-snackbar.mbsc-info .mbsc-fr-w,
.mbsc-mobiscroll.mbsc-toast.mbsc-info .mbsc-toast-msg {
  background: #5BB7C5;
  color: #f7f7f7;
}
.mbsc-mobiscroll.mbsc-snackbar.mbsc-primary .mbsc-snackbar-btn,
.mbsc-mobiscroll.mbsc-snackbar.mbsc-secondary .mbsc-snackbar-btn,
.mbsc-mobiscroll.mbsc-snackbar.mbsc-success .mbsc-snackbar-btn,
.mbsc-mobiscroll.mbsc-snackbar.mbsc-danger .mbsc-snackbar-btn,
.mbsc-mobiscroll.mbsc-snackbar.mbsc-warning .mbsc-snackbar-btn,
.mbsc-mobiscroll.mbsc-snackbar.mbsc-info .mbsc-snackbar-btn {
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-empty {
  color: #787878;
}
[mbsc-form]:not(.mbsc-form) {
  visibility: hidden;
}
.mbsc-form {
  font-size: 16px;
  font-family: arial, verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.mbsc-form:before,
.mbsc-form:after {
  content: '';
  display: table;
}
.mbsc-form-group {
  margin: 1.5em 0;
}
.mbsc-form-group-inset {
  margin: 2em 1.5em;
}
.mbsc-form-group,
.mbsc-form-group-inset {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mbsc-wdg .mbsc-w-p .mbsc-form {
  background: none;
}
.mbsc-input .mbsc-fr-inline .mbsc-fr-popup {
  display: block;
}
.mbsc-err-msg {
  display: block;
  font-size: 0.75em;
}
.mbsc-checkbox,
.mbsc-switch,
.mbsc-radio,
.mbsc-stepper-cont {
  line-height: 1.25em;
}
.mbsc-checkbox,
.mbsc-switch,
.mbsc-btn,
.mbsc-radio,
.mbsc-segmented,
.mbsc-stepper-cont {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mbsc-checkbox input,
.mbsc-switch input,
.mbsc-radio input,
.mbsc-segmented input,
.mbsc-btn {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mbsc-checkbox input,
.mbsc-switch input,
.mbsc-radio input,
.mbsc-select select,
.mbsc-segmented input {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  margin: 0;
}
.mbsc-btn,
.mbsc-checkbox-box,
.mbsc-checkbox-box:after,
.mbsc-radio-box,
.mbsc-radio-box:after,
.mbsc-switch-track,
.mbsc-segmented,
.mbsc-progress progress,
.mbsc-stepper-cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-segmented .mbsc-segmented-content,
.mbsc-btn-flat .mbsc-btn-ic {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mbsc-desc {
  display: block;
  font-size: .75em;
  opacity: 0.6;
}
label.mbsc-input,
.mbsc-label {
  margin: 0;
  display: block;
  font-weight: normal;
}
.mbsc-control-w {
  max-width: none;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
.mbsc-input textarea {
  resize: none;
  overflow: hidden;
  line-height: 1.5em;
}
.mbsc-input .mbsc-textarea-scroll {
  overflow: auto;
}
.mbsc-select select,
.mbsc-select input {
  cursor: pointer;
}
.mbsc-select select option {
  color: initial;
}
.mbsc-select-ic {
  display: none;
}
.mbsc-checkbox {
  padding: 0.5em;
}
.mbsc-checkbox-box {
  position: absolute;
  top: 50%;
  display: block;
  width: 1.375em;
  height: 1.375em;
}
.mbsc-checkbox-box:after {
  content: '';
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mbsc-checkbox input:checked + .mbsc-checkbox-box:after {
  opacity: 1;
}
.mbsc-radio {
  padding: 0.5em;
}
.mbsc-radio-box {
  position: absolute;
  top: 50%;
  display: block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 1.25em;
}
.mbsc-radio-box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: .625em;
  height: .625em;
  margin-top: -0.3125em;
  margin-left: -0.3125em;
  border-radius: .625em;
  opacity: 0;
}
.mbsc-radio input:checked + .mbsc-radio-box:after {
  opacity: 1;
}
.mbsc-switch {
  padding: 0.5em;
}
.mbsc-switch-track {
  position: absolute;
  top: 50%;
  display: block;
  width: 3.375em;
  height: 1.625em;
  -webkit-transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  z-index: 4;
}
.mbsc-switch .mbsc-switch-track .mbsc-progress-track {
  height: 100%;
  background: none;
}
.mbsc-switch .mbsc-switch-track .mbsc-slider-handle-cont {
  top: 50%;
}
.mbsc-switch-handle {
  position: absolute;
  display: block;
}
.mbsc-switch-txt-off,
.mbsc-switch-txt-on {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  font-size: .625em;
  text-align: center;
  line-height: 2em;
}
.mbsc-segmented {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mbsc-segmented .mbsc-segmented-item {
  margin: 0;
  display: table-cell;
  position: relative;
  vertical-align: top;
  text-align: center;
  font-size: 1em;
}
.mbsc-segmented-content {
  position: relative;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: .875em;
  font-weight: normal;
  z-index: 2;
}
.mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-disabled .mbsc-segmented-content,
.mbsc-segmented input:disabled + .mbsc-segmented-content {
  z-index: 0;
}
.mbsc-stepper {
  position: absolute;
  display: block;
  width: auto;
  right: 1em;
  top: 50%;
}
.mbsc-rtl .mbsc-stepper {
  right: auto;
  left: 1em;
}
.mbsc-stepper-cont .mbsc-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mbsc-segmented-item:focus {
  outline: 0;
}
.mbsc-stepper input {
  position: absolute;
  left: 4.142857em;
  width: 4.142857em;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: .875em;
  text-align: center;
  opacity: 1;
  z-index: 4;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.mbsc-stepper input::-webkit-outer-spin-button,
.mbsc-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mbsc-form .mbsc-stepper-val-right .mbsc-stepper input {
  left: auto;
  right: 0;
}
.mbsc-form.mbsc-rtl .mbsc-stepper-val-right .mbsc-stepper input {
  right: auto;
  left: 0;
}
.mbsc-form .mbsc-stepper-val-left .mbsc-stepper input {
  left: 0;
}
.mbsc-form.mbsc-rtl .mbsc-stepper-val-left .mbsc-stepper input {
  right: 0;
}
.mbsc-stepper .mbsc-segmented-item {
  width: 3.625em;
}
.mbsc-stepper-cont.mbsc-stepper-val-left .mbsc-stepper .mbsc-segmented-item:nth-child(2) .mbsc-segmented-content,
.mbsc-stepper-cont.mbsc-stepper-val-right .mbsc-stepper .mbsc-segmented-item:last-child .mbsc-segmented-content {
  border: 0;
  background: transparent;
}
.mbsc-form .mbsc-stepper-cont .mbsc-stepper {
  padding: 0;
}
.mbsc-segmented-item .mbsc-control,
.mbsc-stepper .mbsc-segmented-content {
  cursor: pointer;
}
.mbsc-disabled .mbsc-segmented-content,
.mbsc-segmented input:disabled,
.mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content {
  cursor: not-allowed;
}
.mbsc-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 1em;
  cursor: pointer;
}
.mbsc-btn:disabled {
  cursor: not-allowed;
}
.mbsc-btn:focus {
  outline: 0;
}
.mbsc-btn-ic {
  line-height: 1;
}
.mbsc-btn-group,
.mbsc-btn-group-block,
.mbsc-btn-group-justified {
  overflow: hidden;
}
.mbsc-btn-group-block .mbsc-btn,
.mbsc-btn-block {
  display: block;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mbsc-btn-group-justified,
.mbsc-btn-group-justified mbsc-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mbsc-btn-group-justified .mbsc-btn,
.mbsc-btn-group-justified mbsc-button {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
input:disabled + span .mbsc-slider-handle-cont {
  cursor: not-allowed;
}
.mbsc-form .mbsc-form-grid .mbsc-form-group-title {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.mbsc-mobiscroll.mbsc-form {
  background: #f7f7f7;
  color: #454545;
}
.mbsc-mobiscroll.mbsc-form *::-moz-selection {
  color: #fff;
  background: #4eccc4;
}
.mbsc-mobiscroll.mbsc-form *::selection {
  color: #fff;
  background: #4eccc4;
}
.mbsc-mobiscroll .mbsc-divider,
.mbsc-mobiscroll .mbsc-form-group-title {
  padding: .5em 1em;
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-err-msg {
  position: absolute;
  padding-top: .333334em;
  font-size: .75em;
  color: #de3226;
}
.mbsc-mobiscroll .mbsc-err .mbsc-label {
  color: #de3226;
}
.mbsc-mobiscroll .mbsc-form-grid {
  margin-top: .75em;
  margin-bottom: 0.75em;
}
.mbsc-mobiscroll .mbsc-form-grid .mbsc-input-box,
.mbsc-mobiscroll .mbsc-form-grid .mbsc-input-outline {
  margin: 0.75em 1em;
}
.mbsc-mobiscroll .mbsc-checkbox {
  padding: 1em 3.125em 1em 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-checkbox {
  padding: 1em 1em 1em 3.125em;
}
.mbsc-mobiscroll .mbsc-checkbox-box {
  background: #4eccc4;
  margin-top: -0.5625em;
  width: 1.125em;
  height: 1.125em;
  right: 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-checkbox-box {
  right: auto;
  left: 1em;
}
.mbsc-mobiscroll .mbsc-checkbox-box:after {
  top: .25em;
  left: .185em;
  width: .8125em;
  height: .4375em;
  border: .125em solid #fff;
  border-top: 0;
  border-right: 0;
}
.mbsc-mobiscroll .mbsc-checkbox input:disabled + .mbsc-checkbox-box {
  background: #d6d6d6;
}
.mbsc-mobiscroll .mbsc-checkbox-primary .mbsc-checkbox-box {
  background: #3f97f6;
}
.mbsc-mobiscroll .mbsc-checkbox-secondary .mbsc-checkbox-box {
  background: #90979e;
}
.mbsc-mobiscroll .mbsc-checkbox-success .mbsc-checkbox-box {
  background: #43be5f;
}
.mbsc-mobiscroll .mbsc-checkbox-danger .mbsc-checkbox-box {
  background: #f5504e;
}
.mbsc-mobiscroll .mbsc-checkbox-warning .mbsc-checkbox-box {
  background: #f8b042;
}
.mbsc-mobiscroll .mbsc-checkbox-info .mbsc-checkbox-box {
  background: #5bb7c5;
}
.mbsc-mobiscroll .mbsc-radio {
  padding: 1em 3.125em 1em 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-radio {
  padding: 1em 1em 1em 3.125em;
}
.mbsc-mobiscroll .mbsc-radio-box {
  right: 1em;
  width: 1.125em;
  height: 1.125em;
  margin-top: -0.5625em;
  background: transparent;
  border: 0.125em solid #4eccc4;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-radio-box {
  right: auto;
  left: 1em;
}
.mbsc-mobiscroll .mbsc-radio-box:after {
  width: .5em;
  height: .5em;
  margin-top: -0.25em;
  margin-left: -0.25em;
  background: #4eccc4;
  border-radius: 0.625em;
}
.mbsc-mobiscroll .mbsc-radio input:checked + .mbsc-radio-box {
  background: transparent;
}
.mbsc-mobiscroll .mbsc-radio input:disabled + .mbsc-radio-box {
  border-color: #d6d6d6;
}
.mbsc-mobiscroll .mbsc-radio input:disabled + .mbsc-radio-box:after {
  background: #d6d6d6;
}
.mbsc-mobiscroll .mbsc-radio-primary .mbsc-radio-box {
  border-color: #3f97f6;
}
.mbsc-mobiscroll .mbsc-radio-primary .mbsc-radio-box:after {
  background: #3f97f6;
}
.mbsc-mobiscroll .mbsc-radio-secondary .mbsc-radio-box {
  border-color: #90979e;
}
.mbsc-mobiscroll .mbsc-radio-secondary .mbsc-radio-box:after {
  background: #90979e;
}
.mbsc-mobiscroll .mbsc-radio-success .mbsc-radio-box {
  border-color: #43be5f;
}
.mbsc-mobiscroll .mbsc-radio-success .mbsc-radio-box:after {
  background: #43be5f;
}
.mbsc-mobiscroll .mbsc-radio-danger .mbsc-radio-box {
  border-color: #f5504e;
}
.mbsc-mobiscroll .mbsc-radio-danger .mbsc-radio-box:after {
  background: #f5504e;
}
.mbsc-mobiscroll .mbsc-radio-warning .mbsc-radio-box {
  border-color: #f8b042;
}
.mbsc-mobiscroll .mbsc-radio-warning .mbsc-radio-box:after {
  background: #f8b042;
}
.mbsc-mobiscroll .mbsc-radio-info .mbsc-radio-box {
  border-color: #5bb7c5;
}
.mbsc-mobiscroll .mbsc-radio-info .mbsc-radio-box:after {
  background: #5bb7c5;
}
.mbsc-mobiscroll .mbsc-checkbox input:disabled ~ .mbsc-label,
.mbsc-mobiscroll .mbsc-checkbox input:disabled ~ .mbsc-desc,
.mbsc-mobiscroll .mbsc-radio input:disabled ~ .mbsc-label,
.mbsc-mobiscroll .mbsc-radio input:disabled ~ .mbsc-desc,
.mbsc-mobiscroll .mbsc-switch input:disabled ~ .mbsc-label,
.mbsc-mobiscroll .mbsc-switch input:disabled ~ .mbsc-desc {
  opacity: 0.4;
}
.mbsc-mobiscroll .mbsc-checkbox-box:after,
.mbsc-mobiscroll .mbsc-radio-box:after {
  opacity: 1;
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.mbsc-mobiscroll .mbsc-checkbox input:checked + .mbsc-checkbox-box:after,
.mbsc-mobiscroll .mbsc-radio input:checked + .mbsc-radio-box:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.mbsc-mobiscroll .mbsc-btn {
  margin: .5em;
  padding: .6875em;
  background: #4ECCC4;
  color: #f0f0f0;
  font-size: 1em;
  text-transform: uppercase;
}
.mbsc-mobiscroll .mbsc-btn-ic {
  padding-right: 0.6875em;
}
.mbsc-mobiscroll .mbsc-btn-icon-only .mbsc-btn-ic {
  padding: 0 0.5em;
}
.mbsc-mobiscroll .mbsc-btn:disabled {
  background: #dedede;
}
.mbsc-mobiscroll .mbsc-btn.mbsc-btn-outline:disabled {
  color: #dedede;
  border-color: #dedede;
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-btn:not(:disabled):not(.mbsc-active):hover {
  opacity: 0.8;
}
.mbsc-mobiscroll .mbsc-btn.mbsc-active {
  opacity: 0.6;
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  opacity: 1;
  background: rgba(78, 204, 196, 0.1);
}
.mbsc-mobiscroll .mbsc-btn-flat {
  background: transparent;
  color: #4ECCC4;
  border-color: transparent;
}
.mbsc-mobiscroll .mbsc-btn-flat.mbsc-btn.mbsc-active {
  opacity: 1;
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .mbsc-btn-flat:disabled {
  background: transparent;
  color: #c9c9c9;
}
.mbsc-mobiscroll .mbsc-btn-group,
.mbsc-mobiscroll .mbsc-btn-group-justified {
  margin: 0.5em;
}
.mbsc-mobiscroll .mbsc-btn-group-block {
  margin: 0.5em 1em;
}
.mbsc-mobiscroll .mbsc-btn-primary.mbsc-btn {
  background: #3f97f6;
}
.mbsc-mobiscroll .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat {
  color: #3f97f6;
}
.mbsc-mobiscroll .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  background: rgba(63, 151, 246, 0.2);
}
.mbsc-mobiscroll .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(63, 151, 246, 0.3);
}
.mbsc-mobiscroll .mbsc-btn-secondary.mbsc-btn {
  background: #90979e;
}
.mbsc-mobiscroll .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat {
  color: #90979e;
}
.mbsc-mobiscroll .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  background: rgba(144, 151, 158, 0.2);
}
.mbsc-mobiscroll .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(144, 151, 158, 0.3);
}
.mbsc-mobiscroll .mbsc-btn-success.mbsc-btn {
  background: #43be5f;
}
.mbsc-mobiscroll .mbsc-btn-success.mbsc-btn.mbsc-btn-flat {
  color: #43be5f;
}
.mbsc-mobiscroll .mbsc-btn-success.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  background: rgba(67, 190, 95, 0.2);
}
.mbsc-mobiscroll .mbsc-btn-success.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(67, 190, 95, 0.3);
}
.mbsc-mobiscroll .mbsc-btn-danger.mbsc-btn {
  background: #f5504e;
}
.mbsc-mobiscroll .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat {
  color: #f5504e;
}
.mbsc-mobiscroll .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  background: rgba(245, 80, 78, 0.2);
}
.mbsc-mobiscroll .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(245, 80, 78, 0.3);
}
.mbsc-mobiscroll .mbsc-btn-warning.mbsc-btn {
  background: #f8b042;
}
.mbsc-mobiscroll .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat {
  color: #f8b042;
}
.mbsc-mobiscroll .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  background: rgba(248, 176, 66, 0.2);
}
.mbsc-mobiscroll .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(248, 176, 66, 0.3);
}
.mbsc-mobiscroll .mbsc-btn-info.mbsc-btn {
  background: #5bb7c5;
}
.mbsc-mobiscroll .mbsc-btn-info.mbsc-btn.mbsc-btn-flat {
  color: #5bb7c5;
}
.mbsc-mobiscroll .mbsc-btn-info.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  background: rgba(91, 183, 197, 0.2);
}
.mbsc-mobiscroll .mbsc-btn-info.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(91, 183, 197, 0.3);
}
.mbsc-mobiscroll .mbsc-btn-light.mbsc-btn {
  background: #e6e6e6;
  color: #000000;
}
.mbsc-mobiscroll .mbsc-btn-light.mbsc-btn.mbsc-btn-flat {
  color: #a6a6a6;
}
.mbsc-mobiscroll .mbsc-btn-light.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  color: #a6a6a6;
  background: rgba(166, 166, 166, 0.2);
}
.mbsc-mobiscroll .mbsc-btn-light.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(166, 166, 166, 0.3);
}
.mbsc-mobiscroll .mbsc-btn-dark.mbsc-btn {
  background: #47494a;
}
.mbsc-mobiscroll .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat {
  color: #47494a;
}
.mbsc-mobiscroll .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  background: rgba(71, 73, 74, 0.2);
}
.mbsc-mobiscroll .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(71, 73, 74, 0.3);
}
.mbsc-mobiscroll .mbsc-btn-flat.mbsc-btn {
  background: transparent;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn {
  background: transparent;
  border: 1px solid #4eccc4;
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-active {
  background: #4eccc4;
  color: #f7f7f7;
  opacity: 1;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-primary {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-primary.mbsc-active {
  background: #3f97f6;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary {
  border-color: #90979E;
  color: #90979e;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary.mbsc-active {
  background: #90979E;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-success {
  border-color: #43BE5F;
  color: #43be5f;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-success.mbsc-active {
  background: #43BE5F;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-danger {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-danger.mbsc-active {
  background: #f5504e;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-warning {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-warning.mbsc-active {
  background: #f8b042;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-info {
  border-color: #5BB7C5;
  color: #5bb7c5;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-info.mbsc-active {
  background: #5BB7C5;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-light {
  border-color: #a6a6a6;
  color: #a6a6a6;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-light.mbsc-active {
  background: #a6a6a6;
  color: #e6e6e6;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-dark {
  border-color: #47494A;
  color: #47494a;
}
.mbsc-mobiscroll .mbsc-btn-outline.mbsc-btn.mbsc-btn-dark.mbsc-active {
  background: #47494A;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-switch {
  padding: 1em 4.375em 1em 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-switch {
  padding: 1em 1em 1em 4.375em;
}
.mbsc-mobiscroll .mbsc-switch-track {
  right: 1em;
  width: 2.375em;
  height: .875em;
  padding: 0 .75em;
  margin-top: -0.4375em;
  background: #dedede;
  border-radius: 1.25em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-switch-track {
  right: auto;
  left: 1em;
}
.mbsc-mobiscroll .mbsc-switch-handle {
  top: .25em;
  left: .25em;
  margin: 0;
  width: 1.5em;
  height: 1.5em;
  background: #c9c9c9;
  border-radius: 1.25em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-switch-handle {
  right: 0.25em;
}
.mbsc-mobiscroll .mbsc-active .mbsc-switch-handle {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mbsc-mobiscroll .mbsc-switch input:checked + .mbsc-switch-track {
  background: #b4e5e2;
}
.mbsc-mobiscroll .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #4eccc4;
}
.mbsc-mobiscroll .mbsc-switch input:disabled + .mbsc-switch-track {
  background: #d6d6d6;
  opacity: 0.7;
}
.mbsc-mobiscroll .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #e2e2e2;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-primary input:checked + .mbsc-switch-track {
  background: #a0ccfb;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-primary input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #3f97f6;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-secondary input:checked + .mbsc-switch-track {
  background: #c6cace;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-secondary input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #90979e;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-success input:checked + .mbsc-switch-track {
  background: #8fd8a0;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-success input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #43be5f;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-danger input:checked + .mbsc-switch-track {
  background: #faafaf;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-danger input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #f5504e;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-warning input:checked + .mbsc-switch-track {
  background: #fcd9a4;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-warning input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #f8b042;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-info input:checked + .mbsc-switch-track {
  background: #a6d8e0;
}
.mbsc-mobiscroll .mbsc-switch.mbsc-switch-info input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #5bb7c5;
}
.mbsc-mobiscroll .mbsc-segmented {
  padding: 0.5em 1em;
}
.mbsc-mobiscroll .mbsc-segmented-content {
  height: 2.28571428em;
  margin: 0 -0.071428em;
  line-height: 2.28575em;
  padding: 0 .285714em;
  border: .142857em solid #4ECCC4;
  text-transform: uppercase;
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-stepper input {
  color: #454545;
}
.mbsc-mobiscroll .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-mobiscroll .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #4ECCC4;
  color: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .mbsc-stepper-cont {
  padding: 1.75em 12.875em 1.75em 1em;
}
.mbsc-mobiscroll.mbsc-rtl .mbsc-stepper-cont {
  padding: 1.75em 1em 1.75em 12.875em;
}
.mbsc-mobiscroll .mbsc-stepper {
  margin-top: -1.125em;
}
.mbsc-mobiscroll .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-mobiscroll .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-mobiscroll .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #d6d6d6;
  border-color: #d6d6d6;
  background: transparent;
}
.mbsc-mobiscroll .mbsc-stepper input:disabled {
  color: #d6d6d6;
  -webkit-text-fill-color: #d6d6d6;
}
.mbsc-mobiscroll .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #d6d6d6;
  color: #f0f0f0;
}
.mbsc-mobiscroll .mbsc-stepper .mbsc-active.mbsc-disabled .mbsc-segmented-content {
  background: transparent;
  color: #d6d6d6;
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(78, 204, 196, 0.1);
}
.mbsc-mobiscroll .mbsc-segmented-primary .mbsc-segmented-content {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-mobiscroll .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-mobiscroll .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(63, 151, 246, 0.35);
}
.mbsc-mobiscroll .mbsc-segmented-secondary .mbsc-segmented-content {
  border-color: #90979E;
  color: #90979e;
}
.mbsc-mobiscroll .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-mobiscroll .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(144, 151, 158, 0.35);
}
.mbsc-mobiscroll .mbsc-segmented-success .mbsc-segmented-content {
  border-color: #43BE5F;
  color: #43be5f;
}
.mbsc-mobiscroll .mbsc-segmented-success.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-mobiscroll .mbsc-segmented-success.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(67, 190, 95, 0.35);
}
.mbsc-mobiscroll .mbsc-segmented-danger .mbsc-segmented-content {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-mobiscroll .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-mobiscroll .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(245, 80, 78, 0.35);
}
.mbsc-mobiscroll .mbsc-segmented-warning .mbsc-segmented-content {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-mobiscroll .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-mobiscroll .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(248, 176, 66, 0.35);
}
.mbsc-mobiscroll .mbsc-segmented-info .mbsc-segmented-content {
  border-color: #5BB7C5;
  color: #5bb7c5;
}
.mbsc-mobiscroll .mbsc-segmented-info.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-mobiscroll .mbsc-segmented-info.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(91, 183, 197, 0.35);
}
.mbsc-mobiscroll .mbsc-stepper-primary .mbsc-segmented-content {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-mobiscroll .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-mobiscroll .mbsc-stepper-secondary .mbsc-segmented-content {
  border-color: #90979E;
  color: #90979e;
}
.mbsc-mobiscroll .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-mobiscroll .mbsc-stepper-success .mbsc-segmented-content {
  border-color: #43BE5F;
  color: #43be5f;
}
.mbsc-mobiscroll .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-mobiscroll .mbsc-stepper-danger .mbsc-segmented-content {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-mobiscroll .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-mobiscroll .mbsc-stepper-warning .mbsc-segmented-content {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-mobiscroll .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-mobiscroll .mbsc-stepper-info .mbsc-segmented-content {
  border-color: #5BB7C5;
  color: #5bb7c5;
}
.mbsc-mobiscroll .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-primary.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(63, 151, 246, 0.35);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-secondary.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(144, 151, 158, 0.35);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-success.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(67, 190, 95, 0.35);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-danger.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(245, 80, 78, 0.35);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-warning.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(248, 176, 66, 0.35);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-info.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(91, 183, 197, 0.35);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-stepper-primary .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(63, 151, 246, 0.35);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-stepper-secondary .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(144, 151, 158, 0.35);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-stepper-success .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(67, 190, 95, 0.35);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-stepper-danger .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(245, 80, 78, 0.35);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-stepper-warning .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(248, 176, 66, 0.35);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-stepper-info .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(91, 183, 197, 0.35);
}
.mbsc-msr .mbsc-sc-whl-gr {
  direction: ltr;
}
.mbsc-msr .mbsc-rtl .mbsc-sc-whl-w {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
.mbsc-msr .mbsc-rtl .mbsc-msr-whl-unit {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
.mbsc-ms-c {
  text-align: center;
}
.mbsc-ms-top.mbsc-ms-c,
.mbsc-ms-bottom.mbsc-ms-c {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  height: auto;
}
.mbsc-ms-top.mbsc-ms-c .mbsc-ms,
.mbsc-ms-bottom.mbsc-ms-c .mbsc-ms {
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
}
.mbsc-ms-top.mbsc-ms-c {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
.mbsc-ms-bottom.mbsc-ms-c {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.mbsc-ms-top.mbsc-scv-ctx,
.mbsc-ms-bottom.mbsc-scv-ctx {
  position: absolute;
}
.mbsc-ms-top {
  top: 0;
}
.mbsc-ms-bottom {
  bottom: 0;
}
.mbsc-ms {
  text-align: center;
  white-space: nowrap;
}
.mbsc-ms-item {
  position: relative;
  margin: 0;
  font-size: 1em;
  line-height: 1.25;
  min-width: 4em;
  padding: .75em .5em;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-property: color, background, border-color, text-shadow;
  transition-property: color, background, border-color, text-shadow;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
.mbsc-scv-hasw .mbsc-ms-item {
  white-space: normal;
  min-width: 0;
}
.mbsc-ms.mbsc-comp a.mbsc-ms-item {
  font-weight: normal;
  text-decoration: none;
}
.mbsc-ms .mbsc-ms-item.mbsc-disabled {
  opacity: .5;
  cursor: not-allowed;
}
.mbsc-ms-icons .mbsc-ms-item {
  min-width: 6em;
  padding: 1.666667em .5em;
  font-size: 0.75em;
}
.mbsc-ms-icons.mbsc-ms-txt .mbsc-ms-item {
  padding-top: 3em;
  padding-bottom: 0.5em;
}
.mbsc-ms-ic:before {
  position: absolute;
  top: .25em;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  line-height: 1em;
}
.mbsc-ms-base .mbsc-ms-ic:before {
  font-size: 2em;
}
.mbsc-mobiscroll.mbsc-ms-c {
  background: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-ms .mbsc-ms-item {
  color: #454545;
}
.mbsc-mobiscroll.mbsc-ms-c .mbsc-scv-sc .mbsc-ms .mbsc-ms-item.mbsc-active {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: rgba(78, 204, 196, 0.1);
}
.mbsc-mobiscroll.mbsc-ms-b .mbsc-ms-item {
  border: 2px solid transparent;
  border-width: 2px 0;
}
.mbsc-mobiscroll.mbsc-ms-b .mbsc-ms-item-sel {
  border-bottom-color: #4eccc4;
}
.mbsc-mobiscroll.mbsc-ms-b.mbsc-ms-top {
  border-bottom: 1px solid #4eccc4;
}
.mbsc-mobiscroll.mbsc-ms-b.mbsc-ms-bottom {
  border-top: 1px solid #4eccc4;
}
.mbsc-mobiscroll.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel {
  border-top-color: #4eccc4;
  border-bottom-color: transparent;
}
.mbsc-mobiscroll.mbsc-ms-a.mbsc-ms-top {
  border-bottom: 1px solid #cccccc;
}
.mbsc-mobiscroll.mbsc-ms-a.mbsc-ms-bottom {
  border-top: 1px solid #cccccc;
}
.mbsc-mobiscroll.mbsc-ms-a .mbsc-ms-item-sel {
  color: #4eccc4;
}
.mbsc-ms-badge {
  position: absolute;
  top: .25em;
  min-width: 1.666667em;
  height: 1.666667em;
  padding: 0 .25em;
  border-radius: 2em;
  line-height: 1.666667em;
  background: red;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-ltr .mbsc-ms-badge {
  left: 50%;
  margin-left: 0.5em;
}
.mbsc-rtl .mbsc-ms-badge {
  right: 50%;
  margin-right: 0.5em;
}
.mbsc-ms-item.mbsc-menu-item-ic {
  padding: 1.666667em .5em;
  font-size: 0.75em;
}
.mbsc-ms-item.mbsc-menu-item-ic:before {
  top: 50%;
  margin-top: -0.5em;
}
.mbsc-ms-icons .mbsc-ms-item.mbsc-menu-item-ic:before {
  top: .25em;
  margin-top: 0;
}
.mbsc-ms-hamburger.mbsc-ms-c.mbsc-ms-inline {
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: 0;
}
.mbsc-ms-more .mbsc-ms {
  display: block;
}
.mbsc-ms-more .mbsc-ms-item {
  min-height: 2.857143em;
}
.mbsc-ms-more .mbsc-ms-item.mbsc-ms-ic:before {
  top: 50%;
  width: 2.333334em;
  margin-top: -0.5em;
  line-height: 1em;
  font-size: 1.714286em;
}
.mbsc-ms-more .mbsc-ms-badge {
  top: 50%;
  font-size: .857143em;
  margin-top: -0.833333em;
}
.mbsc-ms-more .mbsc-ltr .mbsc-ms {
  text-align: left;
}
.mbsc-ms-more .mbsc-ltr .mbsc-ms .mbsc-ms-ic {
  padding-left: 4em;
}
.mbsc-ms-more .mbsc-ltr .mbsc-ms-ic:before {
  right: auto;
}
.mbsc-ms-more .mbsc-ltr .mbsc-ms-badge {
  left: auto;
  right: .5em;
  margin-left: 0;
}
.mbsc-ms-more .mbsc-rtl .mbsc-ms {
  text-align: right;
}
.mbsc-ms-more .mbsc-rtl .mbsc-ms .mbsc-ms-ic {
  padding-right: 4em;
}
.mbsc-ms-more .mbsc-rtl .mbsc-ms-ic:before {
  left: auto;
}
.mbsc-ms-more .mbsc-rtl .mbsc-ms-badge {
  right: auto;
  left: .5em;
  margin-right: 0;
}
.mbsc-ms-more.mbsc-ms-more-icons .mbsc-fr-popup .mbsc-fr-w {
  min-width: 0;
}
.mbsc-ms-more.mbsc-ms-more-icons .mbsc-wdg-c.mbsc-w-p {
  padding: 0;
}
.mbsc-ms-more.mbsc-ms-more-icons .mbsc-ms .mbsc-ms-ic {
  padding-left: .714286em;
  padding-right: 0.714286em;
}
.mbsc-ms-more.mbsc-ms-more-icons .mbsc-ms-ic:before {
  position: static;
  width: 1.5em;
  margin: 0;
}
.mbsc-np-hdr {
  position: relative;
}
.mbsc-np-dsp {
  direction: ltr;
  padding: .3125em 1.75em .3125em .5em;
  text-align: left;
  font-size: 2em;
  line-height: normal;
}
.mbsc-np-sup {
  display: inline-block;
  font-size: .375em;
  vertical-align: top;
}
.mbsc-np-del {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3.5em;
  text-align: center;
}
.mbsc-np-del:before {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  font-size: 2em;
  line-height: 1;
}
.mbsc-np-ph {
  display: inline-block;
  min-width: .5625em;
  text-align: center;
  vertical-align: top;
}
.mbsc-np-tbl-c {
  min-width: 15em;
}
.mbsc-fr-top .mbsc-np-tbl-c,
.mbsc-fr-bottom .mbsc-np-tbl-c {
  display: block;
}
.mbsc-np-tbl {
  direction: ltr;
  display: table;
  width: 100%;
  font-size: 1.375em;
}
.mbsc-np-row {
  display: table-row;
}
.mbsc-np-btn {
  position: relative;
  z-index: 0;
  width: 33.33333333%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 3em;
  -webkit-user-select: none;
}
.mbsc-np-btn.mbsc-active {
  opacity: 1;
}
.mbsc-np-time {
  text-transform: uppercase;
}
.mbsc-np-ts-h,
.mbsc-np-ts-m {
  font-weight: bold;
}
.mbsc-mobiscroll .mbsc-np-del {
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-np-tbl-c {
  padding: 0.5em;
}
.mbsc-mobiscroll .mbsc-np-btn.mbsc-disabled {
  opacity: 0.5;
}
[mbsc-page]:not(.mbsc-page) {
  visibility: hidden;
}
.mbsc-page-ctx {
  margin: 0;
  padding: 0;
  height: 100%;
}
.mbsc-page {
  min-height: 100%;
  font-size: 16px;
  font-family: arial, verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.mbsc-page,
.mbsc-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-page:before,
.mbsc-page:after {
  content: '';
  display: table;
}
.mbsc-rtl {
  direction: rtl;
}
.mbsc-page h1,
.mbsc-page h2,
.mbsc-page h3,
.mbsc-page h4,
.mbsc-page h5,
.mbsc-page h6 {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: normal;
  font-family: inherit;
}
.mbsc-page p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.5;
}
.mbsc-page a {
  text-decoration: none;
}
.mbsc-page a:hover {
  text-decoration: underline;
}
.mbsc-page a.mbsc-btn:hover {
  text-decoration: none;
}
.mbsc-page h1 {
  margin: .347826em 0;
  font-size: 2.875em;
}
.mbsc-page h2 {
  margin: .470588em 0;
  font-size: 2.125em;
}
.mbsc-page h3 {
  margin: .666666em 0;
  font-size: 1.5em;
}
.mbsc-page h4 {
  margin: .8em 0;
  font-size: 1.25em;
}
.mbsc-page h5 {
  margin: 1.066666em 0;
  font-size: 0.9375em;
}
.mbsc-page h6 {
  margin: 1.333333em 0;
  font-size: 0.75em;
}
.mbsc-padding {
  padding: 1em;
}
.mbsc-padding > p:first-child {
  margin-top: 0;
}
.mbsc-padding > p:last-child {
  margin-bottom: 0;
}
.mbsc-margin {
  margin: 1em 0;
}
.mbsc-margin:first-child {
  margin-top: 0;
}
.mbsc-margin:last-child {
  margin-bottom: 0;
}
.mbsc-page ul,
.mbsc-page ol {
  padding: 0;
  margin: 1em 0 1em 1.25em;
  line-height: 1.5;
}
.mbsc-page ul ul,
.mbsc-page ol ol {
  margin: 0 0 0 1.25em;
}
.mbsc-txt-xs {
  font-size: 0.625em;
}
.mbsc-txt-s {
  font-size: 0.75em;
}
.mbsc-txt-m {
  font-size: 1.25em;
}
.mbsc-txt-l {
  font-size: 1.5em;
}
.mbsc-txt-xl {
  font-size: 2em;
}
.mbsc-txt-muted {
  opacity: 0.6;
}
.mbsc-ultra-bold {
  font-weight: 900;
}
.mbsc-bold {
  font-weight: bold;
}
.mbsc-medium {
  font-weight: 500;
}
.mbsc-light {
  font-weight: 300;
}
.mbsc-thin {
  font-weight: 100;
}
.mbsc-italic {
  font-style: italic;
}
.mbsc-align-left {
  text-align: left;
}
.mbsc-align-right {
  text-align: right;
}
.mbsc-align-center {
  text-align: center;
}
.mbsc-pull-right {
  float: right;
}
.mbsc-pull-left {
  float: left;
}
.mbsc-media-fluid {
  display: block;
  width: 100%;
}
.mbsc-img-thumbnail {
  width: 6em;
  height: 6em;
  margin: 1em;
}
.mbsc-avatar {
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  border-radius: 1.25em;
}
.mbsc-note {
  position: relative;
  padding: .75em 1.25em;
  margin: 1em;
  border: 1px solid transparent;
  font-size: 0.875em;
}
@media screen and (max-width: 600px) {
  .mbsc-note {
    text-align: center;
  }
}
.mbsc-mobiscroll.mbsc-page {
  background: #f7f7f7;
  color: #454545;
}
.mbsc-mobiscroll a {
  color: #4eccc4;
}
.mbsc-mobiscroll .mbsc-note {
  border-radius: 0.1875em;
}
.mbsc-mobiscroll .mbsc-note,
.mbsc-mobiscroll .mbsc-note-primary {
  color: #074b95;
  background-color: #a0ccfb;
}
.mbsc-mobiscroll .mbsc-note-secondary {
  color: #454b50;
  background-color: #c6cace;
}
.mbsc-mobiscroll .mbsc-note-success {
  color: #1b4d26;
  background-color: #8fd8a0;
}
.mbsc-mobiscroll .mbsc-note-danger {
  color: #a10b09;
  background-color: #faafaf;
}
.mbsc-mobiscroll .mbsc-note-warning {
  color: #b46f07;
  background-color: #fcd9a4;
}
.mbsc-mobiscroll .mbsc-note-info {
  color: #235b64;
  background-color: #a6d8e0;
}
.mbsc-mobiscroll .mbsc-note-light {
  color: #4d4d4d;
  background-color: #d9d9d9;
}
.mbsc-mobiscroll .mbsc-note-dark {
  color: #000;
  background-color: #adafb0;
}
.mbsc-range-btn,
.mbsc-range-btn-t,
.mbsc-range-btn-c {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-range-btn-t {
  display: table;
  width: 100%;
}
.mbsc-range-btn-c {
  display: table-cell;
  width: 50%;
}
.mbsc-range-btn {
  text-decoration: none;
  text-align: center;
  display: block;
  cursor: pointer;
}
.mbsc-cal-hide-diff .mbsc-cal-day-diff:after {
  display: none;
}
.mbsc-mobiscroll .mbsc-range-btn-t {
  padding: 0.5em 0.25em 0 0.25em;
}
.mbsc-mobiscroll .mbsc-range-btn {
  margin: 0 .3333em;
  padding: .3333em;
  border: 1px solid #4eccc4;
  font-size: .75em;
  line-height: 1.666667em;
}
.mbsc-mobiscroll.mbsc-range .mbsc-range-btn-t .mbsc-range-btn.mbsc-selected {
  background: #4eccc4;
  color: #f7f7f7;
}
.mbsc-mobiscroll.mbsc-range .mbsc-fr-w {
  padding: 0;
}
.mbsc-mobiscroll.mbsc-range .mbsc-fr-hdr {
  padding-top: 0.6666em;
}
.mbsc-mobiscroll.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-selected .mbsc-cal-day-date {
  background: none;
  border-color: transparent;
  color: #454545;
}
.mbsc-mobiscroll.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #4eccc4;
  border-color: #4eccc4;
  color: #f7f7f7;
}
.mbsc-mobiscroll.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: .25em;
  left: 0;
  right: 0;
  height: 2em;
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-sel-start:after,
.mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-sel-end:after {
  left: 50%;
  margin-left: -1em;
}
.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-sel-end:after,
.mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-sel-start:after {
  right: 50%;
  margin-right: -1em;
}
.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-sel-start:after,
.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-day:first-child:after,
.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-hide-diff .mbsc-cal-day-first:after,
.mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-sel-end:after,
.mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-day:last-child:after,
.mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-hide-diff .mbsc-cal-day-last:after {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}
.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-sel-end:after,
.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-day:last-child:after,
.mbsc-mobiscroll.mbsc-range .mbsc-ltr .mbsc-cal-hide-diff .mbsc-cal-day-last:after,
.mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-sel-start:after,
.mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-day:first-child:after,
.mbsc-mobiscroll.mbsc-range .mbsc-rtl .mbsc-cal-hide-diff .mbsc-cal-day-first:after {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}
.mbsc-sc-whl-o,
.mbsc-sc-btn {
  -webkit-transform: translateZ(0);
}
.mbsc-sc .mbsc-sc-whl-gr-c,
.mbsc-sc .mbsc-sc-whl-c,
.mbsc-sc .mbsc-sc-whl-l,
.mbsc-sc .mbsc-sc-whl {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mbsc-sc-whl-gr-c,
.mbsc-sc-itm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-sc-whl-gr-c {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.mbsc-fr-bottom .mbsc-sc-whl-gr-c:first-child:last-child,
.mbsc-fr-top .mbsc-sc-whl-gr-c:first-child:last-child,
.mbsc-fr-inline .mbsc-sc-whl-gr-c:first-child:last-child,
.mbsc-fr-liq .mbsc-sc-whl-gr-c {
  display: block;
}
.mbsc-sc-whl-gr {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.mbsc-sc-whl-w {
  max-width: 100%;
  position: relative;
}
.mbsc-fr-pointer .mbsc-sc-whl-w,
.mbsc-fr-liq .mbsc-sc-whl-w {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.mbsc-sc-whl-o {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
.mbsc-sc-whl-l {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
}
.mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: block;
}
.mbsc-sc-whl {
  overflow: hidden;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin: -1px 0;
}
.mbsc-sc-whl-c {
  position: relative;
  z-index: 1;
  top: 50%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.mbsc-sc-whl-sc {
  position: relative;
}
.mbsc-sc-itm {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbsc-sc-itm-inv,
.mbsc-sc-itm-inv-h {
  opacity: 0.3;
}
.mbsc-sc-lbl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  display: none;
}
.mbsc-sc-lbl-v .mbsc-sc-lbl {
  display: block;
}
.mbsc-sc-btn {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity .2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.mbsc-sc-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.mbsc-sc-whl-a .mbsc-sc-btn {
  opacity: 0;
}
.mbsc-sc-btn-plus {
  bottom: 0;
}
.mbsc-sc-btn-minus {
  top: 0;
}
.mbsc-sc-whl-gr-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.mbsc-sc-whl-gr-3d .mbsc-sc-whl {
  overflow: visible;
}
.mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  overflow: hidden;
}
.mbsc-sc-whl-3d {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.mbsc-sc-itm-3d {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mbsc-sc-itm-del {
  display: none;
}
.mbsc-sc-itm-ml {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  text-align: center;
}
.mbsc-fr-pointer .mbsc-fr-w .mbsc-sc-whl-gr-c,
.mbsc-fr-pointer .mbsc-fr-w .mbsc-sc-whl-gr {
  padding: 0;
}
.mbsc-fr-pointer .mbsc-sc-whl-gr-c:first-child:last-child {
  display: block;
}
.mbsc-sc-bar-c {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mbsc-sc-bar {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
}
.mbsc-sc-bar:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.mbsc-sc-whl-w:hover .mbsc-sc-bar-c,
.mbsc-sc-whl-anim .mbsc-sc-bar-c {
  opacity: 1;
}
.mbsc-mobiscroll .mbsc-sc-whl-gr {
  padding: 0.5em 0.25em;
}
.mbsc-mobiscroll .mbsc-sc-whl-w {
  margin: 0 0.25em;
}
.mbsc-mobiscroll .mbsc-sc-lbl-v .mbsc-sc-whl-w {
  margin-top: 1.875em;
}
.mbsc-mobiscroll .mbsc-sc-lbl {
  color: #4eccc4;
  font-size: .75em;
  line-height: 2.5em;
  text-transform: uppercase;
}
.mbsc-mobiscroll .mbsc-sc-whl-l {
  border-top: 1px solid #4eccc4;
  border-bottom: 1px solid #4eccc4;
}
.mbsc-mobiscroll .mbsc-sc-cp .mbsc-sc-whl-w {
  padding: 2em 0;
}
.mbsc-mobiscroll .mbsc-sc-btn {
  height: 2em;
  line-height: 2em;
  color: #4eccc4;
  background: #f7f7f7;
}
.mbsc-mobiscroll .mbsc-sc-btn:before {
  font-size: 1.5em;
}
.mbsc-mobiscroll .mbsc-sc-itm {
  padding: 0 .25em;
  font-size: 1.375em;
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
.mbsc-mobiscroll .mbsc-sc-itm:focus {
  outline: 0;
  background: rgba(69, 69, 69, 0.1);
}
.mbsc-mobiscroll.mbsc-no-touch .mbsc-sc-btn:hover:before,
.mbsc-mobiscroll.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active,
.mbsc-mobiscroll .mbsc-sc-btn.mbsc-active:before {
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 1.818181em;
}
.mbsc-mobiscroll .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  font-size: 1.818181em;
  color: #4eccc4;
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-lbl {
  padding-left: 1.666667em;
  padding-right: 1.666667em;
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-whl-w {
  margin-left: 0;
  margin-right: 0;
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-itm {
  font-size: 1em;
  padding: 0 1.25em;
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 2.5em;
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  font-size: 2em;
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-ltr .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  left: 0.125em;
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-rtl .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  right: 0.125em;
}
.mbsc-scv-c {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-family: arial, verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  user-select: none;
  touch-action: pan-y;
}
.mbsc-scv,
.mbsc-scv-sc {
  position: relative;
}
.mbsc-rtl {
  direction: rtl;
}
.mbsc-scv,
.mbsc-scv-sc,
.mbsc-scv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.mbsc-scv.mbsc-comp {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  line-height: normal;
  -webkit-flex-shrink: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.mbsc-scv-item {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-scv-liq,
.mbsc-scv-liq .mbsc-scv-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.mbsc-sel-hdn {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.mbsc-sel .mbsc-sel-gr {
  padding: 0 .25em;
  opacity: 1;
  font-weight: bold;
  text-align: left;
}
.mbsc-sel .mbsc-fr-c {
  position: relative;
}
.mbsc-sel-multi .mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: none;
}
.mbsc-sel-empty {
  display: none;
  opacity: .6;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2em;
  margin-top: -1em;
  font-size: 1.5em;
  line-height: 2em;
}
.mbsc-sel-empty-v {
  display: block;
}
.mbsc-sel-filter-clear {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.5em;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.125em;
}
.mbsc-sel-filter-show-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mbsc-sel-input-wrap {
  position: relative;
}
.mbsc-sel .mbsc-ltr .mbsc-sel-filter-cont .mbsc-sel-filter-input {
  padding-right: 1.5em;
}
.mbsc-sel .mbsc-rtl .mbsc-sel-filter-cont .mbsc-sel-filter-input {
  padding-left: 1.5em;
}
.mbsc-ltr .mbsc-sel-filter-clear {
  right: 0;
}
.mbsc-rtl .mbsc-sel-filter-clear {
  left: 0;
}
.mbsc-sel.mbsc-fr-pointer.mbsc-no-touch .mbsc-sc-whl .mbsc-sc-itm.mbsc-sel-gr:hover {
  background: none;
}
.mbsc-mobiscroll .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 .25em;
  font-size: 1.125em;
}
.mbsc-mobiscroll .mbsc-sel-gr-whl .mbsc-sc-itm {
  padding: 0 0.25em;
}
.mbsc-mobiscroll .mbsc-sel-gr-whl .mbsc-sc-itm::before {
  display: none;
}
.mbsc-mobiscroll .mbsc-sel-gr-whl.mbsc-sel-one .mbsc-sc-itm-sel {
  color: #4eccc4;
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sel-one .mbsc-sc-itm {
  padding: 0 1.25em;
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sel-one .mbsc-sc-itm-sel:before {
  display: none;
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sel-one.mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #454545;
  background: rgba(78, 204, 196, 0.3);
}
.mbsc-mobiscroll.mbsc-fr-pointer .mbsc-sc-itm.mbsc-sel-gr-itm {
  padding: 0 2.5em;
}
.mbsc-timer .mbsc-timer-lbl {
  display: none;
}
.mbsc-mobiscroll.mbsc-timer .mbsc-fr-btn-cont {
  display: table;
}
.mbsc-mobiscroll.mbsc-timer .mbsc-fr-btn-w {
  width: 1px;
  text-align: left;
  display: table-cell;
  float: none;
}
.mbsc-mobiscroll.mbsc-timer .mbsc-fr-btn-w:first-child {
  width: auto;
  text-align: left;
}
.mbsc-mobiscroll.mbsc-timer .mbsc-fr-btn-w .mbsc-fr-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
.mbsc-ts .mbsc-ts-lbl {
  display: none;
}
.mbsc-wdg .mbsc-wdg-c {
  position: relative;
  z-index: 0;
  font-size: 14px;
  white-space: normal;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.mbsc-wdg .mbsc-ltr .mbsc-wdg-c {
  text-align: left;
}
.mbsc-wdg .mbsc-rtl .mbsc-wdg-c {
  text-align: right;
}
.mbsc-wdg .mbsc-wdg-c.mbsc-w-p {
  padding: 1em;
}
.mbsc-no-padding.mbsc-wdg .mbsc-wdg-c.mbsc-w-p {
  padding: 0;
}
.mbsc-bootstrap .mbsc-cal-c {
  padding: 4px 2px 2px 2px;
}
.mbsc-bootstrap .mbsc-cal-hdr {
  font-size: 18px;
  line-height: 40px;
}
.mbsc-bootstrap .mbsc-cal .mbsc-cal-btn {
  width: 40px;
  height: 40px;
  background: none;
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 40px;
}
.mbsc-bootstrap .mbsc-cal-picker {
  max-width: none;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}
.mbsc-bootstrap .mbsc-cal-table {
  border-spacing: 2px;
}
.mbsc-bootstrap .mbsc-cal-cell:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-bootstrap .mbsc-cal-cell:focus .mbsc-cal-cell-i {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-bootstrap .mbsc-cal-day-i {
  padding: 2px;
  line-height: 34px;
}
.mbsc-bootstrap .mbsc-cal-hide-diff .mbsc-cal-day-diff {
  background: none;
}
.mbsc-bootstrap .mbsc-cal-today.mbsc-selected {
  color: #ffffff !important;
}
.mbsc-bootstrap .mbsc-ltr .mbsc-cal-weeks .mbsc-cal-days-c {
  padding-left: 26px;
}
.mbsc-bootstrap .mbsc-rtl .mbsc-cal-weeks .mbsc-cal-days-c {
  padding-right: 26px;
}
.mbsc-bootstrap .mbsc-cal-week-nr {
  width: 26px;
  font-weight: bold;
}
.mbsc-bootstrap .mbsc-cal-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 4px 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-bootstrap .mbsc-cal-tab {
  -webkit-box-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  margin-bottom: -1px;
}
.mbsc-bootstrap .mbsc-cal-has-marks .mbsc-cal-day {
  padding-bottom: 0;
}
.mbsc-bootstrap .mbsc-cal-has-txt .mbsc-cal-day-i {
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.mbsc-bootstrap .mbsc-cal-marks {
  height: 6px;
  margin-top: -9px;
}
.mbsc-bootstrap .mbsc-cal-mark {
  width: 4px;
  height: 4px;
  margin: 1px;
  border-radius: 4px;
  background: #aaaaaa;
}
.mbsc-bootstrap .mbsc-cal-txt {
  left: 1px;
  right: 1px;
  height: 15px;
  margin-top: -1px;
  font-size: 10px;
  line-height: 15px;
}
.mbsc-bootstrap.mbsc-fr-liq.mbsc-fr-center .mbsc-fr-popup {
  border: 0;
  border-radius: 0;
}
.mbsc-bootstrap .mbsc-fr-popup {
  display: block;
  padding: 0;
}
.mbsc-bootstrap .mbsc-fr-hdr {
  padding: 0 14px;
  min-height: 37px;
  line-height: 37px;
}
.mbsc-bootstrap .mbsc-fr-w {
  font-family: inherit;
  padding: 0;
}
.mbsc-bootstrap .mbsc-fr-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.mbsc-bootstrap .mbsc-fr-btn-cont {
  padding: 0 2px 4px 2px;
}
.mbsc-bootstrap .mbsc-fr-btn {
  display: block;
  margin: 0 2px;
}
.mbsc-bootstrap.mbsc-inline .mbsc-fr-popup {
  display: inline-block;
}
.mbsc-bootstrap.mbsc-fr-inline .mbsc-fr-popup,
.mbsc-bootstrap.mbsc-fr-top .mbsc-fr-popup,
.mbsc-bootstrap.mbsc-fr-bottom .mbsc-fr-popup {
  border-radius: 0;
}
.mbsc-bootstrap .mbsc-fr-arr-i {
  height: 0;
  max-width: none;
  margin: 0 10px;
  padding: 0;
  border: 0;
  display: block;
  border-color: transparent;
}
.mbsc-bootstrap .mbsc-fr-bubble-top .mbsc-fr-arr-w {
  bottom: 0;
}
.mbsc-bootstrap .mbsc-fr-bubble-bottom .mbsc-fr-arr-w {
  top: 0;
}
.mbsc-bootstrap.mbsc-fr .mbsc-fr-arr {
  position: relative;
  border: 0;
  margin: 0;
  -webklit-transform: translate(-50%);
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.mbsc-bootstrap.mbsc-color.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-bootstrap.mbsc-color.mbsc-fr-center .mbsc-fr-w {
  max-width: 286px;
  min-width: 280px;
}
.mbsc-bootstrap.mbsc-color .mbsc-fr-w {
  min-width: 230px;
}
.mbsc-bootstrap.mbsc-color .mbsc-ic-material-check:before {
  margin-top: -0.65em;
}
.mbsc-bootstrap.mbsc-color .mbsc-fr-c {
  font-size: 16px;
}
.mbsc-bootstrap.mbsc-color .mbsc-color-item-c {
  padding: 0;
}
.mbsc-bootstrap .mbsc-color-active {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-bootstrap .mbsc-color-active .mbsc-color-item,
.mbsc-bootstrap .mbsc-color-active .mbsc-color-preview-item {
  -webkit-box-shadow: inset 0 0 0 0.1875em #3388cc;
          box-shadow: inset 0 0 0 0.1875em #3388cc;
}
.mbsc-bootstrap.mbsc-color .mbsc-slider-handle {
  top: 50%;
  width: 1em;
  height: 1em;
  background: #337ab7;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mbsc-bootstrap.mbsc-color .mbsc-slider .mbsc-input-wrap {
  padding: 0 0.75em;
}
.mbsc-bootstrap.mbsc-color .mbsc-color-slider-cont .mbsc-progress-track {
  background: #cccccc;
}
.mbsc-bootstrap .mbsc-cal-events {
  width: auto;
  max-width: none;
  padding: 5px;
  margin: 3px 2px 10px 2px;
}
.mbsc-bootstrap .mbsc-cal-events-b {
  margin: 10px 2px 3px 2px;
}
.mbsc-bootstrap .mbsc-cal-events-i {
  padding-bottom: 1px;
}
.mbsc-bootstrap .mbsc-cal-events-v {
  display: block;
}
.mbsc-bootstrap .mbsc-cal-event-color {
  background: #ffffff;
}
.mbsc-bootstrap.mbsc-ms-c {
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-width: 1px 0;
  max-width: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-bootstrap.mbsc-ms-inline {
  z-index: 0;
}
.mbsc-bootstrap.mbsc-ms-top {
  bottom: auto;
  border-top-width: 0;
}
.mbsc-bootstrap.mbsc-ms-bottom {
  top: auto;
  border-bottom-width: 0;
}
.mbsc-bootstrap.mbsc-ms-c .mbsc-ms-item {
  float: none;
  margin: 0;
  font-size: .75em;
  border-width: 0 0 0 1px;
  border-radius: 0;
}
.mbsc-bootstrap.mbsc-ms-ltr .mbsc-ms-item:first-child,
.mbsc-bootstrap.mbsc-ms-rtl .mbsc-ms-item:last-child {
  border: 0;
}
.mbsc-bootstrap.mbsc-ms-more .mbsc-wdg-c.mbsc-w-p {
  padding: 0.5em 0;
}
.mbsc-bootstrap.mbsc-ms-more .mbsc-ms-item {
  border: 0;
  border-radius: 0;
}
.mbsc-bootstrap.mbsc-np .mbsc-fr-w {
  font-size: 16px;
}
.mbsc-bootstrap.mbsc-np .mbsc-fr-btn-cont {
  padding: 4px 2px;
}
.mbsc-bootstrap .mbsc-np-del.mbsc-active {
  opacity: 0.5;
}
.mbsc-bootstrap .mbsc-np-btn {
  border-top-width: 0;
  border-right-width: 0;
  font-size: inherit;
  border-radius: 0;
}
.mbsc-bootstrap .mbsc-np-row:first-child .mbsc-np-btn {
  border-top-width: 1px;
}
.mbsc-bootstrap .mbsc-np-btn:first-child {
  border-left-width: 0;
}
.mbsc-bootstrap.mbsc-inline .mbsc-np-row:last-child .mbsc-np-btn {
  border-bottom-width: 0;
}
.mbsc-bootstrap .mbsc-np-row .mbsc-np-btn.mbsc-np-btn-empty {
  background: none;
}
.mbsc-bootstrap .mbsc-range-btn-t {
  padding: 4px 2px 0 2px;
}
.mbsc-bootstrap .mbsc-range-btn {
  margin: 0 2px;
  line-height: 20px;
}
.mbsc-bootstrap.mbsc-range .mbsc-cal-day-hl .mbsc-cal-day-i {
  background: rgba(0, 0, 0, 0.3);
}
.mbsc-bootstrap .mbsc-sc-whl-gr-c {
  overflow: visible;
}
.mbsc-bootstrap .mbsc-sc-whl-gr {
  padding: 4px 2px;
}
.mbsc-bootstrap .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding-top: 30px;
}
.mbsc-bootstrap .mbsc-sc-lbl {
  line-height: 30px;
}
.mbsc-bootstrap .mbsc-sc-whl-w {
  margin: 0 2px;
}
.mbsc-bootstrap .mbsc-sc-whl-l {
  margin: 0 -2px;
  background: rgba(0, 0, 0, 0.2);
}
.mbsc-bootstrap .mbsc-ltr .mbsc-sc-whl-w:first-child .mbsc-sc-whl-l,
.mbsc-bootstrap .mbsc-rtl .mbsc-sc-whl-w:last-child .mbsc-sc-whl-l {
  margin-left: -4px;
}
.mbsc-bootstrap .mbsc-ltr .mbsc-sc-whl-w:last-child .mbsc-sc-whl-l,
.mbsc-bootstrap .mbsc-rtl .mbsc-sc-whl-w:first-child .mbsc-sc-whl-l {
  margin-right: -4px;
}
.mbsc-bootstrap .mbsc-sc-itm {
  padding: 0 5px;
  font-size: 18px;
}
.mbsc-bootstrap .mbsc-sc-itm.mbsc-active {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-bootstrap .mbsc-sc-cp .mbsc-sc-whl-w {
  padding: 30px 0;
}
.mbsc-bootstrap .mbsc-sc-btn {
  height: 30px !important;
  line-height: 30px !important;
}
.mbsc-bootstrap .mbsc-sc-btn-plus {
  top: auto;
}
.mbsc-bootstrap .mbsc-sc-btn.mbsc-active {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-bootstrap .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 40px;
}
.mbsc-bootstrap .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  width: 40px;
  font-size: 16px;
}
.mbsc-bootstrap .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 5px;
  font-size: 20px;
}
.mbsc-bootstrap .mbsc-sel-filter-cont {
  padding: 4px;
}
.mbsc-ios .mbsc-cal {
  font-size: 1.333334em;
}
.mbsc-ios .mbsc-cal-hdr {
  padding-top: 0.5em;
}
.mbsc-ios .mbsc-cal .mbsc-cal-btn {
  width: 2.086956em;
  height: 2.086956em;
  padding: 0;
  line-height: 2.086956em;
  font-size: 1.4375em;
  margin: -0.173913em;
  border-radius: 2em;
}
.mbsc-ios .mbsc-cal-year,
.mbsc-ios .mbsc-cal-month {
  font-size: 1.125em;
  line-height: 2.222223em;
}
.mbsc-ios .mbsc-cal-picker {
  background: #f7f7f7;
}
.mbsc-ios .mbsc-cal-picker .mbsc-cal-cell-i {
  display: inline-block;
  height: 2em;
  padding: 0 1em;
  line-height: 2em;
  border-radius: 2em;
  white-space: nowrap;
}
.mbsc-ios .mbsc-cal-days > div {
  font-size: 0.75em;
}
.mbsc-ios .mbsc-cal-day-scroll-c .mbsc-cal-slide {
  padding-bottom: 0.5em;
}
.mbsc-ios .mbsc-cal-cell {
  border-top: 1px solid #cccccc;
}
.mbsc-ios .mbsc-cal-hide-diff .mbsc-cal-row:not(:first-child) .mbsc-cal-day-diff {
  border-top-color: transparent;
}
.mbsc-ios .mbsc-cal-day-date {
  display: inline-block;
  width: 1.625em;
  height: 1.625em;
  margin: .3125em 0;
  line-height: 1.625em;
  border: 2px solid transparent;
  border-radius: 2em;
}
.mbsc-ios .mbsc-cal-today {
  color: #007aff;
}
.mbsc-ios .mbsc-cal-cell:focus .mbsc-cal-cell-txt,
.mbsc-ios.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt,
.mbsc-ios.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover {
  background: rgba(0, 122, 255, 0.3);
}
.mbsc-ios .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  border-color: #007aff;
  background: #007aff;
  color: #ffffff;
}
.mbsc-ios .mbsc-cal-week-nr {
  width: 2.363636em;
  font-size: 0.6875em;
}
.mbsc-ios .mbsc-cal-tabs-c {
  padding: 0.666667em 0.666667em 0 0.666667em;
}
.mbsc-ios .mbsc-cal-tab {
  border: 1px solid #007aff;
  line-height: 1.928571em;
  font-size: 1.166667em;
  padding: 0 .714285em;
  color: #007aff;
}
.mbsc-ios .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-tabs-c .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected {
  background: #007aff;
  color: #ffffff;
}
.mbsc-ios .mbsc-ltr .mbsc-cal-tab:first-child {
  border-right: 0;
  border-radius: 0.285714em 0 0 0.285714em;
}
.mbsc-ios .mbsc-ltr .mbsc-cal-tab:last-child {
  border-left: 0;
  border-radius: 0 0.285714em 0.285714em 0;
}
.mbsc-ios .mbsc-rtl .mbsc-cal-tab:last-child {
  border-right: 0;
  border-radius: 0.285714em 0 0 0.285714em;
}
.mbsc-ios .mbsc-rtl .mbsc-cal-tab:first-child {
  border-left: 0;
  border-radius: 0 0.285714em 0.285714em 0;
}
.mbsc-ios .mbsc-cal-has-marks .mbsc-cal-day {
  padding-bottom: 0.4375em;
}
.mbsc-ios .mbsc-cal-has-marks .mbsc-cal-day-date {
  margin: 0.1875em 0;
}
.mbsc-ios .mbsc-cal-marks {
  margin-top: -0.0625em;
}
.mbsc-ios .mbsc-cal-mark {
  width: .375em;
  height: .375em;
  border-radius: .375em;
  background: #ccc;
  margin: 0 0.0625em;
}
.mbsc-ios .mbsc-cal-txt {
  background: #d7eafe;
  color: #000000;
}
.mbsc-ios.mbsc-fr-inline .mbsc-cal-picker {
  background: #ffffff;
}
.mbsc-ios.mbsc-fr-center .mbsc-cal-c,
.mbsc-ios.mbsc-fr-bubble .mbsc-cal-c {
  padding: 0 0.666667em;
}
.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-w {
  padding-bottom: 0;
  padding-top: 3.75em;
}
.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center.mbsc-fr-nobtn .mbsc-fr-w {
  padding: 0;
}
.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-cal-c {
  padding: 0;
}
.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-cal-day-scroll-c {
  padding: 0;
}
.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn-cont {
  top: 0;
  bottom: auto;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
}
.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn-w {
  float: right;
  border: 0;
}
.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-w .mbsc-fr-btn-cont .mbsc-fr-btn-w .mbsc-fr-btn {
  background: none;
}
.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn-c {
  float: left;
}
.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn-s .mbsc-fr-btn {
  font-weight: bold;
}
.mbsc-ios.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn.mbsc-active {
  background: transparent;
  opacity: 0.5;
}
.mbsc-ios.mbsc-card.mbsc-form {
  margin: 1.5em 1em;
  background: #fff;
  border-radius: .5em;
  -webkit-box-shadow: 0 0 1px 1px rgba(204, 204, 204, 0.2);
          box-shadow: 0 0 1px 1px rgba(204, 204, 204, 0.2);
}
.mbsc-ios.mbsc-card .mbsc-btn-flat {
  padding: 0.625em;
}
.mbsc-ios .mbsc-card-footer .mbsc-btn {
  margin-top: -0.625em;
  margin-bottom: -0.625em;
}
.mbsc-ios .mbsc-card-footer {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-card .mbsc-btn-group-block {
  background: transparent;
}
.mbsc-ios.mbsc-card .mbsc-lv-ios .mbsc-lv-item:first-child:before {
  border: 0;
}
.mbsc-ios.mbsc-card .mbsc-lv-ios .mbsc-lv-item:last-child:after {
  border: 0;
}
.mbsc-ios.mbsc-card .mbsc-control-w:last-child:after {
  border: 0;
}
.mbsc-ios.mbsc-card .mbsc-input-box.mbsc-control-w,
.mbsc-ios.mbsc-card .mbsc-input-box.mbsc-control-w {
  border: 1px solid #cccccc;
}
.mbsc-lv-ios .mbsc-card-list .mbsc-lv-item:before,
.mbsc-lv-ios .mbsc-card-list .mbsc-lv-item:after {
  border: 0;
}
.mbsc-card-list .mbsc-lv-ios .mbsc-lv-item:before,
.mbsc-card-list .mbsc-lv-ios .mbsc-lv-item:after {
  border: 0;
}
.mbsc-ios.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios.mbsc-fr-bottom .mbsc-fr-btn-cont {
  background: #efefef;
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
}
.mbsc-ios .mbsc-fr-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.mbsc-ios .mbsc-fr-w {
  position: relative;
  padding-top: 3.666667em;
  background: #f7f7f7;
  color: #000;
  font-size: 12px;
  font-family: -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mbsc-ios .mbsc-fr-has-hdr .mbsc-fr-w {
  min-width: 25em;
}
.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-w,
.mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  min-width: 16.666667em;
}
.mbsc-ios .mbsc-fr-hdr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1.25em;
  padding: .75em 4.375em;
  color: #000;
  font-size: 1.333334em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-hdr,
.mbsc-ios.mbsc-fr-center:not(.mbsc-cal-liq) .mbsc-fr-hdr {
  position: relative;
  padding: .75em .5em;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
  white-space: normal;
}
.mbsc-ios .mbsc-fr-btn-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  border-bottom: 1px solid #cccccc;
}
.mbsc-ios .mbsc-ltr .mbsc-fr-btn-cont {
  text-align: right;
}
.mbsc-ios .mbsc-rtl .mbsc-fr-btn-cont {
  text-align: left;
}
.mbsc-ios .mbsc-fr-btn {
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 .625em;
  text-align: center;
  color: #007aff;
  font-size: 1.333334em;
}
.mbsc-ios .mbsc-fr-btn.mbsc-active {
  opacity: 0.5;
}
.mbsc-ios.mbsc-fr-center.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover {
  background: #ebebe8;
}
.mbsc-ios .mbsc-fr-btn-w {
  display: inline-block;
}
.mbsc-ios .mbsc-ltr .mbsc-fr-btn-c {
  float: left;
}
.mbsc-ios .mbsc-rtl .mbsc-fr-btn-c {
  float: right;
}
.mbsc-ios .mbsc-fr-btn-s .mbsc-fr-btn {
  font-weight: bold;
}
.mbsc-ios.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  border-radius: 8px;
}
.mbsc-ios.mbsc-fr-inline .mbsc-fr-w {
  border-radius: 0;
}
.mbsc-ios .mbsc-fr-arr-w {
  z-index: 0;
}
.mbsc-ios .mbsc-fr-arr {
  position: relative;
  width: 26px;
  height: 26px;
  background: #f7f7f7;
  border: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -13px;
}
.mbsc-ios .mbsc-fr-bubble-top .mbsc-fr-arr {
  top: -17px;
  border-bottom-left-radius: 6px;
}
.mbsc-ios .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  top: 17px;
  border-top-right-radius: 6px;
}
.mbsc-ios.mbsc-fr-bottom .mbsc-fr-overlay,
.mbsc-ios.mbsc-fr-top .mbsc-fr-overlay {
  background: none;
}
.mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup {
  border-top: 1px solid #909090;
}
.mbsc-ios.mbsc-fr-top .mbsc-fr-popup {
  border-bottom: 1px solid #909090;
}
.mbsc-ios.mbsc-fr-center .mbsc-fr-w {
  padding-top: 0;
  padding-bottom: 3.75em;
}
.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-w {
  padding: 0;
}
.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-cont {
  display: table;
  top: auto;
  bottom: 0;
  border: 0;
  table-layout: fixed;
}
.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w {
  display: table-cell;
  float: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #cccccc;
}
.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w:first-child {
  border-left: 0;
}
.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w {
  border-left: 0;
  border-right: 1px solid #cccccc;
}
.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:first-child {
  border-right: 0;
}
.mbsc-ios.mbsc-fr-center .mbsc-ltr .mbsc-fr-btn-w:first-child .mbsc-fr-btn,
.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:last-child .mbsc-fr-btn {
  border-radius: 0 0 0 0.5em;
}
.mbsc-ios.mbsc-fr-center .mbsc-ltr .mbsc-fr-btn-w:last-child .mbsc-fr-btn,
.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:first-child .mbsc-fr-btn {
  border-radius: 0 0 0.5em 0;
}
.mbsc-ios.mbsc-fr-center .mbsc-fr-btn.mbsc-active {
  background: #ebebe8;
  opacity: 1;
}
.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-cont {
  position: static;
  display: block;
}
.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-w {
  display: block;
  border-left: 0;
  border-right: 0;
}
.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-w .mbsc-fr-btn-w .mbsc-fr-btn {
  border-radius: 0;
}
.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-w:last-child .mbsc-fr-btn {
  border-radius: 0 0 0.5em 0.5em;
}
.mbsc-ios.mbsc-fr-inline .mbsc-fr-w {
  margin-top: -1px;
  background: #fff;
  border-top: 1px solid #cccccc;
}
.mbsc-ios.mbsc-fr-inline .mbsc-fr-c {
  border-bottom: 1px solid #cccccc;
}
.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-w {
  padding: 0;
}
.mbsc-ios.mbsc-fr-nobtn.mbsc-fr-bottom .mbsc-fr-w {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.mbsc-ios.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-popup .mbsc-fr-w,
.mbsc-ios.mbsc-fr-pointer .mbsc-fr-persp .mbsc-cal-picker {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-w {
  -webkit-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-fr-popup {
  border: 0;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-fr-hdr {
  border-color: #ccc;
  font-size: 1.166667em;
  line-height: 1.5em;
}
.mbsc-ios.mbsc-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4em;
  margin-top: -1px;
  padding: .625em 1em;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-ios.mbsc-progress.mbsc-progress-w.mbsc-control-w .mbsc-label {
  padding: 0;
}
.mbsc-ios.mbsc-progress .mbsc-input-ic {
  top: .0625em;
  margin: 0;
}
.mbsc-ios.mbsc-progress.mbsc-ic-left .mbsc-left-ic,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -0.375em;
}
.mbsc-ios.mbsc-progress.mbsc-ic-right .mbsc-right-ic,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -0.375em;
}
.mbsc-ios.mbsc-progress .mbsc-input-wrap {
  position: relative;
  padding: 0 0.75em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-progress-w.mbsc-ic-left .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-progress-w.mbsc-ic-right .mbsc-input-wrap {
  padding-left: 2.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-progress-w.mbsc-ic-right .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-progress-w.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 3.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 3.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 5.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 5.5em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-progress-value,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-progress-value {
  left: 2.2857em;
}
.mbsc-ltr.mbsc-ios.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-progress-value,
.mbsc-rtl.mbsc-ios.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-progress-value {
  right: 2.2857em;
}
.mbsc-ios .mbsc-progress-cont {
  padding: 1em 0;
}
.mbsc-ios .mbsc-progress-track {
  background: #dedede;
  border-radius: 1em;
  height: 0.0625em;
}
.mbsc-ios .mbsc-progress-bar {
  background: #1272dc;
  z-index: 1;
}
.mbsc-ios .mbsc-progress-value {
  width: 3.715em;
  font-size: .875em;
  color: #b6b6b6;
}
.mbsc-ios .mbsc-progress-step-label {
  top: 1.333334em;
  color: #b6b6b6;
}
.mbsc-ios.mbsc-progress.mbsc-ic-left:before,
.mbsc-ios.mbsc-progress.mbsc-ic-left:after {
  left: 1em;
}
.mbsc-ios .mbsc-progress-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-ios .mbsc-progress-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-ios .mbsc-progress-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-ios .mbsc-progress-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-ios .mbsc-progress-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-ios .mbsc-progress-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w .mbsc-label {
  font-size: .75em;
  position: absolute;
  top: .666667em;
  line-height: 1em;
  padding: 0;
  overflow: visible;
}
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w:not(.mbsc-slider) .mbsc-input-wrap {
  padding-left: 0;
  padding-right: 0;
}
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w .mbsc-label + .mbsc-input-wrap {
  padding-top: 1em;
  padding-bottom: 1em;
}
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w .mbsc-label + .mbsc-input-wrap .mbsc-input-ic {
  top: 1em;
}
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-right .mbsc-input-wrap,
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.5em;
}
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-left .mbsc-input-wrap,
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-right .mbsc-input-wrap {
  padding-left: 2.5em;
}
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 3.5em;
}
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 3.5em;
}
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 5.5em;
}
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 5.5em;
}
.mbsc-ios .mbsc-slider-handle-cont {
  top: 0;
}
.mbsc-ios .mbsc-slider-handle {
  top: 50%;
  width: 1.75em;
  height: 1.75em;
  margin: -0.875em -0.875em 0 0;
  background: #fff;
  border-radius: 1.25em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1), 0 0 0.0625em rgba(0, 0, 0, 0.15), 0 0.125em 0.125em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.1), 0 0 0.0625em rgba(0, 0, 0, 0.15), 0 0.125em 0.125em rgba(0, 0, 0, 0.15);
}
.mbsc-ios .mbsc-slider-tooltip {
  font-size: .875em;
  width: 3em;
  margin-right: -1.5em;
  top: -1em;
  text-align: center;
  color: #b6b6b6;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-ios .mbsc-slider-handle:focus ~ .mbsc-slider-tooltip,
.mbsc-ios .mbsc-active .mbsc-slider-tooltip {
  opacity: 1;
}
.mbsc-ios .mbsc-slider-step {
  height: .5em;
  width: .0625em;
  margin-top: -0.1875em;
  margin-left: -0.0625em;
  background: #dedede;
}
.mbsc-ios.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: 0.4;
}
.mbsc-ios .mbsc-slider-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-ios .mbsc-slider-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-ios .mbsc-slider-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-ios .mbsc-slider-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-ios .mbsc-slider-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-ios .mbsc-slider-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-ios.mbsc-color.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-ios.mbsc-color.mbsc-fr-center .mbsc-fr-w {
  max-width: 286px;
  min-width: 280px;
}
.mbsc-ios.mbsc-color .mbsc-fr-c {
  padding: 0.25em 0;
}
.mbsc-ios .mbsc-color-active,
.mbsc-ios.mbsc-no-touch .mbsc-color-item-c:hover {
  border-radius: 3em;
  -webkit-box-shadow: inset 0 0 0 0.1875em #007aff;
          box-shadow: inset 0 0 0 0.1875em #007aff;
}
.mbsc-ios .mbsc-color-clear-item,
.mbsc-ios .mbsc-color-item {
  border-radius: 1.75em;
}
.mbsc-ios.mbsc-color .mbsc-fr-c {
  font-size: 16px;
}
.mbsc-ios .mbsc-fr-center .mbsc-color-preview-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mbsc-ios .mbsc-color-preview-cont {
  bottom: 2.8125em;
}
.mbsc-ios.mbsc-color .mbsc-slider-step {
  height: .25em;
  margin: 0;
}
.mbsc-ios .mbsc-color-slider-cont.mbsc-progress {
  border: 0;
  padding: 0 0.5em;
}
.mbsc-ios .mbsc-color-slider-cont.mbsc-slider {
  background: transparent;
}
.mbsc-ios .mbsc-color-slider-cont.mbsc-slider:before,
.mbsc-ios .mbsc-color-slider-cont.mbsc-slider:after {
  display: none;
}
.mbsc-ios .mbsc-color-slider-cont .mbsc-progress-cont {
  padding: 1.5em 0;
}
.mbsc-ios .mbsc-color-preview-item {
  border-radius: 1em;
  margin: 0.25em;
}
.mbsc-ios .mbsc-color-refine-preview {
  padding: 0.25em;
}
.mbsc-ios.mbsc-form .mbsc-color-input {
  height: auto;
  min-height: 2.75em;
  padding: .1875em;
  background: transparent;
}
.mbsc-ios.mbsc-form .mbsc-color-input-item {
  height: 2em;
  margin: .1875em;
  border-radius: 0.125em;
}
.mbsc-ios.mbsc-form .mbsc-color-input-item-close {
  line-height: 1.625em;
}
.mbsc-ios .mbsc-dt-whl-y .mbsc-sc-itm {
  min-width: 3.8em;
}
.mbsc-ios .mbsc-dt-whl-m .mbsc-sc-itm {
  text-align: left;
}
.mbsc-ios .mbsc-dt-whl-d .mbsc-sc-itm,
.mbsc-ios .mbsc-dt-whl-h .mbsc-sc-itm,
.mbsc-ios .mbsc-dt-whl-date .mbsc-sc-itm {
  text-align: right;
}
.mbsc-lv-ios {
  font-family: arial, verdana, sans-serif;
  margin-top: -1px;
  padding-top: 1px;
}
.mbsc-lv-ios .mbsc-lv {
  background: #cccccc;
}
.mbsc-lv-ios .mbsc-lv-item {
  margin-top: -1px;
  padding: 1em;
  background: #fff;
  color: #000;
  font-weight: normal;
  text-shadow: none;
}
.mbsc-lv-ios .mbsc-lv-item:before,
.mbsc-lv-ios .mbsc-lv-item:after {
  border-top: 1px solid #ccc;
  content: "";
  position: absolute;
  right: 0;
  left: 1em;
}
.mbsc-lv-ios .mbsc-lv-item:before {
  top: 0;
}
.mbsc-lv-ios .mbsc-lv-item:after {
  bottom: 0;
}
.mbsc-lv-ios .mbsc-lv-item:first-child:before,
.mbsc-lv-ios .mbsc-lv-item:last-child:after,
.mbsc-lv-ios .mbsc-lv-back:after {
  left: 0;
}
.mbsc-lv-ios .mbsc-lv-gr-title {
  margin-top: -1px;
  padding: 2.333334em 1.333334em .5em 1.333334em;
  background: #efeff4;
  color: #6d6d72;
  font-size: .75em;
  line-height: 1.5em;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #cccccc;
}
.mbsc-lv-ios .mbsc-lv-gr-title:first-child {
  margin-top: 0;
  border-top: 0;
}
.mbsc-ios.mbsc-ev-cal .mbsc-fr-w {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-hdr {
  padding: 0.5em 0;
}
.mbsc-ios.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-picker {
  padding-top: 1.875em;
  padding-bottom: 0;
  background: #f7f7f7;
}
.mbsc-ios.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-scroll-c {
  background: #ffffff;
}
.mbsc-ios .mbsc-cal-events {
  max-width: 38em;
  margin: 0.5em 0 1.083333em 0;
}
.mbsc-ios .mbsc-cal-events-b {
  margin: 1.166666em 0 0.5em 0;
}
.mbsc-ios .mbsc-cal-events-i {
  margin: 0 .5em;
  border-radius: .5em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.mbsc-ios .mbsc-cal-events-sc {
  z-index: 1;
}
.mbsc-ios .mbsc-cal-event {
  margin: 0;
  font-weight: bold;
  line-height: 1.833334em;
}
.mbsc-ios .mbsc-ltr .mbsc-cal-event {
  padding: 1.166667em 5em 1.166667em 1.916667em;
}
.mbsc-ios .mbsc-rtl .mbsc-cal-event {
  padding: 1.166667em 1.916667em 1.166667em 5em;
}
.mbsc-ios .mbsc-cal-event:first-child {
  border: 0;
}
.mbsc-ios .mbsc-cal-event-color {
  top: 50%;
  margin-top: -0.25em;
  width: .5em;
  height: .5em;
  background: #94b8dd;
  border-radius: 0.5em;
}
.mbsc-ios .mbsc-ltr .mbsc-cal-event-color {
  left: 6.75em;
}
.mbsc-ios .mbsc-rtl .mbsc-cal-event-color {
  right: 6.75em;
}
.mbsc-ios .mbsc-cal-events-arr {
  width: 1.666667em;
  height: 1.666667em;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -0.833333em;
  bottom: -0.833333em;
  border-bottom-left-radius: .5em;
  z-index: 1;
}
.mbsc-ios .mbsc-cal-events-b .mbsc-cal-events-arr {
  border: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top-right-radius: .5em;
  top: -0.833333em;
}
.mbsc-ios .mbsc-cal-event-dur,
.mbsc-ios .mbsc-cal-event-time {
  font-weight: normal;
  color: #8e8e8e;
}
.mbsc-ios .mbsc-cal-event-time {
  width: 4.166667em;
}
.mbsc-ios .mbsc-ltr .mbsc-cal-event-time {
  margin-right: 1.916667em;
}
.mbsc-ios .mbsc-rtl .mbsc-cal-event-time {
  margin-right: 0;
  margin-left: 1.916667em;
}
.mbsc-ios .mbsc-cal-event {
  margin-top: -1px;
}
.mbsc-ios .mbsc-cal-event:before,
.mbsc-ios .mbsc-cal-event:after {
  border-top: 1px solid #ccc;
  content: '';
  position: absolute;
}
.mbsc-ios .mbsc-no-touch .mbsc-cal-event:hover:before,
.mbsc-ios .mbsc-no-touch .mbsc-cal-event:hover:after,
.mbsc-ios .mbsc-no-touch .mbsc-event-list .mbsc-lv-item:hover:after {
  left: 0;
  right: 0;
}
.mbsc-ios .mbsc-no-touch .mbsc-event-list .mbsc-lv-item:hover {
  z-index: 3;
}
.mbsc-ios .mbsc-ltr .mbsc-cal-event:before,
.mbsc-ios .mbsc-ltr .mbsc-cal-event:after {
  right: 0;
  left: 1.916667em;
}
.mbsc-ios .mbsc-rtl .mbsc-cal-event:before,
.mbsc-ios .mbsc-rtl .mbsc-cal-event:after {
  left: 0;
  right: 1.916667em;
}
.mbsc-ios .mbsc-cal-event:before {
  top: 0;
}
.mbsc-ios .mbsc-cal-event:after {
  bottom: 0;
}
.mbsc-ios .mbsc-ltr .mbsc-cal-event:first-child:before,
.mbsc-ios .mbsc-ltr .mbsc-cal-event:last-child:after {
  left: 0;
}
.mbsc-ios .mbsc-rtl .mbsc-cal-event:first-child:before,
.mbsc-ios .mbsc-rtl .mbsc-cal-event:last-child:after {
  right: 0;
}
.mbsc-ios .mbsc-cal-event:last-child:after {
  border: 0;
}
.mbsc-ios .mbsc-event-list .mbsc-event-day {
  color: #000;
  font-weight: bold;
}
.mbsc-ios .mbsc-event-color {
  background: #cccccc;
}
.mbsc-ios .mbsc-event-empty {
  border-bottom: 0;
}
.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-days > div {
  padding: 0 .571428em;
  font-size: 0.875em;
}
.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-slide {
  padding: 0;
}
.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-left: 1px solid #cccccc;
}
.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-day-date {
  margin: .1875em;
  margin-bottom: 0.375em;
}
.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-has-labels .mbsc-cal-day-i {
  min-height: 5em;
}
.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-marks {
  margin: -0.5em 0.875em 0 0.875em;
}
.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-days,
.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-day {
  text-align: right;
}
.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-days,
.mbsc-ios.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-day {
  text-align: left;
}
.mbsc-lv-ios.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #fafafa;
}
.mbsc-lv-ios .mbsc-lv-item-hl,
.mbsc-lv-ios .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.mbsc-lv-ios .mbsc-lv-item.mbsc-lv-item-dragging {
  margin: 0;
}
.mbsc-lv-ios .mbsc-lv-handle-c {
  width: 4em;
}
.mbsc-lv-ios .mbsc-lv-handle-bar {
  margin: .125em 1em;
  background: #cccccc;
}
.mbsc-lv-ios.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item {
  padding-left: 4em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv .mbsc-lv-item {
  padding-right: 4em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv-parent .mbsc-lv-arr {
  right: 3.125em;
}
.mbsc-lv-ios.mbsc-lv-has-fixed-header .mbsc-lv-gr-title,
.mbsc-lv-ios.mbsc-lv-fixed-header .mbsc-lv-gr-title {
  line-height: 1.125em;
  font-size: 1em;
  padding: .4em 1em;
  border: 0;
  color: #000;
  font-weight: bold;
}
.mbsc-lv-ios .mbsc-lv-ic-m {
  color: #777777;
}
.mbsc-lv-ios .mbsc-lv-arr {
  color: #cccccc;
}
.mbsc-lv-ios .mbsc-lv-item.mbsc-lv-img-left {
  padding-left: 4.5em;
}
.mbsc-lv-ios .mbsc-lv-item.mbsc-lv-img-right {
  padding-right: 4.5em;
}
.mbsc-lv-ios .mbsc-lv-img-left .mbsc-lv-img {
  left: 2.25em;
}
.mbsc-lv-ios .mbsc-lv-img-right .mbsc-lv-img {
  right: -0.25em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv-img-right .mbsc-lv-img {
  right: 2.75em;
}
.mbsc-lv-ios.mbsc-lv-handle-left .mbsc-lv-img-left .mbsc-lv-img {
  left: 5.25em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv-item-ic-right .mbsc-lv-item-ic {
  right: 4em;
}
.mbsc-lv-ios.mbsc-lv-handle-left .mbsc-lv-item-ic-left .mbsc-lv-item-ic {
  left: 4em;
}
.mbsc-lv-ios.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item.mbsc-lv-img-left {
  padding-left: 7.5em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv .mbsc-lv-item.mbsc-lv-img-right {
  padding-right: 7.5em;
}
.mbsc-lv-ios.mbsc-lv-handle-left .mbsc-lv-item-ic-left {
  padding-left: 7em;
}
.mbsc-lv-ios.mbsc-lv-handle-right .mbsc-lv-item-ic-right {
  padding-right: 7em;
}
.mbsc-lv-ios .mbsc-lv-arr {
  font-size: 1.3125em;
}
.mbsc-lv-ios .mbsc-lv-item-ic-left:before,
.mbsc-lv-ios .mbsc-lv-item-ic-left:after {
  left: 4em;
}
.mbsc-lv-ios .mbsc-lv-img-left:before,
.mbsc-lv-ios .mbsc-lv-img-left:after {
  left: 4.5em;
}
.mbsc-ios .mbsc-empty {
  color: #6e6e6e;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mbsc-fr-hb.mbsc-ios.mbsc-fr-inline .mbsc-fr-w,
  .mbsc-fr-hb.mbsc-ios.mbsc-fr-inline .mbsc-fr-c,
  .mbsc-fr-hb.mbsc-ios .mbsc-fr-hdr,
  .mbsc-fr-hb.mbsc-ios .mbsc-fr-btn-cont,
  .mbsc-fr-hb.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w,
  .mbsc-fr-hb.mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup,
  .mbsc-fr-hb.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont,
  .mbsc-fr-hb.mbsc-ios.mbsc-calendar .mbsc-fr-popup .mbsc-fr-btn-cont,
  .mbsc-fr-hb.mbsc-ios .mbsc-cal-day,
  .mbsc-fr-hb.mbsc-ios .mbsc-cal-sc-m-cell,
  .mbsc-cal-event-list .mbsc-cal-event:before,
  .mbsc-cal-event-list .mbsc-cal-event:after,
  .mbsc-fr-hb.mbsc-ios .mbsc-range-btn-end,
  .mbsc-fr-hb.mbsc-ios .mbsc-range-btn-end .mbsc-range-btn:before,
  .mbsc-fr-hb.mbsc-ios .mbsc-np-btn,
  .mbsc-fr-hb.mbsc-ios.mbsc-ms-more .mbsc-ms-item:after,
  .mbsc-lv-hb.mbsc-lv-ios .mbsc-lv-item:before,
  .mbsc-lv-hb.mbsc-lv-ios .mbsc-lv-item:after,
  .mbsc-lv-hb.mbsc-lv-ios .mbsc-lv-gr-title,
  .mbsc-lv-hb.mbsc-lv-ios,
  .mbsc-form-hb.mbsc-ios .mbsc-control-w:before,
  .mbsc-form-hb.mbsc-ios .mbsc-control-w:after,
  .mbsc-form-hb.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:before,
  .mbsc-form-hb.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:after,
  .mbsc-form-hb.mbsc-ios .mbsc-divider,
  .mbsc-form-hb.mbsc-ios .mbsc-btn-group {
    border-width: 0.5px;
  }
}
.mbsc-ios .mbsc-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: #ffffff;
}
.mbsc-ios .mbsc-input input {
  height: 2.75em;
  padding: 0 1em;
  background: transparent;
}
.mbsc-ios .mbsc-input .mbsc-control::-webkit-input-placeholder {
  color: #cccccc;
}
.mbsc-ios .mbsc-input .mbsc-control::-ms-input-placeholder {
  color: #cccccc;
}
.mbsc-ios .mbsc-input .mbsc-control::-moz-placeholder {
  color: #cccccc;
}
.mbsc-ios .mbsc-input-wrap {
  position: static;
  -webkit-box-flex: 1;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.mbsc-ios .mbsc-input-wrap .mbsc-input-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px;
}
.mbsc-ios .mbsc-input-wrap input:-webkit-autofill ~ .mbsc-input-fill {
  background: #faffba;
}
.mbsc-ios .mbsc-input-wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #faffba inset;
          box-shadow: 0 0 0 1000px #faffba inset;
}
.mbsc-ios .mbsc-textarea textarea {
  height: 3em;
  padding: 0 1em;
  background: transparent;
}
.mbsc-ios .mbsc-input .mbsc-label,
.mbsc-ios .mbsc-progress .mbsc-label {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
  max-width: 12.5em;
  overflow: hidden;
  font-size: 1em;
  line-height: 2.75em;
  color: #020202;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mbsc-ios.mbsc-ltr .mbsc-input .mbsc-label {
  padding-left: 1em;
}
.mbsc-ios.mbsc-rtl .mbsc-input .mbsc-label {
  padding-right: 1em;
}
.mbsc-ios .mbsc-input input:disabled,
.mbsc-ios .mbsc-input textarea:disabled,
.mbsc-ios .mbsc-input .mbsc-control:disabled ~ input,
.mbsc-ios .mbsc-input .mbsc-control:disabled ~ .mbsc-ic {
  opacity: 0.5;
}
.mbsc-ios .mbsc-err-msg {
  padding: .5em 1.3333em;
  color: #d8332a;
}
.mbsc-ios.mbsc-ltr .mbsc-select input {
  padding-right: 2.25em;
}
.mbsc-ios.mbsc-rtl .mbsc-select input {
  padding-left: 2.25em;
}
.mbsc-ios .mbsc-select-ic {
  position: absolute;
  display: block;
  height: 1.25em;
  width: 1.25em;
  top: .875em;
  right: 1em;
  text-align: center;
}
.mbsc-ios.mbsc-rtl .mbsc-select-ic {
  right: auto;
  left: 1em;
}
.mbsc-ios .mbsc-ic-right .mbsc-select-ic {
  right: 3.4em;
}
.mbsc-ios.mbsc-rtl .mbsc-ic-right .mbsc-select-ic {
  right: auto;
  left: 3.4em;
}
.mbsc-ios .mbsc-select-inline .mbsc-select-ic {
  display: none;
}
.mbsc-ios .mbsc-textarea .mbsc-input-wrap {
  padding: 0.625em 0;
}
.mbsc-ios .mbsc-input-ic {
  top: .375em;
  margin-top: -1px;
}
.mbsc-ios .mbsc-ic-left {
  z-index: 1;
}
.mbsc-ios.mbsc-ltr .mbsc-ic-left .mbsc-input-wrap,
.mbsc-ios.mbsc-rtl .mbsc-ic-right .mbsc-input-wrap {
  padding-left: 2.25em;
}
.mbsc-ios.mbsc-ltr .mbsc-ic-right .mbsc-input-wrap,
.mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.25em;
}
.mbsc-ios.mbsc-ltr .mbsc-ic-left .mbsc-label {
  padding-left: 3.25em;
}
.mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-label {
  padding-right: 3.25em;
}
.mbsc-ios.mbsc-ltr .mbsc-ic-left .mbsc-label ~ .mbsc-input-wrap {
  padding-left: 0;
}
.mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-label ~ .mbsc-input-wrap {
  padding-right: 0;
}
.mbsc-ios .mbsc-ic-left .mbsc-left-ic,
.mbsc-ios.mbsc-rtl .mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: 0.625em;
}
.mbsc-ios .mbsc-ic-right .mbsc-right-ic,
.mbsc-ios.mbsc-rtl .mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: 0.625em;
}
.mbsc-ios .mbsc-control-w {
  margin-top: -1px;
}
.mbsc-ios .mbsc-control-w:before,
.mbsc-ios .mbsc-control-w:after {
  border-top: 1px solid #ccc;
  content: "";
  position: absolute;
  right: 0;
  left: 1em;
}
.mbsc-ios .mbsc-control-w:before {
  top: 0;
}
.mbsc-ios .mbsc-control-w:after {
  bottom: 0;
}
.mbsc-ios .mbsc-form-group-title + .mbsc-control-w:before,
.mbsc-ios .mbsc-control-w:first-child:before,
.mbsc-ios .mbsc-control-w:last-child:after {
  left: 0;
}
.mbsc-ios .mbsc-control-ng .mbsc-control-w:before,
.mbsc-ios .mbsc-control-ng .mbsc-control-w:after {
  left: 1em;
}
.mbsc-ios .mbsc-form-group-title + .mbsc-control-ng .mbsc-control-w:before,
.mbsc-ios .mbsc-control-ng:first-child .mbsc-control-w:before,
.mbsc-ios .mbsc-control-ng:last-child .mbsc-control-w:after {
  left: 0;
}
.mbsc-ios .mbsc-ic-left:before,
.mbsc-ios .mbsc-ic-left:after {
  left: 3.25em;
}
.mbsc-ios .mbsc-err {
  z-index: 2;
}
.mbsc-ios .mbsc-control-w.mbsc-err:after,
.mbsc-ios .mbsc-control-w.mbsc-err + .mbsc-err:before,
.mbsc-ios .mbsc-control-w.mbsc-err + .mbsc-divider {
  border-top-color: #ec2a32;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-control-w,
.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:first-child {
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:last-child {
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-control-w:before,
.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:first-child:before,
.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:last-child:after {
  border-width: 0;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w {
  border-radius: 0;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:before,
.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:after {
  border-width: 1px;
}
.mbsc-ios.mbsc-form .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-control-ng .mbsc-control-w:before,
.mbsc-ios.mbsc-form .mbsc-form-group-inset .mbsc-control-ng:first-child .mbsc-control-w:before,
.mbsc-ios.mbsc-form .mbsc-form-group-inset .mbsc-control-ng:last-child .mbsc-control-w:after {
  border-width: 0;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-control-ng .mbsc-control-w,
.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng:first-child .mbsc-control-w {
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng:last-child .mbsc-control-w {
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em;
}
.mbsc-ios .mbsc-label-stacked.mbsc-input .mbsc-label {
  font-size: .75em;
  position: absolute;
  top: 1em;
  line-height: 1em;
  padding: 0;
  width: auto;
}
.mbsc-ios .mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap input {
  height: 3.75em;
  padding-top: 1.5em;
}
.mbsc-ios .mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 1.625em;
}
.mbsc-ios .mbsc-label-stacked.mbsc-input.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 1.625em;
}
.mbsc-ios .mbsc-label-stacked.mbsc-input.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.4375em;
}
.mbsc-ios.mbsc-ltr .mbsc-label-stacked.mbsc-input .mbsc-label {
  left: 1.333334em;
  right: auto;
}
.mbsc-ios.mbsc-ltr .mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-input-wrap {
  padding-left: 2.375em;
}
.mbsc-ios.mbsc-ltr .mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 4.5em;
}
.mbsc-ios.mbsc-rtl .mbsc-label-stacked.mbsc-input .mbsc-label {
  left: auto;
  right: 1.333334em;
}
.mbsc-ios.mbsc-rtl .mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.375em;
}
.mbsc-ios.mbsc-rtl .mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 4.5em;
}
.mbsc-ios.mbsc-rtl .mbsc-label-stacked.mbsc-input.mbsc-control-w:before,
.mbsc-ios.mbsc-rtl .mbsc-label-stacked.mbsc-input.mbsc-control-w:after {
  right: 0;
}
.mbsc-ios .mbsc-label-floating.mbsc-input .mbsc-label {
  position: absolute;
  padding: 0;
  font-size: 1em;
  line-height: 2em;
  top: .875em;
  width: auto;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label,
.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-ic-right .mbsc-label {
  top: 1.625em;
}
.mbsc-ios .mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap input {
  height: 3.75em;
  padding-top: 1.5em;
}
.mbsc-ios .mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 1.625em;
}
.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 1.625em;
}
.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.4375em;
}
.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  -webkit-transform: translateY(-0.5em) scale(0.75);
  transform: translateY(-0.5em) scale(0.75);
}
.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-label-floating-active.mbsc-ic-left .mbsc-label,
.mbsc-ios .mbsc-label-floating.mbsc-input.mbsc-label-floating-active.mbsc-ic-right .mbsc-label {
  -webkit-transform: translateY(-1.25em) scale(0.75);
  transform: translateY(-1.25em) scale(0.75);
}
.mbsc-ios.mbsc-ltr .mbsc-label-floating.mbsc-input .mbsc-label {
  left: 1em;
}
.mbsc-ios.mbsc-ltr .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-input-wrap {
  padding-left: 2.375em;
}
.mbsc-ios.mbsc-ltr .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 3.375em;
}
.mbsc-ios.mbsc-rtl .mbsc-label-floating.mbsc-input .mbsc-label {
  right: 1em;
}
.mbsc-ios.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.375em;
}
.mbsc-ios.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 3.375em;
}
.mbsc-ios.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-control-w:before,
.mbsc-ios.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-control-w:after {
  right: 0;
}
.mbsc-ios .mbsc-input-box.mbsc-control-w,
.mbsc-ios .mbsc-input-outline.mbsc-control-w {
  margin-top: -1px;
  margin: 1.5em 1em;
  border-radius: 8px;
  border: 1px solid transparent;
}
.mbsc-ios .mbsc-input-box.mbsc-control-w input,
.mbsc-ios .mbsc-input-outline.mbsc-control-w input {
  border-radius: 8px;
}
.mbsc-ios .mbsc-input-box.mbsc-control-w:before,
.mbsc-ios .mbsc-input-outline.mbsc-control-w:before,
.mbsc-ios .mbsc-input-box.mbsc-control-w:after,
.mbsc-ios .mbsc-input-outline.mbsc-control-w:after {
  border-top: 0;
}
.mbsc-ios .mbsc-input-box.mbsc-err,
.mbsc-ios .mbsc-input-outline.mbsc-err {
  border-color: #d8332a;
}
.mbsc-ios .mbsc-input-box .mbsc-err-msg,
.mbsc-ios .mbsc-input-outline .mbsc-err-msg {
  position: absolute;
  bottom: -1.5em;
  padding: 0;
  color: #d8332a;
}
.mbsc-ios .mbsc-input-box.mbsc-control-w.mbsc-err + .mbsc-divider,
.mbsc-ios .mbsc-input-outline.mbsc-control-w.mbsc-err + .mbsc-divider {
  border-top: 0;
}
.mbsc-ios .mbsc-input-box.mbsc-label-stacked.mbsc-input .mbsc-label,
.mbsc-ios .mbsc-input-outline.mbsc-label-stacked.mbsc-input .mbsc-label {
  top: 0.75em;
}
.mbsc-ios .mbsc-input-box.mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap input,
.mbsc-ios .mbsc-input-outline.mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap input {
  height: 3.375em;
  padding-top: 1.25em;
}
.mbsc-ios .mbsc-input-box.mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic,
.mbsc-ios .mbsc-input-outline.mbsc-label-stacked.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.75em;
}
.mbsc-ios .mbsc-input-box.mbsc-label-stacked.mbsc-input.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap,
.mbsc-ios .mbsc-input-outline.mbsc-label-stacked.mbsc-input.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 1.75em;
}
.mbsc-ios .mbsc-input-box.mbsc-label-stacked.mbsc-input.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic,
.mbsc-ios .mbsc-input-outline.mbsc-label-stacked.mbsc-input.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 1.25em;
}
.mbsc-ios .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label,
.mbsc-ios .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label {
  top: 0.6875em;
}
.mbsc-ios .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap input,
.mbsc-ios .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap input {
  height: 3.375em;
  padding-top: 1.25em;
}
.mbsc-ios .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic,
.mbsc-ios .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.75em;
}
.mbsc-ios .mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label,
.mbsc-ios .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  -webkit-transform: translateY(-0.5em) scale(0.75);
  transform: translateY(-0.5em) scale(0.75);
}
.mbsc-ios.mbsc-ltr .mbsc-input-box .mbsc-err-msg,
.mbsc-ios.mbsc-ltr .mbsc-input-outline .mbsc-err-msg {
  left: 1.333334em;
}
.mbsc-ios.mbsc-rtl .mbsc-input-box .mbsc-err-msg,
.mbsc-ios.mbsc-rtl .mbsc-input-outline .mbsc-err-msg {
  right: 1.333334em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w.mbsc-input-box,
.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w.mbsc-input-outline {
  border-radius: 0.5em;
}
.mbsc-ios .mbsc-input-outline.mbsc-control-w {
  border: 1px solid #cccccc;
}
.mbsc-ios .mbsc-input-outline.mbsc-err.mbsc-control-w {
  border-color: #d8332a;
}
.mbsc-ios .mbsc-input-outline.mbsc-select .mbsc-label ~ .mbsc-input-wrap .mbsc-select-ic {
  top: 0.875em;
}
.mbsc-ios.mbsc-rating .mbsc-progress-track {
  color: #007aff;
}
.mbsc-ios.mbsc-rating.mbsc-progress .mbsc-input-wrap {
  padding: 0;
}
.mbsc-ios.mbsc-rating input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: 0.4;
}
.mbsc-ios.mbsc-rating.mbsc-rating-primary .mbsc-progress-track {
  color: #3f97f6;
}
.mbsc-ios.mbsc-rating.mbsc-rating-secondary .mbsc-progress-track {
  color: #90979e;
}
.mbsc-ios.mbsc-rating.mbsc-rating-success .mbsc-progress-track {
  color: #43be5f;
}
.mbsc-ios.mbsc-rating.mbsc-rating-danger .mbsc-progress-track {
  color: #f5504e;
}
.mbsc-ios.mbsc-rating.mbsc-rating-warning .mbsc-progress-track {
  color: #f8b042;
}
.mbsc-ios.mbsc-rating.mbsc-rating-info .mbsc-progress-track {
  color: #5bb7c5;
}
.mbsc-ios.mbsc-alert .mbsc-fr-c.mbsc-wdg-c {
  padding: 1.142857em;
  line-height: 1.285714;
  text-align: center;
}
.mbsc-ios.mbsc-alert h2 {
  margin: .277778em 0;
  font-size: 1.285715em;
}
.mbsc-ios.mbsc-alert p {
  margin: 0.357143em 0;
}
.mbsc-ios.mbsc-alert .mbsc-input {
  margin-top: 1.142857em;
  border: 1px solid #ccc;
  border-radius: 0;
}
.mbsc-ios.mbsc-alert .mbsc-input input {
  height: 1.714286em;
  padding: 0 0.357143em;
}
.mbsc-ios.mbsc-snackbar .mbsc-fr-w {
  background: #646464;
  color: #ffffff;
}
.mbsc-ios.mbsc-snackbar .mbsc-snackbar-btn {
  color: #a0cbf8;
}
.mbsc-ios.mbsc-toast .mbsc-toast-msg {
  background: #646464;
  border-radius: .5em;
  color: #fff;
  opacity: 0.9;
}
.mbsc-ios.mbsc-snackbar.mbsc-primary .mbsc-fr-w,
.mbsc-ios.mbsc-toast.mbsc-primary .mbsc-toast-msg {
  background: #3f97f6;
  color: #eeeeee;
}
.mbsc-ios.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,
.mbsc-ios.mbsc-toast.mbsc-secondary .mbsc-toast-msg {
  background: #90979E;
  color: #eeeeee;
}
.mbsc-ios.mbsc-snackbar.mbsc-success .mbsc-fr-w,
.mbsc-ios.mbsc-toast.mbsc-success .mbsc-toast-msg {
  background: #43BE5F;
  color: #eeeeee;
}
.mbsc-ios.mbsc-snackbar.mbsc-danger .mbsc-fr-w,
.mbsc-ios.mbsc-toast.mbsc-danger .mbsc-toast-msg {
  background: #f5504e;
  color: #eeeeee;
}
.mbsc-ios.mbsc-snackbar.mbsc-warning .mbsc-fr-w,
.mbsc-ios.mbsc-toast.mbsc-warning .mbsc-toast-msg {
  background: #f8b042;
  color: #eeeeee;
}
.mbsc-ios.mbsc-snackbar.mbsc-info .mbsc-fr-w,
.mbsc-ios.mbsc-toast.mbsc-info .mbsc-toast-msg {
  background: #5BB7C5;
  color: #eeeeee;
}
.mbsc-ios.mbsc-snackbar.mbsc-primary .mbsc-snackbar-btn,
.mbsc-ios.mbsc-snackbar.mbsc-secondary .mbsc-snackbar-btn,
.mbsc-ios.mbsc-snackbar.mbsc-success .mbsc-snackbar-btn,
.mbsc-ios.mbsc-snackbar.mbsc-danger .mbsc-snackbar-btn,
.mbsc-ios.mbsc-snackbar.mbsc-warning .mbsc-snackbar-btn,
.mbsc-ios.mbsc-snackbar.mbsc-info .mbsc-snackbar-btn {
  color: #eeeeee;
}
.mbsc-ios .mbsc-collapsible .mbsc-collapsible-header {
  padding-right: 3em;
}
.mbsc-ios .mbsc-collapsible .mbsc-form-group-title {
  padding-top: 2.5em;
  margin: 0;
}
.mbsc-ios .mbsc-collapsible .mbsc-form-group-title .mbsc-collapsible-icon {
  margin-top: 0.5em;
}
.mbsc-ios.mbsc-form {
  background: #efeff4;
  color: #000000;
}
.mbsc-ios.mbsc-form *::-moz-selection {
  color: #fff;
  background: #1272dc;
}
.mbsc-ios.mbsc-form *::selection {
  color: #fff;
  background: #1272dc;
}
.mbsc-ios .mbsc-input-ic {
  color: #7f8797;
}
.mbsc-ios .mbsc-desc {
  opacity: 0.5;
}
.mbsc-ios .mbsc-divider,
.mbsc-ios .mbsc-form-group-title {
  position: relative;
  z-index: 2;
  background: #efeff4;
  margin-top: -1px;
  border-bottom: 1px solid #ccc;
  color: #6d6d72;
  font-size: .75em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.mbsc-ios .mbsc-divider {
  padding: 2.333334em 1.333334em .5em 1.333334em;
  border-top: 1px solid #cccccc;
}
.mbsc-ios .mbsc-form-group-title {
  padding: 0.5em 1.333334em;
}
.mbsc-ios.mbsc-form-outline .mbsc-divider,
.mbsc-ios.mbsc-form-outline .mbsc-form-group-title,
.mbsc-ios.mbsc-form-box .mbsc-divider,
.mbsc-ios.mbsc-form-box .mbsc-form-group-title {
  border: 0;
}
.mbsc-ios .mbsc-form-grid {
  margin-top: .75em;
  margin-bottom: 0.75em;
}
.mbsc-ios .mbsc-form-grid .mbsc-input-box.mbsc-control-w,
.mbsc-ios .mbsc-form-grid .mbsc-input-outline.mbsc-control-w {
  margin: 0.75em 1em;
}
.mbsc-ios.mbsc-form .mbsc-checkbox,
.mbsc-ios.mbsc-form .mbsc-radio {
  padding: .875em 3.75em .875em 1em;
  background: #ffffff;
}
.mbsc-ios.mbsc-rtl .mbsc-checkbox,
.mbsc-ios.mbsc-rtl .mbsc-radio {
  padding: 0.875em 1em 0.875em 3.75em;
}
.mbsc-ios .mbsc-checkbox input:disabled + .mbsc-checkbox-box,
.mbsc-ios .mbsc-checkbox input:disabled ~ .mbsc-label,
.mbsc-ios .mbsc-checkbox input:disabled ~ .mbsc-desc,
.mbsc-ios .mbsc-radio input:disabled + .mbsc-radio-box,
.mbsc-ios .mbsc-radio input:disabled ~ .mbsc-label,
.mbsc-ios .mbsc-radio input:disabled ~ .mbsc-desc,
.mbsc-ios .mbsc-switch input:disabled + .mbsc-switch-track,
.mbsc-ios .mbsc-switch input:disabled ~ .mbsc-label,
.mbsc-ios .mbsc-switch input:disabled ~ .mbsc-desc {
  opacity: 0.3;
}
.mbsc-ios .mbsc-checkbox-box:after,
.mbsc-ios .mbsc-radio-box:after {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-ios .mbsc-checkbox-box {
  right: 1em;
  width: 1.75em;
  height: 1.75em;
  margin-top: -0.875em;
  background: transparent;
  border: .125em solid #1272dc;
  border-radius: 2em;
}
.mbsc-ios.mbsc-rtl .mbsc-checkbox-box {
  right: auto;
  left: 1em;
}
.mbsc-ios .mbsc-checkbox-box:after {
  top: 32%;
  left: 26%;
  width: .75em;
  height: .375em;
  border: .125em solid #1272dc;
  border-top: 0;
  border-right: 0;
}
.mbsc-ios .mbsc-checkbox-primary .mbsc-checkbox-box,
.mbsc-ios .mbsc-checkbox-primary .mbsc-checkbox-box:after {
  border-color: #3f97f6;
}
.mbsc-ios .mbsc-checkbox-secondary .mbsc-checkbox-box,
.mbsc-ios .mbsc-checkbox-secondary .mbsc-checkbox-box:after {
  border-color: #90979e;
}
.mbsc-ios .mbsc-checkbox-success .mbsc-checkbox-box,
.mbsc-ios .mbsc-checkbox-success .mbsc-checkbox-box:after {
  border-color: #43be5f;
}
.mbsc-ios .mbsc-checkbox-danger .mbsc-checkbox-box,
.mbsc-ios .mbsc-checkbox-danger .mbsc-checkbox-box:after {
  border-color: #f5504e;
}
.mbsc-ios .mbsc-checkbox-warning .mbsc-checkbox-box,
.mbsc-ios .mbsc-checkbox-warning .mbsc-checkbox-box:after {
  border-color: #f8b042;
}
.mbsc-ios .mbsc-checkbox-info .mbsc-checkbox-box,
.mbsc-ios .mbsc-checkbox-info .mbsc-checkbox-box:after {
  border-color: #5bb7c5;
}
.mbsc-ios .mbsc-radio-box {
  right: 1.125em;
  margin-top: -0.625em;
  background: transparent;
}
.mbsc-ios.mbsc-rtl .mbsc-radio-box {
  right: auto;
  left: 1.125em;
}
.mbsc-ios .mbsc-radio-box:after {
  position: absolute;
  top: 44%;
  left: 23%;
  width: 1em;
  height: .5em;
  border: .125em solid #1272dc;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mbsc-ios .mbsc-radio input:disabled ~ .mbsc-radio-label {
  color: #a6a7a6;
}
.mbsc-ios .mbsc-radio-primary .mbsc-radio-box:after {
  border-color: #3f97f6;
}
.mbsc-ios .mbsc-radio-secondary .mbsc-radio-box:after {
  border-color: #90979e;
}
.mbsc-ios .mbsc-radio-success .mbsc-radio-box:after {
  border-color: #43be5f;
}
.mbsc-ios .mbsc-radio-danger .mbsc-radio-box:after {
  border-color: #f5504e;
}
.mbsc-ios .mbsc-radio-warning .mbsc-radio-box:after {
  border-color: #f8b042;
}
.mbsc-ios .mbsc-radio-info .mbsc-radio-box:after {
  border-color: #5bb7c5;
}
.mbsc-ios .mbsc-btn {
  margin: .5em .25em;
  padding: .625em 1.375em;
  background: #fff;
  border: 0;
  border-radius: .25em;
  color: #1272dc;
}
.mbsc-ios .mbsc-btn-ic {
  padding-right: 0.625em;
}
.mbsc-ios .mbsc-btn-icon-only .mbsc-btn-ic {
  padding: 0;
}
.mbsc-ios.mbsc-no-touch .mbsc-btn:not(:disabled):not(.mbsc-active):hover {
  opacity: 0.8;
}
.mbsc-ios .mbsc-btn.mbsc-active {
  opacity: 0.6;
}
.mbsc-ios .mbsc-btn:disabled {
  background: #dfdfdf;
  color: #c4c4c4;
}
.mbsc-ios .mbsc-btn.mbsc-btn-outline:disabled {
  color: #c4c4c4;
  border-color: #c4c4c4;
}
.mbsc-ios .mbsc-btn.mbsc-btn-flat {
  background: transparent;
  border-color: transparent;
}
.mbsc-ios .mbsc-btn-flat.mbsc-active {
  opacity: 0.6;
}
.mbsc-ios .mbsc-btn-flat:disabled {
  background: transparent;
  opacity: .8;
  color: #c4c4c4;
}
.mbsc-ios .mbsc-btn-group,
.mbsc-ios .mbsc-btn-group-justified,
.mbsc-ios .mbsc-btn-group-block {
  margin: .5em .75em;
  background: #efeff4;
}
.mbsc-ios .mbsc-btn-group-block {
  margin: 0.5em 1em;
}
.mbsc-ios .mbsc-btn-primary.mbsc-btn {
  background: #3f97f6;
  color: #eeeeee;
}
.mbsc-ios .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat {
  color: #3f97f6;
}
.mbsc-ios .mbsc-btn-secondary.mbsc-btn {
  background: #90979E;
  color: #eeeeee;
}
.mbsc-ios .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat {
  color: #90979e;
}
.mbsc-ios .mbsc-btn-success.mbsc-btn {
  background: #43BE5F;
  color: #eeeeee;
}
.mbsc-ios .mbsc-btn-success.mbsc-btn.mbsc-btn-flat {
  color: #43be5f;
}
.mbsc-ios .mbsc-btn-danger.mbsc-btn {
  background: #f5504e;
  color: #eeeeee;
}
.mbsc-ios .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat {
  color: #f5504e;
}
.mbsc-ios .mbsc-btn-warning.mbsc-btn {
  background: #f8b042;
  color: #eeeeee;
}
.mbsc-ios .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat {
  color: #f8b042;
}
.mbsc-ios .mbsc-btn-info.mbsc-btn {
  background: #5BB7C5;
  color: #eeeeee;
}
.mbsc-ios .mbsc-btn-info.mbsc-btn.mbsc-btn-flat {
  color: #5bb7c5;
}
.mbsc-ios .mbsc-btn-light.mbsc-btn {
  background: #fff;
  color: #000000;
}
.mbsc-ios .mbsc-btn-light.mbsc-btn.mbsc-btn-flat {
  color: #cccccc;
}
.mbsc-ios .mbsc-btn-dark.mbsc-btn {
  background: #47494A;
  color: #eeeeee;
}
.mbsc-ios .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat {
  color: #47494a;
}
.mbsc-ios .mbsc-btn-flat.mbsc-btn {
  background: transparent;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn {
  background: transparent;
  border: 1px solid #1272dc;
  color: #1272dc;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-active {
  background: #1272dc;
  color: #efeff4;
  opacity: 1;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-primary {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-primary.mbsc-active {
  background: #3f97f6;
  color: #ffffff;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary {
  border-color: #90979E;
  color: #90979e;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary.mbsc-active {
  background: #90979E;
  color: #ffffff;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-success {
  border-color: #43BE5F;
  color: #43be5f;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-success.mbsc-active {
  background: #43BE5F;
  color: #ffffff;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-danger {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-danger.mbsc-active {
  background: #f5504e;
  color: #ffffff;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-warning {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-warning.mbsc-active {
  background: #f8b042;
  color: #ffffff;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-info {
  border-color: #5BB7C5;
  color: #5bb7c5;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-info.mbsc-active {
  background: #5BB7C5;
  color: #ffffff;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-light {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-light.mbsc-active {
  background: #bfbfbf;
  color: #ffffff;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-dark {
  border-color: #47494A;
  color: #47494a;
}
.mbsc-ios .mbsc-btn-outline.mbsc-btn.mbsc-btn-dark.mbsc-active {
  background: #47494A;
  color: #ffffff;
}
.mbsc-ios.mbsc-form .mbsc-switch {
  padding: .875em 5em .875em 1em;
  background: #ffffff;
}
.mbsc-ios.mbsc-rtl .mbsc-switch {
  padding: 0.875em 1em 0.875em 5em;
}
.mbsc-ios .mbsc-switch-track {
  right: 1em;
  width: 3em;
  height: 1.75em;
  padding: 0;
  margin-top: -0.96875em;
  background: #e5e5e5;
  border: .0625em solid #e5e5e5;
  border-radius: 1.25em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.mbsc-ios.mbsc-rtl .mbsc-switch-track {
  right: auto;
  left: 1em;
}
.mbsc-ios .mbsc-switch-track:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 1.25em;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.mbsc-ios .mbsc-switch-track .mbsc-progress-track {
  margin: 0 0.875em;
}
.mbsc-ios .mbsc-switch-handle {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 1.75em;
  height: 1.75em;
  margin: -0.875em 0 0 -0.875em;
  background: #fff;
  border-radius: 1.75em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1), 0 0 0.0625em rgba(0, 0, 0, 0.15), 0 0.125em 0.125em rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.1), 0 0 0.0625em rgba(0, 0, 0, 0.15), 0 0.125em 0.125em rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.mbsc-ios.mbsc-rtl .mbsc-switch-handle {
  margin: -0.875em -0.875em 0 0;
}
.mbsc-ios .mbsc-switch input:checked + .mbsc-switch-track {
  background: #4cd764;
  border-color: #4cd764;
}
.mbsc-ios .mbsc-switch input:checked + .mbsc-switch-track:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mbsc-ios .mbsc-switch-primary.mbsc-switch input:checked + .mbsc-switch-track {
  border-color: #3f97f6;
  background: #3f97f6;
}
.mbsc-ios .mbsc-switch-secondary.mbsc-switch input:checked + .mbsc-switch-track {
  border-color: #90979E;
  background: #90979e;
}
.mbsc-ios .mbsc-switch-success.mbsc-switch input:checked + .mbsc-switch-track {
  border-color: #43BE5F;
  background: #43be5f;
}
.mbsc-ios .mbsc-switch-danger.mbsc-switch input:checked + .mbsc-switch-track {
  border-color: #f5504e;
  background: #f5504e;
}
.mbsc-ios .mbsc-switch-warning.mbsc-switch input:checked + .mbsc-switch-track {
  border-color: #f8b042;
  background: #f8b042;
}
.mbsc-ios .mbsc-switch-info.mbsc-switch input:checked + .mbsc-switch-track {
  border-color: #5BB7C5;
  background: #5bb7c5;
}
.mbsc-ios .mbsc-segmented {
  padding: .75em;
  background-color: #ffffff;
}
.mbsc-ios .mbsc-stepper {
  display: block;
}
.mbsc-ios .mbsc-segmented-content {
  height: 2.14285714em;
  margin-left: -0.07142857em;
  line-height: 2.14285714em;
  padding: 0 .42857em;
  color: #1272dc;
  text-transform: capitalize;
  border: .07142857em solid #1272dc;
  background: #ffffff;
}
.mbsc-ios.mbsc-ltr .mbsc-stepper-minus .mbsc-segmented-content,
.mbsc-ios.mbsc-ltr .mbsc-segmented-item:first-child .mbsc-segmented-content,
.mbsc-ios.mbsc-rtl .mbsc-stepper-plus .mbsc-segmented-content,
.mbsc-ios.mbsc-rtl .mbsc-segmented-item:last-child .mbsc-segmented-content {
  border-top-left-radius: .25em;
  border-bottom-left-radius: 0.25em;
}
.mbsc-ios .mbsc-segmented.mbsc-stepper.mbsc-control-w:before,
.mbsc-ios .mbsc-segmented.mbsc-stepper.mbsc-control-w:after {
  border: 0;
}
.mbsc-ios.mbsc-ltr .mbsc-stepper-plus .mbsc-segmented-content,
.mbsc-ios.mbsc-ltr .mbsc-segmented-item:last-child .mbsc-segmented-content,
.mbsc-ios.mbsc-rtl .mbsc-stepper-minus .mbsc-segmented-content,
.mbsc-ios.mbsc-rtl .mbsc-segmented-item:first-child .mbsc-segmented-content {
  border-top-right-radius: .25em;
  border-bottom-right-radius: 0.25em;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-ios .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #1272dc;
  color: #ffffff;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(18, 114, 220, 0.3);
  color: #1272dc;
}
.mbsc-ios .mbsc-stepper-cont {
  padding: 1.5em 11.75em 1.5em 1em;
  background: #ffffff;
}
.mbsc-ios.mbsc-rtl .mbsc-stepper-cont {
  padding: 1.5em 1em 1.5em 11.75em;
}
.mbsc-ios .mbsc-stepper {
  right: 1em;
  margin-top: -1em;
}
.mbsc-ios.mbsc-rtl .mbsc-stepper {
  right: auto;
  left: 1em;
}
.mbsc-ios .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-ios .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-ios .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  background: none;
  color: #c4c4c4;
  border-color: #c4c4c4;
}
.mbsc-ios .mbsc-stepper input:disabled {
  color: #c4c4c4;
  -webkit-text-fill-color: #c4c4c4;
}
.mbsc-ios .mbsc-stepper .mbsc-segmented-item {
  width: 3.25em;
}
.mbsc-ios .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #dfdfdf;
}
.mbsc-ios .mbsc-stepper input {
  color: #000;
  width: 3.714286em;
  left: 3.714286em;
  z-index: 3;
}
.mbsc-ios.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(18, 114, 220, 0.15);
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-primary .mbsc-segmented-content {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  color: #3f97f6;
  background: rgba(63, 151, 246, 0.45);
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-secondary .mbsc-segmented-content {
  border-color: #90979E;
  color: #90979e;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  color: #90979E;
  background: rgba(144, 151, 158, 0.45);
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-success .mbsc-segmented-content {
  border-color: #43BE5F;
  color: #43be5f;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  color: #43BE5F;
  background: rgba(67, 190, 95, 0.45);
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-danger .mbsc-segmented-content {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  color: #f5504e;
  background: rgba(245, 80, 78, 0.45);
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-warning .mbsc-segmented-content {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  color: #f8b042;
  background: rgba(248, 176, 66, 0.45);
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-info .mbsc-segmented-content {
  border-color: #5BB7C5;
  color: #5bb7c5;
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  color: #5BB7C5;
  background: rgba(91, 183, 197, 0.45);
}
.mbsc-ios .mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-ios.mbsc-no-touch .mbsc-segmented-primary.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(63, 151, 246, 0.15);
}
.mbsc-ios.mbsc-no-touch .mbsc-segmented-secondary.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(144, 151, 158, 0.15);
}
.mbsc-ios.mbsc-no-touch .mbsc-segmented-success.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(67, 190, 95, 0.15);
}
.mbsc-ios.mbsc-no-touch .mbsc-segmented-danger.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(245, 80, 78, 0.15);
}
.mbsc-ios.mbsc-no-touch .mbsc-segmented-warning.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(248, 176, 66, 0.15);
}
.mbsc-ios.mbsc-no-touch .mbsc-segmented-info.mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(91, 183, 197, 0.15);
}
.mbsc-ios.mbsc-no-touch .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(63, 151, 246, 0.15);
}
.mbsc-ios.mbsc-no-touch .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(144, 151, 158, 0.15);
}
.mbsc-ios.mbsc-no-touch .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(67, 190, 95, 0.15);
}
.mbsc-ios.mbsc-no-touch .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(245, 80, 78, 0.15);
}
.mbsc-ios.mbsc-no-touch .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(248, 176, 66, 0.15);
}
.mbsc-ios.mbsc-no-touch .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(91, 183, 197, 0.15);
}
.mbsc-ios .mbsc-stepper-primary .mbsc-segmented-content {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-ios .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-ios .mbsc-stepper-secondary .mbsc-segmented-content {
  border-color: #90979E;
  color: #90979e;
}
.mbsc-ios .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-ios .mbsc-stepper-success .mbsc-segmented-content {
  border-color: #43BE5F;
  color: #43be5f;
}
.mbsc-ios .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-ios .mbsc-stepper-danger .mbsc-segmented-content {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-ios .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-ios .mbsc-stepper-warning .mbsc-segmented-content {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-ios .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-ios .mbsc-stepper-info .mbsc-segmented-content {
  border-color: #5BB7C5;
  color: #5bb7c5;
}
.mbsc-ios .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-ios.mbsc-ms-c {
  background: #f7f7f7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #cccccc;
}
.mbsc-ios .mbsc-form-group-title + .mbsc-ms-c {
  margin-top: -1px;
}
.mbsc-ios .mbsc-ms .mbsc-ms-item {
  color: #878787;
}
.mbsc-ios.mbsc-ms-top {
  border-top: 0;
}
.mbsc-ios.mbsc-ms-bottom {
  border-bottom: 0;
}
.mbsc-ios.mbsc-ms-nosel .mbsc-ms-item,
.mbsc-ios .mbsc-ms .mbsc-ms-item-sel {
  color: #007aff;
}
.mbsc-ios.mbsc-ms-nosel .mbsc-ms-item.mbsc-active {
  opacity: 0.5;
}
.mbsc-ios.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: rgba(0, 122, 255, 0.15);
}
.mbsc-ios.mbsc-ms-more .mbsc-wdg-c.mbsc-w-p {
  padding: 0;
}
.mbsc-ios.mbsc-ms-more .mbsc-ms-item {
  padding: 1em;
}
.mbsc-ios.mbsc-ms-more .mbsc-ms-item:after {
  content: "";
  border-top: 1px solid #ccc;
  position: absolute;
  right: 0;
  left: 1em;
  bottom: 0;
}
.mbsc-ios.mbsc-ms-more .mbsc-ms-item:last-child:after {
  display: none;
}
.mbsc-ios.mbsc-ms-more .mbsc-ms-ic:after {
  left: 4em;
}
.mbsc-ios.mbsc-ms-more-icons .mbsc-ms-ic:after {
  left: 0;
}
.mbsc-ios.mbsc-np .mbsc-fr-c {
  font-size: 1.333334em;
}
.mbsc-ios .mbsc-np-btn {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1.363637em;
  height: 2.2em;
}
.mbsc-ios .mbsc-np-btn:first-child {
  border-left: 0;
}
.mbsc-ios .mbsc-np-btn.mbsc-active,
.mbsc-ios .mbsc-np-btn-empty {
  background: #d1d5db;
}
.mbsc-ios .mbsc-np-btn.mbsc-disabled {
  color: #dddddd;
}
.mbsc-ios .mbsc-np-ts-h,
.mbsc-ios .mbsc-np-ts-m {
  font-weight: normal;
}
.mbsc-ios .mbsc-np-del:before {
  font-size: 1.125em;
}
.mbsc-ios.mbsc-page {
  background: #efeff4;
  color: #000000;
}
.mbsc-ios a {
  color: #007aff;
}
.mbsc-ios .mbsc-note {
  border-radius: 0.25em;
}
.mbsc-ios .mbsc-note,
.mbsc-ios .mbsc-note-primary {
  color: #074b95;
  background-color: #a0ccfb;
}
.mbsc-ios .mbsc-note-secondary {
  color: #454b50;
  background-color: #c6cace;
}
.mbsc-ios .mbsc-note-success {
  color: #1b4d26;
  background-color: #8fd8a0;
}
.mbsc-ios .mbsc-note-danger {
  color: #a10b09;
  background-color: #faafaf;
}
.mbsc-ios .mbsc-note-warning {
  color: #9b6006;
  background-color: #fcd9a4;
}
.mbsc-ios .mbsc-note-info {
  color: #235b64;
  background-color: #a6d8e0;
}
.mbsc-ios .mbsc-note-light {
  color: #4d4d4d;
  background-color: #ffffff;
}
.mbsc-ios .mbsc-note-dark {
  color: #000;
  background-color: #797c7e;
}
.mbsc-ios .mbsc-range-btn-t,
.mbsc-ios .mbsc-range-btn-c {
  width: auto;
  display: block;
}
.mbsc-ios .mbsc-range-btn {
  position: relative;
  min-height: 2.75em;
  padding: .75em 1em;
  font-size: 1.333333em;
}
.mbsc-ios .mbsc-range-btn-v {
  position: absolute;
  top: .75em;
  font-weight: normal;
}
.mbsc-ios .mbsc-ltr .mbsc-range-btn {
  text-align: left;
}
.mbsc-ios .mbsc-ltr .mbsc-range-btn-v {
  right: 1em;
}
.mbsc-ios .mbsc-rtl .mbsc-range-btn {
  text-align: right;
}
.mbsc-ios .mbsc-rtl .mbsc-range-btn-v {
  left: 1em;
  right: auto;
}
.mbsc-ios .mbsc-range-btn-end {
  border-bottom: 1px solid #cccccc;
}
.mbsc-ios .mbsc-range-btn-end .mbsc-range-btn:before {
  content: '';
  position: absolute;
  right: 0;
  left: 1em;
  top: 0;
  border-top: 1px solid #cccccc;
}
.mbsc-ios .mbsc-range-btn.mbsc-selected .mbsc-range-btn-v {
  color: #007aff;
}
.mbsc-ios.mbsc-range .mbsc-cal .mbsc-cal-day.mbsc-selected .mbsc-cal-day-date {
  background: none;
}
.mbsc-ios.mbsc-range .mbsc-cal .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #007aff;
}
.mbsc-ios.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: .3125em;
  left: 0;
  right: 0;
  height: 1.875em;
  background: #007aff;
}
.mbsc-ios.mbsc-range .mbsc-cal-has-marks .mbsc-cal-day.mbsc-selected:after {
  top: 0.1875em;
}
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:first-child:after,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:last-child:after {
  left: 0.25em;
}
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:last-child:after,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:first-child:after {
  right: 0.25em;
}
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day.mbsc-cal-sel-start:after,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day.mbsc-cal-sel-end:after {
  left: 50%;
  margin-left: -0.9375em;
}
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day.mbsc-cal-sel-end:after,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day.mbsc-cal-sel-start:after {
  right: 50%;
  margin-right: -0.9375em;
}
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-sel-start:after,
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:first-child:after,
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-hide-diff .mbsc-cal-day-first:after,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-sel-end:after,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:last-child:after,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-hide-diff .mbsc-cal-day-last:after {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-sel-end:after,
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-day:last-child:after,
.mbsc-ios.mbsc-range .mbsc-ltr .mbsc-cal-hide-diff .mbsc-cal-day-last:after,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-sel-start:after,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-day:first-child:after,
.mbsc-ios.mbsc-range .mbsc-rtl .mbsc-cal-hide-diff .mbsc-cal-day-first:after {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}
.mbsc-ios.mbsc-sc.mbsc-fr-top .mbsc-fr-w,
.mbsc-ios.mbsc-sc.mbsc-fr-bottom .mbsc-fr-w {
  background: #d1d5db;
}
.mbsc-ios.mbsc-calendar .mbsc-fr-persp .mbsc-fr-w {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-sc.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios.mbsc-sc.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-bottom: 0;
}
.mbsc-ios.mbsc-calendar.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios.mbsc-calendar.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-bottom: 1px solid #cccccc;
}
.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-l,
.mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-l {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaaaaa;
}
.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-o,
.mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d5db), color-stop(52%, rgba(209, 213, 219, 0)), color-stop(48%, rgba(209, 213, 219, 0)), to(#d1d5db));
  background: linear-gradient(#d1d5db, rgba(209, 213, 219, 0) 52%, rgba(209, 213, 219, 0) 48%, #d1d5db);
}
.mbsc-ios.mbsc-fr-top .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c,
.mbsc-ios.mbsc-fr-bottom .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #d1d5db;
}
.mbsc-ios.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(52%, rgba(255, 255, 255, 0)), color-stop(48%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 48%, #ffffff);
}
.mbsc-ios.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #ffffff;
}
.mbsc-ios .mbsc-sc-lbl {
  color: #ababab;
  line-height: 2.5em;
}
.mbsc-ios .mbsc-sc-whl-gr-c {
  padding: 0 3%;
}
.mbsc-ios .mbsc-sc-whl-gr {
  padding: 0.833333em;
}
.mbsc-ios .mbsc-sc-lbl-v {
  margin-bottom: -1.666667em;
}
.mbsc-ios .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.mbsc-ios .mbsc-sc-whl-l,
.mbsc-ios.mbsc-calendar .mbsc-sc-whl-l {
  display: block;
  margin: 0 -0.833333em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #cccccc;
}
.mbsc-ios .mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: none;
}
.mbsc-ios .mbsc-sc-whl-o,
.mbsc-ios.mbsc-calendar .mbsc-sc-whl-o {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(52%, rgba(245, 245, 245, 0)), color-stop(48%, rgba(245, 245, 245, 0)), to(#f7f7f7));
  background: linear-gradient(#f7f7f7, rgba(245, 245, 245, 0) 52%, rgba(245, 245, 245, 0) 48%, #f7f7f7);
}
.mbsc-ios .mbsc-sc-itm {
  padding: 0 .5em;
  color: #9d9d9d;
  font-size: 1.833333em;
}
.mbsc-ios.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
.mbsc-ios .mbsc-sc-itm:focus {
  outline: 0;
  background: rgba(0, 122, 255, 0.15);
}
.mbsc-ios.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active {
  background: rgba(0, 122, 255, 0.2);
}
.mbsc-ios .mbsc-sc-itm-sel {
  color: #000000;
}
.mbsc-ios .mbsc-sc-whl-gr-3d-c .mbsc-sc-whl-l {
  z-index: 3;
}
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm {
  color: #000000;
}
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  margin: 0 -0.166667em;
}
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c,
.mbsc-ios.mbsc-calendar .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #f7f7f7;
}
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
  font-size: 1.666666em;
  color: #666666;
}
.mbsc-ios .mbsc-sc-cp .mbsc-sc-whl .mbsc-sc-itm {
  text-align: center;
}
.mbsc-ios .mbsc-sc-cp .mbsc-sc-whl-w {
  padding: 2.666667em 0;
}
.mbsc-ios .mbsc-sc-btn {
  color: #007aff;
  height: 2.666667em;
  line-height: 2.666667em;
  opacity: 1;
}
.mbsc-ios .mbsc-sc-btn:before {
  font-size: 2em;
}
.mbsc-ios .mbsc-sc-btn.mbsc-active:before {
  opacity: 0.5;
}
.mbsc-ios.mbsc-sel-multi .mbsc-sc-whl-l {
  display: none;
}
.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-whl-o {
  display: none;
}
.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 1.818181em;
}
.mbsc-ios.mbsc-sel-multi .mbsc-sc-itm {
  color: #000000;
}
.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #007aff;
}
.mbsc-ios .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  font-size: 1.818181em;
}
.mbsc-ios .mbsc-sc-whl-gr-3d .mbsc-sc-whl-multi .mbsc-sc-whl-o {
  display: block;
}
.mbsc-ios.mbsc-sel-multi .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  visibility: hidden;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-sc-whl-o {
  display: none;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-sc-whl-l {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-sc-lbl-v {
  margin-bottom: -2.5em;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-sc-lbl {
  padding: 0 1.666667em;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-sc-itm {
  font-size: 1.333334em;
  padding: 0 1.25em;
  color: #000000;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 2.5em;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-sc-itm-sel {
  color: #007aff;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-sc-itm-sel:before {
  font-size: 2em;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-ltr .mbsc-sc-itm-sel:before {
  left: 0.125em;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-rtl .mbsc-sc-itm-sel:before {
  right: 0.125em;
}
.mbsc-ios .mbsc-sc-whl .mbsc-sel-gr {
  padding-left: .277777em;
  color: #9d9d9d;
  font-weight: normal;
  font-size: 1.222222em;
}
.mbsc-ios .mbsc-sel-filter-cont.mbsc-input {
  font-size: 1.166667em;
  padding: .5em;
  background: #c4c4c4;
}
.mbsc-ios.mbsc-fr-center .mbsc-sel-filter-cont {
  background: #ebebe8;
}
.mbsc-ios .mbsc-sel-filter-cont.mbsc-input input {
  height: 2em;
  background: #fff;
  border-radius: 0.325em;
}
.mbsc-ios .mbsc-sel-filter-clear {
  width: 1.75em;
  right: .5em;
  color: #8c8c8c;
  font-size: 1em;
}
.mbsc-ios.mbsc-sel .mbsc-rtl .mbsc-sel-filter-clear {
  left: 0.5em;
}
.mbsc-ios .mbsc-sel-filter-cont.mbsc-control-w:before,
.mbsc-ios .mbsc-sel-filter-cont.mbsc-control-w:after {
  border: none;
}
.mbsc-ios .mbsc-sel-gr-whl .mbsc-sc-itm {
  padding: 0 0.5em;
}
.mbsc-ios .mbsc-sel-gr-whl .mbsc-sc-itm::before {
  display: none;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-sc-whl .mbsc-sel-gr {
  color: #000;
  font-weight: 700;
  font-size: 1em;
  padding: 0 1.666667em;
}
.mbsc-ios.mbsc-fr-pointer .mbsc-sel-gr-whl .mbsc-sc-itm {
  padding: 0 1.25em;
}
.mbsc-ios.mbsc-fr-pointer.mbsc-sel .mbsc-ltr .mbsc-sc-whl-w + .mbsc-sc-whl-w {
  border-left: 1px solid #cccccc;
}
.mbsc-ios.mbsc-fr-pointer.mbsc-sel .mbsc-rtl .mbsc-sc-whl-w + .mbsc-sc-whl-w {
  border-right: 1px solid #cccccc;
}
.mbsc-ios.mbsc-timer .mbsc-sc-whl-gr {
  padding: 0.833333em;
}
.mbsc-ios.mbsc-timer .mbsc-sc-lbl {
  z-index: 3;
  top: 50%;
  bottom: auto;
  right: 0;
  left: auto;
  width: auto;
  margin-top: -0.75em;
  padding: 0 .55em;
  color: #007aff;
  font-size: 1.666667em;
  line-height: 1.5em;
  text-transform: lowercase;
}
.mbsc-ios.mbsc-timer .mbsc-rtl .mbsc-sc-lbl {
  left: 0;
  right: auto;
}
.mbsc-ios.mbsc-timer .mbsc-sc-whl-gr-3d .mbsc-sc-lbl {
  -webklit-transform: translateZ(88px);
  -webkit-transform: translateZ(88px);
          transform: translateZ(88px);
}
.mbsc-ios.mbsc-timer .mbsc-sc-itm {
  text-overflow: clip;
}
.mbsc-ios.mbsc-timer .mbsc-sc-lbl-v {
  margin: 0;
}
.mbsc-ios .mbsc-sc-lbl-v .mbsc-timer-lbl {
  display: inline;
  visibility: hidden;
  padding-left: .5em;
  font-size: .90909em;
  text-transform: lowercase;
}
.mbsc-ios.mbsc-ts .mbsc-sc-lbl-v {
  margin: 0;
}
.mbsc-ios.mbsc-ts .mbsc-sc-lbl-v .mbsc-ts-lbl {
  display: inline;
  visibility: hidden;
  padding-left: .5em;
  font-size: .90909em;
  text-transform: lowercase;
}
.mbsc-ios.mbsc-ts .mbsc-sc-whl-gr {
  padding: 0.833333em;
}
.mbsc-ios.mbsc-ts .mbsc-sc-lbl {
  padding: 0 .55em;
  margin-top: -0.75em;
  left: auto;
  top: 50%;
  right: 0;
  width: auto;
  z-index: 3;
  color: #007aff;
  font-size: 1.666667em;
  line-height: 1.5em;
  text-transform: lowercase;
}
.mbsc-ios.mbsc-ts .mbsc-rtl .mbsc-sc-lbl {
  left: 0;
  right: auto;
}
.mbsc-ios.mbsc-ts .mbsc-sc-whl-gr-3d .mbsc-sc-lbl {
  -webklit-transform: translateZ(88px);
  -webkit-transform: translateZ(88px);
          transform: translateZ(88px);
}
.mbsc-material .mbsc-cal-c {
  padding: 0.5em;
}
.mbsc-material .mbsc-cal .mbsc-cal-btn {
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  line-height: 1.5em;
  font-size: 2em;
  border-radius: 2em;
  margin: -0.125em;
}
.mbsc-material .mbsc-cal-year,
.mbsc-material .mbsc-cal-month {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2.222223em;
}
.mbsc-material .mbsc-cal-picker {
  background: #eeeeee;
}
.mbsc-material .mbsc-cal-picker .mbsc-cal-cell-i {
  display: inline-block;
  height: 2em;
  padding: 0 1em;
  line-height: 2em;
  border-radius: 2em;
  white-space: nowrap;
}
.mbsc-material .mbsc-cal-days > div {
  font-size: .75em;
  font-weight: bold;
}
.mbsc-material .mbsc-cal-day-date {
  display: inline-block;
  width: 2.461539em;
  height: 2.461539em;
  margin: .153846em 0;
  line-height: 2.461539em;
  font-size: .8125em;
  border: 2px solid transparent;
  border-radius: 2em;
}
.mbsc-material .mbsc-cal-today {
  color: #009688;
}
.mbsc-material.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt,
.mbsc-material.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover,
.mbsc-material .mbsc-cal-cell:focus .mbsc-cal-cell-txt {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  background: rgba(0, 150, 136, 0.3);
}
.mbsc-material .mbsc-cal-c .mbsc-cal-day-colored.mbsc-selected .mbsc-cal-day-date {
  border-color: #009688;
}
.mbsc-material .mbsc-cal-week-nr {
  width: 2.363636em;
  font-size: .6875em;
  font-weight: bold;
}
.mbsc-material .mbsc-cal-tabs-c {
  line-height: 1.875em;
  padding: .5em .5em 0 .5em;
  text-transform: uppercase;
}
.mbsc-material .mbsc-cal-tab {
  font-size: .75em;
  padding: 0 0.5em;
}
.mbsc-material .mbsc-cal-tab.mbsc-selected {
  color: #009688;
}
.mbsc-material.mbsc-cal-tabbed .mbsc-fr-hdr {
  padding-top: 0;
}
.mbsc-material.mbsc-cal-tabbed .mbsc-cal-c {
  padding-top: 0;
}
.mbsc-material .mbsc-cal-marks {
  margin-top: -0.5em;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.mbsc-material .mbsc-cal-mark {
  background: #009688;
}
.mbsc-material.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled):hover .mbsc-cal-marks,
.mbsc-material .mbsc-selected .mbsc-cal-marks {
  -webkit-transform: translate3d(0, 0.375em, 0);
  transform: translate3d(0, 0.375em, 0);
}
.mbsc-material .mbsc-cal-txt {
  color: #eee;
  background: #7c7c7c;
  border-radius: 0.2em;
}
.mbsc-material .mbsc-cal-icons {
  color: #5b5b5b;
}
.mbsc-material .mbsc-ripple,
.mbsc-lv-material .mbsc-ripple {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 1000em;
  background: #000;
  pointer-events: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mbsc-material .mbsc-ripple-scaled,
.mbsc-lv-material .mbsc-ripple-scaled {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mbsc-material .mbsc-ripple-visible,
.mbsc-lv-material .mbsc-ripple-visible {
  opacity: 0.1;
}
.mbsc-material .mbsc-empty {
  color: #5b5b5b;
}
.mbsc-material.mbsc-card.mbsc-form {
  margin: .625em;
  border-radius: 2px;
  background: #fafafa;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mbsc-material.mbsc-card .mbsc-lv-item {
  background: #fafafa;
}
.mbsc-material .mbsc-card-footer .mbsc-btn {
  margin-top: -0.7143em;
  margin-bottom: -0.7143em;
}
.mbsc-material .mbsc-card-list .mbsc-card {
  background: #fafafa;
  margin: 0.625em;
}
.mbsc-material .mbsc-card-footer {
  border-color: #cecece;
}
.mbsc-material.mbsc-card .mbsc-input.mbsc-input-outline .mbsc-label {
  background: #fafafa;
}
.mbsc-material .mbsc-fr-overlay {
  background: rgba(0, 0, 0, 0.6);
}
.mbsc-material .mbsc-fr-w {
  background: #eee;
  border-radius: .1875em;
  color: #5b5b5b;
  min-width: 15em;
  font-size: 16px;
}
.mbsc-material .mbsc-fr-popup {
  -webkit-box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.3);
}
.mbsc-material .mbsc-fr-hdr {
  padding: 0 .6666em;
  padding-top: .6666em;
  color: #009688;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 2em;
  line-height: 2em;
}
.mbsc-material .mbsc-fr-btn-cont {
  display: block;
  overflow: hidden;
  padding: 0 0.5em 0.5em 0.5em;
}
.mbsc-material .mbsc-ltr .mbsc-fr-btn-cont {
  text-align: right;
}
.mbsc-material .mbsc-rtl .mbsc-fr-btn-cont {
  text-align: left;
}
.mbsc-material .mbsc-fr-btn-w {
  display: inline-block;
}
.mbsc-material .mbsc-fr-btn {
  position: relative;
  height: 2.4em;
  line-height: 2.4em;
  padding: 0 1em;
  border-radius: 2px;
  font-weight: bold;
  color: #009688;
  text-transform: uppercase;
}
.mbsc-material .mbsc-fr-btn-cont .mbsc-fr-btn {
  font-size: 0.9375em;
}
.mbsc-material .mbsc-fr-btn-e {
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.mbsc-material.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover,
.mbsc-material .mbsc-fr-btn.mbsc-active {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material.mbsc-fr-inline .mbsc-fr-popup {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-material.mbsc-fr-inline .mbsc-fr-w,
.mbsc-material.mbsc-fr-top .mbsc-fr-w,
.mbsc-material.mbsc-fr-bottom .mbsc-fr-w {
  border-radius: 0;
}
.mbsc-material .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #eeeeee transparent;
}
.mbsc-material .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #eeeeee transparent transparent transparent;
}
.mbsc-material.mbsc-fr-pointer .mbsc-fr-popup {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-material.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-w {
  border-radius: .1875em;
  -webkit-box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.3);
}
.mbsc-material.mbsc-progress {
  padding: 0.75em 1em;
}
.mbsc-material.mbsc-progress .mbsc-input-wrap {
  padding: 0;
}
.mbsc-material.mbsc-progress .mbsc-input-ic {
  top: .3125em;
  margin: 0;
}
.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-input-wrap,
.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-input-wrap {
  padding-left: 2.25em;
}
.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-input-wrap,
.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.25em;
}
.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-left-ic,
.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -0.375em;
}
.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-right-ic,
.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -0.375em;
}
.mbsc-material.mbsc-progress .mbsc-label {
  font-size: 0.75em;
}
.mbsc-material .mbsc-progress-cont {
  padding: 1.25em 0;
}
.mbsc-material .mbsc-progress-track {
  background: #b2b2b2;
  height: 0.125em;
}
.mbsc-material .mbsc-progress-bar {
  background: #009688;
}
.mbsc-material .mbsc-progress-value {
  font-size: .75em;
  width: 4em;
}
.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 3.25em;
}
.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 3.25em;
}
.mbsc-material.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap,
.mbsc-material.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap {
  padding-left: 5.5em;
}
.mbsc-material.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap,
.mbsc-material.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 5.5em;
}
.mbsc-material.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value,
.mbsc-material.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value {
  left: 2.25em;
  right: auto;
}
.mbsc-material.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value,
.mbsc-material.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value {
  left: auto;
  right: 2.25em;
}
.mbsc-material .mbsc-progress-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-material .mbsc-progress-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-material .mbsc-progress-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-material .mbsc-progress-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-material .mbsc-progress-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-material .mbsc-progress-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-material .mbsc-label-inline.mbsc-progress.mbsc-control-w .mbsc-label {
  line-height: 2.625em;
}
.mbsc-material.mbsc-slider .mbsc-input-wrap {
  padding: 0 0.5em;
}
.mbsc-material .mbsc-slider-step {
  background: #000000;
}
.mbsc-material .mbsc-slider-handle {
  top: 50%;
  width: .75em;
  height: .75em;
  margin: -0.5em -0.5em 0 0;
  border: 2px solid #009688;
  border-radius: 1.125em;
  background: #009688;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mbsc-material .mbsc-slider-handle:focus,
.mbsc-material .mbsc-active .mbsc-slider-handle {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.mbsc-material .mbsc-slider-start .mbsc-slider-handle {
  border-color: #b2b2b2;
  background: #eeeeee;
}
.mbsc-material .mbsc-slider-handle:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -0.625em;
  left: -0.625em;
  width: 2em;
  height: 2em;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2.875em;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-material .mbsc-active .mbsc-slider-handle:before {
  opacity: 1;
}
.mbsc-material .mbsc-slider-tooltip {
  margin-right: -1.16665em;
  top: -2.5em;
  width: 2.33333333em;
  height: 2.33333333em;
  border-radius: 2.33333333em;
  line-height: 2.33333333em;
  text-align: center;
  font-size: .75em;
  color: #eee;
  background-color: #009688;
  -webkit-transform: scale(0.4) translate3d(0, 6em, 0);
  transform: scale(0.4) translate3d(0, 6em, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mbsc-material .mbsc-slider-tooltip:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: .8333em solid transparent;
  border-right: .8333em solid transparent;
  border-top: 1em solid #009688;
  bottom: -0.66666em;
  left: 0.3333em;
}
.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-handle:focus ~ .mbsc-slider-tooltip,
.mbsc-material.mbsc-slider-has-tooltip .mbsc-active .mbsc-slider-tooltip {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-handle:focus,
.mbsc-material.mbsc-slider-has-tooltip .mbsc-active .mbsc-slider-handle {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip {
  background: #b2b2b2;
}
.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip:before {
  border-top-color: #b2b2b2;
}
.mbsc-material.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: 0.4;
}
.mbsc-material.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-bar {
  background: #b2b2b2;
}
.mbsc-material.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-handle {
  background: #b2b2b2;
  border-color: #b2b2b2;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-box-shadow: 0 0 0 0.3125em #eeeeee;
          box-shadow: 0 0 0 0.3125em #eeeeee;
}
.mbsc-material.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-start .mbsc-slider-handle {
  border-color: #b2b2b2;
  background: #eeeeee;
}
.mbsc-material .mbsc-slider-primary .mbsc-slider-tooltip,
.mbsc-material .mbsc-slider-primary .mbsc-slider-handle {
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-material .mbsc-slider-primary .mbsc-slider-tooltip:before {
  border-top-color: #3f97f6;
}
.mbsc-material .mbsc-slider-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-material .mbsc-slider-secondary .mbsc-slider-tooltip,
.mbsc-material .mbsc-slider-secondary .mbsc-slider-handle {
  background: #90979E;
  border-color: #90979e;
}
.mbsc-material .mbsc-slider-secondary .mbsc-slider-tooltip:before {
  border-top-color: #90979e;
}
.mbsc-material .mbsc-slider-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-material .mbsc-slider-success .mbsc-slider-tooltip,
.mbsc-material .mbsc-slider-success .mbsc-slider-handle {
  background: #43BE5F;
  border-color: #43be5f;
}
.mbsc-material .mbsc-slider-success .mbsc-slider-tooltip:before {
  border-top-color: #43be5f;
}
.mbsc-material .mbsc-slider-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-material .mbsc-slider-danger .mbsc-slider-tooltip,
.mbsc-material .mbsc-slider-danger .mbsc-slider-handle {
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-material .mbsc-slider-danger .mbsc-slider-tooltip:before {
  border-top-color: #f5504e;
}
.mbsc-material .mbsc-slider-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-material .mbsc-slider-warning .mbsc-slider-tooltip,
.mbsc-material .mbsc-slider-warning .mbsc-slider-handle {
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-material .mbsc-slider-warning .mbsc-slider-tooltip:before {
  border-top-color: #f8b042;
}
.mbsc-material .mbsc-slider-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-material .mbsc-slider-info .mbsc-slider-tooltip,
.mbsc-material .mbsc-slider-info .mbsc-slider-handle {
  background: #5BB7C5;
  border-color: #5bb7c5;
}
.mbsc-material .mbsc-slider-info .mbsc-slider-tooltip:before {
  border-top-color: #5bb7c5;
}
.mbsc-material .mbsc-slider-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-material.mbsc-color.mbsc-fr-bubble .mbsc-fr-w,
.mbsc-material.mbsc-color.mbsc-fr-center .mbsc-fr-w {
  max-width: 248px;
  min-width: 246px;
}
.mbsc-material.mbsc-color .mbsc-fr-c {
  padding: 0.5em;
}
.mbsc-material .mbsc-color-clear-item,
.mbsc-material .mbsc-color-item {
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
}
.mbsc-material .mbsc-color-clear-cross {
  height: 140%;
  top: -11px;
  left: 50%;
}
.mbsc-material .mbsc-color-active {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-material .mbsc-color-row {
  padding: 0;
}
.mbsc-material .mbsc-color-active .mbsc-color-item,
.mbsc-material.mbsc-no-touch .mbsc-color-item:hover,
.mbsc-material .mbsc-color-active .mbsc-color-preview-item {
  -webkit-box-shadow: inset 0 0 0 0.1875em #009688;
          box-shadow: inset 0 0 0 0.1875em #009688;
}
.mbsc-material .mbsc-color-item-c {
  padding: 0;
  border: 1px solid transparent;
}
.mbsc-material .mbsc-color-preview-item {
  margin: 0.25em 0.125em;
}
.mbsc-material.mbsc-color .mbsc-color-slider-cont .mbsc-slider-handle-cont {
  top: 0.15625em;
}
.mbsc-material .mbsc-color-item:before {
  color: #eeeeee;
}
.mbsc-material.mbsc-form .mbsc-color-input {
  height: auto;
  min-height: 2.125em;
  padding: 0 0 1px 0;
  background-color: transparent;
  border-bottom: 1px solid #6d6d6d;
  font-size: 1em;
  color: #1f1f1f;
}
.mbsc-material.mbsc-form .mbsc-color-input-item {
  margin: 0.25em 0.125em 0 0.125em;
}
.mbsc-lv-material {
  font-family: arial, verdana, sans-serif;
  padding-top: 1px;
}
.mbsc-lv-material .mbsc-lv {
  background: #b2b2b2;
}
.mbsc-lv-material .mbsc-lv-item {
  overflow: hidden;
  margin-top: -1px;
  padding: 1.1875em 1em;
  background: #eee;
  color: #5b5b5b;
  font-weight: normal;
}
.mbsc-lv-material .mbsc-lv-gr-title {
  margin-top: -1px;
  font-size: .875em;
  font-weight: bold;
  padding: .5714em 1.14285em;
  background: #eee;
  color: #009688;
}
.mbsc-material .mbsc-cal-events {
  margin: .4375em 0;
  color: #eeeeee;
}
.mbsc-material .mbsc-cal-events-i {
  margin: 0 1em;
}
.mbsc-material .mbsc-cal-events-b {
  margin: 0.4375em 0;
}
.mbsc-material .mbsc-cal-event {
  margin: 0;
  padding: .625em 5em .625em .625em;
  font-size: 0.75em;
}
.mbsc-material .mbsc-cal-event-color {
  width: 100%;
  background: #009688;
}
.mbsc-material .mbsc-cal-event-time,
.mbsc-material .mbsc-cal-event-text {
  position: relative;
  z-index: 1;
}
.mbsc-material .mbsc-cal-event-time,
.mbsc-material .mbsc-cal-event-dur {
  color: #eeeeee;
}
.mbsc-material .mbsc-cal-events-arr {
  border-color: #009688 transparent transparent transparent;
}
.mbsc-material .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #009688 transparent;
}
.mbsc-material .mbsc-event-list .mbsc-lv {
  background: none;
}
.mbsc-material .mbsc-event-list .mbsc-lv-item {
  margin: .5em;
  padding: .5em;
  color: #ffffff;
}
.mbsc-material .mbsc-ltr .mbsc-event-time {
  text-align: left;
}
.mbsc-material .mbsc-rtl .mbsc-event-time {
  text-align: right;
}
.mbsc-material .mbsc-event-color {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin: 0;
  background: #009688;
  border-radius: 0.214286em;
}
.mbsc-material .mbsc-event-txt {
  padding: 0 1em;
}
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-c {
  padding: 0;
}
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-days > div {
  padding: 0 .714286em;
  font-size: 0.875em;
}
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-picker {
  padding-top: 1.875em;
  padding-bottom: 0;
}
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-table {
  border-top: 1px solid #d6d6d6;
}
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-day-date {
  margin: .230769em;
  margin-bottom: 0.461538em;
}
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-has-labels .mbsc-cal-day-i {
  min-height: 5.375em;
}
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-cal .mbsc-cal-day .mbsc-cal-marks {
  margin: -0.5em 1.125em 0 1.125em;
  -webkit-transform: none;
  transform: none;
}
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-days,
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-day {
  text-align: left;
}
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-days,
.mbsc-material.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-day {
  text-align: right;
}
.mbsc-lv-material .mbsc-lv-item:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.mbsc-lv-material .mbsc-lv-item-hl:after,
.mbsc-lv-material .mbsc-lv-item-active::after,
.mbsc-lv-material .mbsc-lv-item-dragging:after {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-lv-material .mbsc-lv-item-dragging {
  margin: 0;
}
.mbsc-lv-material .mbsc-lv-item-swiping {
  overflow: visible;
}
.mbsc-lv-material.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #f7f7f7;
}
.mbsc-lv-material.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item {
  padding-left: 3.125em;
}
.mbsc-lv-material.mbsc-lv-handle-right .mbsc-lv .mbsc-lv-item {
  padding-right: 3.125em;
}
.mbsc-lv-material .mbsc-lv-ic-m {
  color: #ffffff;
}
.mbsc-lv-material .mbsc-lv-arr {
  color: #009688;
}
.mbsc-lv-material .mbsc-lv-arr:before {
  font-size: 1.5em;
}
.mbsc-lv-material .mbsc-lv-handle-c {
  width: 3.125em;
}
.mbsc-lv-material .mbsc-lv-handle-bar {
  margin: .125em 1em;
  background: #009688;
}
.mbsc-lv-material .mbsc-lv-img-left .mbsc-lv-img {
  left: 2.25em;
}
.mbsc-lv-material .mbsc-lv-img-right .mbsc-lv-img {
  right: -0.25em;
}
.mbsc-lv-material.mbsc-lv-handle-left .mbsc-lv-img-left .mbsc-lv-img {
  left: 4.375em;
}
.mbsc-lv-material.mbsc-lv-handle-right .mbsc-lv-img-right .mbsc-lv-img {
  right: 1.875em;
}
.mbsc-lv-material.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item.mbsc-lv-img-left {
  padding-left: 6.625em;
}
.mbsc-lv-material.mbsc-lv-handle-right .mbsc-lv .mbsc-lv-item.mbsc-lv-img-right {
  padding-right: 6.625em;
}
.mbsc-lv-material.mbsc-lv-handle-left .mbsc-lv-item-ic-left .mbsc-lv-item-ic {
  left: 3.125em;
}
.mbsc-lv-material.mbsc-lv-handle-right .mbsc-lv-item-ic-right .mbsc-lv-item-ic {
  right: 3.125em;
}
.mbsc-lv-material.mbsc-lv-handle-left .mbsc-lv-item-ic-left {
  padding-left: 6.125em;
}
.mbsc-lv-material.mbsc-lv-handle-right .mbsc-lv-item-ic-right {
  padding-right: 6.125em;
}
.mbsc-lv-material p.mbsc-lv-txt {
  color: #757575;
}
.mbsc-material .mbsc-input input,
.mbsc-material .mbsc-input textarea {
  height: 2.125em;
  padding: 0 0 1px 0;
  background-color: transparent;
  border-bottom: 1px solid #6d6d6d;
  font-size: 1em;
  color: #1f1f1f;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.mbsc-material .mbsc-input .mbsc-control:disabled ~ input,
.mbsc-material .mbsc-input textarea:disabled,
.mbsc-material .mbsc-input input:disabled {
  border-style: dotted;
  opacity: 0.5;
}
.mbsc-material .mbsc-input input:focus,
.mbsc-material .mbsc-input textarea:focus,
.mbsc-material .mbsc-input select:focus ~ input {
  padding-bottom: 0;
  border-bottom: 2px solid #009688;
}
.mbsc-material .mbsc-input {
  margin: 1.5em 1em;
}
.mbsc-material .mbsc-input .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0.875em;
}
.mbsc-material .mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.9375em;
}
.mbsc-material .mbsc-input.mbsc-err input,
.mbsc-material .mbsc-input.mbsc-err textarea {
  border-bottom: 1px solid #de3226;
}
.mbsc-material .mbsc-input.mbsc-err input:focus,
.mbsc-material .mbsc-input.mbsc-err textarea:focus {
  padding-bottom: 0;
  border-width: 2px;
}
.mbsc-material .mbsc-input-ic {
  top: .0625em;
  margin: -2px 0 0 0;
}
.mbsc-material .mbsc-input textarea {
  padding-top: 0.25em;
}
.mbsc-material .mbsc-select .mbsc-input-wrap:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: .875em;
  border: 5px solid #6d6d6d;
  border-color: #6d6d6d transparent transparent transparent;
}
.mbsc-material .mbsc-select .mbsc-label ~ .mbsc-input-wrap:after {
  top: 1.75em;
}
.mbsc-material.mbsc-ltr .mbsc-select input {
  padding-right: 1em;
}
.mbsc-material.mbsc-ltr .mbsc-select.mbsc-ic-right input {
  padding-right: 3em;
}
.mbsc-material.mbsc-ltr .mbsc-select .mbsc-input-wrap:after {
  left: auto;
  right: 0;
}
.mbsc-material.mbsc-ltr .mbsc-select.mbsc-ic-right .mbsc-input-wrap:after {
  right: 2em;
}
.mbsc-material.mbsc-rtl .mbsc-select input {
  padding-left: 1em;
}
.mbsc-material.mbsc-rtl .mbsc-select.mbsc-ic-right input {
  padding-left: 3em;
}
.mbsc-material.mbsc-rtl .mbsc-select .mbsc-input-wrap:after {
  right: auto;
  left: 0;
}
.mbsc-material.mbsc-rtl .mbsc-select.mbsc-ic-right .mbsc-input-wrap:after {
  left: 2em;
}
.mbsc-material .mbsc-select-inline .mbsc-input-wrap:after {
  display: none;
}
.mbsc-material.mbsc-ltr .mbsc-input.mbsc-ic-left input,
.mbsc-material.mbsc-ltr .mbsc-input.mbsc-ic-left textarea {
  padding-left: 1.625em;
}
.mbsc-material.mbsc-ltr .mbsc-input.mbsc-ic-left .mbsc-left-ic {
  right: auto;
  left: -0.375em;
}
.mbsc-material.mbsc-ltr .mbsc-input.mbsc-ic-left .mbsc-label,
.mbsc-material.mbsc-ltr .mbsc-input.mbsc-ic-left .mbsc-err-msg {
  left: 2.166667em;
}
.mbsc-material.mbsc-ltr .mbsc-input.mbsc-ic-right input,
.mbsc-material.mbsc-ltr .mbsc-input.mbsc-ic-right textarea {
  padding-right: 1.625em;
}
.mbsc-material.mbsc-ltr .mbsc-input.mbsc-ic-right .mbsc-right-ic {
  left: auto;
  right: -0.375em;
}
.mbsc-material.mbsc-rtl .mbsc-input.mbsc-ic-left input,
.mbsc-material.mbsc-rtl .mbsc-input.mbsc-ic-left textarea {
  padding-right: 1.625em;
}
.mbsc-material.mbsc-rtl .mbsc-input.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -0.375em;
}
.mbsc-material.mbsc-rtl .mbsc-input.mbsc-ic-left .mbsc-label,
.mbsc-material.mbsc-rtl .mbsc-input.mbsc-ic-left .mbsc-err-msg {
  right: 2.166667em;
}
.mbsc-material.mbsc-rtl .mbsc-input.mbsc-ic-right input,
.mbsc-material.mbsc-rtl .mbsc-input.mbsc-ic-right textarea {
  padding-left: 1.625em;
}
.mbsc-material.mbsc-rtl .mbsc-input.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -0.375em;
}
.mbsc-material .mbsc-input .mbsc-label {
  position: absolute;
  top: 0;
  font-size: 0.75em;
}
.mbsc-material .mbsc-label-inline.mbsc-input .mbsc-label {
  line-height: 2em;
}
.mbsc-material .mbsc-label-inline.mbsc-input .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0;
}
.mbsc-material .mbsc-label-inline.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.0625em;
}
.mbsc-material .mbsc-label-inline.mbsc-input.mbsc-select .mbsc-label ~ .mbsc-input-wrap:after {
  top: 1em;
}
.mbsc-material .mbsc-label-floating.mbsc-input .mbsc-label {
  font-size: 1em;
  line-height: 2em;
  top: 0.875em;
}
.mbsc-material .mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  -webkit-transform: translateY(-1.125em) scale(0.75);
  transform: translateY(-1.125em) scale(0.75);
}
.mbsc-material.mbsc-ltr .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 1.625em;
}
.mbsc-material.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 1.625em;
}
.mbsc-material .mbsc-input-box.mbsc-input .mbsc-input-wrap {
  background: #ddd;
  border-radius: 4px 4px 0 0;
}
.mbsc-material .mbsc-input-box.mbsc-input input {
  height: 2.25em;
  padding: .0625em 1em;
  border-radius: 4px 4px 0 0;
}
.mbsc-material .mbsc-input-box.mbsc-input input:focus,
.mbsc-material .mbsc-input-box.mbsc-input textarea:focus,
.mbsc-material .mbsc-input-box.mbsc-input select:focus ~ input {
  padding-bottom: 0;
}
.mbsc-material .mbsc-input-box.mbsc-input textarea {
  padding: .375em 1em .0625em 1em;
  height: 2.25em;
}
.mbsc-material .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0;
}
.mbsc-material .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap input {
  padding-top: 1.25em;
  height: 3.5em;
}
.mbsc-material .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap textarea:focus {
  padding-bottom: 0;
}
.mbsc-material .mbsc-input-box.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.875em;
}
.mbsc-material .mbsc-input-box .mbsc-input-ic {
  top: 0.25em;
}
.mbsc-material .mbsc-input-box .mbsc-label {
  top: .666667em;
  z-index: 1;
}
.mbsc-material .mbsc-input-box.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 1.625em;
}
.mbsc-material .mbsc-input-box.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap textarea {
  height: 1.866667em;
  padding-top: 0;
}
.mbsc-material .mbsc-input-box.mbsc-select .mbsc-input-wrap:after {
  top: 1em;
}
.mbsc-material .mbsc-input-box.mbsc-select .mbsc-label ~ .mbsc-input-wrap:after {
  top: 1.625em;
}
.mbsc-material .mbsc-input-box.mbsc-label-inline .mbsc-label {
  padding-top: .125em;
  padding-bottom: 0.125em;
}
.mbsc-material .mbsc-input-box.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0;
}
.mbsc-material .mbsc-input-box.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap input {
  height: 2.25em;
  padding-top: 0.0625em;
}
.mbsc-material .mbsc-input-box.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.1875em;
}
.mbsc-material .mbsc-input-box.mbsc-label-inline.mbsc-textarea .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0.375em;
}
.mbsc-material .mbsc-input-box.mbsc-label-floating.mbsc-label-floating-active .mbsc-label {
  -webkit-transform: translateY(-0.625em) scale(0.75);
  transform: translateY(-0.625em) scale(0.75);
}
.mbsc-material.mbsc-ltr .mbsc-input-box .mbsc-err-msg {
  left: 1.333334em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box .mbsc-label {
  left: 1.333334em;
  right: auto;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-ic-left .mbsc-err-msg {
  left: 4em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-ic-left .mbsc-label {
  left: 4em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-ic-left .mbsc-left-ic {
  left: 0.5em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-ic-left input,
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-ic-left textarea {
  padding-left: 3em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-ic-right input,
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-ic-right textarea {
  padding-right: 3em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-ic-right .mbsc-right-ic {
  right: 0.5em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-ic-right .mbsc-input-wrap:after {
  right: 2em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-select input {
  padding-right: 2em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-select .mbsc-input-wrap:after {
  right: 0.6875em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-select.mbsc-ic-right input {
  padding-right: 4em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-select.mbsc-ic-right .mbsc-input-wrap:after {
  right: 3em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label {
  left: 1em;
}
.mbsc-material.mbsc-ltr .mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 3em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box .mbsc-err-msg {
  right: 1.333334em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box .mbsc-label {
  right: 1.333334em;
  left: auto;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-ic-left .mbsc-err-msg {
  right: 4em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-ic-left .mbsc-label {
  right: 4em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-ic-left .mbsc-left-ic {
  right: 0.5em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-ic-left input,
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-ic-left textarea {
  padding-right: 3em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-ic-right input,
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-ic-right textarea {
  padding-left: 3em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-ic-right .mbsc-right-ic {
  left: 0.5em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-ic-right .mbsc-input-wrap:after {
  left: 2em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-select input {
  padding-left: 2em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-select .mbsc-input-wrap:after {
  left: 0.6875em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-select.mbsc-ic-right input {
  padding-left: 4em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-select.mbsc-ic-right .mbsc-input-wrap:after {
  left: 3em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label {
  right: 1em;
}
.mbsc-material.mbsc-rtl .mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 3em;
}
.mbsc-material .mbsc-input-outline.mbsc-input input,
.mbsc-material .mbsc-input-outline.mbsc-input textarea {
  border: 1px solid #6d6d6d;
  border-radius: 4px;
}
.mbsc-material .mbsc-input-outline.mbsc-input input {
  height: 3.375em;
  padding: 0.0625em 1em;
}
.mbsc-material .mbsc-input-outline.mbsc-input textarea {
  height: 3.375em;
  padding: 0.875em 1em 0.4375em 1em;
}
.mbsc-material .mbsc-input-outline.mbsc-input .mbsc-label {
  top: -0.166667em;
  z-index: 1;
  background: #eee;
  padding: 0 0.333334em;
}
.mbsc-material .mbsc-input-outline .mbsc-input-ic {
  top: 0.8125em;
}
.mbsc-material .mbsc-input-outline.mbsc-input .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0.25em;
}
.mbsc-material .mbsc-input-outline.mbsc-input .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 1.0625em;
}
.mbsc-material .mbsc-input-outline.mbsc-input input:focus,
.mbsc-material .mbsc-input-outline.mbsc-input select:focus ~ input {
  border: 2px solid #009688;
  padding: 0 0.9375em;
}
.mbsc-material .mbsc-input-outline.mbsc-err input {
  border: 1px solid #de3226;
  padding-top: 0;
  padding-bottom: 0;
}
.mbsc-material .mbsc-input-outline.mbsc-err input:focus {
  border: 2px solid #de3226;
  padding: 0 0.9375em;
}
.mbsc-material .mbsc-input-outline.mbsc-input textarea:focus {
  border: 2px solid #009688;
  padding: 0.8125em 0.9375em 0.375em 0.9375em;
}
.mbsc-material .mbsc-input-outline.mbsc-err textarea {
  border: 1px solid #de3226;
}
.mbsc-material .mbsc-input-outline.mbsc-err textarea:focus {
  border: 2px solid #de3226;
  padding: 0.875em 0.9375em 0 0.9375em;
}
.mbsc-material .mbsc-input-outline.mbsc-select .mbsc-input-wrap:after {
  top: 1.5em;
}
.mbsc-material .mbsc-input-outline.mbsc-select .mbsc-label ~ .mbsc-input-wrap:after {
  top: 1.75em;
}
.mbsc-material .mbsc-input-outline.mbsc-label-inline .mbsc-label {
  line-height: 3.375em;
}
.mbsc-material .mbsc-input-outline.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap {
  padding-top: 0;
}
.mbsc-material .mbsc-input-outline.mbsc-label-inline .mbsc-label ~ .mbsc-input-wrap .mbsc-input-ic {
  top: 0.8125em;
}
.mbsc-material .mbsc-input-outline.mbsc-label-inline.mbsc-select .mbsc-label ~ .mbsc-input-wrap:after {
  top: 1.5em;
}
.mbsc-material .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label {
  top: .9375em;
  padding: 0;
}
.mbsc-material .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  -webkit-transform: translateY(-1.375em) scale(0.75);
  transform: translateY(-1.375em) scale(0.75);
  padding: 0 0.25em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline .mbsc-err-msg {
  left: 1.416667em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline .mbsc-label {
  left: 1.083334em;
  right: auto;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-left .mbsc-err-msg {
  left: 4.083334em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-left .mbsc-label {
  left: 3.75em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-left .mbsc-left-ic {
  left: 0.5em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-left input,
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-left textarea {
  padding-left: 3em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-left input:focus,
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-left textarea:focus,
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-left.mbsc-err textarea {
  padding-left: 2.9375em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-right input,
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-right textarea {
  padding-right: 3em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-right input:focus,
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-right textarea:focus {
  padding-right: 2.9375em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-ic-right .mbsc-right-ic {
  right: 0.5em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-select input {
  padding-right: 2em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-select select:focus ~ input {
  padding-right: 1.9375em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-select .mbsc-input-wrap:after {
  right: 0.6875em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-select.mbsc-ic-right input {
  padding-right: 4em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-select.mbsc-ic-right select:focus ~ input {
  padding-right: 3.9375em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-select.mbsc-ic-right .mbsc-input-wrap:after {
  right: 3em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-select.mbsc-ic-left select:focus ~ input {
  padding-left: 2.9375em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label {
  left: 1em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  left: 0.875em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 3em;
}
.mbsc-material.mbsc-ltr .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left.mbsc-label-floating-active .mbsc-label {
  left: 2.875em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline .mbsc-err-msg {
  right: 1.416667em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline .mbsc-label {
  right: 1.083334em;
  left: auto;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-left .mbsc-err-msg {
  right: 4.083334em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-left .mbsc-label {
  right: 3.75em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-left .mbsc-left-ic {
  right: 0.5em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-left input,
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-left textarea {
  padding-right: 3em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-left input:focus,
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-left textarea:focus,
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-left.mbsc-err textarea {
  padding-right: 2.9375em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-right input,
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-right textarea {
  padding-left: 3em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-right input:focus,
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-right textarea:focus {
  padding-left: 2.9375em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-ic-right .mbsc-right-ic {
  left: 0.5em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-select input {
  padding-left: 2em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-select select:focus ~ input {
  padding-left: 1.9375em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-select .mbsc-input-wrap:after {
  left: 0.6875em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-select.mbsc-ic-right input {
  padding-left: 4em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-select.mbsc-ic-right select:focus ~ input {
  padding-left: 3.9375em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-select.mbsc-ic-right .mbsc-input-wrap:after {
  left: 3em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-select.mbsc-ic-left select:focus ~ input {
  padding-right: 2.9375em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label {
  right: 1em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  right: 0.875em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 3em;
}
.mbsc-material.mbsc-rtl .mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left.mbsc-label-floating-active .mbsc-label {
  right: 2.875em;
}
.mbsc-material.mbsc-rating .mbsc-progress-track {
  color: #009688;
}
.mbsc-material.mbsc-rating .mbsc-slider-handle:before {
  display: none;
}
.mbsc-material.mbsc-rating .mbsc-label {
  padding-bottom: 0.5em;
}
.mbsc-material.mbsc-rating input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: 0.4;
}
.mbsc-material.mbsc-rating.mbsc-rating-primary .mbsc-progress-track {
  color: #3f97f6;
}
.mbsc-material.mbsc-rating.mbsc-rating-secondary .mbsc-progress-track {
  color: #90979e;
}
.mbsc-material.mbsc-rating.mbsc-rating-success .mbsc-progress-track {
  color: #43be5f;
}
.mbsc-material.mbsc-rating.mbsc-rating-danger .mbsc-progress-track {
  color: #f5504e;
}
.mbsc-material.mbsc-rating.mbsc-rating-warning .mbsc-progress-track {
  color: #f8b042;
}
.mbsc-material.mbsc-rating.mbsc-rating-info .mbsc-progress-track {
  color: #5bb7c5;
}
.mbsc-material.mbsc-snackbar .mbsc-fr-w {
  background: #323232;
  color: #ffffff;
}
.mbsc-material.mbsc-snackbar .mbsc-snackbar-btn {
  color: #00ad9c;
}
.mbsc-material.mbsc-toast .mbsc-toast-msg {
  background: #505050;
  opacity: .9;
  border-radius: 1.571429em;
  color: #ffffff;
}
.mbsc-material.mbsc-snackbar.mbsc-primary .mbsc-fr-w,
.mbsc-material.mbsc-toast.mbsc-primary .mbsc-toast-msg {
  background: #3f97f6;
  color: #eeeeee;
}
.mbsc-material.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,
.mbsc-material.mbsc-toast.mbsc-secondary .mbsc-toast-msg {
  background: #90979E;
  color: #eeeeee;
}
.mbsc-material.mbsc-snackbar.mbsc-success .mbsc-fr-w,
.mbsc-material.mbsc-toast.mbsc-success .mbsc-toast-msg {
  background: #43BE5F;
  color: #eeeeee;
}
.mbsc-material.mbsc-snackbar.mbsc-danger .mbsc-fr-w,
.mbsc-material.mbsc-toast.mbsc-danger .mbsc-toast-msg {
  background: #f5504e;
  color: #eeeeee;
}
.mbsc-material.mbsc-snackbar.mbsc-warning .mbsc-fr-w,
.mbsc-material.mbsc-toast.mbsc-warning .mbsc-toast-msg {
  background: #f8b042;
  color: #eeeeee;
}
.mbsc-material.mbsc-snackbar.mbsc-info .mbsc-fr-w,
.mbsc-material.mbsc-toast.mbsc-info .mbsc-toast-msg {
  background: #5BB7C5;
  color: #eeeeee;
}
.mbsc-material.mbsc-snackbar.mbsc-primary .mbsc-snackbar-btn,
.mbsc-material.mbsc-snackbar.mbsc-secondary .mbsc-snackbar-btn,
.mbsc-material.mbsc-snackbar.mbsc-success .mbsc-snackbar-btn,
.mbsc-material.mbsc-snackbar.mbsc-danger .mbsc-snackbar-btn,
.mbsc-material.mbsc-snackbar.mbsc-warning .mbsc-snackbar-btn,
.mbsc-material.mbsc-snackbar.mbsc-info .mbsc-snackbar-btn {
  color: #eeeeee;
}
.mbsc-material .mbsc-collapsible .mbsc-form-group-title {
  padding: 1em;
}
.mbsc-material .mbsc-collapsible .mbsc-collapsible-header {
  padding-right: 3em;
}
.mbsc-material.mbsc-form {
  background-color: #eee;
  color: #6d6d6d;
}
.mbsc-material.mbsc-form *::-moz-selection {
  color: #fff;
  background: #009688;
}
.mbsc-material.mbsc-form *::selection {
  color: #fff;
  background: #009688;
}
.mbsc-material .mbsc-desc {
  opacity: 0.7;
}
.mbsc-material .mbsc-divider,
.mbsc-material .mbsc-form-group-title {
  padding: .5em 1em;
  color: #009688;
}
.mbsc-material .mbsc-err-msg {
  position: absolute;
  padding-top: .333334em;
  font-size: .75em;
  color: #de3226;
}
.mbsc-material .mbsc-err .mbsc-label {
  color: #de3226;
}
.mbsc-material.mbsc-ltr .mbsc-err-msg {
  left: 0;
}
.mbsc-material.mbsc-rtl .mbsc-err-msg {
  right: 0;
}
.mbsc-material .mbsc-form-grid {
  margin-top: .75em;
  margin-bottom: 0.75em;
}
.mbsc-material .mbsc-form-grid .mbsc-input-box,
.mbsc-material .mbsc-form-grid .mbsc-input-outline {
  margin: 0.75em 1em;
}
.mbsc-material.mbsc-form .mbsc-checkbox,
.mbsc-material.mbsc-form .mbsc-radio {
  padding: .9375em 3.5em .9375em 1em;
  line-height: 1.25em;
}
.mbsc-material.mbsc-rtl .mbsc-checkbox,
.mbsc-material.mbsc-rtl .mbsc-radio {
  padding: 0.9375em 1em 0.9375em 3.5em;
}
.mbsc-material .mbsc-checkbox-box,
.mbsc-material .mbsc-radio-box {
  right: 1.25em;
  width: 1.125em;
  height: 1.125em;
  margin-top: -0.5625em;
  background: transparent;
  border: .125em solid #6d6d6d;
  -webkit-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
.mbsc-material.mbsc-rtl .mbsc-checkbox-box,
.mbsc-material.mbsc-rtl .mbsc-radio-box {
  right: auto;
  left: 1.25em;
}
.mbsc-material .mbsc-checkbox-box:after,
.mbsc-material .mbsc-radio-box:after {
  opacity: 1;
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.mbsc-material .mbsc-checkbox input:checked + .mbsc-checkbox-box:after,
.mbsc-material .mbsc-radio input:checked + .mbsc-radio-box:after {
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.mbsc-material .mbsc-checkbox-box:before,
.mbsc-material .mbsc-radio-box:before {
  content: '';
  position: absolute;
  top: -1em;
  left: -1em;
  z-index: -1;
  width: 2.875em;
  height: 2.875em;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2.875em;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-material .mbsc-checkbox input:disabled + .mbsc-checkbox-box,
.mbsc-material .mbsc-checkbox input:disabled ~ .mbsc-label,
.mbsc-material .mbsc-checkbox input:disabled ~ .mbsc-desc,
.mbsc-material .mbsc-radio input:disabled + .mbsc-radio-box,
.mbsc-material .mbsc-radio input:disabled ~ .mbsc-label,
.mbsc-material .mbsc-radio input:disabled ~ .mbsc-desc,
.mbsc-material .mbsc-switch input:disabled ~ .mbsc-label,
.mbsc-material .mbsc-switch input:disabled ~ .mbsc-desc {
  opacity: 0.3;
}
.mbsc-material .mbsc-checkbox input.mbsc-active + .mbsc-checkbox-box:before,
.mbsc-material .mbsc-radio input.mbsc-active + .mbsc-radio-box:before,
.mbsc-material .mbsc-switch input.mbsc-active + .mbsc-switch-track .mbsc-switch-handle:before {
  opacity: 1;
}
.mbsc-material .mbsc-checkbox-box {
  border-radius: 0.1875em;
}
.mbsc-material .mbsc-checkbox-box:after {
  top: .125em;
  left: .0625em;
  width: .8125em;
  height: .4375em;
  border: .125em solid #fff;
  border-top: 0;
  border-right: 0;
}
.mbsc-material .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #009688;
  border-color: #009688;
}
.mbsc-material .mbsc-checkbox-primary.mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-material .mbsc-checkbox-secondary.mbsc-checkbox input:checked .mbsc-checkbox-box {
  background: #90979E;
  border-color: #90979e;
}
.mbsc-material .mbsc-checkbox-success.mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #43BE5F;
  border-color: #43be5f;
}
.mbsc-material .mbsc-checkbox-danger.mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-material .mbsc-checkbox-warning.mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-material .mbsc-checkbox-info.mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #5BB7C5;
  border-color: #5bb7c5;
}
.mbsc-material .mbsc-radio-box:after {
  width: .625em;
  height: .625em;
  margin-top: -0.3125em;
  margin-left: -0.3125em;
  background: #009688;
  border-radius: 0.625em;
}
.mbsc-material .mbsc-radio input:checked + .mbsc-radio-box {
  background: transparent;
  border-color: #009688;
}
.mbsc-material .mbsc-radio-primary.mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #3f97f6;
}
.mbsc-material .mbsc-radio-primary.mbsc-radio input:checked + .mbsc-radio-box:after {
  background: #3f97f6;
}
.mbsc-material .mbsc-radio-secondary.mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #90979e;
}
.mbsc-material .mbsc-radio-secondary.mbsc-radio input:checked + .mbsc-radio-box:after {
  background: #90979e;
}
.mbsc-material .mbsc-radio-success.mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #43be5f;
}
.mbsc-material .mbsc-radio-success.mbsc-radio input:checked + .mbsc-radio-box:after {
  background: #43be5f;
}
.mbsc-material .mbsc-radio-danger.mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #f5504e;
}
.mbsc-material .mbsc-radio-danger.mbsc-radio input:checked + .mbsc-radio-box:after {
  background: #f5504e;
}
.mbsc-material .mbsc-radio-warning.mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #f8b042;
}
.mbsc-material .mbsc-radio-warning.mbsc-radio input:checked + .mbsc-radio-box:after {
  background: #f8b042;
}
.mbsc-material .mbsc-radio-info.mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #5bb7c5;
}
.mbsc-material .mbsc-radio-info.mbsc-radio input:checked + .mbsc-radio-box:after {
  background: #5bb7c5;
}
.mbsc-material .mbsc-btn {
  margin: .5em;
  padding: .7143em;
  background: #d6d6d6;
  border-radius: .2143em;
  color: #000;
  font-size: .875em;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
.mbsc-material .mbsc-btn-ic {
  padding: 0 0.5em 0 0;
}
.mbsc-material .mbsc-btn-icon-only .mbsc-btn-ic {
  padding: 0 0.5em;
}
.mbsc-material.mbsc-no-touch .mbsc-btn:not(:disabled):hover,
.mbsc-material .mbsc-btn.mbsc-active {
  background: #cbcbcb;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.mbsc-material .mbsc-btn-flat {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover,
.mbsc-material .mbsc-btn-flat.mbsc-active {
  background-color: #d6d6d6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-material .mbsc-btn-group,
.mbsc-material .mbsc-btn-group-justified {
  margin: 0.5em;
}
.mbsc-material .mbsc-btn-group-block {
  margin: 0.5em 1em;
}
.mbsc-material .mbsc-btn:disabled {
  color: #a6a6a6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-material .mbsc-btn.mbsc-btn-outline:disabled {
  color: #a6a6a6;
  border-color: #a6a6a6;
}
.mbsc-material .mbsc-btn-primary.mbsc-btn {
  background: #3f97f6;
  color: #eeeeee;
}
.mbsc-material .mbsc-btn-primary.mbsc-btn.mbsc-active {
  background: #0e7df4;
}
.mbsc-material .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat {
  color: #3f97f6;
}
.mbsc-material .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(63, 151, 246, 0.3);
}
.mbsc-material .mbsc-btn-secondary.mbsc-btn {
  background: #90979E;
  color: #eeeeee;
}
.mbsc-material .mbsc-btn-secondary.mbsc-btn.mbsc-active {
  background: #757e86;
}
.mbsc-material .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat {
  color: #90979e;
}
.mbsc-material .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(144, 151, 158, 0.3);
}
.mbsc-material .mbsc-btn-success.mbsc-btn {
  background: #43BE5F;
  color: #eeeeee;
}
.mbsc-material .mbsc-btn-success.mbsc-btn.mbsc-active {
  background: #35994c;
}
.mbsc-material .mbsc-btn-success.mbsc-btn.mbsc-btn-flat {
  color: #43be5f;
}
.mbsc-material .mbsc-btn-success.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(67, 190, 95, 0.3);
}
.mbsc-material .mbsc-btn-danger.mbsc-btn {
  background: #f5504e;
  color: #eeeeee;
}
.mbsc-material .mbsc-btn-danger.mbsc-btn.mbsc-active {
  background: #f2201e;
}
.mbsc-material .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat {
  color: #f5504e;
}
.mbsc-material .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(245, 80, 78, 0.3);
}
.mbsc-material .mbsc-btn-warning.mbsc-btn {
  background: #f8b042;
  color: #eeeeee;
}
.mbsc-material .mbsc-btn-warning.mbsc-btn.mbsc-active {
  background: #f69b11;
}
.mbsc-material .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat {
  color: #f8b042;
}
.mbsc-material .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(248, 176, 66, 0.3);
}
.mbsc-material .mbsc-btn-info.mbsc-btn {
  background: #5BB7C5;
  color: #eeeeee;
}
.mbsc-material .mbsc-btn-info.mbsc-btn.mbsc-active {
  background: #3ea0af;
}
.mbsc-material .mbsc-btn-info.mbsc-btn.mbsc-btn-flat {
  color: #5bb7c5;
}
.mbsc-material .mbsc-btn-info.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(91, 183, 197, 0.3);
}
.mbsc-material .mbsc-btn-light.mbsc-btn {
  background: #fff;
  color: #000000;
}
.mbsc-material .mbsc-btn-light.mbsc-btn.mbsc-active {
  background: #e6e6e6;
}
.mbsc-material .mbsc-btn-light.mbsc-btn.mbsc-btn-flat {
  color: #aeaeae;
}
.mbsc-material .mbsc-btn-light.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(238, 238, 238, 0.25);
}
.mbsc-material .mbsc-btn-dark.mbsc-btn {
  background: #47494A;
  color: #eeeeee;
}
.mbsc-material .mbsc-btn-dark.mbsc-btn.mbsc-active {
  background: #2e2f30;
}
.mbsc-material .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat {
  color: #47494a;
}
.mbsc-material .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(71, 73, 74, 0.3);
}
.mbsc-material .mbsc-btn-flat.mbsc-btn {
  background: transparent;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn {
  background: transparent;
  border: 1px solid #6d6d6d;
  color: #6d6d6d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-active.mbsc-control {
  background: #6d6d6d;
  color: #eee;
  opacity: 1;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-primary {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-primary.mbsc-active {
  background: #3f97f6;
  color: #ffffff;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary {
  border-color: #90979E;
  color: #90979e;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary.mbsc-active {
  background: #90979E;
  color: #ffffff;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-success {
  border-color: #43BE5F;
  color: #43be5f;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-success.mbsc-active {
  background: #43BE5F;
  color: #ffffff;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-danger {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-danger.mbsc-active {
  background: #f5504e;
  color: #ffffff;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-warning {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-warning.mbsc-active {
  background: #f8b042;
  color: #ffffff;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-info {
  border-color: #5BB7C5;
  color: #5bb7c5;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-info.mbsc-active {
  background: #5BB7C5;
  color: #ffffff;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-light {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-light.mbsc-active {
  background: #bfbfbf;
  color: #bfbfbf;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-dark {
  border-color: #47494A;
  color: #47494a;
}
.mbsc-material .mbsc-btn-outline.mbsc-btn.mbsc-btn-dark.mbsc-active {
  background: #47494A;
  color: #ffffff;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-outline.mbsc-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-primary.mbsc-btn:not(:disabled):hover {
  background: #0e7df4;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-primary.mbsc-btn:not(:disabled):hover.mbsc-btn-flat {
  background: #b9d9fc;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-secondary.mbsc-btn:not(:disabled):hover {
  background: #757e86;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-secondary.mbsc-btn:not(:disabled):hover.mbsc-btn-flat {
  background: #d4d7d9;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-success.mbsc-btn:not(:disabled):hover {
  background: #35994c;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-success.mbsc-btn:not(:disabled):hover.mbsc-btn-flat {
  background: #a2dfb0;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-danger.mbsc-btn:not(:disabled):hover {
  background: #f2201e;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-danger.mbsc-btn:not(:disabled):hover.mbsc-btn-flat {
  background: #fcc7c7;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-warning.mbsc-btn:not(:disabled):hover {
  background: #f69b11;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-warning.mbsc-btn:not(:disabled):hover.mbsc-btn-flat {
  background: #fde3bd;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-info.mbsc-btn:not(:disabled):hover {
  background: #3ea0af;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-info.mbsc-btn:not(:disabled):hover.mbsc-btn-flat {
  background: #b9e0e6;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-light.mbsc-btn:not(:disabled):hover {
  background: #e6e6e6;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-light.mbsc-btn:not(:disabled):hover.mbsc-btn-flat {
  background: #ffffff;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-dark.mbsc-btn.mbsc-btn:not(:disabled):hover {
  background: #2e2f30;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-dark.mbsc-btn.mbsc-btn:not(:disabled):hover.mbsc-btn-flat {
  background: #86898b;
}
.mbsc-material.mbsc-no-touch .mbsc-btn-outline.mbsc-btn:not(:disabled):not(.mbsc-active):hover {
  background: transparent;
}
.mbsc-material.mbsc-form .mbsc-switch {
  padding: .9375em 4em .9375em 1em;
  line-height: 1.25em;
}
.mbsc-material.mbsc-rtl .mbsc-switch {
  padding: 0.9375em 1em 0.9375em 4em;
}
.mbsc-material .mbsc-switch-track {
  right: 1.25em;
  width: 1.75em;
  height: .875em;
  padding: 0 .25em;
  margin-top: -0.4375em;
  background: #b2b2b2;
  border-radius: 1.25em;
}
.mbsc-material.mbsc-rtl .mbsc-switch-track {
  right: auto;
  left: 1.25em;
}
.mbsc-material .mbsc-switch .mbsc-switch-handle {
  z-index: auto;
  top: .375em;
  left: .375em;
  width: 1.25em;
  height: 1.25em;
  margin: 0;
  border: 0;
  background: #fafafa;
  border-radius: 1.25em;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mbsc-material.mbsc-rtl .mbsc-switch .mbsc-switch-handle {
  left: auto;
  right: 0.375em;
}
.mbsc-material .mbsc-switch-handle:before {
  top: -0.625em;
  left: -0.625em;
  width: 2.5em;
  height: 2.5em;
}
.mbsc-material .mbsc-switch-handle,
.mbsc-material .mbsc-active .mbsc-switch-handle {
  -webkit-transform: none;
  transform: none;
}
.mbsc-material .mbsc-switch input:checked + .mbsc-switch-track {
  background-color: #a6d3cf;
}
.mbsc-material .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #009688;
}
.mbsc-material .mbsc-switch input:disabled + .mbsc-switch-track {
  background: #d6d6d6;
}
.mbsc-material .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #b9b9b9;
}
.mbsc-material .mbsc-switch.mbsc-switch-primary input:checked + .mbsc-switch-track {
  background: #a0ccfb;
}
.mbsc-material .mbsc-switch.mbsc-switch-primary input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #3f97f6;
}
.mbsc-material .mbsc-switch.mbsc-switch-secondary input:checked + .mbsc-switch-track {
  background: #c6cace;
}
.mbsc-material .mbsc-switch.mbsc-switch-secondary input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #90979e;
}
.mbsc-material .mbsc-switch.mbsc-switch-success input:checked + .mbsc-switch-track {
  background: #8fd8a0;
}
.mbsc-material .mbsc-switch.mbsc-switch-success input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #43be5f;
}
.mbsc-material .mbsc-switch.mbsc-switch-danger input:checked + .mbsc-switch-track {
  background: #faafaf;
}
.mbsc-material .mbsc-switch.mbsc-switch-danger input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #f5504e;
}
.mbsc-material .mbsc-switch.mbsc-switch-warning input:checked + .mbsc-switch-track {
  background: #fcd9a4;
}
.mbsc-material .mbsc-switch.mbsc-switch-warning input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #f8b042;
}
.mbsc-material .mbsc-switch.mbsc-switch-info input:checked + .mbsc-switch-track {
  background: #a6d8e0;
}
.mbsc-material .mbsc-switch.mbsc-switch-info input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #5bb7c5;
}
.mbsc-material .mbsc-segmented {
  padding: 0.75em;
}
.mbsc-material .mbsc-segmented-content {
  height: 2.2857145em;
  margin: 0 -0.07142857em;
  line-height: 2.2857145em;
  padding: 0 .428571em;
  border: .142858em solid #009688;
  color: #000;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
}
.mbsc-material.mbsc-ltr .mbsc-segmented-item:first-child .mbsc-segmented-content,
.mbsc-material.mbsc-ltr .mbsc-stepper-minus .mbsc-segmented-content,
.mbsc-material.mbsc-rtl .mbsc-stepper-plus .mbsc-segmented-content,
.mbsc-material.mbsc-rtl .mbsc-segmented-item:last-child .mbsc-segmented-content {
  border-top-left-radius: .214286em;
  border-bottom-left-radius: 0.214286em;
}
.mbsc-material.mbsc-ltr .mbsc-stepper-plus .mbsc-segmented-content,
.mbsc-material.mbsc-ltr .mbsc-segmented-item:last-child .mbsc-segmented-content,
.mbsc-material.mbsc-rtl .mbsc-segmented-item:first-child .mbsc-segmented-content,
.mbsc-material.mbsc-rtl .mbsc-stepper-minus .mbsc-segmented-content {
  border-top-right-radius: .214286em;
  border-bottom-right-radius: 0.214286em;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content,
.mbsc-material .mbsc-segmented .mbsc-segmented-item input:checked ~ .mbsc-segmented-content {
  background: #009688;
  color: #eeeeee;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-material .mbsc-segmented .mbsc-segmented-item .mbsc-active .mbsc-segmented-content {
  background: #cbcbcb;
  color: #000000;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #a6a6a6;
  border-color: #b2b2b2;
  background: transparent;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content {
  background: #d6d6d6;
  color: #a6a6a6;
  border-color: #d6d6d6;
}
.mbsc-material .mbsc-stepper-cont {
  padding: 1.75em 12.875em 1.75em 1em;
}
.mbsc-material.mbsc-rtl .mbsc-stepper-cont {
  padding: 1.75em 1em 1.75em 12.875em;
}
.mbsc-material .mbsc-stepper {
  margin-top: -1.125em;
}
.mbsc-material .mbsc-stepper .mbsc-segmented-content {
  border-color: #d6d6d6;
  border-left: 0;
  border-right: 0;
}
.mbsc-material .mbsc-stepper-control .mbsc-segmented-content {
  background: #d6d6d6;
  border: 0;
  height: 2.5714285em;
  line-height: 2.5714285em;
}
.mbsc-material .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-material .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-material .mbsc-segmented .mbsc-segmented-item.mbsc-disabled .mbsc-segmented-content {
  background: #d6d6d6;
  color: #a6a6a6;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-item input:disabled ~ .mbsc-segmented-item .mbsc-stepper-val {
  background: #eeeeee;
}
.mbsc-material .mbsc-stepper input:disabled {
  color: #a6a6a6;
  -webkit-text-fill-color: #a6a6a6;
}
.mbsc-material.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: #cbcbcb;
  color: #000000;
}
.mbsc-material .mbsc-segmented-primary .mbsc-segmented-content {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-material .mbsc-segmented-primary.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-material .mbsc-segmented-secondary .mbsc-segmented-content {
  border-color: #90979E;
  color: #90979e;
}
.mbsc-material .mbsc-segmented-secondary.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-material .mbsc-segmented-success .mbsc-segmented-content {
  border-color: #43BE5F;
  color: #43be5f;
}
.mbsc-material .mbsc-segmented-success.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-material .mbsc-segmented-danger .mbsc-segmented-content {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-material .mbsc-segmented-danger.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-material .mbsc-segmented-warning .mbsc-segmented-content {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-material .mbsc-segmented-warning.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-material .mbsc-segmented-info .mbsc-segmented-content {
  border-color: #5BB7C5;
  color: #5bb7c5;
}
.mbsc-material .mbsc-segmented-info.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-primary .mbsc-segmented-content {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-secondary .mbsc-segmented-content {
  border-color: #90979E;
  color: #90979e;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-success .mbsc-segmented-content {
  border-color: #43BE5F;
  color: #43be5f;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-danger .mbsc-segmented-content {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-warning .mbsc-segmented-content {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-info .mbsc-segmented-content {
  border-color: #5BB7C5;
  color: #5bb7c5;
}
.mbsc-material .mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-material .mbsc-stepper-primary.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content {
  background: #3f97f6;
  color: #eee;
  border-color: #3f97f6;
}
.mbsc-material .mbsc-stepper-primary.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val {
  background: transparent;
}
.mbsc-material .mbsc-stepper-secondary.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content {
  background: #90979E;
  color: #eee;
  border-color: #90979e;
}
.mbsc-material .mbsc-stepper-secondary.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val {
  background: transparent;
}
.mbsc-material .mbsc-stepper-success.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content {
  background: #43BE5F;
  color: #eee;
  border-color: #43be5f;
}
.mbsc-material .mbsc-stepper-success.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val {
  background: transparent;
}
.mbsc-material .mbsc-stepper-danger.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content {
  background: #f5504e;
  color: #eee;
  border-color: #f5504e;
}
.mbsc-material .mbsc-stepper-danger.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val {
  background: transparent;
}
.mbsc-material .mbsc-stepper-warning.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content {
  background: #f8b042;
  color: #eee;
  border-color: #f8b042;
}
.mbsc-material .mbsc-stepper-warning.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val {
  background: transparent;
}
.mbsc-material .mbsc-stepper-info.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content {
  background: #5BB7C5;
  color: #fff;
  border-color: #5bb7c5;
}
.mbsc-material .mbsc-stepper-info.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val {
  background: transparent;
}
.mbsc-material.mbsc-no-touch .mbsc-stepper-primary.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(63, 151, 246, 0.7);
}
.mbsc-material.mbsc-no-touch .mbsc-stepper-secondary.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(144, 151, 158, 0.7);
}
.mbsc-material.mbsc-no-touch .mbsc-stepper-success.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(67, 190, 95, 0.7);
}
.mbsc-material.mbsc-no-touch .mbsc-stepper-danger.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(245, 80, 78, 0.7);
}
.mbsc-material.mbsc-no-touch .mbsc-stepper-warning.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(248, 176, 66, 0.7);
}
.mbsc-material.mbsc-no-touch .mbsc-stepper-info.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(91, 183, 197, 0.7);
}
.mbsc-material.mbsc-ms-c {
  background: #eeeeee;
}
.mbsc-material .mbsc-ms .mbsc-ms-item {
  overflow: hidden;
  color: #5b5b5b;
}
.mbsc-material .mbsc-ms .mbsc-ms-item.mbsc-ms-item-sel {
  color: #009688;
}
.mbsc-material .mbsc-ms .mbsc-ms-item.mbsc-active {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material.mbsc-ms-top {
  border-bottom: 1px solid #c1c1c1;
}
.mbsc-material.mbsc-ms-bottom {
  border-top: 1px solid #c1c1c1;
}
.mbsc-material.mbsc-ms-a .mbsc-ms-item.mbsc-ms-item-sel {
  color: #009688;
}
.mbsc-material.mbsc-ms-b .mbsc-ms-item {
  border: 2px solid transparent;
  border-width: 2px 0;
}
.mbsc-material.mbsc-ms-b .mbsc-ms-item.mbsc-ms-item-sel {
  border-bottom-color: #009688;
}
.mbsc-material.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item.mbsc-ms-item-sel {
  border-top-color: #009688;
  border-bottom-color: transparent;
}
.mbsc-material.mbsc-ms-more .mbsc-wdg-c.mbsc-w-p {
  padding: 0.5em 0;
}
.mbsc-material.mbsc-ms-more .mbsc-ms-item {
  padding: 0.875em 1em;
}
.mbsc-material .mbsc-np-del,
.mbsc-material .mbsc-np-btn {
  overflow: hidden;
}
.mbsc-material .mbsc-np-btn {
  font-size: 1.4545em;
  height: 2.0625em;
}
.mbsc-material .mbsc-np-del {
  color: #009688;
  font-size: 0.875em;
}
.mbsc-material .mbsc-np-tbl-c {
  padding: 0.5em;
}
.mbsc-material .mbsc-np-btn.mbsc-disabled {
  opacity: 0.5;
}
.mbsc-material .mbsc-range-btn-t {
  border-bottom: 1px solid #c1c1c1;
}
.mbsc-material .mbsc-range-btn {
  padding: .571428em .285714em;
  color: #5b5b5b;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  font-size: .875em;
  line-height: 1.428571em;
}
.mbsc-material .mbsc-range-btn.mbsc-selected {
  border-color: #009688;
  color: #009688;
}
.mbsc-material.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-selected .mbsc-cal-day-date {
  background: none;
  border-color: transparent;
}
.mbsc-material.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #009688;
  border-color: #009688;
  color: #eeeeee;
}
.mbsc-material.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: .125em;
  left: 0;
  right: 0;
  height: 2.25em;
  background: rgba(0, 150, 136, 0.1);
}
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-sel-start:after,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-sel-end:after {
  left: 50%;
  margin-left: -1.125em;
}
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-sel-end:after,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-sel-start:after {
  right: 50%;
  margin-right: -1.125em;
}
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-sel-start:after,
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-day:first-child:after,
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-hide-diff .mbsc-cal-day-first:after,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-sel-end:after,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-day:last-child:after,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-hide-diff .mbsc-cal-day-last:after {
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-sel-end:after,
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-day:last-child:after,
.mbsc-material.mbsc-range .mbsc-ltr .mbsc-cal-hide-diff .mbsc-cal-day-last:after,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-sel-start:after,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-day:first-child:after,
.mbsc-material.mbsc-range .mbsc-rtl .mbsc-cal-hide-diff .mbsc-cal-day-first:after {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}
.mbsc-material.mbsc-page {
  background-color: #eee;
  color: #6d6d6d;
}
.mbsc-material a {
  color: #009688;
}
.mbsc-material .mbsc-note {
  border-radius: 0.1875em;
}
.mbsc-material .mbsc-note,
.mbsc-material .mbsc-note-primary {
  color: #074b95;
  background-color: #88bff9;
}
.mbsc-material .mbsc-note-secondary {
  color: #454b50;
  background-color: #b9bdc2;
}
.mbsc-material .mbsc-note-success {
  color: #1b4d26;
  background-color: #7cd28f;
}
.mbsc-material .mbsc-note-danger {
  color: #a10b09;
  background-color: #f99896;
}
.mbsc-material .mbsc-note-warning {
  color: #9b6006;
  background-color: #fbcf8c;
}
.mbsc-material .mbsc-note-info {
  color: #235b64;
  background-color: #94d0d9;
}
.mbsc-material .mbsc-note-light {
  color: #666;
  background-color: #ffffff;
}
.mbsc-material .mbsc-note-dark {
  color: #000;
  background-color: #797c7e;
}
.mbsc-material .mbsc-sc-whl-gr {
  padding: 2em 0.25em;
}
.mbsc-material .mbsc-sc-cp {
  padding: 0.5em 0.25em;
}
.mbsc-material .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding-top: 2em;
  padding-bottom: 0;
}
.mbsc-material .mbsc-sc-lbl {
  line-height: 2.666666em;
  color: #009688;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
}
.mbsc-material .mbsc-sc-whl-w {
  margin: 0 .25em;
  padding: 0.5em 0;
}
.mbsc-material .mbsc-sc-itm {
  padding: 0 .272727em;
  font-size: 1.375em;
}
.mbsc-material.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
.mbsc-material .mbsc-sc-itm:focus {
  outline: 0;
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-material.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mbsc-material .mbsc-sc-whl-l {
  border-top: 2px solid #009688;
  border-bottom: 2px solid #009688;
}
.mbsc-material .mbsc-sc-cp .mbsc-sc-whl-w {
  padding: 2em 0;
}
.mbsc-material .mbsc-sc-btn {
  height: 2em;
  line-height: 2em;
  color: #009688;
  background: #eee;
  overflow: hidden;
}
.mbsc-material .mbsc-sc-btn:before {
  font-size: 1.5em;
}
.mbsc-material.mbsc-no-touch .mbsc-sc-btn:hover,
.mbsc-material .mbsc-sc-btn.mbsc-active {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 1.818181em;
}
.mbsc-material .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  width: 1.818181em;
  color: #009688;
}
.mbsc-material.mbsc-fr-pointer .mbsc-sc-lbl {
  padding-left: 1.666667em;
  padding-right: 1.666667em;
}
.mbsc-material.mbsc-fr-pointer .mbsc-sc-whl-w {
  margin: 0;
  padding: 0;
}
.mbsc-material.mbsc-fr-pointer .mbsc-sc-itm {
  font-size: 1em;
  padding: 0 1.25em;
}
.mbsc-material.mbsc-fr-pointer .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 2.5em;
}
.mbsc-material.mbsc-fr-pointer .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  width: 2em;
}
.mbsc-material.mbsc-fr-pointer .mbsc-ltr .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  left: 0.25em;
}
.mbsc-material.mbsc-fr-pointer .mbsc-rtl .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  right: 0.25em;
}
.mbsc-material .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 .333333em;
  font-size: 1.125em;
}
.mbsc-material .mbsc-sel-filter-cont {
  padding: .25em 1em;
  border-bottom: 1px solid #d5d5d5;
}
.mbsc-material .mbsc-input .mbsc-sel-filter-input:focus,
.mbsc-material .mbsc-input .mbsc-sel-filter-input {
  border-bottom: 0;
  padding: inherit;
}
.mbsc-material .mbsc-rtl .mbsc-sel-filter-clear {
  left: -0.5em;
}
.mbsc-material .mbsc-ltr .mbsc-sel-filter-clear {
  right: -0.5em;
}
.mbsc-material .mbsc-sel-gr-whl .mbsc-sc-itm {
  padding: 0 0.272727em;
}
.mbsc-material .mbsc-sel-gr-whl .mbsc-sc-itm::before {
  display: none;
}
.mbsc-material .mbsc-sel-gr-whl.mbsc-sel-one .mbsc-sc-itm-sel {
  color: #009688;
}
.mbsc-material.mbsc-fr-pointer .mbsc-sel-one .mbsc-sc-itm {
  padding: 0 1.25em;
}
.mbsc-material.mbsc-fr-pointer .mbsc-sel-one .mbsc-sc-itm-sel {
  color: #009688;
}
.mbsc-material.mbsc-fr-pointer .mbsc-sel-one .mbsc-sc-itm-sel:before {
  display: none;
}
.mbsc-material.mbsc-fr-pointer .mbsc-sel-one.mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material.mbsc-fr-pointer .mbsc-sel-one.mbsc-no-touch.mbsc-sc-whl-multi .mbsc-sc-itm-sel:hover {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material.mbsc-fr-pointer .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 1.25em;
}
.mbsc-material.mbsc-fr-pointer .mbsc-sc-itm.mbsc-sel-gr-itm {
  padding: 0 2.5em;
}
.mbsc-material.mbsc-timer .mbsc-fr-btn-cont {
  display: table;
}
.mbsc-material.mbsc-timer .mbsc-fr-btn-w {
  width: 1px;
  text-align: left;
  display: table-cell;
  float: none;
}
.mbsc-material.mbsc-timer .mbsc-fr-btn-w:first-child {
  width: auto;
  text-align: left;
}
.mbsc-material.mbsc-timer .mbsc-fr-btn-w .mbsc-fr-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
.mbsc-windows .mbsc-cal-month,
.mbsc-windows .mbsc-cal-year {
  font-size: 1.125em;
  line-height: 2.222223em;
}
.mbsc-windows .mbsc-cal .mbsc-cal-btn {
  width: 3em;
  height: 3em;
  line-height: 3em;
  padding: 0;
  margin: -0.25em;
}
.mbsc-windows .mbsc-cal-c {
  padding: 0.5em;
}
.mbsc-windows .mbsc-cal-picker {
  background: #f2f2f2;
  padding: 0.167em;
}
.mbsc-windows .mbsc-cal-days > div {
  font-size: .9375em;
  color: #727272;
}
.mbsc-windows .mbsc-cal-today .mbsc-cal-day-date {
  color: #0078d7;
}
.mbsc-windows .mbsc-cal-day {
  padding: 0;
}
.mbsc-windows .mbsc-cal-day-date {
  font-size: .875em;
  line-height: 2.285714em;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-windows .mbsc-cal-day-diff .mbsc-cal-day-i {
  background: #e5e5e5;
  opacity: 1;
}
.mbsc-windows .mbsc-cal-cell:focus .mbsc-cal-day-i {
  background: #d9d9d9;
}
.mbsc-windows.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-day:not(.mbsc-disabled):hover .mbsc-cal-day-i,
.mbsc-windows.mbsc-no-touch .mbsc-cal-picker .mbsc-cal-cell:not(.mbsc-disabled):hover {
  background: #d9d9d9;
}
.mbsc-windows .mbsc-cal .mbsc-cal-day.mbsc-selected:not(.mbsc-disabled) .mbsc-cal-cell-i.mbsc-cal-day-i,
.mbsc-windows .mbsc-cal .mbsc-cal-picker .mbsc-cal-cell.mbsc-selected,
.mbsc-windows.mbsc-no-touch .mbsc-cal-picker .mbsc-cal-cell.mbsc-selected:hover {
  background: rgba(0, 120, 215, 0.25);
}
.mbsc-windows.mbsc-no-touch .mbsc-cal-tab:hover {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.mbsc-windows .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected,
.mbsc-windows.mbsc-no-touch .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected:hover {
  border-bottom-color: #0078d7;
  border-top-color: transparent;
  color: #0078d7;
  background: #f2f2f2;
}
.mbsc-windows .mbsc-cal-week-nr {
  width: 2.166667em;
  font-size: .75em;
  font-weight: bold;
}
.mbsc-windows .mbsc-cal-tabs {
  border-collapse: collapse;
}
.mbsc-windows .mbsc-cal-tabs .mbsc-cal-tab {
  top: 0;
  font-size: .75em;
  line-height: 2.333334em;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.mbsc-windows .mbsc-cal-tabs-c {
  border-bottom: 1px solid #cccccc;
}
.mbsc-windows .mbsc-cal-marks {
  margin-top: -0.625em;
}
.mbsc-windows .mbsc-cal-mark {
  background: #262626;
}
.mbsc-windows .mbsc-cal-txt {
  color: #000;
  background: #c4c4c4;
}
.mbsc-windows .mbsc-empty {
  color: #727272;
}
.mbsc-windows.mbsc-card.mbsc-form {
  border-radius: 0;
  background: #f8f8f8;
  -webkit-box-shadow: 0 0 1px 1px #e5e5e5;
          box-shadow: 0 0 1px 1px #e5e5e5;
}
.mbsc-windows.mbsc-card .mbsc-lv-item {
  background: #f8f8f8;
}
.mbsc-windows .mbsc-card-footer {
  border-color: #e5e5e5;
}
.mbsc-windows .mbsc-card-footer .mbsc-btn {
  margin-top: -0.625em;
  margin-bottom: -0.625em;
}
.mbsc-windows .mbsc-fr-w {
  background: #f2f2f2;
  color: #262626;
  font-size: 16px;
  border: 1px solid #cccccc;
}
.mbsc-windows .mbsc-ltr .mbsc-fr-btn-w .mbsc-fr-btn:before {
  padding: 0 0.375em 0 0;
}
.mbsc-windows .mbsc-rtl .mbsc-fr-btn-w .mbsc-fr-btn:before {
  padding: 0 0 0 0.375em;
}
.mbsc-windows.mbsc-fr-inline .mbsc-fr-w {
  border: 0;
}
.mbsc-windows .mbsc-fr-hdr {
  padding: .5em;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
}
.mbsc-windows .mbsc-fr-btn-cont {
  border-top: 2px solid #cccccc;
}
.mbsc-windows .mbsc-fr-btn-w {
  background: #f2f2f2;
}
.mbsc-windows .mbsc-fr-btn {
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  color: #262626;
  padding: 0 0.375em;
}
.mbsc-windows.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover,
.mbsc-windows .mbsc-fr-btn.mbsc-active {
  background: #d9d9d9;
}
.mbsc-windows .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #f2f2f2 transparent;
  bottom: -1px;
}
.mbsc-windows .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #f2f2f2 transparent transparent transparent;
  top: -1px;
}
.mbsc-windows.mbsc-progress {
  padding: 0.75em 1em;
}
.mbsc-windows.mbsc-progress .mbsc-label {
  padding-bottom: .3125em;
  color: #262626;
  font-size: 1em;
}
.mbsc-windows.mbsc-progress .mbsc-input-wrap {
  padding: 0;
}
.mbsc-windows.mbsc-progress .mbsc-input-ic {
  color: #262626;
  top: -0.125em;
}
.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-input-wrap,
.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-input-wrap {
  padding-left: 2.25em;
}
.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-input-wrap,
.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 2.25em;
}
.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-left-ic,
.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: -0.375em;
}
.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-right-ic,
.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: -0.375em;
}
.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,
.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap {
  padding-right: 3.75em;
}
.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,
.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap {
  padding-left: 3.75em;
}
.mbsc-windows.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap,
.mbsc-windows.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap {
  padding-left: 5.75em;
}
.mbsc-windows.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap,
.mbsc-windows.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap {
  padding-right: 5.75em;
}
.mbsc-windows.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value,
.mbsc-windows.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value {
  left: 1.875em;
  right: auto;
}
.mbsc-windows.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value,
.mbsc-windows.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value {
  left: auto;
  right: 1.875em;
}
.mbsc-windows .mbsc-progress-cont {
  padding: 0.75em 0;
}
.mbsc-windows .mbsc-progress-track {
  background: #e0e0e0;
  height: 0.25em;
}
.mbsc-windows .mbsc-progress-bar {
  background: #0078d7;
}
.mbsc-windows .mbsc-progress-value {
  margin-top: -0.4375em;
  width: 3.5em;
}
.mbsc-windows .mbsc-progress-step-label {
  top: auto;
  bottom: -2em;
  line-height: normal;
}
.mbsc-windows .mbsc-progress-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-windows .mbsc-progress-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-windows .mbsc-progress-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-windows .mbsc-progress-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-windows .mbsc-progress-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-windows .mbsc-progress-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-windows .mbsc-label-inline.mbsc-progress.mbsc-control-w .mbsc-label {
  line-height: 1.875em;
  padding-bottom: 0;
}
.mbsc-windows.mbsc-slider .mbsc-input-wrap {
  padding: 0 0.3125em;
}
.mbsc-windows.mbsc-slider .mbsc-input-ic {
  top: -0.0625em;
}
.mbsc-windows.mbsc-slider .mbsc-progress-track {
  height: 6px;
  background: #999;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
.mbsc-windows.mbsc-form .mbsc-slider .mbsc-progress-track {
  border-top-color: #fff;
  border-bottom-color: #ffffff;
}
.mbsc-windows.mbsc-slider:hover .mbsc-progress-track {
  background: #666666;
}
.mbsc-windows.mbsc-slider:hover .mbsc-progress-track .mbsc-slider-handle {
  background: #262626;
}
.mbsc-windows.mbsc-slider .mbsc-active ~ .mbsc-progress-cont .mbsc-progress-track {
  background: #999999;
}
.mbsc-windows.mbsc-slider .mbsc-active ~ .mbsc-progress-cont .mbsc-progress-track .mbsc-slider-handle {
  background: #cccccc;
}
.mbsc-windows .mbsc-slider-handle {
  top: 50%;
  width: .5em;
  border-radius: 6px;
  height: 1.5em;
  margin: -0.75em -0.25em 0 0;
  background: #0078d7;
}
.mbsc-windows .mbsc-slider-tooltip {
  height: 1.875em;
  padding: 0 .75em;
  top: -2.75em;
  border: 1px solid #ccc;
  line-height: 1.875em;
  background: #f2f2f2;
  text-align: center;
  color: #262626;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.mbsc-windows .mbsc-slider-handle:focus ~ .mbsc-slider-tooltip,
.mbsc-windows .mbsc-active .mbsc-slider-tooltip {
  opacity: 1;
}
.mbsc-windows .mbsc-slider-step {
  background: #999;
  height: 16px;
  width: 1px;
  top: -7px;
  z-index: -1;
}
.mbsc-windows .mbsc-progress-bar + .mbsc-slider-step {
  margin: 0;
}
.mbsc-windows .mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: 0.4;
}
.mbsc-windows .mbsc-slider-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-windows .mbsc-slider-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-windows .mbsc-slider-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-windows .mbsc-slider-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-windows .mbsc-slider-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-windows .mbsc-slider-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-windows.mbsc-color .mbsc-fr-w {
  min-width: 230px;
}
.mbsc-windows .mbsc-color-cont {
  padding: 0.25em 0;
}
.mbsc-windows .mbsc-color-active,
.mbsc-windows.mbsc-no-touch .mbsc-color-item-c:hover {
  border-radius: 3em;
  -webkit-box-shadow: inset 0 0 0 0.1875em #0078d7;
          box-shadow: inset 0 0 0 0.1875em #0078d7;
}
.mbsc-windows .mbsc-color-clear-item,
.mbsc-windows .mbsc-color-item {
  border-radius: 1.75em;
  padding: 0.25em 0;
}
.mbsc-windows .mbsc-color-clear-item,
.mbsc-windows .mbsc-color-item {
  border-radius: 1.75em;
  padding: 0.25em 0;
}
.mbsc-windows .mbsc-color-preview-item {
  border-radius: 1em;
  margin: 0.25em;
}
.mbsc-windows .mbsc-color-clear-item {
  background: #ffffff;
}
.mbsc-windows .mbsc-color-input:empty:not(:focus):before {
  padding: 0 0.3125em;
}
.mbsc-windows.mbsc-color .mbsc-color-slider-cont .mbsc-progress-track {
  background: #c2c2c2;
}
.mbsc-windows .mbsc-color-preview-item-empty {
  border-color: #b2b2b2;
}
.mbsc-windows .mbsc-color-preview-cont {
  border-color: #b2b2b2;
}
.mbsc-windows.mbsc-form .mbsc-color-input {
  height: auto;
  min-height: 2em;
  padding: 0;
  background: #262626;
  border: .125em solid #262626;
  font-size: 1em;
  background: transparent;
  border-color: #262626;
  color: #262626;
}
.mbsc-windows .mbsc-ltr .mbsc-dt-whl-m .mbsc-sc-itm,
.mbsc-windows .mbsc-ltr .mbsc-dt-whl-date .mbsc-sc-itm {
  text-align: left;
}
.mbsc-windows .mbsc-rtl .mbsc-dt-whl-m .mbsc-sc-itm,
.mbsc-windows .mbsc-rtl .mbsc-dt-whl-date .mbsc-sc-itm {
  text-align: right;
}
.mbsc-windows .mbsc-dt-whl-date .mbsc-sc-whl {
  min-width: 120px;
}
.mbsc-lv-windows .mbsc-lv {
  background: #999999;
}
.mbsc-lv-windows .mbsc-lv-item {
  margin-top: -1px;
  padding: 1.25em;
  background: #f2f2f2;
  color: #262626;
  font-family: Segoe UI, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
.mbsc-lv-windows .mbsc-lv-gr-title {
  background: #f2f2f2;
  color: #262626;
  font-size: 1.3125em;
  padding: 1em .625em 0 .625em;
  line-height: 2em;
}
.mbsc-windows .mbsc-cal-events {
  max-width: 42em;
  padding: .5em;
  font-size: .75em;
  background: rgba(38, 38, 38, 0.8);
  margin: 0 0 0.5em 0;
}
.mbsc-windows .mbsc-cal-events-b {
  margin: 0.5em 0 0 0;
}
.mbsc-windows .mbsc-cal-event {
  color: #000;
  background: #bababa;
  border: 1px solid #bababa;
}
.mbsc-windows .mbsc-cal-events-arr {
  border-color: rgba(38, 38, 38, 0.8) transparent transparent;
}
.mbsc-windows .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent rgba(38, 38, 38, 0.8);
}
.mbsc-windows .mbsc-cal-event-color {
  background: #262626;
}
.mbsc-windows .mbsc-event-list .mbsc-lv-item {
  background: #ffffff;
}
.mbsc-windows .mbsc-event-list .mbsc-lv-gr-title {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
  font-size: .9375em;
  font-weight: bold;
}
.mbsc-windows .mbsc-event-color {
  width: .5em;
  margin-left: -1em;
  margin-right: 0;
  background: #0078d7;
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -1;
  order: -1;
}
.mbsc-windows .mbsc-event-time {
  margin: 0 1em;
}
.mbsc-windows .mbsc-ltr .mbsc-event-time {
  text-align: left;
}
.mbsc-windows .mbsc-rtl .mbsc-event-time {
  text-align: right;
}
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-c {
  padding: 0;
}
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-days > div {
  padding: 0 0.6em;
}
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-picker {
  padding: 0;
  padding-top: 1.875em;
}
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-table {
  border-top: 1px solid #cccccc;
}
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  background: #fff;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #cccccc;
}
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-day-diff .mbsc-cal-day-i {
  background: #f2f2f2;
}
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-day-date {
  padding: 0 0.5em;
}
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-has-labels .mbsc-cal-day-i {
  min-height: 4.75em;
}
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-marks {
  margin: -0.875em 0.625em 0 0.625em;
}
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-days,
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-day,
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-ltr .mbsc-cal-day-date {
  text-align: left;
}
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-days,
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-day,
.mbsc-windows.mbsc-ev-cal.mbsc-fr-md .mbsc-rtl .mbsc-cal-day-date {
  text-align: right;
}
.mbsc-lv-windows .mbsc-lv-fixed-header {
  font-size: 16px;
}
.mbsc-lv-windows .mbsc-lv-fill-item {
  background: rgba(255, 255, 255, 0.5);
}
.mbsc-lv-windows .mbsc-lv .mbsc-lv-item.mbsc-lv-item-dragging {
  margin: 0;
  opacity: .7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbsc-lv-windows .mbsc-lv-handle-bar {
  background: #888888;
}
.mbsc-lv-windows .mbsc-lv-ic-m {
  color: #f2f2f2;
}
.mbsc-lv-windows.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #e5e5e5;
}
.mbsc-lv-windows .mbsc-lv-item-hl,
.mbsc-lv-windows .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #cccccc;
}
.mbsc-lv-windows.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item.mbsc-checkbox {
  padding-left: 5em;
}
.mbsc-lv-windows.mbsc-lv-handle-left .mbsc-lv .mbsc-lv-item.mbsc-checkbox .mbsc-checkbox-box {
  left: 3em;
}
.mbsc-lv-windows .mbsc-lv .mbsc-lv-item.mbsc-lv-item-ic-left.mbsc-checkbox {
  padding-left: 5.625em;
}
.mbsc-lv-windows .mbsc-lv .mbsc-lv-item.mbsc-lv-item-ic-left.mbsc-checkbox .mbsc-checkbox-box {
  left: 3.25em;
}
.mbsc-windows .mbsc-input {
  padding: 0.5em 1em 1em;
}
.mbsc-windows .mbsc-input input,
.mbsc-windows .mbsc-input textarea,
.mbsc-windows .mbsc-select input {
  height: 2em;
  padding: 0 .3125em;
  border: .125em solid #999;
  font-size: 1em;
  color: #262626;
  background: transparent;
}
.mbsc-windows.mbsc-ltr .mbsc-select input {
  padding-right: 1.75em;
}
.mbsc-windows.mbsc-rtl .mbsc-select input {
  padding-left: 1.75em;
}
.mbsc-windows.mbsc-no-touch .mbsc-input input:hover,
.mbsc-windows.mbsc-no-touch .mbsc-input textarea:hover,
.mbsc-windows.mbsc-no-touch .mbsc-select:hover input {
  border-color: #666666;
}
.mbsc-windows .mbsc-input textarea {
  padding-top: .125em;
  padding-bottom: 0.125em;
}
.mbsc-windows .mbsc-input input::-webkit-input-placeholder {
  color: #5c5c5c;
}
.mbsc-windows .mbsc-input input::-ms-input-placeholder {
  color: #5c5c5c;
}
.mbsc-windows .mbsc-input input::-moz-placeholder {
  color: #5c5c5c;
}
.mbsc-windows .mbsc-input .mbsc-input-wrap input:focus,
.mbsc-windows .mbsc-input .mbsc-input-wrap select:focus + input,
.mbsc-windows .mbsc-input .mbsc-input-wrap textarea:focus,
.mbsc-windows.mbsc-alert .mbsc-input input:focus {
  background: #fff;
  border-color: #0078d7;
  color: #262626;
}
.mbsc-windows .mbsc-input .mbsc-input-wrap input:focus ~ .mbsc-input-ic,
.mbsc-windows .mbsc-input .mbsc-input-wrap select:focus + input ~ .mbsc-input-ic,
.mbsc-windows .mbsc-input .mbsc-input-wrap textarea:focus ~ .mbsc-input-ic,
.mbsc-windows.mbsc-alert .mbsc-input input:focus ~ .mbsc-input-ic {
  color: #262626;
}
.mbsc-windows .mbsc-input .mbsc-input-wrap .mbsc-control:disabled + input,
.mbsc-windows .mbsc-input .mbsc-input-wrap textarea:disabled,
.mbsc-windows .mbsc-input .mbsc-input-wrap input:disabled {
  border-color: #cccccc;
}
.mbsc-windows .mbsc-input.mbsc-err input,
.mbsc-windows .mbsc-input.mbsc-err textarea {
  border-color: #d30101;
}
.mbsc-windows .mbsc-input-ic {
  top: 0;
  margin-top: 0;
  color: #262626;
}
.mbsc-windows .mbsc-err-msg {
  color: #d30101;
  position: absolute;
  padding-top: 0.333334em;
}
.mbsc-windows .mbsc-input.mbsc-ic-left input,
.mbsc-windows .mbsc-input.mbsc-ic-left textarea {
  padding-left: 2.25em;
}
.mbsc-windows.mbsc-rtl .mbsc-input.mbsc-ic-left input,
.mbsc-windows.mbsc-rtl .mbsc-input.mbsc-ic-left textarea {
  padding-right: 2.25em;
  padding-left: 0.3125em;
}
.mbsc-windows.mbsc-ltr .mbsc-input.mbsc-ic-right input,
.mbsc-windows.mbsc-ltr .mbsc-input.mbsc-ic-right textarea {
  padding-right: 2.25em;
}
.mbsc-windows.mbsc-rtl .mbsc-input.mbsc-ic-right input,
.mbsc-windows.mbsc-rtl .mbsc-input.mbsc-ic-right textarea {
  padding-left: 2.25em;
}
.mbsc-windows .mbsc-ic-left .mbsc-left-ic,
.mbsc-windows.mbsc-rtl .mbsc-ic-right .mbsc-right-ic {
  right: auto;
  left: 0.25em;
}
.mbsc-windows .mbsc-ic-right .mbsc-right-ic,
.mbsc-windows.mbsc-rtl .mbsc-ic-left .mbsc-left-ic {
  left: auto;
  right: 0.25em;
}
.mbsc-windows .mbsc-input .mbsc-label {
  padding-bottom: .3125em;
  color: #262626;
  font-size: 0.8125em;
}
.mbsc-windows .mbsc-select .mbsc-input-wrap .mbsc-ic {
  color: #262626;
}
.mbsc-windows .mbsc-select .mbsc-select-ic {
  display: block;
  position: absolute;
  top: 0.5em;
}
.mbsc-windows.mbsc-ltr .mbsc-select .mbsc-select-ic {
  right: 0.5em;
}
.mbsc-windows.mbsc-rtl .mbsc-select .mbsc-select-ic {
  left: 0.5em;
}
.mbsc-windows .mbsc-ic-right .mbsc-select-ic {
  display: none;
}
.mbsc-windows .mbsc-label-inline.mbsc-input .mbsc-label {
  line-height: 2em;
  padding-bottom: 0;
}
.mbsc-windows .mbsc-label-floating.mbsc-input {
  padding-top: 1.625em;
}
.mbsc-windows .mbsc-label-floating.mbsc-input .mbsc-label {
  font-size: 1em;
  position: absolute;
  top: 2.0625em;
}
.mbsc-windows .mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  -webkit-transform: translateY(-1.5em) scale(0.75);
  transform: translateY(-1.5em) scale(0.75);
}
.mbsc-windows.mbsc-ltr .mbsc-label-floating.mbsc-input .mbsc-label {
  left: 1.375em;
}
.mbsc-windows.mbsc-ltr .mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  left: 1em;
}
.mbsc-windows.mbsc-ltr .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  left: 3.375em;
}
.mbsc-windows.mbsc-ltr .mbsc-label-floating.mbsc-input.mbsc-label-floating-active.mbsc-ic-left .mbsc-label {
  left: 1em;
}
.mbsc-windows.mbsc-rtl .mbsc-label-floating.mbsc-input .mbsc-label {
  right: 1.375em;
}
.mbsc-windows.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label {
  right: 1em;
}
.mbsc-windows.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label {
  right: 3.375em;
}
.mbsc-windows.mbsc-rtl .mbsc-label-floating.mbsc-input.mbsc-label-floating-active.mbsc-ic-left .mbsc-label {
  right: 1em;
}
.mbsc-windows.mbsc-rating .mbsc-progress-track {
  color: #0078d7;
}
.mbsc-windows.mbsc-rating input:disabled ~ .mbsc-progress-cont .mbsc-progress-track {
  opacity: 0.4;
}
.mbsc-windows.mbsc-rating.mbsc-rating-primary .mbsc-progress-track {
  color: #3f97f6;
}
.mbsc-windows.mbsc-rating.mbsc-rating-secondary .mbsc-progress-track {
  color: #90979e;
}
.mbsc-windows.mbsc-rating.mbsc-rating-success .mbsc-progress-track {
  color: #43be5f;
}
.mbsc-windows.mbsc-rating.mbsc-rating-danger .mbsc-progress-track {
  color: #f5504e;
}
.mbsc-windows.mbsc-rating.mbsc-rating-warning .mbsc-progress-track {
  color: #f8b042;
}
.mbsc-windows.mbsc-rating.mbsc-rating-info .mbsc-progress-track {
  color: #5bb7c5;
}
.mbsc-windows.mbsc-snackbar .mbsc-snackbar-btn {
  color: #0078d7;
}
.mbsc-windows.mbsc-toast .mbsc-toast-msg {
  background: #666;
  color: #ffffff;
}
.mbsc-windows.mbsc-toast .mbsc-fr-w,
.mbsc-windows.mbsc-snackbar .mbsc-fr-w {
  border: 0;
}
.mbsc-windows.mbsc-snackbar.mbsc-primary .mbsc-fr-w,
.mbsc-windows.mbsc-toast.mbsc-primary .mbsc-toast-msg {
  background: #3f97f6;
  color: #efeff4;
}
.mbsc-windows.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,
.mbsc-windows.mbsc-toast.mbsc-secondary .mbsc-toast-msg {
  background: #90979E;
  color: #efeff4;
}
.mbsc-windows.mbsc-snackbar.mbsc-success .mbsc-fr-w,
.mbsc-windows.mbsc-toast.mbsc-success .mbsc-toast-msg {
  background: #43BE5F;
  color: #efeff4;
}
.mbsc-windows.mbsc-snackbar.mbsc-danger .mbsc-fr-w,
.mbsc-windows.mbsc-toast.mbsc-danger .mbsc-toast-msg {
  background: #f5504e;
  color: #efeff4;
}
.mbsc-windows.mbsc-snackbar.mbsc-warning .mbsc-fr-w,
.mbsc-windows.mbsc-toast.mbsc-warning .mbsc-toast-msg {
  background: #f8b042;
  color: #000000;
}
.mbsc-windows.mbsc-snackbar.mbsc-info .mbsc-fr-w,
.mbsc-windows.mbsc-toast.mbsc-info .mbsc-toast-msg {
  background: #5BB7C5;
  color: #efeff4;
}
.mbsc-windows.mbsc-snackbar.mbsc-primary .mbsc-snackbar-btn,
.mbsc-windows.mbsc-snackbar.mbsc-secondary .mbsc-snackbar-btn,
.mbsc-windows.mbsc-snackbar.mbsc-success .mbsc-snackbar-btn,
.mbsc-windows.mbsc-snackbar.mbsc-danger .mbsc-snackbar-btn,
.mbsc-windows.mbsc-snackbar.mbsc-info .mbsc-snackbar-btn {
  color: #efeff4;
}
.mbsc-windows.mbsc-snackbar.mbsc-warning .mbsc-snackbar-btn {
  color: #000000;
}
.mbsc-windows .mbsc-collapsible .mbsc-form-group-title.mbsc-collapsible-header {
  padding-left: .666667em;
  padding-right: 2em;
}
.mbsc-windows .mbsc-collapsible .mbsc-form-group-title .mbsc-collapsible-icon {
  font-size: 0.666667em;
}
.mbsc-windows.mbsc-form {
  background-color: #fff;
  color: #262626;
}
.mbsc-windows.mbsc-form *::-moz-selection {
  color: #fff;
  background: #0078d7;
}
.mbsc-windows.mbsc-form *::selection {
  color: #fff;
  background: rgba(0, 120, 215, 0.9);
}
.mbsc-windows .mbsc-divider,
.mbsc-windows .mbsc-form-group-title {
  font-size: 1.5em;
  padding: 0 .666667em;
  line-height: 2em;
}
.mbsc-windows .mbsc-checkbox-box,
.mbsc-windows .mbsc-radio-box {
  margin-top: -0.6875em;
  border: 0.125em solid #262626;
}
.mbsc-windows .mbsc-checkbox input:disabled + .mbsc-checkbox-box,
.mbsc-windows .mbsc-checkbox input:disabled ~ .mbsc-label,
.mbsc-windows .mbsc-checkbox input:disabled ~ .mbsc-desc,
.mbsc-windows .mbsc-radio input:disabled + .mbsc-radio-box,
.mbsc-windows .mbsc-radio input:disabled ~ .mbsc-label,
.mbsc-windows .mbsc-radio input:disabled ~ .mbsc-desc,
.mbsc-windows .mbsc-switch input:disabled + .mbsc-switch-track,
.mbsc-windows .mbsc-switch input:disabled ~ .mbsc-label,
.mbsc-windows .mbsc-switch input:disabled ~ .mbsc-desc {
  opacity: 0.2;
}
.mbsc-windows.mbsc-form .mbsc-checkbox {
  padding: 1.125em 1em 1.125em 2.875em;
}
.mbsc-windows.mbsc-rtl .mbsc-checkbox {
  padding: 1.125em 2.875em 1.125em 1em;
}
.mbsc-windows .mbsc-checkbox-box {
  width: 1.3125em;
  height: 1.3125em;
  left: 1em;
}
.mbsc-windows.mbsc-rtl .mbsc-checkbox-box {
  left: auto;
  right: 1em;
}
.mbsc-windows .mbsc-checkbox-box:after {
  top: 16%;
  left: 10%;
  width: .875em;
  height: .475em;
  border: .125em solid #e2f0fb;
  border-top: 0;
  border-right: 0;
}
.mbsc-windows .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #0078d7;
  border-color: #0078d7;
}
.mbsc-windows .mbsc-checkbox-primary input:checked + .mbsc-checkbox-box {
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-windows .mbsc-checkbox-secondary input:checked + .mbsc-checkbox-box {
  background: #90979E;
  border-color: #90979e;
}
.mbsc-windows .mbsc-checkbox-success input:checked + .mbsc-checkbox-box {
  background: #43BE5F;
  border-color: #43be5f;
}
.mbsc-windows .mbsc-checkbox-danger input:checked + .mbsc-checkbox-box {
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-windows .mbsc-checkbox-warning input:checked + .mbsc-checkbox-box {
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-windows .mbsc-checkbox-info input:checked + .mbsc-checkbox-box {
  background: #5BB7C5;
  border-color: #5bb7c5;
}
.mbsc-windows .mbsc-checkbox input.mbsc-active + .mbsc-checkbox-box {
  border-color: #666;
  background: #666666;
}
.mbsc-windows.mbsc-form .mbsc-radio {
  padding: 1.125em 3.25em 1.125em 1em;
}
.mbsc-windows.mbsc-rtl .mbsc-radio {
  padding: 1.125em 1em 1.125em 3.25em;
}
.mbsc-windows .mbsc-radio-box {
  right: 1.125em;
}
.mbsc-windows.mbsc-rtl .mbsc-radio-box {
  right: auto;
  left: 1.125em;
}
.mbsc-windows .mbsc-radio-box:after {
  background: #262626;
}
.mbsc-windows .mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #0078d7;
}
.mbsc-windows .mbsc-radio input.mbsc-active + .mbsc-radio-box {
  border-color: rgba(38, 38, 38, 0.6);
}
.mbsc-windows .mbsc-radio input.mbsc-active + .mbsc-radio-box:after {
  background: rgba(38, 38, 38, 0.6);
}
.mbsc-windows .mbsc-radio-primary .mbsc-radio-box:after {
  background: #3f97f6;
}
.mbsc-windows .mbsc-radio-secondary .mbsc-radio-box:after {
  background: #90979e;
}
.mbsc-windows .mbsc-radio-success .mbsc-radio-box:after {
  background: #43be5f;
}
.mbsc-windows .mbsc-radio-danger .mbsc-radio-box:after {
  background: #f5504e;
}
.mbsc-windows .mbsc-radio-warning .mbsc-radio-box:after {
  background: #f8b042;
}
.mbsc-windows .mbsc-radio-info .mbsc-radio-box:after {
  background: #5bb7c5;
}
.mbsc-windows .mbsc-btn {
  margin: .5em .25em;
  padding: .3125em .5em;
  background: #ccc;
  border: .125em solid #ccc;
  border-radius: 0;
  color: #262626;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.mbsc-windows .mbsc-btn-ic {
  padding-right: 0.5em;
}
.mbsc-windows .mbsc-btn-icon-only .mbsc-btn-ic {
  padding: 0;
}
.mbsc-windows .mbsc-btn:disabled {
  opacity: 0.3;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #7a7a7a;
}
.mbsc-windows .mbsc-btn.mbsc-active {
  border-color: #7a7a7a;
  background: #7a7a7a;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover {
  background: transparent;
  border-color: transparent;
  opacity: 0.7;
}
.mbsc-windows .mbsc-btn.mbsc-btn-flat.mbsc-active:not(:disabled) {
  background: rgba(204, 204, 204, 0.25);
  opacity: 1;
}
.mbsc-windows .mbsc-btn-group,
.mbsc-windows .mbsc-btn-group-justified {
  margin: 0.5em 0.75em;
}
.mbsc-windows .mbsc-btn-group-block {
  margin: 0.5em 1em;
}
.mbsc-windows .mbsc-btn-primary.mbsc-btn {
  color: #fff;
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-windows .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat {
  color: #3f97f6;
  background: transparent;
  border-color: transparent;
}
.mbsc-windows .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(63, 151, 246, 0.25);
}
.mbsc-windows .mbsc-btn-secondary.mbsc-btn {
  color: #fff;
  background: #90979E;
  border-color: #90979e;
}
.mbsc-windows .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat {
  color: #90979E;
  background: transparent;
  border-color: transparent;
}
.mbsc-windows .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(144, 151, 158, 0.25);
}
.mbsc-windows .mbsc-btn-success.mbsc-btn {
  color: #fff;
  background: #43BE5F;
  border-color: #43be5f;
}
.mbsc-windows .mbsc-btn-success.mbsc-btn.mbsc-btn-flat {
  color: #43BE5F;
  background: transparent;
  border-color: transparent;
}
.mbsc-windows .mbsc-btn-success.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(67, 190, 95, 0.25);
}
.mbsc-windows .mbsc-btn-danger.mbsc-btn {
  color: #fff;
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-windows .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat {
  color: #f5504e;
  background: transparent;
  border-color: transparent;
}
.mbsc-windows .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(245, 80, 78, 0.25);
}
.mbsc-windows .mbsc-btn-warning.mbsc-btn {
  color: #000;
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-windows .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat {
  color: #f8b042;
  background: transparent;
  border-color: transparent;
}
.mbsc-windows .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(248, 176, 66, 0.25);
}
.mbsc-windows .mbsc-btn-info.mbsc-btn {
  color: #fff;
  background: #5BB7C5;
  border-color: #5bb7c5;
}
.mbsc-windows .mbsc-btn-info.mbsc-btn.mbsc-btn-flat {
  color: #5BB7C5;
  background: transparent;
  border-color: transparent;
}
.mbsc-windows .mbsc-btn-info.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(91, 183, 197, 0.25);
}
.mbsc-windows .mbsc-btn-light.mbsc-btn {
  color: #000;
  background: #bfbfbf;
  border-color: #bfbfbf;
}
.mbsc-windows .mbsc-btn-light.mbsc-btn.mbsc-btn-flat {
  color: #bfbfbf;
  background: transparent;
  border-color: transparent;
}
.mbsc-windows .mbsc-btn-light.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(191, 191, 191, 0.25);
}
.mbsc-windows .mbsc-btn-dark.mbsc-btn {
  color: #fff;
  background: #47494A;
  border-color: #47494a;
}
.mbsc-windows .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat {
  color: #47494A;
  background: transparent;
  border-color: transparent;
}
.mbsc-windows .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(71, 73, 74, 0.25);
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline {
  background: transparent;
  border: .125em solid #999;
  color: #999999;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-active {
  background: #7f7f7f;
  border-color: #7f7f7f;
  color: #fff;
  opacity: 1;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-primary {
  border-color: #3f97f6;
  color: #3f97f6;
  background: transparent;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-primary.mbsc-active {
  background: #3f97f6;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-secondary {
  border-color: #90979E;
  color: #90979E;
  background: transparent;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-secondary.mbsc-active {
  background: #90979E;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-success {
  border-color: #43BE5F;
  color: #43BE5F;
  background: transparent;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-success.mbsc-active {
  background: #43BE5F;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-danger {
  border-color: #f5504e;
  color: #f5504e;
  background: transparent;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-danger.mbsc-active {
  background: #f5504e;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-warning {
  border-color: #f8b042;
  color: #f8b042;
  background: transparent;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-warning.mbsc-active {
  background: #f8b042;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-info {
  border-color: #5BB7C5;
  color: #5BB7C5;
  background: transparent;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-info.mbsc-active {
  background: #5BB7C5;
  color: #ffffff;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-light {
  border-color: #bfbfbf;
  color: #bfbfbf;
  background: transparent;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-light.mbsc-active {
  background: #bfbfbf;
  color: #47494a;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-dark {
  border-color: #47494A;
  color: #47494A;
  background: transparent;
}
.mbsc-windows .mbsc-btn.mbsc-btn-outline.mbsc-btn-dark.mbsc-active {
  background: #47494A;
  color: #ffffff;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn.mbsc-btn-outline:not(:disabled):hover {
  border-color: #7f7f7f;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn-primary.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #0964c6;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn-secondary.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #5d646b;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn-success.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #287339;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn-danger.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #d10e0c;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn-warning.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #cc7f08;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn-info.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #317e89;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn-light.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #999999;
}
.mbsc-windows.mbsc-no-touch .mbsc-btn-dark.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #000000;
}
.mbsc-windows .mbsc-btn-primary.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #0964c6;
  border-color: #0964c6;
}
.mbsc-windows .mbsc-btn-secondary.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #5d646b;
  border-color: #5d646b;
}
.mbsc-windows .mbsc-btn-success.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #287339;
  border-color: #287339;
}
.mbsc-windows .mbsc-btn-danger.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #d10e0c;
  border-color: #d10e0c;
}
.mbsc-windows .mbsc-btn-warning.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #cc7f08;
  border-color: #cc7f08;
}
.mbsc-windows .mbsc-btn-info.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #317e89;
  border-color: #317e89;
}
.mbsc-windows .mbsc-btn-light.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #999;
  border-color: #999999;
}
.mbsc-windows .mbsc-btn-dark.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #000;
  border-color: #000000;
}
.mbsc-windows .mbsc-btn.mbsc-btn-flat {
  background: transparent;
  border-color: transparent;
}
.mbsc-windows.mbsc-form .mbsc-switch {
  padding: 1.125em 5.875em 1.125em 1em;
}
.mbsc-windows.mbsc-rtl .mbsc-switch {
  padding: 1.125em 1em 1.125em 5.875em;
}
.mbsc-windows .mbsc-switch-track {
  right: 1.125em;
  width: 2.75em;
  height: 1.25em;
  margin-top: -0.645em;
  padding: 0 .5em;
  border-radius: 10px;
  border: 2px solid #262626;
}
.mbsc-windows.mbsc-rtl .mbsc-switch-track {
  right: auto;
  left: 1.125em;
}
.mbsc-windows .mbsc-switch-track .mbsc-switch-handle {
  z-index: 1;
  top: 50%;
  left: 50%;
  right: auto;
  height: .625em;
  width: .625em;
  border-radius: 10px;
  margin: -0.3125em 0 0 -0.3125em;
  background: #262626;
}
.mbsc-windows .mbsc-switch input:checked + .mbsc-switch-track {
  background: #0078d7;
  border-color: #0078d7;
}
.mbsc-windows .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #f2f2f2;
}
.mbsc-windows .mbsc-switch input:checked:disabled + .mbsc-switch-track {
  background: #262626;
  border-color: #262626;
}
.mbsc-windows .mbsc-switch-primary.mbsc-switch input:checked + .mbsc-switch-track {
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-windows .mbsc-switch-secondary.mbsc-switch input:checked + .mbsc-switch-track {
  background: #90979E;
  border-color: #90979e;
}
.mbsc-windows .mbsc-switch-success.mbsc-switch input:checked + .mbsc-switch-track {
  background: #43BE5F;
  border-color: #43be5f;
}
.mbsc-windows .mbsc-switch-danger.mbsc-switch input:checked + .mbsc-switch-track {
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-windows .mbsc-switch-warning.mbsc-switch input:checked + .mbsc-switch-track {
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-windows .mbsc-switch-info.mbsc-switch input:checked + .mbsc-switch-track {
  background: #5BB7C5;
  border-color: #5bb7c5;
}
.mbsc-windows.mbsc-form .mbsc-switch input.mbsc-active + .mbsc-switch-track {
  background: #666;
  border-color: #666666;
}
.mbsc-windows.mbsc-form .mbsc-switch input.mbsc-active + .mbsc-switch-track .mbsc-switch-handle {
  background: #f2f2f2;
}
.mbsc-windows .mbsc-segmented {
  padding: 0.75em 1em;
}
.mbsc-windows .mbsc-segmented-content {
  height: 2.285715em;
  line-height: 2.285715em;
  padding: 0 .4285715em;
  color: #262626;
  background: #cccccc;
}
.mbsc-windows .mbsc-segmented-content.mbsc-stepper-val {
  background: transparent;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mbsc-windows.mbsc-ltr .mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item {
  border-right: 1px solid #c2c2c2;
}
.mbsc-windows.mbsc-rtl .mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item {
  border-left: 1px solid #c2c2c2;
}
.mbsc-windows .mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item:last-child,
.mbsc-windows .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-plus,
.mbsc-windows .mbsc-stepper-val-left .mbsc-segmented input + .mbsc-segmented-item,
.mbsc-windows .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control {
  border: 0;
}
.mbsc-windows.mbsc-ltr .mbsc-segmented .mbsc-stepper-control + .mbsc-stepper-control {
  border-left: 1px solid #c2c2c2;
}
.mbsc-windows.mbsc-rtl .mbsc-segmented .mbsc-stepper-control + .mbsc-stepper-control {
  border-right: 1px solid #c2c2c2;
}
.mbsc-windows .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #262626;
  color: #ffffff;
}
.mbsc-windows .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-windows .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content,
.mbsc-windows .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: #7a7a7a;
}
.mbsc-windows .mbsc-stepper {
  margin-top: -1em;
}
.mbsc-windows .mbsc-stepper .mbsc-segmented-item.mbsc-active .mbsc-segmented-content {
  background: #7a7a7a;
}
.mbsc-windows .mbsc-stepper-cont {
  padding: 1.75em 13em 1.75em 1em;
}
.mbsc-windows.mbsc-rtl .mbsc-stepper-cont {
  padding: 1.75em 1em 1.75em 13em;
}
.mbsc-windows .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-windows .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-windows .mbsc-stepper .mbsc-segmented-item.mbsc-disabled .mbsc-segmented-content,
.mbsc-windows .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  opacity: .3;
  background: #cccccc;
}
.mbsc-windows .mbsc-stepper input:disabled {
  color: #c7c7c7;
  -webkit-text-fill-color: #c7c7c7;
}
.mbsc-windows .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content {
  color: #fff;
  background: #c7c7c7;
}
.mbsc-windows .mbsc-stepper .mbsc-active.mbsc-disabled .mbsc-segmented-content {
  background: transparent;
}
.mbsc-windows .mbsc-stepper input {
  color: #262626;
}
.mbsc-windows.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: #d9d9d9;
}
.mbsc-windows .mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows .mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-windows .mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows .mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-windows .mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows .mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-windows .mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows .mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-windows .mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows .mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-windows .mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows .mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-windows.mbsc-no-touch .mbsc-segmented-primary.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(63, 151, 246, 0.25);
}
.mbsc-windows.mbsc-no-touch .mbsc-segmented-secondary.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(144, 151, 158, 0.25);
}
.mbsc-windows.mbsc-no-touch .mbsc-segmented-success.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(67, 190, 95, 0.25);
}
.mbsc-windows.mbsc-no-touch .mbsc-segmented-danger.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(245, 80, 78, 0.25);
}
.mbsc-windows.mbsc-no-touch .mbsc-segmented-warning.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(248, 176, 66, 0.25);
}
.mbsc-windows.mbsc-no-touch .mbsc-segmented-info.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(91, 183, 197, 0.25);
}
.mbsc-windows.mbsc-no-touch .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #0e7df4;
}
.mbsc-windows.mbsc-no-touch .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #757e86;
}
.mbsc-windows.mbsc-no-touch .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #35994c;
}
.mbsc-windows.mbsc-no-touch .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #f2201e;
}
.mbsc-windows.mbsc-no-touch .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #f69b11;
}
.mbsc-windows.mbsc-no-touch .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #3ea0af;
}
.mbsc-windows .mbsc-stepper-primary .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #3f97f6;
}
.mbsc-windows .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-windows .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #0858ad;
}
.mbsc-windows .mbsc-stepper-secondary .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #90979e;
}
.mbsc-windows .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-windows .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #51575d;
}
.mbsc-windows .mbsc-stepper-success .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #43be5f;
}
.mbsc-windows .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-windows .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #216030;
}
.mbsc-windows .mbsc-stepper-danger .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #f5504e;
}
.mbsc-windows .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-windows .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #b90d0a;
}
.mbsc-windows .mbsc-stepper-warning .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #f8b042;
}
.mbsc-windows .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-windows .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #b46f07;
}
.mbsc-windows .mbsc-stepper-info .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #5bb7c5;
}
.mbsc-windows .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-windows .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #2a6c77;
}
.mbsc-windows.mbsc-ms-c {
  background: #f2f2f2;
  color: #262626;
  font-family: Segoe UI, arial, verdana, sans-serif;
}
.mbsc-windows .mbsc-ms-item {
  padding: .4em .3em;
  font-size: 1.25em;
  color: #262626;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.mbsc-windows .mbsc-ms-item.mbsc-ms-ic:before {
  font-size: 22px;
  top: 0.4090909em;
}
.mbsc-windows.mbsc-ms-icons .mbsc-ms-item {
  font-size: .875em;
  line-height: .875em;
  padding: 1.428571em 0.428571em;
}
.mbsc-windows.mbsc-ms-icons.mbsc-ms-txt .mbsc-ms-item {
  padding: 2.571428em .428571em .428571em .428571em;
  line-height: 1.428571;
}
.mbsc-windows.mbsc-ms-icons.mbsc-ms-txt .mbsc-ms-item:before {
  top: 0.4090909em;
}
.mbsc-windows .mbsc-ms-item.mbsc-active,
.mbsc-windows.mbsc-no-touch .mbsc-ms-item.mbsc-active:not(.mbsc-disabled):hover {
  background: #cccccc;
}
.mbsc-windows .mbsc-ms-item-sel {
  color: #0078d7;
}
.mbsc-windows.mbsc-ms-b .mbsc-ms-item.mbsc-ms-item-sel {
  border-bottom-color: #0078d7;
}
.mbsc-windows.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: #d9d9d9;
}
.mbsc-windows .mbsc-ms-item-sel.mbsc-ms-ic:before {
  color: #0078d7;
}
.mbsc-windows.mbsc-ms-bottom .mbsc-ms-item {
  border: 0;
}
.mbsc-windows .mbsc-ms-item.mbsc-menu-item-ic {
  padding: 1em .3em;
  min-width: 3em;
  color: #262626;
}
.mbsc-windows .mbsc-ms-item.mbsc-menu-item-ic:before {
  top: 0.9545454em;
}
.mbsc-windows .mbsc-ms-icons .mbsc-ms-item.mbsc-menu-item-ic:before {
  top: 0.4090909em;
}
.mbsc-windows.mbsc-ms-more .mbsc-fr-w,
.mbsc-windows.mbsc-ms-more .mbsc-wdg-c.mbsc-w-p {
  padding: 0;
}
.mbsc-windows.mbsc-ms-more .mbsc-ms-item {
  padding: 1em;
  font-size: 1em;
  color: #262626;
}
.mbsc-windows.mbsc-ms-more .mbsc-ms-item.mbsc-ms-item-sel {
  color: #0078d7;
}
.mbsc-windows.mbsc-ms-more .mbsc-ms-item.mbsc-ms-ic {
  background: none;
}
.mbsc-windows.mbsc-ms-more .mbsc-ms-item.mbsc-ms-ic:before {
  top: 0.9545454em;
}
.mbsc-windows.mbsc-ms-more-icons .mbsc-ms-item {
  padding: 0.5em;
}
.mbsc-windows.mbsc-ms-more-icons .mbsc-ms-item.mbsc-ms-ic:before {
  margin: 0;
}
.mbsc-windows .mbsc-ms-badge {
  font-size: 0.857142em;
}
.mbsc-windows.mbsc-fr .mbsc-fr-w .mbsc-np-del.mbsc-active {
  top: 0;
  background: #cccccc;
}
.mbsc-windows .mbsc-np-del.mbsc-active:before {
  background: none;
  color: #262626;
}
.mbsc-windows.mbsc-no-touch .mbsc-fr-c .mbsc-np-del:hover:before {
  background: transparent;
}
.mbsc-windows .mbsc-np-btn {
  top: 0;
}
.mbsc-windows.mbsc-fr .mbsc-fr-w .mbsc-np-btn.mbsc-active {
  background: #ccc;
  color: #000000;
}
.mbsc-windows .mbsc-np-btn.mbsc-disabled {
  color: #999999;
}
.mbsc-windows .mbsc-np-btn-empty {
  background: none;
}
.mbsc-windows.mbsc-page {
  background-color: #fff;
  color: #262626;
}
.mbsc-windows a {
  color: #0078d7;
}
.mbsc-windows .mbsc-note,
.mbsc-windows .mbsc-note-primary {
  color: #074b95;
  background-color: #70b1f8;
}
.mbsc-windows .mbsc-note-secondary {
  color: #454b50;
  background-color: #c6cace;
}
.mbsc-windows .mbsc-note-success {
  color: #1b4d26;
  background-color: #8fd8a0;
}
.mbsc-windows .mbsc-note-danger {
  color: #710806;
  background-color: #f8807e;
}
.mbsc-windows .mbsc-note-warning {
  color: #835105;
  background-color: #f9ba5b;
}
.mbsc-windows .mbsc-note-info {
  color: #235b64;
  background-color: #a6d8e0;
}
.mbsc-windows .mbsc-note-light {
  color: #4d4d4d;
  background-color: #ffffff;
}
.mbsc-windows .mbsc-note-dark {
  color: #000;
  background-color: #606364;
}
.mbsc-windows .mbsc-range-btn-t {
  padding: 0.5em 0.25em;
}
.mbsc-windows .mbsc-range-btn {
  margin: 0 .3333em;
  font-size: .75em;
  line-height: 1.666667em;
  border-width: 1px;
  color: #262626;
  background: #ccc;
  border: 2px solid #cccccc;
}
.mbsc-windows.mbsc-no-touch .mbsc-range-btn.mbsc-fr-btn-e:not(.mbsc-disabled):hover {
  border-color: #7f7f7f;
  background: #cccccc;
}
.mbsc-windows .mbsc-range-btn.mbsc-selected,
.mbsc-windows.mbsc-no-touch .mbsc-range-btn.mbsc-selected:not(.mbsc-disabled):hover {
  background: #0078d7;
  border-color: #0078d7;
  color: #ffffff;
}
.mbsc-windows.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-i,
.mbsc-windows.mbsc-range .mbsc-cal .mbsc-cal-today.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #0078d7;
  color: #f2f2f2;
}
.mbsc-windows .mbsc-sc-whl-gr-c {
  border-bottom: 2px solid #ccc;
  margin-bottom: -2px;
}
.mbsc-windows .mbsc-sc-whl-w {
  border-right: 2px solid #cccccc;
}
.mbsc-windows .mbsc-ltr .mbsc-sc-whl-w:last-child,
.mbsc-windows .mbsc-rtl .mbsc-sc-whl-w:first-child {
  border-right: 0;
}
.mbsc-windows .mbsc-sc-lbl-v .mbsc-sc-whl-gr {
  padding: 1.875em 0;
}
.mbsc-windows .mbsc-sc-lbl-v .mbsc-sc-whl-w {
  background: #f2f2f2;
}
.mbsc-windows .mbsc-sc-lbl-v {
  background: #ccc;
  border: 0;
  margin-bottom: -1.875em;
}
.mbsc-windows .mbsc-sc-lbl {
  font-size: .75em;
  line-height: 2.5em;
}
.mbsc-windows .mbsc-sc-whl-l {
  display: block;
  background: rgba(0, 120, 215, 0.4);
  z-index: 1;
}
.mbsc-windows .mbsc-sc-whl-w .mbsc-sc-whl-l {
  display: none;
}
.mbsc-windows .mbsc-sc-itm {
  padding: 0 0.5em;
}
.mbsc-windows.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
.mbsc-windows .mbsc-sc-itm:focus {
  outline: 0;
  background: rgba(38, 38, 38, 0.1);
}
.mbsc-windows.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active {
  background: rgba(38, 38, 38, 0.2);
}
.mbsc-windows .mbsc-sc-btn {
  opacity: 0;
  height: 1.375em;
  line-height: 1.375em;
  background: #e5e5e5;
  overflow: hidden;
}
.mbsc-windows.mbsc-no-touch .mbsc-sc-whl-w:hover .mbsc-sc-btn {
  opacity: 1;
}
.mbsc-windows.mbsc-no-touch .mbsc-sc-btn:hover,
.mbsc-windows .mbsc-sc-btn.mbsc-active {
  background: #d9d9d9;
}
.mbsc-windows.mbsc-sel-multi .mbsc-sc-whl-l {
  display: none;
}
.mbsc-windows .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 2.5em;
}
.mbsc-windows .mbsc-sc-whl-multi .mbsc-sc-btn {
  display: none;
}
.mbsc-windows .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #0078d7;
}
.mbsc-windows .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  width: 2.5em;
}
.mbsc-windows.mbsc-fr-pointer .mbsc-sc-lbl {
  padding: 0 1.666667em;
}
.mbsc-windows.mbsc-fr-pointer .mbsc-sc-itm {
  padding: 0 1.25em;
}
.mbsc-windows.mbsc-fr-pointer .mbsc-sc-whl-multi .mbsc-sc-itm {
  padding: 0 2.5em;
}
.mbsc-windows.mbsc-fr-pointer .mbsc-ltr .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  left: 0;
}
.mbsc-windows.mbsc-fr-pointer .mbsc-rtl .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  right: 0;
}
.mbsc-windows .mbsc-sc-bar:after {
  border-radius: 0;
}
.mbsc-windows .mbsc-sc-whl .mbsc-sel-gr {
  opacity: 1;
  font-size: 1.375em;
  font-weight: normal;
}
.mbsc-windows .mbsc-sc-whl .mbsc-sel-gr:after {
  display: none;
}
.mbsc-windows .mbsc-sel-gr-whl .mbsc-sc-itm {
  padding: 0 0.5em;
}
.mbsc-windows .mbsc-sel-gr-whl .mbsc-sc-itm::before {
  display: none;
}
.mbsc-windows .mbsc-sel-gr-whl.mbsc-sel-one .mbsc-sc-itm-sel {
  color: #0078d7;
}
.mbsc-windows .mbsc-input.mbsc-sel-filter-cont {
  padding: 0.5em;
}
.mbsc-windows .mbsc-sel-filter-clear {
  color: #262626;
}
.mbsc-windows.mbsc-fr-pointer .mbsc-sel-one .mbsc-sc-itm {
  padding: 0 1.25em;
}
.mbsc-windows.mbsc-fr-pointer .mbsc-sel-one .mbsc-sc-itm-sel:before {
  display: none;
}
.mbsc-windows.mbsc-fr-pointer .mbsc-sel-one.mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #262626;
  background: rgba(0, 120, 215, 0.2);
}
.mbsc-windows.mbsc-fr-pointer .mbsc-sc-whl .mbsc-sel-gr {
  padding: 0 0.90909em;
}
.mbsc-windows.mbsc-fr-pointer .mbsc-sc-itm.mbsc-sel-gr-itm {
  padding: 0 2.5em;
}
.mbsc-windows.mbsc-timer .mbsc-sc-whl-gr {
  padding: 0;
}
.mbsc-windows.mbsc-timer .mbsc-sc-lbl {
  color: #262626;
  line-height: 1.5em;
  z-index: 3;
  top: 50%;
  bottom: auto;
  right: 0;
  left: auto;
  width: auto;
  margin-top: -0.75em;
  padding: 0 .5em;
  font-size: 1em;
  text-transform: lowercase;
}
.mbsc-windows.mbsc-timer .mbsc-timer-lbl {
  display: inline;
  visibility: hidden;
  padding-left: .5em;
  font-size: 1em;
  text-transform: lowercase;
}
.mbsc-windows.mbsc-timer .mbsc-sc-lbl-v {
  margin-bottom: 0;
}
.mbsc-windows.mbsc-ts .mbsc-sc-whl-gr {
  padding: 0;
}
.mbsc-windows.mbsc-ts .mbsc-sc-lbl {
  color: #262626;
  line-height: 1.5em;
  z-index: 3;
  top: 50%;
  bottom: auto;
  right: 0;
  left: auto;
  width: auto;
  margin-top: -0.75em;
  padding: 0 .5em;
  font-size: 1em;
  text-transform: lowercase;
}
.mbsc-windows.mbsc-ts .mbsc-ts-lbl {
  display: inline;
  visibility: hidden;
  padding-left: .5em;
  font-size: 1em;
  text-transform: lowercase;
}
.mbsc-windows.mbsc-ts .mbsc-sc-lbl-v {
  margin-bottom: 0;
}
.mbsc-windows.mbsc-wdg .mbsc-fr-btn-cont {
  padding: 1em .875em;
  border-top: 0;
}
.mbsc-windows.mbsc-wdg .mbsc-fr-btn {
  margin: 0 .125em;
  background: #ccc;
  height: 2em;
  line-height: 2em;
}
.mbsc-ios-dark .mbsc-fr-overlay {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-ios-dark .mbsc-fr-w {
  background: #080808;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-fr-hdr {
  border-color: #333333;
  color: #9e9e9e;
}
.mbsc-ios-dark .mbsc-fr-hdr {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-fr-nobtn .mbsc-fr-hdr,
.mbsc-ios-dark.mbsc-fr-center .mbsc-fr-hdr {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-fr-btn-cont,
.mbsc-ios-dark.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-sc-whl-o,
.mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left top, left bottom, from(#080808), color-stop(52%, rgba(8, 8, 8, 0)), color-stop(48%, rgba(8, 8, 8, 0)), to(#080808));
  background: linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808);
}
.mbsc-ios-dark .mbsc-sc-whl-l,
.mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-l {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-sc-itm {
  color: #9e9e9e;
}
.mbsc-ios-dark.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
.mbsc-ios-dark .mbsc-sc-itm:focus {
  outline: 0;
  background: rgba(255, 132, 0, 0.15);
}
.mbsc-ios-dark.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active {
  background: rgba(255, 132, 0, 0.2);
}
.mbsc-ios-dark .mbsc-sc-itm-sel {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-sc-btn {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-fr-btn {
  color: #ff8400;
}
.mbsc-ios-dark .mbsc-sc-lbl {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-fr-center .mbsc-fr-popup .mbsc-fr-btn-w {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-fr-center.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover,
.mbsc-ios-dark.mbsc-fr-center .mbsc-fr-btn.mbsc-active {
  background: #262626;
}
.mbsc-ios-dark.mbsc-fr-bottom .mbsc-fr-popup,
.mbsc-ios-dark.mbsc-fr-top .mbsc-fr-popup {
  border-color: #3d3d3d;
}
.mbsc-ios-dark.mbsc-fr-inline .mbsc-fr-w {
  background: #0f0f0f;
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-fr-inline .mbsc-fr-c {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-sc-bar-c {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-ios-dark .mbsc-empty {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios-dark.mbsc-fr-bottom .mbsc-fr-btn-cont {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-sc.mbsc-fr-top .mbsc-fr-w,
.mbsc-ios-dark.mbsc-sc.mbsc-fr-bottom .mbsc-fr-w,
.mbsc-ios-dark .mbsc-fr-bubble-top .mbsc-fr-arr,
.mbsc-ios-dark .mbsc-fr-bubble-bottom .mbsc-fr-arr,
.mbsc-ios-dark.mbsc-calendar .mbsc-fr-persp .mbsc-fr-w {
  background: #080808;
}
.mbsc-ios-dark.mbsc-calendar.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios-dark.mbsc-calendar.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-l,
.mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-l {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-o,
.mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left top, left bottom, from(#080808), color-stop(52%, rgba(8, 8, 8, 0)), color-stop(48%, rgba(8, 8, 8, 0)), to(#080808));
  background: linear-gradient(#080808, rgba(8, 8, 8, 0) 52%, rgba(8, 8, 8, 0) 48%, #080808);
}
.mbsc-ios-dark.mbsc-fr-top .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c,
.mbsc-ios-dark.mbsc-fr-bottom .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #080808;
}
.mbsc-ios-dark.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), color-stop(52%, rgba(15, 15, 15, 0)), color-stop(48%, rgba(15, 15, 15, 0)), to(#0f0f0f));
  background: linear-gradient(#0f0f0f, rgba(15, 15, 15, 0) 52%, rgba(15, 15, 15, 0) 48%, #0f0f0f);
}
.mbsc-ios-dark.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c,
.mbsc-ios-dark.mbsc-calendar .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #080808;
}
.mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-itm {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
  color: #6e6e6e;
}
.mbsc-ios-dark.mbsc-sel-multi .mbsc-sc-itm {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #ff8400;
}
.mbsc-ios-dark.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-popup .mbsc-fr-w,
.mbsc-ios-dark.mbsc-fr-pointer .mbsc-fr-persp .mbsc-cal-picker {
  background: #333333;
}
.mbsc-ios-dark.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-w {
  -webkit-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.8);
          box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.8);
}
.mbsc-ios-dark.mbsc-fr-pointer .mbsc-fr-hdr {
  border-color: #545454;
}
.mbsc-ios-dark.mbsc-fr-pointer .mbsc-sc-whl-l {
  border-color: #545454;
}
.mbsc-ios-dark.mbsc-fr-pointer .mbsc-sc-itm {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-fr-pointer .mbsc-sc-itm-sel {
  color: #ff8400;
}
.mbsc-ios-dark .mbsc-sel-filter-cont.mbsc-input input {
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-sel-filter-cont.mbsc-input {
  background: #3b3b3b;
}
.mbsc-ios-dark.mbsc-fr-center .mbsc-sel-filter-cont {
  background: #262626;
}
.mbsc-ios-dark .mbsc-sel-filter-show-clear {
  color: #3b3b3b;
}
.mbsc-ios-dark.mbsc-fr-pointer .mbsc-sc-whl .mbsc-sel-gr {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-fr-pointer.mbsc-sel .mbsc-ltr .mbsc-sc-whl-w + .mbsc-sc-whl-w {
  border-color: #545454;
}
.mbsc-ios-dark.mbsc-fr-pointer.mbsc-sel .mbsc-rtl .mbsc-sc-whl-w + .mbsc-sc-whl-w {
  border-color: #545454;
}
.mbsc-ios-dark .mbsc-cal-picker {
  background: #000000;
}
.mbsc-ios-dark .mbsc-cal-cell {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-cal-today {
  color: #ff8400;
}
.mbsc-ios-dark .mbsc-cal-cell:focus .mbsc-cal-cell-txt,
.mbsc-ios-dark.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt,
.mbsc-ios-dark.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover {
  background: rgba(255, 132, 0, 0.3);
}
.mbsc-ios-dark .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  border-color: #ff8400;
  background: #ff8400;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-cal-tab {
  border-color: #ff8400;
  color: #ff8400;
}
.mbsc-ios-dark .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-tabs-c .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected {
  background: #ff8400;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-cal-mark {
  background: #333333;
}
.mbsc-ios-dark .mbsc-cal-txt {
  background: #efdcc3;
  color: #000000;
}
.mbsc-ios-dark.mbsc-fr-inline .mbsc-cal-picker {
  background: #0f0f0f;
}
.mbsc-ios-dark.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn-cont {
  border-bottom-color: #333333;
}
.mbsc-ios-dark.mbsc-ev-cal .mbsc-fr-w {
  background: #000000;
}
.mbsc-ios-dark.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-picker {
  background: #000000;
}
.mbsc-ios-dark.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-scroll-c {
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-cal-events-i {
  border-color: #545454;
  -webkit-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.8);
          box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.8);
  background: #333333;
}
.mbsc-ios-dark .mbsc-cal-events-arr {
  border-color: #545454;
  background: #333333;
}
.mbsc-ios-dark .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: #545454;
}
.mbsc-ios-dark .mbsc-cal-event:before,
.mbsc-ios-dark .mbsc-cal-event:after {
  border-color: #545454;
}
.mbsc-ios-dark .mbsc-event-list .mbsc-lv-gr-title {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-event-color {
  background: #333333;
}
.mbsc-ios-dark.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-range-btn-end {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-range-btn-end .mbsc-range-btn:before {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-range-btn.mbsc-selected .mbsc-range-btn-v {
  color: #ff8400;
}
.mbsc-ios-dark.mbsc-range .mbsc-cal .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #ff8400;
}
.mbsc-ios-dark.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  background: #ff8400;
}
.mbsc-ios-dark.mbsc-timer .mbsc-sc-lbl {
  color: #ff8400;
}
.mbsc-ios-dark.mbsc-ts .mbsc-sc-lbl {
  color: #ff8400;
}
.mbsc-ios-dark .mbsc-color-preview {
  border-color: #3d3d3d;
}
.mbsc-ios-dark.mbsc-ms-c {
  background: #000000;
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-ms .mbsc-ms-item {
  color: #ababab;
}
.mbsc-ios-dark.mbsc-ms-nosel .mbsc-ms-item,
.mbsc-ios-dark .mbsc-ms .mbsc-ms-item-sel {
  color: #ff8400;
}
.mbsc-ios-dark.mbsc-ms-more .mbsc-ms-item:after {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: rgba(255, 132, 0, 0.15);
}
.mbsc-ios-dark .mbsc-np-btn {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-np-btn.mbsc-active,
.mbsc-ios-dark .mbsc-np-btn-empty {
  background: #242424;
}
.mbsc-ios-dark .mbsc-np-btn.mbsc-disabled {
  color: #292929;
}
.mbsc-ios-dark.mbsc-page *::-moz-selection {
  background: #ff8b0f;
  color: #cccccc;
}
.mbsc-ios-dark.mbsc-page *::selection {
  background: #ff8b0f;
  color: #cccccc;
}
.mbsc-ios-dark.mbsc-page {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-ios-dark a {
  color: #ff8400;
}
.mbsc-ios-dark.mbsc-form *::-moz-selection {
  background: #ff8b0f;
  color: #cccccc;
}
.mbsc-ios-dark.mbsc-form *::selection {
  background: #ff8b0f;
  color: #cccccc;
}
.mbsc-ios-dark.mbsc-form {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-divider,
.mbsc-ios-dark .mbsc-form-group-title {
  background: #1a1a1a;
  border-color: #333333;
  color: #8f8f8f;
}
.mbsc-ios-dark .mbsc-input {
  background: #0f0f0f;
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-control-w:before,
.mbsc-ios-dark .mbsc-control-w:after {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-control-w.mbsc-err:after,
.mbsc-ios-dark .mbsc-control-w.mbsc-err + .mbsc-err:before,
.mbsc-ios-dark .mbsc-control-w.mbsc-err + .mbsc-divider {
  border-top-color: #d8342c;
}
.mbsc-ios-dark .mbsc-input .mbsc-control::-webkit-input-placeholder {
  color: #cccccc;
}
.mbsc-ios-dark .mbsc-input .mbsc-control::-ms-input-placeholder {
  color: #cccccc;
}
.mbsc-ios-dark .mbsc-input .mbsc-control::-moz-placeholder {
  color: #cccccc;
}
.mbsc-ios-dark .mbsc-input .mbsc-label,
.mbsc-ios-dark .mbsc-input input,
.mbsc-ios-dark .mbsc-input textarea {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-err-msg {
  color: #d8342c;
}
.mbsc-ios-dark .mbsc-input-outline.mbsc-control-w {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-form .mbsc-checkbox,
.mbsc-ios-dark.mbsc-form .mbsc-radio {
  background: #0f0f0f;
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-checkbox-box {
  border-color: #ff8b0f;
}
.mbsc-ios-dark .mbsc-checkbox-box:after {
  border-color: #ff8b0f;
}
.mbsc-ios-dark .mbsc-radio-box:after {
  border-color: #ff8b0f;
}
.mbsc-ios-dark .mbsc-radio input:disabled ~ .mbsc-radio-label {
  color: #3b3b3b;
}
.mbsc-ios-dark .mbsc-btn {
  color: #ff8400;
  background: #3b3b3b;
}
.mbsc-ios-dark .mbsc-btn-outline.mbsc-btn {
  color: #ff8400;
  border-color: #ff8400;
}
.mbsc-ios-dark .mbsc-btn-outline.mbsc-btn.mbsc-active {
  background: #ff8400;
}
.mbsc-ios-dark .mbsc-btn:not(.mbsc-btn-flat):disabled {
  background: #212121;
  color: #3b3b3b;
}
.mbsc-ios-dark .mbsc-btn.mbsc-btn-outline:disabled {
  border-color: #3b3b3b;
  color: #3b3b3b;
  background: transparent;
}
.mbsc-ios-dark .mbsc-btn-group,
.mbsc-ios-dark .mbsc-btn-group-justified,
.mbsc-ios-dark .mbsc-btn-group-block {
  background: #1a1a1a;
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-progress {
  border-color: #333333;
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-progress-track {
  background: #4d4d4d;
}
.mbsc-ios-dark .mbsc-progress-bar {
  background: #ff8400;
}
.mbsc-ios-dark .mbsc-progress-value {
  color: #bababa;
}
.mbsc-ios-dark .mbsc-progress-step-label {
  color: #bababa;
}
.mbsc-ios-dark .mbsc-input .mbsc-label,
.mbsc-ios-dark .mbsc-progress .mbsc-label {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-slider-handle {
  background: #ffffff;
  -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
}
.mbsc-ios-dark .mbsc-slider-tooltip {
  color: #bababa;
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-slider-step {
  background: #4d4d4d;
}
.mbsc-ios-dark.mbsc-form .mbsc-switch {
  background: #0f0f0f;
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-switch-track {
  background: #fff;
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-switch-track:after {
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-switch-handle {
  background: #ffffff;
  -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
}
.mbsc-ios-dark .mbsc-switch input:checked + .mbsc-switch-track {
  background: #ff8400;
  border-color: #ff8400;
}
.mbsc-ios-dark .mbsc-segmented {
  background-color: #0f0f0f;
}
.mbsc-ios-dark .mbsc-segmented-content {
  color: #ff8b0f;
  border-color: #ff8b0f;
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-ios-dark .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #ff8b0f;
  color: #0f0f0f;
}
.mbsc-ios-dark .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(255, 139, 15, 0.3);
  color: #ff8b0f;
}
.mbsc-ios-dark .mbsc-stepper-val {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-stepper-cont {
  background: #0f0f0f;
}
.mbsc-ios-dark .mbsc-stepper {
  right: 0.75em;
}
.mbsc-ios-dark .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-ios-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-ios-dark .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  background: none;
  color: #3b3b3b;
  border-color: #3b3b3b;
}
.mbsc-ios-dark .mbsc-stepper input:disabled {
  color: #3b3b3b;
  -webkit-text-fill-color: #3b3b3b;
}
.mbsc-ios-dark .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #212121;
}
.mbsc-ios-dark .mbsc-stepper .mbsc-active.mbsc-disabled .mbsc-segmented-content {
  color: #3b3b3b;
}
.mbsc-ios-dark .mbsc-stepper input {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(255, 139, 15, 0.15);
}
.mbsc-ios-dark.mbsc-rating .mbsc-progress-track {
  color: #ff8400;
}
.mbsc-lv-ios-dark {
  border-color: #333333;
}
.mbsc-lv-ios-dark .mbsc-lv {
  background: #333333;
}
.mbsc-lv-ios-dark .mbsc-lv-item {
  background: #0f0f0f;
  border-color: #333333;
  color: #ffffff;
}
.mbsc-lv-ios-dark .mbsc-lv-item:after,
.mbsc-lv-ios-dark .mbsc-lv-item:before {
  border-color: #333333;
}
.mbsc-lv-ios-dark .mbsc-lv-item-hl,
.mbsc-lv-ios-dark .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #262626;
  border-color: #262626;
}
.mbsc-lv-ios-dark .mbsc-lv-handle-bar {
  background: #6e6e6e;
}
.mbsc-lv-ios-dark .mbsc-lv-gr-title {
  background: #1a1a1a;
  color: #8f8f8f;
  border-color: #333333;
}
.mbsc-lv-ios-dark.mbsc-lv-has-fixed-header .mbsc-lv-gr-title,
.mbsc-lv-ios-dark.mbsc-lv-fixed-header .mbsc-lv-gr-title {
  color: #ffffff;
}
.mbsc-lv-ios-dark .mbsc-lv-ic-m {
  color: #ffffff;
}
.mbsc-lv-ios-dark .mbsc-lv-arr {
  color: #6e6e6e;
}
.mbsc-lv-ios-dark.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #212121;
}
.mbsc-ios-dark.mbsc-snackbar .mbsc-snackbar-btn {
  color: #ff8400;
}
.mbsc-ios-dark .mbsc-color-active,
.mbsc-no-touch.mbsc-ios-dark .mbsc-color-item-c:hover {
  -webkit-box-shadow: inset 0 0 0 0.1875em #ff8400;
          box-shadow: inset 0 0 0 0.1875em #ff8400;
}
.mbsc-ios-dark .mbsc-color-preview-item-empty {
  border-color: #333333;
}
.mbsc-ios-dark .mbsc-color-preview-cont {
  border-color: #3d3d3d;
}
.mbsc-ios-dark.mbsc-form .mbsc-color-input {
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3);
}
.mbsc-ios-dark.mbsc-card.mbsc-form {
  background: #0f0f0f;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.mbsc-ios-dark .mbsc-card-footer {
  border-color: #333333;
}
.mbsc-material-dark .mbsc-ripple,
.mbsc-lv-material-dark .mbsc-ripple {
  background: #ffffff;
}
.mbsc-material-dark .mbsc-empty {
  color: #c2c2c2;
}
.mbsc-material-dark .mbsc-fr-w {
  background: #303030;
  color: #c2c2c2;
}
.mbsc-material-dark .mbsc-fr-hdr {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-fr-btn {
  color: #81ccc4;
}
.mbsc-material-dark.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover,
.mbsc-material-dark .mbsc-fr-btn.mbsc-active {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #303030 transparent;
}
.mbsc-material-dark .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #303030 transparent transparent transparent;
}
.mbsc-material-dark .mbsc-sc-lbl {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-sc-itm.mbsc-active {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark .mbsc-sc-whl-l {
  border-color: #81ccc4;
}
.mbsc-material-dark .mbsc-sc-btn {
  color: #81ccc4;
  background: #303030;
}
.mbsc-material-dark.mbsc-no-touch .mbsc-sc-btn:hover,
.mbsc-material-dark .mbsc-sc-btn.mbsc-active {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-sc-bar-c {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-material-dark .mbsc-np-del {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-cal-picker {
  background: #303030;
}
.mbsc-material-dark .mbsc-cal-today {
  color: #81ccc4;
}
.mbsc-material-dark.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt,
.mbsc-material-dark.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover,
.mbsc-material-dark .mbsc-cal-cell:focus .mbsc-cal-cell-txt {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  background: rgba(129, 204, 196, 0.3);
}
.mbsc-material-dark .mbsc-cal-c .mbsc-cal-day-colored.mbsc-selected .mbsc-cal-day-date {
  border-color: #81ccc4;
}
.mbsc-material-dark .mbsc-cal-tab.mbsc-selected {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-cal-mark {
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-cal-txt {
  color: #303030;
  background: #e3e3e3;
}
.mbsc-material-dark .mbsc-cal-icons {
  color: #c2c2c2;
}
.mbsc-material-dark .mbsc-cal-events {
  color: #303030;
}
.mbsc-material-dark .mbsc-cal-event-color {
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-cal-event-time,
.mbsc-material-dark .mbsc-cal-event-dur {
  color: #303030;
}
.mbsc-material-dark .mbsc-cal-events-arr {
  border-color: #81ccc4 transparent transparent transparent;
}
.mbsc-material-dark .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #81ccc4 transparent;
}
.mbsc-material-dark .mbsc-event-color {
  background: #81ccc4;
}
.mbsc-material-dark.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-table {
  border-color: #5b5b5b;
}
.mbsc-material-dark.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-color: #5b5b5b;
}
.mbsc-material-dark .mbsc-range-btn-t {
  border-color: #5c5c5c;
}
.mbsc-material-dark .mbsc-range-btn {
  color: #c2c2c2;
}
.mbsc-material-dark .mbsc-range-btn.mbsc-selected {
  border-color: #81ccc4;
  color: #81ccc4;
}
.mbsc-material-dark.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-selected .mbsc-cal-day-date {
  background: none;
  border-color: transparent;
}
.mbsc-material-dark.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #81ccc4;
  border-color: #81ccc4;
  color: #303030;
}
.mbsc-material-dark.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  background: rgba(129, 204, 196, 0.1);
}
.mbsc-material-dark.mbsc-ms-c {
  background: #303030;
}
.mbsc-material-dark .mbsc-ms .mbsc-ms-item {
  color: #c2c2c2;
}
.mbsc-material-dark .mbsc-ms .mbsc-ms-item.mbsc-ms-item-sel {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-ms .mbsc-ms-item.mbsc-active {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark.mbsc-ms-top {
  border-color: #5c5c5c;
}
.mbsc-material-dark.mbsc-ms-bottom {
  border-color: #5c5c5c;
}
.mbsc-material-dark.mbsc-ms-a .mbsc-ms-item.mbsc-ms-item-sel {
  color: #81ccc4;
}
.mbsc-material-dark.mbsc-ms-b .mbsc-ms-item.mbsc-ms-item-sel {
  border-bottom-color: #81ccc4;
}
.mbsc-material-dark.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item.mbsc-ms-item-sel {
  border-top-color: #81ccc4;
}
.mbsc-lv-material-dark .mbsc-lv {
  background: #5b5b5b;
}
.mbsc-lv-material-dark .mbsc-lv-item {
  background: #303030;
  color: #c2c2c2;
}
.mbsc-lv-material-dark .mbsc-lv-item-hl:after,
.mbsc-lv-material-dark .mbsc-lv-item-active::after,
.mbsc-lv-material-dark .mbsc-lv-item-dragging:after {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-lv-material-dark.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #383838;
}
.mbsc-lv-material-dark .mbsc-lv-gr-title {
  background: #303030;
  color: #81ccc4;
}
.mbsc-lv-material-dark .mbsc-lv-arr {
  color: #81ccc4;
}
.mbsc-lv-material-dark .mbsc-lv-handle-bar {
  background: #81ccc4;
}
.mbsc-lv-material-dark p.mbsc-lv-txt {
  color: #dcdcdc;
}
.mbsc-material-dark .mbsc-progress-track {
  background: #5b5b5b;
}
.mbsc-material-dark .mbsc-progress-bar {
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-slider-step {
  background: #ffffff;
}
.mbsc-material-dark .mbsc-slider-handle {
  background: #81ccc4;
  border-color: #81ccc4;
}
.mbsc-material-dark .mbsc-slider-start .mbsc-slider-handle {
  border-color: #5b5b5b;
  background: #303030;
}
.mbsc-material-dark .mbsc-slider-handle:before {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark .mbsc-slider-tooltip {
  color: #303030;
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-slider-tooltip:before {
  border-top-color: #81ccc4;
}
.mbsc-material-dark.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip {
  background: #5b5b5b;
}
.mbsc-material-dark.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip:before {
  border-top-color: #5b5b5b;
}
.mbsc-material-dark.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-bar {
  background: #5b5b5b;
}
.mbsc-material-dark.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-handle {
  background: #5b5b5b;
  border-color: #5b5b5b;
  -webkit-box-shadow: 0 0 0 0.3125em #303030;
          box-shadow: 0 0 0 0.3125em #303030;
}
.mbsc-material-dark.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-start .mbsc-slider-handle {
  border-color: #5b5b5b;
  background: #303030;
}
.mbsc-material-dark.mbsc-page {
  background-color: #303030;
  color: #d4d4d4;
}
.mbsc-material-dark.mbsc-page *::-moz-selection {
  background: #81ccc4;
}
.mbsc-material-dark.mbsc-page *::selection {
  background: #81ccc4;
}
.mbsc-material-dark.mbsc-form {
  background-color: #303030;
  color: #d4d4d4;
}
.mbsc-material-dark.mbsc-form *::-moz-selection {
  background: #81ccc4;
}
.mbsc-material-dark.mbsc-form *::selection {
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-divider,
.mbsc-material-dark .mbsc-form-group-title {
  color: #81ccc4;
}
.mbsc-material-dark a {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-input textarea,
.mbsc-material-dark .mbsc-input input {
  border-bottom: 1px solid #d4d4d4;
  color: #858585;
}
.mbsc-material-dark .mbsc-input input::-webkit-input-placeholder {
  color: #a9a9a9;
}
.mbsc-material-dark .mbsc-input input::-moz-placeholder {
  color: #a9a9a9;
}
.mbsc-material-dark .mbsc-input input:-ms-input-placeholder {
  color: #a9a9a9;
}
.mbsc-material-dark .mbsc-input select:focus ~ input,
.mbsc-material-dark .mbsc-input textarea:focus,
.mbsc-material-dark .mbsc-input input:focus {
  border-bottom: 2px solid #81ccc4;
}
.mbsc-material-dark .mbsc-checkbox-box:before,
.mbsc-material-dark .mbsc-radio-box:before,
.mbsc-material-dark .mbsc-switch-handle:before {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark .mbsc-input-box.mbsc-input .mbsc-input-wrap {
  background: #424242;
}
.mbsc-material-dark .mbsc-input-outline.mbsc-input input,
.mbsc-material-dark .mbsc-input-outline.mbsc-input textarea {
  border-color: #d4d4d4;
}
.mbsc-material-dark .mbsc-input-outline.mbsc-input .mbsc-label {
  background: #303030;
}
.mbsc-material-dark .mbsc-input-outline.mbsc-input input:focus,
.mbsc-material-dark .mbsc-input-outline.mbsc-input select:focus ~ input {
  border-color: #81ccc4;
}
.mbsc-material-dark .mbsc-input-outline.mbsc-err input,
.mbsc-material-dark .mbsc-input-outline.mbsc-err input:focus {
  border-color: #de3226;
}
.mbsc-material-dark .mbsc-input-outline textarea:focus {
  border-color: #81ccc4;
}
.mbsc-material-dark .mbsc-input-outline.mbsc-err textarea,
.mbsc-material-dark .mbsc-input-outline.mbsc-err textarea:focus {
  border-color: #de3226;
}
.mbsc-material-dark .mbsc-select .mbsc-input-wrap:after {
  border: 5px solid #d4d4d4;
  border-color: #d4d4d4 transparent transparent transparent;
}
.mbsc-material-dark .mbsc-sel-filter-cont {
  border-color: #5b5b5b;
}
.mbsc-material-dark .mbsc-sel-gr-whl.mbsc-sel-one .mbsc-sc-itm-sel {
  color: #81ccc4;
}
.mbsc-material-dark.mbsc-fr-pointer .mbsc-sel-one .mbsc-sc-itm-sel {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-checkbox-box,
.mbsc-material-dark .mbsc-radio-box {
  border-color: #d4d4d4;
}
.mbsc-material-dark .mbsc-checkbox-box:after {
  border-color: #303030;
}
.mbsc-material-dark .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #81ccc4;
  border-color: #81ccc4;
}
.mbsc-material-dark .mbsc-radio-box:after {
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #81ccc4;
}
.mbsc-material-dark .mbsc-btn {
  background: #5b5b5b;
  color: #ffffff;
}
.mbsc-material-dark .mbsc-btn.mbsc-btn-outline {
  color: #d4d4d4;
  border-color: #d4d4d4;
}
.mbsc-material-dark.mbsc-no-touch .mbsc-btn:not(:disabled):hover,
.mbsc-material-dark .mbsc-btn.mbsc-active {
  background: #737373;
}
.mbsc-material-dark .mbsc-btn.mbsc-control.mbsc-btn-outline.mbsc-active {
  background: #aeaeae;
}
.mbsc-material-dark .mbsc-btn-flat {
  background: transparent;
}
.mbsc-material-dark .mbsc-btn:disabled {
  color: #bcbcbc;
}
.mbsc-material-dark.mbsc-btn.mbsc-btn-outline:disabled {
  color: #bcbcbc;
  border-color: #bcbcbc;
}
.mbsc-material-dark.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover,
.mbsc-material-dark .mbsc-btn-flat.mbsc-active {
  background-color: #5b5b5b;
}
.mbsc-material-dark .mbsc-switch-track {
  background: #5b5b5b;
}
.mbsc-material-dark .mbsc-switch .mbsc-switch-handle {
  background: #b8b8b8;
}
.mbsc-material-dark .mbsc-switch input:checked + .mbsc-switch-track {
  background-color: rgba(129, 204, 196, 0.3);
}
.mbsc-material-dark .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #81ccc4;
}
.mbsc-material-dark .mbsc-switch input:disabled + .mbsc-switch-track {
  background: #5b5b5b;
}
.mbsc-material-dark .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #595959;
}
.mbsc-material-dark .mbsc-segmented-content {
  border-color: #81ccc4;
  color: #ffffff;
}
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content,
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input:checked ~ .mbsc-segmented-content {
  background: #81ccc4;
  color: #303030;
}
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item .mbsc-active .mbsc-segmented-content {
  background: #737373;
  color: #ffffff;
}
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #bcbcbc;
  border-color: #5b5b5b;
  background: transparent;
}
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content {
  background: #5b5b5b;
  color: #bcbcbc;
  border-color: #5b5b5b;
}
.mbsc-material-dark .mbsc-stepper .mbsc-segmented-content {
  border-color: #5b5b5b;
}
.mbsc-material-dark .mbsc-stepper-control .mbsc-segmented-content {
  background: #5b5b5b;
}
.mbsc-material-dark .mbsc-stepper input {
  color: #ffffff;
}
.mbsc-material-dark .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item.mbsc-disabled .mbsc-segmented-content {
  background: #5b5b5b;
  color: #bcbcbc;
}
.mbsc-material-dark .mbsc-segmented .mbsc-segmented-item input:disabled ~ .mbsc-segmented-item .mbsc-stepper-val {
  border-color: #5b5b5b;
  background: #303030;
}
.mbsc-material-dark .mbsc-stepper input:disabled {
  color: #bcbcbc;
  -webkit-text-fill-color: #bcbcbc;
}
.mbsc-material-dark.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: #737373;
  color: #ffffff;
}
.mbsc-material-dark.mbsc-rating .mbsc-progress-track {
  color: #81ccc4;
}
.mbsc-material-dark.mbsc-snackbar .mbsc-fr-w {
  background: #5b5b5b;
}
.mbsc-material-dark.mbsc-snackbar .mbsc-snackbar-btn {
  color: #81ccc4;
}
.mbsc-material-dark .mbsc-color-active .mbsc-color-item,
.mbsc-no-touch.mbsc-material-dark .mbsc-color-item:hover {
  -webkit-box-shadow: inset 0 0 0 0.1875em #81ccc4;
          box-shadow: inset 0 0 0 0.1875em #81ccc4;
}
.mbsc-material-dark .mbsc-color-preview-item-empty {
  border-color: #595959;
}
.mbsc-material-dark .mbsc-color-preview-cont {
  border-top-color: #737373;
}
.mbsc-material-dark.mbsc-form .mbsc-color-input {
  border-bottom: 1px solid #d4d4d4;
  color: #858585;
}
.mbsc-material-dark .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.6);
}
.mbsc-material-dark.mbsc-card.mbsc-form {
  background: #3c3c3c;
}
.mbsc-material-dark.mbsc-card .mbsc-lv-item {
  background: #3c3c3c;
}
.mbsc-material-dark .mbsc-card-list .mbsc-card {
  background: #3c3c3c;
}
.mbsc-material-dark .mbsc-card-footer {
  border-color: #5c5c5c;
}
.mbsc-material-dark.mbsc-card .mbsc-input.mbsc-input-outline .mbsc-label {
  background: #3c3c3c;
}
.mbsc-mobiscroll-dark .mbsc-fr-w {
  background: #263238;
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-fr-hdr {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover,
.mbsc-mobiscroll-dark .mbsc-fr-btn.mbsc-active {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-fr-btn {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #263238 transparent;
}
.mbsc-mobiscroll-dark .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #263238 transparent transparent transparent;
}
.mbsc-mobiscroll-dark .mbsc-sc-lbl {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-sc-whl-l {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-sc-btn {
  color: #4fccc4;
  background: #263238;
}
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
.mbsc-mobiscroll-dark .mbsc-sc-itm:focus {
  background: rgba(247, 247, 247, 0.1);
}
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-sc-btn:hover:before,
.mbsc-mobiscroll-dark.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active,
.mbsc-mobiscroll-dark .mbsc-sc-btn.mbsc-active:before {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-sc-bar-c {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-mobiscroll-dark .mbsc-sel-gr-whl.mbsc-sel-one .mbsc-sc-itm-sel {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-fr-pointer .mbsc-sel-one.mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #f7f7f7;
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-cal-picker {
  background: #263238;
}
.mbsc-mobiscroll-dark .mbsc-cal-days > div {
  border-bottom-color: #4fccc4;
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-today {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt,
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover,
.mbsc-mobiscroll-dark .mbsc-cal-cell:focus .mbsc-cal-cell-txt {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  background: #4fccc4;
  color: #263238;
}
.mbsc-mobiscroll-dark .mbsc-cal-week-nr {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-tab {
  border-color: #4fccc4;
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-fr-w .mbsc-cal-tabs-c .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected {
  background: #4fccc4;
  color: #263238;
}
.mbsc-mobiscroll-dark .mbsc-cal-mark {
  background: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-cal-txt {
  color: #263238;
  background: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-cal-icons {
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-cal-events {
  color: #263238;
  background: #ffffff;
}
.mbsc-mobiscroll-dark .mbsc-cal-event-color {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-event-time,
.mbsc-mobiscroll-dark .mbsc-cal-event-dur {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-cal-events-arr {
  border-color: #ffffff transparent transparent transparent;
}
.mbsc-mobiscroll-dark .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #ffffff transparent;
}
.mbsc-mobiscroll-dark .mbsc-event-list .mbsc-lv-gr-title {
  background: #263238;
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-event-color {
  background: rgba(247, 247, 247, 0.3);
}
.mbsc-mobiscroll-dark.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-table {
  border-color: #364850;
}
.mbsc-mobiscroll-dark.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-color: #364850;
}
.mbsc-mobiscroll-dark .mbsc-range-btn {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-range .mbsc-range-btn-t .mbsc-range-btn.mbsc-selected {
  background: #4fccc4;
  color: #263238;
}
.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-selected .mbsc-cal-day-date {
  background: none;
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #4fccc4;
  color: #263238;
}
.mbsc-mobiscroll-dark.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-np-del {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-color-active,
.mbsc-no-touch.mbsc-mobiscroll-dark .mbsc-color-item-c:hover {
  -webkit-box-shadow: inset 0 0 0 0.1875em #4fccc4;
          box-shadow: inset 0 0 0 0.1875em #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-color-preview-item-empty {
  border-color: #34444d;
}
.mbsc-mobiscroll-dark .mbsc-color-preview-cont {
  border-top-color: #435863;
}
.mbsc-mobiscroll-dark.mbsc-form .mbsc-color-input {
  border-bottom: 1px solid #ffffff;
  color: #d1d1d1;
}
.mbsc-mobiscroll-dark .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3);
}
.mbsc-lv-mobiscroll-dark .mbsc-lv {
  background: #435863;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-item {
  background: #263238;
  color: #f7f7f7;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-gr-title {
  background: #4fccc4;
  color: #263238;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-arr {
  color: #4fccc4;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-handle-bar {
  background: #4fccc4;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-item-active::after {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-lv-mobiscroll-dark.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #1d272b;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-item.mbsc-lv-item-dragging {
  background: #4fccc4;
  color: #263238;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-item-dragging .mbsc-lv-handle-bar {
  background: #263238;
}
.mbsc-lv-mobiscroll-dark .mbsc-lv-item-dragging .mbsc-lv-arr {
  color: #263238;
}
.mbsc-mobiscroll-dark.mbsc-ms-c {
  background: #263238;
}
.mbsc-mobiscroll-dark .mbsc-ms .mbsc-ms-item {
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark.mbsc-ms-c .mbsc-scv-sc .mbsc-ms .mbsc-ms-item.mbsc-active {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: rgba(79, 204, 196, 0.1);
}
.mbsc-mobiscroll-dark.mbsc-ms-b .mbsc-ms-item-sel {
  border-bottom-color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-top {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-bottom {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel {
  border-top-color: #4fccc4;
  border-bottom-color: transparent;
}
.mbsc-mobiscroll-dark.mbsc-ms-a.mbsc-ms-top {
  border-color: #49606c;
}
.mbsc-mobiscroll-dark.mbsc-ms-a.mbsc-ms-bottom {
  border-color: #49606c;
}
.mbsc-mobiscroll-dark.mbsc-ms-a .mbsc-ms-item-sel {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-progress .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-mobiscroll-dark .mbsc-progress-track {
  background: #364850;
}
.mbsc-mobiscroll-dark .mbsc-progress-bar {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-slider-step {
  background: #263238;
}
.mbsc-mobiscroll-dark .mbsc-slider-handle {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-slider-tooltip {
  color: #263238;
  background: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-page {
  background: #263238;
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark.mbsc-page *::-moz-selection {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-page *::selection {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-form {
  background: #263238;
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark.mbsc-form *::-moz-selection {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-form *::selection {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-divider,
.mbsc-mobiscroll-dark .mbsc-form-group-title {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark a {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-input textarea,
.mbsc-mobiscroll-dark .mbsc-input input {
  border-bottom: 1px solid #ffffff;
  color: #d1d1d1;
}
.mbsc-mobiscroll-dark .mbsc-input select:focus ~ input,
.mbsc-mobiscroll-dark .mbsc-input textarea:focus,
.mbsc-mobiscroll-dark .mbsc-input input:focus {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-mobiscroll-dark .mbsc-input-box.mbsc-input .mbsc-input-wrap {
  background: #3b4d56;
}
.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-input input,
.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-input textarea {
  border-color: #ffffff;
}
.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-input .mbsc-label {
  background: #263238;
}
.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-input input:focus,
.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-input select:focus ~ input,
.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-err input {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-err input {
  border-color: #de3226;
}
.mbsc-mobiscroll-dark .mbsc-input-outline textarea:focus {
  border-color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-input-outline.mbsc-err textarea {
  border-color: #de3226;
}
.mbsc-mobiscroll-dark .mbsc-checkbox-box {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-checkbox-box:after {
  border: .125em solid #263238;
  border-top: 0;
  border-right: 0;
}
.mbsc-mobiscroll-dark .mbsc-checkbox input:disabled + .mbsc-checkbox-box {
  background: #101417;
}
.mbsc-mobiscroll-dark .mbsc-radio-box {
  border: 0.125em solid #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-radio-box:after {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-radio input:checked + .mbsc-radio-box {
  background: transparent;
}
.mbsc-mobiscroll-dark .mbsc-radio input:disabled + .mbsc-radio-box {
  border-color: #101417;
}
.mbsc-mobiscroll-dark .mbsc-radio input:disabled + .mbsc-radio-box:after {
  background: #101417;
}
.mbsc-mobiscroll-dark .mbsc-btn {
  background: #4fccc4;
  color: #263238;
}
.mbsc-mobiscroll-dark .mbsc-btn:disabled {
  background: #364850;
}
.mbsc-mobiscroll-dark .mbsc-btn.mbsc-btn-outline:disabled {
  color: #364850;
  border-color: #364850;
  background: transparent;
}
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  background: rgba(79, 204, 196, 0.1);
}
.mbsc-mobiscroll-dark .mbsc-btn-flat.mbsc-active {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-btn-flat {
  background: transparent;
  color: #4fccc4;
  border-color: transparent;
}
.mbsc-mobiscroll-dark .mbsc-btn-flat:disabled {
  background: transparent;
  color: #435863;
}
.mbsc-mobiscroll-dark .mbsc-switch-track {
  background: #364850;
}
.mbsc-mobiscroll-dark .mbsc-switch-handle {
  background: #435863;
}
.mbsc-mobiscroll-dark .mbsc-switch input:checked + .mbsc-switch-track {
  background: #b5e6e2;
}
.mbsc-mobiscroll-dark .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-switch input:disabled + .mbsc-switch-track {
  background: #101417;
}
.mbsc-mobiscroll-dark .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #182024;
}
.mbsc-mobiscroll-dark .mbsc-segmented-content {
  border-color: #4fccc4;
  color: #4fccc4;
}
.mbsc-mobiscroll-dark .mbsc-stepper input {
  color: #f7f7f7;
}
.mbsc-mobiscroll-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-mobiscroll-dark .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #4fccc4;
  color: #263238;
}
.mbsc-mobiscroll-dark .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(79, 204, 196, 0.3);
}
.mbsc-mobiscroll-dark .mbsc-stepper-cont {
  padding: 1.75em 12.875em 1.75em 1em;
}
.mbsc-mobiscroll-dark .mbsc-stepper {
  margin-top: -1.25em;
}
.mbsc-mobiscroll-dark .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-mobiscroll-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-mobiscroll-dark .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #101417;
  border-color: #101417;
  background: transparent;
}
.mbsc-mobiscroll-dark .mbsc-stepper input:disabled {
  color: #101417;
  -webkit-text-fill-color: #101417;
}
.mbsc-mobiscroll-dark .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #364850;
  border-color: #364850;
  color: #263238;
}
.mbsc-mobiscroll-dark .mbsc-stepper .mbsc-active.mbsc-disabled .mbsc-segmented-content {
  color: #101417;
}
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(79, 204, 196, 0.1);
}
.mbsc-mobiscroll-dark.mbsc-rating .mbsc-progress-track {
  color: #4fccc4;
}
.mbsc-mobiscroll-dark.mbsc-card.mbsc-form {
  background: #2e3d44;
}
.mbsc-mobiscroll-dark.mbsc-card .mbsc-lv-item {
  background: #2e3d44;
}
.mbsc-mobiscroll-dark .mbsc-card-footer {
  border-top: 1px solid #49606c;
}
.mbsc-mobiscroll-dark.mbsc-card .mbsc-input.mbsc-input-outline .mbsc-label {
  background: #2e3d44;
}
.mbsc-mobiscroll-dark .mbsc-empty {
  color: #f7f7f7;
}
.mbsc-windows-dark .mbsc-empty {
  color: #b3b3b3;
}
.mbsc-windows-dark .mbsc-cal-picker {
  background: #1a1a1a;
}
.mbsc-windows-dark .mbsc-cal-days > div {
  color: #b3b3b3;
}
.mbsc-windows-dark .mbsc-cal-today .mbsc-cal-day-date {
  color: #0078d7;
}
.mbsc-windows-dark .mbsc-cal-day-diff .mbsc-cal-day-i {
  background: #272727;
}
.mbsc-windows-dark .mbsc-cal-cell:focus .mbsc-cal-day-i {
  background: #343434;
}
.mbsc-windows-dark.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-day:not(.mbsc-disabled):hover .mbsc-cal-day-i,
.mbsc-windows-dark.mbsc-no-touch .mbsc-cal-picker .mbsc-cal-cell:not(.mbsc-disabled):hover {
  background: #343434;
}
.mbsc-windows-dark .mbsc-cal .mbsc-cal-day.mbsc-selected:not(.mbsc-disabled) .mbsc-cal-cell-i.mbsc-cal-day-i,
.mbsc-windows-dark .mbsc-cal .mbsc-cal-picker .mbsc-cal-cell.mbsc-selected,
.mbsc-windows-dark.mbsc-no-touch .mbsc-cal-picker .mbsc-cal-cell.mbsc-selected:hover {
  background: rgba(0, 120, 215, 0.25);
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-cal-tab:hover {
  background: #343434;
  border-color: #343434;
}
.mbsc-windows-dark .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected,
.mbsc-windows-dark.mbsc-no-touch .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected:hover {
  border-bottom-color: #0078d7;
  color: #0078d7;
  background: #1a1a1a;
}
.mbsc-windows-dark .mbsc-cal-tabs-c {
  border-bottom: 1px solid #404040;
}
.mbsc-windows-dark .mbsc-cal-mark {
  background: #ffffff;
}
.mbsc-windows-dark .mbsc-cal-txt {
  color: #ffffff;
  background: #484848;
}
.mbsc-windows-dark.mbsc-card.mbsc-form {
  background: #202020;
  -webkit-box-shadow: 0 0 1px 1px #393939;
          box-shadow: 0 0 1px 1px #393939;
}
.mbsc-windows-dark.mbsc-card .mbsc-lv-item {
  background: #202020;
}
.mbsc-windows-dark .mbsc-card-footer {
  border-color: #393939;
}
.mbsc-windows-dark .mbsc-color-active,
.mbsc-windows-dark.mbsc-no-touch .mbsc-color-item-c:hover {
  -webkit-box-shadow: inset 0 0 0 0.1875em #0078d7;
          box-shadow: inset 0 0 0 0.1875em #0078d7;
}
.mbsc-windows-dark .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3);
}
.mbsc-windows-dark.mbsc-color .mbsc-color-slider-cont .mbsc-progress-track {
  background: #4a4a4a;
}
.mbsc-windows-dark .mbsc-color-preview-item-empty {
  border-color: #b3b3b3;
}
.mbsc-windows-dark .mbsc-color-preview-cont {
  border-color: #b3b3b3;
}
.mbsc-windows-dark.mbsc-form .mbsc-color-input {
  background: #ffffff;
  border: .125em solid #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-cal-events {
  background: rgba(255, 255, 255, 0.8);
}
.mbsc-windows-dark .mbsc-cal-event {
  color: #ffffff;
  background: #484848;
  border-color: #484848;
}
.mbsc-windows-dark .mbsc-cal-events-arr {
  border-color: rgba(255, 255, 255, 0.8) transparent transparent;
}
.mbsc-windows-dark .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent rgba(255, 255, 255, 0.8);
}
.mbsc-windows-dark .mbsc-cal-event-color {
  background: #ffffff;
}
.mbsc-windows-dark .mbsc-event-list .mbsc-lv-item {
  background: #000000;
}
.mbsc-windows-dark .mbsc-event-list .mbsc-lv-gr-title {
  background: #000000;
  border-color: #272727;
}
.mbsc-windows-dark .mbsc-event-color {
  background: #0078d7;
}
.mbsc-windows-dark.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-table {
  border-color: #404040;
}
.mbsc-windows-dark.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  background: #000000;
  border-color: #404040;
}
.mbsc-windows-dark.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-day-diff .mbsc-cal-day-i {
  background: #1a1a1a;
}
.mbsc-windows-dark.mbsc-form {
  background-color: #000000;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-form *::-moz-selection {
  color: #ffffff;
  background: #0078d7;
}
.mbsc-windows-dark.mbsc-form *::selection {
  color: #ffffff;
  background: rgba(0, 120, 215, 0.9);
}
.mbsc-windows-dark .mbsc-divider,
.mbsc-windows-dark .mbsc-form-group-title {
  font-size: 1.5em;
  padding: 0 .5em;
  line-height: 2em;
}
.mbsc-windows-dark .mbsc-checkbox-box,
.mbsc-windows-dark .mbsc-radio-box {
  border: 0.125em solid #ffffff;
}
.mbsc-windows-dark .mbsc-checkbox-box:after {
  border-color: #e2f0fb;
}
.mbsc-windows-dark .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #0078d7;
  border-color: #0078d7;
}
.mbsc-windows-dark .mbsc-checkbox-primary input:checked + .mbsc-checkbox-box {
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-windows-dark .mbsc-checkbox-secondary input:checked + .mbsc-checkbox-box {
  background: #90979E;
  border-color: #90979e;
}
.mbsc-windows-dark .mbsc-checkbox-success input:checked + .mbsc-checkbox-box {
  background: #43BE5F;
  border-color: #43be5f;
}
.mbsc-windows-dark .mbsc-checkbox-danger input:checked + .mbsc-checkbox-box {
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-windows-dark .mbsc-checkbox-warning input:checked + .mbsc-checkbox-box {
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-windows-dark .mbsc-checkbox-info input:checked + .mbsc-checkbox-box {
  background: #5BB7C5;
  border-color: #5bb7c5;
}
.mbsc-windows-dark .mbsc-checkbox input.mbsc-active + .mbsc-checkbox-box {
  border-color: #a6a6a6;
  background: #a6a6a6;
}
.mbsc-windows-dark .mbsc-radio-box:after {
  background: #ffffff;
}
.mbsc-windows-dark .mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #0078d7;
}
.mbsc-windows-dark .mbsc-radio input.mbsc-active + .mbsc-radio-box {
  border-color: rgba(255, 255, 255, 0.6);
}
.mbsc-windows-dark .mbsc-radio input.mbsc-active + .mbsc-radio-box:after {
  background: rgba(255, 255, 255, 0.6);
}
.mbsc-windows-dark .mbsc-radio-primary .mbsc-radio-box:after {
  background: #3f97f6;
}
.mbsc-windows-dark .mbsc-radio-secondary .mbsc-radio-box:after {
  background: #90979e;
}
.mbsc-windows-dark .mbsc-radio-success .mbsc-radio-box:after {
  background: #43be5f;
}
.mbsc-windows-dark .mbsc-radio-danger .mbsc-radio-box:after {
  background: #f5504e;
}
.mbsc-windows-dark .mbsc-radio-warning .mbsc-radio-box:after {
  background: #f8b042;
}
.mbsc-windows-dark .mbsc-radio-info .mbsc-radio-box:after {
  background: #5bb7c5;
}
.mbsc-windows-dark .mbsc-btn {
  background: #404040;
  border: .125em solid #404040;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #ababab;
}
.mbsc-windows-dark .mbsc-btn.mbsc-active {
  border-color: #ababab;
  background: #ababab;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-flat.mbsc-active:not(:disabled) {
  background: rgba(64, 64, 64, 0.25);
}
.mbsc-windows-dark .mbsc-btn-primary.mbsc-btn {
  color: #ffffff;
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-windows-dark .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat {
  color: #3f97f6;
}
.mbsc-windows-dark .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(63, 151, 246, 0.25);
}
.mbsc-windows-dark .mbsc-btn-secondary.mbsc-btn {
  color: #ffffff;
  background: #90979E;
  border-color: #90979e;
}
.mbsc-windows-dark .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat {
  color: #90979e;
}
.mbsc-windows-dark .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(144, 151, 158, 0.25);
}
.mbsc-windows-dark .mbsc-btn-success.mbsc-btn {
  color: #ffffff;
  background: #43BE5F;
  border-color: #43be5f;
}
.mbsc-windows-dark .mbsc-btn-success.mbsc-btn.mbsc-btn-flat {
  color: #43be5f;
}
.mbsc-windows-dark .mbsc-btn-success.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(67, 190, 95, 0.25);
}
.mbsc-windows-dark .mbsc-btn-danger.mbsc-btn {
  color: #ffffff;
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-windows-dark .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat {
  color: #f5504e;
}
.mbsc-windows-dark .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(245, 80, 78, 0.25);
}
.mbsc-windows-dark .mbsc-btn-warning.mbsc-btn {
  color: #000000;
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-windows-dark .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat {
  color: #f8b042;
}
.mbsc-windows-dark .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(248, 176, 66, 0.25);
}
.mbsc-windows-dark .mbsc-btn-info.mbsc-btn {
  color: #ffffff;
  background: #5BB7C5;
  border-color: #5bb7c5;
}
.mbsc-windows-dark .mbsc-btn-info.mbsc-btn.mbsc-btn-flat {
  color: #5bb7c5;
}
.mbsc-windows-dark .mbsc-btn-info.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(91, 183, 197, 0.25);
}
.mbsc-windows-dark .mbsc-btn-light.mbsc-btn {
  color: #000000;
  background: #bfbfbf;
  border-color: #bfbfbf;
}
.mbsc-windows-dark .mbsc-btn-light.mbsc-btn.mbsc-btn-flat {
  color: #bfbfbf;
}
.mbsc-windows-dark .mbsc-btn-light.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(191, 191, 191, 0.25);
}
.mbsc-windows-dark .mbsc-btn-dark.mbsc-btn {
  color: #ffffff;
  background: #47494A;
  border-color: #47494a;
}
.mbsc-windows-dark .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat {
  color: #47494a;
}
.mbsc-windows-dark .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(71, 73, 74, 0.25);
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline {
  background: transparent;
  border: .125em solid #737373;
  color: #737373;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-active {
  background: #8d8d8d;
  border-color: #8d8d8d;
  color: #ffffff;
  opacity: 1;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-primary {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-primary.mbsc-active {
  background: #3f97f6;
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-secondary {
  border-color: #90979E;
  color: #90979e;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-secondary.mbsc-active {
  background: #90979E;
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-success {
  border-color: #43BE5F;
  color: #43be5f;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-success.mbsc-active {
  background: #43BE5F;
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-danger {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-danger.mbsc-active {
  background: #f5504e;
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-warning {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-warning.mbsc-active {
  background: #f8b042;
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-info {
  border-color: #5BB7C5;
  color: #5bb7c5;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-info.mbsc-active {
  background: #5BB7C5;
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-light {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-light.mbsc-active {
  background: #bfbfbf;
  color: #47494a;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-dark {
  border-color: #47494A;
  color: #47494a;
}
.mbsc-windows-dark .mbsc-btn.mbsc-btn-outline.mbsc-btn-dark.mbsc-active {
  background: #47494A;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-btn.mbsc-btn-outline:not(:disabled):hover {
  border-color: #8d8d8d;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-btn-primary.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #0964c6;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-btn-secondary.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #5d646b;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-btn-success.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #287339;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-btn-danger.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #d10e0c;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-btn-warning.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #cc7f08;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-btn-info.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #317e89;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-btn-light.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #999999;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-btn-dark.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #000000;
}
.mbsc-windows-dark .mbsc-btn-primary.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #0964c6;
  border-color: #0964c6;
}
.mbsc-windows-dark .mbsc-btn-secondary.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #5d646b;
  border-color: #5d646b;
}
.mbsc-windows-dark .mbsc-btn-success.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #287339;
  border-color: #287339;
}
.mbsc-windows-dark .mbsc-btn-danger.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #d10e0c;
  border-color: #d10e0c;
}
.mbsc-windows-dark .mbsc-btn-warning.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #cc7f08;
  border-color: #cc7f08;
}
.mbsc-windows-dark .mbsc-btn-info.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #317e89;
  border-color: #317e89;
}
.mbsc-windows-dark .mbsc-btn-light.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #999999;
  border-color: #999999;
}
.mbsc-windows-dark .mbsc-btn-dark.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #000000;
  border-color: #000000;
}
.mbsc-windows-dark .mbsc-switch-track {
  border: 2px solid #ffffff;
}
.mbsc-windows-dark .mbsc-switch-track .mbsc-switch-handle {
  background: #ffffff;
}
.mbsc-windows-dark .mbsc-switch input:checked + .mbsc-switch-track {
  background: #0078d7;
  border-color: #0078d7;
}
.mbsc-windows-dark .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #1a1a1a;
}
.mbsc-windows-dark .mbsc-switch input:checked:disabled + .mbsc-switch-track {
  background: #ffffff;
  border-color: #ffffff;
}
.mbsc-windows-dark .mbsc-switch-primary.mbsc-switch input:checked + .mbsc-switch-track {
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-windows-dark .mbsc-switch-secondary.mbsc-switch input:checked + .mbsc-switch-track {
  background: #90979E;
  border-color: #90979e;
}
.mbsc-windows-dark .mbsc-switch-success.mbsc-switch input:checked + .mbsc-switch-track {
  background: #43BE5F;
  border-color: #43be5f;
}
.mbsc-windows-dark .mbsc-switch-danger.mbsc-switch input:checked + .mbsc-switch-track {
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-windows-dark .mbsc-switch-warning.mbsc-switch input:checked + .mbsc-switch-track {
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-windows-dark .mbsc-switch-info.mbsc-switch input:checked + .mbsc-switch-track {
  background: #5BB7C5;
  border-color: #5bb7c5;
}
.mbsc-windows-dark.mbsc-form .mbsc-switch input.mbsc-active + .mbsc-switch-track {
  background: #a6a6a6;
  border-color: #a6a6a6;
}
.mbsc-windows-dark.mbsc-form .mbsc-switch input.mbsc-active + .mbsc-switch-track .mbsc-switch-handle {
  background: #1a1a1a;
}
.mbsc-windows-dark .mbsc-segmented-content {
  color: #ffffff;
  background: #404040;
}
.mbsc-windows-dark .mbsc-segmented-content.mbsc-stepper-val {
  border-top: 2px solid #404040;
  border-bottom: 2px solid #404040;
}
.mbsc-windows-dark.mbsc-ltr .mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item {
  border-right-color: #4a4a4a;
}
.mbsc-windows-dark.mbsc-rtl .mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item {
  border-left-color: #4a4a4a;
}
.mbsc-windows-dark.mbsc-ltr .mbsc-segmented .mbsc-stepper-control + .mbsc-stepper-control {
  border-left-color: #4a4a4a;
}
.mbsc-windows-dark.mbsc-rtl .mbsc-segmented .mbsc-stepper-control + .mbsc-stepper-control {
  border-right-color: #4a4a4a;
}
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #ffffff;
  color: #000000;
}
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content,
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: #ababab;
}
.mbsc-windows-dark .mbsc-stepper .mbsc-segmented-item.mbsc-active .mbsc-segmented-content {
  background: #ababab;
}
.mbsc-windows-dark .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-windows-dark .mbsc-stepper .mbsc-segmented-item.mbsc-disabled .mbsc-segmented-content,
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  background: #404040;
}
.mbsc-windows-dark .mbsc-stepper input:disabled {
  color: #4a4a4a;
  -webkit-text-fill-color: #4a4a4a;
}
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content {
  color: #000000;
  background: #4a4a4a;
}
.mbsc-windows-dark .mbsc-stepper input {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: #343434;
}
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-dark .mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-segmented-primary.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(63, 151, 246, 0.25);
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-segmented-secondary.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(144, 151, 158, 0.25);
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-segmented-success.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(67, 190, 95, 0.25);
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-segmented-danger.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(245, 80, 78, 0.25);
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-segmented-warning.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(248, 176, 66, 0.25);
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-segmented-info.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(91, 183, 197, 0.25);
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #0e7df4;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #757e86;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #35994c;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #f2201e;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #f69b11;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #3ea0af;
}
.mbsc-windows-dark .mbsc-stepper-primary .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #3f97f6;
}
.mbsc-windows-dark .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-windows-dark .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #0858ad;
}
.mbsc-windows-dark .mbsc-stepper-secondary .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #90979e;
}
.mbsc-windows-dark .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-windows-dark .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #51575d;
}
.mbsc-windows-dark .mbsc-stepper-success .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #43be5f;
}
.mbsc-windows-dark .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-windows-dark .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #216030;
}
.mbsc-windows-dark .mbsc-stepper-danger .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #f5504e;
}
.mbsc-windows-dark .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-windows-dark .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #b90d0a;
}
.mbsc-windows-dark .mbsc-stepper-warning .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #f8b042;
}
.mbsc-windows-dark .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-windows-dark .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #b46f07;
}
.mbsc-windows-dark .mbsc-stepper-info .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #5bb7c5;
}
.mbsc-windows-dark .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-windows-dark .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #2a6c77;
}
.mbsc-windows-dark .mbsc-fr-w {
  background: #1a1a1a;
  color: #ffffff;
  border: 1px solid #404040;
}
.mbsc-windows-dark .mbsc-fr-hdr {
  border-bottom: 2px solid #404040;
}
.mbsc-windows-dark .mbsc-fr-btn-cont {
  border-top: 2px solid #404040;
}
.mbsc-windows-dark .mbsc-fr-btn-w {
  background: #1a1a1a;
}
.mbsc-windows-dark .mbsc-fr-btn {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover,
.mbsc-windows-dark .mbsc-fr-btn.mbsc-active {
  background: #343434;
}
.mbsc-windows-dark .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #1a1a1a transparent;
}
.mbsc-windows-dark .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #1a1a1a transparent transparent transparent;
}
.mbsc-windows-dark .mbsc-input input,
.mbsc-windows-dark .mbsc-input textarea,
.mbsc-windows-dark .mbsc-select input {
  border: .125em solid #737373;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-input input:hover,
.mbsc-windows-dark.mbsc-no-touch .mbsc-input textarea:hover,
.mbsc-windows-dark.mbsc-no-touch .mbsc-select:hover input {
  border-color: #a6a6a6;
}
.mbsc-windows-dark .mbsc-input input::-webkit-input-placeholder {
  color: #5c5c5c;
}
.mbsc-windows-dark .mbsc-input input::-ms-input-placeholder {
  color: #5c5c5c;
}
.mbsc-windows-dark .mbsc-input input::-moz-placeholder {
  color: #5c5c5c;
}
.mbsc-windows-dark .mbsc-input .mbsc-input-wrap input:focus,
.mbsc-windows-dark .mbsc-input .mbsc-input-wrap select:focus + input,
.mbsc-windows-dark .mbsc-input .mbsc-input-wrap textarea:focus,
.mbsc-windows-dark.mbsc-alert .mbsc-input input:focus {
  background: #fff;
  border-color: #0078d7;
  color: #262626;
}
.mbsc-windows-dark .mbsc-input .mbsc-input-wrap input:focus .mbsc-input-ic,
.mbsc-windows-dark .mbsc-input .mbsc-input-wrap select:focus + input .mbsc-input-ic,
.mbsc-windows-dark .mbsc-input .mbsc-input-wrap textarea:focus .mbsc-input-ic,
.mbsc-windows-dark.mbsc-alert .mbsc-input input:focus .mbsc-input-ic {
  color: #262626;
}
.mbsc-windows-dark .mbsc-input .mbsc-input-wrap .mbsc-control:disabled + input,
.mbsc-windows-dark .mbsc-input .mbsc-input-wrap textarea:disabled,
.mbsc-windows-dark .mbsc-input .mbsc-input-wrap input:disabled {
  border-color: #404040;
}
.mbsc-windows-dark .mbsc-input.mbsc-err input,
.mbsc-windows-dark .mbsc-input.mbsc-err textarea {
  border-color: #d30101;
}
.mbsc-windows-dark .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-err-msg {
  color: #d30101;
}
.mbsc-windows-dark .mbsc-input .mbsc-label {
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-select .mbsc-input-wrap .mbsc-ic {
  color: #ffffff;
}
.mbsc-lv-windows-dark .mbsc-lv {
  background: #404040;
}
.mbsc-lv-windows-dark .mbsc-lv-item {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-lv-windows-dark .mbsc-lv-fill-item {
  background: rgba(255, 255, 255, 0.5);
}
.mbsc-lv-windows-dark .mbsc-lv-handle-bar {
  background: #888888;
}
.mbsc-lv-windows-dark .mbsc-lv-gr-title {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-lv-windows-dark .mbsc-lv-ic-m {
  color: #1a1a1a;
}
.mbsc-lv-windows-dark.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #393939;
}
.mbsc-lv-windows-dark .mbsc-lv-item-hl,
.mbsc-lv-windows-dark .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #404040;
}
.mbsc-windows-dark.mbsc-ms-c {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-ms-item {
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-ms-item.mbsc-active,
.mbsc-windows-dark.mbsc-no-touch .mbsc-ms-item.mbsc-active:not(.mbsc-disabled):hover {
  background: #404040;
}
.mbsc-windows-dark .mbsc-ms-item-sel {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-ms-b .mbsc-ms-item.mbsc-ms-item-sel {
  border-bottom-color: #0078d7;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: #343434;
}
.mbsc-windows-dark .mbsc-ms-item-sel.mbsc-ms-ic:before {
  color: #0078d7;
}
.mbsc-windows-dark .mbsc-ms-item.mbsc-menu-item-ic {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-ms-more .mbsc-ms-item {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-ms-more .mbsc-ms-item.mbsc-ms-item-sel {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-toast .mbsc-toast-msg {
  background: #a6a6a6;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-snackbar .mbsc-snackbar-btn {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-fr .mbsc-fr-w .mbsc-np-del.mbsc-active {
  background: #404040;
}
.mbsc-windows-dark .mbsc-np-del.mbsc-active:before {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-fr .mbsc-fr-w .mbsc-np-btn.mbsc-active {
  background: #404040;
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-np-btn.mbsc-disabled {
  color: #737373;
}
.mbsc-windows-dark.mbsc-page {
  background-color: #000000;
  color: #ffffff;
}
.mbsc-windows-dark a {
  color: #0078d7;
}
.mbsc-windows-dark .mbsc-note,
.mbsc-windows-dark .mbsc-note-primary {
  color: #074b95;
  background-color: #70b1f8;
}
.mbsc-windows-dark .mbsc-note-secondary {
  color: #454b50;
  background-color: #c6cace;
}
.mbsc-windows-dark .mbsc-note-success {
  color: #1b4d26;
  background-color: #8fd8a0;
}
.mbsc-windows-dark .mbsc-note-danger {
  color: #710806;
  background-color: #f8807e;
}
.mbsc-windows-dark .mbsc-note-warning {
  color: #835105;
  background-color: #f9ba5b;
}
.mbsc-windows-dark .mbsc-note-info {
  color: #235b64;
  background-color: #a6d8e0;
}
.mbsc-windows-dark .mbsc-note-light {
  color: #4d4d4d;
  background-color: #ffffff;
}
.mbsc-windows-dark .mbsc-note-dark {
  color: #000000;
  background-color: #606364;
}
.mbsc-windows-dark.mbsc-progress .mbsc-label {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-progress .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-progress-track {
  background: #1f1f1f;
}
.mbsc-windows-dark .mbsc-progress-bar {
  background: #0078d7;
}
.mbsc-windows-dark .mbsc-progress-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-windows-dark .mbsc-progress-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-windows-dark .mbsc-progress-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-windows-dark .mbsc-progress-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-windows-dark .mbsc-progress-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-windows-dark .mbsc-progress-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-windows-dark .mbsc-range-btn {
  color: #ffffff;
  background: #404040;
  border: 2px solid #404040;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-range-btn.mbsc-fr-btn-e:not(.mbsc-disabled):hover {
  border-color: #000000;
  background: #404040;
}
.mbsc-windows-dark .mbsc-range-btn.mbsc-selected,
.mbsc-windows-dark.mbsc-no-touch .mbsc-range-btn.mbsc-selected:not(.mbsc-disabled):hover {
  background: #0078d7;
  border-color: #0078d7;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-i,
.mbsc-windows-dark.mbsc-range .mbsc-cal .mbsc-cal-today.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #0078d7;
  color: #1a1a1a;
}
.mbsc-windows-dark.mbsc-rating .mbsc-progress-track {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-rating.mbsc-rating-primary .mbsc-progress-track {
  color: #3f97f6;
}
.mbsc-windows-dark.mbsc-rating.mbsc-rating-secondary .mbsc-progress-track {
  color: #90979e;
}
.mbsc-windows-dark.mbsc-rating.mbsc-rating-success .mbsc-progress-track {
  color: #43be5f;
}
.mbsc-windows-dark.mbsc-rating.mbsc-rating-danger .mbsc-progress-track {
  color: #f5504e;
}
.mbsc-windows-dark.mbsc-rating.mbsc-rating-warning .mbsc-progress-track {
  color: #f8b042;
}
.mbsc-windows-dark.mbsc-rating.mbsc-rating-info .mbsc-progress-track {
  color: #5bb7c5;
}
.mbsc-windows-dark .mbsc-sc-whl-gr-c {
  border-color: #404040;
}
.mbsc-windows-dark .mbsc-sc-whl-w {
  border-color: #404040;
}
.mbsc-windows-dark .mbsc-sc-lbl-v .mbsc-sc-whl-w {
  background: #1a1a1a;
}
.mbsc-windows-dark .mbsc-sc-lbl-v {
  background: #404040;
}
.mbsc-windows-dark .mbsc-sc-whl-l {
  background: rgba(0, 120, 215, 0.4);
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
.mbsc-windows-dark .mbsc-sc-itm:focus {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-windows-dark.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-windows-dark .mbsc-sc-btn {
  background: #272727;
}
.mbsc-windows-dark.mbsc-no-touch .mbsc-sc-btn:hover,
.mbsc-windows-dark .mbsc-sc-btn.mbsc-active {
  background: #343434;
}
.mbsc-windows-dark .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #0078d7;
}
.mbsc-windows-dark .mbsc-sc-bar-c {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-windows-dark .mbsc-sel-gr-whl.mbsc-sel-one .mbsc-sc-itm-sel {
  color: #0078d7;
}
.mbsc-windows-dark .mbsc-sel-filter-clear {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-fr-pointer .mbsc-sel-one.mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #ffffff;
  background: rgba(0, 120, 215, 0.2);
}
.mbsc-windows-dark.mbsc-slider .mbsc-progress-track {
  height: 6px;
  background: #737373;
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
}
.mbsc-windows-dark.mbsc-form .mbsc-slider .mbsc-progress-track {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.mbsc-windows-dark.mbsc-slider:hover .mbsc-progress-track {
  background: #a6a6a6;
}
.mbsc-windows-dark.mbsc-slider:hover .mbsc-progress-track .mbsc-slider-handle {
  background: #ffffff;
}
.mbsc-windows-dark.mbsc-slider .mbsc-active ~ .mbsc-progress-cont .mbsc-progress-track {
  background: #737373;
}
.mbsc-windows-dark.mbsc-slider .mbsc-active ~ .mbsc-progress-cont .mbsc-progress-track .mbsc-slider-handle {
  background: #404040;
}
.mbsc-windows-dark .mbsc-slider-handle {
  background: #0078d7;
}
.mbsc-windows-dark .mbsc-slider-tooltip {
  border: 1px solid #404040;
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-slider-step {
  background: #737373;
}
.mbsc-windows-dark .mbsc-slider-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-windows-dark .mbsc-slider-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-windows-dark .mbsc-slider-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-windows-dark .mbsc-slider-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-windows-dark .mbsc-slider-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-windows-dark .mbsc-slider-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-windows-dark.mbsc-timer .mbsc-sc-lbl {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-ts .mbsc-sc-lbl {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-wdg .mbsc-fr-btn {
  background: #404040;
}
.mbsc-ios-gray .mbsc-fr-overlay {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-ios-gray .mbsc-fr-w {
  background: #333333;
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-fr-hdr {
  border-color: #5e5e5e;
  color: #9e9e9e;
}
.mbsc-ios-gray .mbsc-fr-hdr {
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-fr-nobtn .mbsc-fr-hdr,
.mbsc-ios-gray.mbsc-fr-center .mbsc-fr-hdr {
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-fr-btn-cont,
.mbsc-ios-gray.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont {
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-sc-whl-o,
.mbsc-ios-gray.mbsc-calendar .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(52%, rgba(51, 51, 51, 0)), color-stop(48%, rgba(51, 51, 51, 0)), to(#333333));
  background: linear-gradient(#333333, rgba(51, 51, 51, 0) 52%, rgba(51, 51, 51, 0) 48%, #333333);
}
.mbsc-ios-gray .mbsc-sc-whl-l,
.mbsc-ios-gray.mbsc-calendar .mbsc-sc-whl-l {
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-sc-itm {
  color: #9e9e9e;
}
.mbsc-ios-gray.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
.mbsc-ios-gray .mbsc-sc-itm:focus {
  outline: 0;
  background: rgba(245, 115, 208, 0.15);
}
.mbsc-ios-gray.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active {
  background: rgba(245, 115, 208, 0.2);
}
.mbsc-ios-gray .mbsc-sc-itm-sel {
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-sc-btn {
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-fr-btn {
  color: #f573d0;
}
.mbsc-ios-gray .mbsc-sc-lbl {
  color: #ffffff;
}
.mbsc-ios-gray.mbsc-fr-center .mbsc-fr-popup .mbsc-fr-btn-w {
  border-color: #5e5e5e;
}
.mbsc-ios-gray.mbsc-fr-center.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover,
.mbsc-ios-gray.mbsc-fr-center .mbsc-fr-btn.mbsc-active {
  background: #525252;
}
.mbsc-ios-gray.mbsc-fr-bottom .mbsc-fr-popup,
.mbsc-ios-gray.mbsc-fr-top .mbsc-fr-popup {
  border-color: #696969;
}
.mbsc-ios-gray.mbsc-fr-inline .mbsc-fr-w {
  background: #3b3b3b;
  border-color: #5e5e5e;
}
.mbsc-ios-gray.mbsc-fr-inline .mbsc-fr-c {
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-sc-bar-c {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-ios-gray .mbsc-empty {
  color: #ffffff;
}
.mbsc-ios-gray.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios-gray.mbsc-fr-bottom .mbsc-fr-btn-cont {
  background: #474747;
}
.mbsc-ios-gray.mbsc-sc.mbsc-fr-top .mbsc-fr-w,
.mbsc-ios-gray.mbsc-sc.mbsc-fr-bottom .mbsc-fr-w,
.mbsc-ios-gray .mbsc-fr-bubble-top .mbsc-fr-arr,
.mbsc-ios-gray .mbsc-fr-bubble-bottom .mbsc-fr-arr,
.mbsc-ios-gray.mbsc-calendar .mbsc-fr-persp .mbsc-fr-w {
  background: #333333;
}
.mbsc-ios-gray.mbsc-calendar.mbsc-fr-top .mbsc-fr-btn-cont,
.mbsc-ios-gray.mbsc-calendar.mbsc-fr-bottom .mbsc-fr-btn-cont {
  border-color: #5e5e5e;
}
.mbsc-ios-gray.mbsc-fr-top .mbsc-sc-whl-l,
.mbsc-ios-gray.mbsc-fr-bottom .mbsc-sc-whl-l {
  border-color: #5e5e5e;
}
.mbsc-ios-gray.mbsc-fr-top .mbsc-sc-whl-o,
.mbsc-ios-gray.mbsc-fr-bottom .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), color-stop(52%, rgba(51, 51, 51, 0)), color-stop(48%, rgba(51, 51, 51, 0)), to(#333333));
  background: linear-gradient(#333333, rgba(51, 51, 51, 0) 52%, rgba(51, 51, 51, 0) 48%, #333333);
}
.mbsc-ios-gray.mbsc-fr-top .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c,
.mbsc-ios-gray.mbsc-fr-bottom .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #333333;
}
.mbsc-ios-gray.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-o {
  background: -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), color-stop(52%, rgba(59, 59, 59, 0)), color-stop(48%, rgba(59, 59, 59, 0)), to(#3b3b3b));
  background: linear-gradient(#3b3b3b, rgba(59, 59, 59, 0) 52%, rgba(59, 59, 59, 0) 48%, #3b3b3b);
}
.mbsc-ios-gray.mbsc-fr.mbsc-fr-inline .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #3b3b3b;
}
.mbsc-ios-gray .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c,
.mbsc-ios-gray.mbsc-calendar .mbsc-sc-whl-gr-3d .mbsc-sc-whl-c {
  background: #333333;
}
.mbsc-ios-gray .mbsc-sc-whl-gr-3d .mbsc-sc-itm {
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-sc-whl-gr-3d .mbsc-sc-itm-3d {
  color: #999999;
}
.mbsc-ios-gray.mbsc-sel-multi .mbsc-sc-itm {
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #f573d0;
}
.mbsc-ios-gray.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-popup .mbsc-fr-w,
.mbsc-ios-gray.mbsc-fr-pointer .mbsc-fr-persp .mbsc-cal-picker {
  background: #5e5e5e;
}
.mbsc-ios-gray.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-w {
  -webkit-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.8);
          box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.8);
}
.mbsc-ios-gray.mbsc-fr-pointer .mbsc-fr-hdr {
  border-color: #808080;
}
.mbsc-ios-gray.mbsc-fr-pointer .mbsc-sc-whl-l {
  border-color: #808080;
}
.mbsc-ios-gray.mbsc-fr-pointer .mbsc-sc-itm {
  color: #ffffff;
}
.mbsc-ios-gray.mbsc-fr-pointer .mbsc-sc-itm-sel {
  color: #f573d0;
}
.mbsc-ios-gray .mbsc-sel-filter-cont.mbsc-input input {
  background: #3b3b3b;
}
.mbsc-ios-gray .mbsc-sel-filter-cont.mbsc-input {
  background: #666666;
}
.mbsc-ios-gray.mbsc-fr-center .mbsc-sel-filter-cont {
  background: #525252;
}
.mbsc-ios-gray .mbsc-sel-filter-show-clear {
  color: #666666;
}
.mbsc-ios-gray.mbsc-fr-pointer .mbsc-sc-whl .mbsc-sel-gr {
  color: #ffffff;
}
.mbsc-ios-gray.mbsc-fr-pointer.mbsc-sel .mbsc-ltr .mbsc-sc-whl-w + .mbsc-sc-whl-w {
  border-color: #808080;
}
.mbsc-ios-gray.mbsc-fr-pointer.mbsc-sel .mbsc-rtl .mbsc-sc-whl-w + .mbsc-sc-whl-w {
  border-color: #808080;
}
.mbsc-ios-gray .mbsc-cal-picker {
  background: #333333;
}
.mbsc-ios-gray .mbsc-cal-cell {
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-cal-today {
  color: #f573d0;
}
.mbsc-ios-gray .mbsc-cal-cell:focus .mbsc-cal-cell-txt,
.mbsc-ios-gray.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt,
.mbsc-ios-gray.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover {
  background: rgba(245, 115, 208, 0.3);
}
.mbsc-ios-gray .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  border-color: #f573d0;
  background: #f573d0;
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-cal-tab {
  border-color: #f573d0;
  color: #f573d0;
}
.mbsc-ios-gray .mbsc-fr-popup .mbsc-fr-w .mbsc-cal-tabs-c .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected {
  background: #f573d0;
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-cal-mark {
  background: #5e5e5e;
}
.mbsc-ios-gray .mbsc-cal-txt {
  background: #b6008b;
  color: #ffffff;
}
.mbsc-ios-gray.mbsc-fr-inline .mbsc-cal-picker {
  background: #3b3b3b;
}
.mbsc-ios-gray.mbsc-fr-liq.mbsc-calendar.mbsc-fr-center .mbsc-fr-btn-cont {
  border-bottom-color: #5e5e5e;
}
.mbsc-ios-gray.mbsc-ev-cal .mbsc-fr-w {
  background: #333333;
}
.mbsc-ios-gray.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-picker {
  background: #333333;
}
.mbsc-ios-gray.mbsc-ev-cal.mbsc-fr-inline .mbsc-cal-scroll-c {
  background: #3b3b3b;
}
.mbsc-ios-gray .mbsc-cal-events-i {
  border-color: #808080;
  -webkit-box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.8);
          box-shadow: 0 0.25em 1em rgba(0, 0, 0, 0.8);
  background: #5e5e5e;
}
.mbsc-ios-gray .mbsc-cal-events-arr {
  border-color: #808080;
  background: #5e5e5e;
}
.mbsc-ios-gray .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: #808080;
}
.mbsc-ios-gray .mbsc-cal-event:before,
.mbsc-ios-gray .mbsc-cal-event:after {
  border-color: #808080;
}
.mbsc-ios-gray .mbsc-event-list .mbsc-lv-gr-title {
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-event-color {
  background: #5e5e5e;
}
.mbsc-ios-gray.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-range-btn-end {
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-range-btn-end .mbsc-range-btn:before {
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-range-btn.mbsc-selected .mbsc-range-btn-v {
  color: #f573d0;
}
.mbsc-ios-gray.mbsc-range .mbsc-cal .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #f573d0;
}
.mbsc-ios-gray.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  background: #f573d0;
}
.mbsc-ios-gray.mbsc-timer .mbsc-sc-lbl {
  color: #f573d0;
}
.mbsc-ios-gray.mbsc-ts .mbsc-sc-lbl {
  color: #f573d0;
}
.mbsc-ios-gray .mbsc-color-preview {
  border-color: #696969;
}
.mbsc-ios-gray.mbsc-ms-c {
  background: #333333;
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-ms .mbsc-ms-item {
  color: #ababab;
}
.mbsc-ios-gray.mbsc-ms-nosel .mbsc-ms-item,
.mbsc-ios-gray .mbsc-ms .mbsc-ms-item-sel {
  color: #f573d0;
}
.mbsc-ios-gray.mbsc-ms-more .mbsc-ms-item:after {
  border-color: #5e5e5e;
}
.mbsc-ios-gray.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: rgba(245, 115, 208, 0.15);
}
.mbsc-ios-gray .mbsc-np-btn {
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-np-btn.mbsc-active,
.mbsc-ios-gray .mbsc-np-btn-empty {
  background: #575757;
}
.mbsc-ios-gray .mbsc-np-btn.mbsc-disabled {
  color: #545454;
}
.mbsc-ios-gray.mbsc-page *::-moz-selection {
  background: #ff78d9;
  color: #cccccc;
}
.mbsc-ios-gray.mbsc-page *::selection {
  background: #ff78d9;
  color: #cccccc;
}
.mbsc-ios-gray.mbsc-page {
  background: #4d4d4d;
  color: #ffffff;
}
.mbsc-ios-gray a {
  color: #f573d0;
}
.mbsc-ios-gray.mbsc-form *::-moz-selection {
  background: #ff78d9;
  color: #cccccc;
}
.mbsc-ios-gray.mbsc-form *::selection {
  background: #ff78d9;
  color: #cccccc;
}
.mbsc-ios-gray.mbsc-form {
  background: #4d4d4d;
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-divider,
.mbsc-ios-gray .mbsc-form-group-title {
  background: #4d4d4d;
  border-color: #5e5e5e;
  color: #8f8f8f;
}
.mbsc-ios-gray .mbsc-input {
  background: #3b3b3b;
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-control-w:before,
.mbsc-ios-gray .mbsc-control-w:after {
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-control-w.mbsc-err:after,
.mbsc-ios-gray .mbsc-control-w.mbsc-err + .mbsc-err:before,
.mbsc-ios-gray .mbsc-control-w.mbsc-err + .mbsc-divider {
  border-top-color: #d8342c;
}
.mbsc-ios-gray .mbsc-input .mbsc-control::-webkit-input-placeholder {
  color: #cccccc;
}
.mbsc-ios-gray .mbsc-input .mbsc-control::-ms-input-placeholder {
  color: #cccccc;
}
.mbsc-ios-gray .mbsc-input .mbsc-control::-moz-placeholder {
  color: #cccccc;
}
.mbsc-ios-gray .mbsc-input .mbsc-label,
.mbsc-ios-gray .mbsc-input input,
.mbsc-ios-gray .mbsc-input textarea {
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-err-msg {
  color: #d8342c;
}
.mbsc-ios-gray .mbsc-input-outline.mbsc-control-w {
  border-color: #5e5e5e;
}
.mbsc-ios-gray.mbsc-form .mbsc-checkbox,
.mbsc-ios-gray.mbsc-form .mbsc-radio {
  background: #3b3b3b;
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-checkbox-box {
  border-color: #ff78d9;
}
.mbsc-ios-gray .mbsc-checkbox-box:after {
  border-color: #ff78d9;
}
.mbsc-ios-gray .mbsc-radio-box:after {
  border-color: #ff78d9;
}
.mbsc-ios-gray .mbsc-radio input:disabled ~ .mbsc-radio-label {
  color: #666666;
}
.mbsc-ios-gray .mbsc-btn {
  color: #f573d0;
  background: #666666;
}
.mbsc-ios-gray .mbsc-btn-outline.mbsc-btn {
  color: #f573d0;
  border-color: #f573d0;
}
.mbsc-ios-gray .mbsc-btn-outline.mbsc-btn.mbsc-active {
  background: #f573d0;
}
.mbsc-ios-gray .mbsc-btn:not(.mbsc-btn-flat):disabled {
  background: #4d4d4d;
  color: #666666;
}
.mbsc-ios-gray .mbsc-btn.mbsc-btn-outline:disabled {
  border-color: #666666;
  color: #666666;
  background: transparent;
}
.mbsc-ios-gray .mbsc-btn-group,
.mbsc-ios-gray .mbsc-btn-group-justified,
.mbsc-ios-gray .mbsc-btn-group-block {
  background: #4d4d4d;
  border-color: #5e5e5e;
}
.mbsc-ios-gray.mbsc-progress {
  border-color: #5e5e5e;
  background: #3b3b3b;
}
.mbsc-ios-gray .mbsc-progress-track {
  background: #787878;
}
.mbsc-ios-gray .mbsc-progress-bar {
  background: #f573d0;
}
.mbsc-ios-gray .mbsc-progress-value {
  color: #e5e5e5;
}
.mbsc-ios-gray .mbsc-progress-step-label {
  color: #e5e5e5;
}
.mbsc-ios-gray .mbsc-input .mbsc-label,
.mbsc-ios-gray .mbsc-progress .mbsc-label {
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-slider-handle {
  background: #ffffff;
  -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
}
.mbsc-ios-gray .mbsc-slider-tooltip {
  color: #e5e5e5;
  background: #3b3b3b;
}
.mbsc-ios-gray .mbsc-slider-step {
  background: #787878;
}
.mbsc-ios-gray.mbsc-form .mbsc-switch {
  background: #3b3b3b;
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-switch-track {
  background: #fff;
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-switch-track:after {
  background: #3b3b3b;
}
.mbsc-ios-gray .mbsc-switch-handle {
  background: #ffffff;
  -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 1em rgba(255, 255, 255, 0.1), 0 0 0.0625em rgba(255, 255, 255, 0.15), 0 0.125em 0.125em rgba(255, 255, 255, 0.15);
}
.mbsc-ios-gray .mbsc-switch input:checked + .mbsc-switch-track {
  background: #f573d0;
  border-color: #f573d0;
}
.mbsc-ios-gray .mbsc-segmented {
  background-color: #3b3b3b;
}
.mbsc-ios-gray .mbsc-segmented-content {
  color: #ff78d9;
  border-color: #ff78d9;
  background: #3b3b3b;
}
.mbsc-ios-gray .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-ios-gray .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #ff78d9;
  color: #3b3b3b;
}
.mbsc-ios-gray .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(255, 120, 217, 0.3);
  color: #ff78d9;
}
.mbsc-ios-gray .mbsc-stepper-val {
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-stepper-cont {
  background: #3b3b3b;
}
.mbsc-ios-gray .mbsc-stepper {
  right: 0.75em;
}
.mbsc-ios-gray .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-ios-gray .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-ios-gray .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  background: none;
  color: #666666;
  border-color: #666666;
}
.mbsc-ios-gray .mbsc-stepper input:disabled {
  color: #666666;
  -webkit-text-fill-color: #666666;
}
.mbsc-ios-gray .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #4d4d4d;
}
.mbsc-ios-gray .mbsc-stepper .mbsc-active.mbsc-disabled .mbsc-segmented-content {
  color: #666666;
}
.mbsc-ios-gray .mbsc-stepper input {
  color: #ffffff;
}
.mbsc-ios-gray.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(255, 120, 217, 0.15);
}
.mbsc-ios-gray.mbsc-rating .mbsc-progress-track {
  color: #f573d0;
}
.mbsc-lv-ios-gray {
  border-color: #5e5e5e;
}
.mbsc-lv-ios-gray .mbsc-lv {
  background: #5e5e5e;
}
.mbsc-lv-ios-gray .mbsc-lv-item {
  background: #3b3b3b;
  border-color: #5e5e5e;
  color: #ffffff;
}
.mbsc-lv-ios-gray .mbsc-lv-item:after,
.mbsc-lv-ios-gray .mbsc-lv-item:before {
  border-color: #5e5e5e;
}
.mbsc-lv-ios-gray .mbsc-lv-item-hl,
.mbsc-lv-ios-gray .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #525252;
  border-color: #525252;
}
.mbsc-lv-ios-gray .mbsc-lv-handle-bar {
  background: #999999;
}
.mbsc-lv-ios-gray .mbsc-lv-gr-title {
  background: #4d4d4d;
  color: #8f8f8f;
  border-color: #5e5e5e;
}
.mbsc-lv-ios-gray.mbsc-lv-has-fixed-header .mbsc-lv-gr-title,
.mbsc-lv-ios-gray.mbsc-lv-fixed-header .mbsc-lv-gr-title {
  color: #ffffff;
}
.mbsc-lv-ios-gray .mbsc-lv-ic-m {
  color: #ffffff;
}
.mbsc-lv-ios-gray .mbsc-lv-arr {
  color: #999999;
}
.mbsc-lv-ios-gray.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #4d4d4d;
}
.mbsc-ios-gray.mbsc-snackbar .mbsc-snackbar-btn {
  color: #f573d0;
}
.mbsc-ios-gray .mbsc-color-active,
.mbsc-no-touch.mbsc-ios-gray .mbsc-color-item-c:hover {
  -webkit-box-shadow: inset 0 0 0 0.1875em #f573d0;
          box-shadow: inset 0 0 0 0.1875em #f573d0;
}
.mbsc-ios-gray .mbsc-color-preview-item-empty {
  border-color: #5e5e5e;
}
.mbsc-ios-gray .mbsc-color-preview-cont {
  border-color: #696969;
}
.mbsc-ios-gray.mbsc-form .mbsc-color-input {
  color: #ffffff;
}
.mbsc-ios-gray .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3);
}
.mbsc-ios-gray.mbsc-card.mbsc-form {
  background: #3b3b3b;
  -webkit-box-shadow: 0 0 1px 1px rgba(8, 8, 8, 0.2);
          box-shadow: 0 0 1px 1px rgba(8, 8, 8, 0.2);
}
.mbsc-ios-gray .mbsc-card-footer {
  border-color: #5e5e5e;
}
.mbsc-material-indigo .mbsc-ripple,
.mbsc-lv-material-indigo .mbsc-ripple {
  background: #ffffff;
}
.mbsc-material-indigo .mbsc-empty {
  color: #ffffff;
}
.mbsc-material-indigo .mbsc-fr-w {
  background: #303f9f;
  color: #ffffff;
}
.mbsc-material-indigo .mbsc-fr-hdr {
  color: #ff4080;
}
.mbsc-material-indigo .mbsc-fr-btn {
  color: #ff4080;
}
.mbsc-material-indigo.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover,
.mbsc-material-indigo .mbsc-fr-btn.mbsc-active {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-indigo .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #303f9f transparent;
}
.mbsc-material-indigo .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #303f9f transparent transparent transparent;
}
.mbsc-material-indigo .mbsc-sc-lbl {
  color: #ff4080;
}
.mbsc-material-indigo .mbsc-sc-itm.mbsc-active {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-indigo .mbsc-sc-whl-l {
  border-color: #ff4080;
}
.mbsc-material-indigo .mbsc-sc-btn {
  color: #ff4080;
  background: #303f9f;
}
.mbsc-material-indigo.mbsc-no-touch .mbsc-sc-btn:hover,
.mbsc-material-indigo .mbsc-sc-btn.mbsc-active {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-indigo .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  color: #ff4080;
}
.mbsc-material-indigo .mbsc-sc-bar-c {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-material-indigo .mbsc-np-del {
  color: #ff4080;
}
.mbsc-material-indigo .mbsc-cal-picker {
  background: #303f9f;
}
.mbsc-material-indigo .mbsc-cal-today {
  color: #ff4080;
}
.mbsc-material-indigo.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt,
.mbsc-material-indigo.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover,
.mbsc-material-indigo .mbsc-cal-cell:focus .mbsc-cal-cell-txt {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-indigo .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  background: rgba(255, 64, 128, 0.3);
}
.mbsc-material-indigo .mbsc-cal-c .mbsc-cal-day-colored.mbsc-selected .mbsc-cal-day-date {
  border-color: #ff4080;
}
.mbsc-material-indigo .mbsc-cal-tab.mbsc-selected {
  color: #ff4080;
}
.mbsc-material-indigo .mbsc-cal-mark {
  background: #ff4080;
}
.mbsc-material-indigo .mbsc-cal-txt {
  color: #303f9f;
  background: #ffffff;
}
.mbsc-material-indigo .mbsc-cal-icons {
  color: #ffffff;
}
.mbsc-material-indigo .mbsc-cal-events {
  color: #303f9f;
}
.mbsc-material-indigo .mbsc-cal-event-color {
  background: #ff4080;
}
.mbsc-material-indigo .mbsc-cal-event-time,
.mbsc-material-indigo .mbsc-cal-event-dur {
  color: #303f9f;
}
.mbsc-material-indigo .mbsc-cal-events-arr {
  border-color: #ff4080 transparent transparent transparent;
}
.mbsc-material-indigo .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #ff4080 transparent;
}
.mbsc-material-indigo .mbsc-event-color {
  background: #ff4080;
}
.mbsc-material-indigo.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-table {
  border-color: #3d50ca;
}
.mbsc-material-indigo.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-color: #3d50ca;
}
.mbsc-material-indigo .mbsc-range-btn-t {
  border-color: #999999;
}
.mbsc-material-indigo .mbsc-range-btn {
  color: #ffffff;
}
.mbsc-material-indigo .mbsc-range-btn.mbsc-selected {
  border-color: #ff4080;
  color: #ff4080;
}
.mbsc-material-indigo.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-selected .mbsc-cal-day-date {
  background: none;
  border-color: transparent;
}
.mbsc-material-indigo.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #ff4080;
  border-color: #ff4080;
  color: #303f9f;
}
.mbsc-material-indigo.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  background: rgba(255, 64, 128, 0.1);
}
.mbsc-material-indigo.mbsc-ms-c {
  background: #303f9f;
}
.mbsc-material-indigo .mbsc-ms .mbsc-ms-item {
  color: #ffffff;
}
.mbsc-material-indigo .mbsc-ms .mbsc-ms-item.mbsc-ms-item-sel {
  color: #ff4080;
}
.mbsc-material-indigo .mbsc-ms .mbsc-ms-item.mbsc-active {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-indigo.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-indigo.mbsc-ms-top {
  border-color: #999999;
}
.mbsc-material-indigo.mbsc-ms-bottom {
  border-color: #999999;
}
.mbsc-material-indigo.mbsc-ms-a .mbsc-ms-item.mbsc-ms-item-sel {
  color: #ff4080;
}
.mbsc-material-indigo.mbsc-ms-b .mbsc-ms-item.mbsc-ms-item-sel {
  border-bottom-color: #ff4080;
}
.mbsc-material-indigo.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item.mbsc-ms-item-sel {
  border-top-color: #ff4080;
}
.mbsc-lv-material-indigo .mbsc-lv {
  background: #3d50ca;
}
.mbsc-lv-material-indigo .mbsc-lv-item {
  background: #303f9f;
  color: #ffffff;
}
.mbsc-lv-material-indigo .mbsc-lv-item-hl:after,
.mbsc-lv-material-indigo .mbsc-lv-item-active::after,
.mbsc-lv-material-indigo .mbsc-lv-item-dragging:after {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-lv-material-indigo.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #3242a7;
}
.mbsc-lv-material-indigo .mbsc-lv-gr-title {
  background: #303f9f;
  color: #ff4080;
}
.mbsc-lv-material-indigo .mbsc-lv-arr {
  color: #ff4080;
}
.mbsc-lv-material-indigo .mbsc-lv-handle-bar {
  background: #ff4080;
}
.mbsc-lv-material-indigo p.mbsc-lv-txt {
  color: #ffffff;
}
.mbsc-material-indigo .mbsc-progress-track {
  background: #3d50ca;
}
.mbsc-material-indigo .mbsc-progress-bar {
  background: #ff4080;
}
.mbsc-material-indigo .mbsc-slider-step {
  background: #ffffff;
}
.mbsc-material-indigo .mbsc-slider-handle {
  background: #ff4080;
  border-color: #ff4080;
}
.mbsc-material-indigo .mbsc-slider-start .mbsc-slider-handle {
  border-color: #3d50ca;
  background: #303f9f;
}
.mbsc-material-indigo .mbsc-slider-handle:before {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-indigo .mbsc-slider-tooltip {
  color: #303f9f;
  background: #ff4080;
}
.mbsc-material-indigo .mbsc-slider-tooltip:before {
  border-top-color: #ff4080;
}
.mbsc-material-indigo.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip {
  background: #3d50ca;
}
.mbsc-material-indigo.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip:before {
  border-top-color: #3d50ca;
}
.mbsc-material-indigo.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-progress-bar {
  background: #3d50ca;
}
.mbsc-material-indigo.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-handle {
  background: #3d50ca;
  border-color: #3d50ca;
  -webkit-box-shadow: 0 0 0 0.3125em #303f9f;
          box-shadow: 0 0 0 0.3125em #303f9f;
}
.mbsc-material-indigo.mbsc-slider input:disabled ~ .mbsc-progress-cont .mbsc-slider-start .mbsc-slider-handle {
  border-color: #3d50ca;
  background: #303f9f;
}
.mbsc-material-indigo.mbsc-page {
  background-color: #303f9f;
  color: #ffffff;
}
.mbsc-material-indigo.mbsc-page *::-moz-selection {
  background: #ff4080;
}
.mbsc-material-indigo.mbsc-page *::selection {
  background: #ff4080;
}
.mbsc-material-indigo.mbsc-form {
  background-color: #303f9f;
  color: #ffffff;
}
.mbsc-material-indigo.mbsc-form *::-moz-selection {
  background: #ff4080;
}
.mbsc-material-indigo.mbsc-form *::selection {
  background: #ff4080;
}
.mbsc-material-indigo .mbsc-divider,
.mbsc-material-indigo .mbsc-form-group-title {
  color: #ff4080;
}
.mbsc-material-indigo a {
  color: #ff4080;
}
.mbsc-material-indigo .mbsc-input textarea,
.mbsc-material-indigo .mbsc-input input {
  border-bottom: 1px solid #ffffff;
  color: #c2c2c2;
}
.mbsc-material-indigo .mbsc-input input::-webkit-input-placeholder {
  color: #e6e6e6;
}
.mbsc-material-indigo .mbsc-input input::-moz-placeholder {
  color: #e6e6e6;
}
.mbsc-material-indigo .mbsc-input input:-ms-input-placeholder {
  color: #e6e6e6;
}
.mbsc-material-indigo .mbsc-input select:focus ~ input,
.mbsc-material-indigo .mbsc-input textarea:focus,
.mbsc-material-indigo .mbsc-input input:focus {
  border-bottom: 2px solid #ff4080;
}
.mbsc-material-indigo .mbsc-checkbox-box:before,
.mbsc-material-indigo .mbsc-radio-box:before,
.mbsc-material-indigo .mbsc-switch-handle:before {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-indigo .mbsc-input-box.mbsc-input .mbsc-input-wrap {
  background: #384aba;
}
.mbsc-material-indigo .mbsc-input-outline.mbsc-input input,
.mbsc-material-indigo .mbsc-input-outline.mbsc-input textarea {
  border-color: #ffffff;
}
.mbsc-material-indigo .mbsc-input-outline.mbsc-input .mbsc-label {
  background: #303f9f;
}
.mbsc-material-indigo .mbsc-input-outline.mbsc-input input:focus,
.mbsc-material-indigo .mbsc-input-outline.mbsc-input select:focus ~ input {
  border-color: #ff4080;
}
.mbsc-material-indigo .mbsc-input-outline.mbsc-err input,
.mbsc-material-indigo .mbsc-input-outline.mbsc-err input:focus {
  border-color: #de3226;
}
.mbsc-material-indigo .mbsc-input-outline textarea:focus {
  border-color: #ff4080;
}
.mbsc-material-indigo .mbsc-input-outline.mbsc-err textarea,
.mbsc-material-indigo .mbsc-input-outline.mbsc-err textarea:focus {
  border-color: #de3226;
}
.mbsc-material-indigo .mbsc-select .mbsc-input-wrap:after {
  border: 5px solid #ffffff;
  border-color: #ffffff transparent transparent transparent;
}
.mbsc-material-indigo .mbsc-sel-filter-cont {
  border-color: #3d50ca;
}
.mbsc-material-indigo .mbsc-sel-gr-whl.mbsc-sel-one .mbsc-sc-itm-sel {
  color: #ff4080;
}
.mbsc-material-indigo.mbsc-fr-pointer .mbsc-sel-one .mbsc-sc-itm-sel {
  color: #ff4080;
}
.mbsc-material-indigo .mbsc-checkbox-box,
.mbsc-material-indigo .mbsc-radio-box {
  border-color: #ffffff;
}
.mbsc-material-indigo .mbsc-checkbox-box:after {
  border-color: #303f9f;
}
.mbsc-material-indigo .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #ff4080;
  border-color: #ff4080;
}
.mbsc-material-indigo .mbsc-radio-box:after {
  background: #ff4080;
}
.mbsc-material-indigo .mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #ff4080;
}
.mbsc-material-indigo .mbsc-btn {
  background: #3d50ca;
  color: #ffffff;
}
.mbsc-material-indigo .mbsc-btn.mbsc-btn-outline {
  color: #ffffff;
  border-color: #ffffff;
}
.mbsc-material-indigo.mbsc-no-touch .mbsc-btn:not(:disabled):hover,
.mbsc-material-indigo .mbsc-btn.mbsc-active {
  background: #26327e;
}
.mbsc-material-indigo .mbsc-btn.mbsc-control.mbsc-btn-outline.mbsc-active {
  background: #d9d9d9;
}
.mbsc-material-indigo .mbsc-btn-flat {
  background: transparent;
}
.mbsc-material-indigo .mbsc-btn:disabled {
  color: #4d65ff;
}
.mbsc-material-indigo.mbsc-btn.mbsc-btn-outline:disabled {
  color: #4d65ff;
  border-color: #4d65ff;
}
.mbsc-material-indigo.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover,
.mbsc-material-indigo .mbsc-btn-flat.mbsc-active {
  background-color: #3d50ca;
}
.mbsc-material-indigo .mbsc-switch-track {
  background: #3d50ca;
}
.mbsc-material-indigo .mbsc-switch .mbsc-switch-handle {
  background: #3749b8;
}
.mbsc-material-indigo .mbsc-switch input:checked + .mbsc-switch-track {
  background-color: rgba(255, 64, 128, 0.3);
}
.mbsc-material-indigo .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #ff4080;
}
.mbsc-material-indigo .mbsc-switch input:disabled + .mbsc-switch-track {
  background: #3d50ca;
}
.mbsc-material-indigo .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #212b6c;
}
.mbsc-material-indigo .mbsc-segmented-content {
  border-color: #ff4080;
  color: #ffffff;
}
.mbsc-material-indigo .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content,
.mbsc-material-indigo .mbsc-segmented .mbsc-segmented-item input:checked ~ .mbsc-segmented-content {
  background: #ff4080;
  color: #303f9f;
}
.mbsc-material-indigo .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-material-indigo .mbsc-segmented .mbsc-segmented-item .mbsc-active .mbsc-segmented-content {
  background: #26327e;
  color: #ffffff;
}
.mbsc-material-indigo .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #4d65ff;
  border-color: #3d50ca;
  background: transparent;
}
.mbsc-material-indigo .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content {
  background: #3d50ca;
  color: #4d65ff;
  border-color: #3d50ca;
}
.mbsc-material-indigo .mbsc-stepper .mbsc-segmented-content {
  border-color: #3d50ca;
}
.mbsc-material-indigo .mbsc-stepper-control .mbsc-segmented-content {
  background: #3d50ca;
}
.mbsc-material-indigo .mbsc-stepper input {
  color: #ffffff;
}
.mbsc-material-indigo .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-material-indigo .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-material-indigo .mbsc-segmented .mbsc-segmented-item.mbsc-disabled .mbsc-segmented-content {
  background: #3d50ca;
  color: #4d65ff;
}
.mbsc-material-indigo .mbsc-segmented .mbsc-segmented-item input:disabled ~ .mbsc-segmented-item .mbsc-stepper-val {
  border-color: #3d50ca;
  background: #303f9f;
}
.mbsc-material-indigo .mbsc-stepper input:disabled {
  color: #4d65ff;
  -webkit-text-fill-color: #4d65ff;
}
.mbsc-material-indigo.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: #26327e;
  color: #ffffff;
}
.mbsc-material-indigo.mbsc-rating .mbsc-progress-track {
  color: #ff4080;
}
.mbsc-material-indigo.mbsc-snackbar .mbsc-fr-w {
  background: #5b5b5b;
}
.mbsc-material-indigo.mbsc-snackbar .mbsc-snackbar-btn {
  color: #ff4080;
}
.mbsc-material-indigo .mbsc-color-active .mbsc-color-item,
.mbsc-no-touch.mbsc-material-indigo .mbsc-color-item:hover {
  -webkit-box-shadow: inset 0 0 0 0.1875em #ff4080;
          box-shadow: inset 0 0 0 0.1875em #ff4080;
}
.mbsc-material-indigo .mbsc-color-preview-item-empty {
  border-color: #212b6c;
}
.mbsc-material-indigo .mbsc-color-preview-cont {
  border-top-color: #26327e;
}
.mbsc-material-indigo.mbsc-form .mbsc-color-input {
  border-bottom: 1px solid #ffffff;
  color: #c2c2c2;
}
.mbsc-material-indigo .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.6);
}
.mbsc-material-indigo.mbsc-card.mbsc-form {
  background: #3646b2;
}
.mbsc-material-indigo.mbsc-card .mbsc-lv-item {
  background: #3646b2;
}
.mbsc-material-indigo .mbsc-card-list .mbsc-card {
  background: #3646b2;
}
.mbsc-material-indigo .mbsc-card-footer {
  border-color: #999999;
}
.mbsc-material-indigo.mbsc-card .mbsc-input.mbsc-input-outline .mbsc-label {
  background: #3646b2;
}
.mbsc-mobiscroll-lime .mbsc-fr-w {
  background: #1a1a1a;
  color: #d1d1d1;
}
.mbsc-mobiscroll-lime .mbsc-fr-hdr {
  color: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover,
.mbsc-mobiscroll-lime .mbsc-fr-btn.mbsc-active {
  background: rgba(239, 255, 64, 0.3);
}
.mbsc-mobiscroll-lime .mbsc-fr-btn {
  color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #1a1a1a transparent;
}
.mbsc-mobiscroll-lime .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #1a1a1a transparent transparent transparent;
}
.mbsc-mobiscroll-lime .mbsc-sc-lbl {
  color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-sc-whl-l {
  border-color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-sc-btn {
  color: #efff40;
  background: #1a1a1a;
}
.mbsc-mobiscroll-lime.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
.mbsc-mobiscroll-lime .mbsc-sc-itm:focus {
  background: rgba(209, 209, 209, 0.1);
}
.mbsc-mobiscroll-lime.mbsc-no-touch .mbsc-sc-btn:hover:before,
.mbsc-mobiscroll-lime.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active,
.mbsc-mobiscroll-lime .mbsc-sc-btn.mbsc-active:before {
  background: rgba(239, 255, 64, 0.3);
}
.mbsc-mobiscroll-lime .mbsc-sc-whl-multi .mbsc-sc-itm-sel:before {
  color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-sc-bar-c {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-mobiscroll-lime .mbsc-sel-gr-whl.mbsc-sel-one .mbsc-sc-itm-sel {
  color: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-fr-pointer .mbsc-sel-one.mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #d1d1d1;
  background: rgba(239, 255, 64, 0.3);
}
.mbsc-mobiscroll-lime .mbsc-cal-picker {
  background: #1a1a1a;
}
.mbsc-mobiscroll-lime .mbsc-cal-days > div {
  border-bottom-color: #efff40;
  color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-cal-today {
  color: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt,
.mbsc-mobiscroll-lime.mbsc-no-touch .mbsc-cal-day:not(.mbsc-disabled) .mbsc-cal-day-date:hover,
.mbsc-mobiscroll-lime .mbsc-cal-cell:focus .mbsc-cal-cell-txt {
  background: rgba(239, 255, 64, 0.3);
}
.mbsc-mobiscroll-lime .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-cal-row .mbsc-selected .mbsc-cal-cell-txt {
  background: #efff40;
  color: #1a1a1a;
}
.mbsc-mobiscroll-lime .mbsc-cal-week-nr {
  color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-cal-tab {
  border-color: #efff40;
  color: #d1d1d1;
}
.mbsc-mobiscroll-lime .mbsc-fr-w .mbsc-cal-tabs-c .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected {
  background: #efff40;
  color: #1a1a1a;
}
.mbsc-mobiscroll-lime .mbsc-cal-mark {
  background: #d1d1d1;
}
.mbsc-mobiscroll-lime .mbsc-cal-txt {
  color: #1a1a1a;
  background: #d1d1d1;
}
.mbsc-mobiscroll-lime .mbsc-cal-icons {
  color: #d1d1d1;
}
.mbsc-mobiscroll-lime .mbsc-cal-events {
  color: #1a1a1a;
  background: #ffffff;
}
.mbsc-mobiscroll-lime .mbsc-cal-event-color {
  background: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-cal-event-time,
.mbsc-mobiscroll-lime .mbsc-cal-event-dur {
  color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-cal-events-arr {
  border-color: #ffffff transparent transparent transparent;
}
.mbsc-mobiscroll-lime .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent #ffffff transparent;
}
.mbsc-mobiscroll-lime .mbsc-event-list .mbsc-lv-gr-title {
  background: #1a1a1a;
  color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-event-color {
  background: rgba(209, 209, 209, 0.3);
}
.mbsc-mobiscroll-lime.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-table {
  border-color: #2e2e2e;
}
.mbsc-mobiscroll-lime.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  border-color: #2e2e2e;
}
.mbsc-mobiscroll-lime .mbsc-range-btn {
  border-color: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-range .mbsc-range-btn-t .mbsc-range-btn.mbsc-selected {
  background: #efff40;
  color: #1a1a1a;
}
.mbsc-mobiscroll-lime.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-selected .mbsc-cal-day-date {
  background: none;
  color: #d1d1d1;
}
.mbsc-mobiscroll-lime.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #efff40;
  color: #1a1a1a;
}
.mbsc-mobiscroll-lime.mbsc-range .mbsc-cal-day.mbsc-selected:after {
  background: rgba(239, 255, 64, 0.3);
}
.mbsc-mobiscroll-lime .mbsc-np-del {
  color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-color-active,
.mbsc-no-touch.mbsc-mobiscroll-lime .mbsc-color-item-c:hover {
  -webkit-box-shadow: inset 0 0 0 0.1875em #efff40;
          box-shadow: inset 0 0 0 0.1875em #efff40;
}
.mbsc-mobiscroll-lime .mbsc-color-preview-item-empty {
  border-color: #4d4d4d;
}
.mbsc-mobiscroll-lime .mbsc-color-preview-cont {
  border-top-color: #3e3e3e;
}
.mbsc-mobiscroll-lime.mbsc-form .mbsc-color-input {
  border-bottom: 1px solid #ffffff;
  color: #ababab;
}
.mbsc-mobiscroll-lime .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3);
}
.mbsc-lv-mobiscroll-lime .mbsc-lv {
  background: #3e3e3e;
}
.mbsc-lv-mobiscroll-lime .mbsc-lv-item {
  background: #1a1a1a;
  color: #d1d1d1;
}
.mbsc-lv-mobiscroll-lime .mbsc-lv-gr-title {
  background: #efff40;
  color: #1a1a1a;
}
.mbsc-lv-mobiscroll-lime .mbsc-lv-arr {
  color: #efff40;
}
.mbsc-lv-mobiscroll-lime .mbsc-lv-handle-bar {
  background: #efff40;
}
.mbsc-lv-mobiscroll-lime .mbsc-lv-item-active::after {
  background: rgba(239, 255, 64, 0.3);
}
.mbsc-lv-mobiscroll-lime.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #0d0d0d;
}
.mbsc-lv-mobiscroll-lime .mbsc-lv-item.mbsc-lv-item-dragging {
  background: #efff40;
  color: #1a1a1a;
}
.mbsc-lv-mobiscroll-lime .mbsc-lv-item-dragging .mbsc-lv-handle-bar {
  background: #1a1a1a;
}
.mbsc-lv-mobiscroll-lime .mbsc-lv-item-dragging .mbsc-lv-arr {
  color: #1a1a1a;
}
.mbsc-mobiscroll-lime.mbsc-ms-c {
  background: #1a1a1a;
}
.mbsc-mobiscroll-lime .mbsc-ms .mbsc-ms-item {
  color: #d1d1d1;
}
.mbsc-mobiscroll-lime.mbsc-ms-c .mbsc-scv-sc .mbsc-ms .mbsc-ms-item.mbsc-active {
  background: rgba(239, 255, 64, 0.3);
}
.mbsc-mobiscroll-lime.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: rgba(239, 255, 64, 0.1);
}
.mbsc-mobiscroll-lime.mbsc-ms-b .mbsc-ms-item-sel {
  border-bottom-color: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-ms-b.mbsc-ms-top {
  border-color: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-ms-b.mbsc-ms-bottom {
  border-color: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-ms-b.mbsc-ms-bottom .mbsc-ms-item-sel {
  border-top-color: #efff40;
  border-bottom-color: transparent;
}
.mbsc-mobiscroll-lime.mbsc-ms-a.mbsc-ms-top {
  border-color: #454545;
}
.mbsc-mobiscroll-lime.mbsc-ms-a.mbsc-ms-bottom {
  border-color: #454545;
}
.mbsc-mobiscroll-lime.mbsc-ms-a .mbsc-ms-item-sel {
  color: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-progress .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-mobiscroll-lime .mbsc-progress-track {
  background: #2e2e2e;
}
.mbsc-mobiscroll-lime .mbsc-progress-bar {
  background: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-slider-step {
  background: #1a1a1a;
}
.mbsc-mobiscroll-lime .mbsc-slider-handle {
  background: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-slider-tooltip {
  color: #1a1a1a;
  background: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-page {
  background: #1a1a1a;
  color: #d1d1d1;
}
.mbsc-mobiscroll-lime.mbsc-page *::-moz-selection {
  background: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-page *::selection {
  background: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-form {
  background: #1a1a1a;
  color: #d1d1d1;
}
.mbsc-mobiscroll-lime.mbsc-form *::-moz-selection {
  background: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-form *::selection {
  background: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-divider,
.mbsc-mobiscroll-lime .mbsc-form-group-title {
  color: #efff40;
}
.mbsc-mobiscroll-lime a {
  color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-input textarea,
.mbsc-mobiscroll-lime .mbsc-input input {
  border-bottom: 1px solid #ffffff;
  color: #ababab;
}
.mbsc-mobiscroll-lime .mbsc-input select:focus ~ input,
.mbsc-mobiscroll-lime .mbsc-input textarea:focus,
.mbsc-mobiscroll-lime .mbsc-input input:focus {
  border-color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-mobiscroll-lime .mbsc-input-box.mbsc-input .mbsc-input-wrap {
  background: #343434;
}
.mbsc-mobiscroll-lime .mbsc-input-outline.mbsc-input input,
.mbsc-mobiscroll-lime .mbsc-input-outline.mbsc-input textarea {
  border-color: #ffffff;
}
.mbsc-mobiscroll-lime .mbsc-input-outline.mbsc-input .mbsc-label {
  background: #1a1a1a;
}
.mbsc-mobiscroll-lime .mbsc-input-outline.mbsc-input input:focus,
.mbsc-mobiscroll-lime .mbsc-input-outline.mbsc-input select:focus ~ input,
.mbsc-mobiscroll-lime .mbsc-input-outline.mbsc-err input {
  border-color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-input-outline.mbsc-err input {
  border-color: #de3226;
}
.mbsc-mobiscroll-lime .mbsc-input-outline textarea:focus {
  border-color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-input-outline.mbsc-err textarea {
  border-color: #de3226;
}
.mbsc-mobiscroll-lime .mbsc-checkbox-box {
  background: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-checkbox-box:after {
  border: .125em solid #1a1a1a;
  border-top: 0;
  border-right: 0;
}
.mbsc-mobiscroll-lime .mbsc-checkbox input:disabled + .mbsc-checkbox-box {
  background: #000000;
}
.mbsc-mobiscroll-lime .mbsc-radio-box {
  border: 0.125em solid #efff40;
}
.mbsc-mobiscroll-lime .mbsc-radio-box:after {
  background: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-radio input:checked + .mbsc-radio-box {
  background: transparent;
}
.mbsc-mobiscroll-lime .mbsc-radio input:disabled + .mbsc-radio-box {
  border-color: #000000;
}
.mbsc-mobiscroll-lime .mbsc-radio input:disabled + .mbsc-radio-box:after {
  background: #000000;
}
.mbsc-mobiscroll-lime .mbsc-btn {
  background: #efff40;
  color: #1a1a1a;
}
.mbsc-mobiscroll-lime .mbsc-btn:disabled {
  background: #2e2e2e;
}
.mbsc-mobiscroll-lime .mbsc-btn.mbsc-btn-outline:disabled {
  color: #2e2e2e;
  border-color: #2e2e2e;
  background: transparent;
}
.mbsc-mobiscroll-lime.mbsc-no-touch .mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
  background: rgba(239, 255, 64, 0.1);
}
.mbsc-mobiscroll-lime .mbsc-btn-flat.mbsc-active {
  background: rgba(239, 255, 64, 0.3);
}
.mbsc-mobiscroll-lime .mbsc-btn-flat {
  background: transparent;
  color: #efff40;
  border-color: transparent;
}
.mbsc-mobiscroll-lime .mbsc-btn-flat:disabled {
  background: transparent;
  color: #3e3e3e;
}
.mbsc-mobiscroll-lime .mbsc-switch-track {
  background: #2e2e2e;
}
.mbsc-mobiscroll-lime .mbsc-switch-handle {
  background: #3e3e3e;
}
.mbsc-mobiscroll-lime .mbsc-switch input:checked + .mbsc-switch-track {
  background: #f8ffa6;
}
.mbsc-mobiscroll-lime .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-switch input:disabled + .mbsc-switch-track {
  background: #000000;
}
.mbsc-mobiscroll-lime .mbsc-switch input:disabled + .mbsc-switch-track .mbsc-switch-handle {
  background: #060606;
}
.mbsc-mobiscroll-lime .mbsc-segmented-content {
  border-color: #efff40;
  color: #efff40;
}
.mbsc-mobiscroll-lime .mbsc-stepper input {
  color: #d1d1d1;
}
.mbsc-mobiscroll-lime .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-mobiscroll-lime .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #efff40;
  color: #1a1a1a;
}
.mbsc-mobiscroll-lime .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: rgba(239, 255, 64, 0.3);
}
.mbsc-mobiscroll-lime .mbsc-stepper-cont {
  padding: 1.75em 12.875em 1.75em 1em;
}
.mbsc-mobiscroll-lime .mbsc-stepper {
  margin-top: -1.25em;
}
.mbsc-mobiscroll-lime .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-mobiscroll-lime .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-mobiscroll-lime .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  color: #000000;
  border-color: #000000;
  background: transparent;
}
.mbsc-mobiscroll-lime .mbsc-stepper input:disabled {
  color: #000000;
  -webkit-text-fill-color: #000000;
}
.mbsc-mobiscroll-lime .mbsc-segmented input:disabled:checked + .mbsc-segmented-content {
  background: #2e2e2e;
  border-color: #2e2e2e;
  color: #1a1a1a;
}
.mbsc-mobiscroll-lime .mbsc-stepper .mbsc-active.mbsc-disabled .mbsc-segmented-content {
  color: #000000;
}
.mbsc-mobiscroll-lime.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: rgba(239, 255, 64, 0.1);
}
.mbsc-mobiscroll-lime.mbsc-rating .mbsc-progress-track {
  color: #efff40;
}
.mbsc-mobiscroll-lime.mbsc-card.mbsc-form {
  background: #242424;
}
.mbsc-mobiscroll-lime.mbsc-card .mbsc-lv-item {
  background: #242424;
}
.mbsc-mobiscroll-lime .mbsc-card-footer {
  border-top: 1px solid #454545;
}
.mbsc-mobiscroll-lime.mbsc-card .mbsc-input.mbsc-input-outline .mbsc-label {
  background: #242424;
}
.mbsc-mobiscroll-lime .mbsc-empty {
  color: #d1d1d1;
}
.mbsc-windows-yellow .mbsc-empty {
  color: #b3b3b3;
}
.mbsc-windows-yellow .mbsc-cal-picker {
  background: #555555;
}
.mbsc-windows-yellow .mbsc-cal-days > div {
  color: #b3b3b3;
}
.mbsc-windows-yellow .mbsc-cal-today .mbsc-cal-day-date {
  color: #fbc12d;
}
.mbsc-windows-yellow .mbsc-cal-day-diff .mbsc-cal-day-i {
  background: #626262;
}
.mbsc-windows-yellow .mbsc-cal-cell:focus .mbsc-cal-day-i {
  background: #6f6f6f;
}
.mbsc-windows-yellow.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-day:not(.mbsc-disabled):hover .mbsc-cal-day-i,
.mbsc-windows-yellow.mbsc-no-touch .mbsc-cal-picker .mbsc-cal-cell:not(.mbsc-disabled):hover {
  background: #6f6f6f;
}
.mbsc-windows-yellow .mbsc-cal .mbsc-cal-day.mbsc-selected:not(.mbsc-disabled) .mbsc-cal-cell-i.mbsc-cal-day-i,
.mbsc-windows-yellow .mbsc-cal .mbsc-cal-picker .mbsc-cal-cell.mbsc-selected,
.mbsc-windows-yellow.mbsc-no-touch .mbsc-cal-picker .mbsc-cal-cell.mbsc-selected:hover {
  background: rgba(251, 193, 45, 0.25);
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-cal-tab:hover {
  background: #6f6f6f;
  border-color: #6f6f6f;
}
.mbsc-windows-yellow .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected,
.mbsc-windows-yellow.mbsc-no-touch .mbsc-cal-tabs .mbsc-cal-tab.mbsc-selected:hover {
  border-bottom-color: #fbc12d;
  color: #fbc12d;
  background: #555555;
}
.mbsc-windows-yellow .mbsc-cal-tabs-c {
  border-bottom: 1px solid #7b7b7b;
}
.mbsc-windows-yellow .mbsc-cal-mark {
  background: #ffffff;
}
.mbsc-windows-yellow .mbsc-cal-txt {
  color: #ffffff;
  background: #838383;
}
.mbsc-windows-yellow.mbsc-card.mbsc-form {
  background: #5b5b5b;
  -webkit-box-shadow: 0 0 1px 1px #747474;
          box-shadow: 0 0 1px 1px #747474;
}
.mbsc-windows-yellow.mbsc-card .mbsc-lv-item {
  background: #5b5b5b;
}
.mbsc-windows-yellow .mbsc-card-footer {
  border-color: #747474;
}
.mbsc-windows-yellow .mbsc-color-active,
.mbsc-windows-yellow.mbsc-no-touch .mbsc-color-item-c:hover {
  -webkit-box-shadow: inset 0 0 0 0.1875em #fbc12d;
          box-shadow: inset 0 0 0 0.1875em #fbc12d;
}
.mbsc-windows-yellow .mbsc-color-clear-item {
  background: rgba(223, 222, 222, 0.3);
}
.mbsc-windows-yellow.mbsc-color .mbsc-color-slider-cont .mbsc-progress-track {
  background: #858585;
}
.mbsc-windows-yellow .mbsc-color-preview-item-empty {
  border-color: #eeeeee;
}
.mbsc-windows-yellow .mbsc-color-preview-cont {
  border-color: #eeeeee;
}
.mbsc-windows-yellow.mbsc-form .mbsc-color-input {
  background: #ffffff;
  border: .125em solid #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-cal-events {
  background: rgba(255, 255, 255, 0.8);
}
.mbsc-windows-yellow .mbsc-cal-event {
  color: #ffffff;
  background: #838383;
  border-color: #838383;
}
.mbsc-windows-yellow .mbsc-cal-events-arr {
  border-color: rgba(255, 255, 255, 0.8) transparent transparent;
}
.mbsc-windows-yellow .mbsc-cal-events-b .mbsc-cal-events-arr {
  border-color: transparent transparent rgba(255, 255, 255, 0.8);
}
.mbsc-windows-yellow .mbsc-cal-event-color {
  background: #ffffff;
}
.mbsc-windows-yellow .mbsc-event-list .mbsc-lv-item {
  background: #363636;
}
.mbsc-windows-yellow .mbsc-event-list .mbsc-lv-gr-title {
  background: #363636;
  border-color: #626262;
}
.mbsc-windows-yellow .mbsc-event-color {
  background: #fbc12d;
}
.mbsc-windows-yellow.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-table {
  border-color: #7b7b7b;
}
.mbsc-windows-yellow.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-cell {
  background: #363636;
  border-color: #7b7b7b;
}
.mbsc-windows-yellow.mbsc-ev-cal.mbsc-fr-md .mbsc-cal-day-diff .mbsc-cal-day-i {
  background: #555555;
}
.mbsc-windows-yellow.mbsc-form {
  background-color: #363636;
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-form *::-moz-selection {
  color: #000000;
  background: #fbc12d;
}
.mbsc-windows-yellow.mbsc-form *::selection {
  color: #000000;
  background: rgba(251, 193, 45, 0.9);
}
.mbsc-windows-yellow .mbsc-divider,
.mbsc-windows-yellow .mbsc-form-group-title {
  font-size: 1.5em;
  padding: 0 .5em;
  line-height: 2em;
}
.mbsc-windows-yellow .mbsc-checkbox-box,
.mbsc-windows-yellow .mbsc-radio-box {
  border: 0.125em solid #ffffff;
}
.mbsc-windows-yellow .mbsc-checkbox-box:after {
  border-color: #ffffff;
}
.mbsc-windows-yellow .mbsc-checkbox input:checked + .mbsc-checkbox-box {
  background: #fbc12d;
  border-color: #fbc12d;
}
.mbsc-windows-yellow .mbsc-checkbox-primary input:checked + .mbsc-checkbox-box {
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-windows-yellow .mbsc-checkbox-secondary input:checked + .mbsc-checkbox-box {
  background: #90979E;
  border-color: #90979e;
}
.mbsc-windows-yellow .mbsc-checkbox-success input:checked + .mbsc-checkbox-box {
  background: #43BE5F;
  border-color: #43be5f;
}
.mbsc-windows-yellow .mbsc-checkbox-danger input:checked + .mbsc-checkbox-box {
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-windows-yellow .mbsc-checkbox-warning input:checked + .mbsc-checkbox-box {
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-windows-yellow .mbsc-checkbox-info input:checked + .mbsc-checkbox-box {
  background: #5BB7C5;
  border-color: #5bb7c5;
}
.mbsc-windows-yellow .mbsc-checkbox input.mbsc-active + .mbsc-checkbox-box {
  border-color: #e1e1e1;
  background: #e1e1e1;
}
.mbsc-windows-yellow .mbsc-radio-box:after {
  background: #ffffff;
}
.mbsc-windows-yellow .mbsc-radio input:checked + .mbsc-radio-box {
  border-color: #fbc12d;
}
.mbsc-windows-yellow .mbsc-radio input.mbsc-active + .mbsc-radio-box {
  border-color: rgba(255, 255, 255, 0.6);
}
.mbsc-windows-yellow .mbsc-radio input.mbsc-active + .mbsc-radio-box:after {
  background: rgba(255, 255, 255, 0.6);
}
.mbsc-windows-yellow .mbsc-radio-primary .mbsc-radio-box:after {
  background: #3f97f6;
}
.mbsc-windows-yellow .mbsc-radio-secondary .mbsc-radio-box:after {
  background: #90979e;
}
.mbsc-windows-yellow .mbsc-radio-success .mbsc-radio-box:after {
  background: #43be5f;
}
.mbsc-windows-yellow .mbsc-radio-danger .mbsc-radio-box:after {
  background: #f5504e;
}
.mbsc-windows-yellow .mbsc-radio-warning .mbsc-radio-box:after {
  background: #f8b042;
}
.mbsc-windows-yellow .mbsc-radio-info .mbsc-radio-box:after {
  background: #5bb7c5;
}
.mbsc-windows-yellow .mbsc-btn {
  background: #7b7b7b;
  border: .125em solid #7b7b7b;
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #ababab;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-active {
  border-color: #ababab;
  background: #ababab;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-flat.mbsc-active:not(:disabled) {
  background: rgba(123, 123, 123, 0.25);
}
.mbsc-windows-yellow .mbsc-btn-primary.mbsc-btn {
  color: #ffffff;
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-windows-yellow .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat {
  color: #3f97f6;
}
.mbsc-windows-yellow .mbsc-btn-primary.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(63, 151, 246, 0.25);
}
.mbsc-windows-yellow .mbsc-btn-secondary.mbsc-btn {
  color: #ffffff;
  background: #90979E;
  border-color: #90979e;
}
.mbsc-windows-yellow .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat {
  color: #90979e;
}
.mbsc-windows-yellow .mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(144, 151, 158, 0.25);
}
.mbsc-windows-yellow .mbsc-btn-success.mbsc-btn {
  color: #ffffff;
  background: #43BE5F;
  border-color: #43be5f;
}
.mbsc-windows-yellow .mbsc-btn-success.mbsc-btn.mbsc-btn-flat {
  color: #43be5f;
}
.mbsc-windows-yellow .mbsc-btn-success.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(67, 190, 95, 0.25);
}
.mbsc-windows-yellow .mbsc-btn-danger.mbsc-btn {
  color: #ffffff;
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-windows-yellow .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat {
  color: #f5504e;
}
.mbsc-windows-yellow .mbsc-btn-danger.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(245, 80, 78, 0.25);
}
.mbsc-windows-yellow .mbsc-btn-warning.mbsc-btn {
  color: #000000;
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-windows-yellow .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat {
  color: #f8b042;
}
.mbsc-windows-yellow .mbsc-btn-warning.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(248, 176, 66, 0.25);
}
.mbsc-windows-yellow .mbsc-btn-info.mbsc-btn {
  color: #ffffff;
  background: #5BB7C5;
  border-color: #5bb7c5;
}
.mbsc-windows-yellow .mbsc-btn-info.mbsc-btn.mbsc-btn-flat {
  color: #5bb7c5;
}
.mbsc-windows-yellow .mbsc-btn-info.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(91, 183, 197, 0.25);
}
.mbsc-windows-yellow .mbsc-btn-light.mbsc-btn {
  color: #000000;
  background: #bfbfbf;
  border-color: #bfbfbf;
}
.mbsc-windows-yellow .mbsc-btn-light.mbsc-btn.mbsc-btn-flat {
  color: #bfbfbf;
}
.mbsc-windows-yellow .mbsc-btn-light.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(191, 191, 191, 0.25);
}
.mbsc-windows-yellow .mbsc-btn-dark.mbsc-btn {
  color: #ffffff;
  background: #47494A;
  border-color: #47494a;
}
.mbsc-windows-yellow .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat {
  color: #47494a;
}
.mbsc-windows-yellow .mbsc-btn-dark.mbsc-btn.mbsc-btn-flat.mbsc-active {
  background: rgba(71, 73, 74, 0.25);
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline {
  background: transparent;
  border: .125em solid #aeaeae;
  color: #aeaeae;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-active {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #000000;
  opacity: 1;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-primary {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-primary.mbsc-active {
  background: #3f97f6;
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-secondary {
  border-color: #90979E;
  color: #90979e;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-secondary.mbsc-active {
  background: #90979E;
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-success {
  border-color: #43BE5F;
  color: #43be5f;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-success.mbsc-active {
  background: #43BE5F;
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-danger {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-danger.mbsc-active {
  background: #f5504e;
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-warning {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-warning.mbsc-active {
  background: #f8b042;
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-info {
  border-color: #5BB7C5;
  color: #5bb7c5;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-info.mbsc-active {
  background: #5BB7C5;
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-light {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-light.mbsc-active {
  background: #bfbfbf;
  color: #47494a;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-dark {
  border-color: #47494A;
  color: #47494a;
}
.mbsc-windows-yellow .mbsc-btn.mbsc-btn-outline.mbsc-btn-dark.mbsc-active {
  background: #47494A;
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-btn.mbsc-btn-outline:not(:disabled):hover {
  border-color: #c8c8c8;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-btn-primary.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #0964c6;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-btn-secondary.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #5d646b;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-btn-success.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #287339;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-btn-danger.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #d10e0c;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-btn-warning.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #cc7f08;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-btn-info.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #317e89;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-btn-light.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #999999;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-btn-dark.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover {
  border-color: #000000;
}
.mbsc-windows-yellow .mbsc-btn-primary.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #0964c6;
  border-color: #0964c6;
}
.mbsc-windows-yellow .mbsc-btn-secondary.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #5d646b;
  border-color: #5d646b;
}
.mbsc-windows-yellow .mbsc-btn-success.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #287339;
  border-color: #287339;
}
.mbsc-windows-yellow .mbsc-btn-danger.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #d10e0c;
  border-color: #d10e0c;
}
.mbsc-windows-yellow .mbsc-btn-warning.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #cc7f08;
  border-color: #cc7f08;
}
.mbsc-windows-yellow .mbsc-btn-info.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #317e89;
  border-color: #317e89;
}
.mbsc-windows-yellow .mbsc-btn-light.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #999999;
  border-color: #999999;
}
.mbsc-windows-yellow .mbsc-btn-dark.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled) {
  background: #000000;
  border-color: #000000;
}
.mbsc-windows-yellow .mbsc-switch-track {
  border: 2px solid #ffffff;
}
.mbsc-windows-yellow .mbsc-switch-track .mbsc-switch-handle {
  background: #ffffff;
}
.mbsc-windows-yellow .mbsc-switch input:checked + .mbsc-switch-track {
  background: #fbc12d;
  border-color: #fbc12d;
}
.mbsc-windows-yellow .mbsc-switch input:checked + .mbsc-switch-track .mbsc-switch-handle {
  background: #555555;
}
.mbsc-windows-yellow .mbsc-switch input:checked:disabled + .mbsc-switch-track {
  background: #ffffff;
  border-color: #ffffff;
}
.mbsc-windows-yellow .mbsc-switch-primary.mbsc-switch input:checked + .mbsc-switch-track {
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-windows-yellow .mbsc-switch-secondary.mbsc-switch input:checked + .mbsc-switch-track {
  background: #90979E;
  border-color: #90979e;
}
.mbsc-windows-yellow .mbsc-switch-success.mbsc-switch input:checked + .mbsc-switch-track {
  background: #43BE5F;
  border-color: #43be5f;
}
.mbsc-windows-yellow .mbsc-switch-danger.mbsc-switch input:checked + .mbsc-switch-track {
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-windows-yellow .mbsc-switch-warning.mbsc-switch input:checked + .mbsc-switch-track {
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-windows-yellow .mbsc-switch-info.mbsc-switch input:checked + .mbsc-switch-track {
  background: #5BB7C5;
  border-color: #5bb7c5;
}
.mbsc-windows-yellow.mbsc-form .mbsc-switch input.mbsc-active + .mbsc-switch-track {
  background: #e1e1e1;
  border-color: #e1e1e1;
}
.mbsc-windows-yellow.mbsc-form .mbsc-switch input.mbsc-active + .mbsc-switch-track .mbsc-switch-handle {
  background: #555555;
}
.mbsc-windows-yellow .mbsc-segmented-content {
  color: #ffffff;
  background: #7b7b7b;
}
.mbsc-windows-yellow .mbsc-segmented-content.mbsc-stepper-val {
  border-top: 2px solid #7b7b7b;
  border-bottom: 2px solid #7b7b7b;
}
.mbsc-windows-yellow.mbsc-ltr .mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item {
  border-right-color: #858585;
}
.mbsc-windows-yellow.mbsc-rtl .mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item {
  border-left-color: #858585;
}
.mbsc-windows-yellow.mbsc-ltr .mbsc-segmented .mbsc-stepper-control + .mbsc-stepper-control {
  border-left-color: #858585;
}
.mbsc-windows-yellow.mbsc-rtl .mbsc-segmented .mbsc-stepper-control + .mbsc-stepper-control {
  border-right-color: #858585;
}
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
  background: #ffffff;
  color: #363636;
}
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content,
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content,
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content {
  background: #ababab;
}
.mbsc-windows-yellow .mbsc-stepper .mbsc-segmented-item.mbsc-active .mbsc-segmented-content {
  background: #ababab;
}
.mbsc-windows-yellow .mbsc-segmented input:disabled ~ .mbsc-segmented-item .mbsc-segmented-content,
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,
.mbsc-windows-yellow .mbsc-stepper .mbsc-segmented-item.mbsc-disabled .mbsc-segmented-content,
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-item input:disabled + .mbsc-segmented-content {
  background: #7b7b7b;
}
.mbsc-windows-yellow .mbsc-stepper input:disabled {
  color: #858585;
  -webkit-text-fill-color: #858585;
}
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-item input:disabled:checked + .mbsc-segmented-content {
  color: #363636;
  background: #858585;
}
.mbsc-windows-yellow .mbsc-stepper input {
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content {
  background: #6f6f6f;
}
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input.mbsc-active + .mbsc-segmented-content,
.mbsc-windows-yellow .mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input.mbsc-control:checked + .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-segmented-primary.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(63, 151, 246, 0.25);
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-segmented-secondary.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(144, 151, 158, 0.25);
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-segmented-success.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(67, 190, 95, 0.25);
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-segmented-danger.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(245, 80, 78, 0.25);
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-segmented-warning.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(248, 176, 66, 0.25);
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-segmented-info.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active) + .mbsc-segmented-content {
  background: rgba(91, 183, 197, 0.25);
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #0e7df4;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #757e86;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #35994c;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #f2201e;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #f69b11;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content {
  background: #3ea0af;
}
.mbsc-windows-yellow .mbsc-stepper-primary .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #3f97f6;
}
.mbsc-windows-yellow .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #3f97f6;
}
.mbsc-windows-yellow .mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #0858ad;
}
.mbsc-windows-yellow .mbsc-stepper-secondary .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #90979e;
}
.mbsc-windows-yellow .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #90979e;
}
.mbsc-windows-yellow .mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #51575d;
}
.mbsc-windows-yellow .mbsc-stepper-success .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #43be5f;
}
.mbsc-windows-yellow .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #43be5f;
}
.mbsc-windows-yellow .mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #216030;
}
.mbsc-windows-yellow .mbsc-stepper-danger .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #f5504e;
}
.mbsc-windows-yellow .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #f5504e;
}
.mbsc-windows-yellow .mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #b90d0a;
}
.mbsc-windows-yellow .mbsc-stepper-warning .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #f8b042;
}
.mbsc-windows-yellow .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #f8b042;
}
.mbsc-windows-yellow .mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #b46f07;
}
.mbsc-windows-yellow .mbsc-stepper-info .mbsc-segmented-content.mbsc-stepper-val {
  border-color: #5bb7c5;
}
.mbsc-windows-yellow .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content {
  background: #5bb7c5;
}
.mbsc-windows-yellow .mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content {
  background: #2a6c77;
}
.mbsc-windows-yellow .mbsc-fr-w {
  background: #555555;
  color: #ffffff;
  border: 1px solid #7b7b7b;
}
.mbsc-windows-yellow .mbsc-fr-hdr {
  border-bottom: 2px solid #7b7b7b;
}
.mbsc-windows-yellow .mbsc-fr-btn-cont {
  border-top: 2px solid #7b7b7b;
}
.mbsc-windows-yellow .mbsc-fr-btn-w {
  background: #555555;
}
.mbsc-windows-yellow .mbsc-fr-btn {
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover,
.mbsc-windows-yellow .mbsc-fr-btn.mbsc-active {
  background: #6f6f6f;
}
.mbsc-windows-yellow .mbsc-fr-bubble-bottom .mbsc-fr-arr {
  border-color: transparent transparent #555555 transparent;
}
.mbsc-windows-yellow .mbsc-fr-bubble-top .mbsc-fr-arr {
  border-color: #555555 transparent transparent transparent;
}
.mbsc-windows-yellow .mbsc-input input,
.mbsc-windows-yellow .mbsc-input textarea,
.mbsc-windows-yellow .mbsc-select input {
  border: .125em solid #aeaeae;
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-input input:hover,
.mbsc-windows-yellow.mbsc-no-touch .mbsc-input textarea:hover,
.mbsc-windows-yellow.mbsc-no-touch .mbsc-select:hover input {
  border-color: #e1e1e1;
}
.mbsc-windows-yellow .mbsc-input input::-webkit-input-placeholder {
  color: #5c5c5c;
}
.mbsc-windows-yellow .mbsc-input input::-ms-input-placeholder {
  color: #5c5c5c;
}
.mbsc-windows-yellow .mbsc-input input::-moz-placeholder {
  color: #5c5c5c;
}
.mbsc-windows-yellow .mbsc-input .mbsc-input-wrap input:focus,
.mbsc-windows-yellow .mbsc-input .mbsc-input-wrap select:focus + input,
.mbsc-windows-yellow .mbsc-input .mbsc-input-wrap textarea:focus,
.mbsc-windows-yellow.mbsc-alert .mbsc-input input:focus {
  background: #fff;
  border-color: #fbc12d;
  color: #262626;
}
.mbsc-windows-yellow .mbsc-input .mbsc-input-wrap input:focus .mbsc-input-ic,
.mbsc-windows-yellow .mbsc-input .mbsc-input-wrap select:focus + input .mbsc-input-ic,
.mbsc-windows-yellow .mbsc-input .mbsc-input-wrap textarea:focus .mbsc-input-ic,
.mbsc-windows-yellow.mbsc-alert .mbsc-input input:focus .mbsc-input-ic {
  color: #262626;
}
.mbsc-windows-yellow .mbsc-input .mbsc-input-wrap .mbsc-control:disabled + input,
.mbsc-windows-yellow .mbsc-input .mbsc-input-wrap textarea:disabled,
.mbsc-windows-yellow .mbsc-input .mbsc-input-wrap input:disabled {
  border-color: #7b7b7b;
}
.mbsc-windows-yellow .mbsc-input.mbsc-err input,
.mbsc-windows-yellow .mbsc-input.mbsc-err textarea {
  border-color: #d30101;
}
.mbsc-windows-yellow .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-err-msg {
  color: #d30101;
}
.mbsc-windows-yellow .mbsc-input .mbsc-label {
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-select .mbsc-input-wrap .mbsc-ic {
  color: #ffffff;
}
.mbsc-lv-windows-yellow .mbsc-lv {
  background: #7b7b7b;
}
.mbsc-lv-windows-yellow .mbsc-lv-item {
  background: #555555;
  color: #ffffff;
}
.mbsc-lv-windows-yellow .mbsc-lv-fill-item {
  background: rgba(255, 255, 255, 0.5);
}
.mbsc-lv-windows-yellow .mbsc-lv-handle-bar {
  background: #888888;
}
.mbsc-lv-windows-yellow .mbsc-lv-gr-title {
  background: #555555;
  color: #ffffff;
}
.mbsc-lv-windows-yellow .mbsc-lv-ic-m {
  color: #555555;
}
.mbsc-lv-windows-yellow.mbsc-lv-alt-row .mbsc-lv-item:nth-child(even) {
  background: #747474;
}
.mbsc-lv-windows-yellow .mbsc-lv-item-hl,
.mbsc-lv-windows-yellow .mbsc-lv .mbsc-lv-item.mbsc-lv-item-active {
  background: #7b7b7b;
}
.mbsc-windows-yellow.mbsc-ms-c {
  background: #555555;
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-ms-item {
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-ms-item.mbsc-active,
.mbsc-windows-yellow.mbsc-no-touch .mbsc-ms-item.mbsc-active:not(.mbsc-disabled):hover {
  background: #7b7b7b;
}
.mbsc-windows-yellow .mbsc-ms-item-sel {
  color: #fbc12d;
}
.mbsc-windows-yellow.mbsc-ms-b .mbsc-ms-item.mbsc-ms-item-sel {
  border-bottom-color: #fbc12d;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-ms-item:not(.mbsc-disabled):hover {
  background: #6f6f6f;
}
.mbsc-windows-yellow .mbsc-ms-item-sel.mbsc-ms-ic:before {
  color: #fbc12d;
}
.mbsc-windows-yellow .mbsc-ms-item.mbsc-menu-item-ic {
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-ms-more .mbsc-ms-item {
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-ms-more .mbsc-ms-item.mbsc-ms-item-sel {
  color: #fbc12d;
}
.mbsc-windows-yellow.mbsc-toast .mbsc-toast-msg {
  background: #e1e1e1;
  color: #000000;
}
.mbsc-windows-yellow.mbsc-snackbar .mbsc-snackbar-btn {
  color: #fbc12d;
}
.mbsc-windows-yellow.mbsc-fr .mbsc-fr-w .mbsc-np-del.mbsc-active {
  background: #7b7b7b;
}
.mbsc-windows-yellow .mbsc-np-del.mbsc-active:before {
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-fr .mbsc-fr-w .mbsc-np-btn.mbsc-active {
  background: #7b7b7b;
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-np-btn.mbsc-disabled {
  color: #aeaeae;
}
.mbsc-windows-yellow.mbsc-page {
  background-color: #363636;
  color: #ffffff;
}
.mbsc-windows-yellow a {
  color: #fbc12d;
}
.mbsc-windows-yellow .mbsc-note,
.mbsc-windows-yellow .mbsc-note-primary {
  color: #074b95;
  background-color: #70b1f8;
}
.mbsc-windows-yellow .mbsc-note-secondary {
  color: #454b50;
  background-color: #c6cace;
}
.mbsc-windows-yellow .mbsc-note-success {
  color: #1b4d26;
  background-color: #8fd8a0;
}
.mbsc-windows-yellow .mbsc-note-danger {
  color: #710806;
  background-color: #f8807e;
}
.mbsc-windows-yellow .mbsc-note-warning {
  color: #835105;
  background-color: #f9ba5b;
}
.mbsc-windows-yellow .mbsc-note-info {
  color: #235b64;
  background-color: #a6d8e0;
}
.mbsc-windows-yellow .mbsc-note-light {
  color: #4d4d4d;
  background-color: #ffffff;
}
.mbsc-windows-yellow .mbsc-note-dark {
  color: #000000;
  background-color: #606364;
}
.mbsc-windows-yellow.mbsc-progress .mbsc-label {
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-progress .mbsc-input-ic {
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-progress-track {
  background: #555555;
}
.mbsc-windows-yellow .mbsc-progress-bar {
  background: #fbc12d;
}
.mbsc-windows-yellow .mbsc-progress-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-windows-yellow .mbsc-progress-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-windows-yellow .mbsc-progress-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-windows-yellow .mbsc-progress-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-windows-yellow .mbsc-progress-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-windows-yellow .mbsc-progress-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-windows-yellow .mbsc-range-btn {
  color: #ffffff;
  background: #7b7b7b;
  border: 2px solid #7b7b7b;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-range-btn.mbsc-fr-btn-e:not(.mbsc-disabled):hover {
  border-color: #2f2f2f;
  background: #7b7b7b;
}
.mbsc-windows-yellow .mbsc-range-btn.mbsc-selected,
.mbsc-windows-yellow.mbsc-no-touch .mbsc-range-btn.mbsc-selected:not(.mbsc-disabled):hover {
  background: #fbc12d;
  border-color: #fbc12d;
  color: #000000;
}
.mbsc-windows-yellow.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-i,
.mbsc-windows-yellow.mbsc-range .mbsc-cal .mbsc-cal-today.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: #fbc12d;
  color: #555555;
}
.mbsc-windows-yellow.mbsc-rating .mbsc-progress-track {
  color: #fbc12d;
}
.mbsc-windows-yellow.mbsc-rating.mbsc-rating-primary .mbsc-progress-track {
  color: #3f97f6;
}
.mbsc-windows-yellow.mbsc-rating.mbsc-rating-secondary .mbsc-progress-track {
  color: #90979e;
}
.mbsc-windows-yellow.mbsc-rating.mbsc-rating-success .mbsc-progress-track {
  color: #43be5f;
}
.mbsc-windows-yellow.mbsc-rating.mbsc-rating-danger .mbsc-progress-track {
  color: #f5504e;
}
.mbsc-windows-yellow.mbsc-rating.mbsc-rating-warning .mbsc-progress-track {
  color: #f8b042;
}
.mbsc-windows-yellow.mbsc-rating.mbsc-rating-info .mbsc-progress-track {
  color: #5bb7c5;
}
.mbsc-windows-yellow .mbsc-sc-whl-gr-c {
  border-color: #7b7b7b;
}
.mbsc-windows-yellow .mbsc-sc-whl-w {
  border-color: #7b7b7b;
}
.mbsc-windows-yellow .mbsc-sc-lbl-v .mbsc-sc-whl-w {
  background: #555555;
}
.mbsc-windows-yellow .mbsc-sc-lbl-v {
  background: #7b7b7b;
}
.mbsc-windows-yellow .mbsc-sc-whl-l {
  background: rgba(251, 193, 45, 0.4);
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-sc-itm.mbsc-btn-e:hover,
.mbsc-windows-yellow .mbsc-sc-itm:focus {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-windows-yellow.mbsc-sc .mbsc-sc-whl .mbsc-sc-itm.mbsc-active {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-windows-yellow .mbsc-sc-btn {
  background: #626262;
}
.mbsc-windows-yellow.mbsc-no-touch .mbsc-sc-btn:hover,
.mbsc-windows-yellow .mbsc-sc-btn.mbsc-active {
  background: #6f6f6f;
}
.mbsc-windows-yellow .mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #fbc12d;
}
.mbsc-windows-yellow .mbsc-sc-bar-c {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-windows-yellow .mbsc-sel-gr-whl.mbsc-sel-one .mbsc-sc-itm-sel {
  color: #fbc12d;
}
.mbsc-windows-yellow .mbsc-sel-filter-clear {
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-fr-pointer .mbsc-sel-one.mbsc-sc-whl-multi .mbsc-sc-itm-sel {
  color: #ffffff;
  background: rgba(251, 193, 45, 0.2);
}
.mbsc-windows-yellow.mbsc-slider .mbsc-progress-track {
  height: 6px;
  background: #aeaeae;
  border-top: 2px solid #555555;
  border-bottom: 2px solid #555555;
}
.mbsc-windows-yellow.mbsc-form .mbsc-slider .mbsc-progress-track {
  border-top-color: #363636;
  border-bottom-color: #363636;
}
.mbsc-windows-yellow.mbsc-slider:hover .mbsc-progress-track {
  background: #e1e1e1;
}
.mbsc-windows-yellow.mbsc-slider:hover .mbsc-progress-track .mbsc-slider-handle {
  background: #ffffff;
}
.mbsc-windows-yellow.mbsc-slider .mbsc-active ~ .mbsc-progress-cont .mbsc-progress-track {
  background: #aeaeae;
}
.mbsc-windows-yellow.mbsc-slider .mbsc-active ~ .mbsc-progress-cont .mbsc-progress-track .mbsc-slider-handle {
  background: #7b7b7b;
}
.mbsc-windows-yellow .mbsc-slider-handle {
  background: #fbc12d;
}
.mbsc-windows-yellow .mbsc-slider-tooltip {
  border: 1px solid #7b7b7b;
  background: #555555;
  color: #ffffff;
}
.mbsc-windows-yellow .mbsc-slider-step {
  background: #aeaeae;
}
.mbsc-windows-yellow .mbsc-slider-primary .mbsc-progress-bar {
  background: #3f97f6;
}
.mbsc-windows-yellow .mbsc-slider-secondary .mbsc-progress-bar {
  background: #90979e;
}
.mbsc-windows-yellow .mbsc-slider-success .mbsc-progress-bar {
  background: #43be5f;
}
.mbsc-windows-yellow .mbsc-slider-danger .mbsc-progress-bar {
  background: #f5504e;
}
.mbsc-windows-yellow .mbsc-slider-warning .mbsc-progress-bar {
  background: #f8b042;
}
.mbsc-windows-yellow .mbsc-slider-info .mbsc-progress-bar {
  background: #5bb7c5;
}
.mbsc-windows-yellow.mbsc-timer .mbsc-sc-lbl {
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-ts .mbsc-sc-lbl {
  color: #ffffff;
}
.mbsc-windows-yellow.mbsc-wdg .mbsc-fr-btn {
  background: #7b7b7b;
}
/********************
	VIBERATE THEME
********************/
.mbsc-windows.mbsc-viberate .mbsc-cal .mbsc-cal-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  color: #4e63ce;
}
.mbsc-windows.mbsc-viberate .mbsc-fr-w {
  background: #ffffff;
  border: 1px solid #a0aeb4;
}
.mbsc-windows.mbsc-viberate .mbsc-fr-bubble-bottom .mbsc-fr-arr-w {
  display: none;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-body,
.mbsc-windows.mbsc-viberate .mbsc-cal-month-picker,
.mbsc-windows.mbsc-viberate .mbsc-cal-month {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'suisseInt', sans-serif;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-month-picker,
.mbsc-windows.mbsc-viberate .mbsc-cal-month {
  letter-spacing: 2px;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-month {
  line-height: 26px;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-day {
  text-align: center;
  padding: 1px;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-month,
.mbsc-windows.mbsc-viberate .mbsc-cal-year {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
  line-height: 30px;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-day-date {
  border: 0;
}
.mbsc-windows.mbsc-viberate .mbsc-range-btn-t {
  display: none;
}
.mbsc-windows.mbsc-viberate .mbsc-fr-btn-cont {
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #d2d2d1;
  text-transform: uppercase;
  font-family: 'suisseInt', sans-serif;
  letter-spacing: 2px;
}
.mbsc-windows.mbsc-viberate .mbsc-w-p.mbsc-cal-c {
  padding: 0;
  width: 100%;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-hdr {
  background-color: #ffffff;
  color: #000000;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-hdr .mbsc-fr-btn {
  font-size: 12px;
  font-size: 1.2rem;
  color: #4e63ce;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-hdr .mbsc-fr-btn:hover,
.mbsc-windows.mbsc-viberate .mbsc-cal-hdr .mbsc-fr-btn:active {
  color: #6889e2;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-days {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-day-date.mbsc-cal-cell-txt {
  font-size: 12px;
  font-size: 1.2rem;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-days-c {
  padding: 15px 0;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 10px;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-days > div {
  color: #000000;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-days-c {
  border-top: 1px solid #e8eced;
  border-bottom: 1px solid #e8eced;
  padding: 4px 0;
  margin-bottom: 0;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-days-c .mbsc-cal-days {
  font-size: 8px;
  font-size: 0.8rem;
}
.mbsc-windows.mbsc-viberate .mbsc-cal .mbsc-cal-day.mbsc-selected:not(.mbsc-disabled) .mbsc-cal-cell-i.mbsc-cal-day-i {
  background: transparent;
}
.mbsc-windows.mbsc-viberate .mbsc-fr-btn-cont .mbsc-fr-btn {
  color: #000000;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-next,
.mbsc-windows.mbsc-viberate .mbsc-cal-prev {
  color: #ffffff;
}
.mbsc-windows.mbsc-viberate .mbsc-selected .mbsc-cal-cell-i .mbsc-cal-cell-txt {
  background-color: #4e63ce;
  color: #ffffff;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-today .mbsc-cal-cell-i .mbsc-cal-cell-txt {
  color: #000000;
  background-color: #ededed;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-cell-i .mbsc-cal-cell-txt {
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 0;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-day-i {
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 0;
  margin: auto;
}
.mbsc-windows.mbsc-viberate .mbsc-cal-day-diff .mbsc-cal-day-i {
  color: #707580;
}
.mbsc-windows.mbsc-viberate .mbsc-sc-whl-gr-c {
  border: 0;
}
.mbsc-windows.mbsc-viberate .mbsc-sc-whl-w {
  border-color: #ffffff;
}
.mbsc-windows.mbsc-viberate .mbsc-sc-itm-sel {
  background-color: #000000;
  color: #ffffff;
}
.mbsc-windows.mbsc-viberate .mbsc-sc-whl-l {
  background: rgba(0, 0, 0, 0.25);
}
.mbsc-windows.mbsc-viberate.mbsc-no-touch .mbsc-fr-btn-cont,
.mbsc-windows.mbsc-viberate .mbsc-fr-btn-cont {
  border-top: 1px solid #e8eced;
}
.mbsc-windows.mbsc-viberate.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-i,
.mbsc-windows.mbsc-viberate.mbsc-range .mbsc-cal .mbsc-cal-today.mbsc-cal-day-hl .mbsc-cal-day-date {
  background: transparent;
}
.mbsc-windows.mbsc-viberate.mbsc-range .mbsc-cal .mbsc-cal-row .mbsc-cal-day.mbsc-cal-day-hl .mbsc-cal-day-i {
  color: #000000;
}
.mbsc-windows.mbsc-viberate.mbsc-no-touch .mbsc-cal-hdr .mbsc-fr-btn-e:not(.mbsc-disabled):hover {
  background: transparent;
  color: #6889e2;
}
.mbsc-windows.mbsc-viberate.mbsc-no-touch .mbsc-fr-btn-cont {
  border-top: 2px solid #ffffff;
}
.mbsc-windows.mbsc-viberate.mbsc-no-touch .mbsc-fr-btn-cont .mbsc-fr-btn-e:not(.mbsc-disabled):hover {
  background: transparent;
}
.mbsc-windows.mbsc-viberate.mbsc-no-touch:not(.mbsc-ev-cal) .mbsc-cal-day:not(.mbsc-disabled):hover .mbsc-cal-day-i,
.mbsc-windows.mbsc-viberate.mbsc-no-touch .mbsc-cal-picker .mbsc-cal-cell:not(.mbsc-disabled):hover {
  background-color: #6889e2;
  color: #ffffff;
}
.range-wrapper.big .rc-slider.rc-slider-disabled {
  background-color: transparent;
}
.range-wrapper.big .rc-slider.rc-slider-disabled .rc-slider-handle {
  background-color: #d5dde0;
  border-color: #d5dde0;
}
.range-wrapper.big .rc-slider.rc-slider-disabled .rc-slider-track,
.range-wrapper.big .rc-slider.rc-slider-disabled .rc-slider-rail {
  border-color: #d5dde0;
}
.range-wrapper.big .rc-slider .rc-slider-handle {
  background-color: #ffffff;
  border-color: #4e63ce;
}
.range-wrapper.big .rc-slider .rc-slider-handle-dragging,
.range-wrapper.big .rc-slider .rc-slider-handle-click-focused:focus,
.range-wrapper.big .rc-slider .rc-slider-handle:hover,
.range-wrapper.big .rc-slider .rc-slider-handle:active,
.range-wrapper.big .rc-slider .rc-slider-handle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #4e63ce;
  border-color: #4e63ce;
}
.range-wrapper.big .rc-slider .rc-slider-rail {
  height: 8px;
  background-color: #d5dde0;
}
.range-wrapper.big .rc-slider .rc-slider-track {
  background-color: #4e63ce;
  height: 8px;
}
.range-wrapper.advancing .rc-slider {
  height: 8px;
  padding: 0;
}
.range-wrapper.advancing .rc-slider-handle {
  margin-top: -2px;
}
.range-wrapper.advancing .rc-slider-mark-text,
.range-wrapper.advancing .rc-slider-mark-text-active {
  color: #000000;
}
.range-wrapper.advancing .rc-slider-mark-text {
  padding-top: 12px;
  line-height: 12px;
}
.range-wrapper.advancing .range-value {
  left: 12px;
}
.range-wrapper.advancing .rc-slider-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #e8eced;
  background-color: #ffffff;
  bottom: -8px;
}
.range-wrapper.advancing .rc-slider-dot-active {
  border-color: #4e63ce;
}
.range-wrapper .range.range-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.range-wrapper .range-value {
  white-space: nowrap;
}
.range-wrapper .range-value.r {
  text-align: right;
}
.range-wrapper .range-value.w-44 {
  width: 36px;
}
.range-wrapper .range-value strong {
  font-weight: 500;
}
.rc-slider.rc-slider-disabled {
  background-color: transparent;
}
.rc-slider.rc-slider-disabled .rc-slider-handle {
  border: 0;
  background-color: #a7b1e7;
  border-color: #a7b1e7;
}
.rc-slider .rc-slider-handle {
  background-color: #4e63ce;
  border-color: #4e63ce;
}
.rc-slider .rc-slider-handle-dragging,
.rc-slider .rc-slider-handle-click-focused:focus,
.rc-slider .rc-slider-handle:hover,
.rc-slider .rc-slider-handle:active,
.rc-slider .rc-slider-handle:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: #4e63ce;
  border-color: #4e63ce;
}
.rc-slider .rc-slider-rail {
  height: 2px;
  margin-top: 1px;
}
.rc-slider .rc-slider-track {
  background-color: #CAE1FF;
  height: 2px;
  margin-top: 1px;
}
.tippy-box {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2) !important;
  font-size: 10px !important;
  font-size: 1rem !important;
  border-radius: 4px !important;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  line-height: 20px !important;
  padding: 12px !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  text-align: left !important;
  max-width: 216px !important;
}
.tippy-box.chart-tooltip {
  padding: 6px 16px !important;
  max-width: none !important;
}
.tippy-box.w-300 {
  max-width: 300px !important;
}
.tippy-box.no-max-width {
  max-width: unset !important;
}
.tippy-box .grey-subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  margin-bottom: 6px;
}
.tippy-box .grey-subtitle.grey {
  color: #707580;
}
.tippy-box .grey-subtitle.uppercase {
  text-transform: uppercase;
}
.tippy-box .grey-subtitle.border {
  border-bottom: 1px solid #a0aeb4;
  padding-bottom: 4px;
}
.tippy-box .blue {
  color: #4e63ce;
}
.tippy-box .blue:hover,
.tippy-box .blue:active {
  color: #6889e2;
}
.tippy-box .grey {
  color: #707580;
}
.tippy-box .row {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: relative;
}
.tippy-box .row strong {
  font-weight: bold;
}
.tippy-box .ml-auto {
  margin-left: auto;
}
.tippy-box .list-card-item {
  padding: 4px 0;
}
.tippy-box .list-card-item + .list-card-item {
  border-top: 1px solid #e8eced;
}
.tippy-box .channel {
  padding-left: 20px;
}
.tippy-box .channel.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.tippy-box .channel.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.tippy-box .channel.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.tippy-box .channel.beatport:before {
  background-image: url('../images/svg/beatport-color.svg');
}
.tippy-box .channel.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.tippy-box .channel.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.tippy-box .channel.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.tippy-box .channel.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.tippy-box .channel.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.tippy-box .channel.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.tippy-box .channel.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.tippy-box .channel.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.tippy-box .channel.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.tippy-box .channel.social:before,
.tippy-box .channel.social-media:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.tippy-box .channel:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  display: inline-block;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.tippy-box .graph-tooltip {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #ffffff;
  line-height: 1;
  color: #000000;
}
.tippy-box .graph-tooltip label {
  white-space: nowrap;
  position: relative;
  display: inline;
}
.tippy-box .graph-tooltip .wrapper-0-12 {
  padding: 0 8px;
}
.tippy-box .graph-tooltip .grey-important {
  color: #707580 !important;
}
.tippy-box .graph-tooltip .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tippy-box .graph-tooltip .flex .label-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tippy-box .graph-tooltip .flex .circle {
  top: 2px;
}
.tippy-box .graph-tooltip .overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
}
.tippy-box .graph-tooltip .year {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  display: block;
  padding-bottom: 10px;
}
.tippy-box .graph-tooltip .year + .table {
  margin-top: -4px;
}
.tippy-box .graph-tooltip .value strong {
  font-weight: 600;
}
.tippy-box .graph-tooltip .channel-icon {
  vertical-align: middle;
  display: inline-block;
}
.tippy-box .graph-tooltip .circle {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 4px;
}
.tippy-box .graph-tooltip .circle.relative {
  left: 0;
  margin-left: 0;
  position: relative;
}
.tippy-box .graph-tooltip .circle.ring:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  display: inline-block;
}
.tippy-box .graph-tooltip .circle.outline {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.tippy-box .graph-tooltip .circle + .label-title {
  padding-left: 16px;
}
.tippy-box .graph-tooltip > .label-title {
  padding-bottom: 8px;
  display: block;
}
.tippy-box .graph-tooltip .label-title {
  padding-bottom: 8px;
}
.tippy-box .graph-tooltip .label-title.slim {
  padding-bottom: 4px;
}
.tippy-box .graph-tooltip .label-title.genre {
  vertical-align: middle;
}
.tippy-box .graph-tooltip .label-title.channel:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
.tippy-box .graph-tooltip .label-title.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
}
.tippy-box .graph-tooltip .label-title.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.tippy-box .graph-tooltip .label-title.beatport:before {
  background-image: url('../images/svg/beatport-color.svg');
}
.tippy-box .graph-tooltip .label-title.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.tippy-box .graph-tooltip .label-title.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.tippy-box .graph-tooltip .label-title.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.tippy-box .graph-tooltip .label-title.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.tippy-box .graph-tooltip .label-title.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.tippy-box .graph-tooltip .label-title.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.tippy-box .graph-tooltip .label-title.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.tippy-box .graph-tooltip .label-title.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.tippy-box .graph-tooltip .label-title.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.tippy-box .graph-tooltip .label-title.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.tippy-box .graph-tooltip .label-title time {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 1rem;
  color: #494C52;
  display: inline-block;
  padding-right: 6px;
  min-width: 45px;
}
.tippy-box .graph-tooltip .label-title strong {
  font-weight: 600;
}
.tippy-box .graph-tooltip > .country + .channel-value {
  margin-top: 10px;
}
.tippy-box .graph-tooltip .channel-value {
  line-height: 1;
}
.tippy-box .graph-tooltip .channel-value + .channel-value {
  margin-top: 8px;
}
.tippy-box .graph-tooltip .channel-value img {
  vertical-align: middle;
  margin-right: 2px;
}
.tippy-box .graph-tooltip .channel-value .percent {
  padding-left: 10px;
}
.tippy-box .graph-tooltip .channel-value strong {
  font-weight: 600;
}
.tippy-box .graph-tooltip .percent {
  color: #707580;
  display: inline-block;
}
.tippy-box .graph-tooltip .percent strong {
  font-weight: 600;
}
.tippy-box .graph-tooltip .percentages strong {
  font-weight: 600;
}
.tippy-box .graph-tooltip td {
  padding: 4px;
}
.tippy-box .graph-tooltip td:first-child {
  padding-left: 0;
}
.tippy-box .graph-tooltip td:last-child {
  padding-right: 0;
}
.tippy-box .graph-tooltip .data-table-wrapper {
  max-width: 300px;
}
.tippy-box .graph-tooltip .data-table-wrapper .paddster {
  padding: 0 8px;
}
.tippy-box .graph-tooltip .data-table-wrapper .paddster + .data-table {
  margin-top: 24px;
}
.tippy-box .graph-tooltip .data-table-wrapper table {
  width: 100%;
}
.tippy-box .graph-tooltip .data-table-wrapper .card-micro {
  max-width: 100%;
}
.tippy-box .graph-tooltip .data-table-wrapper .card-micro .country-flag img {
  margin-right: 5px;
}
.tippy-box .graph-tooltip .data-table-wrapper thead td {
  border-bottom: 1px solid #a0aeb4;
  padding-bottom: 16px;
}
.tippy-box .graph-tooltip .data-table-wrapper tbody tr:last-child td {
  border-bottom: 0;
}
.tippy-box .graph-tooltip .data-table-wrapper tr:hover {
  cursor: default;
  background-color: transparent;
}
.tippy-box .graph-tooltip .data-table-wrapper tr:hover th,
.tippy-box .graph-tooltip .data-table-wrapper tr:hover td {
  background-color: transparent;
}
.tippy-box .graph-tooltip .data-table-wrapper td {
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 1px solid #e8eced;
}
.tippy-box .graph-tooltip .data-table-wrapper td.r {
  text-align: right !important;
}
.tippy-box .list-micro-cards {
  border-top: 1px solid #a0aeb4;
  margin-top: 8px;
}
.tippy-box .list-micro-cards-item {
  border-bottom: 1px solid #e8eced;
  padding: 8px 0;
}
.tippy-box .list-micro-cards-item:last-child {
  border: 0;
  padding-bottom: 0;
}
.tippy-box .card-micro {
  position: relative;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.tippy-box .card-micro.station article {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tippy-box .card-micro.station h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tippy-box .card-micro.station h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
  white-space: normal;
}
.tippy-box .card-micro.station h3 .country-flag {
  width: 62px;
  min-width: 62px;
  text-transform: uppercase;
  color: #707580;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tippy-box .card-micro.station h3 .country-flag img {
  margin-left: 12px;
}
.tippy-box .card-micro.station .spins {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707580;
  padding-top: 6px;
  line-height: 1;
}
.tippy-box .card-micro.station strong {
  font-weight: 600;
}
.tippy-box .card-micro.label .genre {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
  margin-top: 4px;
}
.tippy-box .card-micro.label article {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tippy-box .card-micro.song.hover-action:hover figure .btn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tippy-box .card-micro.song.hover-action figure .btn {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tippy-box .card-micro.song.clickable h3:hover,
.tippy-box .card-micro.song.clickable h3:active {
  color: #6889e2;
}
.tippy-box .card-micro.song .artists {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
  color: #707580;
}
.tippy-box .card-micro.song article a {
  max-width: none;
}
.tippy-box .card-micro.song article h3 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tippy-box .card-micro.song article em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.tippy-box .card-micro.song time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #707580;
  display: block;
  padding-top: 2px;
}
.tippy-box .card-micro.playlist {
  height: 32px;
}
.tippy-box .card-micro.playlist article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
}
.tippy-box .card-micro.playlist article a {
  max-width: none;
}
.tippy-box .card-micro.playlist article h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: normal;
}
.tippy-box .card-micro.playlist .source,
.tippy-box .card-micro.playlist .info {
  font-size: 10px;
  font-size: 1rem;
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 2px;
  line-height: 16px;
  color: #707580;
}
.tippy-box .card-micro.artist figure {
  border-radius: 50%;
}
.tippy-box .card-micro.artist figure.loader-element {
  border-radius: 50%;
}
.tippy-box .card-micro.artist .country {
  color: #707580;
}
.tippy-box .card-micro.artist .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tippy-box .card-micro.artist .hot {
  margin-left: 8px;
}
.tippy-box .card-micro.event h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tippy-box .card-micro.event h3 em {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.tippy-box .card-micro.event .event-venue {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  color: #707580;
}
.tippy-box .card-micro.venue figure {
  height: 24px;
}
.tippy-box .card-micro.venue .row .country {
  color: #707580;
  margin-right: 0;
}
.tippy-box .card-micro.venue .location {
  color: #707580;
}
.tippy-box .card-micro:hover h3,
.tippy-box .card-micro:active h3 {
  color: #6889e2;
}
.tippy-box .card-micro em {
  font-style: normal;
}
.tippy-box .card-micro figure {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8eced;
  width: 32px;
  height: 32px;
  z-index: 1;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tippy-box .card-micro figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.tippy-box .card-micro figure.loader-element {
  border-radius: 0;
}
.tippy-box .card-micro figure.country {
  background-color: #cd79ba;
}
.tippy-box .card-micro figure.pop {
  background-color: #66c2e7;
}
.tippy-box .card-micro figure.hip-hop {
  background-color: #66d2d6;
}
.tippy-box .card-micro figure.rnb {
  background-color: #66c9ab;
}
.tippy-box .card-micro figure.latin {
  background-color: #f4729b;
}
.tippy-box .card-micro figure.electronic {
  background-color: #66d8ed;
}
.tippy-box .card-micro figure.rock {
  background-color: #7baad5;
}
.tippy-box .card-micro figure.metal {
  background-color: #798cc2;
}
.tippy-box .card-micro figure.punk {
  background-color: #a281bd;
}
.tippy-box .card-micro figure.jazz {
  background-color: #a6d78f;
}
.tippy-box .card-micro figure.reggae {
  background-color: #fdd471;
}
.tippy-box .card-micro figure.blues {
  background-color: #66cd94;
}
.tippy-box .card-micro figure.classical {
  background-color: #c9e188;
}
.tippy-box .card-micro figure.religious {
  background-color: #e0e97f;
}
.tippy-box .card-micro figure.european {
  background-color: #f5907a;
}
.tippy-box .card-micro figure.asian {
  background-color: #fabc78;
}
.tippy-box .card-micro figure.middle-eastern {
  background-color: #f0f070;
}
.tippy-box .card-micro figure.african {
  background-color: #ffe566;
}
.tippy-box .card-micro figure.other {
  background-color: #ddd;
}
.tippy-box .card-micro figure .btn-link-outside {
  border-radius: 50%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-color: #ffffff;
  background-size: 20px;
  margin: 0;
}
.tippy-box .card-micro figure .btn-link-outside:hover {
  -webkit-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  background-image: url('../images/svg/icon-link-blue-roll.svg');
}
.tippy-box .card-micro article {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tippy-box .card-micro article a {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.tippy-box .card-micro article .btn-play-track {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.tippy-box .card-micro h3 {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0;
  line-height: 16px;
  font-weight: 500;
  word-break: break-all;
}
.tippy-box .card-micro .rank {
  font-size: 10px;
  font-size: 1rem;
  color: #707580;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tippy-box .card-micro .rank-icon {
  width: 12px;
}
.tippy-box .card-micro .country {
  font-size: 10px;
  font-size: 1rem;
  color: #808080;
}
.tippy-box .card-micro .country + .genres {
  color: #707580;
}
.tippy-box .card-micro .country .flag {
  margin-bottom: 2px;
  width: 13px;
  height: 10px;
}
.tippy-box .card-micro .btn-link-outside {
  font-size: 0px;
  font-size: 0rem;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  background-image: url('../images/svg/icon-link.svg');
  margin-left: 8px;
}
.tippy-box .card-micro .new-icon {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: -8px;
  margin-left: 2px;
}
.tippy-box .pro-table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
}
.tippy-box .pro-table-wrapper.request-data {
  position: relative;
}
.tippy-box .pro-table-wrapper::-webkit-scrollbar {
  border-radius: 2px;
  width: 4px;
  height: 4px;
}
.tippy-box .pro-table-wrapper::-webkit-scrollbar-track-piece {
  border-radius: 2px;
  background: #e8eced;
}
.tippy-box .pro-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #707580;
}
.tippy-box .pro-table {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
  width: 100%;
}
.tippy-box .pro-table tr.groups th {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
  background-color: #ffffff !important;
}
.tippy-box .pro-table tr.active.green td {
  background-color: #68e2ac;
  color: #000000;
}
.tippy-box .pro-table tr.active.yellow td {
  background-color: #ffe45d;
  color: #000000;
}
.tippy-box .pro-table tr.active.red td {
  background-color: #f97f8f;
  color: #000000;
}
.tippy-box .pro-table tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
.tippy-box .pro-table tr:last-child td.request-data {
  border-color: #e8eced;
}
.tippy-box .pro-table th,
.tippy-box .pro-table td {
  text-align: left;
  padding: 8px 12px;
  border-bottom: 1px solid #e8eced;
  vertical-align: middle;
}
.tippy-box .pro-table th:last-child,
.tippy-box .pro-table td:last-child {
  padding-right: 12px;
}
.tippy-box .pro-table th.r,
.tippy-box .pro-table td.r {
  text-align: right;
}
.tippy-box .pro-table th.r .value,
.tippy-box .pro-table td.r .value {
  text-align: right;
}
.tippy-box .pro-table th.r .row,
.tippy-box .pro-table td.r .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tippy-box .pro-table th.r .row-col,
.tippy-box .pro-table td.r .row-col {
  text-align: right;
}
.tippy-box .pro-table th.c,
.tippy-box .pro-table td.c {
  text-align: center;
}
.tippy-box .pro-table th.l,
.tippy-box .pro-table td.l {
  text-align: left;
}
.tippy-box .pro-table th.grey,
.tippy-box .pro-table td.grey {
  color: #707580;
}
.tippy-box .pro-table th.blur,
.tippy-box .pro-table td.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
}
.tippy-box .pro-table th .more-info,
.tippy-box .pro-table td .more-info {
  white-space: normal;
}
.tippy-box .pro-table th.w-1,
.tippy-box .pro-table td.w-1 {
  width: 1px;
}
.tippy-box .pro-table th.w-30,
.tippy-box .pro-table td.w-30 {
  width: 30px;
}
.tippy-box .pro-table th.w-130,
.tippy-box .pro-table td.w-130 {
  width: 130px;
  min-width: 130px;
}
.tippy-box .pro-table th.w-150,
.tippy-box .pro-table td.w-150 {
  width: 150px;
  min-width: 150px;
}
.tippy-box .pro-table th.w-200,
.tippy-box .pro-table td.w-200 {
  width: 200px;
  min-width: 200px;
}
.tippy-box .pro-table th sup,
.tippy-box .pro-table td sup {
  vertical-align: middle;
}
.tippy-box .pro-table th {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  color: #000000;
  border-bottom: 1px solid #a0aeb4;
  letter-spacing: 0px;
  min-height: 56px;
}
.tippy-box .pro-table th.is-sorted {
  background-color: #f8f9fd;
  color: #000000;
}
.tippy-box .pro-table th.is-sorted label {
  font-weight: 600;
}
.tippy-box .pro-table th label {
  line-height: 16px;
}
.tippy-box .pro-table th .more-info {
  vertical-align: middle;
  z-index: 3;
}
.tippy-box .pro-table td:first-child {
  padding-left: 12px;
}
.tippy-box .pro-table td.td-loader-element {
  background-color: #ffffff !important;
  cursor: default;
  padding-top: 0;
  padding-bottom: 0;
}
.tippy-box .pro-table td.nowrap {
  white-space: nowrap;
}
.tippy-box .pro-table td.is-sorted {
  background-color: #f8f9fd;
  color: #000000;
}
.tippy-box .pro-table td.request-data {
  position: relative;
  border-color: transparent;
}
.tippy-box .pro-table td.request-data.sorted-by {
  border-color: #F3F4FB;
}
.tippy-box .pro-table td.request-data > *:not(.request-data-content) {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.tippy-box .pro-table td.request-data .value > * {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.tippy-box .pro-table td .value strong {
  font-weight: 500;
}
.tippy-box .pro-table a {
  color: inherit;
}
.tippy-box .pro-table label {
  position: relative;
  line-height: 16px;
  display: inline-block;
}
.tippy-box .pro-table label.youtube:before {
  background-image: url('../images/svg/youtube-color.svg');
}
.tippy-box .pro-table label.airplay:before {
  background-image: url('../images/svg/airplay-color.svg');
}
.tippy-box .pro-table label.social-media:before {
  background-image: url('../images/svg/social-media-color.svg');
}
.tippy-box .pro-table label.viberate:before {
  background-image: url('../images/svg/viberate-color.svg');
  width: 16px;
  height: 16px;
}
.tippy-box .pro-table label.soundcloud:before {
  background-image: url('../images/svg/soundcloud-color.svg');
}
.tippy-box .pro-table label.beatport:before {
  background-image: url('../images/svg/beatport-circle.svg');
}
.tippy-box .pro-table label.twitter:before {
  background-image: url('../images/svg/twitter-color.svg');
}
.tippy-box .pro-table label.apple-music:before,
.tippy-box .pro-table label.applemusic:before {
  background-image: url('../images/svg/apple-music-color.svg');
}
.tippy-box .pro-table label.bandsintown:before {
  background-image: url('../images/svg/bandsintown-color.svg');
}
.tippy-box .pro-table label.deezer:before {
  background-image: url('../images/svg/deezer-color.svg');
}
.tippy-box .pro-table label.shazam:before {
  background-image: url('../images/svg/shazam-color.svg');
}
.tippy-box .pro-table label.spotify:before {
  background-image: url('../images/svg/spotify-color.svg');
}
.tippy-box .pro-table label.instagram:before {
  background-image: url('../images/svg/instagram-color.svg');
}
.tippy-box .pro-table label.tiktok:before {
  background-image: url('../images/svg/tiktok-color.svg');
}
.tippy-box .pro-table label.facebook:before {
  background-image: url('../images/svg/facebook-color.svg');
}
.tippy-box .pro-table label.youtube-music:before,
.tippy-box .pro-table label.youtubemusic:before {
  background-image: url('../images/svg/youtube-music-color.svg');
}
.tippy-box .pro-table label.amazon-music:before,
.tippy-box .pro-table label.amazonmusic:before {
  background-image: url('../images/svg/amazon-music-color.svg');
}
.tippy-box .pro-table label.pandora:before {
  background-image: url('../images/svg/pandora-color.svg');
}
.tippy-box .pro-table label.channel {
  display: inline-block;
  padding-left: 24px;
}
.tippy-box .pro-table label.channel.sortable {
  cursor: pointer;
}
.tippy-box .pro-table label.channel.sortable:after {
  margin-left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .tippy-box .pro-table label.channel.sortable:after {
    margin-left: 5px;
  }
}
.tippy-box .pro-table label.channel.sortable br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tippy-box .pro-table label.channel.sortable br {
    display: block;
  }
}
.tippy-box .pro-table label.channel:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .tippy-box .pro-table label.channel:before {
    margin-right: 6px;
  }
}
.tippy-box .pro-table label.sortable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.tippy-box .pro-table label.sortable:hover:after {
  border-top-color: #6889e2;
  border-bottom-color: #6889e2;
}
.tippy-box .pro-table label.sortable:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4e63ce;
}
.tippy-box .pro-table label.asc,
.tippy-box .pro-table label.desc {
  cursor: pointer;
}
.tippy-box .pro-table label.asc:after {
  border-bottom: 6px solid #4e63ce;
  border-top: 0;
}
.tippy-box .pro-table label.nowrap {
  white-space: nowrap;
}
.tippy-box .pro-table label .beta {
  font-size: 9px;
  font-size: 0.9rem;
  border-radius: 2px;
  line-height: 9px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 0 2px;
  height: 12px;
  line-height: 12px;
  background-color: #707580;
  bottom: 6px;
  position: relative;
  margin-left: 4px;
}
.tippy-box .pro-table .i {
  width: 12px;
  padding: 0 4px;
}
.tippy-box .pro-table .clamp-line-1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tippy-box .pro-table .zero-state td {
  pointer-events: none;
  cursor: default;
  font-weight: 500;
  text-align: center;
  color: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 0;
}
.tippy-box .pro-table .black {
  color: #000000;
}
.tippy-box .pro-table .value {
  line-height: 16px;
}
.tippy-box .pro-table .value.two-tone {
  max-width: 150px;
  display: contents;
}
.tippy-box .pro-table .value.two-tone.row {
  max-width: none;
}
.tippy-box .pro-table .value.two-tone.channel-value {
  padding-left: 0;
}
.tippy-box .pro-table .value.two-tone .first {
  color: #000000;
  line-height: 16px;
}
.tippy-box .pro-table .value.two-tone .second,
.tippy-box .pro-table .value.two-tone .festivals {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #707580;
}
.tippy-box .pro-table .value.two-tone strong {
  font-weight: 600;
}
.tippy-box .pro-table .value.two-tone .r {
  text-align: right;
}
.tippy-box .pro-table .value .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 8px;
}
.tippy-box .pro-table .value .row .first,
.tippy-box .pro-table .value .row .second,
.tippy-box .pro-table .value .row .value-change {
  margin: 0;
}
.tippy-box .pro-table .value .row .first,
.tippy-box .pro-table .value .row .second {
  line-height: 16px;
}
.tippy-box .pro-table .value .row .row-col {
  width: 45px;
}
.tippy-box .pro-table .value.channel-value {
  padding-left: 24px;
}
.tippy-box .pro-table .value.official-channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tippy-box .pro-table .value.official-channel .channel-name {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
}
.tippy-box .pro-table .value.official-channel .channel-icon {
  width: 12px;
  min-width: 12px;
  margin-left: 6px;
}
.tippy-box .pro-table .value.small {
  font-size: 10px;
  font-size: 1rem;
}
.tippy-box .pro-table .value.red {
  color: #e02020;
}
.tippy-box .pro-table .value.grey {
  color: #707580;
}
.tippy-box .pro-table .value.green {
  color: #4e9800;
}
.tippy-box .pro-table .value.black {
  color: #000000;
}
.tippy-box .pro-table .value.clamp-lines-1 {
  word-break: normal;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.tippy-box .pro-table .value.clamp-lines-2 {
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.tippy-box .pro-table .value.country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
}
.tippy-box .pro-table .value.country .flag {
  margin-right: 8px;
}
.tippy-box .pro-table .value.has-info {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
.tippy-box .pro-table .value .channel-icon {
  width: 16px;
  height: 16px;
}
.tippy-box .pro-table .country {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
}
.tippy-box .pro-table .country :where(.flag) {
  margin-bottom: 1px;
}
.tippy-box .pro-table .track {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.tippy-box .pro-table .channel {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .tippy-box .pro-table .channel {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.tippy-box .pro-table .channel img {
  vertical-align: middle;
  margin-right: 2px;
}
.tippy-box .pro-table .channel-value.request-data {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='@blur');
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
#arrow,
#arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
}
#arrow {
  visibility: hidden;
}
#arrow::before {
  visibility: visible;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -4px;
}
#tooltip[data-popper-placement^='top'] > #arrow {
  bottom: -4px;
}
#tooltip[data-popper-placement^='bottom'] > #arrow {
  top: -4px;
}
#tooltip[data-popper-placement^='left'] > #arrow {
  right: -4px;
}
#tooltip[data-popper-placement^='right'] > #arrow {
  left: -4px;
}
/*************** 9. DEBUG ***************/
/*************** 10. OTHER ***************/
