/*! 
 * Copyright 2021 - Tutteo Ltd
 */
@font-face {
  font-family: 'Cambon';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Cambon-Book.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Cambon-Book.woff') format('woff');
  /* Modern Browsers */
}
/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/inter-v3-latin-regular.woff') format('woff');
  /* Modern Browsers */
}
/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-v3-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/inter-v3-latin-500.woff') format('woff');
  /* Modern Browsers */
}
/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-v3-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/inter-v3-latin-600.woff') format('woff');
  /* Modern Browsers */
}
/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter-v3-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/inter-v3-latin-700.woff') format('woff');
  /* Modern Browsers */
}
:root {
  --f-bg-0: #fff;
  --f-bg-1: #FAFAFB;
  --f-white: #fff;
  --f-ink: #2F3446;
  --f-ink-20: #D5D6DA;
  --f-ink-10: #EAEAEC;
  --f-ink-5: #F0F0F2;
  --f-warm-light-grey: #F1F1F1;
  --f-beige: #F9F7F2;
  --f-subdue: #646F8D;
  --f-subdue-40: #C1C5D1;
  --f-subdue-10: #EEEFF2;
  --f-bg-dark: #08080D;
  --f-flat-blue: #3981FF;
  --f-flat-blue-10: #E7EEFB;
  --f-flat-blue-30: rgba(57, 129, 255, 0.3);
  --f-flat-blue-20: rgba(57, 129, 255, 0.2);
  --f-flat-blue-40: rgba(57, 129, 255, 0.4);
  --f-flat-blue-ultra-light: #F1F8FF;
  --f-flat-blue-dark: #0A69C2;
  --f-edu-green-dark: #0E5D36;
  --f-edu-green: #11844B;
  --f-edu-green-20: rgba(17, 132, 75, 0.2);
  --f-edu-green-30: rgba(17, 132, 75, 0.3);
  --f-edu-green-40: rgba(17, 132, 75, 0.4);
  --f-edu-green-10: #E7F3ED;
  --f-edu-green-5: #EEF4F2;
  --f-power-start: #FAD986;
  --f-power-middle: #F3C468;
  --f-power-stop: #E79D32;
  --f-power-hover-start: #F4CF6D;
  --f-power-hover-middle: #ECBC62;
  --f-power-hover-stop: #D9840B;
  --f-power-border: #DE952D;
  --f-score-voice-0: var(--f-primary);
  --f-score-voice-1: #fa5696;
  --f-happy-green: #7AC70C;
  --f-safe-red: #DE001F;
  --f-safe-red-40: rgba(222, 0, 31, 0.4);
  --f-safe-red-light: #FFEDF0;
  --f-safe-terracota: #BF3C00;
  --f-safe-terracota-light: #FEE7DC;
  --f-red-dark: #E25555;
  --f-safe-blue: #0A69C2;
  --f-safe-blue-light: #E6F0F8;
  --f-yellow-light: #FFF8EB;
  --f-yellow: #FF9F00;
  --f-safe-purple: #880F8C;
  --f-safe-purple-light: #EEE2EF;
  --f-bg-white: var(--f-bg-0);
  --f-grey-2: #CFD8DC;
  --f-grey-3: #9CA7B7;
  --f-grey-4: var(--f-grey-3);
  --f-grey-disabled-container: #D7D8DC;
  --f-grey-disabled-content: #B7B7B7;
  --f-font-common: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  --f-font-heading: Cambon, Georgia, serif;
  --f-font-monospace: Consolas, "DejaVu Sans Mono", Courier, monospace;
  --sat: env(safe-area-inset-top, 0);
  --sar: env(safe-area-inset-right, 0);
  --sab: env(safe-area-inset-bottom, 0);
  --sal: env(safe-area-inset-left, 0);
  /*
    Input element state shades

    lighter-2x shade has 5% lightness
    lighter shade has 10% lightness
    light shade has 15% lightness
  */
  --f-input-subdue-lighter-2x: rgba(100, 111, 141, 0.05);
  --f-input-subdue-lighter: rgba(100, 111, 141, 0.1);
  --f-input-subdue-light: rgba(100, 111, 141, 0.15);
  --f-input-blue-lighter-2x: rgba(57, 129, 255, 0.05);
  --f-input-blue-lighter: rgba(57, 129, 255, 0.1);
  --f-input-blue-light: rgba(57, 129, 255, 0.15);
  --f-input-green-lighter-2x: rgba(17, 132, 75, 0.05);
  --f-input-green-lighter: rgba(17, 132, 75, 0.1);
  --f-input-green-light: rgba(17, 132, 75, 0.15);
  --f-shadow-lifted: 0px 0px 0px 1px rgba(54, 60, 80, 0.04), 0px 1px 4px rgba(54, 60, 80, 0.14);
  --f-shadow-raised: 0px 0px 0px 1px rgba(54, 60, 80, 0.08), 0px 1px 8px rgba(54, 60, 80, 0.14);
  --f-shadow-floating: 0px 8px 18px -6px rgba(47, 52, 70, 0.12), 0px 12px 42px -4px rgba(47, 52, 70, 0.12);
  --f-shadow-scroll-container: 0px 10px 20px rgba(234, 234, 236, 0.7);
  --f-disabled-opacity: 0.4;
}
html[lang^="ja"] {
  --f-font-common: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック" , "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif;
  --f-font-heading: var(--f-font-common);
}
html[data-color-mode="dark"] {
  --f-bg-0: #000000;
  --f-bg-1: #1C1C1D;
  --f-subdue: var(--f-subdue-40);
}
:root {
  --f-primary: var(--f-flat-blue);
  --f-primary-dark: var(--f-safe-blue);
  --f-primary-5: var(--f-flat-blue-10);
  --f-primary-10: var(--f-flat-blue-10);
  --f-primary-20: var(--f-flat-blue-20);
  --f-primary-30: var(--f-flat-blue-30);
  --f-primary-40: var(--f-flat-blue-40);
  --f-primary-ultra-light: var(--f-flat-blue-ultra-light);
  --f-input-primary-lighter-2x: var(--f-input-blue-lighter-2x);
  --f-input-primary-lighter: var(--f-input-blue-lighter);
  --f-input-primary-light: var(--f-input-blue-light);
}
.f-edu {
  --f-primary: var(--f-edu-green);
  --f-primary-dark: var(--f-edu-green-dark);
  --f-primary-5: var(--f-edu-green-5);
  --f-primary-10: var(--f-edu-green-10);
  --f-primary-20: var(--f-edu-green-20);
  --f-primary-30: var(--f-edu-green-30);
  --f-primary-40: var(--f-edu-green-40);
  --f-primary-ultra-light: var(--f-primary-10);
  --f-input-primary-lighter-2x: var(--f-input-green-lighter-2x);
  --f-input-primary-lighter: var(--f-input-green-lighter);
  --f-input-primary-light: var(--f-input-green-light);
}
@font-face {
  font-family: 'Cambon';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Cambon-Book.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Cambon-Book.woff') format('woff');
  /* Modern Browsers */
}
/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/inter-v3-latin-regular.woff') format('woff');
  /* Modern Browsers */
}
/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-v3-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/inter-v3-latin-500.woff') format('woff');
  /* Modern Browsers */
}
/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-v3-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/inter-v3-latin-600.woff') format('woff');
  /* Modern Browsers */
}
/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter-v3-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/inter-v3-latin-700.woff') format('woff');
  /* Modern Browsers */
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img,
video {
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0;
}
@media print {
  .no-print {
    display: none !important;
  }
}
body,
input,
textarea,
button,
a {
  font-family: var(--f-font-common);
  font-weight: unset;
  font-size: unset;
  color: unset;
}
html,
body {
  height: 100%;
  font-size: 14px;
  color: var(--f-ink);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
img {
  vertical-align: middle;
}
svg {
  max-width: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
::selection {
  background: var(--f-primary);
  color: #fff;
}
::-moz-selection {
  background: var(--f-primary);
  color: #fff;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}
dialog:not([open]) {
  display: none;
}
dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 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 {
  -moz-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"] {
  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 */
  -moz-box-sizing: content-box;
  -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;
}
/* ----------------------------- */
/* == soft reset                 */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}
ul,
ol {
  padding-left: 2em;
}
ul.unstyled {
  list-style: none;
}
img {
  vertical-align: middle;
}
/* height auto only for non SVG images */
img:not([src$=".svg"]) {
  height: auto;
}
blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}
/* ----------------------------- */
/* == typography                 */
/* ----------------------------- */
html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  /* thanks to @guardian, @victorbritopro and @eQRoeil */
  font-size: calc(1em * .625);
}
body {
  /* set body font-size in em (1.4em equiv "14px") */
  font-size: 1.4em;
  background-color: #fff;
  color: var(--f-ink);
  font-family: var(--f-font-common);
  line-height: 1;
}
a {
  color: var(--f-ink);
}
a:hover,
a:focus,
a:active {
  color: var(--f-ink);
}
/* font-sizing for content */
p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
  margin-top: 0.75em;
  margin-bottom: 0;
  line-height: 1;
}
h1,
.h1-like {
  font-size: 3.8rem;
  font-family: var(--f-font-common);
}
h2,
.h2-like {
  font-size: 2.8rem;
  font-family: var(--f-font-common);
}
h3,
.h3-like {
  font-size: 2.4rem;
}
h4,
.h4-like {
  font-size: 2rem;
}
h5,
.h5-like {
  font-size: 1.8rem;
}
h6,
.h6-like {
  font-size: 1.6rem;
}
/* alternate font-sizing */
.smaller {
  font-size: 0.6em;
}
.small {
  font-size: 0.8em;
}
.big {
  font-size: 1.2em;
}
.bigger {
  font-size: 1.5em;
}
.biggest {
  font-size: 2em;
}
code,
pre,
samp,
kbd {
  /* IE fix */
  white-space: pre-line;
  white-space: pre-wrap;
  font-family: var(--f-font-monospace);
  line-height: normal;
}
em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}
/* ----------------------------- */
/* == hiding content             */
/* ----------------------------- */
/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
@media (max-width: 768px) {
  .no-small-screen {
    display: none;
  }
}
@media (min-width: 1024px) {
  .no-large-screen {
    display: none;
  }
}
/* ----------------------------- */
/* == browsers consistency       */
/* ----------------------------- */
/* avoid top margins on first content element */
p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
  margin-top: 0;
}
/* avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}
/* margin-bottom on tables */
table {
  margin-bottom: 20px;
}
/* ----------------------------- */
/* ==layout and modules          */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.bfc {
  overflow: hidden;
}
/* blocks that needs to be placed under floats */
.clear,
.line,
.row {
  clear: both;
}
/* blocks that must contain floats */
.clearfix::after,
.line::after,
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
/* simple blocks alignment */
.left {
  margin-right: auto;
}
.right {
  margin-left: auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
/* text and contents alignment */
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}
/* floating elements */
.fl {
  float: left;
}
img.fl {
  margin-right: 10px;
}
.fr {
  float: right;
}
img.fr {
  margin-left: 10px;
}
img.fl,
img.fr {
  margin-bottom: 5px;
}
/* table layout */
.row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.row > *,
.col {
  display: table-cell;
  vertical-align: top;
}
/* no table-cell for script tag when body is a .row */
body > script {
  display: none !important;
}
/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}
/* flexbox layout
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
[class*="flex-container"],
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-container-h {
  flex-direction: row;
}
.flex-container-v {
  flex-direction: column;
}
.flex-item-fluid {
  flex: 1;
}
.flex-item-first {
  order: -1;
}
.flex-item-medium {
  order: 0;
}
.flex-item-last {
  order: 1;
}
.flex-item-center {
  margin: auto;
}
/* ---------------------------------- */
/* ==Grids                            */
/* ---------------------------------- */
/* grid container */
[class*="grid-"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1em;
  /* inline-block fallback for IE9 generation */
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}
/* grid childs */
[class*="grid-"] > * {
  flex: 0 0 auto;
  width: calc(100% * 1 / 4 - 1em - .01px);
  margin-left: 1em;
  /* inline-block fallback for IE9 generation */
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
}
[class*="grid-2"] > * {
  width: calc(100% * 1 / 2 - 1em - .01px);
}
[class*="grid-2"] > .flex-item-double {
  width: calc(100% * 2 / 2 - 1em - .01px);
}
[class*="grid-3"] > * {
  width: calc(100% * 1 / 3 - 1em - .01px);
}
[class*="grid-3"] > .flex-item-double {
  width: calc(100% * 2 / 3 - 1em - .01px);
}
[class*="grid-4"] > * {
  width: calc(100% * 1 / 4 - 1em - .01px);
}
[class*="grid-4"] > .flex-item-double {
  width: calc(100% * 2 / 4 - 1em - .01px);
}
[class*="grid-5"] > * {
  width: calc(100% * 1 / 5 - 1em - .01px);
}
[class*="grid-5"] > .flex-item-double {
  width: calc(100% * 2 / 5 - 1em - .01px);
}
[class*="grid-6"] > * {
  width: calc(100% * 1 / 6 - 1em - .01px);
}
[class*="grid-6"] > .flex-item-double {
  width: calc(100% * 2 / 6 - 1em - .01px);
}
[class*="grid-7"] > * {
  width: calc(100% * 1 / 7 - 1em - .01px);
}
[class*="grid-7"] > .flex-item-double {
  width: calc(100% * 2 / 7 - 1em - .01px);
}
[class*="grid-8"] > * {
  width: calc(100% * 1 / 8 - 1em - .01px);
}
[class*="grid-8"] > .flex-item-double {
  width: calc(100% * 2 / 8 - 1em - .01px);
}
[class*="grid-10"] > * {
  width: calc(100% * 1 / 10 - 1em - .01px);
}
[class*="grid-10"] > .flex-item-double {
  width: calc(100% * 2 / 10 - 1em - .01px);
}
[class*="grid-12"] > * {
  width: calc(100% * 1 / 12 - 1em - .01px);
}
[class*="grid-12"] > .flex-item-double {
  width: calc(100% * 2 / 12 - 1em - .01px);
}
/* Responsive grid */
@media (max-width: 768px) {
  [class*="-small-4"] > * {
    width: calc(100% * 1 / 4 - 1em - .01px);
  }
  [class*="-small-4"] > .flexitem-double {
    width: calc(100% * 1 / 2 - 1em - .01px);
  }
  [class*="-small-3"] > * {
    width: calc(100% * 1 / 3 - 1em - .01px);
  }
  [class*="-small-3"] > .flexitem-double {
    width: calc(100% * 2 / 3 - 1em - .01px);
  }
  [class*="-small-2"] > * {
    width: calc(100% * 1 / 2 - 1em - .01px);
  }
  [class*="-small-2"] > .flexitem-double {
    width: calc(100% - 1em - .01px);
  }
  [class*="-small-1"] > * {
    width: calc(100% - 1em - .01px);
  }
  [class*="-small-1"] > .flexitem-double {
    width: calc(100% - 1em - .01px);
  }
}
@media (max-width: 480px) {
  [class*="-tiny-2"] > * {
    width: calc(100% * 1 / 2 - 1em - .01px);
  }
  [class*="-tiny-2"] > .flexitem-double {
    width: calc(100% - 1em - .01px);
  }
  [class*="-tiny-1"] > * {
    width: calc(100% - 1em - .01px);
  }
  [class*="-tiny-1"] > .flexitem-double {
    width: calc(100% - 1em - .01px);
  }
}
.grid-2-1 > *:nth-child(odd) {
  width: calc(66.66666666666666% - 1em - .01px);
}
.grid-2-1 > *:nth-child(even) {
  width: calc(33.33333333333333% - 1em - .01px);
}
@media (max-width: 768px) {
  .grid-2-1 > *:nth-child(n) {
    width: calc(100% - 1em - .01px);
  }
}
.grid-1-2 > *:nth-child(odd) {
  width: calc(33.33333333333333% - 1em - .01px);
}
.grid-1-2 > *:nth-child(even) {
  width: calc(66.66666666666666% - 1em - .01px);
}
@media (max-width: 768px) {
  .grid-1-2 > *:nth-child(n) {
    width: calc(100% - 1em - .01px);
  }
}
.grid-3-1 > *:nth-child(odd) {
  width: calc(75% - 1em - .01px);
}
.grid-3-1 > *:nth-child(even) {
  width: calc(25% - 1em - .01px);
}
@media (max-width: 768px) {
  .grid-3-1 > *:nth-child(n) {
    width: calc(100% - 1em - .01px);
  }
}
.grid-1-3 > *:nth-child(odd) {
  width: calc(25% - 1em - .01px);
}
.grid-1-3 > *:nth-child(even) {
  width: calc(75% - 1em - .01px);
}
@media (max-width: 768px) {
  .grid-1-3 > *:nth-child(n) {
    width: calc(100% - 1em - .01px);
  }
}
.grid-3-2 > *:nth-child(odd) {
  width: calc(60% - 1em - .01px);
}
.grid-3-2 > *:nth-child(even) {
  width: calc(40% - 1em - .01px);
}
@media (max-width: 768px) {
  .grid-3-2 > *:nth-child(n) {
    width: calc(100% - 1em - .01px);
  }
}
.grid-2-3 > *:nth-child(odd) {
  width: calc(40% - 1em - .01px);
}
.grid-2-3 > *:nth-child(even) {
  width: calc(60% - 1em - .01px);
}
@media (max-width: 768px) {
  .grid-2-3 > *:nth-child(n) {
    width: calc(100% - 1em - .01px);
  }
}
.grid-4-1 > *:nth-child(odd) {
  width: calc(80% - 1em - .01px);
}
.grid-4-1 > *:nth-child(even) {
  width: calc(20% - 1em - .01px);
}
@media (max-width: 768px) {
  .grid-4-1 > *:nth-child(n) {
    width: calc(100% - 1em - .01px);
  }
}
.grid-1-4 > *:nth-child(odd) {
  width: calc(20% - 1em - .01px);
}
.grid-1-4 > *:nth-child(even) {
  width: calc(80% - 1em - .01px);
}
@media (max-width: 768px) {
  .grid-1-4 > *:nth-child(n) {
    width: calc(100% - 1em - .01px);
  }
}
.pull {
  margin-right: auto;
}
.push {
  margin-left: auto;
}
/* ----------------------------- */
/* ==tables                      */
/* ----------------------------- */
table,
.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
}
.table {
  display: table;
}
#recaptcha_table,
table.table-auto {
  table-layout: auto;
}
td,
th {
  vertical-align: top;
  min-width: 20px;
  cursor: default;
}
/* ---------------------------------- */
/* ==visual helpers                   */
/* .. use them with parcimony !       */
/* ---------------------------------- */
/* blocks widths (percentage and pixels) */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.3333%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66 {
  width: 66.6666%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.w50p {
  width: 50px;
}
.w100p {
  width: 100px;
}
.w150p {
  width: 150px;
}
.w200p {
  width: 200px;
}
.w300p {
  width: 300px;
}
.w400p {
  width: 400px;
}
.w500p {
  width: 500px;
}
.w600p {
  width: 600px;
}
.w700p {
  width: 700px;
}
.w800p {
  width: 800px;
}
.w960p {
  width: 960px;
}
.mw960p {
  max-width: 960px;
}
.w1140p {
  width: 1140px;
}
.mw1140p {
  max-width: 1140px;
}
.wauto {
  width: auto;
}
/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n = small, medium, large, none
*/
.man,
.ma0 {
  margin: 0;
}
.pan,
.pa0 {
  padding: 0;
}
.mas {
  margin: 10px;
}
.mam {
  margin: 20px;
}
.mal {
  margin: 40px;
}
.pas {
  padding: 10px;
}
.pam {
  padding: 20px;
}
.pal {
  padding: 40px;
}
.mtn,
.mt0 {
  margin-top: 0;
}
.mts {
  margin-top: 10px;
}
.mtm {
  margin-top: 20px;
}
.mtl {
  margin-top: 40px;
}
.mrn,
.mr0 {
  margin-right: 0;
}
.mrs {
  margin-right: 10px;
}
.mrm {
  margin-right: 20px;
}
.mrl {
  margin-right: 40px;
}
.mbn,
.mb0 {
  margin-bottom: 0;
}
.mbs {
  margin-bottom: 10px;
}
.mbm {
  margin-bottom: 20px;
}
.mbl {
  margin-bottom: 40px;
}
.mln,
.ml0 {
  margin-left: 0;
}
.mls {
  margin-left: 10px;
}
.mlm {
  margin-left: 20px;
}
.mll {
  margin-left: 40px;
}
.ptn,
.pt0 {
  padding-top: 0;
}
.pts {
  padding-top: 10px;
}
.ptm {
  padding-top: 20px;
}
.ptl {
  padding-top: 40px;
}
.prn,
.pr0 {
  padding-right: 0;
}
.prs {
  padding-right: 10px;
}
.prm {
  padding-right: 20px;
}
.prl {
  padding-right: 40px;
}
.pbn,
.pb0 {
  padding-bottom: 0;
}
.pbs {
  padding-bottom: 10px;
}
.pbm {
  padding-bottom: 20px;
}
.pbl {
  padding-bottom: 40px;
}
.pln,
.pl0 {
  padding-left: 0;
}
.pls {
  padding-left: 10px;
}
.plm {
  padding-left: 20px;
}
.pll {
  padding-left: 40px;
}
/* ----------------------------- */
/* ==desktop and HD devices      */
/* ----------------------------- */
@media (min-width: 1024px) {
  /* rules for big resources and big screens like: background-images, font-faces, etc. */
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* style adjustments for high density devices */
}
/* ---------------------------------- */
/* ==Responsive large                 */
/* ---------------------------------- */
@media (min-width: 1024px) {
  /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .large-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }
  .large-col {
    display: table-cell;
    vertical-align: top;
  }
  /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.3333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.6666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100,
  .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for large screens */
  .large-man {
    margin: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive medium                */
/* ---------------------------------- */
@media (min-width: 769px) and (max-width: 1023px) {
  /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .medium-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }
  .medium-col {
    display: table-cell;
    vertical-align: top;
  }
  /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.3333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.6666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100,
  .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for medium screens */
  .medium-man,
  .medium-ma0 {
    margin: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive small                 */
/* ---------------------------------- */
@media (min-width: 481px) and (max-width: 768px) {
  /* quick reset in small resolution and less */
  .w600p,
  .w700p,
  .w800p,
  .w960p,
  .mw960p {
    width: auto;
    float: none;
  }
  /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .small-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .small-col {
    display: table-cell !important;
    vertical-align: top !important;
  }
  /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.3333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.6666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for small screens */
  .small-man,
  .small-ma0 {
    margin: 0 !important;
  }
  .small-pan,
  .small-pa0 {
    padding: 0 !important;
  }
}
/* ---------------------------------- */
/* ==Responsive tiny                  */
/* ---------------------------------- */
@media (max-width: 480px) {
  /* quick tiny resolution reset */
  .mod,
  .col,
  fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .flex-container {
    flex-direction: column;
  }
  .w300p,
  .w400p,
  .w500p {
    width: auto;
    float: none;
  }
  .row {
    display: block !important;
    width: 100% !important;
  }
  /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .tiny-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .tiny-col {
    display: table-cell !important;
    vertical-align: top !important;
  }
  th,
  td {
    display: block;
    width: auto;
    text-align: left;
  }
  thead {
    display: none;
  }
  /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.3333% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w66 {
    width: 66.6666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100,
  .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  /* margins for tiny screens */
  .tiny-man,
  .tiny-ma0 {
    margin: 0 !important;
  }
  .tiny-pan,
  .tiny-pa0 {
    padding: 0 !important;
  }
}
/* quick print reset */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  ul,
  ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------- */
/* ==minor stylings              */
/* ----------------------------- */
/* styling elements */
code,
kbd,
mark {
  border-radius: 2px;
}
kbd {
  padding: 0 2px;
  border: 1px solid #999;
}
code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}
pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}
mark {
  padding: 2px 4px;
}
sup,
sub {
  vertical-align: 0;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
blockquote {
  position: relative;
  padding-left: 3em;
}
blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  line-height: 0.9;
  color: rgba(0, 0, 0, 0.3);
}
blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}
blockquote > footer::before {
  content: "\2014 \0020";
}
q {
  font-style: normal;
}
q,
.q {
  quotes: "“\00a0" "\00a0”";
}
q:lang(fr),
.q:lang(fr) {
  quotes: "«\00a0" "\00a0»";
}
hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}
/* tables */
table,
.table {
  border: 1px solid #ccc;
}
caption {
  padding: 10px;
  color: #555;
  font-style: italic;
}
td,
th {
  padding: 0.3em 0.8em;
  border: 1px #aaa dotted;
  text-align: left;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E7E8EC;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #49A5F8;
}
.dropdown-menu.active-bar > .active > a {
  padding-left: 28px;
}
.dropdown-menu.active-bar > .active > a,
.dropdown-menu.active-bar > .active > a:hover,
.dropdown-menu.active-bar > .active > a:focus {
  color: var(--f-subdue);
  text-decoration: none;
  outline: 0;
  border-left: 2px solid #49A5F8;
  background: none;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1040;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #0B233E;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.86;
  filter: alpha(opacity=86);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #fff;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #fff;
}
.modal-footer .btn + .btn {
  margin-left: 15px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.main-errors-container {
  width: 100%;
  margin-top: 80px;
}
.main-errors {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin: 60px auto;
}
.main-errors .icon {
  margin: 0 auto;
  margin-bottom: 24px;
}
.main-errors h3 {
  text-align: center;
  color: var(--f-ink);
  font-size: 32px;
  margin-bottom: 16px;
}
.main-errors p {
  text-align: center;
  color: var(--f-subdue);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}
.main-errors .buttons-container {
  text-align: center;
  margin: 30px auto;
}
.main-errors.not-found .icon {
  height: 135px;
  width: 90px;
}
.main-errors.access-denied .icon {
  margin-bottom: 35px;
}
.main-errors.access-denied p {
  margin-bottom: 70px;
}
.alert {
  line-height: 20px;
}
.flat-gradient-brand {
  background: linear-gradient(45deg, #33B1F8 37%, #6E90F6 100%);
}
.flat-gradient-pink {
  background: #FE9FC4;
}
.fi-round {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  text-align: center;
  border: 1px solid;
  vertical-align: middle;
  line-height: 28px;
}
.fi-blue-info {
  background-color: var(--f-primary-dark);
  border-color: #0B7BE8;
  color: #fff;
}
.fi-blue-info svg {
  position: relative;
  max-width: 20px;
  top: 3px;
}
.fi-blue-info svg .stroke {
  stroke: #fff;
}
.fi-blue-info svg .fill {
  fill: #fff;
}
.fi-green-valid {
  background-color: var(--f-happy-green);
  border-color: #60A101;
  color: #fff;
}
.fi-green-simple {
  color: var(--f-happy-green);
}
.fi-rotate-45 {
  transform: rotate(45deg);
}
.fi-rotate-90 {
  transform: rotate(90deg);
}
.fi-rotate-180 {
  transform: rotate(180deg);
}
.fi-spin {
  animation: fi-spin 2s infinite linear;
}
.fi-pulse {
  animation: fi-spin 1s infinite steps(8);
}
@keyframes fi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: var(--f-bg-0);
  background-clip: padding-box;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 12px 1px rgba(0, 0, 0, 0.03), 0 10px 20px 0 rgba(6, 6, 6, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -15px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 15px;
}
.popover.left {
  margin-left: -10px;
}
.popover-content {
  padding: 6px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
@keyframes FeaturesDropdownApear {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(30px);
  }
  1% {
    display: block;
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0px);
  }
}
.navbar a,
.navbar span.elem {
  padding: 12px 20px;
  text-decoration: none;
}
@media (max-width: 575px) {
  .navbar a,
  .navbar span.elem {
    padding: 12px 8px;
    font-size: 11px;
  }
}
.navbar .btn-nav {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.32);
  border: none;
  border-radius: 40px;
  color: #fff !important;
  height: 38px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.navbar .btn-lng-switch {
  width: 38px;
  padding: 0;
  margin-left: 16px;
}
.navbar .lng-switch .ddn-content {
  padding: 16px;
  min-width: 172px;
}
.navbar .lng-switch li a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: var(--f-ink) !important;
  padding: 8px 8px;
}
.navbar .lng-switch li a img {
  margin-right: 8px;
}
.navbar .btn-nav:hover,
.navbar .btn-nav:focus {
  background: rgba(255, 255, 255, 0.22);
}
.navbar .btn-nav,
.navbar .btn-nav:hover,
.navbar .btn-nav:focus {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 940px) {
  .navbar .nav-popular {
    display: none;
  }
}
@media (max-width: 840px) {
  .navbar .nav-blog {
    display: none;
  }
}
@media (max-width: 770px) {
  .navbar .nav-pricing {
    display: none;
  }
}
@media (max-width: 670px) {
  .navbar .nav-embed {
    display: none;
  }
}
@media (max-width: 500px) {
  .navbar .nav-signup {
    display: none;
  }
}
ul.navbar {
  margin-top: 0;
  display: flex;
  list-style: none;
}
ul.navbar > li {
  white-space: nowrap;
}
.nav-features.open .dropdown-features {
  animation: FeaturesDropdownApear 0.3s ease-in-out forwards;
}
.nav-features a .icon {
  display: inline-block;
  width: 11px;
  height: 10px;
}
.nav-features a .icon .fi {
  font-size: 10px;
}
.nav-features .dropdown-features {
  width: 600px;
  left: -214px;
  padding: 30px 30px 0 30px;
  top: calc(100% + 10px);
  opacity: 0;
}
.nav-features .dropdown-features .features-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.nav-features .dropdown-features .features-container .feature-card {
  width: 260px;
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  box-shadow: none;
  margin-bottom: 30px;
}
.nav-features .dropdown-features .features-container .feature-card .feature-card-icon {
  order: 0;
  left: inherit;
  bottom: inherit;
  position: relative;
  margin-bottom: 15px;
}
.nav-features .dropdown-features .features-container .feature-card .feature-card-icon svg path {
  fill: white !important;
}
.nav-features .dropdown-features .features-container .feature-card .feature-card-header {
  order: 1;
  margin-bottom: 15px;
}
.nav-features .dropdown-features .features-container .feature-card .feature-card-header .feature-card-header-bg,
.nav-features .dropdown-features .features-container .feature-card .feature-card-header .feature-card-arrow {
  display: none;
}
.nav-features .dropdown-features .features-container .feature-card .feature-card-header .feature-card-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
}
.nav-features .dropdown-features .features-container .feature-card .feature-card-content {
  order: 2;
  margin-bottom: 0;
  white-space: normal;
}
.nav-features .dropdown-features .features-container .feature-card .feature-card-content .feature-card-description {
  color: var(--f-ink);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 0;
}
.nav-features .dropdown-features .features-container .feature-card.feature-smart-history .feature-card-icon {
  background: linear-gradient(#DD589C, #762995);
}
.nav-features .dropdown-features .features-container .feature-card.feature-smart-history .feature-card-title,
.nav-features .dropdown-features .features-container .feature-card.feature-smart-history .feature-card-header-bg {
  color: #DE599C;
  background: -webkit-linear-gradient(right, #DE599C, #752995);
}
.nav-features .dropdown-features .features-container .feature-card.feature-smart-history .feature-card-title {
  -webkit-text-fill-color: transparent!important;
  -webkit-background-clip: text;
}
.nav-features .dropdown-features .features-container .feature-card.feature-midi .feature-card-icon {
  background: linear-gradient(#7082CE, #0F1B4B);
}
.nav-features .dropdown-features .features-container .feature-card.feature-midi .feature-card-title,
.nav-features .dropdown-features .features-container .feature-card.feature-midi .feature-card-header-bg {
  color: #7284D0;
  background: -webkit-linear-gradient(right, #7486D3, #0E1A4A);
}
.nav-features .dropdown-features .features-container .feature-card.feature-midi .feature-card-title {
  -webkit-text-fill-color: transparent!important;
  -webkit-background-clip: text;
}
.nav-features .dropdown-features .features-container .feature-card.feature-export {
  display: none;
}
.nav-features .dropdown-features .features-container .feature-card.feature-export .feature-card-icon {
  background: linear-gradient(#A185FF, #5048FF);
}
.nav-features .dropdown-features .features-container .feature-card.feature-export .feature-card-title,
.nav-features .dropdown-features .features-container .feature-card.feature-export .feature-card-header-bg {
  background: -webkit-linear-gradient(right, #A387FF, #4E47FF);
}
.nav-features .dropdown-features .features-container .feature-card.feature-export .feature-card-title {
  -webkit-text-fill-color: transparent!important;
  -webkit-background-clip: text;
}
.nav-features .dropdown-features .features-container .feature-card.feature-offline .feature-card-icon {
  background: linear-gradient(#2A426E, #1B2143);
}
.nav-features .dropdown-features .features-container .feature-card.feature-offline .feature-card-title,
.nav-features .dropdown-features .features-container .feature-card.feature-offline .feature-card-header-bg {
  background: -webkit-linear-gradient(right, #1B2143, #2A426E);
}
.nav-features .dropdown-features .features-container .feature-card.feature-offline .feature-card-title {
  -webkit-text-fill-color: transparent!important;
  -webkit-background-clip: text;
}
.nav-features .dropdown-features .features-container .feature-card.feature-inline-comments {
  display: none;
}
.nav-features .dropdown-features .features-container .feature-card.feature-inline-comments .feature-card-icon {
  background: linear-gradient(#91EAFF, #04A8CE);
}
.nav-features .dropdown-features .features-container .feature-card.feature-inline-comments .feature-card-title,
.nav-features .dropdown-features .features-container .feature-card.feature-inline-comments .feature-card-header-bg {
  background: -webkit-linear-gradient(right, #81E7FE, #02A7CD);
}
.nav-features .dropdown-features .features-container .feature-card.feature-inline-comments .feature-card-title {
  -webkit-text-fill-color: transparent!important;
  -webkit-background-clip: text;
}
.nav-features .dropdown-features .features-container .feature-card.feature-tabs .feature-card-icon {
  background: linear-gradient(#4D4B5B, #17151C);
}
.nav-features .dropdown-features .features-container .feature-card.feature-tabs .feature-card-title,
.nav-features .dropdown-features .features-container .feature-card.feature-tabs .feature-card-header-bg {
  background: -webkit-linear-gradient(right, #4E4C5C, #16141B);
}
.nav-features .dropdown-features .features-container .feature-card.feature-tabs .feature-card-title {
  -webkit-text-fill-color: transparent!important;
  -webkit-background-clip: text;
}
.nav-features .dropdown-features:before {
  left: calc(50% - 6px);
}
@media (max-width: 1104px) {
  .nav-features .dropdown-features {
    width: 600px;
    left: -214px;
  }
}
@media (max-width: 1040px) {
  .nav-features {
    display: none;
  }
}
.btn-nav-grey {
  background: rgba(54, 60, 80, 0.08);
  border: 0;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  font-family: var(--f-font-common);
  color: var(--f-subdue);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.btn-nav-grey:hover,
.btn-nav-grey:focus {
  color: var(--f-ink);
}
.btn-nav-grey:hover .fill,
.btn-nav-grey:focus .fill {
  transition: all 0.2s ease-in-out;
  fill: var(--f-ink);
}
.btn-nav-grey:focus {
  box-shadow: inset 0px 0px 0px 2px var(--f-subdue);
}
/**
 *
 *
 *     DEPRECATED
 *     DEPRECATED
 *
 *
 */
.btn-drive {
  background: #4488FC;
  border: 1px solid #4488FC;
  color: #fff;
}
.btn-drive:hover,
.btn-drive:focus {
  box-shadow: inset 0px -22px 10px 0px rgba(54, 108, 201, 0.2);
  color: #fff;
}
.btn-dark {
  border: none;
  color: white !important;
  font-weight: 500;
  background-color: rgba(19, 22, 38, 0.65);
  border-radius: 40px;
}
.btn-dark .icon {
  margin-right: 8px;
}
.btn-dark:hover {
  background-color: rgba(19, 22, 38, 0.85);
}
.btn-azure-gradient {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 16px;
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 5px 14px 0px rgba(40, 48, 79, 0), 0px 2px 4px 0px rgba(40, 48, 79, 0.2), inset 0px -1px 4px 0px rgba(23, 78, 138, 0.09);
}
.btn-azure-gradient svg {
  margin-right: 8px;
  vertical-align: middle;
}
.btn-azure-gradient:hover,
.btn-azure-gradient:focus,
.btn-azure-gradient:active {
  box-shadow: 0px 5px 14px 0px rgba(40, 48, 79, 0.2), 0px 2px 4px 0px rgba(40, 48, 79, 0.2), inset 0px -1px 4px 0px rgba(23, 78, 138, 0.09);
}
.btn-azure-gradient[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
}
.btn-azure-gradient,
.btn-azure-gradient:hover,
.btn-azure-gradient:focus,
.btn-azure-gradient:active {
  background-image: linear-gradient(-180deg, #39D8D8 0%, #23B3C9 100%);
  color: #fff;
}
.btn-cta {
  padding: 12px 20px;
  background: var(--f-bg-0);
  border-color: var(--f-primary);
  color: var(--f-primary);
}
.btn-unfollow span.unfollow {
  display: none;
}
.btn-unfollow:hover {
  background: transparent;
  border: 1px solid var(--f-safe-red);
  color: var(--f-safe-red);
}
.btn-unfollow:hover span.unfollow {
  display: inline-block;
}
.btn-unfollow:hover span.following {
  display: none;
}
.ngclipboard-input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.dropdown-menu {
  padding: 12px 0;
  box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.03), 0px 10px 30px 5px #DDE4EB;
  border: none;
  border-radius: 6px;
}
.dropdown-menu .fi {
  margin-right: 6px;
}
.dropdown-menu > li > a {
  padding: 10px 30px;
  color: var(--f-subdue);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
}
.dropdown-menu:before {
  position: absolute;
  top: -6px;
  left: 30px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.dropdown-menu.dropdown-menu-on-color {
  box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.03), 0px 10px 30px 5px rgba(6, 6, 6, 0.3);
}
.dropdown-select > a {
  display: inline-block;
  width: 100%;
  padding: 14px 13px;
  background: var(--f-bg-0);
  color: var(--f-subdue);
  border: 1px solid var(--f-grey-2);
  border-radius: 4px;
  box-shadow: inset 0px -16px 10px 0px rgba(231, 232, 236, 0.07);
}
.dropdown-select > a svg {
  display: inline-block;
  float: right;
}
.dropdown-select > a .dropdown-arrows .fill {
  fill: #e7e8ec;
}
.dropdown-select.open > a {
  border-color: var(--f-primary-dark);
}
.dropdown-select.open > a .dropdown-arrows .fill {
  fill: var(--f-primary-dark);
}
.dropdown-select .dropdown-menu {
  width: 100%;
  max-height: 25vh;
  overflow: auto;
  margin-top: 4px;
  background: var(--f-bg-0);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}
.dropdown-select .dropdown-menu:before {
  border: none!important;
}
.dropdown-select .dropdown-menu li a {
  padding: 10px 13px;
  color: var(--f-subdue);
}
.dropdown-select .dropdown-menu li a:hover {
  background: rgba(163, 166, 169, 0.06);
}
.dropdown-select-label {
  font-weight: normal;
  font-size: 9px;
  letter-spacing: 0.8px;
  line-height: 11px;
  color: var(--f-subdue);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ddn-content {
  display: none;
  position: absolute;
  background: var(--f-bg-0);
  border-radius: 8px;
  padding: 10px 12px;
  box-shadow: 0px 8px 18px -6px rgba(47, 52, 70, 0.12), 0px 12px 42px -4px rgba(47, 52, 70, 0.12);
  border: solid 1px var(--f-ink-10);
  z-index: 1050;
}
.ddn-content > ul {
  margin: 0;
  padding: 0;
}
.ddn-content > ul > li {
  list-style: none;
  color: var(--f-subdue);
}
.ddn-content > ul > li:hover {
  color: var(--f-ink);
}
.ddn-content > ul > li > a,
.ddn-content > ul > li > button {
  display: block;
  border: 0;
  background: transparent;
  padding: 8px 0;
  font-weight: normal;
  white-space: nowrap;
}
.ddn-content > ul > li > a:hover,
.ddn-content > ul > li > button:hover,
.ddn-content > ul > li > a:focus,
.ddn-content > ul > li > button:focus {
  background: none;
}
.ddn.open > .ddn-content {
  display: block;
}
.ddn-content [x-arrow],
.ttip .tooltip-arrow {
  border-color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}
.ddn-content[x-placement^="top"],
.ttip[x-placement^="top"] {
  margin-bottom: 10px;
}
.ddn-content[x-placement^="top"] [x-arrow],
.ttip[x-placement^="top"] [x-arrow],
.ddn-content[x-placement^="top"] .tooltip-arrow,
.ttip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.ddn-content[x-placement^="bottom"],
.ttip[x-placement^="bottom"] {
  margin-top: 10px;
}
.ddn-content[x-placement^="bottom"] [x-arrow],
.ttip[x-placement^="bottom"] [x-arrow],
.ddn-content[x-placement^="bottom"] .tooltip-arrow,
.ttip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.ttip[x-placement^="right"],
.ddn-content[x-placement^="right"] {
  margin-left: 10px;
}
.ttip[x-placement^="right"] [x-arrow],
.ddn-content[x-placement^="right"] [x-arrow],
.ttip[x-placement^="right"] .tooltip-arrow,
.ddn-content[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.ddn-content[x-placement^="left"],
.ttip[x-placement^="left"] {
  margin-right: 10px;
}
.ddn-content[x-placement^="left"] [x-arrow],
.ttip[x-placement^="left"] [x-arrow],
.ddn-content[x-placement^="left"] .tooltip-arrow,
.ttip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  height: 23px;
  background: transparent;
  /* Otherwise white in Chrome */
  overflow: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-webkit-slider-thumb {
  background-image: linear-gradient(-180deg, #FDFDFD 0%, #EFEFEF 100%);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  width: 23px;
  height: 23px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: -11px;
}
input[type=range]::-moz-range-thumb {
  background-image: linear-gradient(-180deg, #FDFDFD 0%, #EFEFEF 100%);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  width: 23px;
  height: 23px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: -11px;
}
input[type=range]::-ms-thumb {
  background-image: linear-gradient(-180deg, #FDFDFD 0%, #EFEFEF 100%);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  width: 23px;
  height: 23px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: -11px;
}
input[type=range].rsmall::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  top: -7px;
}
input[type=range].rsmall::-moz-range-thumb {
  width: 16px;
  height: 16px;
  top: -7px;
}
input[type=range].rsmall::-ms-thumb {
  width: 16px;
  height: 16px;
  top: -7px;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #E7E8EC;
  border-radius: 21px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #E7E8EC;
  border-radius: 21px;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #E7E8EC;
  border-radius: 21px;
}
input[type=range].active::-webkit-slider-runnable-track {
  background: var(--f-primary);
}
input[type=range].active::-moz-range-track {
  background: var(--f-primary);
}
input[type=range].active::-ms-fill-lower {
  background: var(--f-primary);
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  z-index: -1;
}
.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 10px;
}
.noUi-handle {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  left: -10px;
  top: -5px;
  cursor: ew-resize;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  border: 1px solid;
}
.noUi-vertical .noUi-handle {
  margin-left: 5px;
  cursor: ns-resize;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-background {
  height: 2px;
  margin: 20px 0;
}
.noUi-origin {
  margin: 0;
  border-radius: 0;
  height: 2px;
  background: #e7e8ec;
}
.noUi-origin[style^="left: 0"] .noUi-handle {
  background-color: var(--f-bg-0);
  border: 2px solid #e7e8ec;
}
.noUi-origin[style^="left: 0"] .noUi-handle.noUi-active {
  border-width: 1px;
}
.noUi-target {
  border-radius: 2px;
}
.noUi-horizontal {
  height: 2px;
  margin: 15px 0;
}
.noUi-vertical {
  height: 100%;
  width: 2px;
  margin: 0 15px;
  display: inline-block;
}
.noUi-handle.noUi-active {
  transform: scale3d(1.2, 1.2, 1);
}
[disabled].noUi-slider {
  opacity: 0.5;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider {
  background: #e7e8ec;
}
.form-control::-webkit-input-placeholder {
  color: var(--f-grey-4);
  font-size: 14px;
  font-family: var(--f-font-common);
}
.form-control::-moz-placeholder {
  color: var(--f-grey-4);
  font-size: 14px;
  font-family: var(--f-font-common);
}
/* firefox 19+ */
.form-control:-ms-input-placeholder {
  color: var(--f-grey-4);
  font-size: 14px;
  font-family: var(--f-font-common);
}
/* ie */
.form-control:-moz-placeholder {
  color: var(--f-grey-4);
  font-size: 14px;
  font-family: var(--f-font-common);
}
.form-control.large::-webkit-input-placeholder {
  color: var(--f-grey-4);
  font-size: 16px;
  font-family: var(--f-font-common);
}
.form-control.large::-moz-placeholder {
  color: var(--f-grey-4);
  font-size: 16px;
  font-family: var(--f-font-common);
}
/* firefox 19+ */
.form-control.large:-ms-input-placeholder {
  color: var(--f-grey-4);
  font-size: 16px;
  font-family: var(--f-font-common);
}
/* ie */
.form-control.large:-moz-placeholder {
  color: var(--f-grey-4);
  font-size: 16px;
  font-family: var(--f-font-common);
}
.line-input .form-control::-webkit-input-placeholder {
  font-style: italic;
}
.line-input .form-control::-moz-placeholder {
  font-style: italic;
}
/* firefox 19+ */
.line-input .form-control:-ms-input-placeholder {
  font-style: italic;
}
/* ie */
.line-input .form-control:-moz-placeholder {
  font-style: italic;
}
.search-input .form-control::-webkit-input-placeholder {
  color: var(--f-grey-2);
  font-style: normal;
}
.search-input .form-control::-moz-placeholder {
  color: var(--f-grey-2);
  font-style: normal;
}
/* firefox 19+ */
.search-input .form-control:-ms-input-placeholder {
  color: var(--f-grey-2);
  font-style: normal;
}
/* ie */
.search-input .form-control:-moz-placeholder {
  color: var(--f-grey-2);
  font-style: normal;
}
.form-group-submit {
  margin-top: 25px;
}
.form-input-style {
  border-radius: 3px;
  border: 1px solid var(--f-grey-2);
  box-shadow: none;
  font-size: 14px;
  font-family: var(--f-font-common);
  color: var(--f-ink);
  line-height: 1.429;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.checkbox-inline {
  display: flex;
  align-items: center;
}
.clip-copy-input {
  display: flex;
}
.clip-copy-input .form-control,
.clip-copy-input .copy-addon {
  font-size: 14px;
  font-family: var(--f-font-common);
  padding: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clip-copy-input .form-control {
  flex: 1;
  color: var(--f-subdue);
  height: 42px;
  line-height: 16px;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.clip-copy-input .form-control.copied {
  color: var(--f-happy-green);
  text-align: center;
}
.clip-copy-input .copy-addon {
  flex: 0 0 96px;
  color: white;
  font-weight: 500;
  text-align: center;
  background-color: var(--f-primary);
  border-radius: 0 4px 4px 0;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.clip-copy-input .copy-addon:hover {
  background-color: #3e9bf7;
}
.clip-copy-input .copy-addon.copied {
  background-color: var(--f-happy-green);
}
.form-control {
  display: block;
  width: 100%;
  background-color: var(--f-bg-0);
  background-image: none;
  height: 40px;
  padding: 6px 8px;
  appearance: none;
  outline: none;
  border-radius: 3px;
  border: 1px solid var(--f-grey-2);
  box-shadow: none;
  font-size: 14px;
  font-family: var(--f-font-common);
  color: var(--f-ink);
  line-height: 1.429;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:disabled {
  cursor: not-allowed;
  color: var(--f-grey-4);
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--f-primary);
}
.form-control.medium {
  height: auto;
  padding: 10px 8px;
}
.form-control.large {
  height: auto;
  padding: 14px 8px;
  height: 48px;
  font-size: 16px;
}
.form-control.code {
  font-family: var(--f-font-common);
  letter-spacing: 1px;
  text-transform: uppercase;
}
select.form-control {
  -webkit-appearance: none;
  appearance: none;
  background: var(--f-bg-0) url(../img/icons/_common/carat-down-16px.svg) no-repeat;
  background-position: right 8px top 50%, 0 0;
}
select.form-control.large {
  padding: 12px 19px;
}
textarea.form-control {
  margin-top: 0;
  top: 0;
  resize: vertical;
}
.labelled-input {
  position: relative;
}
.labelled-input input {
  position: relative;
  padding-right: 40px;
}
.labelled-input.large label {
  line-height: 48px;
}
.labelled-input.medium label {
  line-height: 39px;
  top: 2px;
}
.labelled-input label {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 1px;
  line-height: 32px;
  padding: 0 4px 0 7px;
  margin: 0 4px 0 8px;
  background: var(--f-bg-0);
  color: var(--f-primary-dark);
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
}
.labelled-select label {
  margin: 0 18px 0 0;
}
.label-ext-small {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
  font-family: var(--f-font-common);
  color: var(--f-subdue);
  font-weight: 600;
}
.form-label-ext .wrap-form {
  margin-top: 15px;
}
.label-ext {
  padding-bottom: 12px;
}
.grouped-input {
  width: 100%;
  display: table;
  border-radius: 3px;
  border: 1px solid var(--f-grey-2);
  box-shadow: none;
  font-size: 14px;
  font-family: var(--f-font-common);
  color: var(--f-ink);
  line-height: 1.429;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.grouped-input input,
.grouped-input .addon {
  display: table-cell;
}
.grouped-input .addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  color: var(--f-grey-4);
  padding: 6px 12px;
}
.grouped-input input {
  border: none;
}
.grouped-input.before input {
  padding-left: 0;
}
.grouped-input.after input {
  padding-right: 0;
}
textarea {
  border: 1px solid var(--f-grey-2);
}
.wrap-form.has-error .form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.wrap-form.has-error .form-control,
.wrap-form.has-error.grouped-input {
  border-color: var(--f-safe-red);
}
.wrap-form .withErrorState.ng-invalid {
  border-color: var(--f-safe-red);
}
.wrap-form.has-error .grouped-input {
  border: 1px solid var(--f-safe-red);
}
.wrap-input {
  margin-bottom: 60px;
}
.input-help,
.wrap-form-error {
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  margin-top: 8px;
}
.input-help {
  color: var(--f-subdue);
}
.wrap-form-error {
  color: var(--f-safe-red);
}
.wrap-form-error svg {
  vertical-align: middle;
}
.search-input-container {
  padding: 0 30px;
}
.input-group.search-input {
  color: var(--f-grey-2);
  height: 38px;
  margin-bottom: 10px !important;
  padding: 0 !important;
  width: 100%;
  max-width: 260px;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
}
.input-group.search-input .input-group-addon,
.input-group.search-input input {
  font-style: normal;
  font-weight: normal;
  border: none;
  height: 100%;
  border-radius: 0;
}
.input-group.search-input input {
  width: 0px;
  border: 0;
  padding-left: 0px;
  padding-right: 0px;
}
.input-group.search-input input:focus {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  transition: all 0.2s ease-in-out;
}
.input-group.search-input .input-group-addon {
  padding: 0;
  background: none;
}
.input-group.search-input .input-group-addon svg path {
  fill: var(--f-grey-4);
}
.input-group.search-input:hover,
.input-group.search-input.focus {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.input-group.search-input:hover {
  border-color: var(--f-grey-2);
}
.input-group.search-input.focus {
  color: var(--f-subdue);
  border-color: var(--f-primary-dark);
}
.input-group.search-input.focus svg path {
  fill: var(--f-primary-dark);
}
.score-text-input {
  padding: 0 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
}
.input-container {
  position: relative;
}
.input-container.date .form-control {
  height: auto;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 16px;
}
.input-container.date .form-control svg {
  flex: 0 0 24px;
  margin-left: 16px;
}
.input-container.date .form-control span {
  flex: 1 1 auto;
  min-width: 120px;
  color: var(--f-subdue);
  text-align: left;
}
.input-container.date .form-control .fill {
  fill: var(--f-subdue);
}
.input-container.date .form-control.has-value .fill {
  fill: var(--f-ink);
}
.input-container.date .form-control.has-value span {
  color: var(--f-ink);
}
.input-container.date .ddn-dt {
  padding: 0;
}
.input-container.date .ddn-dt.wo-time {
  padding-bottom: 8px;
}
.wrap-form.textarea-counter .wrap-label {
  display: flex;
  justify-content: space-between;
}
.wrap-form.textarea-counter .label-ext-small.counter {
  color: var(--f-subdue);
}
/*
  DEPRECATED: Keeping the old styles for backward compatibility
  remove this file in future releases
*/
.checkbox-morph {
  --f-checkbox-default-border-color: var(--f-subdue);
  --f-checkbox-size: 20px;
  --f-checkbox-bg-spread-size: 40px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  border: 2px solid var(--f-checkbox-default-border-color);
  border-radius: 4px;
  cursor: pointer;
  width: var(--f-checkbox-size);
  height: var(--f-checkbox-size);
  min-width: var(--f-checkbox-size);
  min-height: var(--f-checkbox-size);
  margin-right: 8px;
  transition: all 0.2s ease-in-out;
  /*
    Unselected state
  */
  /*
    Selected state
  */
  /*
    Indeterminate state
  */
}
.checkbox-morph:hover:before,
.checkbox-morph:focus:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--f-checkbox-bg-spread-size);
  height: var(--f-checkbox-bg-spread-size);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.checkbox-morph:disabled {
  cursor: not-allowed;
}
.checkbox-morph:disabled:hover:before,
.checkbox-morph:disabled:focus:before,
.checkbox-morph:disabled:active:before {
  display: none;
}
.checkbox-morph:hover:not(:checked):before {
  background-color: var(--f-input-subdue-lighter-2x);
}
.checkbox-morph:focus:not(:checked):before {
  background-color: var(--f-input-subdue-lighter);
}
.checkbox-morph:active:not(:checked):before {
  background-color: var(--f-input-subdue-light);
}
.checkbox-morph:disabled:not(:checked) {
  border-color: var(--f-grey-disabled-content);
}
.checkbox-morph:checked {
  border-color: var(--f-primary);
  background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2214%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.71%209.29a.996.996%200%2001-1.41%200L.71%205.7a.996.996%200%20111.41-1.41L5%207.17%2011.88.29a.996.996%200%20111.41%201.41L5.71%209.29z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center center var(--f-primary);
}
.checkbox-morph:indeterminate {
  border-color: var(--f-primary);
  background-color: var(--f-primary);
}
.checkbox-morph:indeterminate:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: var(--f-white);
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.checkbox-morph:hover:checked:before,
.checkbox-morph:hover:indeterminate:before {
  background-color: var(--f-input-primary-lighter-2x);
}
.checkbox-morph:focus:checked:before,
.checkbox-morph:focus:indeterminate:before {
  background-color: var(--f-input-primary-lighter);
}
.checkbox-morph:active:checked:before,
.checkbox-morph:active:indeterminate:before {
  background-color: var(--f-input-primary-light);
}
.checkbox-morph:disabled:checked,
.checkbox-morph:disabled:indeterminate {
  border-color: var(--f-grey-disabled-content);
  background-color: var(--f-grey-disabled-content);
}
/*
  Remove these styles in future release
  Toggle styles can be found in @flat/web-common package
*/
.wrap-switch {
  --f-checkbox-bg-spread-size: 28px;
  /*
    Unselected state
  */
  /*
    Selected state
  */
}
.wrap-switch input {
  overflow: hidden;
  visibility: hidden;
  height: 0px;
  opacity: 0;
  width: 0px;
  position: absolute;
  background-color: transparent;
  z-index: -1;
}
.wrap-switch input:checked + label {
  background: var(--f-primary);
}
.wrap-switch input:checked + label::after {
  left: 20px;
}
.wrap-switch.two-values {
  vertical-align: middle;
  margin: 0px 12px;
}
.wrap-switch.two-values input:checked + label {
  background: var(--f-grey-2);
}
.wrap-switch.two-values label:before {
  content: none;
}
.wrap-switch label {
  position: relative;
  display: block;
  width: 28px;
  height: 16px;
  cursor: pointer;
  border-radius: 25px;
  transition: 350ms;
  transition: background 0.4s;
}
.wrap-switch label:after {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--f-white);
  transition: left 0.4s;
}
.wrap-switch label:after:hover:before,
.wrap-switch label:after:focus:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--f-checkbox-bg-spread-size);
  height: var(--f-checkbox-bg-spread-size);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.wrap-switch input:disabled + label {
  cursor: not-allowed;
}
.wrap-switch input:disabled + label:hover:before,
.wrap-switch input:disabled + label:focus:before,
.wrap-switch input:disabled + label:active:before {
  display: none;
}
.wrap-switch input:not(:checked) + label {
  background: var(--f-grey-3);
}
.wrap-switch input:not(:checked) + label:after:hover {
  background: var(--f-grey-3);
}
.wrap-switch input:not(:checked):disabled + label {
  background-color: var(--f-grey-disabled-content);
}
.wrap-switch input:checked + label {
  background-color: var(--f-primary);
}
.wrap-switch input:checked + label:after {
  left: 14px;
  background-color: var(--f-white);
}
.wrap-switch input:checked:disabled + label {
  opacity: 0.4;
}
.wrap-switch-container {
  display: flex;
  align-content: center;
}
.wrap-switch-label {
  background: transparent;
  border: 0;
  padding: 5px 0 5px 8px;
  color: var(--f-ink);
}
.radio-morph {
  --f-radio-inactive-color: var(--f-subdue);
  --f-radio-disabled-color: rgba(207, 216, 220, 0.8);
  --f-radio-size: 20px;
  --f-radio-bg-spread-size: 40px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  height: var(--f-radio-size);
  cursor: pointer;
}
.radio-morph.ds {
  height: 32px;
  font-size: 14px;
  line-height: 24px;
  color: var(--f-subdue);
}
.radio-morph input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  position: relative;
  border: 2px solid var(--f-radio-inactive-color);
  height: var(--f-radio-size);
  width: var(--f-radio-size);
  flex: 0 0 var(--f-radio-size);
  border-radius: 100%;
  margin-right: 8px;
  /*
      Unselected state
    */
  /*
      Selected state
    */
}
.radio-morph input:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--f-radio-bg-spread-size);
  height: var(--f-radio-bg-spread-size);
  border-radius: 50%;
  transition: all 200ms ease;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
.radio-morph input:hover:before,
.radio-morph input:focus:before,
.radio-morph input:active:before,
.radio-morph input:hover:checked:before,
.radio-morph input:focus:checked:before,
.radio-morph input:active:checked:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.radio-morph input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 200ms ease;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  box-sizing: inherit;
  display: inline-flex;
  border-radius: inherit;
  background-color: var(--f-primary);
  height: 16px;
  width: 16px;
}
.radio-morph input:disabled {
  cursor: not-allowed;
}
.radio-morph input:disabled:hover:before,
.radio-morph input:disabled:focus:before,
.radio-morph input:disabled:active:before {
  display: none;
}
.radio-morph input:disabled:after {
  background: var(--f-radio-disabled-color);
}
.radio-morph input:hover:not(:checked):before {
  background-color: var(--f-input-subdue-lighter-2x);
}
.radio-morph input:focus:not(:checked):before {
  background-color: var(--f-input-subdue-lighter);
}
.radio-morph input:active:not(:checked):before {
  background-color: var(--f-input-subdue-light);
}
.radio-morph input:disabled:not(:checked) {
  border-color: var(--f-grey-disabled-content);
}
.radio-morph input:checked {
  border-color: var(--f-primary);
}
.radio-morph input:checked:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.6);
}
.radio-morph input:hover:checked:before {
  background-color: var(--f-input-primary-lighter-2x);
}
.radio-morph input:focus:checked:before {
  background-color: var(--f-input-primary-lighter);
}
.radio-morph input:active:checked:before {
  background-color: var(--f-input-primary-light);
}
.radio-morph input:disabled:checked {
  border-color: var(--f-grey-disabled-content);
}
.radio-morph input:disabled:checked:after {
  background-color: var(--f-grey-disabled-content);
}
@supports (-ms-ime-align: auto) {
  .radio-morph input {
    width: auto;
    appearance: auto;
    margin: 0 16px 0 0;
  }
  .radio-morph input:before {
    display: none;
  }
}
.cards-visib-transition {
  transition: visibility ease-in-out 0.4s, opacity 0.4s ease-in-out;
}
.cards-hidden-transition {
  transition: visibility ease-in-out 0.2s, opacity 0.2s ease-in-out;
}
.cards-score {
  margin: 60px -31px 0 0;
}
.card-score {
  position: relative;
  width: 236px;
  height: 280px;
  float: left;
  margin: 0 26px 26px 0;
  border-radius: 8px;
}
.card-score > a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 30px 30px 0 30px;
}
.card-placeholder {
  background: #F8F8FA;
  border: 1px dashed var(--f-grey-4);
  border-radius: 8px;
  text-align: center;
  box-shadow: inset 0px -130px 40px 0px rgba(244, 244, 246, 0);
}
.card-placeholder a {
  padding-top: 126px;
}
.card-placeholder:hover {
  box-shadow: inset 0px -130px 40px 0px #f4f4f6;
}
.card-placeholder.card-score a {
  padding-top: 106px;
}
.card-placeholder .text {
  margin-top: 24px;
  font-weight: 500;
  font-size: 14px;
  color: var(--f-subdue);
  letter-spacing: 0.99px;
  line-height: 16px;
}
.card-upgrade {
  background-image: linear-gradient(-135deg, #F2F6FB 0%, #EDF2FA 100%);
  border-radius: 8px;
}
.card-upgrade .text {
  margin-top: 9px;
  font-weight: 500;
  font-size: 14px;
  color: var(--f-subdue);
  letter-spacing: 1px;
  line-height: 20px;
}
.card-upgrade .cta {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.card-upgrade .btn {
  margin: 0;
  display: inline-block;
}
.global-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--f-bg-1);
  z-index: 1000;
}
.global-loader .loader {
  left: calc(50% - (137.2px / 2));
  top: calc(50% - (103.6px / 2));
}
.loader {
  position: relative;
  height: 103.6px;
  width: 137.2px;
  animation: loader-rotate 1.5s ease-in-out infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(-58deg);
  }
  25% {
    transform: rotate(-58deg);
  }
  50% {
    transform: rotate(122deg);
  }
  75% {
    transform: rotate(122deg);
  }
  100% {
    transform: rotate(302deg);
  }
}
@keyframes loader-elem-width {
  0% {
    width: 100%;
  }
  25% {
    width: 14px;
  }
  50% {
    width: 14px;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.loader i {
  position: absolute;
  height: 100%;
}
.loader i:after {
  content: '';
  position: absolute;
  background: var(--f-ink);
  height: 100%;
  border-radius: 14px;
  animation: loader-elem-width 1.5s ease-in-out infinite;
}
.loader div {
  position: relative;
  height: 14px;
  margin-top: 8.4px;
  width: 137.2px;
}
.loader div span {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
}
.loader div span:first-child i {
  right: -7px;
}
.loader div span:first-child i:after {
  right: 0;
}
.loader div span:last-child i {
  left: -7px;
}
.loader div:nth-child(1) span:first-child i {
  width: 33.6px;
}
.loader div:nth-child(1) span:last-child i {
  width: 47.6px;
}
.loader div:nth-child(2) span:first-child i {
  width: 43.4px;
}
.loader div:nth-child(2) span:last-child i {
  width: 60.2px;
}
.loader div:nth-child(3) i {
  width: 75.6px;
}
.loader div:nth-child(4) span:first-child i {
  width: 60.2px;
}
.loader div:nth-child(4) span:last-child i {
  width: 43.4px;
}
.loader div:nth-child(5) span:first-child i {
  width: 47.6px;
}
.loader div:nth-child(5) span:last-child i {
  width: 33.6px;
}
@keyframes lc-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lc-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
.loader-circular svg {
  position: absolute;
  height: 100%;
  width: 100%;
  transform-origin: center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: lc-rotate 2s linear infinite;
}
.loader-circular circle {
  stroke: var(--f-primary);
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: lc-dash 1.5s ease-in-out infinite;
}
.user {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.user .a,
.user .avatar-container {
  display: inline-flex;
  height: 100%;
}
.user-avatar a,
.user-avatar .avatar-container {
  width: 100%;
}
.user .online-label {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border: 2px solid #FFF;
  border-radius: 30px;
}
.user .online-label {
  width: 12px;
  height: 12px;
}
.user img {
  border-radius: 50px;
}
.user img.avatar {
  border: 2px solid #fff;
  background: var(--f-bg-0);
  object-fit: cover;
}
.user .text {
  padding-left: 8px;
}
.user .offline {
  opacity: 0.3;
}
.user .power-badge {
  position: absolute;
}
.user .power-badge svg {
  stroke: white;
}
.user .power-badge g path {
  stroke: transparent;
}
.profile-popover {
  display: block;
  min-width: 150px;
  text-align: center;
  padding: 20px;
}
.profile-popover .avatar-container {
  margin-bottom: 8px;
  width: auto;
}
.profile-popover .avatar-container img {
  border: 2px solid #fff !important;
  box-shadow: none!important;
}
.profile-popover .avatar {
  width: 32px!important;
  height: 32px!important;
  object-fit: cover;
}
.profile-popover .power-badge {
  width: 15px;
  height: 15px;
  top: 18px!important;
  right: -2px !important;
}
.profile-popover .power-badge svg {
  height: 15px;
  width: 15px;
}
.profile-popover .power-badge use[stroke-width] {
  stroke-width: 2px;
}
.profile-popover .username {
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: capitalize;
  text-align: center;
  max-height: 50px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-popover .ustats {
  display: flex;
  margin-top: 8px;
  justify-content: center;
}
.profile-popover .ustat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  white-space: nowrap;
  margin-right: 12px;
}
.profile-popover .ustat:last-child {
  margin-right: 0;
}
.profile-popover .ustat svg {
  margin-right: 5px;
}
.profile-popover .ustat .fill {
  fill: #fff;
}
.profile-popover .follow-button {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.86px;
  border-radius: 50px;
  background: var(--f-bg-0);
  border: none;
  margin: 15px 0 0 0;
  width: auto;
}
.profile-popover .follow-button:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
}
.profile-popover .btn-follow {
  color: var(--f-primary);
}
.profile-popover .btn-unfollow {
  color: var(--f-happy-green);
}
.profile-popover .btn-unfollow:hover {
  color: var(--f-primary);
}
.user-extra-counter {
  display: inline-block;
  text-align: center;
  padding: 0;
  font-size: 14px;
  color: var(--f-subdue);
  background-color: #e7e8ec;
  border: 2px solid #FFF;
  border-radius: 50px;
}
.side-note {
  display: flex;
}
.side-note .side-icon-warn {
  flex: 0 0 16px;
  margin-right: 12px;
  position: relative;
}
.side-note .side-icon-warn::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 7px;
  background-image: linear-gradient(-180deg, #FBDA61 0%, #F76B1C 100%);
  border-radius: 1px;
}
.side-note .side-icon-warn div {
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: var(--f-bg-0);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.side-note .side-icon-warn svg {
  position: absolute;
  left: 10px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
}
.side-note .text {
  color: var(--f-subdue);
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 19px;
}
.side-note .text p {
  line-height: 19px;
}
.message-center {
  box-sizing: border-box;
  position: fixed;
  z-index: 5000;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: fit-content;
}
.message-center .messages {
  margin: 0 auto;
}
.message-box {
  min-height: 50px;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: fit-content;
  display: table;
  vertical-align: middle;
  border-radius: 8px;
  background-color: var(--f-ink);
  overflow: hidden;
  padding: 16px;
  animation: messageAnimation 3s ease;
}
.message-box > * {
  display: table-cell;
}
.message-box .close,
.message-box .close:focus,
.message-box .close:hover {
  color: #fff;
  opacity: 1;
  font-size: 32px;
  line-height: 12px;
}
.message-box .message {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.message-box .message-link {
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  padding: 0;
  margin-left: 50px;
}
.message-box.danger,
.message-box.error,
.message-box.warning {
  background-color: var(--f-safe-red);
}
/*Desktop*/
/*Tablet*/
/*Phone*/
@media (max-width: 767px) {
  .message-center-regular {
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: auto;
  }
  .message-center-important {
    width: auto;
    left: 5px;
    right: 5px;
  }
  .message-box .message {
    font-size: 12px;
    width: 100%;
    line-height: 20px;
  }
}
.message-animation.ng-enter,
.message-animation.ng-leave {
  position: relative;
}
.message-animation {
  animation: 0.5s messageAnimation-enter;
}
.message-animation.ng-leave {
  animation: 0.5s messageAnimation-leave;
}
@keyframes messageAnimation-enter {
  from {
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 0px;
  }
  to {
    opacity: 1;
    height: 36px;
  }
}
@keyframes messageAnimation-leave {
  from {
    opacity: 1;
    height: 36px;
  }
  to {
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 0px;
  }
}
.steps ul {
  list-style: none;
  padding-left: 0;
}
.steps li,
.steps li > div {
  display: inline-block;
}
.steps .step-id {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  border-radius: 68px;
  color: #fff;
}
.steps .step-text {
  line-height: 48px;
  margin: auto 25px auto 10px;
}
dialog {
  max-width: 100vw;
  max-height: 100vh;
  color: var(--f-ink);
}
dialog.bd::backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(11, 35, 62, 0.86);
}
dialog.bd + .backdrop,
.d-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(11, 35, 62, 0.86);
  z-index: 699;
}
:root {
  --f-dialog-padding: 32px;
}
.d-regular {
  background-color: var(--f-bg-0);
  background-clip: padding-box;
  outline: none;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 1px rgba(54, 60, 80, 0.04), 0px 1px 4px rgba(54, 60, 80, 0.14);
  padding: var(--f-dialog-padding);
  position: fixed;
}
.d-regular.d-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.d-regular h3,
.d-regular .title {
  color: var(--f-ink);
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 16px;
  word-break: break-word;
}
.d-regular h3.lmb,
.d-regular .title.lmb {
  margin-bottom: 40px;
}
.d-regular .button-groups {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.d-regular .button-groups .btn:last-child {
  margin-left: 8px;
}
@media screen and (min-width: 1024px) {
  .d-regular .button-groups {
    margin-top: 24px;
  }
}
.d-wseparators {
  padding: 0;
}
.d-wseparators h3 {
  border-bottom: 1px solid var(--f-ink-10);
  padding: var(--f-dialog-padding) var(--f-dialog-padding) 24px;
  margin-bottom: 0;
}
.d-wseparators .content-inner {
  padding: 24px var(--f-dialog-padding);
  border-bottom: 1px solid var(--f-ink-10);
}
.d-wseparators .button-groups {
  margin: 24px var(--f-dialog-padding) var(--f-dialog-padding);
}
@media (max-width: 650px) {
  :root {
    --f-dialog-padding: 16px;
  }
  .d-resp > .d-center {
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    height: 100vh;
    width: 100vw;
    max-height: none;
    max-width: none;
    overflow: auto;
  }
  .d-resp h3 {
    padding-right: 30px;
  }
  .d-resp > .d-w-illu .d-content {
    padding: 0;
  }
  .d-resp > .d-close {
    top: 16px;
    right: 16px;
  }
  .d-resp > .d-close .stroke {
    stroke: var(--f-ink);
  }
}
.d-none {
  background: transparent;
  border: 0;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
}
.d-none.loading {
  cursor: wait;
}
.d-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.d-close .fill {
  fill: #fff;
}
.d-w-illu {
  padding: 0;
  display: flex;
}
.d-w-illu .d-illu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 250px;
  background: #f6f6f6;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.d-w-illu .d-close {
  top: 32px;
  right: 32px;
}
.d-w-illu .d-content {
  padding: 30px;
}
.d-w-illu h3 {
  text-align: left;
}
@media (max-width: 730px) {
  .d-w-illu {
    width: 75vw;
  }
  .d-w-illu .d-illu {
    display: none;
  }
}
/*
* NOTE: From here styles for new modal continues
*/
.dialog-no-padding {
  padding: 0;
}
.dialog-width-sm {
  width: 350px;
}
.dialog-width-md {
  width: 400px;
}
.dialog-width-lg {
  width: 500px;
}
@keyframes modal-open-animation {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modal-open-slideInUp-animation {
  0% {
    opacity: 0.5;
    transform: translate(0, 200px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes modal-backdrop-open-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.85;
  }
}
.modal {
  display: flex !important;
}
.modal .modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  line-height: 16px;
}
.modal .modal-close button {
  font-size: 16px;
  color: white;
  opacity: 1;
}
.modal .modal-close-ext {
  position: absolute;
  border: none;
  background: transparent;
  padding: 0;
  top: 40px;
  right: 40px;
  margin: 0;
  z-index: 10;
}
.modal .modal-close-ext.modal-close-grey svg path {
  stroke: var(--f-grey-2);
}
body:not(.touch) .modal:not(.slideIn).in.scale .modal-dialog {
  animation: modal-open-animation ease-in-out 0.2s 1;
}
body:not(.touch) .modal.slideIn.in.scale .modal-dialog {
  animation: modal-open-slideInUp-animation ease-in-out 0.2s 1;
}
body:not(.touch) .modal-backdrop.in {
  animation: modal-backdrop-open-animation ease-in-out 0.2s 1;
}
.modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto!important;
}
.modal-footer .btn {
  display: inline-block;
}
.modal-content {
  width: 100%;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 15px 40px 0px rgba(5, 21, 44, 0.7);
  padding: 60px;
  position: relative;
}
.modal-content p.intro {
  text-align: center;
}
.modal-content h3,
.modal-content .h3 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  color: var(--f-ink);
  margin-bottom: 0!important;
}
.modal-content h4,
.modal-content .h4 {
  margin: 24px 0 12px 0;
  font-size: 12px;
  font-weight: bold;
  color: var(--f-ink);
  letter-spacing: 1px;
  line-height: 14px;
}
.modal-content p {
  font-size: 14px;
  color: var(--f-ink);
  line-height: 22px;
}
.modal-content .close {
  color: var(--f-grey-2);
  opacity: 1;
  text-shadow: none;
}
.modal-header {
  padding: 0 0 30px 0;
}
.modal-header a.h4 {
  color: #49A5F8;
  text-align: center;
  width: 100%;
  display: block;
}
.modal-body {
  padding: 0;
}
.modal-body.scroll {
  max-height: 50vh;
  overflow-y: scroll;
  margin: 0 -60px;
  padding: 0 60px 30px 60px;
}
.modal-danger .modal-header {
  border-bottom: 0;
}
.modal-danger .modal-footer {
  border-top: 0;
}
.modal-footer {
  text-align: center;
  border-top: none;
  margin-top: 25px;
  padding-bottom: 0;
}
.modal-footer .btn {
  padding: 14px 27px;
}
.modal-footer.scroll {
  border-top: 1px solid #e7e8ec;
  margin: 0 -60px -60px -60px;
  padding: 20px 0;
}
.modal-loading {
  padding: 75px 0;
}
.modal-loading .loader {
  margin: 50px auto;
}
.modal-loading .loader i:after {
  background: #49A5F8;
}
/* Double content, e.g. collaborators modal */
.modal-double .modal-left,
.modal-double .modal-right {
  float: left;
}
.modal-double .modal-right {
  margin-left: 60px;
}
.modal-double:not(.reduced) {
  min-width: 1035px;
}
.modal-double:not(.reduced) .modal-left {
  border-right: 1px solid #E7E8EC;
  padding: 60px 60px 60px 0;
  margin: -60px 0 -60px;
}
.modal-double:not(.reduced) .modal-right {
  border-left: 1px solid #E7E8EC;
  margin: 0 0 -60px -1px;
  padding: 0 0 60px 60px;
}
.modal-double.reduced .modal-right {
  display: none;
}
/* Small width modal */
@media (min-width: 768px) {
  .modal-dialog.modal-small {
    width: 500px;
  }
}
/* Modal with illustration */
.modal-dialog.with-illustration {
  width: 752px;
}
.modal-dialog.with-illustration .modal-content {
  overflow: hidden;
  display: flex;
  padding: 0;
}
.modal-dialog.with-illustration .modal-content .left-content {
  flex: 0 0 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--f-bg-1);
  padding: 0;
  border-radius: 8px 0 0 8px;
}
.modal-dialog.with-illustration .modal-content .right-content {
  flex: 1 1 auto;
  padding: 60px 40px;
}
/* Responsive & full screen */
@media (max-width: 500px), (max-height: 500px) {
  .modal-dialog {
    width: 100vw!important;
    min-height: 100vh;
  }
  .modal-dialog.with-illustration .modal-content .left-content {
    display: none;
  }
  .modal-content {
    border-radius: 0;
    box-shadow: none;
    min-height: 100vh;
    padding: 60px 30px;
  }
  .modal .modal-close-ext {
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .modal .modal-close-ext svg path {
    stroke: var(--f-grey-4);
  }
  .modal .modal-close {
    top: 10px;
    right: 10px;
  }
  .modal-footer .btn + .btn {
    margin-right: 15px;
  }
}
@media (max-height: 500px) {
  .modal-content {
    padding: 30px;
  }
}
.modal-overlay {
  display: block!important;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: inset 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
}
.modal-overlay .close img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
}
.close {
  float: right;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.list-instruments {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none;
  padding: 5px 0;
  clear: right;
}
.list-instruments li {
  color: var(--f-ink);
  box-shadow: 0px -1px 0px 0px #E7E8EC;
  padding: 17px 0;
  line-height: 15px;
}
.list-instruments li .icon-instrument {
  font-style: normal;
  position: relative;
  vertical-align: middle;
  top: 2px;
  margin-right: 12px;
}
.list-instruments li .icon-instrument path {
  fill: var(--f-ink);
}
.list-instruments li a {
  cursor: pointer;
}
.list-instruments li .remove {
  font-size: 16px;
  color: var(--f-subdue);
}
.list-instruments .close {
  line-height: 16px;
}
.list-instruments label {
  margin: 0;
  font-weight: normal;
}
.list-instruments[ui-sortable] li {
  cursor: move;
}
.drum {
  border-radius: 150px;
  position: relative;
}
.drum-snare,
.drum-snare-rim,
.drum-tom-medium-l,
.drum-tom-medium-h,
.drum-tom-bass,
.drum-bass-drum {
  background-image: linear-gradient(-180deg, #FAFAFA 0%, #ECEFF1 100%);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.drum-snare,
.drum-snare-rim {
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.drum-snare i,
.drum-snare-rim i {
  background: rgba(0, 0, 0, 0.08);
  height: 1px;
  width: 48px;
  position: absolute;
  left: 0;
}
.drum-snare i:nth-child(1),
.drum-snare-rim i:nth-child(1) {
  top: 20px;
}
.drum-snare i:nth-child(2),
.drum-snare-rim i:nth-child(2) {
  top: 22px;
}
.drum-snare i:nth-child(3),
.drum-snare-rim i:nth-child(3) {
  top: 24px;
}
.drum-snare i:nth-child(4),
.drum-snare-rim i:nth-child(4) {
  top: 26px;
}
.drum-snare i:nth-child(5),
.drum-snare-rim i:nth-child(5) {
  top: 28px;
}
.drum-snare-rim {
  border: 3px solid rgba(0, 0, 0, 0.3);
}
.drum-snare-rim i:nth-child(1) {
  top: 17px;
}
.drum-snare-rim i:nth-child(2) {
  top: 19px;
}
.drum-snare-rim i:nth-child(3) {
  top: 21px;
}
.drum-snare-rim i:nth-child(4) {
  top: 23px;
}
.drum-snare-rim i:nth-child(5) {
  top: 25px;
}
.drum-tom-medium-l {
  width: 48px;
  height: 48px;
}
.drum-tom-medium-h {
  width: 54px;
  height: 54px;
}
.drum-tom-bass {
  width: 62px;
  height: 62px;
}
.drum-bass-drum {
  width: 72px;
  height: 72px;
}
.drum-hi-hat-close,
.drum-hi-hat-open,
.drum-hi-hat-feet,
.drum-crash,
.drum-splash,
.drum-ride,
.drum-ride-bell {
  background: #F0C419;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.drum-hi-hat-close {
  width: 44px;
  height: 44px;
  border: 2px solid #F0C419;
}
.drum-hi-hat-close:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2x solid rgba(0, 0, 0, 0.13);
  border-radius: 150px;
}
.drum-hi-hat-open {
  width: 50px;
  height: 50px;
}
.drum-hi-hat-open:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-radius: 150px;
}
.drum-hi-hat-feet {
  width: 44px;
  height: 44px;
}
.drum-hi-hat-feet:before {
  content: " ";
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 150px;
}
.drum-crash {
  width: 54px;
  height: 54px;
}
.drum-splash {
  width: 36px;
  height: 36px;
}
.drum-ride {
  width: 58px;
  height: 58px;
}
.drum-ride-bell {
  width: 58px;
  height: 58px;
}
.drum-ride-bell:before {
  content: " ";
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 150px;
}
.wcard {
  z-index: 4;
  position: relative;
  max-width: 1104px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  margin: -100px auto 30px auto;
}
@media (max-height: 601px) {
  .wcard {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .wcard .wrapper {
    width: 85%;
  }
}
@media (max-height: 601px) and (max-width: 768px) {
  .wcard .metric-intruments {
    display: none;
  }
  .wcard .grid-3 {
    width: calc(100% * 1 / 2 - 1em - 0.01px);
  }
}
.wcard .wrapper {
  width: 100%;
  min-height: 200px;
  margin: auto;
  padding: 20px 30px;
  background: var(--f-bg-0);
  box-shadow: 0px 15px 12px 0px rgba(0, 0, 0, 0.04), 0px 19px 38px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .wcard .wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.wcard.up {
  margin-top: 40px;
}
.wcard .stats {
  max-width: 700px;
  margin: auto;
}
.wcard .stats > div {
  text-align: center;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .wcard .stats > div {
    margin-left: 0;
    width: 100%;
    padding: 10px 0;
  }
}
.wcard span.number {
  font-weight: bold;
  font-size: 20px;
  color: var(--f-ink);
  line-height: 27px;
}
.wcard span.label {
  color: var(--f-subdue);
  letter-spacing: 0.85px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  display: block;
  padding-top: 6px;
  font-weight: bold;
}
.wcard .cta {
  text-align: center;
  margin: 30px 0;
}
.wcard .cta .short {
  display: none;
}
@media (max-width: 370px) {
  .wcard .cta .short {
    display: initial;
  }
  .wcard .cta .long {
    display: none;
  }
}
.flat-dashboard .wcard .wrapper {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.datetimepicker {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  width: 336px;
  padding: 30px;
}
.datetimepicker .datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker .datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker table {
  border: 0;
}
.datetimepicker tr:nth-child(odd) > td,
.datetimepicker tr:nth-child(odd) > th {
  background: none!important;
}
.datetimepicker th {
  padding-bottom: 16px;
}
.datetimepicker th.right i:before {
  content: "\2192";
}
.datetimepicker th.left i:before {
  content: "\2190";
}
.datetimepicker td {
  padding: 12px;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker .hour,
.datetimepicker .minute {
  margin: 0;
  height: 34px;
  line-height: 34px;
  width: 25%;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker .table td,
.datetimepicker .table th {
  text-align: center;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.datetimepicker table td.minute,
.datetimepicker table td.hour,
.datetimepicker table td.day {
  color: var(--f-subdue);
}
.datetimepicker table td.minute:hover,
.datetimepicker table td.hour:hover,
.datetimepicker table td.day:hover,
.datetimepicker table td span:hover {
  color: var(--f-subdue);
  cursor: pointer;
}
.datetimepicker table td.disabled,
.datetimepicker table td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table td.today:not(.active) {
  color: var(--f-ink);
  background: none;
}
.datetimepicker table td.active,
.datetimepicker table td.active:hover,
.datetimepicker table td span.active,
.datetimepicker table td span.active:hover {
  border-radius: 50%;
  background: var(--f-primary) !important;
  color: #fff;
}
.datetimepicker table td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datetimepicker table td span.disabled,
.datetimepicker table td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table td span.past,
.datetimepicker table td span.future {
  color: #999999;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.search-bordered {
  width: 212px;
  height: 38px;
  background: var(--f-bg-0);
  border-radius: 40px;
  border: 1px solid var(--f-grey-2);
  color: var(--f-subdue);
  line-height: 38px;
  padding: 0px 12px;
  margin: 1px 10px;
}
.search-bordered input {
  border: 0;
  padding-left: 10px;
  color: var(--f-subdue);
}
.search-bordered input::-webkit-input-placeholder {
  color: var(--f-grey-4);
  font-style: italic;
}
.search-bordered input::-moz-placeholder {
  color: var(--f-grey-4);
  font-style: italic;
}
.search-bordered input:-ms-input-placeholder {
  color: var(--f-grey-4);
  font-style: italic;
}
.flat-table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.flat-table thead {
  color: white;
  font-weight: bold;
  font-size: 10px;
  line-height: 11px;
  background-color: var(--f-primary);
  text-transform: uppercase;
}
.flat-table thead tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  -webkit-border-radius: 8px 0 0 0;
}
.flat-table thead tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
}
.flat-table thead tr th {
  padding: 30px;
  border: none;
}
.flat-table tbody {
  color: var(--f-subdue);
  font-size: 14px;
  line-height: 16px;
  border-radius: 8px;
  border: 1px solid #E7E8EC;
  border-top: none;
}
.flat-table tbody .icon path {
  fill: var(--f-subdue);
}
.flat-table tbody tr:first-child td {
  padding-top: 30px;
}
.flat-table tbody tr td {
  padding: 0 30px 30px 30px;
  border: none;
}
.text-success {
  color: var(--f-happy-green);
}
.input-cc {
  border: 1px solid var(--f-grey-2);
  background: var(--f-bg-0);
  border-radius: 4px;
}
.input-cc-name {
  margin-bottom: 16px;
}
.input-cc-el {
  padding: 13px 16px;
}
.input-cc-opts {
  border-top: 1px solid var(--f-grey-2);
  display: flex;
}
.input-cc-opts > div {
  flex: 1 1 auto;
}
.input-cc-cvc {
  border-left: 1px solid var(--f-grey-2);
}
.input-cc-err {
  display: flex;
  align-items: center;
  margin-top: 4px;
  color: var(--f-safe-red);
}
.input-cc-err svg {
  margin-right: 4px;
}
.input-cc-err path {
  fill: var(--f-safe-red);
}
.form-cc {
  width: 498px;
  position: relative;
  background: #FBFBFC;
  border: 1px solid #e7e8ec;
  border-radius: 8px;
  padding: 30px;
  font-family: var(--f-font-common);
  /* firefox 19+ */
  /* ie */
}
.form-cc .form-control::-webkit-input-placeholder {
  color: var(--f-subdue);
}
.form-cc .form-control::-moz-placeholder {
  color: var(--f-subdue);
}
.form-cc .form-control:-ms-input-placeholder {
  color: var(--f-subdue);
}
.form-cc .form-control:-moz-placeholder {
  color: var(--f-subdue);
}
.form-cc .form-cc-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FBFBFC;
  opacity: 0.75;
}
.form-cc .form-cc-loader .loader {
  top: 128px;
  left: calc(50% - 69px);
}
.form-cc .form-cc-loader .loader i:after {
  background: var(--f-primary);
}
.form-cc label {
  display: block;
  font-family: var(--f-font-common);
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  color: var(--f-ink);
  margin-bottom: 8px;
}
.form-cc label svg {
  vertical-align: middle;
}
.form-cc .tooltip {
  margin-top: 4px;
}
.form-cc .tooltip-inner {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 17px;
}
.form-cc .field {
  position: relative;
}
.form-cc .field-wrapper {
  position: relative;
}
.form-cc .field-wrapper .icon-left {
  position: absolute;
  top: 11px;
  left: 12px;
}
.form-cc .field-wrapper .icon-right-lock {
  position: absolute;
  top: 12px;
  right: 12px;
}
.form-cc .field-wrapper .icon-cc {
  position: absolute;
  top: 10px;
  right: 10px;
}
.form-cc .cc-stripe-card-wrap {
  padding: 10px;
}
.form-cc .field-name {
  margin-bottom: 34px;
}
.form-cc.vue .field-name {
  margin-bottom: 15px;
}
.form-cc .field-number {
  margin-bottom: 15px;
}
.form-cc .btn-cc-pay {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 25px;
  background: var(--f-primary) !important;
  border: 1px solid var(--f-primary) !important;
  border-radius: 4px;
  box-shadow: inset 0px -22px 13px 0px rgba(38, 143, 243, 0.3) !important;
  color: #fff !important;
}
.form-cc .btn-cc-pay:hover,
.form-cc .btn-cc-pay:focus {
  box-shadow: inset 0px -22px 13px 0px var(--f-primary);
  border-radius: 4px;
}
.form-cc .btn-cc-pay[disabled].processing,
.form-cc .btn-cc-pay[disabled].success {
  opacity: 1;
}
.form-cc .btn-cc-pay.success {
  background: var(--f-happy-green);
  border: 1px solid #53A606;
}
.form-cc .btn-cc-pay .icon {
  position: relative;
  vertical-align: middle;
  top: 0px;
  margin-left: 8px;
}
.form-cc .or-paypal,
.form-cc .or-applepay,
.form-cc .or-purchase-order {
  text-align: center;
  margin: 15px auto;
  font-size: 12px;
  color: var(--f-ink);
}
.form-cc .btn-cc-paypal,
.form-cc .btn-cc-purchase-order {
  display: block;
  width: 100%;
  height: 44px;
  background: var(--f-bg-0);
  border: 1px solid #BABABA;
  box-shadow: inset 0px -22px 13px 0px #EBF1F4;
  border-radius: 4px;
}
.form-cc .btn-cc-paypal:hover,
.form-cc .btn-cc-purchase-order:hover,
.form-cc .btn-cc-paypal:focus,
.form-cc .btn-cc-purchase-order:focus,
.form-cc .btn-cc-paypal:active,
.form-cc .btn-cc-purchase-order:active {
  box-shadow: inset 0px -22px 13px 0px #D6E0E5;
}
.form-cc .btn-cc-paypal img,
.form-cc .btn-cc-purchase-order img {
  height: 18px;
  margin-left: 6px;
}
.form-cc .btn-cc-paypal span,
.form-cc .btn-cc-purchase-order span {
  color: var(--f-ink);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}
.form-cc .btn-cc-applepay {
  display: block;
  height: 44px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-size: 100% 100%;
  background-origin: content-box;
  background-repeat: no-repeat;
  width: 100%;
  border: 0;
  padding: 10px 0;
}
.form-cc .popover-error {
  position: absolute;
  z-index: 100;
  top: 3px;
  white-space: nowrap;
  background: var(--f-bg-0);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.35);
  padding: 9px 13px 9px;
  border-radius: 6px;
  font-size: 13px;
  color: var(--f-subdue);
}
.form-cc .stripe-global-error {
  color: var(--f-safe-red);
  text-align: center;
}
@media (max-width: 500px) {
  .form-cc {
    width: 100%;
  }
}
/* "Just for you" topbar */
.jfy-topbar {
  width: 100%;
  display: block;
  height: 51px;
  background-image: linear-gradient(-179deg, #102047 0%, #0B1732 100%);
  box-shadow: inset 0px -4px 0px 0px #F8AA00;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 49px;
  letter-spacing: 1px;
  text-shadow: 0px 1px 1px #166E52;
  text-align: center;
}
@media (max-width: 300px) {
  .jfy-topbar {
    display: none;
  }
}
.jfy-topbar:hover,
.jfy-topbar:focus,
.jfy-topbar:active {
  color: #fff;
}
.jfy-topbar.fixed {
  position: fixed;
  z-index: 1000;
}
.jfy-topbar .counter {
  background: #060D1D;
  width: 25px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  margin: 0 3px;
}
.jfy-topbar svg {
  vertical-align: middle;
  width: 14px;
}
.jfy-topbar path {
  fill: #fff;
}
@media (max-width: 600px) {
  .jfy-topbar {
    display: none;
  }
}
@media (min-width: 600px) {
  .dashboard-header-fixed.with-topbar {
    top: 51px;
  }
  .clearfix-header.with-topbar {
    height: 117px;
  }
  .flat-pricing .main-signup-wrapper .background.with-promo {
    top: 51px;
  }
}
.popover-survey {
  position: fixed;
  bottom: 65px;
  right: 40px;
  width: 370px;
  z-index: 1000;
  background: var(--f-bg-0);
  box-shadow: -44px 53px 43px 0px rgba(65, 65, 65, 0.36);
  border-radius: 6px;
  transition: bottom 500ms ease-in-out;
}
.popover-survey.popover-hide {
  bottom: -500px;
}
.popover-survey .popover-header {
  height: 89px;
  background-image: linear-gradient(45deg, #33B1F8 0%, #49A5F7 37%, #6E90F6 100%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 34px 30px;
  font-size: 24px;
  color: #fff;
}
.popover-survey .popover-header.thanks {
  border-radius: 6px;
}
.popover-survey .popover-close {
  float: right;
}
.popover-survey .popover-close svg {
  height: 16px;
  width: 16px;
}
.popover-survey .popover-close path {
  fill: #fff;
  stroke-width: 1px;
  stroke: #fff;
}
.popover-survey .popover-body {
  padding: 15px 30px 30px;
  color: var(--f-ink);
  font-size: 16px;
}
.popover-survey .popover-body .question {
  line-height: 18px;
  margin: 15px 0;
}
.popover-survey .popover-body .survey-key {
  display: block;
  line-height: 48px;
}
.popover-survey .popover-body .survey-key:hover {
  color: var(--f-ink);
}
.popover-survey .popover-body .survey-key:hover .survey-radio {
  background: var(--f-happy-green);
  border: 1px solid var(--f-happy-green);
}
.popover-survey .popover-body .survey-radio {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 16px;
  width: 16px;
  height: 16px;
  border-radius: 60px;
  background: #FFFFFF;
  border: 1px solid var(--f-grey-2);
}
.popover-survey .popover-body .price {
  display: flex;
  max-width: 278px;
}
.popover-survey .popover-body .price input {
  max-width: 165px;
}
.popover-survey .popover-body .price span {
  line-height: 34px;
  padding-left: 12px;
  min-width: 100px;
}
.popover-survey .popover-body textarea {
  min-height: 100px;
}
.popover-survey .popover-body .submit {
  text-align: center;
  margin-top: 30px;
}
.popover-survey .popover-body .submit .btn {
  margin: 0;
}
@media (max-width: 455px), (max-height: 455px) {
  .popover-survey {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
  }
  .popover-survey .popover-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.theme-selector {
  width: 272px;
  padding: 15px;
}
.theme-selector .theme-catego {
  display: flex;
  flex-wrap: wrap;
}
.theme-selector .theme {
  display: block;
  flex: 0 0 24px;
  height: 24px;
  border: 0;
  padding: 0;
}
.tag-beta {
  display: inline-flex;
  background: var(--f-ink);
  border-radius: 4px;
  padding: 4px;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
}
.tag-premium {
  display: inline-flex;
  background: #FFEFD6;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--f-yellow);
}
.global-flx {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.global-flx .dashboard-header-container {
  flex: 0 0 68px;
}
.global-flx .dashboard-header {
  position: fixed;
}
.global-flx .nav-mobile {
  position: relative;
}
.global-flx-content {
  flex: 1 1 calc(100vh - 68px);
}
.global-flx-content.scroll {
  overflow: auto;
}
.global-flx-content.of-hidden {
  overflow: hidden;
}
@media (max-width: 767px) {
  .global-flx-content {
    flex: 1 1 calc(100vh - 50px);
  }
}
.global-flx-h,
.global-flx-v {
  display: flex;
  height: 100%;
  position: relative;
  overflow: auto;
}
.global-flx-v {
  flex-direction: column;
}
.beige {
  background: var(--f-bg-1);
}
.global-flx-chromeless {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.global-flx-chromeless-content {
  overflow: auto;
  height: 100%;
}
.fcontent-color-topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 2;
}
.fcontent-main {
  flex: 1 1 auto;
  position: relative;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.fcontent-view {
  max-width: 1560px;
  margin: 0 72px 72px 72px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .fcontent-view {
    margin: 0 72px 72px;
  }
}
@media (max-width: 767px) {
  .fcontent-view {
    margin: 0 16px 16px;
  }
}
.organizationEnrollRoute {
  max-width: unset;
  margin: unset;
}
.editor-help.ft-visible {
  opacity: 1;
  z-index: 15;
}
.help-card.ft-visible {
  transform: translate(0, 0) !important;
}
.editor-help-card-list {
  opacity: 0;
  display: none;
}
.editor-help-card-list.ft-visible {
  display: block;
  opacity: 1;
  transform: translate(0, 0);
}
.editor-help-card-details {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.editor-help-card-details .help-card-details-left-side {
  overflow: auto;
  background: rgba(247, 247, 248, 0.97) !important;
  transition: all 0.3s ease-in-out;
}
.editor-help-card-details .help-card-details-left-side .help-card-details-title,
.editor-help-card-details .help-card-details-left-side .help-card-details-description {
  opacity: 0;
  transform: translate(0, 60px);
}
.editor-help-card-details .help-card-details-left-side .help-card-details-title {
  transition: all 0.3s ease-in-out;
}
.editor-help-card-details .help-card-details-left-side .help-card-details-description {
  transition: all 0.3s 0.2s ease-in-out;
}
.editor-help-card-details .help-card-details-prev {
  opacity: 0;
  transform: rotate(180deg) translate(-30px, 0);
  transition: all 0.3s 0.2s ease-in-out;
}
.editor-help-card-details.ft-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.editor-help-card-details.ft-visible .help-card-details-left-side .help-card-details-title,
.editor-help-card-details.ft-visible .help-card-details-left-side .help-card-details-description {
  opacity: 1;
  transform: translate(0, 0);
}
.editor-help-card-details.ft-visible .help-card-details-prev {
  opacity: 1;
  transform: rotate(180deg) translate(0, 0);
}
.editor-help {
  height: 300px;
  width: 100%;
  background: rgba(247, 247, 248, 0.97);
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.editor-help .editor-help-close {
  border: none;
  background: transparent;
  top: 30px;
  right: 30px;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 20;
}
.editor-help .editor-help-close svg {
  width: 16px!important;
  height: 16px!important;
}
.editor-help .editor-help-close svg path {
  stroke: var(--f-grey-4);
}
.editor-help .editor-help-opentab {
  top: 30px;
  right: 80px;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 20;
}
.editor-help-header {
  display: flex;
  margin-bottom: 30px;
  margin-right: 40px;
  padding: 26px 20px 0 40px;
}
.editor-help-header .editor-help-search {
  display: flex;
  width: 100%;
  max-width: 376px;
  padding-top: 6px;
  padding-bottom: 11px;
  margin-left: 56px;
  border-bottom: 1px solid #e7e8ec;
}
.editor-help-header .editor-help-search .editor-help-search-icon {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
  margin-left: -56px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  background: transparent;
  box-shadow: 0 2px 8px rgba(40, 48, 79, 0), 0 1px 3px rgba(40, 48, 79, 0), 0 1px 2px rgba(255, 255, 255, 0);
}
.editor-help-header .editor-help-search .editor-help-search-icon svg {
  height: 16px;
  width: 16px;
}
.editor-help-header .editor-help-search .editor-help-search-icon svg path {
  fill: var(--f-subdue);
}
.editor-help-header .editor-help-search .editor-help-search-icon.active {
  background: white;
  box-shadow: 0 2px 8px rgba(40, 48, 79, 0.1), 0 1px 3px rgba(40, 48, 79, 0.2), 0 1px 2px rgba(255, 255, 255, 0.6);
}
.editor-help-header .editor-help-search .editor-help-search-icon.active svg path {
  fill: var(--f-primary);
}
.editor-help-header .editor-help-search input {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  border: none;
  background-color: transparent;
}
.editor-help-content {
  display: flex;
  align-items: center;
  overflow-y: scroll;
  overflow-y: hidden;
  padding: 0 20px 0 40px;
}
.editor-help-content .help-card {
  flex: 1 1 auto;
  width: 260px;
  max-width: 260px;
  min-width: 260px;
  height: 170px;
  padding: 20px;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 30px;
  transform: translate(0, 200px);
  background: white;
  position: relative;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e7e8ec;
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0), 0 19px 38px rgba(0, 0, 0, 0);
}
.editor-help-content .help-card .help-card-title {
  color: var(--f-primary);
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.editor-help-content .help-card .help-card-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  bottom: -18px;
  left: calc(50% - 18px);
  position: absolute;
  border-radius: 50px;
  background-color: white;
  box-shadow: 0 2px 8px rgba(40, 48, 79, 0.1), 0 1px 3px rgba(40, 48, 79, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.6);
}
.editor-help-content .help-card .help-card-icon-container .help-card-icon {
  width: 16px;
  height: 16px;
}
.editor-help-content .help-card .help-card-icon-container .help-card-icon svg {
  width: 16px;
  height: 16px;
}
.editor-help-content .help-card .help-card-icon-container .help-card-icon svg path {
  fill: var(--f-primary);
}
.editor-help-content .help-card:last-child {
  margin-right: 0;
}
.editor-help-content .help-card:hover {
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0.04), 0 19px 38px rgba(0, 0, 0, 0.12);
}
.help-card-details {
  display: flex;
  align-items: center;
  overflow: scroll;
  height: 300px;
}
.help-card-details .help-card-details-left-side {
  display: flex;
  flex-direction: column;
  flex: 0 0 360px;
  height: 100%;
  max-width: 360px;
  padding: 40px;
}
.help-card-details .help-card-details-left-side .help-card-details-prev {
  height: 18px;
  width: 18px;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 27px;
  border: none;
  background: transparent;
}
.help-card-details .help-card-details-left-side .help-card-details-prev svg {
  height: 18px;
  width: 15px;
  padding: 1px;
}
.help-card-details .help-card-details-left-side .help-card-details-prev svg path {
  stroke: white;
  fill: white;
}
.help-card-details .help-card-details-left-side .help-card-details-info {
  color: white;
  letter-spacing: 1px;
}
.help-card-details .help-card-details-left-side .help-card-details-info .help-card-details-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.help-card-details .help-card-details-left-side .help-card-details-info .help-card-details-description {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
}
.help-card-details .help-card-details-left-side .help-card-details-info .help-card-details-more {
  display: block;
  margin-top: 15px;
  font-style: italic;
  color: white;
}
.help-card-details .help-card-details-right-side {
  display: flex;
  align-items: center;
  flex: 1 1;
  padding: 30px 50px 30px 40px;
}
.help-card-details .help-card-details-right-side .help-card-details-gif {
  display: flex;
  height: 240px;
  cursor: pointer;
}
.help-card-details .help-card-details-right-side .help-card-details-gif img {
  height: 100%;
  border-radius: 3px;
  border: 1px solid #e7e8ec;
}
.help-card-details .help-card-details-right-side .help-card-details-fullscreen {
  height: 16px;
  width: 16px;
  padding: 0;
  margin: 0 0 0 20px;
  border: none;
  background: transparent;
}
.help-card-details .help-card-details-right-side .help-card-details-fullscreen svg {
  height: 16px;
  width: 16px;
}
.help-card-details .help-card-details-right-side .help-card-details-fullscreen svg path {
  fill: var(--f-subdue);
}
.help-card-details .help-card-details-article {
  display: block;
  height: 220px;
  width: 300px;
  background: var(--f-bg-0);
  border: 1px solid #E7E8EC;
  border-radius: 8px;
}
.help-card-details .help-card-details-article .article-head {
  height: 120px;
  width: 100%;
  padding: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.6px;
}
.help-card-details .help-card-details-article .article-head > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.help-card-details .help-card-details-article .article-body {
  text-align: center;
  height: 98px;
}
.help-card-details .help-card-details-article .article-body button {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.content-editor-help {
  padding-left: 25px;
  padding-right: 25px;
}
.editor-help-page {
  flex-wrap: wrap;
  padding: 0;
}
.help-card.help-card-blue {
  border-color: #70b5ef !important;
  background: #70b5ef !important;
}
.help-card.help-card-blue .help-card-title {
  color: white !important;
}
.help-card.help-card-blue .help-card-icon svg path {
  fill: #70b5ef !important;
}
.help-card-details.help-card-blue .help-card-details-left-side {
  background: #70b5ef !important;
}
.help-card-details.help-card-blue .article-head {
  background-color: #70b5ef;
}
.help-card.help-card-green {
  border-color: #51d46f !important;
  background: #51d46f !important;
}
.help-card.help-card-green .help-card-title {
  color: white !important;
}
.help-card.help-card-green .help-card-icon svg path {
  fill: #51d46f !important;
}
.help-card-details.help-card-green .help-card-details-left-side {
  background: #51d46f !important;
}
.help-card-details.help-card-green .article-head {
  background-color: #51d46f;
}
.help-card.help-card-orange {
  border-color: #f5764e !important;
  background: #f5764e !important;
}
.help-card.help-card-orange .help-card-title {
  color: white !important;
}
.help-card.help-card-orange .help-card-icon svg path {
  fill: #f5764e !important;
}
.help-card-details.help-card-orange .help-card-details-left-side {
  background: #f5764e !important;
}
.help-card-details.help-card-orange .article-head {
  background-color: #f5764e;
}
.help-card.help-card-purple {
  border-color: #765aff !important;
  background: #765aff !important;
}
.help-card.help-card-purple .help-card-title {
  color: white !important;
}
.help-card.help-card-purple .help-card-icon svg path {
  fill: #765aff !important;
}
.help-card-details.help-card-purple .help-card-details-left-side {
  background: #765aff !important;
}
.help-card-details.help-card-purple .article-head {
  background-color: #765aff;
}
.help-card.help-card-brown {
  border-color: #9c7f6f !important;
  background: #9c7f6f !important;
}
.help-card.help-card-brown .help-card-title {
  color: white !important;
}
.help-card.help-card-brown .help-card-icon svg path {
  fill: #9c7f6f !important;
}
.help-card-details.help-card-brown .help-card-details-left-side {
  background: #9c7f6f !important;
}
.help-card-details.help-card-brown .article-head {
  background-color: #9c7f6f;
}
