@charset "UTF-8";
/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.container {
  padding: 0 0.625em;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

/* line 18, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-block {
  display: block !important;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-inline-block {
  display: inline-block !important;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-vertical-middle {
  vertical-align: middle !important;
}

/* line 30, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.l-inner-large {
  padding: 30px;
}

/* line 34, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.l-inner {
  padding: 20px;
}

/* line 38, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.l-inner-compact {
  padding: 10px;
}

/* line 42, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.l-grouped {
  display: flex;
  justify-content: space-between;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.l-partitioned > * {
  margin-right: 5px;
}

/* line 51, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.l-partitioned > *:last-child {
  margin-right: 0;
}

/* line 57, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.l-aligned {
  align-items: center;
}

/* line 61, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.pull-left,
.u-float-left {
  float: left !important;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.pull-right,
.u-float-right {
  float: right !important;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.u-clearfix:before, .u-clearfix:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.u-clearfix:after {
  clear: both;
}

/* line 75, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.generic-container {
  min-height: 200px;
}

/* line 79, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.flex-row, .job-list-item__price, .job-list-item__row--upper, .message-attachment {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* line 86, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.sortable-item {
  z-index: 1001;
}

/* line 89, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.sortable-item .is-hidden-when-sortable {
  display: none;
}

/* line 99, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.l-page-content {
  flex: 1 0 auto;
}

/* line 109, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.l-page-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
}

/* line 119, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-warning {
  color: #ce3c5c;
}

/* line 127, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-text-left {
  text-align: left !important;
}

/* line 131, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-text-right {
  text-align: right !important;
}

/* line 135, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-text-center {
  text-align: center !important;
}

/* line 139, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-text-justify {
  text-align: justify !important;
}

/* line 147, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-m0 {
  margin: 0;
}

/* line 148, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-mt0 {
  margin-top: 0;
}

/* line 149, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-mr0 {
  margin-right: 0;
}

/* line 150, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-mb0 {
  margin-bottom: 0;
}

/* line 151, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-ml0 {
  margin-left: 0;
}

/* line 153, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-m10 {
  margin: 10px;
}

/* line 154, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-mt10 {
  margin-top: 10px;
}

/* line 155, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-mr10 {
  margin-right: 10px;
}

/* line 156, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-mb10 {
  margin-bottom: 10px;
}

/* line 157, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.u-ml10 {
  margin-left: 10px;
}

/* line 163, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-hidden {
  display: none !important;
}

/* line 167, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-visible {
  display: block !important;
}

/* line 171, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-invisible {
  opacity: 0;
}

/* line 175, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-trigger {
  cursor: pointer !important;
}

/* line 179, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-grayscale {
  filter: grayscale(100%);
}

/* line 183, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-colored {
  filter: grayscale(0%);
}

/* line 187, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-blurred {
  filter: blur(3px);
}

/* line 191, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-disabled {
  opacity: 0.4;
}

/* line 195, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-loading {
  position: relative;
}

/* line 198, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-loading:after {
  display: block;
  width: 100%;
  height: 100%;
  background: #131518 url(/assets/@cgtrader/cgtrader-ui/images/preloader_horizontal-040e5dba03a92687a937352e4aae96da42e89b75a5fd735f06a4ae11b1dc747d.gif) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  opacity: 0.7;
}

/* line 211, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-loading.is-loading-image {
  height: 200px;
}

/* line 214, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-loading.is-loading-image:after {
  background-color: #fff;
}

/* line 220, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-scroll-locked {
  overflow: hidden !important;
}

/* line 225, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_general.scss */
.is-noisy:after {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/@cgtrader/cgtrader-ui/images/noise-4930d891d35b6733f14a888f361623afc81f79fba51caae31c6649fad0c1f86d.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  z-index: 0;
  opacity: 0.075;
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/utilities/_dimensions.scss */
.u-width-viewport-third {
  width: 33vw !important;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 32, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
/* line 52, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 65, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 75, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 250, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 264, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 275, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 288, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 300, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 320, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 332, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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`.
 */
/* line 344, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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).
 */
/* line 355, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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).
 */
/* line 368, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 388, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
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.
 */
/* line 406, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, node_modules/@cgtrader/cgtrader-ui/scss/base/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
*:focus {
  outline: 0;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
*,
*:before,
.details-box__separator::after,
*:after {
  box-sizing: border-box;
}

/* line 11, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
html,
body {
  height: 100%;
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
body {
  display: flex;
  position: relative;
  right: 0;
  background: #f4f6f7;
  font-size: 16px;
  line-height: 22px;
  flex-direction: column;
  transition: 0.3s ease-in-out right;
  overflow-x: hidden;
}

/* line 27, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
body.is-overlaid {
  overflow: hidden;
}

/* line 31, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
body #intercom-container {
  z-index: 453 !important;
}

/* line 36, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
input {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

/* line 47, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
h1 {
  font-size: 36px;
}

/* line 51, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
h2 {
  font-size: 27px;
}

/* line 55, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
h3 {
  font-size: 24px;
}

/* line 59, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
h4 {
  font-size: 18px;
}

/* line 63, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
h5 {
  font-size: 16px;
}

/* line 67, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
h6 {
  font-size: 12px;
}

/* line 71, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
h1,
h2,
h3 {
  margin-bottom: 20px;
  font-weight: 300;
}

/* line 78, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
h4,
h5,
h6 {
  margin-bottom: 15px;
  font-weight: 700;
}

/* line 85, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
p {
  margin: 0 0 20px 0;
}

/* line 89, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
a {
  color: #27a885;
  transition: 0.3s ease-in-out color;
  cursor: pointer;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
a:hover {
  color: #131518;
}

/* line 95, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
hr {
  display: block;
  margin: 30px 0;
  width: 100%;
  height: 1px;
  border: 0;
  background: #d6dee2;
}

/* line 103, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
hr.is-solid {
  background: transparent;
  border-top: 1px solid #d5d5d5;
}

/* line 108, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
hr.is-dotted {
  background: transparent;
  border-top: 1px dotted #d5d5d5;
}

/* line 113, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
hr.is-dashed {
  background: transparent;
  border-top: 1px dashed #d5d5d5;
}

/* line 119, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
img {
  max-width: 100%;
}

/* line 123, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
label {
  cursor: pointer;
}

/* line 127, node_modules/@cgtrader/cgtrader-ui/scss/base/_defaults.scss */
small {
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
.fx--soft-scale .nav-out-next {
  animation: scaleUp 0.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
.fx--soft-scale .nav-in-next {
  animation: scaleDownUp 0.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 11, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
.fx--soft-scale .nav-out-prev {
  animation: scaleDown 0.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 15, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
.fx--soft-scale .nav-in-prev {
  animation: scaleUpDown 0.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-moz-keyframes scaleUp {
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes scaleUp {
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes scaleUp {
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-ms-keyframes scaleUp {
  /* line 20, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes scaleUp {
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes scaleDownUp {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes scaleDownUp {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-o-keyframes scaleDownUp {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-ms-keyframes scaleDownUp {
  /* line 27, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  /* line 32, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleDownUp {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-moz-keyframes scaleDown {
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}

@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}

@-o-keyframes scaleDown {
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}

@-ms-keyframes scaleDown {
  /* line 39, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}

@keyframes scaleDown {
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}

@-moz-keyframes scaleUpDown {
  from {
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes scaleUpDown {
  from {
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-o-keyframes scaleUpDown {
  from {
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-ms-keyframes scaleUpDown {
  /* line 46, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  from {
    transform: scale(1.2);
  }
  /* line 50, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-moz-keyframes BlockFadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@-webkit-keyframes BlockFadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@-o-keyframes BlockFadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@-ms-keyframes BlockFadeIn {
  /* line 57, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  0% {
    opacity: 0;
    display: none;
  }
  /* line 62, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  1% {
    opacity: 0;
    display: block;
  }
  /* line 67, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes BlockFadeIn {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@-moz-keyframes PreviewFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes PreviewFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes PreviewFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes PreviewFadein {
  /* line 74, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  from {
    opacity: 0;
  }
  /* line 78, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  to {
    opacity: 1;
  }
}

@keyframes PreviewFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes shake {
  0% {
    transform: rotate(-4deg);
  }
  2%,
6%,
10% {
    transform: rotate(4deg);
  }
  4%,
8%,
12% {
    transform: rotate(-4deg);
  }
  14% {
    transform: rotate(0);
  }
}

@-webkit-keyframes shake {
  0% {
    transform: rotate(-4deg);
  }
  2%,
6%,
10% {
    transform: rotate(4deg);
  }
  4%,
8%,
12% {
    transform: rotate(-4deg);
  }
  14% {
    transform: rotate(0);
  }
}

@-o-keyframes shake {
  0% {
    transform: rotate(-4deg);
  }
  2%,
6%,
10% {
    transform: rotate(4deg);
  }
  4%,
8%,
12% {
    transform: rotate(-4deg);
  }
  14% {
    transform: rotate(0);
  }
}

@-ms-keyframes shake {
  /* line 84, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  0% {
    transform: rotate(-4deg);
  }
  /* line 88, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  2%,
6%,
10% {
    transform: rotate(4deg);
  }
  /* line 94, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  4%,
8%,
12% {
    transform: rotate(-4deg);
  }
  /* line 100, node_modules/@cgtrader/cgtrader-ui/scss/base/_animations.scss */
  14% {
    transform: rotate(0);
  }
}

@keyframes shake {
  0% {
    transform: rotate(-4deg);
  }
  2%,
6%,
10% {
    transform: rotate(4deg);
  }
  4%,
8%,
12% {
    transform: rotate(-4deg);
  }
  14% {
    transform: rotate(0);
  }
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-517dc47a9fd59689e026fe049fa595ce30889e1c4cb65a3e534e1f7a3ac6a8fd.eot);
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-517dc47a9fd59689e026fe049fa595ce30889e1c4cb65a3e534e1f7a3ac6a8fd.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-51f33fe69f861b7fc9a925807fbfe6710ef51f7e370d9ec30aea799b2ef5d4d2.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-68153642566506b57ef784ac213baf4e55577e1fa4397f4c85840428b2edc6be.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-64f419f439c007b058fb5c01347fed427d9cdb1cca495d8b1505f93fe69795d6.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-7e2d55afd6212a1dbe57e5a93ea25f781689ecc7d14c6972ade51b5a19ef9e3d.svg#SourceSansPro) format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-6b77e84f426da5de6c01af037333c58383facc657c9bf0e0cd22a7ec2b27e9e6.eot);
  src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-6b77e84f426da5de6c01af037333c58383facc657c9bf0e0cd22a7ec2b27e9e6.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-283fd88e9a138a79cb627d856e0bc7ef060863a14b5e384426aca5017ecc562c.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-221551b4c4c2d7c71d1e80b1c3b51ae4f2642d4a7f62d461f1faa586ce606db2.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-ed11b957c8ccbb634476ce59b4037a45bcce58e69deff55e7b5c017a0f2c9551.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-f59f778cebc713a316e98f06ab517e8c4ffd99c85bf735090d9e341218b4790f.svg#SourceSansPro) format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-84d82c24b6bacee3600d352e15f7cea4c4e251880b23798376949beb5075b6ef.eot);
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-84d82c24b6bacee3600d352e15f7cea4c4e251880b23798376949beb5075b6ef.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-9c1edc5464c3a8497c777df3f223d6468bc33235424ad0f25bc63a67395b58d4.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-441476cd0197bf32e025c94c8a5fbf41c268fb5fbe24b4a01a43df91030374b4.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-23ede448bf69218eac6402389d7ca5eb94613af856ed80ef47bec98469f678e6.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-2e5f21235397939bd86fc02634e759195ce4ace9a582a8d4f9320602143c2199.svg#SourceSansPro) format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-3879c5aac55e857e494a66f2aa94f774e8c059a916e4e5e3112c5d7e6f4ba7ab.eot);
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-3879c5aac55e857e494a66f2aa94f774e8c059a916e4e5e3112c5d7e6f4ba7ab.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-2e839f12b6326f5724144ee6e2c564e25aabee1303a11f4e25ce9943233b3f70.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-068dc4f91d631b93fdd4cc10e4aba7080a0e5c3e36139939ade3a0cb6983351d.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-8ee5359cf56dd09bbb57ae088d5dc5a609ad3027bf4f49b453ec52cd73db4a2f.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-91888b94c6134bfe0cbb658723d9660a1de359039ca118e97d2d9f4dc2f1b090.svg#SourceSansPro) format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-314f6f920fb58fa66d642695b3142410a283ffaf1133d721590565a83390a679.eot);
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-314f6f920fb58fa66d642695b3142410a283ffaf1133d721590565a83390a679.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-30600a1ea7ef2d9c07a643e2856c78a58f6c5c4ae8e932891160c467dca39c26.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-3918bfdc75e2c2f69c7c08df3a6c6892a3db232e2d81b7d7b8c8e046c48b25ce.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-5d7fcf4f142ea12afa613ef34af002a014be3b0d82a5e8b2499de780929d5972.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-e6524a5a69d1c0aa4dd7c7e988727748cb1da287ce88dbdd4ed917ff93429d51.svg#SourceSansPro) format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-72fed70982cdfdc1b9cbdee9f3fe93b4c2d8b91500e9b85cfab75d5047768dc8.eot);
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-72fed70982cdfdc1b9cbdee9f3fe93b4c2d8b91500e9b85cfab75d5047768dc8.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-66d260cc1ab9c72e54107b478740f85cc417621aa3e1a3e240b3478514a8111b.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-731c65d557a145e26dd689cdbcbb8e7edf4e470755f977a416779ff2221ba92c.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-24e3c39a71361ad53118e064f055536aa7b6108668dea73e548d452bd545e119.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-163ce1b1a25e00b4737cbda8ba04400afa0c29913bb48cc11f274c886d770f54.svg#SourceSansPro) format("svg");
}

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-xs {
  font-size: .75em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sm {
  font-size: .875em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-1x {
  font-size: 1em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-6x {
  font-size: 6em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-7x {
  font-size: 7em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-8x {
  font-size: 8em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-9x {
  font-size: 9em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-10x {
  font-size: 10em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pull-left {
  float: left;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pull-right {
  float: right;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8);
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-inverse {
  color: #fff;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-500px:before, .fa-500px.details-box__separator::after {
  content: "\f26e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-accessible-icon:before, .fa-accessible-icon.details-box__separator::after {
  content: "\f368";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-accusoft:before, .fa-accusoft.details-box__separator::after {
  content: "\f369";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-address-book:before, .fa-address-book.details-box__separator::after {
  content: "\f2b9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-address-card:before, .fa-address-card.details-box__separator::after {
  content: "\f2bb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-adjust:before, .fa-adjust.details-box__separator::after {
  content: "\f042";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-adn:before, .fa-adn.details-box__separator::after {
  content: "\f170";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-adversal:before, .fa-adversal.details-box__separator::after {
  content: "\f36a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-affiliatetheme:before, .fa-affiliatetheme.details-box__separator::after {
  content: "\f36b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-alarm-clock:before, .fa-alarm-clock.details-box__separator::after {
  content: "\f34e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-algolia:before, .fa-algolia.details-box__separator::after {
  content: "\f36c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-align-center:before, .fa-align-center.details-box__separator::after {
  content: "\f037";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-align-justify:before, .fa-align-justify.details-box__separator::after {
  content: "\f039";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-align-left:before, .fa-align-left.details-box__separator::after {
  content: "\f036";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-align-right:before, .fa-align-right.details-box__separator::after {
  content: "\f038";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-allergies:before, .fa-allergies.details-box__separator::after {
  content: "\f461";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-amazon:before, .fa-amazon.details-box__separator::after {
  content: "\f270";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-amazon-pay:before, .fa-amazon-pay.details-box__separator::after {
  content: "\f42c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ambulance:before, .fa-ambulance.details-box__separator::after {
  content: "\f0f9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-american-sign-language-interpreting:before, .fa-american-sign-language-interpreting.details-box__separator::after {
  content: "\f2a3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-amilia:before, .fa-amilia.details-box__separator::after {
  content: "\f36d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-anchor:before, .fa-anchor.details-box__separator::after {
  content: "\f13d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-android:before, .fa-android.details-box__separator::after {
  content: "\f17b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-angellist:before, .fa-angellist.details-box__separator::after {
  content: "\f209";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-angle-double-down:before, .fa-angle-double-down.details-box__separator::after {
  content: "\f103";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-angle-double-left:before, .fa-angle-double-left.details-box__separator::after {
  content: "\f100";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-angle-double-right:before, .fa-angle-double-right.details-box__separator::after {
  content: "\f101";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-angle-double-up:before, .fa-angle-double-up.details-box__separator::after {
  content: "\f102";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-angle-down:before, .fa-angle-down.details-box__separator::after {
  content: "\f107";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-angle-left:before, .fa-angle-left.details-box__separator::after {
  content: "\f104";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-angle-right:before, .fa-angle-right.details-box__separator::after {
  content: "\f105";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-angle-up:before, .fa-angle-up.details-box__separator::after {
  content: "\f106";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-angrycreative:before, .fa-angrycreative.details-box__separator::after {
  content: "\f36e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-angular:before, .fa-angular.details-box__separator::after {
  content: "\f420";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-app-store:before, .fa-app-store.details-box__separator::after {
  content: "\f36f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-app-store-ios:before, .fa-app-store-ios.details-box__separator::after {
  content: "\f370";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-apper:before, .fa-apper.details-box__separator::after {
  content: "\f371";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-apple:before, .fa-apple.details-box__separator::after {
  content: "\f179";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-apple-pay:before, .fa-apple-pay.details-box__separator::after {
  content: "\f415";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-archive:before, .fa-archive.details-box__separator::after {
  content: "\f187";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-circle-down:before, .fa-arrow-alt-circle-down.details-box__separator::after {
  content: "\f358";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-circle-left:before, .fa-arrow-alt-circle-left.details-box__separator::after {
  content: "\f359";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-circle-right:before, .fa-arrow-alt-circle-right.details-box__separator::after {
  content: "\f35a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-circle-up:before, .fa-arrow-alt-circle-up.details-box__separator::after {
  content: "\f35b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-down:before, .fa-arrow-alt-down.details-box__separator::after {
  content: "\f354";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-from-bottom:before, .fa-arrow-alt-from-bottom.details-box__separator::after {
  content: "\f346";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-from-left:before, .fa-arrow-alt-from-left.details-box__separator::after {
  content: "\f347";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-from-right:before, .fa-arrow-alt-from-right.details-box__separator::after {
  content: "\f348";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-from-top:before, .fa-arrow-alt-from-top.details-box__separator::after {
  content: "\f349";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-left:before, .fa-arrow-alt-left.details-box__separator::after {
  content: "\f355";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-right:before, .fa-arrow-alt-right.details-box__separator::after {
  content: "\f356";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-square-down:before, .fa-arrow-alt-square-down.details-box__separator::after {
  content: "\f350";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-square-left:before, .fa-arrow-alt-square-left.details-box__separator::after {
  content: "\f351";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-square-right:before, .fa-arrow-alt-square-right.details-box__separator::after {
  content: "\f352";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-square-up:before, .fa-arrow-alt-square-up.details-box__separator::after {
  content: "\f353";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-to-bottom:before, .fa-arrow-alt-to-bottom.details-box__separator::after {
  content: "\f34a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-to-left:before, .fa-arrow-alt-to-left.details-box__separator::after {
  content: "\f34b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-to-right:before, .fa-arrow-alt-to-right.details-box__separator::after {
  content: "\f34c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-to-top:before, .fa-arrow-alt-to-top.details-box__separator::after {
  content: "\f34d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-alt-up:before, .fa-arrow-alt-up.details-box__separator::after {
  content: "\f357";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-circle-down:before, .fa-arrow-circle-down.details-box__separator::after {
  content: "\f0ab";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-circle-left:before, .fa-arrow-circle-left.details-box__separator::after {
  content: "\f0a8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-circle-right:before, .fa-arrow-circle-right.details-box__separator::after {
  content: "\f0a9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-circle-up:before, .fa-arrow-circle-up.details-box__separator::after {
  content: "\f0aa";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-down:before, .fa-arrow-down.details-box__separator::after {
  content: "\f063";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-from-bottom:before, .fa-arrow-from-bottom.details-box__separator::after {
  content: "\f342";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-from-left:before, .fa-arrow-from-left.details-box__separator::after {
  content: "\f343";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-from-right:before, .fa-arrow-from-right.details-box__separator::after {
  content: "\f344";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-from-top:before, .fa-arrow-from-top.details-box__separator::after {
  content: "\f345";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-left:before, .fa-arrow-left.details-box__separator::after {
  content: "\f060";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-right:before, .fa-arrow-right.details-box__separator::after {
  content: "\f061";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-square-down:before, .fa-arrow-square-down.details-box__separator::after {
  content: "\f339";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-square-left:before, .fa-arrow-square-left.details-box__separator::after {
  content: "\f33a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-square-right:before, .fa-arrow-square-right.details-box__separator::after {
  content: "\f33b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-square-up:before, .fa-arrow-square-up.details-box__separator::after {
  content: "\f33c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-to-bottom:before, .fa-arrow-to-bottom.details-box__separator::after {
  content: "\f33d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-to-left:before, .fa-arrow-to-left.details-box__separator::after {
  content: "\f33e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-to-right:before, .fa-arrow-to-right.details-box__separator::after {
  content: "\f340";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-to-top:before, .fa-arrow-to-top.details-box__separator::after {
  content: "\f341";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrow-up:before, .fa-arrow-up.details-box__separator::after {
  content: "\f062";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrows:before, .fa-arrows.details-box__separator::after {
  content: "\f047";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrows-alt:before, .fa-arrows-alt.details-box__separator::after {
  content: "\f0b2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrows-alt-h:before, .fa-arrows-alt-h.details-box__separator::after {
  content: "\f337";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrows-alt-v:before, .fa-arrows-alt-v.details-box__separator::after {
  content: "\f338";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrows-h:before, .fa-arrows-h.details-box__separator::after {
  content: "\f07e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-arrows-v:before, .fa-arrows-v.details-box__separator::after {
  content: "\f07d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-assistive-listening-systems:before, .fa-assistive-listening-systems.details-box__separator::after {
  content: "\f2a2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-asterisk:before, .fa-asterisk.details-box__separator::after {
  content: "\f069";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-asymmetrik:before, .fa-asymmetrik.details-box__separator::after {
  content: "\f372";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-at:before, .fa-at.details-box__separator::after {
  content: "\f1fa";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-audible:before, .fa-audible.details-box__separator::after {
  content: "\f373";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-audio-description:before, .fa-audio-description.details-box__separator::after {
  content: "\f29e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-autoprefixer:before, .fa-autoprefixer.details-box__separator::after {
  content: "\f41c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-avianex:before, .fa-avianex.details-box__separator::after {
  content: "\f374";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-aviato:before, .fa-aviato.details-box__separator::after {
  content: "\f421";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-aws:before, .fa-aws.details-box__separator::after {
  content: "\f375";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-backward:before, .fa-backward.details-box__separator::after {
  content: "\f04a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-badge:before, .fa-badge.details-box__separator::after {
  content: "\f335";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-badge-check:before, .fa-badge-check.details-box__separator::after {
  content: "\f336";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-balance-scale:before, .fa-balance-scale.details-box__separator::after {
  content: "\f24e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ban:before, .fa-ban.details-box__separator::after {
  content: "\f05e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-band-aid:before, .fa-band-aid.details-box__separator::after {
  content: "\f462";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bandcamp:before, .fa-bandcamp.details-box__separator::after {
  content: "\f2d5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-barcode:before, .fa-barcode.details-box__separator::after {
  content: "\f02a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-barcode-alt:before, .fa-barcode-alt.details-box__separator::after {
  content: "\f463";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-barcode-read:before, .fa-barcode-read.details-box__separator::after {
  content: "\f464";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-barcode-scan:before, .fa-barcode-scan.details-box__separator::after {
  content: "\f465";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bars:before, .fa-bars.details-box__separator::after {
  content: "\f0c9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-baseball:before, .fa-baseball.details-box__separator::after {
  content: "\f432";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-baseball-ball:before, .fa-baseball-ball.details-box__separator::after {
  content: "\f433";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-basketball-ball:before, .fa-basketball-ball.details-box__separator::after {
  content: "\f434";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-basketball-hoop:before, .fa-basketball-hoop.details-box__separator::after {
  content: "\f435";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bath:before, .fa-bath.details-box__separator::after {
  content: "\f2cd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-battery-bolt:before, .fa-battery-bolt.details-box__separator::after {
  content: "\f376";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-battery-empty:before, .fa-battery-empty.details-box__separator::after {
  content: "\f244";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-battery-full:before, .fa-battery-full.details-box__separator::after {
  content: "\f240";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-battery-half:before, .fa-battery-half.details-box__separator::after {
  content: "\f242";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-battery-quarter:before, .fa-battery-quarter.details-box__separator::after {
  content: "\f243";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-battery-slash:before, .fa-battery-slash.details-box__separator::after {
  content: "\f377";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-battery-three-quarters:before, .fa-battery-three-quarters.details-box__separator::after {
  content: "\f241";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bed:before, .fa-bed.details-box__separator::after {
  content: "\f236";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-beer:before, .fa-beer.details-box__separator::after {
  content: "\f0fc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-behance:before, .fa-behance.details-box__separator::after {
  content: "\f1b4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-behance-square:before, .fa-behance-square.details-box__separator::after {
  content: "\f1b5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bell:before, .fa-bell.details-box__separator::after {
  content: "\f0f3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bell-slash:before, .fa-bell-slash.details-box__separator::after {
  content: "\f1f6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bicycle:before, .fa-bicycle.details-box__separator::after {
  content: "\f206";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bimobject:before, .fa-bimobject.details-box__separator::after {
  content: "\f378";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-binoculars:before, .fa-binoculars.details-box__separator::after {
  content: "\f1e5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-birthday-cake:before, .fa-birthday-cake.details-box__separator::after {
  content: "\f1fd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bitbucket:before, .fa-bitbucket.details-box__separator::after {
  content: "\f171";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bitcoin:before, .fa-bitcoin.details-box__separator::after {
  content: "\f379";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bity:before, .fa-bity.details-box__separator::after {
  content: "\f37a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-black-tie:before, .fa-black-tie.details-box__separator::after {
  content: "\f27e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-blackberry:before, .fa-blackberry.details-box__separator::after {
  content: "\f37b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-blind:before, .fa-blind.details-box__separator::after {
  content: "\f29d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-blogger:before, .fa-blogger.details-box__separator::after {
  content: "\f37c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-blogger-b:before, .fa-blogger-b.details-box__separator::after {
  content: "\f37d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bluetooth:before, .fa-bluetooth.details-box__separator::after {
  content: "\f293";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bluetooth-b:before, .fa-bluetooth-b.details-box__separator::after {
  content: "\f294";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bold:before, .fa-bold.details-box__separator::after {
  content: "\f032";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bolt:before, .fa-bolt.details-box__separator::after {
  content: "\f0e7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bomb:before, .fa-bomb.details-box__separator::after {
  content: "\f1e2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-book:before, .fa-book.details-box__separator::after {
  content: "\f02d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bookmark:before, .fa-bookmark.details-box__separator::after {
  content: "\f02e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bowling-ball:before, .fa-bowling-ball.details-box__separator::after {
  content: "\f436";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bowling-pins:before, .fa-bowling-pins.details-box__separator::after {
  content: "\f437";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-box:before, .fa-box.details-box__separator::after {
  content: "\f466";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-box-check:before, .fa-box-check.details-box__separator::after {
  content: "\f467";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-boxes:before, .fa-boxes.details-box__separator::after {
  content: "\f468";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-boxing-glove:before, .fa-boxing-glove.details-box__separator::after {
  content: "\f438";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-braille:before, .fa-braille.details-box__separator::after {
  content: "\f2a1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-briefcase:before, .fa-briefcase.details-box__separator::after {
  content: "\f0b1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-briefcase-medical:before, .fa-briefcase-medical.details-box__separator::after {
  content: "\f469";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-browser:before, .fa-browser.details-box__separator::after {
  content: "\f37e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-btc:before, .fa-btc.details-box__separator::after {
  content: "\f15a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bug:before, .fa-bug.details-box__separator::after {
  content: "\f188";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-building:before, .fa-building.details-box__separator::after {
  content: "\f1ad";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bullhorn:before, .fa-bullhorn.details-box__separator::after {
  content: "\f0a1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bullseye:before, .fa-bullseye.details-box__separator::after {
  content: "\f140";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-burn:before, .fa-burn.details-box__separator::after {
  content: "\f46a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-buromobelexperte:before, .fa-buromobelexperte.details-box__separator::after {
  content: "\f37f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-bus:before, .fa-bus.details-box__separator::after {
  content: "\f207";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-buysellads:before, .fa-buysellads.details-box__separator::after {
  content: "\f20d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-calculator:before, .fa-calculator.details-box__separator::after {
  content: "\f1ec";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-calendar:before, .fa-calendar.details-box__separator::after {
  content: "\f133";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-calendar-alt:before, .fa-calendar-alt.details-box__separator::after {
  content: "\f073";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-calendar-check:before, .fa-calendar-check.details-box__separator::after {
  content: "\f274";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-calendar-edit:before, .fa-calendar-edit.details-box__separator::after {
  content: "\f333";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-calendar-exclamation:before, .fa-calendar-exclamation.details-box__separator::after {
  content: "\f334";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-calendar-minus:before, .fa-calendar-minus.details-box__separator::after {
  content: "\f272";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-calendar-plus:before, .fa-calendar-plus.details-box__separator::after {
  content: "\f271";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-calendar-times:before, .fa-calendar-times.details-box__separator::after {
  content: "\f273";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-camera:before, .fa-camera.details-box__separator::after {
  content: "\f030";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-camera-alt:before, .fa-camera-alt.details-box__separator::after {
  content: "\f332";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-camera-retro:before, .fa-camera-retro.details-box__separator::after {
  content: "\f083";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-capsules:before, .fa-capsules.details-box__separator::after {
  content: "\f46b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-car:before, .fa-car.details-box__separator::after {
  content: "\f1b9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-circle-down:before, .fa-caret-circle-down.details-box__separator::after {
  content: "\f32d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-circle-left:before, .fa-caret-circle-left.details-box__separator::after {
  content: "\f32e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-circle-right:before, .fa-caret-circle-right.details-box__separator::after {
  content: "\f330";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-circle-up:before, .fa-caret-circle-up.details-box__separator::after {
  content: "\f331";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-down:before, .fa-caret-down.details-box__separator::after {
  content: "\f0d7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-left:before, .fa-caret-left.details-box__separator::after {
  content: "\f0d9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-right:before, .fa-caret-right.details-box__separator::after {
  content: "\f0da";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-square-down:before, .fa-caret-square-down.details-box__separator::after {
  content: "\f150";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-square-left:before, .fa-caret-square-left.details-box__separator::after {
  content: "\f191";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-square-right:before, .fa-caret-square-right.details-box__separator::after {
  content: "\f152";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-square-up:before, .fa-caret-square-up.details-box__separator::after {
  content: "\f151";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-caret-up:before, .fa-caret-up.details-box__separator::after {
  content: "\f0d8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cart-arrow-down:before, .fa-cart-arrow-down.details-box__separator::after {
  content: "\f218";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cart-plus:before, .fa-cart-plus.details-box__separator::after {
  content: "\f217";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cc-amazon-pay:before, .fa-cc-amazon-pay.details-box__separator::after {
  content: "\f42d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cc-amex:before, .fa-cc-amex.details-box__separator::after {
  content: "\f1f3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cc-apple-pay:before, .fa-cc-apple-pay.details-box__separator::after {
  content: "\f416";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cc-diners-club:before, .fa-cc-diners-club.details-box__separator::after {
  content: "\f24c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cc-discover:before, .fa-cc-discover.details-box__separator::after {
  content: "\f1f2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cc-jcb:before, .fa-cc-jcb.details-box__separator::after {
  content: "\f24b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cc-mastercard:before, .fa-cc-mastercard.details-box__separator::after {
  content: "\f1f1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cc-paypal:before, .fa-cc-paypal.details-box__separator::after {
  content: "\f1f4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cc-stripe:before, .fa-cc-stripe.details-box__separator::after {
  content: "\f1f5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cc-visa:before, .fa-cc-visa.details-box__separator::after {
  content: "\f1f0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-centercode:before, .fa-centercode.details-box__separator::after {
  content: "\f380";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-certificate:before, .fa-certificate.details-box__separator::after {
  content: "\f0a3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chart-area:before, .fa-chart-area.details-box__separator::after {
  content: "\f1fe";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chart-bar:before, .fa-chart-bar.details-box__separator::after {
  content: "\f080";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chart-line:before, .fa-chart-line.details-box__separator::after {
  content: "\f201";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chart-pie:before, .fa-chart-pie.details-box__separator::after {
  content: "\f200";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-check:before, .fa-check.details-box__separator::after {
  content: "\f00c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-check-circle:before, .fa-check-circle.details-box__separator::after {
  content: "\f058";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-check-square:before, .fa-check-square.details-box__separator::after {
  content: "\f14a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess:before, .fa-chess.details-box__separator::after {
  content: "\f439";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-bishop:before, .fa-chess-bishop.details-box__separator::after {
  content: "\f43a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-bishop-alt:before, .fa-chess-bishop-alt.details-box__separator::after {
  content: "\f43b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-board:before, .fa-chess-board.details-box__separator::after {
  content: "\f43c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-clock:before, .fa-chess-clock.details-box__separator::after {
  content: "\f43d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-clock-alt:before, .fa-chess-clock-alt.details-box__separator::after {
  content: "\f43e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-king:before, .fa-chess-king.details-box__separator::after {
  content: "\f43f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-king-alt:before, .fa-chess-king-alt.details-box__separator::after {
  content: "\f440";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-knight:before, .fa-chess-knight.details-box__separator::after {
  content: "\f441";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-knight-alt:before, .fa-chess-knight-alt.details-box__separator::after {
  content: "\f442";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-pawn:before, .fa-chess-pawn.details-box__separator::after {
  content: "\f443";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-pawn-alt:before, .fa-chess-pawn-alt.details-box__separator::after {
  content: "\f444";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-queen:before, .fa-chess-queen.details-box__separator::after {
  content: "\f445";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-queen-alt:before, .fa-chess-queen-alt.details-box__separator::after {
  content: "\f446";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-rook:before, .fa-chess-rook.details-box__separator::after {
  content: "\f447";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chess-rook-alt:before, .fa-chess-rook-alt.details-box__separator::after {
  content: "\f448";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-circle-down:before, .fa-chevron-circle-down.details-box__separator::after {
  content: "\f13a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-circle-left:before, .fa-chevron-circle-left.details-box__separator::after {
  content: "\f137";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-circle-right:before, .fa-chevron-circle-right.details-box__separator::after {
  content: "\f138";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-circle-up:before, .fa-chevron-circle-up.details-box__separator::after {
  content: "\f139";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-double-down:before, .fa-chevron-double-down.details-box__separator::after {
  content: "\f322";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-double-left:before, .fa-chevron-double-left.details-box__separator::after {
  content: "\f323";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-double-right:before, .fa-chevron-double-right.details-box__separator::after {
  content: "\f324";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-double-up:before, .fa-chevron-double-up.details-box__separator::after {
  content: "\f325";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-down:before, .fa-chevron-down.details-box__separator::after {
  content: "\f078";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-left:before, .fa-chevron-left.details-box__separator::after {
  content: "\f053";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-right:before, .fa-chevron-right.details-box__separator::after {
  content: "\f054";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-square-down:before, .fa-chevron-square-down.details-box__separator::after {
  content: "\f329";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-square-left:before, .fa-chevron-square-left.details-box__separator::after {
  content: "\f32a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-square-right:before, .fa-chevron-square-right.details-box__separator::after {
  content: "\f32b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-square-up:before, .fa-chevron-square-up.details-box__separator::after {
  content: "\f32c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chevron-up:before, .fa-chevron-up.details-box__separator::after {
  content: "\f077";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-child:before, .fa-child.details-box__separator::after {
  content: "\f1ae";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-chrome:before, .fa-chrome.details-box__separator::after {
  content: "\f268";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-circle:before, .fa-circle.details-box__separator::after {
  content: "\f111";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-circle-notch:before, .fa-circle-notch.details-box__separator::after {
  content: "\f1ce";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-clipboard:before, .fa-clipboard.details-box__separator::after {
  content: "\f328";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-clipboard-check:before, .fa-clipboard-check.details-box__separator::after {
  content: "\f46c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-clipboard-list:before, .fa-clipboard-list.details-box__separator::after {
  content: "\f46d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-clock:before, .fa-clock.details-box__separator::after {
  content: "\f017";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-clone:before, .fa-clone.details-box__separator::after {
  content: "\f24d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-closed-captioning:before, .fa-closed-captioning.details-box__separator::after {
  content: "\f20a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cloud:before, .fa-cloud.details-box__separator::after {
  content: "\f0c2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cloud-download:before, .fa-cloud-download.details-box__separator::after {
  content: "\f0ed";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cloud-download-alt:before, .fa-cloud-download-alt.details-box__separator::after {
  content: "\f381";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cloud-upload:before, .fa-cloud-upload.details-box__separator::after {
  content: "\f0ee";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cloud-upload-alt:before, .fa-cloud-upload-alt.details-box__separator::after {
  content: "\f382";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cloudscale:before, .fa-cloudscale.details-box__separator::after {
  content: "\f383";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cloudsmith:before, .fa-cloudsmith.details-box__separator::after {
  content: "\f384";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cloudversify:before, .fa-cloudversify.details-box__separator::after {
  content: "\f385";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-club:before, .fa-club.details-box__separator::after {
  content: "\f327";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-code:before, .fa-code.details-box__separator::after {
  content: "\f121";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-code-branch:before, .fa-code-branch.details-box__separator::after {
  content: "\f126";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-code-commit:before, .fa-code-commit.details-box__separator::after {
  content: "\f386";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-code-merge:before, .fa-code-merge.details-box__separator::after {
  content: "\f387";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-codepen:before, .fa-codepen.details-box__separator::after {
  content: "\f1cb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-codiepie:before, .fa-codiepie.details-box__separator::after {
  content: "\f284";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-coffee:before, .fa-coffee.details-box__separator::after {
  content: "\f0f4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cog:before, .fa-cog.details-box__separator::after {
  content: "\f013";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cogs:before, .fa-cogs.details-box__separator::after {
  content: "\f085";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-columns:before, .fa-columns.details-box__separator::after {
  content: "\f0db";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-comment:before, .fa-comment.details-box__separator::after {
  content: "\f075";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-comment-alt:before, .fa-comment-alt.details-box__separator::after {
  content: "\f27a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-comments:before, .fa-comments.details-box__separator::after {
  content: "\f086";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-compass:before, .fa-compass.details-box__separator::after {
  content: "\f14e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-compress:before, .fa-compress.details-box__separator::after {
  content: "\f066";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-compress-alt:before, .fa-compress-alt.details-box__separator::after {
  content: "\f422";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-compress-wide:before, .fa-compress-wide.details-box__separator::after {
  content: "\f326";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-connectdevelop:before, .fa-connectdevelop.details-box__separator::after {
  content: "\f20e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-contao:before, .fa-contao.details-box__separator::after {
  content: "\f26d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-conveyor-belt:before, .fa-conveyor-belt.details-box__separator::after {
  content: "\f46e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-conveyor-belt-alt:before, .fa-conveyor-belt-alt.details-box__separator::after {
  content: "\f46f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-copy:before, .fa-copy.details-box__separator::after {
  content: "\f0c5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-copyright:before, .fa-copyright.details-box__separator::after {
  content: "\f1f9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cpanel:before, .fa-cpanel.details-box__separator::after {
  content: "\f388";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-creative-commons:before, .fa-creative-commons.details-box__separator::after {
  content: "\f25e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-credit-card:before, .fa-credit-card.details-box__separator::after {
  content: "\f09d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-credit-card-blank:before, .fa-credit-card-blank.details-box__separator::after {
  content: "\f389";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-credit-card-front:before, .fa-credit-card-front.details-box__separator::after {
  content: "\f38a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cricket:before, .fa-cricket.details-box__separator::after {
  content: "\f449";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-crop:before, .fa-crop.details-box__separator::after {
  content: "\f125";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-crosshairs:before, .fa-crosshairs.details-box__separator::after {
  content: "\f05b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-css3:before, .fa-css3.details-box__separator::after {
  content: "\f13c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-css3-alt:before, .fa-css3-alt.details-box__separator::after {
  content: "\f38b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cube:before, .fa-cube.details-box__separator::after {
  content: "\f1b2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cubes:before, .fa-cubes.details-box__separator::after {
  content: "\f1b3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-curling:before, .fa-curling.details-box__separator::after {
  content: "\f44a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cut:before, .fa-cut.details-box__separator::after {
  content: "\f0c4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-cuttlefish:before, .fa-cuttlefish.details-box__separator::after {
  content: "\f38c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-d-and-d:before, .fa-d-and-d.details-box__separator::after {
  content: "\f38d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dashcube:before, .fa-dashcube.details-box__separator::after {
  content: "\f210";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-database:before, .fa-database.details-box__separator::after {
  content: "\f1c0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-deaf:before, .fa-deaf.details-box__separator::after {
  content: "\f2a4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-delicious:before, .fa-delicious.details-box__separator::after {
  content: "\f1a5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-deploydog:before, .fa-deploydog.details-box__separator::after {
  content: "\f38e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-deskpro:before, .fa-deskpro.details-box__separator::after {
  content: "\f38f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-desktop:before, .fa-desktop.details-box__separator::after {
  content: "\f108";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-desktop-alt:before, .fa-desktop-alt.details-box__separator::after {
  content: "\f390";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-deviantart:before, .fa-deviantart.details-box__separator::after {
  content: "\f1bd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-diagnoses:before, .fa-diagnoses.details-box__separator::after {
  content: "\f470";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-diamond:before, .fa-diamond.details-box__separator::after {
  content: "\f219";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-digg:before, .fa-digg.details-box__separator::after {
  content: "\f1a6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-digital-ocean:before, .fa-digital-ocean.details-box__separator::after {
  content: "\f391";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-discord:before, .fa-discord.details-box__separator::after {
  content: "\f392";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-discourse:before, .fa-discourse.details-box__separator::after {
  content: "\f393";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dna:before, .fa-dna.details-box__separator::after {
  content: "\f471";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dochub:before, .fa-dochub.details-box__separator::after {
  content: "\f394";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-docker:before, .fa-docker.details-box__separator::after {
  content: "\f395";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dollar-sign:before, .fa-dollar-sign.details-box__separator::after {
  content: "\f155";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dolly:before, .fa-dolly.details-box__separator::after {
  content: "\f472";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dolly-empty:before, .fa-dolly-empty.details-box__separator::after {
  content: "\f473";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dolly-flatbed:before, .fa-dolly-flatbed.details-box__separator::after {
  content: "\f474";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dolly-flatbed-alt:before, .fa-dolly-flatbed-alt.details-box__separator::after {
  content: "\f475";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dolly-flatbed-empty:before, .fa-dolly-flatbed-empty.details-box__separator::after {
  content: "\f476";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dot-circle:before, .fa-dot-circle.details-box__separator::after {
  content: "\f192";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-download:before, .fa-download.details-box__separator::after {
  content: "\f019";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-draft2digital:before, .fa-draft2digital.details-box__separator::after {
  content: "\f396";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dribbble:before, .fa-dribbble.details-box__separator::after {
  content: "\f17d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dribbble-square:before, .fa-dribbble-square.details-box__separator::after {
  content: "\f397";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dropbox:before, .fa-dropbox.details-box__separator::after {
  content: "\f16b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-drupal:before, .fa-drupal.details-box__separator::after {
  content: "\f1a9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dumbbell:before, .fa-dumbbell.details-box__separator::after {
  content: "\f44b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-dyalog:before, .fa-dyalog.details-box__separator::after {
  content: "\f399";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-earlybirds:before, .fa-earlybirds.details-box__separator::after {
  content: "\f39a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-edge:before, .fa-edge.details-box__separator::after {
  content: "\f282";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-edit:before, .fa-edit.details-box__separator::after {
  content: "\f044";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-eject:before, .fa-eject.details-box__separator::after {
  content: "\f052";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-elementor:before, .fa-elementor.details-box__separator::after {
  content: "\f430";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ellipsis-h:before, .fa-ellipsis-h.details-box__separator::after {
  content: "\f141";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ellipsis-h-alt:before, .fa-ellipsis-h-alt.details-box__separator::after {
  content: "\f39b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ellipsis-v:before, .fa-ellipsis-v.details-box__separator::after {
  content: "\f142";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ellipsis-v-alt:before, .fa-ellipsis-v-alt.details-box__separator::after {
  content: "\f39c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ember:before, .fa-ember.details-box__separator::after {
  content: "\f423";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-empire:before, .fa-empire.details-box__separator::after {
  content: "\f1d1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-envelope:before, .fa-envelope.details-box__separator::after {
  content: "\f0e0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-envelope-open:before, .fa-envelope-open.details-box__separator::after {
  content: "\f2b6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-envelope-square:before, .fa-envelope-square.details-box__separator::after {
  content: "\f199";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-envira:before, .fa-envira.details-box__separator::after {
  content: "\f299";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-eraser:before, .fa-eraser.details-box__separator::after {
  content: "\f12d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-erlang:before, .fa-erlang.details-box__separator::after {
  content: "\f39d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ethereum:before, .fa-ethereum.details-box__separator::after {
  content: "\f42e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-etsy:before, .fa-etsy.details-box__separator::after {
  content: "\f2d7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-euro-sign:before, .fa-euro-sign.details-box__separator::after {
  content: "\f153";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-exchange:before, .fa-exchange.details-box__separator::after {
  content: "\f0ec";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-exchange-alt:before, .fa-exchange-alt.details-box__separator::after {
  content: "\f362";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-exclamation:before, .fa-exclamation.details-box__separator::after {
  content: "\f12a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-exclamation-circle:before, .fa-exclamation-circle.details-box__separator::after {
  content: "\f06a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-exclamation-square:before, .fa-exclamation-square.details-box__separator::after {
  content: "\f321";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-exclamation-triangle:before, .fa-exclamation-triangle.details-box__separator::after {
  content: "\f071";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-expand:before, .fa-expand.details-box__separator::after {
  content: "\f065";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-expand-alt:before, .fa-expand-alt.details-box__separator::after {
  content: "\f424";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-expand-arrows:before, .fa-expand-arrows.details-box__separator::after {
  content: "\f31d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-expand-arrows-alt:before, .fa-expand-arrows-alt.details-box__separator::after {
  content: "\f31e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-expand-wide:before, .fa-expand-wide.details-box__separator::after {
  content: "\f320";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-expeditedssl:before, .fa-expeditedssl.details-box__separator::after {
  content: "\f23e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-external-link:before, .fa-external-link.details-box__separator::after {
  content: "\f08e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-external-link-alt:before, .fa-external-link-alt.details-box__separator::after {
  content: "\f35d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-external-link-square:before, .fa-external-link-square.details-box__separator::after {
  content: "\f14c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-external-link-square-alt:before, .fa-external-link-square-alt.details-box__separator::after {
  content: "\f360";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-eye:before, .fa-eye.details-box__separator::after {
  content: "\f06e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-eye-dropper:before, .fa-eye-dropper.details-box__separator::after {
  content: "\f1fb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-eye-slash:before, .fa-eye-slash.details-box__separator::after {
  content: "\f070";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-facebook:before, .fa-facebook.details-box__separator::after {
  content: "\f09a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-facebook-f:before, .fa-facebook-f.details-box__separator::after {
  content: "\f39e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-facebook-messenger:before, .fa-facebook-messenger.details-box__separator::after {
  content: "\f39f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-facebook-square:before, .fa-facebook-square.details-box__separator::after {
  content: "\f082";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fast-backward:before, .fa-fast-backward.details-box__separator::after {
  content: "\f049";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fast-forward:before, .fa-fast-forward.details-box__separator::after {
  content: "\f050";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fax:before, .fa-fax.details-box__separator::after {
  content: "\f1ac";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-female:before, .fa-female.details-box__separator::after {
  content: "\f182";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-field-hockey:before, .fa-field-hockey.details-box__separator::after {
  content: "\f44c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fighter-jet:before, .fa-fighter-jet.details-box__separator::after {
  content: "\f0fb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file:before, .fa-file.details-box__separator::after {
  content: "\f15b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-alt:before, .fa-file-alt.details-box__separator::after {
  content: "\f15c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-archive:before, .fa-file-archive.details-box__separator::after {
  content: "\f1c6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-audio:before, .fa-file-audio.details-box__separator::after {
  content: "\f1c7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-check:before, .fa-file-check.details-box__separator::after {
  content: "\f316";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-code:before, .fa-file-code.details-box__separator::after {
  content: "\f1c9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-edit:before, .fa-file-edit.details-box__separator::after {
  content: "\f31c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-excel:before, .fa-file-excel.details-box__separator::after {
  content: "\f1c3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-exclamation:before, .fa-file-exclamation.details-box__separator::after {
  content: "\f31a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-image:before, .fa-file-image.details-box__separator::after {
  content: "\f1c5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-medical:before, .fa-file-medical.details-box__separator::after {
  content: "\f477";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-medical-alt:before, .fa-file-medical-alt.details-box__separator::after {
  content: "\f478";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-minus:before, .fa-file-minus.details-box__separator::after {
  content: "\f318";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-pdf:before, .fa-file-pdf.details-box__separator::after {
  content: "\f1c1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-plus:before, .fa-file-plus.details-box__separator::after {
  content: "\f319";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-powerpoint:before, .fa-file-powerpoint.details-box__separator::after {
  content: "\f1c4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-times:before, .fa-file-times.details-box__separator::after {
  content: "\f317";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-video:before, .fa-file-video.details-box__separator::after {
  content: "\f1c8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-file-word:before, .fa-file-word.details-box__separator::after {
  content: "\f1c2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-film:before, .fa-film.details-box__separator::after {
  content: "\f008";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-film-alt:before, .fa-film-alt.details-box__separator::after {
  content: "\f3a0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-filter:before, .fa-filter.details-box__separator::after {
  content: "\f0b0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fire:before, .fa-fire.details-box__separator::after {
  content: "\f06d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fire-extinguisher:before, .fa-fire-extinguisher.details-box__separator::after {
  content: "\f134";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-firefox:before, .fa-firefox.details-box__separator::after {
  content: "\f269";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-first-aid:before, .fa-first-aid.details-box__separator::after {
  content: "\f479";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-first-order:before, .fa-first-order.details-box__separator::after {
  content: "\f2b0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-firstdraft:before, .fa-firstdraft.details-box__separator::after {
  content: "\f3a1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-flag:before, .fa-flag.details-box__separator::after {
  content: "\f024";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-flag-checkered:before, .fa-flag-checkered.details-box__separator::after {
  content: "\f11e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-flask:before, .fa-flask.details-box__separator::after {
  content: "\f0c3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-flickr:before, .fa-flickr.details-box__separator::after {
  content: "\f16e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-flipboard:before, .fa-flipboard.details-box__separator::after {
  content: "\f44d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fly:before, .fa-fly.details-box__separator::after {
  content: "\f417";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-folder:before, .fa-folder.details-box__separator::after {
  content: "\f07b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-folder-open:before, .fa-folder-open.details-box__separator::after {
  content: "\f07c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-font:before, .fa-font.details-box__separator::after {
  content: "\f031";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-font-awesome:before, .fa-font-awesome.details-box__separator::after {
  content: "\f2b4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-font-awesome-alt:before, .fa-font-awesome-alt.details-box__separator::after {
  content: "\f35c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-font-awesome-flag:before, .fa-font-awesome-flag.details-box__separator::after {
  content: "\f425";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fonticons:before, .fa-fonticons.details-box__separator::after {
  content: "\f280";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fonticons-fi:before, .fa-fonticons-fi.details-box__separator::after {
  content: "\f3a2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-football-ball:before, .fa-football-ball.details-box__separator::after {
  content: "\f44e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-football-helmet:before, .fa-football-helmet.details-box__separator::after {
  content: "\f44f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-forklift:before, .fa-forklift.details-box__separator::after {
  content: "\f47a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fort-awesome:before, .fa-fort-awesome.details-box__separator::after {
  content: "\f286";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-fort-awesome-alt:before, .fa-fort-awesome-alt.details-box__separator::after {
  content: "\f3a3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-forumbee:before, .fa-forumbee.details-box__separator::after {
  content: "\f211";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-forward:before, .fa-forward.details-box__separator::after {
  content: "\f04e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-foursquare:before, .fa-foursquare.details-box__separator::after {
  content: "\f180";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-free-code-camp:before, .fa-free-code-camp.details-box__separator::after {
  content: "\f2c5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-freebsd:before, .fa-freebsd.details-box__separator::after {
  content: "\f3a4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-frown:before, .fa-frown.details-box__separator::after {
  content: "\f119";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-futbol:before, .fa-futbol.details-box__separator::after {
  content: "\f1e3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gamepad:before, .fa-gamepad.details-box__separator::after {
  content: "\f11b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gavel:before, .fa-gavel.details-box__separator::after {
  content: "\f0e3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gem:before, .fa-gem.details-box__separator::after {
  content: "\f3a5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-genderless:before, .fa-genderless.details-box__separator::after {
  content: "\f22d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-get-pocket:before, .fa-get-pocket.details-box__separator::after {
  content: "\f265";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gg:before, .fa-gg.details-box__separator::after {
  content: "\f260";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gg-circle:before, .fa-gg-circle.details-box__separator::after {
  content: "\f261";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gift:before, .fa-gift.details-box__separator::after {
  content: "\f06b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-git:before, .fa-git.details-box__separator::after {
  content: "\f1d3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-git-square:before, .fa-git-square.details-box__separator::after {
  content: "\f1d2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-github:before, .fa-github.details-box__separator::after {
  content: "\f09b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-github-alt:before, .fa-github-alt.details-box__separator::after {
  content: "\f113";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-github-square:before, .fa-github-square.details-box__separator::after {
  content: "\f092";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gitkraken:before, .fa-gitkraken.details-box__separator::after {
  content: "\f3a6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gitlab:before, .fa-gitlab.details-box__separator::after {
  content: "\f296";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gitter:before, .fa-gitter.details-box__separator::after {
  content: "\f426";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-glass-martini:before, .fa-glass-martini.details-box__separator::after {
  content: "\f000";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-glide:before, .fa-glide.details-box__separator::after {
  content: "\f2a5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-glide-g:before, .fa-glide-g.details-box__separator::after {
  content: "\f2a6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-globe:before, .fa-globe.details-box__separator::after {
  content: "\f0ac";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gofore:before, .fa-gofore.details-box__separator::after {
  content: "\f3a7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-golf-ball:before, .fa-golf-ball.details-box__separator::after {
  content: "\f450";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-golf-club:before, .fa-golf-club.details-box__separator::after {
  content: "\f451";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-goodreads:before, .fa-goodreads.details-box__separator::after {
  content: "\f3a8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-goodreads-g:before, .fa-goodreads-g.details-box__separator::after {
  content: "\f3a9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-google:before, .fa-google.details-box__separator::after {
  content: "\f1a0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-google-drive:before, .fa-google-drive.details-box__separator::after {
  content: "\f3aa";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-google-play:before, .fa-google-play.details-box__separator::after {
  content: "\f3ab";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-google-plus:before, .fa-google-plus.details-box__separator::after {
  content: "\f2b3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-google-plus-g:before, .fa-google-plus-g.details-box__separator::after {
  content: "\f0d5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-google-plus-square:before, .fa-google-plus-square.details-box__separator::after {
  content: "\f0d4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-google-wallet:before, .fa-google-wallet.details-box__separator::after {
  content: "\f1ee";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-graduation-cap:before, .fa-graduation-cap.details-box__separator::after {
  content: "\f19d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gratipay:before, .fa-gratipay.details-box__separator::after {
  content: "\f184";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-grav:before, .fa-grav.details-box__separator::after {
  content: "\f2d6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gripfire:before, .fa-gripfire.details-box__separator::after {
  content: "\f3ac";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-grunt:before, .fa-grunt.details-box__separator::after {
  content: "\f3ad";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-gulp:before, .fa-gulp.details-box__separator::after {
  content: "\f3ae";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-h-square:before, .fa-h-square.details-box__separator::after {
  content: "\f0fd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-h1:before, .fa-h1.details-box__separator::after {
  content: "\f313";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-h2:before, .fa-h2.details-box__separator::after {
  content: "\f314";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-h3:before, .fa-h3.details-box__separator::after {
  content: "\f315";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hacker-news:before, .fa-hacker-news.details-box__separator::after {
  content: "\f1d4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hacker-news-square:before, .fa-hacker-news-square.details-box__separator::after {
  content: "\f3af";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-holding-box:before, .fa-hand-holding-box.details-box__separator::after {
  content: "\f47b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-lizard:before, .fa-hand-lizard.details-box__separator::after {
  content: "\f258";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-paper:before, .fa-hand-paper.details-box__separator::after {
  content: "\f256";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-peace:before, .fa-hand-peace.details-box__separator::after {
  content: "\f25b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-point-down:before, .fa-hand-point-down.details-box__separator::after {
  content: "\f0a7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-point-left:before, .fa-hand-point-left.details-box__separator::after {
  content: "\f0a5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-point-right:before, .fa-hand-point-right.details-box__separator::after {
  content: "\f0a4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-point-up:before, .fa-hand-point-up.details-box__separator::after {
  content: "\f0a6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-pointer:before, .fa-hand-pointer.details-box__separator::after {
  content: "\f25a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-receiving:before, .fa-hand-receiving.details-box__separator::after {
  content: "\f47c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-rock:before, .fa-hand-rock.details-box__separator::after {
  content: "\f255";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-scissors:before, .fa-hand-scissors.details-box__separator::after {
  content: "\f257";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hand-spock:before, .fa-hand-spock.details-box__separator::after {
  content: "\f259";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-handshake:before, .fa-handshake.details-box__separator::after {
  content: "\f2b5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hashtag:before, .fa-hashtag.details-box__separator::after {
  content: "\f292";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hdd:before, .fa-hdd.details-box__separator::after {
  content: "\f0a0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-heading:before, .fa-heading.details-box__separator::after {
  content: "\f1dc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-headphones:before, .fa-headphones.details-box__separator::after {
  content: "\f025";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-heart:before, .fa-heart.details-box__separator::after {
  content: "\f004";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-heartbeat:before, .fa-heartbeat.details-box__separator::after {
  content: "\f21e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hexagon:before, .fa-hexagon.details-box__separator::after {
  content: "\f312";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hips:before, .fa-hips.details-box__separator::after {
  content: "\f452";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hire-a-helper:before, .fa-hire-a-helper.details-box__separator::after {
  content: "\f3b0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-history:before, .fa-history.details-box__separator::after {
  content: "\f1da";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hockey-puck:before, .fa-hockey-puck.details-box__separator::after {
  content: "\f453";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hockey-sticks:before, .fa-hockey-sticks.details-box__separator::after {
  content: "\f454";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-home:before, .fa-home.details-box__separator::after {
  content: "\f015";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hooli:before, .fa-hooli.details-box__separator::after {
  content: "\f427";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hospital:before, .fa-hospital.details-box__separator::after {
  content: "\f0f8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hospital-alt:before, .fa-hospital-alt.details-box__separator::after {
  content: "\f47d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hospital-symbol:before, .fa-hospital-symbol.details-box__separator::after {
  content: "\f47e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hotjar:before, .fa-hotjar.details-box__separator::after {
  content: "\f3b1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hourglass:before, .fa-hourglass.details-box__separator::after {
  content: "\f254";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hourglass-end:before, .fa-hourglass-end.details-box__separator::after {
  content: "\f253";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hourglass-half:before, .fa-hourglass-half.details-box__separator::after {
  content: "\f252";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hourglass-start:before, .fa-hourglass-start.details-box__separator::after {
  content: "\f251";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-houzz:before, .fa-houzz.details-box__separator::after {
  content: "\f27c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-html5:before, .fa-html5.details-box__separator::after {
  content: "\f13b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-hubspot:before, .fa-hubspot.details-box__separator::after {
  content: "\f3b2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-i-cursor:before, .fa-i-cursor.details-box__separator::after {
  content: "\f246";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-id-badge:before, .fa-id-badge.details-box__separator::after {
  content: "\f2c1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-id-card:before, .fa-id-card.details-box__separator::after {
  content: "\f2c2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-id-card-alt:before, .fa-id-card-alt.details-box__separator::after {
  content: "\f47f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-image:before, .fa-image.details-box__separator::after {
  content: "\f03e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-images:before, .fa-images.details-box__separator::after {
  content: "\f302";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-imdb:before, .fa-imdb.details-box__separator::after {
  content: "\f2d8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-inbox:before, .fa-inbox.details-box__separator::after {
  content: "\f01c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-inbox-in:before, .fa-inbox-in.details-box__separator::after {
  content: "\f310";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-inbox-out:before, .fa-inbox-out.details-box__separator::after {
  content: "\f311";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-indent:before, .fa-indent.details-box__separator::after {
  content: "\f03c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-industry:before, .fa-industry.details-box__separator::after {
  content: "\f275";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-industry-alt:before, .fa-industry-alt.details-box__separator::after {
  content: "\f3b3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-info:before, .fa-info.details-box__separator::after {
  content: "\f129";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-info-circle:before, .fa-info-circle.details-box__separator::after {
  content: "\f05a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-info-square:before, .fa-info-square.details-box__separator::after {
  content: "\f30f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-instagram:before, .fa-instagram.details-box__separator::after {
  content: "\f16d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-internet-explorer:before, .fa-internet-explorer.details-box__separator::after {
  content: "\f26b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-inventory:before, .fa-inventory.details-box__separator::after {
  content: "\f480";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ioxhost:before, .fa-ioxhost.details-box__separator::after {
  content: "\f208";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-italic:before, .fa-italic.details-box__separator::after {
  content: "\f033";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-itunes:before, .fa-itunes.details-box__separator::after {
  content: "\f3b4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-itunes-note:before, .fa-itunes-note.details-box__separator::after {
  content: "\f3b5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-jack-o-lantern:before, .fa-jack-o-lantern.details-box__separator::after {
  content: "\f30e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-jenkins:before, .fa-jenkins.details-box__separator::after {
  content: "\f3b6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-joget:before, .fa-joget.details-box__separator::after {
  content: "\f3b7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-joomla:before, .fa-joomla.details-box__separator::after {
  content: "\f1aa";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-js:before, .fa-js.details-box__separator::after {
  content: "\f3b8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-js-square:before, .fa-js-square.details-box__separator::after {
  content: "\f3b9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-jsfiddle:before, .fa-jsfiddle.details-box__separator::after {
  content: "\f1cc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-key:before, .fa-key.details-box__separator::after {
  content: "\f084";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-keyboard:before, .fa-keyboard.details-box__separator::after {
  content: "\f11c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-keycdn:before, .fa-keycdn.details-box__separator::after {
  content: "\f3ba";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-kickstarter:before, .fa-kickstarter.details-box__separator::after {
  content: "\f3bb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-kickstarter-k:before, .fa-kickstarter-k.details-box__separator::after {
  content: "\f3bc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-korvue:before, .fa-korvue.details-box__separator::after {
  content: "\f42f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-language:before, .fa-language.details-box__separator::after {
  content: "\f1ab";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-laptop:before, .fa-laptop.details-box__separator::after {
  content: "\f109";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-laravel:before, .fa-laravel.details-box__separator::after {
  content: "\f3bd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-lastfm:before, .fa-lastfm.details-box__separator::after {
  content: "\f202";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-lastfm-square:before, .fa-lastfm-square.details-box__separator::after {
  content: "\f203";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-leaf:before, .fa-leaf.details-box__separator::after {
  content: "\f06c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-leanpub:before, .fa-leanpub.details-box__separator::after {
  content: "\f212";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-lemon:before, .fa-lemon.details-box__separator::after {
  content: "\f094";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-less:before, .fa-less.details-box__separator::after {
  content: "\f41d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-level-down:before, .fa-level-down.details-box__separator::after {
  content: "\f149";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-level-down-alt:before, .fa-level-down-alt.details-box__separator::after {
  content: "\f3be";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-level-up:before, .fa-level-up.details-box__separator::after {
  content: "\f148";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-level-up-alt:before, .fa-level-up-alt.details-box__separator::after {
  content: "\f3bf";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-life-ring:before, .fa-life-ring.details-box__separator::after {
  content: "\f1cd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-lightbulb:before, .fa-lightbulb.details-box__separator::after {
  content: "\f0eb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-line:before, .fa-line.details-box__separator::after {
  content: "\f3c0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-link:before, .fa-link.details-box__separator::after {
  content: "\f0c1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-linkedin:before, .fa-linkedin.details-box__separator::after {
  content: "\f08c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-linkedin-in:before, .fa-linkedin-in.details-box__separator::after {
  content: "\f0e1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-linode:before, .fa-linode.details-box__separator::after {
  content: "\f2b8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-linux:before, .fa-linux.details-box__separator::after {
  content: "\f17c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-lira-sign:before, .fa-lira-sign.details-box__separator::after {
  content: "\f195";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-list:before, .fa-list.details-box__separator::after {
  content: "\f03a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-list-alt:before, .fa-list-alt.details-box__separator::after {
  content: "\f022";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-list-ol:before, .fa-list-ol.details-box__separator::after {
  content: "\f0cb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-list-ul:before, .fa-list-ul.details-box__separator::after {
  content: "\f0ca";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-location-arrow:before, .fa-location-arrow.details-box__separator::after {
  content: "\f124";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-lock:before, .fa-lock.details-box__separator::after {
  content: "\f023";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-lock-alt:before, .fa-lock-alt.details-box__separator::after {
  content: "\f30d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-lock-open:before, .fa-lock-open.details-box__separator::after {
  content: "\f3c1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-lock-open-alt:before, .fa-lock-open-alt.details-box__separator::after {
  content: "\f3c2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-long-arrow-alt-down:before, .fa-long-arrow-alt-down.details-box__separator::after {
  content: "\f309";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-long-arrow-alt-left:before, .fa-long-arrow-alt-left.details-box__separator::after {
  content: "\f30a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-long-arrow-alt-right:before, .fa-long-arrow-alt-right.details-box__separator::after {
  content: "\f30b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-long-arrow-alt-up:before, .fa-long-arrow-alt-up.details-box__separator::after {
  content: "\f30c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-long-arrow-down:before, .fa-long-arrow-down.details-box__separator::after {
  content: "\f175";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-long-arrow-left:before, .fa-long-arrow-left.details-box__separator::after {
  content: "\f177";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-long-arrow-right:before, .fa-long-arrow-right.details-box__separator::after {
  content: "\f178";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-long-arrow-up:before, .fa-long-arrow-up.details-box__separator::after {
  content: "\f176";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-low-vision:before, .fa-low-vision.details-box__separator::after {
  content: "\f2a8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-luchador:before, .fa-luchador.details-box__separator::after {
  content: "\f455";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-lyft:before, .fa-lyft.details-box__separator::after {
  content: "\f3c3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-magento:before, .fa-magento.details-box__separator::after {
  content: "\f3c4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-magic:before, .fa-magic.details-box__separator::after {
  content: "\f0d0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-magnet:before, .fa-magnet.details-box__separator::after {
  content: "\f076";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-male:before, .fa-male.details-box__separator::after {
  content: "\f183";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-map:before, .fa-map.details-box__separator::after {
  content: "\f279";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-map-marker:before, .fa-map-marker.details-box__separator::after {
  content: "\f041";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-map-marker-alt:before, .fa-map-marker-alt.details-box__separator::after {
  content: "\f3c5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-map-pin:before, .fa-map-pin.details-box__separator::after {
  content: "\f276";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-map-signs:before, .fa-map-signs.details-box__separator::after {
  content: "\f277";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mars:before, .fa-mars.details-box__separator::after {
  content: "\f222";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mars-double:before, .fa-mars-double.details-box__separator::after {
  content: "\f227";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mars-stroke:before, .fa-mars-stroke.details-box__separator::after {
  content: "\f229";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mars-stroke-h:before, .fa-mars-stroke-h.details-box__separator::after {
  content: "\f22b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mars-stroke-v:before, .fa-mars-stroke-v.details-box__separator::after {
  content: "\f22a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-maxcdn:before, .fa-maxcdn.details-box__separator::after {
  content: "\f136";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-medapps:before, .fa-medapps.details-box__separator::after {
  content: "\f3c6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-medium:before, .fa-medium.details-box__separator::after {
  content: "\f23a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-medium-m:before, .fa-medium-m.details-box__separator::after {
  content: "\f3c7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-medkit:before, .fa-medkit.details-box__separator::after {
  content: "\f0fa";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-medrt:before, .fa-medrt.details-box__separator::after {
  content: "\f3c8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-meetup:before, .fa-meetup.details-box__separator::after {
  content: "\f2e0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-meh:before, .fa-meh.details-box__separator::after {
  content: "\f11a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mercury:before, .fa-mercury.details-box__separator::after {
  content: "\f223";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-microchip:before, .fa-microchip.details-box__separator::after {
  content: "\f2db";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-microphone:before, .fa-microphone.details-box__separator::after {
  content: "\f130";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-microphone-alt:before, .fa-microphone-alt.details-box__separator::after {
  content: "\f3c9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-microphone-slash:before, .fa-microphone-slash.details-box__separator::after {
  content: "\f131";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-microsoft:before, .fa-microsoft.details-box__separator::after {
  content: "\f3ca";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-minus:before, .fa-minus.details-box__separator::after {
  content: "\f068";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-minus-circle:before, .fa-minus-circle.details-box__separator::after {
  content: "\f056";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-minus-hexagon:before, .fa-minus-hexagon.details-box__separator::after {
  content: "\f307";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-minus-octagon:before, .fa-minus-octagon.details-box__separator::after {
  content: "\f308";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-minus-square:before, .fa-minus-square.details-box__separator::after {
  content: "\f146";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mix:before, .fa-mix.details-box__separator::after {
  content: "\f3cb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mixcloud:before, .fa-mixcloud.details-box__separator::after {
  content: "\f289";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mizuni:before, .fa-mizuni.details-box__separator::after {
  content: "\f3cc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mobile:before, .fa-mobile.details-box__separator::after {
  content: "\f10b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mobile-alt:before, .fa-mobile-alt.details-box__separator::after {
  content: "\f3cd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mobile-android:before, .fa-mobile-android.details-box__separator::after {
  content: "\f3ce";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mobile-android-alt:before, .fa-mobile-android-alt.details-box__separator::after {
  content: "\f3cf";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-modx:before, .fa-modx.details-box__separator::after {
  content: "\f285";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-monero:before, .fa-monero.details-box__separator::after {
  content: "\f3d0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-money-bill:before, .fa-money-bill.details-box__separator::after {
  content: "\f0d6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-money-bill-alt:before, .fa-money-bill-alt.details-box__separator::after {
  content: "\f3d1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-moon:before, .fa-moon.details-box__separator::after {
  content: "\f186";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-motorcycle:before, .fa-motorcycle.details-box__separator::after {
  content: "\f21c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-mouse-pointer:before, .fa-mouse-pointer.details-box__separator::after {
  content: "\f245";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-music:before, .fa-music.details-box__separator::after {
  content: "\f001";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-napster:before, .fa-napster.details-box__separator::after {
  content: "\f3d2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-neuter:before, .fa-neuter.details-box__separator::after {
  content: "\f22c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-newspaper:before, .fa-newspaper.details-box__separator::after {
  content: "\f1ea";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-nintendo-switch:before, .fa-nintendo-switch.details-box__separator::after {
  content: "\f418";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-node:before, .fa-node.details-box__separator::after {
  content: "\f419";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-node-js:before, .fa-node-js.details-box__separator::after {
  content: "\f3d3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-notes-medical:before, .fa-notes-medical.details-box__separator::after {
  content: "\f481";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-npm:before, .fa-npm.details-box__separator::after {
  content: "\f3d4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ns8:before, .fa-ns8.details-box__separator::after {
  content: "\f3d5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-nutritionix:before, .fa-nutritionix.details-box__separator::after {
  content: "\f3d6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-object-group:before, .fa-object-group.details-box__separator::after {
  content: "\f247";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-object-ungroup:before, .fa-object-ungroup.details-box__separator::after {
  content: "\f248";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-octagon:before, .fa-octagon.details-box__separator::after {
  content: "\f306";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-odnoklassniki:before, .fa-odnoklassniki.details-box__separator::after {
  content: "\f263";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-odnoklassniki-square:before, .fa-odnoklassniki-square.details-box__separator::after {
  content: "\f264";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-opencart:before, .fa-opencart.details-box__separator::after {
  content: "\f23d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-openid:before, .fa-openid.details-box__separator::after {
  content: "\f19b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-opera:before, .fa-opera.details-box__separator::after {
  content: "\f26a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-optin-monster:before, .fa-optin-monster.details-box__separator::after {
  content: "\f23c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-osi:before, .fa-osi.details-box__separator::after {
  content: "\f41a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-outdent:before, .fa-outdent.details-box__separator::after {
  content: "\f03b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-page4:before, .fa-page4.details-box__separator::after {
  content: "\f3d7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pagelines:before, .fa-pagelines.details-box__separator::after {
  content: "\f18c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-paint-brush:before, .fa-paint-brush.details-box__separator::after {
  content: "\f1fc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-palfed:before, .fa-palfed.details-box__separator::after {
  content: "\f3d8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pallet:before, .fa-pallet.details-box__separator::after {
  content: "\f482";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pallet-alt:before, .fa-pallet-alt.details-box__separator::after {
  content: "\f483";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-paper-plane:before, .fa-paper-plane.details-box__separator::after {
  content: "\f1d8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-paperclip:before, .fa-paperclip.details-box__separator::after {
  content: "\f0c6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-paragraph:before, .fa-paragraph.details-box__separator::after {
  content: "\f1dd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-paste:before, .fa-paste.details-box__separator::after {
  content: "\f0ea";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-patreon:before, .fa-patreon.details-box__separator::after {
  content: "\f3d9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pause:before, .fa-pause.details-box__separator::after {
  content: "\f04c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pause-circle:before, .fa-pause-circle.details-box__separator::after {
  content: "\f28b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-paw:before, .fa-paw.details-box__separator::after {
  content: "\f1b0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-paypal:before, .fa-paypal.details-box__separator::after {
  content: "\f1ed";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pen:before, .fa-pen.details-box__separator::after {
  content: "\f304";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pen-alt:before, .fa-pen-alt.details-box__separator::after {
  content: "\f305";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pen-square:before, .fa-pen-square.details-box__separator::after {
  content: "\f14b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pencil:before, .fa-pencil.details-box__separator::after {
  content: "\f040";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pencil-alt:before, .fa-pencil-alt.details-box__separator::after {
  content: "\f303";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pennant:before, .fa-pennant.details-box__separator::after {
  content: "\f456";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-percent:before, .fa-percent.details-box__separator::after {
  content: "\f295";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-periscope:before, .fa-periscope.details-box__separator::after {
  content: "\f3da";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-phabricator:before, .fa-phabricator.details-box__separator::after {
  content: "\f3db";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-phoenix-framework:before, .fa-phoenix-framework.details-box__separator::after {
  content: "\f3dc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-phone:before, .fa-phone.details-box__separator::after {
  content: "\f095";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-phone-slash:before, .fa-phone-slash.details-box__separator::after {
  content: "\f3dd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-phone-square:before, .fa-phone-square.details-box__separator::after {
  content: "\f098";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-phone-volume:before, .fa-phone-volume.details-box__separator::after {
  content: "\f2a0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-php:before, .fa-php.details-box__separator::after {
  content: "\f457";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pied-piper:before, .fa-pied-piper.details-box__separator::after {
  content: "\f2ae";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pied-piper-alt:before, .fa-pied-piper-alt.details-box__separator::after {
  content: "\f1a8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pied-piper-pp:before, .fa-pied-piper-pp.details-box__separator::after {
  content: "\f1a7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pills:before, .fa-pills.details-box__separator::after {
  content: "\f484";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pinterest:before, .fa-pinterest.details-box__separator::after {
  content: "\f0d2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pinterest-p:before, .fa-pinterest-p.details-box__separator::after {
  content: "\f231";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pinterest-square:before, .fa-pinterest-square.details-box__separator::after {
  content: "\f0d3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-plane:before, .fa-plane.details-box__separator::after {
  content: "\f072";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-plane-alt:before, .fa-plane-alt.details-box__separator::after {
  content: "\f3de";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-play:before, .fa-play.details-box__separator::after {
  content: "\f04b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-play-circle:before, .fa-play-circle.details-box__separator::after {
  content: "\f144";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-playstation:before, .fa-playstation.details-box__separator::after {
  content: "\f3df";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-plug:before, .fa-plug.details-box__separator::after {
  content: "\f1e6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-plus:before, .fa-plus.details-box__separator::after {
  content: "\f067";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-plus-circle:before, .fa-plus-circle.details-box__separator::after {
  content: "\f055";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-plus-hexagon:before, .fa-plus-hexagon.details-box__separator::after {
  content: "\f300";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-plus-octagon:before, .fa-plus-octagon.details-box__separator::after {
  content: "\f301";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-plus-square:before, .fa-plus-square.details-box__separator::after {
  content: "\f0fe";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-podcast:before, .fa-podcast.details-box__separator::after {
  content: "\f2ce";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-poo:before, .fa-poo.details-box__separator::after {
  content: "\f2fe";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-portrait:before, .fa-portrait.details-box__separator::after {
  content: "\f3e0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pound-sign:before, .fa-pound-sign.details-box__separator::after {
  content: "\f154";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-power-off:before, .fa-power-off.details-box__separator::after {
  content: "\f011";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-prescription-bottle:before, .fa-prescription-bottle.details-box__separator::after {
  content: "\f485";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-prescription-bottle-alt:before, .fa-prescription-bottle-alt.details-box__separator::after {
  content: "\f486";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-print:before, .fa-print.details-box__separator::after {
  content: "\f02f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-procedures:before, .fa-procedures.details-box__separator::after {
  content: "\f487";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-product-hunt:before, .fa-product-hunt.details-box__separator::after {
  content: "\f288";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-pushed:before, .fa-pushed.details-box__separator::after {
  content: "\f3e1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-puzzle-piece:before, .fa-puzzle-piece.details-box__separator::after {
  content: "\f12e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-python:before, .fa-python.details-box__separator::after {
  content: "\f3e2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-qq:before, .fa-qq.details-box__separator::after {
  content: "\f1d6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-qrcode:before, .fa-qrcode.details-box__separator::after {
  content: "\f029";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-question:before, .fa-question.details-box__separator::after {
  content: "\f128";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-question-circle:before, .fa-question-circle.details-box__separator::after {
  content: "\f059";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-question-square:before, .fa-question-square.details-box__separator::after {
  content: "\f2fd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-quidditch:before, .fa-quidditch.details-box__separator::after {
  content: "\f458";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-quinscape:before, .fa-quinscape.details-box__separator::after {
  content: "\f459";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-quora:before, .fa-quora.details-box__separator::after {
  content: "\f2c4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-quote-left:before, .fa-quote-left.details-box__separator::after {
  content: "\f10d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-quote-right:before, .fa-quote-right.details-box__separator::after {
  content: "\f10e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-racquet:before, .fa-racquet.details-box__separator::after {
  content: "\f45a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-random:before, .fa-random.details-box__separator::after {
  content: "\f074";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ravelry:before, .fa-ravelry.details-box__separator::after {
  content: "\f2d9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-react:before, .fa-react.details-box__separator::after {
  content: "\f41b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rebel:before, .fa-rebel.details-box__separator::after {
  content: "\f1d0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rectangle-landscape:before, .fa-rectangle-landscape.details-box__separator::after {
  content: "\f2fa";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rectangle-portrait:before, .fa-rectangle-portrait.details-box__separator::after {
  content: "\f2fb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rectangle-wide:before, .fa-rectangle-wide.details-box__separator::after {
  content: "\f2fc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-recycle:before, .fa-recycle.details-box__separator::after {
  content: "\f1b8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-red-river:before, .fa-red-river.details-box__separator::after {
  content: "\f3e3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-reddit:before, .fa-reddit.details-box__separator::after {
  content: "\f1a1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-reddit-alien:before, .fa-reddit-alien.details-box__separator::after {
  content: "\f281";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-reddit-square:before, .fa-reddit-square.details-box__separator::after {
  content: "\f1a2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-redo:before, .fa-redo.details-box__separator::after {
  content: "\f01e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-redo-alt:before, .fa-redo-alt.details-box__separator::after {
  content: "\f2f9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-registered:before, .fa-registered.details-box__separator::after {
  content: "\f25d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rendact:before, .fa-rendact.details-box__separator::after {
  content: "\f3e4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-renren:before, .fa-renren.details-box__separator::after {
  content: "\f18b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-repeat:before, .fa-repeat.details-box__separator::after {
  content: "\f363";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-repeat-1:before, .fa-repeat-1.details-box__separator::after {
  content: "\f365";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-repeat-1-alt:before, .fa-repeat-1-alt.details-box__separator::after {
  content: "\f366";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-repeat-alt:before, .fa-repeat-alt.details-box__separator::after {
  content: "\f364";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-reply:before, .fa-reply.details-box__separator::after {
  content: "\f3e5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-reply-all:before, .fa-reply-all.details-box__separator::after {
  content: "\f122";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-replyd:before, .fa-replyd.details-box__separator::after {
  content: "\f3e6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-resolving:before, .fa-resolving.details-box__separator::after {
  content: "\f3e7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-retweet:before, .fa-retweet.details-box__separator::after {
  content: "\f079";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-retweet-alt:before, .fa-retweet-alt.details-box__separator::after {
  content: "\f361";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-road:before, .fa-road.details-box__separator::after {
  content: "\f018";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rocket:before, .fa-rocket.details-box__separator::after {
  content: "\f135";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rocketchat:before, .fa-rocketchat.details-box__separator::after {
  content: "\f3e8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rockrms:before, .fa-rockrms.details-box__separator::after {
  content: "\f3e9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rss:before, .fa-rss.details-box__separator::after {
  content: "\f09e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rss-square:before, .fa-rss-square.details-box__separator::after {
  content: "\f143";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ruble-sign:before, .fa-ruble-sign.details-box__separator::after {
  content: "\f158";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-rupee-sign:before, .fa-rupee-sign.details-box__separator::after {
  content: "\f156";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-safari:before, .fa-safari.details-box__separator::after {
  content: "\f267";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sass:before, .fa-sass.details-box__separator::after {
  content: "\f41e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-save:before, .fa-save.details-box__separator::after {
  content: "\f0c7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-scanner:before, .fa-scanner.details-box__separator::after {
  content: "\f488";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-scanner-keyboard:before, .fa-scanner-keyboard.details-box__separator::after {
  content: "\f489";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-scanner-touchscreen:before, .fa-scanner-touchscreen.details-box__separator::after {
  content: "\f48a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-schlix:before, .fa-schlix.details-box__separator::after {
  content: "\f3ea";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-scribd:before, .fa-scribd.details-box__separator::after {
  content: "\f28a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-scrubber:before, .fa-scrubber.details-box__separator::after {
  content: "\f2f8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-search:before, .fa-search.details-box__separator::after {
  content: "\f002";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-search-minus:before, .fa-search-minus.details-box__separator::after {
  content: "\f010";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-search-plus:before, .fa-search-plus.details-box__separator::after {
  content: "\f00e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-searchengin:before, .fa-searchengin.details-box__separator::after {
  content: "\f3eb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sellcast:before, .fa-sellcast.details-box__separator::after {
  content: "\f2da";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sellsy:before, .fa-sellsy.details-box__separator::after {
  content: "\f213";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-server:before, .fa-server.details-box__separator::after {
  content: "\f233";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-servicestack:before, .fa-servicestack.details-box__separator::after {
  content: "\f3ec";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-share:before, .fa-share.details-box__separator::after {
  content: "\f064";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-share-all:before, .fa-share-all.details-box__separator::after {
  content: "\f367";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-share-alt:before, .fa-share-alt.details-box__separator::after {
  content: "\f1e0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-share-alt-square:before, .fa-share-alt-square.details-box__separator::after {
  content: "\f1e1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-share-square:before, .fa-share-square.details-box__separator::after {
  content: "\f14d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shekel-sign:before, .fa-shekel-sign.details-box__separator::after {
  content: "\f20b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shield:before, .fa-shield.details-box__separator::after {
  content: "\f132";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shield-alt:before, .fa-shield-alt.details-box__separator::after {
  content: "\f3ed";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shield-check:before, .fa-shield-check.details-box__separator::after {
  content: "\f2f7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ship:before, .fa-ship.details-box__separator::after {
  content: "\f21a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shipping-fast:before, .fa-shipping-fast.details-box__separator::after {
  content: "\f48b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shipping-timed:before, .fa-shipping-timed.details-box__separator::after {
  content: "\f48c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shirtsinbulk:before, .fa-shirtsinbulk.details-box__separator::after {
  content: "\f214";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shopping-bag:before, .fa-shopping-bag.details-box__separator::after {
  content: "\f290";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shopping-basket:before, .fa-shopping-basket.details-box__separator::after {
  content: "\f291";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shopping-cart:before, .fa-shopping-cart.details-box__separator::after {
  content: "\f07a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shower:before, .fa-shower.details-box__separator::after {
  content: "\f2cc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-shuttlecock:before, .fa-shuttlecock.details-box__separator::after {
  content: "\f45b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sign-in:before, .fa-sign-in.details-box__separator::after {
  content: "\f090";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sign-in-alt:before, .fa-sign-in-alt.details-box__separator::after {
  content: "\f2f6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sign-language:before, .fa-sign-language.details-box__separator::after {
  content: "\f2a7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sign-out:before, .fa-sign-out.details-box__separator::after {
  content: "\f08b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sign-out-alt:before, .fa-sign-out-alt.details-box__separator::after {
  content: "\f2f5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-signal:before, .fa-signal.details-box__separator::after {
  content: "\f012";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-simplybuilt:before, .fa-simplybuilt.details-box__separator::after {
  content: "\f215";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sistrix:before, .fa-sistrix.details-box__separator::after {
  content: "\f3ee";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sitemap:before, .fa-sitemap.details-box__separator::after {
  content: "\f0e8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-skyatlas:before, .fa-skyatlas.details-box__separator::after {
  content: "\f216";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-skype:before, .fa-skype.details-box__separator::after {
  content: "\f17e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-slack:before, .fa-slack.details-box__separator::after {
  content: "\f198";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-slack-hash:before, .fa-slack-hash.details-box__separator::after {
  content: "\f3ef";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sliders-h:before, .fa-sliders-h.details-box__separator::after {
  content: "\f1de";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sliders-h-square:before, .fa-sliders-h-square.details-box__separator::after {
  content: "\f3f0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sliders-v:before, .fa-sliders-v.details-box__separator::after {
  content: "\f3f1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sliders-v-square:before, .fa-sliders-v-square.details-box__separator::after {
  content: "\f3f2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-slideshare:before, .fa-slideshare.details-box__separator::after {
  content: "\f1e7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-smile:before, .fa-smile.details-box__separator::after {
  content: "\f118";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-smoking:before, .fa-smoking.details-box__separator::after {
  content: "\f48d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-snapchat:before, .fa-snapchat.details-box__separator::after {
  content: "\f2ab";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-snapchat-ghost:before, .fa-snapchat-ghost.details-box__separator::after {
  content: "\f2ac";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-snapchat-square:before, .fa-snapchat-square.details-box__separator::after {
  content: "\f2ad";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-snowflake:before, .fa-snowflake.details-box__separator::after {
  content: "\f2dc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sort:before, .fa-sort.details-box__separator::after {
  content: "\f0dc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sort-alpha-down:before, .fa-sort-alpha-down.details-box__separator::after {
  content: "\f15d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sort-alpha-up:before, .fa-sort-alpha-up.details-box__separator::after {
  content: "\f15e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sort-amount-down:before, .fa-sort-amount-down.details-box__separator::after {
  content: "\f160";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sort-amount-up:before, .fa-sort-amount-up.details-box__separator::after {
  content: "\f161";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sort-down:before, .fa-sort-down.details-box__separator::after {
  content: "\f0dd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sort-numeric-down:before, .fa-sort-numeric-down.details-box__separator::after {
  content: "\f162";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sort-numeric-up:before, .fa-sort-numeric-up.details-box__separator::after {
  content: "\f163";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sort-up:before, .fa-sort-up.details-box__separator::after {
  content: "\f0de";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-soundcloud:before, .fa-soundcloud.details-box__separator::after {
  content: "\f1be";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-space-shuttle:before, .fa-space-shuttle.details-box__separator::after {
  content: "\f197";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-spade:before, .fa-spade.details-box__separator::after {
  content: "\f2f4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-speakap:before, .fa-speakap.details-box__separator::after {
  content: "\f3f3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-spinner:before, .fa-spinner.details-box__separator::after {
  content: "\f110";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-spinner-third:before, .fa-spinner-third.details-box__separator::after {
  content: "\f3f4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-spotify:before, .fa-spotify.details-box__separator::after {
  content: "\f1bc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-square:before, .fa-square.details-box__separator::after {
  content: "\f0c8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-square-full:before, .fa-square-full.details-box__separator::after {
  content: "\f45c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stack-exchange:before, .fa-stack-exchange.details-box__separator::after {
  content: "\f18d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stack-overflow:before, .fa-stack-overflow.details-box__separator::after {
  content: "\f16c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-star:before, .fa-star.details-box__separator::after {
  content: "\f005";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-star-exclamation:before, .fa-star-exclamation.details-box__separator::after {
  content: "\f2f3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-star-half:before, .fa-star-half.details-box__separator::after {
  content: "\f089";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-staylinked:before, .fa-staylinked.details-box__separator::after {
  content: "\f3f5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-steam:before, .fa-steam.details-box__separator::after {
  content: "\f1b6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-steam-square:before, .fa-steam-square.details-box__separator::after {
  content: "\f1b7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-steam-symbol:before, .fa-steam-symbol.details-box__separator::after {
  content: "\f3f6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-step-backward:before, .fa-step-backward.details-box__separator::after {
  content: "\f048";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-step-forward:before, .fa-step-forward.details-box__separator::after {
  content: "\f051";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stethoscope:before, .fa-stethoscope.details-box__separator::after {
  content: "\f0f1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sticker-mule:before, .fa-sticker-mule.details-box__separator::after {
  content: "\f3f7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sticky-note:before, .fa-sticky-note.details-box__separator::after {
  content: "\f249";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stop:before, .fa-stop.details-box__separator::after {
  content: "\f04d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stop-circle:before, .fa-stop-circle.details-box__separator::after {
  content: "\f28d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stopwatch:before, .fa-stopwatch.details-box__separator::after {
  content: "\f2f2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-strava:before, .fa-strava.details-box__separator::after {
  content: "\f428";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-street-view:before, .fa-street-view.details-box__separator::after {
  content: "\f21d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-strikethrough:before, .fa-strikethrough.details-box__separator::after {
  content: "\f0cc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stripe:before, .fa-stripe.details-box__separator::after {
  content: "\f429";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stripe-s:before, .fa-stripe-s.details-box__separator::after {
  content: "\f42a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-studiovinari:before, .fa-studiovinari.details-box__separator::after {
  content: "\f3f8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stumbleupon:before, .fa-stumbleupon.details-box__separator::after {
  content: "\f1a4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-stumbleupon-circle:before, .fa-stumbleupon-circle.details-box__separator::after {
  content: "\f1a3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-subscript:before, .fa-subscript.details-box__separator::after {
  content: "\f12c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-subway:before, .fa-subway.details-box__separator::after {
  content: "\f239";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-suitcase:before, .fa-suitcase.details-box__separator::after {
  content: "\f0f2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sun:before, .fa-sun.details-box__separator::after {
  content: "\f185";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-superpowers:before, .fa-superpowers.details-box__separator::after {
  content: "\f2dd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-superscript:before, .fa-superscript.details-box__separator::after {
  content: "\f12b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-supple:before, .fa-supple.details-box__separator::after {
  content: "\f3f9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sync:before, .fa-sync.details-box__separator::after {
  content: "\f021";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-sync-alt:before, .fa-sync-alt.details-box__separator::after {
  content: "\f2f1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-syringe:before, .fa-syringe.details-box__separator::after {
  content: "\f48e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-table:before, .fa-table.details-box__separator::after {
  content: "\f0ce";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-table-tennis:before, .fa-table-tennis.details-box__separator::after {
  content: "\f45d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tablet:before, .fa-tablet.details-box__separator::after {
  content: "\f10a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tablet-alt:before, .fa-tablet-alt.details-box__separator::after {
  content: "\f3fa";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tablet-android:before, .fa-tablet-android.details-box__separator::after {
  content: "\f3fb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tablet-android-alt:before, .fa-tablet-android-alt.details-box__separator::after {
  content: "\f3fc";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tablet-rugged:before, .fa-tablet-rugged.details-box__separator::after {
  content: "\f48f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tablets:before, .fa-tablets.details-box__separator::after {
  content: "\f490";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tachometer:before, .fa-tachometer.details-box__separator::after {
  content: "\f0e4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tachometer-alt:before, .fa-tachometer-alt.details-box__separator::after {
  content: "\f3fd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tag:before, .fa-tag.details-box__separator::after {
  content: "\f02b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tags:before, .fa-tags.details-box__separator::after {
  content: "\f02c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tasks:before, .fa-tasks.details-box__separator::after {
  content: "\f0ae";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-taxi:before, .fa-taxi.details-box__separator::after {
  content: "\f1ba";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-telegram:before, .fa-telegram.details-box__separator::after {
  content: "\f2c6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-telegram-plane:before, .fa-telegram-plane.details-box__separator::after {
  content: "\f3fe";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tencent-weibo:before, .fa-tencent-weibo.details-box__separator::after {
  content: "\f1d5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tennis-ball:before, .fa-tennis-ball.details-box__separator::after {
  content: "\f45e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-terminal:before, .fa-terminal.details-box__separator::after {
  content: "\f120";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-text-height:before, .fa-text-height.details-box__separator::after {
  content: "\f034";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-text-width:before, .fa-text-width.details-box__separator::after {
  content: "\f035";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-th:before, .fa-th.details-box__separator::after {
  content: "\f00a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-th-large:before, .fa-th-large.details-box__separator::after {
  content: "\f009";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-th-list:before, .fa-th-list.details-box__separator::after {
  content: "\f00b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-themeisle:before, .fa-themeisle.details-box__separator::after {
  content: "\f2b2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-thermometer:before, .fa-thermometer.details-box__separator::after {
  content: "\f491";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-thermometer-empty:before, .fa-thermometer-empty.details-box__separator::after {
  content: "\f2cb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-thermometer-full:before, .fa-thermometer-full.details-box__separator::after {
  content: "\f2c7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-thermometer-half:before, .fa-thermometer-half.details-box__separator::after {
  content: "\f2c9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-thermometer-quarter:before, .fa-thermometer-quarter.details-box__separator::after {
  content: "\f2ca";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-thermometer-three-quarters:before, .fa-thermometer-three-quarters.details-box__separator::after {
  content: "\f2c8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-thumbs-down:before, .fa-thumbs-down.details-box__separator::after {
  content: "\f165";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-thumbs-up:before, .fa-thumbs-up.details-box__separator::after {
  content: "\f164";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-thumbtack:before, .fa-thumbtack.details-box__separator::after {
  content: "\f08d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ticket:before, .fa-ticket.details-box__separator::after {
  content: "\f145";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ticket-alt:before, .fa-ticket-alt.details-box__separator::after {
  content: "\f3ff";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-times:before, .fa-times.details-box__separator::after {
  content: "\f00d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-times-circle:before, .fa-times-circle.details-box__separator::after {
  content: "\f057";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-times-hexagon:before, .fa-times-hexagon.details-box__separator::after {
  content: "\f2ee";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-times-octagon:before, .fa-times-octagon.details-box__separator::after {
  content: "\f2f0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-times-square:before, .fa-times-square.details-box__separator::after {
  content: "\f2d3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tint:before, .fa-tint.details-box__separator::after {
  content: "\f043";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-toggle-off:before, .fa-toggle-off.details-box__separator::after {
  content: "\f204";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-toggle-on:before, .fa-toggle-on.details-box__separator::after {
  content: "\f205";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-trademark:before, .fa-trademark.details-box__separator::after {
  content: "\f25c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-train:before, .fa-train.details-box__separator::after {
  content: "\f238";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-transgender:before, .fa-transgender.details-box__separator::after {
  content: "\f224";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-transgender-alt:before, .fa-transgender-alt.details-box__separator::after {
  content: "\f225";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-trash:before, .fa-trash.details-box__separator::after {
  content: "\f1f8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-trash-alt:before, .fa-trash-alt.details-box__separator::after {
  content: "\f2ed";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tree:before, .fa-tree.details-box__separator::after {
  content: "\f1bb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tree-alt:before, .fa-tree-alt.details-box__separator::after {
  content: "\f400";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-trello:before, .fa-trello.details-box__separator::after {
  content: "\f181";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-triangle:before, .fa-triangle.details-box__separator::after {
  content: "\f2ec";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tripadvisor:before, .fa-tripadvisor.details-box__separator::after {
  content: "\f262";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-trophy:before, .fa-trophy.details-box__separator::after {
  content: "\f091";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-trophy-alt:before, .fa-trophy-alt.details-box__separator::after {
  content: "\f2eb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-truck:before, .fa-truck.details-box__separator::after {
  content: "\f0d1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tty:before, .fa-tty.details-box__separator::after {
  content: "\f1e4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tumblr:before, .fa-tumblr.details-box__separator::after {
  content: "\f173";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tumblr-square:before, .fa-tumblr-square.details-box__separator::after {
  content: "\f174";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tv:before, .fa-tv.details-box__separator::after {
  content: "\f26c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-tv-retro:before, .fa-tv-retro.details-box__separator::after {
  content: "\f401";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-twitch:before, .fa-twitch.details-box__separator::after {
  content: "\f1e8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-twitter:before, .fa-twitter.details-box__separator::after {
  content: "\f099";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-twitter-square:before, .fa-twitter-square.details-box__separator::after {
  content: "\f081";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-typo3:before, .fa-typo3.details-box__separator::after {
  content: "\f42b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-uber:before, .fa-uber.details-box__separator::after {
  content: "\f402";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-uikit:before, .fa-uikit.details-box__separator::after {
  content: "\f403";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-umbrella:before, .fa-umbrella.details-box__separator::after {
  content: "\f0e9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-underline:before, .fa-underline.details-box__separator::after {
  content: "\f0cd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-undo:before, .fa-undo.details-box__separator::after {
  content: "\f0e2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-undo-alt:before, .fa-undo-alt.details-box__separator::after {
  content: "\f2ea";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-uniregistry:before, .fa-uniregistry.details-box__separator::after {
  content: "\f404";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-universal-access:before, .fa-universal-access.details-box__separator::after {
  content: "\f29a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-university:before, .fa-university.details-box__separator::after {
  content: "\f19c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-unlink:before, .fa-unlink.details-box__separator::after {
  content: "\f127";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-unlock:before, .fa-unlock.details-box__separator::after {
  content: "\f09c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-unlock-alt:before, .fa-unlock-alt.details-box__separator::after {
  content: "\f13e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-untappd:before, .fa-untappd.details-box__separator::after {
  content: "\f405";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-upload:before, .fa-upload.details-box__separator::after {
  content: "\f093";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-usb:before, .fa-usb.details-box__separator::after {
  content: "\f287";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-usd-circle:before, .fa-usd-circle.details-box__separator::after {
  content: "\f2e8";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-usd-square:before, .fa-usd-square.details-box__separator::after {
  content: "\f2e9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-user:before, .fa-user.details-box__separator::after {
  content: "\f007";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-user-alt:before, .fa-user-alt.details-box__separator::after {
  content: "\f406";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-user-circle:before, .fa-user-circle.details-box__separator::after {
  content: "\f2bd";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-user-md:before, .fa-user-md.details-box__separator::after {
  content: "\f0f0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-user-plus:before, .fa-user-plus.details-box__separator::after {
  content: "\f234";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-user-secret:before, .fa-user-secret.details-box__separator::after {
  content: "\f21b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-user-times:before, .fa-user-times.details-box__separator::after {
  content: "\f235";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-users:before, .fa-users.details-box__separator::after {
  content: "\f0c0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-ussunnah:before, .fa-ussunnah.details-box__separator::after {
  content: "\f407";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-utensil-fork:before, .fa-utensil-fork.details-box__separator::after {
  content: "\f2e3";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-utensil-knife:before, .fa-utensil-knife.details-box__separator::after {
  content: "\f2e4";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-utensil-spoon:before, .fa-utensil-spoon.details-box__separator::after {
  content: "\f2e5";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-utensils:before, .fa-utensils.details-box__separator::after {
  content: "\f2e7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-utensils-alt:before, .fa-utensils-alt.details-box__separator::after {
  content: "\f2e6";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-vaadin:before, .fa-vaadin.details-box__separator::after {
  content: "\f408";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-venus:before, .fa-venus.details-box__separator::after {
  content: "\f221";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-venus-double:before, .fa-venus-double.details-box__separator::after {
  content: "\f226";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-venus-mars:before, .fa-venus-mars.details-box__separator::after {
  content: "\f228";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-viacoin:before, .fa-viacoin.details-box__separator::after {
  content: "\f237";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-viadeo:before, .fa-viadeo.details-box__separator::after {
  content: "\f2a9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-viadeo-square:before, .fa-viadeo-square.details-box__separator::after {
  content: "\f2aa";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-vial:before, .fa-vial.details-box__separator::after {
  content: "\f492";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-vials:before, .fa-vials.details-box__separator::after {
  content: "\f493";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-viber:before, .fa-viber.details-box__separator::after {
  content: "\f409";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-video:before, .fa-video.details-box__separator::after {
  content: "\f03d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-vimeo:before, .fa-vimeo.details-box__separator::after {
  content: "\f40a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-vimeo-square:before, .fa-vimeo-square.details-box__separator::after {
  content: "\f194";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-vimeo-v:before, .fa-vimeo-v.details-box__separator::after {
  content: "\f27d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-vine:before, .fa-vine.details-box__separator::after {
  content: "\f1ca";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-vk:before, .fa-vk.details-box__separator::after {
  content: "\f189";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-vnv:before, .fa-vnv.details-box__separator::after {
  content: "\f40b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-volleyball-ball:before, .fa-volleyball-ball.details-box__separator::after {
  content: "\f45f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-volume-down:before, .fa-volume-down.details-box__separator::after {
  content: "\f027";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-volume-mute:before, .fa-volume-mute.details-box__separator::after {
  content: "\f2e2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-volume-off:before, .fa-volume-off.details-box__separator::after {
  content: "\f026";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-volume-up:before, .fa-volume-up.details-box__separator::after {
  content: "\f028";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-vuejs:before, .fa-vuejs.details-box__separator::after {
  content: "\f41f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-warehouse:before, .fa-warehouse.details-box__separator::after {
  content: "\f494";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-warehouse-alt:before, .fa-warehouse-alt.details-box__separator::after {
  content: "\f495";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-watch:before, .fa-watch.details-box__separator::after {
  content: "\f2e1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-weibo:before, .fa-weibo.details-box__separator::after {
  content: "\f18a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-weight:before, .fa-weight.details-box__separator::after {
  content: "\f496";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-weixin:before, .fa-weixin.details-box__separator::after {
  content: "\f1d7";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-whatsapp:before, .fa-whatsapp.details-box__separator::after {
  content: "\f232";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-whatsapp-square:before, .fa-whatsapp-square.details-box__separator::after {
  content: "\f40c";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-wheelchair:before, .fa-wheelchair.details-box__separator::after {
  content: "\f193";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-whistle:before, .fa-whistle.details-box__separator::after {
  content: "\f460";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-whmcs:before, .fa-whmcs.details-box__separator::after {
  content: "\f40d";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-wifi:before, .fa-wifi.details-box__separator::after {
  content: "\f1eb";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-wikipedia-w:before, .fa-wikipedia-w.details-box__separator::after {
  content: "\f266";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-window:before, .fa-window.details-box__separator::after {
  content: "\f40e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-window-alt:before, .fa-window-alt.details-box__separator::after {
  content: "\f40f";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-window-close:before, .fa-window-close.details-box__separator::after {
  content: "\f410";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-window-maximize:before, .fa-window-maximize.details-box__separator::after {
  content: "\f2d0";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-window-minimize:before, .fa-window-minimize.details-box__separator::after {
  content: "\f2d1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-window-restore:before, .fa-window-restore.details-box__separator::after {
  content: "\f2d2";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-windows:before, .fa-windows.details-box__separator::after {
  content: "\f17a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-won-sign:before, .fa-won-sign.details-box__separator::after {
  content: "\f159";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-wordpress:before, .fa-wordpress.details-box__separator::after {
  content: "\f19a";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-wordpress-simple:before, .fa-wordpress-simple.details-box__separator::after {
  content: "\f411";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-wpbeginner:before, .fa-wpbeginner.details-box__separator::after {
  content: "\f297";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-wpexplorer:before, .fa-wpexplorer.details-box__separator::after {
  content: "\f2de";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-wpforms:before, .fa-wpforms.details-box__separator::after {
  content: "\f298";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-wrench:before, .fa-wrench.details-box__separator::after {
  content: "\f0ad";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-x-ray:before, .fa-x-ray.details-box__separator::after {
  content: "\f497";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-xbox:before, .fa-xbox.details-box__separator::after {
  content: "\f412";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-xing:before, .fa-xing.details-box__separator::after {
  content: "\f168";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-xing-square:before, .fa-xing-square.details-box__separator::after {
  content: "\f169";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-y-combinator:before, .fa-y-combinator.details-box__separator::after {
  content: "\f23b";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-yahoo:before, .fa-yahoo.details-box__separator::after {
  content: "\f19e";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-yandex:before, .fa-yandex.details-box__separator::after {
  content: "\f413";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-yandex-international:before, .fa-yandex-international.details-box__separator::after {
  content: "\f414";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-yelp:before, .fa-yelp.details-box__separator::after {
  content: "\f1e9";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-yen-sign:before, .fa-yen-sign.details-box__separator::after {
  content: "\f157";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-yoast:before, .fa-yoast.details-box__separator::after {
  content: "\f2b1";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-youtube:before, .fa-youtube.details-box__separator::after {
  content: "\f167";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.fa-youtube-square:before, .fa-youtube-square.details-box__separator::after {
  content: "\f431";
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fontawesome.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/fontawesome/fa-solid-900.eot);
  src: url(/fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(/fonts/fontawesome/fa-solid-900.woff) format("woff"), url(/fonts/fontawesome/fa-solid-900.ttf) format("truetype"), url(/fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg");
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/fa-solid.scss */
.fa, .fas {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
svg.svg-inline--fa:not(:root) {
  overflow: visible;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-lg {
  vertical-align: -.225em;
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}

/* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}

/* line 20, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}

/* line 24, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

/* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}

/* line 30, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

/* line 32, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

/* line 34, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

/* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

/* line 38, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}

/* line 42, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

/* line 44, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-16 {
  width: 1em;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

/* line 50, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

/* line 52, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

/* line 54, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

/* line 56, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-pull-left {
  margin-right: .3em;
  width: auto;
}

/* line 59, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-pull-right {
  margin-left: .3em;
  width: auto;
}

/* line 62, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-border {
  height: 1.5em;
}

/* line 64, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-li {
  width: 2em;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-fw {
  width: 1.25em;
}

/* line 69, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 77, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em;
}

/* line 84, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/* line 88, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}

/* line 93, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/* line 101, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

/* line 121, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

/* line 130, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

/* line 140, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

/* line 148, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

/* line 157, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 162, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-xs {
  font-size: .75em;
}

/* line 165, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-sm {
  font-size: .875em;
}

/* line 168, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-1x {
  font-size: 1em;
}

/* line 171, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-2x {
  font-size: 2em;
}

/* line 174, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-3x {
  font-size: 3em;
}

/* line 177, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-4x {
  font-size: 4em;
}

/* line 180, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-5x {
  font-size: 5em;
}

/* line 183, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-6x {
  font-size: 6em;
}

/* line 186, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-7x {
  font-size: 7em;
}

/* line 189, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-8x {
  font-size: 8em;
}

/* line 192, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-9x {
  font-size: 9em;
}

/* line 195, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-10x {
  font-size: 10em;
}

/* line 198, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 202, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 206, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-ul > li {
  position: relative;
}

/* line 209, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 216, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 221, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-pull-left {
  float: left;
}

/* line 224, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-pull-right {
  float: right;
}

/* line 227, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 234, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 241, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 245, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 265, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 270, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 275, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 280, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 285, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 290, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 295, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

/* line 303, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}

/* line 309, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 318, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em;
}

/* line 322, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em;
}

/* line 326, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.fa-inverse {
  color: #fff;
}

/* line 329, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 339, node_modules/@cgtrader/cgtrader-ui/scss/vendor/fontawesome/svg-styles.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/bootstrap-grid.scss */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/* line 17, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/bootstrap-grid.scss */
*,
*::before,
.details-box__separator::after,
*::after {
  box-sizing: inherit;
}

/* line 6, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
.container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 576px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 968px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1256px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1576px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1848px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 968px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    max-width: 840px;
  }
}

@media (min-width: 1256px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    max-width: 1104px;
  }
}

@media (min-width: 1576px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    max-width: 1392px;
  }
}

@media (min-width: 1848px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    max-width: 1680px;
  }
}

/* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 576px) {
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 968px) {
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1256px) {
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1576px) {
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1848px) {
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}

@media (min-width: 576px) {
  /* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .row {
    margin-right: -6px;
    margin-left: -6px;
  }
}

@media (min-width: 968px) {
  /* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .row {
    margin-right: -6px;
    margin-left: -6px;
  }
}

@media (min-width: 1256px) {
  /* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

@media (min-width: 1576px) {
  /* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

@media (min-width: 1848px) {
  /* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

/* line 34, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}

@media (min-width: 576px) {
  /* line 8, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 968px) {
  /* line 8, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1256px) {
  /* line 8, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 1576px) {
  /* line 8, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 1848px) {
  /* line 8, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 53, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 53, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 968px) {
  /* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 53, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1256px) {
  /* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 53, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1576px) {
  /* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 53, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1848px) {
  /* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 53, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-first {
    order: -1;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-1 {
    order: 1;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-2 {
    order: 2;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-3 {
    order: 3;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-4 {
    order: 4;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-5 {
    order: 5;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-6 {
    order: 6;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-7 {
    order: 7;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-8 {
    order: 8;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-9 {
    order: 9;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-10 {
    order: 10;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-11 {
    order: 11;
  }
  /* line 58, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .order-xxl-12 {
    order: 12;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 66, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/mixins/_grid-framework.scss */
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 11, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.flex-row, .job-list-item__price, .job-list-item__row--upper, .message-attachment {
  flex-direction: row !important;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 20, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 21, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 23, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 24, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 27, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 29, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 30, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 32, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 33, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 34, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 35, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 37, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 39, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 42, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 43, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 44, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 21, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 23, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 24, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 27, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 29, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 30, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 32, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 33, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 34, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 35, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 37, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 39, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 40, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 42, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 43, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 44, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 968px) {
  /* line 11, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 21, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 23, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 24, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 27, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 29, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 30, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 32, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 33, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 34, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 35, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 37, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 39, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 40, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 42, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 43, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 44, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1256px) {
  /* line 11, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 21, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 23, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 24, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 27, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 29, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 30, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 32, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 33, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 34, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 35, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 37, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 39, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 40, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 42, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 43, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 44, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1576px) {
  /* line 11, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 21, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 23, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 24, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 27, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 29, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 30, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 32, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 33, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 34, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 35, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 37, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 39, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 40, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 42, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 43, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 44, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1848px) {
  /* line 11, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 20, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 21, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 23, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 24, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 27, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 28, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 29, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 30, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 32, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 33, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 34, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 35, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 36, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 37, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 39, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 40, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 41, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 42, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 43, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 44, node_modules/@cgtrader/cgtrader-ui/scss/vendor/bootstrap-grid/utilities/_flex.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-64,
.heading-48,
.heading-40,
.heading-36,
.heading-32,
.heading-24,
.heading-20,
.heading-18,
.heading-16,
.heading-14 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #204659;
  font-weight: 600;
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-64 {
  font-size: 4rem;
  line-height: 80px;
}

/* line 21, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-48 {
  font-size: 3rem;
  line-height: 60px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-40 {
  font-size: 2.5rem;
  line-height: 50px;
}

/* line 31, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-36 {
  font-size: 2.25rem;
  line-height: 45px;
}

/* line 36, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-32 {
  font-size: 2rem;
  line-height: 40px;
}

/* line 41, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-24 {
  font-size: 1.5rem;
  line-height: 32px;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-20 {
  font-size: 1.25rem;
  line-height: 25px;
}

/* line 51, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-18 {
  font-size: 1.125rem;
  line-height: 22px;
}

/* line 56, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-16 {
  font-size: 1rem;
  line-height: 20px;
}

/* line 61, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-14 {
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 66, node_modules/@cgtrader/cgtrader-ui/scss/framework/_headings.scss */
.heading-white {
  color: #fff;
  font-weight: 400;
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-green {
  color: #67c4b0;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-red {
  color: #b31c3d;
}

/* line 9, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-orange {
  color: #ffa064;
}

/* line 13, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-white {
  color: #fff;
}

/* line 17, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-default {
  color: #485c66;
}

/* line 21, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-light-grey {
  color: #bcbcbc;
}

/* line 25, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-dark {
  color: #3f444c;
}

/* line 29, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-primary-dark {
  color: #41a48f;
}

/* line 33, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-warning {
  color: #ce3c5c;
}

/* line 37, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-undecorated, .link {
  text-decoration: none;
}

/* line 41, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-underlined, .link:hover, .link:active, .link:focus {
  text-decoration: underline;
}

/* line 45, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-light {
  font-weight: 300;
}

/* line 49, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-regular, .basic-table-styles td, .table-responsive table td,
.basic-table-styles th,
.table-responsive table th {
  font-weight: 400;
}

/* line 53, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-semibold {
  font-weight: 600;
}

/* line 57, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-bold {
  font-weight: 800;
}

/* line 61, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 65, node_modules/@cgtrader/cgtrader-ui/scss/framework/_text-modifiers.scss */
.text-extra-small {
  font-size: 0.75rem;
  line-height: 16px;
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/framework/_cards.scss */
.card, .table-with-borders, .content-box, .table-responsive {
  width: 100%;
  border: 1px solid #d7dfe3;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(14, 30, 38, 0.15);
}

/* line 9, node_modules/@cgtrader/cgtrader-ui/scss/framework/_cards.scss */
.card--interactive, .content-box--interactive {
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/framework/_cards.scss */
.card--interactive:hover, .content-box--interactive:hover {
  box-shadow: 0 6px 12px rgba(14, 30, 38, 0.3);
}

/* line 17, node_modules/@cgtrader/cgtrader-ui/scss/framework/_cards.scss */
.card--flat, .table-responsive {
  box-shadow: none;
}

/* line 21, node_modules/@cgtrader/cgtrader-ui/scss/framework/_cards.scss */
.card--flat.card--interactive:hover, .card--flat.content-box--interactive:hover, .card--interactive.table-responsive:hover, .table-responsive.content-box--interactive:hover {
  box-shadow: 0 3px 6px rgba(14, 30, 38, 0.15);
}

/* line 27, node_modules/@cgtrader/cgtrader-ui/scss/framework/_cards.scss */
.card--square {
  border-radius: 0;
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/framework/_links.scss */
.link--darker {
  color: #67c4b0;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--darker:hover {
  color: #378e7b;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/framework/_links.scss */
.link--alt {
  color: #ce3c5c;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--alt:hover {
  color: #131518;
}

/* line 9, node_modules/@cgtrader/cgtrader-ui/scss/framework/_links.scss */
.link--primary-dark {
  color: #41a48f;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--primary-dark:hover {
  color: #131518;
}

/* line 13, node_modules/@cgtrader/cgtrader-ui/scss/framework/_links.scss */
.link--white {
  color: #fff;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--white:hover {
  color: #d5d5d5;
}

/* line 17, node_modules/@cgtrader/cgtrader-ui/scss/framework/_links.scss */
.link--black {
  color: #23272c;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--black:hover {
  color: #3f444c;
}

/* line 31, node_modules/@cgtrader/cgtrader-ui/scss/framework/_links.scss */
.link--primary {
  color: #204659;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--primary:hover {
  color: rgba(32, 70, 89, 0.7);
}

/* line 35, node_modules/@cgtrader/cgtrader-ui/scss/framework/_links.scss */
.link--secondary {
  color: #67c4b0;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--secondary:hover {
  color: rgba(103, 196, 176, 0.73);
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/framework/_switch-input.scss */
.switch-input {
  display: inline-block;
  border-radius: 13px;
  color: #204659;
}

/* line 6, node_modules/@cgtrader/cgtrader-ui/scss/framework/_switch-input.scss */
.switch-input .switch-input__trigger {
  display: none;
}

/* line 10, node_modules/@cgtrader/cgtrader-ui/scss/framework/_switch-input.scss */
.switch-input .switch-input__slider {
  display: block;
  position: relative;
  width: 45px;
  height: 25px;
  border-radius: 13px;
  background-color: #d7dfe3;
  transition: background-color 0.4s ease;
}

/* line 19, node_modules/@cgtrader/cgtrader-ui/scss/framework/_switch-input.scss */
.switch-input .switch-input__slider::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  border: 1px solid #d7dfe3;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  transition: border-color, transform 0.4s ease;
}

/* line 35, node_modules/@cgtrader/cgtrader-ui/scss/framework/_switch-input.scss */
.switch-input .switch-input__trigger:checked + .switch-input__slider {
  background-color: #67c4b0;
}

/* line 38, node_modules/@cgtrader/cgtrader-ui/scss/framework/_switch-input.scss */
.switch-input .switch-input__trigger:checked + .switch-input__slider::after {
  border-color: #67c4b0;
  transform: translateX(20px);
}

/* line 44, node_modules/@cgtrader/cgtrader-ui/scss/framework/_switch-input.scss */
.switch-input .switch-input__trigger:disabled + .switch-input__slider {
  opacity: 0.65;
  cursor: not-allowed;
}

/* line 51, node_modules/@cgtrader/cgtrader-ui/scss/framework/_switch-input.scss */
.switch-input--dual .switch-input__slider {
  background-color: #67c4b0;
}

/* line 54, node_modules/@cgtrader/cgtrader-ui/scss/framework/_switch-input.scss */
.switch-input--dual .switch-input__slider::after {
  border-color: #67c4b0;
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive {
  display: block;
  margin-bottom: 1rem;
  border-radius: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.table-responsive::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive .responsive-table__content {
  display: flex;
  height: 100%;
  overflow: hidden;
}

/* line 29, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive th:last-of-type {
  border-right: 0;
}

/* line 34, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive::-webkit-scrollbar {
  height: 5px;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive--sticky-left table {
  margin-left: 149px;
}

/* line 44, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive--sticky-left th:first-of-type,
.table-responsive--sticky-left td:first-of-type {
  width: 150px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-sticky-left.scss */
.table-responsive--sticky-left:not(.table-responsive--collapsing) th:first-of-type,
.table-responsive--sticky-left:not(.table-responsive--collapsing) td:first-of-type {
  position: absolute;
  left: 0;
  z-index: 1;
  border-right: 1px solid #d7dfe3;
  background-color: #fff;
}

/* line 11, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-sticky-left.scss */
.table-responsive--sticky-left:not(.table-responsive--collapsing) th:first-of-type {
  z-index: 3;
}

/* line 18, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-sticky-left.scss */
.table-responsive--sticky-left:not(.table-responsive--collapsing) tr th:first-of-type::after,
.table-responsive--sticky-left:not(.table-responsive--collapsing) tr td:first-of-type::after {
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% + 1px);
  width: 10px;
  height: calc(100% + 1px);
  background: linear-gradient(to right, rgba(109, 109, 109, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  content: '';
}

@media (min-width: 576px) {
  /* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-sticky-left.scss */
  .table-responsive--sticky-left.table-responsive--collapsing th:first-of-type,
.table-responsive--sticky-left.table-responsive--collapsing td:first-of-type {
    position: absolute;
    left: 0;
    z-index: 1;
    border-right: 1px solid #d7dfe3;
    background-color: #fff;
  }
  /* line 11, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-sticky-left.scss */
  .table-responsive--sticky-left.table-responsive--collapsing th:first-of-type {
    z-index: 3;
  }
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-sticky-left.scss */
  .table-responsive--sticky-left.table-responsive--collapsing tr th:first-of-type::after,
.table-responsive--sticky-left.table-responsive--collapsing tr td:first-of-type::after {
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% + 1px);
    width: 10px;
    height: calc(100% + 1px);
    background: linear-gradient(to right, rgba(109, 109, 109, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    content: '';
  }
}

@media (max-width: 575px) {
  /* line 59, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
  .table-responsive--sticky-left.table-responsive--collapsing table {
    margin-left: 0;
  }
  /* line 64, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
  .table-responsive--sticky-left.table-responsive--collapsing th .responsive-table__content {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /* line 72, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
  .table-responsive--sticky-left.table-responsive--collapsing th:first-of-type,
.table-responsive--sticky-left.table-responsive--collapsing td:first-of-type {
    width: 100%;
  }
}

/* line 79, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive--sticky-left.table-responsive__clone {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 60px;
}

/* line 86, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive--sticky-left.table-responsive__clone th,
.table-responsive--sticky-left.table-responsive__clone td:not(:first-of-type) {
  visibility: hidden;
}

/* line 93, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive--sticky-top {
  position: relative;
  padding-top: 60px;
}

/* line 97, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive--sticky-top table {
  table-layout: fixed;
}

/* line 101, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive--sticky-top .table-responsive__table-body {
  overflow-x: auto;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.table-responsive--sticky-top .table-responsive__table-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.table-responsive--sticky-top .table-responsive__table-body::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.table-responsive--sticky-top .table-responsive__table-body::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.table-responsive--sticky-top .table-responsive__table-body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 105, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive--sticky-top .table-responsive__table-body thead {
  display: none;
}

/* line 110, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive--sticky-top .table-responsive__sticky-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: calc(100% + 150px);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(14, 30, 38, 0.15);
}

/* line 119, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive--sticky-top .table-responsive__sticky-header th:first-of-type {
  width: 150px;
}

/* line 124, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
.table-responsive--sticky-top.table-responsive {
  overflow: hidden;
}

@media (min-width: 576px) {
  /* line 131, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
  .table-responsive--sticky-top .table-responsive__sticky-header {
    width: calc(100% + 250px);
  }
  /* line 134, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
  .table-responsive--sticky-top .table-responsive__sticky-header th:first-of-type {
    width: 250px;
  }
  /* line 141, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
  .table-responsive--sticky-left table {
    margin-left: 249px;
  }
  /* line 145, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
  .table-responsive--sticky-left th:first-of-type,
.table-responsive--sticky-left td:first-of-type {
    width: 250px;
  }
}

@media (min-width: 968px) {
  /* line 155, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
  .table-responsive--sticky-top .table-responsive__sticky-header {
    width: calc(100% + 300px);
  }
  /* line 158, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
  .table-responsive--sticky-top .table-responsive__sticky-header th:first-of-type {
    width: 300px;
  }
  /* line 165, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
  .table-responsive--sticky-left table {
    margin-left: 299px;
  }
  /* line 169, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive.scss */
  .table-responsive--sticky-left th:first-of-type,
.table-responsive--sticky-left td:first-of-type {
    width: 300px;
  }
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-basic-styles.scss */
.basic-table-styles, .table-responsive table {
  width: 100%;
  border-collapse: separate;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-basic-styles.scss */
.basic-table-styles td, .table-responsive table td,
.basic-table-styles th,
.table-responsive table th {
  border-bottom: 1px solid #d7dfe3;
  padding: 0.75rem;
  vertical-align: top;
  text-align: left;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-basic-styles.scss */
.basic-table-styles td, .table-responsive table td {
  color: #485c66;
}

/* line 18, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-basic-styles.scss */
.basic-table-styles th, .table-responsive table th {
  color: #23272c;
}

/* line 24, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-basic-styles.scss */
.basic-table-styles tr:last-of-type td, .table-responsive table tr:last-of-type td {
  border-bottom: 0;
}

/* line 34, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-basic-styles.scss */
.table--interactive tr.is-disabled td > * {
  opacity: 0.3;
}

/* line 39, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-basic-styles.scss */
.table--interactive tr .table__child-row, .table--interactive tr.is-expanded {
  background-color: #f7f7f7;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-basic-styles.scss */
.table--interactive tr:hover:not(.is-disabled) td {
  background-color: #f7f7f7;
}

/* line 53, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-basic-styles.scss */
.table--interactive tr.is-selected td {
  background-color: #e8f1f1;
}

/* line 6, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) table tr td {
  padding-top: 6px;
  padding-bottom: 5px;
  line-height: 20px;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) table tr th {
  padding-top: 20px;
  padding-bottom: 19px;
  line-height: 20px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) .table-row--1x th {
  height: 60px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) .table-row--1x td {
  height: 32px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) .table-row--2x th {
  height: 80px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) .table-row--2x td {
  height: 52px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) .table-row--3x th {
  height: 100px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) .table-row--3x td {
  height: 72px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) .table-row--4x th {
  height: 120px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) .table-row--4x td {
  height: 92px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) .table-row--5x th {
  height: 140px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--short:not(.table-responsive--collapsing) .table-row--5x td {
  height: 112px;
}

/* line 6, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) table tr td {
  padding-top: 14px;
  padding-bottom: 13px;
  line-height: 20px;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) table tr th {
  padding-top: 20px;
  padding-bottom: 19px;
  line-height: 20px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) .table-row--1x th {
  height: 60px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) .table-row--1x td {
  height: 48px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) .table-row--2x th {
  height: 80px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) .table-row--2x td {
  height: 68px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) .table-row--3x th {
  height: 100px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) .table-row--3x td {
  height: 88px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) .table-row--4x th {
  height: 120px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) .table-row--4x td {
  height: 108px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) .table-row--5x th {
  height: 140px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--default:not(.table-responsive--collapsing) .table-row--5x td {
  height: 128px;
}

/* line 6, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) table tr td {
  padding-top: 22px;
  padding-bottom: 21px;
  line-height: 20px;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) table tr th {
  padding-top: 20px;
  padding-bottom: 19px;
  line-height: 20px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) .table-row--1x th {
  height: 60px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) .table-row--1x td {
  height: 64px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) .table-row--2x th {
  height: 80px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) .table-row--2x td {
  height: 84px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) .table-row--3x th {
  height: 100px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) .table-row--3x td {
  height: 104px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) .table-row--4x th {
  height: 120px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) .table-row--4x td {
  height: 124px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) .table-row--5x th {
  height: 140px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--tall:not(.table-responsive--collapsing) .table-row--5x td {
  height: 144px;
}

/* line 6, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) table tr td {
  padding-top: 38px;
  padding-bottom: 37px;
  line-height: 20px;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) table tr th {
  padding-top: 20px;
  padding-bottom: 19px;
  line-height: 20px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) .table-row--1x th {
  height: 60px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) .table-row--1x td {
  height: 96px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) .table-row--2x th {
  height: 80px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) .table-row--2x td {
  height: 116px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) .table-row--3x th {
  height: 100px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) .table-row--3x td {
  height: 136px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) .table-row--4x th {
  height: 120px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) .table-row--4x td {
  height: 156px;
}

/* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) .table-row--5x th {
  height: 140px;
}

/* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
.table-responsive--extra-tall:not(.table-responsive--collapsing) .table-row--5x td {
  height: 176px;
}

@media (min-width: 576px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing table tr td {
    padding-top: 6px;
    padding-bottom: 5px;
    line-height: 20px;
  }
  /* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing table tr th {
    padding-top: 20px;
    padding-bottom: 19px;
    line-height: 20px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing .table-row--1x th {
    height: 60px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing .table-row--1x td {
    height: 32px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing .table-row--2x th {
    height: 80px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing .table-row--2x td {
    height: 52px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing .table-row--3x th {
    height: 100px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing .table-row--3x td {
    height: 72px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing .table-row--4x th {
    height: 120px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing .table-row--4x td {
    height: 92px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing .table-row--5x th {
    height: 140px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--short.table-responsive--collapsing .table-row--5x td {
    height: 112px;
  }
}

@media (min-width: 576px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing table tr td {
    padding-top: 14px;
    padding-bottom: 13px;
    line-height: 20px;
  }
  /* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing table tr th {
    padding-top: 20px;
    padding-bottom: 19px;
    line-height: 20px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing .table-row--1x th {
    height: 60px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing .table-row--1x td {
    height: 48px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing .table-row--2x th {
    height: 80px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing .table-row--2x td {
    height: 68px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing .table-row--3x th {
    height: 100px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing .table-row--3x td {
    height: 88px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing .table-row--4x th {
    height: 120px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing .table-row--4x td {
    height: 108px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing .table-row--5x th {
    height: 140px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--default.table-responsive--collapsing .table-row--5x td {
    height: 128px;
  }
}

@media (min-width: 576px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing table tr td {
    padding-top: 22px;
    padding-bottom: 21px;
    line-height: 20px;
  }
  /* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing table tr th {
    padding-top: 20px;
    padding-bottom: 19px;
    line-height: 20px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing .table-row--1x th {
    height: 60px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing .table-row--1x td {
    height: 64px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing .table-row--2x th {
    height: 80px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing .table-row--2x td {
    height: 84px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing .table-row--3x th {
    height: 100px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing .table-row--3x td {
    height: 104px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing .table-row--4x th {
    height: 120px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing .table-row--4x td {
    height: 124px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing .table-row--5x th {
    height: 140px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--tall.table-responsive--collapsing .table-row--5x td {
    height: 144px;
  }
}

@media (min-width: 576px) {
  /* line 6, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing table tr td {
    padding-top: 38px;
    padding-bottom: 37px;
    line-height: 20px;
  }
  /* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing table tr th {
    padding-top: 20px;
    padding-bottom: 19px;
    line-height: 20px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing .table-row--1x th {
    height: 60px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing .table-row--1x td {
    height: 96px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing .table-row--2x th {
    height: 80px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing .table-row--2x td {
    height: 116px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing .table-row--3x th {
    height: 100px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing .table-row--3x td {
    height: 136px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing .table-row--4x th {
    height: 120px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing .table-row--4x td {
    height: 156px;
  }
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing .table-row--5x th {
    height: 140px;
  }
  /* line 26, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_table-size.scss */
  .table-responsive--extra-tall.table-responsive--collapsing .table-row--5x td {
    height: 176px;
  }
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
.table-responsive--collapsing .dropable-row__content {
  max-width: 100%;
  max-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 10, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
.table-responsive--collapsing .dropable-row__trigger {
  display: none;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  left: auto;
  margin: auto;
  color: #67c4b0;
}

@media (max-width: 575px) {
  /* line 22, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing table {
    display: block;
  }
  /* line 25, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing table tr,
.table-responsive--collapsing table thead,
.table-responsive--collapsing table tbody {
    display: block;
  }
  /* line 31, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing table thead th:not(:first-child) {
    display: none;
  }
  /* line 35, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing table td,
.table-responsive--collapsing table th {
    display: block;
    clear: both;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 19px;
    line-height: 20px;
  }
  /* line 44, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing table td:first-of-type,
.table-responsive--collapsing table th:first-of-type {
    border-right: 0;
  }
  /* line 49, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing table td[data-th]:not(:first-child)::before, .table-responsive--collapsing table .details-box__separator:not(:first-child)::after {
    width: 50%;
    height: 100%;
    text-align: left;
    content: attr(data-th);
  }
  /* line 57, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing .dropable-row {
    max-height: 60px;
    overflow: hidden;
  }
  /* line 61, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing .dropable-row td {
    position: relative;
  }
  /* line 65, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing .dropable-row td:not(:first-child) {
    display: flex;
    border: 0;
    padding: 6px 30px 6px 12px;
    text-align: right;
    justify-content: space-between;
  }
  /* line 72, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing .dropable-row td:not(:first-child):not(.table-responsive--collapsing .dropable-row td.is-selected:not(:first-child)) {
    background-color: #f7f7f7;
  }
  /* line 77, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing .dropable-row td:last-of-type {
    border-bottom: 1px solid #d7dfe3;
    padding-bottom: 12px;
  }
  /* line 82, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing .dropable-row.is-droped {
    max-height: none;
    background-color: #f7f7f7;
  }
  /* line 87, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing .dropable-row.is-droped:last-of-type td:first-of-type {
    border-bottom: 1px solid #d7dfe3;
  }
  /* line 91, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing .dropable-row.is-droped:last-of-type td:last-of-type {
    border-bottom: 0;
  }
  /* line 97, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing .dropable-row.is-disabled {
    pointer-events: none;
  }
  /* line 102, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing .dropable-row:hover td:first-of-type {
    cursor: pointer;
  }
  /* line 107, node_modules/@cgtrader/cgtrader-ui/scss/framework/tables/_table-responsive-collapsing.scss */
  .table-responsive--collapsing .dropable-row .dropable-row__trigger {
    display: block;
  }
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation {
  height: 60px;
}

/* line 4, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .site-navigation__header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 452;
}

/* line 11, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .navbar {
  display: flex;
  height: 60px;
  width: 100%;
  background-color: #23272c;
}

/* line 18, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .hamburger {
  display: inline-block;
  padding: 9px 8px;
  margin-left: 10px;
  margin-top: 11px;
  transition: opacity .15s linear;
  vertical-align: top;
  cursor: pointer;
}

/* line 27, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 12px;
}

/* line 33, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

/* line 38, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .hamburger .hamburger-box .hamburger-inner, .site-navigation .hamburger .hamburger-box .hamburger-inner:after, .site-navigation .hamburger .hamburger-box .hamburger-inner:before {
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

/* line 48, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .hamburger .hamburger-box .hamburger-inner:after, .site-navigation .hamburger .hamburger-box .hamburger-inner:before {
  display: block;
  content: "";
}

/* line 54, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .hamburger .hamburger-box .hamburger-inner:after {
  bottom: -5px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 59, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .hamburger .hamburger-box .hamburger-inner:before, .site-navigation .hamburger .hamburger-box .hamburger-inner.details-box__separator::after {
  top: -5px;
  transition: top 75ms ease .12s,opacity 75ms ease;
}

/* line 71, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .hamburger.is-active .hamburger-box .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

/* line 76, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .hamburger.is-active .hamburger-box .hamburger-inner:before, .site-navigation .hamburger.is-active .hamburger-box .hamburger-inner.details-box__separator::after {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0;
}

/* line 82, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .hamburger.is-active .hamburger-box .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

@media (min-width: 968px) {
  /* line 18, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .hamburger {
    display: none;
  }
}

/* line 96, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .navbar-logo {
  display: inline-block;
  height: 22px;
  width: 88px;
  margin: 19px 6px;
  vertical-align: top;
}

@media (min-width: 968px) {
  /* line 96, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .navbar-logo {
    height: 25px;
    width: 100px;
    margin: 17px 20px 17px 30px;
  }
}

/* line 110, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .main-navigation {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 117, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 123, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .main-navigation .main-navigation__item {
  display: block;
  position: relative;
  padding: 14px 30px;
  color: #3f444c;
  text-decoration: none;
  transition: background-color .15s ease-in-out;
}

/* line 131, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .main-navigation .main-navigation__item .svg-inline--fa {
  font-size: 0.8125rem;
}

/* line 135, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .main-navigation .main-navigation__item:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  bottom: 0;
  left: 0;
  content: "";
}

/* line 147, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .main-navigation .navigation-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: -13px;
  margin-left: 12px;
  border: 13px solid transparent;
  border-top-width: 0;
  border-bottom-color: #fff;
  transition: opacity 0.25s ease-in-out;
  z-index: 455;
}

@media (max-width: 967px) {
  /* line 162, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation .main-navigation__item {
    background-color: #fff;
  }
  /* line 165, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation .main-navigation__item .main-navigation__item-title {
    display: block;
    width: 60%;
  }
  /* line 170, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation .main-navigation__item .main-navigation__item-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 50px;
  }
  /* line 178, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation .main-navigation__item .svg-inline--fa {
    position: absolute;
    right: 30px;
    top: 19px;
    color: #3f444c;
  }
  /* line 188, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li.is-active .main-navigation__item {
    background-color: #ce3c5c;
    color: #fff;
  }
  /* line 192, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li.is-active .main-navigation__item .svg-inline--fa {
    color: #fff;
  }
  /* line 196, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li.is-active .main-navigation__item:after {
    background: #ce3c5c;
  }
  /* line 203, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li.is-active.is-opened .main-navigation__item:after {
    background: #e0e0e0;
  }
  /* line 212, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li.is-opened .main-navigation__item .svg-inline--fa {
    font-size: 0.8125rem;
    transform: rotate(180deg);
  }
  /* line 218, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li.is-opened .main-navigation__subnav {
    height: auto;
  }
  /* line 224, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation .main-navigation__subnav {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    height: 0;
    transition: height 300ms linear;
  }
  /* line 232, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation .main-navigation__subnav .main-navigation__subnav-item {
    font-size: 0.875rem;
    display: block;
    padding: 10px 40px;
    color: #3f444c;
    text-decoration: none;
  }
  /* line 239, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation .main-navigation__subnav .main-navigation__subnav-item .svg-inline--fa {
    margin-right: 8px;
  }
  /* line 243, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation .main-navigation__subnav .main-navigation__subnav-item.is-highlighted {
    color: #ce3c5c;
  }
  /* line 247, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation .main-navigation__subnav .main-navigation__subnav-item:first-child {
    margin-top: 10px;
  }
  /* line 251, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation .main-navigation__subnav .main-navigation__subnav-item:last-child {
    margin-bottom: 10px;
  }
  /* line 257, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation.is-opened {
    display: block;
    position: fixed;
    top: 60px;
    animation: showMenu .5s;
    background-color: #f7f7f7;
    width: 100%;
    max-width: 375px;
    height: 100%;
  }
  @keyframes showMenu {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
}

@media (min-width: 968px) {
  /* line 110, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation {
    display: flex;
  }
  /* line 281, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li {
    display: inline-block;
    position: relative;
  }
  /* line 286, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li:last-of-type .main-navigation__subnav {
    overflow-y: auto;
  }
  /* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
  .site-navigation .main-navigation > li:last-of-type .main-navigation__subnav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  /* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
  .site-navigation .main-navigation > li:last-of-type .main-navigation__subnav::-webkit-scrollbar-track {
    border-radius: 3.5px;
    background: transparent;
  }
  /* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
  .site-navigation .main-navigation > li:last-of-type .main-navigation__subnav::-webkit-scrollbar-thumb {
    border-radius: 3.5px;
    background-color: rgba(35, 39, 44, 0.1);
  }
  /* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
  .site-navigation .main-navigation > li:last-of-type .main-navigation__subnav::-webkit-scrollbar-thumb:hover {
    background-color: rgba(35, 39, 44, 0.2);
  }
  /* line 292, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__item {
    height: 60px;
    padding: 0 16px;
    color: #fff;
    line-height: 60px;
  }
  /* line 298, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__item .svg-inline--fa {
    margin-left: 6px;
  }
  /* line 302, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__item:hover {
    background-color: #ce3c5c;
  }
  /* line 306, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__item:after {
    width: 1px;
    height: 25px;
    background: #42464a;
    top: 17px;
    bottom: auto;
    right: -1px;
    left: auto;
  }
  /* line 317, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__subnav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 455;
    height: 0;
    margin: 0;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
    list-style: none;
  }
  /* line 329, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__subnav .main-navigation__subnav-item {
    font-size: 0.875rem;
    display: block;
    padding: 10px 40px;
    color: #3f444c;
    text-decoration: none;
    white-space: nowrap;
  }
  /* line 337, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__subnav .main-navigation__subnav-item .svg-inline--fa {
    margin-right: 8px;
  }
  /* line 341, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__subnav .main-navigation__subnav-item.is-highlighted {
    color: #ce3c5c;
  }
  /* line 345, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__subnav .main-navigation__subnav-item:hover {
    background-color: #f7f7f7;
  }
  /* line 350, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__subnav.main-subnav {
    width: 805px;
  }
  /* line 353, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__subnav.main-subnav .main-navigation__subnav-group {
    display: inline-block;
    border-left: 1px solid #e0e0e0;
    margin: 30px 0;
    vertical-align: top;
  }
  /* line 359, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__subnav.main-subnav .main-navigation__subnav-group:first-of-type {
    border-left-color: transparent;
  }
  /* line 364, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__subnav.main-subnav .main-navigation__subnav-item {
    min-width: 199px;
    margin: 0;
    padding: 8px 0 8px 45px;
  }
  /* line 373, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li.is-active > .main-navigation__item {
    background-color: #ce3c5c;
    color: #fff;
  }
  /* line 381, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li:last-child > .main-navigation__item:after {
    display: none;
  }
  /* line 388, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li:hover .main-navigation__subnav {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: opacity 0.25s ease-in;
  }
}

@media (min-width: 1576px) {
  /* line 400, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .main-navigation > li .main-navigation__item {
    padding: 0 20px;
  }
}

/* line 407, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .navbar-right {
  margin-left: auto;
  display: flex;
  padding: 10px 26px;
}

/* line 414, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .user .guest {
  font-size: 0.9375rem;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  line-height: 42px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

/* line 428, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .mobile-curftains {
  position: fixed;
  display: none;
  opacity: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100% - 375px);
  z-index: 450;
  animation: showCurtains .5s;
}

/* line 440, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation .mobile-curftains.is-active {
  display: block;
  opacity: 1;
}

@media (min-width: 968px) {
  /* line 440, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
  .site-navigation .mobile-curftains.is-active {
    display: none;
  }
}

@keyframes showCurtains {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}

/* line 459, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation.with-bar {
  height: 100px;
}

/* line 463, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation.with-bar .main-navigation.is-opened {
  top: 100px;
}

/* line 468, node_modules/@cgtrader/cgtrader-ui/scss/framework/navigation/_all.scss */
.site-navigation.with-bar .mobile-curtains {
  top: 100px;
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/framework/_avatars.scss */
.avatar {
  display: inline-block;
  position: relative;
  opacity: 1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  transition: 0.2s ease-in-out opacity;
  vertical-align: middle;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/framework/_avatars.scss */
.avatar:hover {
  opacity: 0.8;
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/framework/_avatars.scss */
.avatar img {
  width: 100%;
  height: 100%;
}

/* line 21, node_modules/@cgtrader/cgtrader-ui/scss/framework/_avatars.scss */
.avatar.is-empty {
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #41a48f;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

/* line 33, node_modules/@cgtrader/cgtrader-ui/scss/framework/_avatars.scss */
.avatar--small {
  width: 30px;
  height: 30px;
}

/* line 37, node_modules/@cgtrader/cgtrader-ui/scss/framework/_avatars.scss */
.avatar--small.is-empty {
  line-height: 30px;
}

/* line 42, node_modules/@cgtrader/cgtrader-ui/scss/framework/_avatars.scss */
.avatar--large {
  width: 60px;
  height: 60px;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/framework/_avatars.scss */
.avatar--large.is-empty {
  line-height: 60px;
}

/* line 51, node_modules/@cgtrader/cgtrader-ui/scss/framework/_avatars.scss */
.avatar--huge {
  width: 100px;
  height: 100px;
}

/* line 55, node_modules/@cgtrader/cgtrader-ui/scss/framework/_avatars.scss */
.avatar--huge.is-empty {
  line-height: 100px;
}

/* line 60, node_modules/@cgtrader/cgtrader-ui/scss/framework/_avatars.scss */
.avatar--with-name {
  margin-right: 5px;
}

/* line 1, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb {
  margin: 20px 0;
  padding: 0;
  font-size: 0.9375rem;
}

/* line 6, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb.breadcrumb-new {
  display: none;
  height: 36px;
  line-height: 36px;
}

/* line 11, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb.breadcrumb-new .breadcrumb-new__cta {
  display: block;
  width: 100%;
}

/* line 17, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb.breadcrumb-new .breadcrumb__item a {
  color: #bcbcbc;
}

/* line 24, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb-new__title {
  font-size: 1rem;
  position: relative;
  margin: 10px 0;
  color: #204659;
  line-height: 40px;
  text-align: center;
}

/* line 32, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb-new__title .btn, .breadcrumb-new__title .mde-header .mde-tabs button, .mde-header .mde-tabs .breadcrumb-new__title button,
.breadcrumb-new__title .mde-header .mde-header-group button,
.mde-header .mde-header-group .breadcrumb-new__title button {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb-new__cta .btn-group, .breadcrumb-new__cta .mde-header .mde-tabs, .mde-header .breadcrumb-new__cta .mde-tabs {
  width: 100%;
  margin-top: 12px;
}

@media (min-width: 968px) {
  /* line 40, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
  .breadcrumb-new__cta .btn-group, .breadcrumb-new__cta .mde-header .mde-tabs, .mde-header .breadcrumb-new__cta .mde-tabs {
    margin-top: 0;
    margin-left: 24px;
  }
}

/* line 50, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb-new__cta .btn, .breadcrumb-new__cta .mde-header .mde-tabs button, .mde-header .mde-tabs .breadcrumb-new__cta button,
.breadcrumb-new__cta .mde-header .mde-header-group button,
.mde-header .mde-header-group .breadcrumb-new__cta button {
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

@media (min-width: 968px) {
  /* line 39, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
  .breadcrumb-new__cta {
    display: flex;
  }
}

/* line 61, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb__item {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  color: #131518;
  list-style: none;
}

/* line 68, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb__item::after {
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 15px;
  height: 15px;
  color: #aabac1;
  content: '/';
}

/* line 79, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb__item a {
  color: #bcbcbc;
  text-decoration: none;
}

/* line 86, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
.breadcrumb__item:last-child::after, .breadcrumb__item.is-last::after {
  display: none;
}

@media (min-width: 968px) {
  /* line 94, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
  .breadcrumb.breadcrumb-new {
    display: block;
  }
  /* line 99, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
  .breadcrumb-new__cta {
    float: right;
  }
  /* line 102, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
  .breadcrumb-new__cta .btn, .breadcrumb-new__cta .mde-header .mde-tabs button, .mde-header .mde-tabs .breadcrumb-new__cta button,
.breadcrumb-new__cta .mde-header .mde-header-group button,
.mde-header .mde-header-group .breadcrumb-new__cta button {
    flex-basis: auto;
    flex-grow: 0;
  }
  /* line 108, node_modules/@cgtrader/cgtrader-ui/scss/framework/_breadcrumbs.scss */
  .breadcrumb-new__title {
    display: none;
  }
}

/* line 1, node_modules/@cgtrader/triangle-ui/public/style/_common.scss */
html {
  box-sizing: border-box;
}

/* line 5, node_modules/@cgtrader/triangle-ui/public/style/_common.scss */
*,
*::before,
.details-box__separator::after,
*::after {
  box-sizing: inherit;
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/_common.scss */
body {
  margin: 0;
  background-color: rgba(30, 39, 50, 0.02);
  color: #1e2732;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/_common.scss */
img {
  max-width: 100%;
}

/* line 26, node_modules/@cgtrader/triangle-ui/public/style/_common.scss */
input {
  font-family: inherit;
}

/* line 30, node_modules/@cgtrader/triangle-ui/public/style/_common.scss */
textarea {
  resize: vertical;
}

/* line 34, node_modules/@cgtrader/triangle-ui/public/style/_common.scss */
.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@use "sass:math";
/* line 4, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@use "sass:math";
/* line 7, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-lg {
  font-size: calc(4em * 0.333333333333333333);
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 17, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: calc(20em * 0.0625);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_rotated-flipped.scss */
.fa-rotate-45 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(45deg);
}

/* line 5, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 6, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_rotated-flipped.scss */
.fa-rotate-135 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(135deg);
}

/* line 7, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 10, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 12, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 18, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-45,
:root .fa-rotate-90,
:root .fa-rotate-135,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: calc($fa-fw-width * 2);
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-500px:before, .fa-500px.details-box__separator::after {
  content: "\f26e";
}

/* line 5, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-abacus:before, .fa-abacus.details-box__separator::after {
  content: "\f640";
}

/* line 6, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-accessible-icon:before, .fa-accessible-icon.details-box__separator::after {
  content: "\f368";
}

/* line 7, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-accusoft:before, .fa-accusoft.details-box__separator::after {
  content: "\f369";
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-acorn:before, .fa-acorn.details-box__separator::after {
  content: "\f6ae";
}

/* line 9, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-acquisitions-incorporated:before, .fa-acquisitions-incorporated.details-box__separator::after {
  content: "\f6af";
}

/* line 10, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ad:before, .fa-ad.details-box__separator::after {
  content: "\f641";
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-address-book:before, .fa-address-book.details-box__separator::after {
  content: "\f2b9";
}

/* line 12, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-address-card:before, .fa-address-card.details-box__separator::after {
  content: "\f2bb";
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-adjust:before, .fa-adjust.details-box__separator::after {
  content: "\f042";
}

/* line 14, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-adn:before, .fa-adn.details-box__separator::after {
  content: "\f170";
}

/* line 15, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-adobe:before, .fa-adobe.details-box__separator::after {
  content: "\f778";
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-adversal:before, .fa-adversal.details-box__separator::after {
  content: "\f36a";
}

/* line 17, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-affiliatetheme:before, .fa-affiliatetheme.details-box__separator::after {
  content: "\f36b";
}

/* line 18, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-air-freshener:before, .fa-air-freshener.details-box__separator::after {
  content: "\f5d0";
}

/* line 19, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-airbnb:before, .fa-airbnb.details-box__separator::after {
  content: "\f834";
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-alarm-clock:before, .fa-alarm-clock.details-box__separator::after {
  content: "\f34e";
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-alarm-exclamation:before, .fa-alarm-exclamation.details-box__separator::after {
  content: "\f843";
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-alarm-plus:before, .fa-alarm-plus.details-box__separator::after {
  content: "\f844";
}

/* line 23, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-alarm-snooze:before, .fa-alarm-snooze.details-box__separator::after {
  content: "\f845";
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-album:before, .fa-album.details-box__separator::after {
  content: "\f89f";
}

/* line 25, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-album-collection:before, .fa-album-collection.details-box__separator::after {
  content: "\f8a0";
}

/* line 26, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-algolia:before, .fa-algolia.details-box__separator::after {
  content: "\f36c";
}

/* line 27, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-alicorn:before, .fa-alicorn.details-box__separator::after {
  content: "\f6b0";
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-align-center:before, .fa-align-center.details-box__separator::after {
  content: "\f037";
}

/* line 29, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-align-justify:before, .fa-align-justify.details-box__separator::after {
  content: "\f039";
}

/* line 30, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-align-left:before, .fa-align-left.details-box__separator::after {
  content: "\f036";
}

/* line 31, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-align-right:before, .fa-align-right.details-box__separator::after {
  content: "\f038";
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-align-slash:before, .fa-align-slash.details-box__separator::after {
  content: "\f846";
}

/* line 33, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-alipay:before, .fa-alipay.details-box__separator::after {
  content: "\f642";
}

/* line 34, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-allergies:before, .fa-allergies.details-box__separator::after {
  content: "\f461";
}

/* line 35, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-amazon:before, .fa-amazon.details-box__separator::after {
  content: "\f270";
}

/* line 36, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-amazon-pay:before, .fa-amazon-pay.details-box__separator::after {
  content: "\f42c";
}

/* line 37, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ambulance:before, .fa-ambulance.details-box__separator::after {
  content: "\f0f9";
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-american-sign-language-interpreting:before, .fa-american-sign-language-interpreting.details-box__separator::after {
  content: "\f2a3";
}

/* line 39, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-amilia:before, .fa-amilia.details-box__separator::after {
  content: "\f36d";
}

/* line 40, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-amp-guitar:before, .fa-amp-guitar.details-box__separator::after {
  content: "\f8a1";
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-analytics:before, .fa-analytics.details-box__separator::after {
  content: "\f643";
}

/* line 42, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-anchor:before, .fa-anchor.details-box__separator::after {
  content: "\f13d";
}

/* line 43, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-android:before, .fa-android.details-box__separator::after {
  content: "\f17b";
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angel:before, .fa-angel.details-box__separator::after {
  content: "\f779";
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angellist:before, .fa-angellist.details-box__separator::after {
  content: "\f209";
}

/* line 46, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angle-double-down:before, .fa-angle-double-down.details-box__separator::after {
  content: "\f103";
}

/* line 47, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angle-double-left:before, .fa-angle-double-left.details-box__separator::after {
  content: "\f100";
}

/* line 48, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angle-double-right:before, .fa-angle-double-right.details-box__separator::after {
  content: "\f101";
}

/* line 49, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angle-double-up:before, .fa-angle-double-up.details-box__separator::after {
  content: "\f102";
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angle-down:before, .fa-angle-down.details-box__separator::after {
  content: "\f107";
}

/* line 51, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angle-left:before, .fa-angle-left.details-box__separator::after {
  content: "\f104";
}

/* line 52, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angle-right:before, .fa-angle-right.details-box__separator::after {
  content: "\f105";
}

/* line 53, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angle-up:before, .fa-angle-up.details-box__separator::after {
  content: "\f106";
}

/* line 54, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angry:before, .fa-angry.details-box__separator::after {
  content: "\f556";
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angrycreative:before, .fa-angrycreative.details-box__separator::after {
  content: "\f36e";
}

/* line 56, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-angular:before, .fa-angular.details-box__separator::after {
  content: "\f420";
}

/* line 57, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ankh:before, .fa-ankh.details-box__separator::after {
  content: "\f644";
}

/* line 58, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-app-store:before, .fa-app-store.details-box__separator::after {
  content: "\f36f";
}

/* line 59, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-app-store-ios:before, .fa-app-store-ios.details-box__separator::after {
  content: "\f370";
}

/* line 60, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-apper:before, .fa-apper.details-box__separator::after {
  content: "\f371";
}

/* line 61, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-apple:before, .fa-apple.details-box__separator::after {
  content: "\f179";
}

/* line 62, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-apple-alt:before, .fa-apple-alt.details-box__separator::after {
  content: "\f5d1";
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-apple-crate:before, .fa-apple-crate.details-box__separator::after {
  content: "\f6b1";
}

/* line 64, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-apple-pay:before, .fa-apple-pay.details-box__separator::after {
  content: "\f415";
}

/* line 65, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-archive:before, .fa-archive.details-box__separator::after {
  content: "\f187";
}

/* line 66, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-archway:before, .fa-archway.details-box__separator::after {
  content: "\f557";
}

/* line 67, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-circle-down:before, .fa-arrow-alt-circle-down.details-box__separator::after {
  content: "\f358";
}

/* line 68, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-circle-left:before, .fa-arrow-alt-circle-left.details-box__separator::after {
  content: "\f359";
}

/* line 69, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-circle-right:before, .fa-arrow-alt-circle-right.details-box__separator::after {
  content: "\f35a";
}

/* line 70, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-circle-up:before, .fa-arrow-alt-circle-up.details-box__separator::after {
  content: "\f35b";
}

/* line 71, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-down:before, .fa-arrow-alt-down.details-box__separator::after {
  content: "\f354";
}

/* line 72, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-from-bottom:before, .fa-arrow-alt-from-bottom.details-box__separator::after {
  content: "\f346";
}

/* line 73, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-from-left:before, .fa-arrow-alt-from-left.details-box__separator::after {
  content: "\f347";
}

/* line 74, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-from-right:before, .fa-arrow-alt-from-right.details-box__separator::after {
  content: "\f348";
}

/* line 75, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-from-top:before, .fa-arrow-alt-from-top.details-box__separator::after {
  content: "\f349";
}

/* line 76, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-left:before, .fa-arrow-alt-left.details-box__separator::after {
  content: "\f355";
}

/* line 77, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-right:before, .fa-arrow-alt-right.details-box__separator::after {
  content: "\f356";
}

/* line 78, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-square-down:before, .fa-arrow-alt-square-down.details-box__separator::after {
  content: "\f350";
}

/* line 79, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-square-left:before, .fa-arrow-alt-square-left.details-box__separator::after {
  content: "\f351";
}

/* line 80, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-square-right:before, .fa-arrow-alt-square-right.details-box__separator::after {
  content: "\f352";
}

/* line 81, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-square-up:before, .fa-arrow-alt-square-up.details-box__separator::after {
  content: "\f353";
}

/* line 82, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-to-bottom:before, .fa-arrow-alt-to-bottom.details-box__separator::after {
  content: "\f34a";
}

/* line 83, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-to-left:before, .fa-arrow-alt-to-left.details-box__separator::after {
  content: "\f34b";
}

/* line 84, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-to-right:before, .fa-arrow-alt-to-right.details-box__separator::after {
  content: "\f34c";
}

/* line 85, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-to-top:before, .fa-arrow-alt-to-top.details-box__separator::after {
  content: "\f34d";
}

/* line 86, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-alt-up:before, .fa-arrow-alt-up.details-box__separator::after {
  content: "\f357";
}

/* line 87, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-circle-down:before, .fa-arrow-circle-down.details-box__separator::after {
  content: "\f0ab";
}

/* line 88, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-circle-left:before, .fa-arrow-circle-left.details-box__separator::after {
  content: "\f0a8";
}

/* line 89, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-circle-right:before, .fa-arrow-circle-right.details-box__separator::after {
  content: "\f0a9";
}

/* line 90, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-circle-up:before, .fa-arrow-circle-up.details-box__separator::after {
  content: "\f0aa";
}

/* line 91, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-down:before, .fa-arrow-down.details-box__separator::after {
  content: "\f063";
}

/* line 92, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-from-bottom:before, .fa-arrow-from-bottom.details-box__separator::after {
  content: "\f342";
}

/* line 93, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-from-left:before, .fa-arrow-from-left.details-box__separator::after {
  content: "\f343";
}

/* line 94, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-from-right:before, .fa-arrow-from-right.details-box__separator::after {
  content: "\f344";
}

/* line 95, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-from-top:before, .fa-arrow-from-top.details-box__separator::after {
  content: "\f345";
}

/* line 96, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-left:before, .fa-arrow-left.details-box__separator::after {
  content: "\f060";
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-right:before, .fa-arrow-right.details-box__separator::after {
  content: "\f061";
}

/* line 98, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-square-down:before, .fa-arrow-square-down.details-box__separator::after {
  content: "\f339";
}

/* line 99, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-square-left:before, .fa-arrow-square-left.details-box__separator::after {
  content: "\f33a";
}

/* line 100, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-square-right:before, .fa-arrow-square-right.details-box__separator::after {
  content: "\f33b";
}

/* line 101, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-square-up:before, .fa-arrow-square-up.details-box__separator::after {
  content: "\f33c";
}

/* line 102, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-to-bottom:before, .fa-arrow-to-bottom.details-box__separator::after {
  content: "\f33d";
}

/* line 103, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-to-left:before, .fa-arrow-to-left.details-box__separator::after {
  content: "\f33e";
}

/* line 104, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-to-right:before, .fa-arrow-to-right.details-box__separator::after {
  content: "\f340";
}

/* line 105, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-to-top:before, .fa-arrow-to-top.details-box__separator::after {
  content: "\f341";
}

/* line 106, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrow-up:before, .fa-arrow-up.details-box__separator::after {
  content: "\f062";
}

/* line 107, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrows:before, .fa-arrows.details-box__separator::after {
  content: "\f047";
}

/* line 108, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrows-alt:before, .fa-arrows-alt.details-box__separator::after {
  content: "\f0b2";
}

/* line 109, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrows-alt-h:before, .fa-arrows-alt-h.details-box__separator::after {
  content: "\f337";
}

/* line 110, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrows-alt-v:before, .fa-arrows-alt-v.details-box__separator::after {
  content: "\f338";
}

/* line 111, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrows-h:before, .fa-arrows-h.details-box__separator::after {
  content: "\f07e";
}

/* line 112, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-arrows-v:before, .fa-arrows-v.details-box__separator::after {
  content: "\f07d";
}

/* line 113, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-artstation:before, .fa-artstation.details-box__separator::after {
  content: "\f77a";
}

/* line 114, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-assistive-listening-systems:before, .fa-assistive-listening-systems.details-box__separator::after {
  content: "\f2a2";
}

/* line 115, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-asterisk:before, .fa-asterisk.details-box__separator::after {
  content: "\f069";
}

/* line 116, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-asymmetrik:before, .fa-asymmetrik.details-box__separator::after {
  content: "\f372";
}

/* line 117, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-at:before, .fa-at.details-box__separator::after {
  content: "\f1fa";
}

/* line 118, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-atlas:before, .fa-atlas.details-box__separator::after {
  content: "\f558";
}

/* line 119, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-atlassian:before, .fa-atlassian.details-box__separator::after {
  content: "\f77b";
}

/* line 120, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-atom:before, .fa-atom.details-box__separator::after {
  content: "\f5d2";
}

/* line 121, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-atom-alt:before, .fa-atom-alt.details-box__separator::after {
  content: "\f5d3";
}

/* line 122, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-audible:before, .fa-audible.details-box__separator::after {
  content: "\f373";
}

/* line 123, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-audio-description:before, .fa-audio-description.details-box__separator::after {
  content: "\f29e";
}

/* line 124, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-autoprefixer:before, .fa-autoprefixer.details-box__separator::after {
  content: "\f41c";
}

/* line 125, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-avianex:before, .fa-avianex.details-box__separator::after {
  content: "\f374";
}

/* line 126, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-aviato:before, .fa-aviato.details-box__separator::after {
  content: "\f421";
}

/* line 127, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-award:before, .fa-award.details-box__separator::after {
  content: "\f559";
}

/* line 128, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-aws:before, .fa-aws.details-box__separator::after {
  content: "\f375";
}

/* line 129, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-axe:before, .fa-axe.details-box__separator::after {
  content: "\f6b2";
}

/* line 130, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-axe-battle:before, .fa-axe-battle.details-box__separator::after {
  content: "\f6b3";
}

/* line 131, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-baby:before, .fa-baby.details-box__separator::after {
  content: "\f77c";
}

/* line 132, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-baby-carriage:before, .fa-baby-carriage.details-box__separator::after {
  content: "\f77d";
}

/* line 133, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-backpack:before, .fa-backpack.details-box__separator::after {
  content: "\f5d4";
}

/* line 134, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-backspace:before, .fa-backspace.details-box__separator::after {
  content: "\f55a";
}

/* line 135, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-backward:before, .fa-backward.details-box__separator::after {
  content: "\f04a";
}

/* line 136, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bacon:before, .fa-bacon.details-box__separator::after {
  content: "\f7e5";
}

/* line 137, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-badge:before, .fa-badge.details-box__separator::after {
  content: "\f335";
}

/* line 138, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-badge-check:before, .fa-badge-check.details-box__separator::after {
  content: "\f336";
}

/* line 139, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-badge-dollar:before, .fa-badge-dollar.details-box__separator::after {
  content: "\f645";
}

/* line 140, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-badge-percent:before, .fa-badge-percent.details-box__separator::after {
  content: "\f646";
}

/* line 141, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-badge-sheriff:before, .fa-badge-sheriff.details-box__separator::after {
  content: "\f8a2";
}

/* line 142, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-badger-honey:before, .fa-badger-honey.details-box__separator::after {
  content: "\f6b4";
}

/* line 143, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bags-shopping:before, .fa-bags-shopping.details-box__separator::after {
  content: "\f847";
}

/* line 144, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-balance-scale:before, .fa-balance-scale.details-box__separator::after {
  content: "\f24e";
}

/* line 145, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-balance-scale-left:before, .fa-balance-scale-left.details-box__separator::after {
  content: "\f515";
}

/* line 146, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-balance-scale-right:before, .fa-balance-scale-right.details-box__separator::after {
  content: "\f516";
}

/* line 147, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ball-pile:before, .fa-ball-pile.details-box__separator::after {
  content: "\f77e";
}

/* line 148, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ballot:before, .fa-ballot.details-box__separator::after {
  content: "\f732";
}

/* line 149, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ballot-check:before, .fa-ballot-check.details-box__separator::after {
  content: "\f733";
}

/* line 150, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ban:before, .fa-ban.details-box__separator::after {
  content: "\f05e";
}

/* line 151, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-band-aid:before, .fa-band-aid.details-box__separator::after {
  content: "\f462";
}

/* line 152, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bandcamp:before, .fa-bandcamp.details-box__separator::after {
  content: "\f2d5";
}

/* line 153, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-banjo:before, .fa-banjo.details-box__separator::after {
  content: "\f8a3";
}

/* line 154, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-barcode:before, .fa-barcode.details-box__separator::after {
  content: "\f02a";
}

/* line 155, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-barcode-alt:before, .fa-barcode-alt.details-box__separator::after {
  content: "\f463";
}

/* line 156, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-barcode-read:before, .fa-barcode-read.details-box__separator::after {
  content: "\f464";
}

/* line 157, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-barcode-scan:before, .fa-barcode-scan.details-box__separator::after {
  content: "\f465";
}

/* line 158, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bars:before, .fa-bars.details-box__separator::after {
  content: "\f0c9";
}

/* line 159, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-baseball:before, .fa-baseball.details-box__separator::after {
  content: "\f432";
}

/* line 160, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-baseball-ball:before, .fa-baseball-ball.details-box__separator::after {
  content: "\f433";
}

/* line 161, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-basketball-ball:before, .fa-basketball-ball.details-box__separator::after {
  content: "\f434";
}

/* line 162, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-basketball-hoop:before, .fa-basketball-hoop.details-box__separator::after {
  content: "\f435";
}

/* line 163, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bat:before, .fa-bat.details-box__separator::after {
  content: "\f6b5";
}

/* line 164, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bath:before, .fa-bath.details-box__separator::after {
  content: "\f2cd";
}

/* line 165, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-battery-bolt:before, .fa-battery-bolt.details-box__separator::after {
  content: "\f376";
}

/* line 166, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-battery-empty:before, .fa-battery-empty.details-box__separator::after {
  content: "\f244";
}

/* line 167, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-battery-full:before, .fa-battery-full.details-box__separator::after {
  content: "\f240";
}

/* line 168, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-battery-half:before, .fa-battery-half.details-box__separator::after {
  content: "\f242";
}

/* line 169, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-battery-quarter:before, .fa-battery-quarter.details-box__separator::after {
  content: "\f243";
}

/* line 170, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-battery-slash:before, .fa-battery-slash.details-box__separator::after {
  content: "\f377";
}

/* line 171, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-battery-three-quarters:before, .fa-battery-three-quarters.details-box__separator::after {
  content: "\f241";
}

/* line 172, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-battle-net:before, .fa-battle-net.details-box__separator::after {
  content: "\f835";
}

/* line 173, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bed:before, .fa-bed.details-box__separator::after {
  content: "\f236";
}

/* line 174, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-beer:before, .fa-beer.details-box__separator::after {
  content: "\f0fc";
}

/* line 175, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-behance:before, .fa-behance.details-box__separator::after {
  content: "\f1b4";
}

/* line 176, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-behance-square:before, .fa-behance-square.details-box__separator::after {
  content: "\f1b5";
}

/* line 177, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bell:before, .fa-bell.details-box__separator::after {
  content: "\f0f3";
}

/* line 178, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bell-exclamation:before, .fa-bell-exclamation.details-box__separator::after {
  content: "\f848";
}

/* line 179, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bell-plus:before, .fa-bell-plus.details-box__separator::after {
  content: "\f849";
}

/* line 180, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bell-school:before, .fa-bell-school.details-box__separator::after {
  content: "\f5d5";
}

/* line 181, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bell-school-slash:before, .fa-bell-school-slash.details-box__separator::after {
  content: "\f5d6";
}

/* line 182, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bell-slash:before, .fa-bell-slash.details-box__separator::after {
  content: "\f1f6";
}

/* line 183, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bells:before, .fa-bells.details-box__separator::after {
  content: "\f77f";
}

/* line 184, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-betamax:before, .fa-betamax.details-box__separator::after {
  content: "\f8a4";
}

/* line 185, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bezier-curve:before, .fa-bezier-curve.details-box__separator::after {
  content: "\f55b";
}

/* line 186, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bible:before, .fa-bible.details-box__separator::after {
  content: "\f647";
}

/* line 187, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bicycle:before, .fa-bicycle.details-box__separator::after {
  content: "\f206";
}

/* line 188, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-biking:before, .fa-biking.details-box__separator::after {
  content: "\f84a";
}

/* line 189, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-biking-mountain:before, .fa-biking-mountain.details-box__separator::after {
  content: "\f84b";
}

/* line 190, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bimobject:before, .fa-bimobject.details-box__separator::after {
  content: "\f378";
}

/* line 191, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-binoculars:before, .fa-binoculars.details-box__separator::after {
  content: "\f1e5";
}

/* line 192, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-biohazard:before, .fa-biohazard.details-box__separator::after {
  content: "\f780";
}

/* line 193, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-birthday-cake:before, .fa-birthday-cake.details-box__separator::after {
  content: "\f1fd";
}

/* line 194, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bitbucket:before, .fa-bitbucket.details-box__separator::after {
  content: "\f171";
}

/* line 195, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bitcoin:before, .fa-bitcoin.details-box__separator::after {
  content: "\f379";
}

/* line 196, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bity:before, .fa-bity.details-box__separator::after {
  content: "\f37a";
}

/* line 197, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-black-tie:before, .fa-black-tie.details-box__separator::after {
  content: "\f27e";
}

/* line 198, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-blackberry:before, .fa-blackberry.details-box__separator::after {
  content: "\f37b";
}

/* line 199, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-blanket:before, .fa-blanket.details-box__separator::after {
  content: "\f498";
}

/* line 200, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-blender:before, .fa-blender.details-box__separator::after {
  content: "\f517";
}

/* line 201, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-blender-phone:before, .fa-blender-phone.details-box__separator::after {
  content: "\f6b6";
}

/* line 202, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-blind:before, .fa-blind.details-box__separator::after {
  content: "\f29d";
}

/* line 203, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-blog:before, .fa-blog.details-box__separator::after {
  content: "\f781";
}

/* line 204, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-blogger:before, .fa-blogger.details-box__separator::after {
  content: "\f37c";
}

/* line 205, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-blogger-b:before, .fa-blogger-b.details-box__separator::after {
  content: "\f37d";
}

/* line 206, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bluetooth:before, .fa-bluetooth.details-box__separator::after {
  content: "\f293";
}

/* line 207, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bluetooth-b:before, .fa-bluetooth-b.details-box__separator::after {
  content: "\f294";
}

/* line 208, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bold:before, .fa-bold.details-box__separator::after {
  content: "\f032";
}

/* line 209, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bolt:before, .fa-bolt.details-box__separator::after {
  content: "\f0e7";
}

/* line 210, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bomb:before, .fa-bomb.details-box__separator::after {
  content: "\f1e2";
}

/* line 211, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bone:before, .fa-bone.details-box__separator::after {
  content: "\f5d7";
}

/* line 212, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bone-break:before, .fa-bone-break.details-box__separator::after {
  content: "\f5d8";
}

/* line 213, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bong:before, .fa-bong.details-box__separator::after {
  content: "\f55c";
}

/* line 214, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-book:before, .fa-book.details-box__separator::after {
  content: "\f02d";
}

/* line 215, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-book-alt:before, .fa-book-alt.details-box__separator::after {
  content: "\f5d9";
}

/* line 216, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-book-dead:before, .fa-book-dead.details-box__separator::after {
  content: "\f6b7";
}

/* line 217, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-book-heart:before, .fa-book-heart.details-box__separator::after {
  content: "\f499";
}

/* line 218, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-book-medical:before, .fa-book-medical.details-box__separator::after {
  content: "\f7e6";
}

/* line 219, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-book-open:before, .fa-book-open.details-box__separator::after {
  content: "\f518";
}

/* line 220, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-book-reader:before, .fa-book-reader.details-box__separator::after {
  content: "\f5da";
}

/* line 221, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-book-spells:before, .fa-book-spells.details-box__separator::after {
  content: "\f6b8";
}

/* line 222, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-book-user:before, .fa-book-user.details-box__separator::after {
  content: "\f7e7";
}

/* line 223, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bookmark:before, .fa-bookmark.details-box__separator::after {
  content: "\f02e";
}

/* line 224, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-books:before, .fa-books.details-box__separator::after {
  content: "\f5db";
}

/* line 225, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-books-medical:before, .fa-books-medical.details-box__separator::after {
  content: "\f7e8";
}

/* line 226, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-boombox:before, .fa-boombox.details-box__separator::after {
  content: "\f8a5";
}

/* line 227, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-boot:before, .fa-boot.details-box__separator::after {
  content: "\f782";
}

/* line 228, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-booth-curtain:before, .fa-booth-curtain.details-box__separator::after {
  content: "\f734";
}

/* line 229, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bootstrap:before, .fa-bootstrap.details-box__separator::after {
  content: "\f836";
}

/* line 230, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-all:before, .fa-border-all.details-box__separator::after {
  content: "\f84c";
}

/* line 231, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-bottom:before, .fa-border-bottom.details-box__separator::after {
  content: "\f84d";
}

/* line 232, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-center-h:before, .fa-border-center-h.details-box__separator::after {
  content: "\f89c";
}

/* line 233, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-center-v:before, .fa-border-center-v.details-box__separator::after {
  content: "\f89d";
}

/* line 234, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-inner:before, .fa-border-inner.details-box__separator::after {
  content: "\f84e";
}

/* line 235, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-left:before, .fa-border-left.details-box__separator::after {
  content: "\f84f";
}

/* line 236, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-none:before, .fa-border-none.details-box__separator::after {
  content: "\f850";
}

/* line 237, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-outer:before, .fa-border-outer.details-box__separator::after {
  content: "\f851";
}

/* line 238, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-right:before, .fa-border-right.details-box__separator::after {
  content: "\f852";
}

/* line 239, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-style:before, .fa-border-style.details-box__separator::after {
  content: "\f853";
}

/* line 240, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-style-alt:before, .fa-border-style-alt.details-box__separator::after {
  content: "\f854";
}

/* line 241, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-border-top:before, .fa-border-top.details-box__separator::after {
  content: "\f855";
}

/* line 242, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bow-arrow:before, .fa-bow-arrow.details-box__separator::after {
  content: "\f6b9";
}

/* line 243, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bowling-ball:before, .fa-bowling-ball.details-box__separator::after {
  content: "\f436";
}

/* line 244, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bowling-pins:before, .fa-bowling-pins.details-box__separator::after {
  content: "\f437";
}

/* line 245, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-box:before, .fa-box.details-box__separator::after {
  content: "\f466";
}

/* line 246, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-box-alt:before, .fa-box-alt.details-box__separator::after {
  content: "\f49a";
}

/* line 247, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-box-ballot:before, .fa-box-ballot.details-box__separator::after {
  content: "\f735";
}

/* line 248, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-box-check:before, .fa-box-check.details-box__separator::after {
  content: "\f467";
}

/* line 249, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-box-fragile:before, .fa-box-fragile.details-box__separator::after {
  content: "\f49b";
}

/* line 250, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-box-full:before, .fa-box-full.details-box__separator::after {
  content: "\f49c";
}

/* line 251, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-box-heart:before, .fa-box-heart.details-box__separator::after {
  content: "\f49d";
}

/* line 252, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-box-open:before, .fa-box-open.details-box__separator::after {
  content: "\f49e";
}

/* line 253, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-box-up:before, .fa-box-up.details-box__separator::after {
  content: "\f49f";
}

/* line 254, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-box-usd:before, .fa-box-usd.details-box__separator::after {
  content: "\f4a0";
}

/* line 255, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-boxes:before, .fa-boxes.details-box__separator::after {
  content: "\f468";
}

/* line 256, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-boxes-alt:before, .fa-boxes-alt.details-box__separator::after {
  content: "\f4a1";
}

/* line 257, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-boxing-glove:before, .fa-boxing-glove.details-box__separator::after {
  content: "\f438";
}

/* line 258, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-brackets:before, .fa-brackets.details-box__separator::after {
  content: "\f7e9";
}

/* line 259, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-brackets-curly:before, .fa-brackets-curly.details-box__separator::after {
  content: "\f7ea";
}

/* line 260, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-braille:before, .fa-braille.details-box__separator::after {
  content: "\f2a1";
}

/* line 261, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-brain:before, .fa-brain.details-box__separator::after {
  content: "\f5dc";
}

/* line 262, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bread-loaf:before, .fa-bread-loaf.details-box__separator::after {
  content: "\f7eb";
}

/* line 263, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bread-slice:before, .fa-bread-slice.details-box__separator::after {
  content: "\f7ec";
}

/* line 264, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-briefcase:before, .fa-briefcase.details-box__separator::after {
  content: "\f0b1";
}

/* line 265, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-briefcase-medical:before, .fa-briefcase-medical.details-box__separator::after {
  content: "\f469";
}

/* line 266, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bring-forward:before, .fa-bring-forward.details-box__separator::after {
  content: "\f856";
}

/* line 267, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bring-front:before, .fa-bring-front.details-box__separator::after {
  content: "\f857";
}

/* line 268, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-broadcast-tower:before, .fa-broadcast-tower.details-box__separator::after {
  content: "\f519";
}

/* line 269, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-broom:before, .fa-broom.details-box__separator::after {
  content: "\f51a";
}

/* line 270, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-browser:before, .fa-browser.details-box__separator::after {
  content: "\f37e";
}

/* line 271, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-brush:before, .fa-brush.details-box__separator::after {
  content: "\f55d";
}

/* line 272, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-btc:before, .fa-btc.details-box__separator::after {
  content: "\f15a";
}

/* line 273, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-buffer:before, .fa-buffer.details-box__separator::after {
  content: "\f837";
}

/* line 274, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bug:before, .fa-bug.details-box__separator::after {
  content: "\f188";
}

/* line 275, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-building:before, .fa-building.details-box__separator::after {
  content: "\f1ad";
}

/* line 276, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bullhorn:before, .fa-bullhorn.details-box__separator::after {
  content: "\f0a1";
}

/* line 277, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bullseye:before, .fa-bullseye.details-box__separator::after {
  content: "\f140";
}

/* line 278, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bullseye-arrow:before, .fa-bullseye-arrow.details-box__separator::after {
  content: "\f648";
}

/* line 279, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bullseye-pointer:before, .fa-bullseye-pointer.details-box__separator::after {
  content: "\f649";
}

/* line 280, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-burger-soda:before, .fa-burger-soda.details-box__separator::after {
  content: "\f858";
}

/* line 281, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-burn:before, .fa-burn.details-box__separator::after {
  content: "\f46a";
}

/* line 282, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-buromobelexperte:before, .fa-buromobelexperte.details-box__separator::after {
  content: "\f37f";
}

/* line 283, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-burrito:before, .fa-burrito.details-box__separator::after {
  content: "\f7ed";
}

/* line 284, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bus:before, .fa-bus.details-box__separator::after {
  content: "\f207";
}

/* line 285, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bus-alt:before, .fa-bus-alt.details-box__separator::after {
  content: "\f55e";
}

/* line 286, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-bus-school:before, .fa-bus-school.details-box__separator::after {
  content: "\f5dd";
}

/* line 287, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-business-time:before, .fa-business-time.details-box__separator::after {
  content: "\f64a";
}

/* line 288, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-buy-n-large:before, .fa-buy-n-large.details-box__separator::after {
  content: "\f8a6";
}

/* line 289, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-buysellads:before, .fa-buysellads.details-box__separator::after {
  content: "\f20d";
}

/* line 290, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cabinet-filing:before, .fa-cabinet-filing.details-box__separator::after {
  content: "\f64b";
}

/* line 291, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cactus:before, .fa-cactus.details-box__separator::after {
  content: "\f8a7";
}

/* line 292, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calculator:before, .fa-calculator.details-box__separator::after {
  content: "\f1ec";
}

/* line 293, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calculator-alt:before, .fa-calculator-alt.details-box__separator::after {
  content: "\f64c";
}

/* line 294, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calendar:before, .fa-calendar.details-box__separator::after {
  content: "\f133";
}

/* line 295, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calendar-alt:before, .fa-calendar-alt.details-box__separator::after {
  content: "\f073";
}

/* line 296, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calendar-check:before, .fa-calendar-check.details-box__separator::after {
  content: "\f274";
}

/* line 297, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calendar-day:before, .fa-calendar-day.details-box__separator::after {
  content: "\f783";
}

/* line 298, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calendar-edit:before, .fa-calendar-edit.details-box__separator::after {
  content: "\f333";
}

/* line 299, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calendar-exclamation:before, .fa-calendar-exclamation.details-box__separator::after {
  content: "\f334";
}

/* line 300, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calendar-minus:before, .fa-calendar-minus.details-box__separator::after {
  content: "\f272";
}

/* line 301, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calendar-plus:before, .fa-calendar-plus.details-box__separator::after {
  content: "\f271";
}

/* line 302, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calendar-star:before, .fa-calendar-star.details-box__separator::after {
  content: "\f736";
}

/* line 303, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calendar-times:before, .fa-calendar-times.details-box__separator::after {
  content: "\f273";
}

/* line 304, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-calendar-week:before, .fa-calendar-week.details-box__separator::after {
  content: "\f784";
}

/* line 305, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-camcorder:before, .fa-camcorder.details-box__separator::after {
  content: "\f8a8";
}

/* line 306, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-camera:before, .fa-camera.details-box__separator::after {
  content: "\f030";
}

/* line 307, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-camera-alt:before, .fa-camera-alt.details-box__separator::after {
  content: "\f332";
}

/* line 308, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-camera-movie:before, .fa-camera-movie.details-box__separator::after {
  content: "\f8a9";
}

/* line 309, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-camera-polaroid:before, .fa-camera-polaroid.details-box__separator::after {
  content: "\f8aa";
}

/* line 310, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-camera-retro:before, .fa-camera-retro.details-box__separator::after {
  content: "\f083";
}

/* line 311, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-campfire:before, .fa-campfire.details-box__separator::after {
  content: "\f6ba";
}

/* line 312, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-campground:before, .fa-campground.details-box__separator::after {
  content: "\f6bb";
}

/* line 313, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-canadian-maple-leaf:before, .fa-canadian-maple-leaf.details-box__separator::after {
  content: "\f785";
}

/* line 314, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-candle-holder:before, .fa-candle-holder.details-box__separator::after {
  content: "\f6bc";
}

/* line 315, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-candy-cane:before, .fa-candy-cane.details-box__separator::after {
  content: "\f786";
}

/* line 316, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-candy-corn:before, .fa-candy-corn.details-box__separator::after {
  content: "\f6bd";
}

/* line 317, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cannabis:before, .fa-cannabis.details-box__separator::after {
  content: "\f55f";
}

/* line 318, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-capsules:before, .fa-capsules.details-box__separator::after {
  content: "\f46b";
}

/* line 319, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car:before, .fa-car.details-box__separator::after {
  content: "\f1b9";
}

/* line 320, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car-alt:before, .fa-car-alt.details-box__separator::after {
  content: "\f5de";
}

/* line 321, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car-battery:before, .fa-car-battery.details-box__separator::after {
  content: "\f5df";
}

/* line 322, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car-building:before, .fa-car-building.details-box__separator::after {
  content: "\f859";
}

/* line 323, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car-bump:before, .fa-car-bump.details-box__separator::after {
  content: "\f5e0";
}

/* line 324, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car-bus:before, .fa-car-bus.details-box__separator::after {
  content: "\f85a";
}

/* line 325, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car-crash:before, .fa-car-crash.details-box__separator::after {
  content: "\f5e1";
}

/* line 326, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car-garage:before, .fa-car-garage.details-box__separator::after {
  content: "\f5e2";
}

/* line 327, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car-mechanic:before, .fa-car-mechanic.details-box__separator::after {
  content: "\f5e3";
}

/* line 328, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car-side:before, .fa-car-side.details-box__separator::after {
  content: "\f5e4";
}

/* line 329, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car-tilt:before, .fa-car-tilt.details-box__separator::after {
  content: "\f5e5";
}

/* line 330, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-car-wash:before, .fa-car-wash.details-box__separator::after {
  content: "\f5e6";
}

/* line 331, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-circle-down:before, .fa-caret-circle-down.details-box__separator::after {
  content: "\f32d";
}

/* line 332, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-circle-left:before, .fa-caret-circle-left.details-box__separator::after {
  content: "\f32e";
}

/* line 333, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-circle-right:before, .fa-caret-circle-right.details-box__separator::after {
  content: "\f330";
}

/* line 334, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-circle-up:before, .fa-caret-circle-up.details-box__separator::after {
  content: "\f331";
}

/* line 335, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-down:before, .fa-caret-down.details-box__separator::after {
  content: "\f0d7";
}

/* line 336, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-left:before, .fa-caret-left.details-box__separator::after {
  content: "\f0d9";
}

/* line 337, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-right:before, .fa-caret-right.details-box__separator::after {
  content: "\f0da";
}

/* line 338, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-square-down:before, .fa-caret-square-down.details-box__separator::after {
  content: "\f150";
}

/* line 339, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-square-left:before, .fa-caret-square-left.details-box__separator::after {
  content: "\f191";
}

/* line 340, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-square-right:before, .fa-caret-square-right.details-box__separator::after {
  content: "\f152";
}

/* line 341, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-square-up:before, .fa-caret-square-up.details-box__separator::after {
  content: "\f151";
}

/* line 342, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-caret-up:before, .fa-caret-up.details-box__separator::after {
  content: "\f0d8";
}

/* line 343, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-carrot:before, .fa-carrot.details-box__separator::after {
  content: "\f787";
}

/* line 344, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cars:before, .fa-cars.details-box__separator::after {
  content: "\f85b";
}

/* line 345, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cart-arrow-down:before, .fa-cart-arrow-down.details-box__separator::after {
  content: "\f218";
}

/* line 346, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cart-plus:before, .fa-cart-plus.details-box__separator::after {
  content: "\f217";
}

/* line 347, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cash-register:before, .fa-cash-register.details-box__separator::after {
  content: "\f788";
}

/* line 348, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cassette-tape:before, .fa-cassette-tape.details-box__separator::after {
  content: "\f8ab";
}

/* line 349, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cat:before, .fa-cat.details-box__separator::after {
  content: "\f6be";
}

/* line 350, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cauldron:before, .fa-cauldron.details-box__separator::after {
  content: "\f6bf";
}

/* line 351, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cc-amazon-pay:before, .fa-cc-amazon-pay.details-box__separator::after {
  content: "\f42d";
}

/* line 352, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cc-amex:before, .fa-cc-amex.details-box__separator::after {
  content: "\f1f3";
}

/* line 353, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cc-apple-pay:before, .fa-cc-apple-pay.details-box__separator::after {
  content: "\f416";
}

/* line 354, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cc-diners-club:before, .fa-cc-diners-club.details-box__separator::after {
  content: "\f24c";
}

/* line 355, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cc-discover:before, .fa-cc-discover.details-box__separator::after {
  content: "\f1f2";
}

/* line 356, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cc-jcb:before, .fa-cc-jcb.details-box__separator::after {
  content: "\f24b";
}

/* line 357, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cc-mastercard:before, .fa-cc-mastercard.details-box__separator::after {
  content: "\f1f1";
}

/* line 358, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cc-paypal:before, .fa-cc-paypal.details-box__separator::after {
  content: "\f1f4";
}

/* line 359, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cc-stripe:before, .fa-cc-stripe.details-box__separator::after {
  content: "\f1f5";
}

/* line 360, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cc-visa:before, .fa-cc-visa.details-box__separator::after {
  content: "\f1f0";
}

/* line 361, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cctv:before, .fa-cctv.details-box__separator::after {
  content: "\f8ac";
}

/* line 362, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-centercode:before, .fa-centercode.details-box__separator::after {
  content: "\f380";
}

/* line 363, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-centos:before, .fa-centos.details-box__separator::after {
  content: "\f789";
}

/* line 364, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-certificate:before, .fa-certificate.details-box__separator::after {
  content: "\f0a3";
}

/* line 365, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chair:before, .fa-chair.details-box__separator::after {
  content: "\f6c0";
}

/* line 366, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chair-office:before, .fa-chair-office.details-box__separator::after {
  content: "\f6c1";
}

/* line 367, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chalkboard:before, .fa-chalkboard.details-box__separator::after {
  content: "\f51b";
}

/* line 368, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chalkboard-teacher:before, .fa-chalkboard-teacher.details-box__separator::after {
  content: "\f51c";
}

/* line 369, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-charging-station:before, .fa-charging-station.details-box__separator::after {
  content: "\f5e7";
}

/* line 370, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chart-area:before, .fa-chart-area.details-box__separator::after {
  content: "\f1fe";
}

/* line 371, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chart-bar:before, .fa-chart-bar.details-box__separator::after {
  content: "\f080";
}

/* line 372, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chart-line:before, .fa-chart-line.details-box__separator::after {
  content: "\f201";
}

/* line 373, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chart-line-down:before, .fa-chart-line-down.details-box__separator::after {
  content: "\f64d";
}

/* line 374, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chart-network:before, .fa-chart-network.details-box__separator::after {
  content: "\f78a";
}

/* line 375, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chart-pie:before, .fa-chart-pie.details-box__separator::after {
  content: "\f200";
}

/* line 376, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chart-pie-alt:before, .fa-chart-pie-alt.details-box__separator::after {
  content: "\f64e";
}

/* line 377, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chart-scatter:before, .fa-chart-scatter.details-box__separator::after {
  content: "\f7ee";
}

/* line 378, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-check:before, .fa-check.details-box__separator::after {
  content: "\f00c";
}

/* line 379, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-check-circle:before, .fa-check-circle.details-box__separator::after {
  content: "\f058";
}

/* line 380, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-check-double:before, .fa-check-double.details-box__separator::after {
  content: "\f560";
}

/* line 381, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-check-square:before, .fa-check-square.details-box__separator::after {
  content: "\f14a";
}

/* line 382, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cheese:before, .fa-cheese.details-box__separator::after {
  content: "\f7ef";
}

/* line 383, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cheese-swiss:before, .fa-cheese-swiss.details-box__separator::after {
  content: "\f7f0";
}

/* line 384, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cheeseburger:before, .fa-cheeseburger.details-box__separator::after {
  content: "\f7f1";
}

/* line 385, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess:before, .fa-chess.details-box__separator::after {
  content: "\f439";
}

/* line 386, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-bishop:before, .fa-chess-bishop.details-box__separator::after {
  content: "\f43a";
}

/* line 387, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-bishop-alt:before, .fa-chess-bishop-alt.details-box__separator::after {
  content: "\f43b";
}

/* line 388, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-board:before, .fa-chess-board.details-box__separator::after {
  content: "\f43c";
}

/* line 389, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-clock:before, .fa-chess-clock.details-box__separator::after {
  content: "\f43d";
}

/* line 390, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-clock-alt:before, .fa-chess-clock-alt.details-box__separator::after {
  content: "\f43e";
}

/* line 391, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-king:before, .fa-chess-king.details-box__separator::after {
  content: "\f43f";
}

/* line 392, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-king-alt:before, .fa-chess-king-alt.details-box__separator::after {
  content: "\f440";
}

/* line 393, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-knight:before, .fa-chess-knight.details-box__separator::after {
  content: "\f441";
}

/* line 394, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-knight-alt:before, .fa-chess-knight-alt.details-box__separator::after {
  content: "\f442";
}

/* line 395, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-pawn:before, .fa-chess-pawn.details-box__separator::after {
  content: "\f443";
}

/* line 396, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-pawn-alt:before, .fa-chess-pawn-alt.details-box__separator::after {
  content: "\f444";
}

/* line 397, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-queen:before, .fa-chess-queen.details-box__separator::after {
  content: "\f445";
}

/* line 398, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-queen-alt:before, .fa-chess-queen-alt.details-box__separator::after {
  content: "\f446";
}

/* line 399, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-rook:before, .fa-chess-rook.details-box__separator::after {
  content: "\f447";
}

/* line 400, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chess-rook-alt:before, .fa-chess-rook-alt.details-box__separator::after {
  content: "\f448";
}

/* line 401, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-circle-down:before, .fa-chevron-circle-down.details-box__separator::after {
  content: "\f13a";
}

/* line 402, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-circle-left:before, .fa-chevron-circle-left.details-box__separator::after {
  content: "\f137";
}

/* line 403, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-circle-right:before, .fa-chevron-circle-right.details-box__separator::after {
  content: "\f138";
}

/* line 404, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-circle-up:before, .fa-chevron-circle-up.details-box__separator::after {
  content: "\f139";
}

/* line 405, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-double-down:before, .fa-chevron-double-down.details-box__separator::after {
  content: "\f322";
}

/* line 406, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-double-left:before, .fa-chevron-double-left.details-box__separator::after {
  content: "\f323";
}

/* line 407, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-double-right:before, .fa-chevron-double-right.details-box__separator::after {
  content: "\f324";
}

/* line 408, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-double-up:before, .fa-chevron-double-up.details-box__separator::after {
  content: "\f325";
}

/* line 409, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-down:before, .fa-chevron-down.details-box__separator::after {
  content: "\f078";
}

/* line 410, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-left:before, .fa-chevron-left.details-box__separator::after {
  content: "\f053";
}

/* line 411, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-right:before, .fa-chevron-right.details-box__separator::after {
  content: "\f054";
}

/* line 412, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-square-down:before, .fa-chevron-square-down.details-box__separator::after {
  content: "\f329";
}

/* line 413, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-square-left:before, .fa-chevron-square-left.details-box__separator::after {
  content: "\f32a";
}

/* line 414, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-square-right:before, .fa-chevron-square-right.details-box__separator::after {
  content: "\f32b";
}

/* line 415, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-square-up:before, .fa-chevron-square-up.details-box__separator::after {
  content: "\f32c";
}

/* line 416, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chevron-up:before, .fa-chevron-up.details-box__separator::after {
  content: "\f077";
}

/* line 417, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-child:before, .fa-child.details-box__separator::after {
  content: "\f1ae";
}

/* line 418, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chimney:before, .fa-chimney.details-box__separator::after {
  content: "\f78b";
}

/* line 419, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chrome:before, .fa-chrome.details-box__separator::after {
  content: "\f268";
}

/* line 420, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-chromecast:before, .fa-chromecast.details-box__separator::after {
  content: "\f838";
}

/* line 421, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-church:before, .fa-church.details-box__separator::after {
  content: "\f51d";
}

/* line 422, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-circle:before, .fa-circle.details-box__separator::after {
  content: "\f111";
}

/* line 423, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-circle-notch:before, .fa-circle-notch.details-box__separator::after {
  content: "\f1ce";
}

/* line 424, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-city:before, .fa-city.details-box__separator::after {
  content: "\f64f";
}

/* line 425, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clarinet:before, .fa-clarinet.details-box__separator::after {
  content: "\f8ad";
}

/* line 426, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-claw-marks:before, .fa-claw-marks.details-box__separator::after {
  content: "\f6c2";
}

/* line 427, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clinic-medical:before, .fa-clinic-medical.details-box__separator::after {
  content: "\f7f2";
}

/* line 428, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clipboard:before, .fa-clipboard.details-box__separator::after {
  content: "\f328";
}

/* line 429, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clipboard-check:before, .fa-clipboard-check.details-box__separator::after {
  content: "\f46c";
}

/* line 430, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clipboard-list:before, .fa-clipboard-list.details-box__separator::after {
  content: "\f46d";
}

/* line 431, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clipboard-list-check:before, .fa-clipboard-list-check.details-box__separator::after {
  content: "\f737";
}

/* line 432, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clipboard-prescription:before, .fa-clipboard-prescription.details-box__separator::after {
  content: "\f5e8";
}

/* line 433, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clipboard-user:before, .fa-clipboard-user.details-box__separator::after {
  content: "\f7f3";
}

/* line 434, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clock:before, .fa-clock.details-box__separator::after {
  content: "\f017";
}

/* line 435, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clone:before, .fa-clone.details-box__separator::after {
  content: "\f24d";
}

/* line 436, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-closed-captioning:before, .fa-closed-captioning.details-box__separator::after {
  content: "\f20a";
}

/* line 437, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud:before, .fa-cloud.details-box__separator::after {
  content: "\f0c2";
}

/* line 438, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-download:before, .fa-cloud-download.details-box__separator::after {
  content: "\f0ed";
}

/* line 439, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-download-alt:before, .fa-cloud-download-alt.details-box__separator::after {
  content: "\f381";
}

/* line 440, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-drizzle:before, .fa-cloud-drizzle.details-box__separator::after {
  content: "\f738";
}

/* line 441, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-hail:before, .fa-cloud-hail.details-box__separator::after {
  content: "\f739";
}

/* line 442, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-hail-mixed:before, .fa-cloud-hail-mixed.details-box__separator::after {
  content: "\f73a";
}

/* line 443, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-meatball:before, .fa-cloud-meatball.details-box__separator::after {
  content: "\f73b";
}

/* line 444, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-moon:before, .fa-cloud-moon.details-box__separator::after {
  content: "\f6c3";
}

/* line 445, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-moon-rain:before, .fa-cloud-moon-rain.details-box__separator::after {
  content: "\f73c";
}

/* line 446, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-music:before, .fa-cloud-music.details-box__separator::after {
  content: "\f8ae";
}

/* line 447, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-rain:before, .fa-cloud-rain.details-box__separator::after {
  content: "\f73d";
}

/* line 448, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-rainbow:before, .fa-cloud-rainbow.details-box__separator::after {
  content: "\f73e";
}

/* line 449, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-showers:before, .fa-cloud-showers.details-box__separator::after {
  content: "\f73f";
}

/* line 450, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-showers-heavy:before, .fa-cloud-showers-heavy.details-box__separator::after {
  content: "\f740";
}

/* line 451, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-sleet:before, .fa-cloud-sleet.details-box__separator::after {
  content: "\f741";
}

/* line 452, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-snow:before, .fa-cloud-snow.details-box__separator::after {
  content: "\f742";
}

/* line 453, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-sun:before, .fa-cloud-sun.details-box__separator::after {
  content: "\f6c4";
}

/* line 454, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-sun-rain:before, .fa-cloud-sun-rain.details-box__separator::after {
  content: "\f743";
}

/* line 455, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-upload:before, .fa-cloud-upload.details-box__separator::after {
  content: "\f0ee";
}

/* line 456, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloud-upload-alt:before, .fa-cloud-upload-alt.details-box__separator::after {
  content: "\f382";
}

/* line 457, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clouds:before, .fa-clouds.details-box__separator::after {
  content: "\f744";
}

/* line 458, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clouds-moon:before, .fa-clouds-moon.details-box__separator::after {
  content: "\f745";
}

/* line 459, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-clouds-sun:before, .fa-clouds-sun.details-box__separator::after {
  content: "\f746";
}

/* line 460, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloudscale:before, .fa-cloudscale.details-box__separator::after {
  content: "\f383";
}

/* line 461, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloudsmith:before, .fa-cloudsmith.details-box__separator::after {
  content: "\f384";
}

/* line 462, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cloudversify:before, .fa-cloudversify.details-box__separator::after {
  content: "\f385";
}

/* line 463, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-club:before, .fa-club.details-box__separator::after {
  content: "\f327";
}

/* line 464, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cocktail:before, .fa-cocktail.details-box__separator::after {
  content: "\f561";
}

/* line 465, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-code:before, .fa-code.details-box__separator::after {
  content: "\f121";
}

/* line 466, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-code-branch:before, .fa-code-branch.details-box__separator::after {
  content: "\f126";
}

/* line 467, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-code-commit:before, .fa-code-commit.details-box__separator::after {
  content: "\f386";
}

/* line 468, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-code-merge:before, .fa-code-merge.details-box__separator::after {
  content: "\f387";
}

/* line 469, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-codepen:before, .fa-codepen.details-box__separator::after {
  content: "\f1cb";
}

/* line 470, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-codiepie:before, .fa-codiepie.details-box__separator::after {
  content: "\f284";
}

/* line 471, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-coffee:before, .fa-coffee.details-box__separator::after {
  content: "\f0f4";
}

/* line 472, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-coffee-togo:before, .fa-coffee-togo.details-box__separator::after {
  content: "\f6c5";
}

/* line 473, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-coffin:before, .fa-coffin.details-box__separator::after {
  content: "\f6c6";
}

/* line 474, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cog:before, .fa-cog.details-box__separator::after {
  content: "\f013";
}

/* line 475, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cogs:before, .fa-cogs.details-box__separator::after {
  content: "\f085";
}

/* line 476, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-coin:before, .fa-coin.details-box__separator::after {
  content: "\f85c";
}

/* line 477, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-coins:before, .fa-coins.details-box__separator::after {
  content: "\f51e";
}

/* line 478, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-columns:before, .fa-columns.details-box__separator::after {
  content: "\f0db";
}

/* line 479, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment:before, .fa-comment.details-box__separator::after {
  content: "\f075";
}

/* line 480, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt:before, .fa-comment-alt.details-box__separator::after {
  content: "\f27a";
}

/* line 481, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-check:before, .fa-comment-alt-check.details-box__separator::after {
  content: "\f4a2";
}

/* line 482, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-dollar:before, .fa-comment-alt-dollar.details-box__separator::after {
  content: "\f650";
}

/* line 483, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-dots:before, .fa-comment-alt-dots.details-box__separator::after {
  content: "\f4a3";
}

/* line 484, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-edit:before, .fa-comment-alt-edit.details-box__separator::after {
  content: "\f4a4";
}

/* line 485, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-exclamation:before, .fa-comment-alt-exclamation.details-box__separator::after {
  content: "\f4a5";
}

/* line 486, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-lines:before, .fa-comment-alt-lines.details-box__separator::after {
  content: "\f4a6";
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-medical:before, .fa-comment-alt-medical.details-box__separator::after {
  content: "\f7f4";
}

/* line 488, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-minus:before, .fa-comment-alt-minus.details-box__separator::after {
  content: "\f4a7";
}

/* line 489, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-music:before, .fa-comment-alt-music.details-box__separator::after {
  content: "\f8af";
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-plus:before, .fa-comment-alt-plus.details-box__separator::after {
  content: "\f4a8";
}

/* line 491, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-slash:before, .fa-comment-alt-slash.details-box__separator::after {
  content: "\f4a9";
}

/* line 492, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-smile:before, .fa-comment-alt-smile.details-box__separator::after {
  content: "\f4aa";
}

/* line 493, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-alt-times:before, .fa-comment-alt-times.details-box__separator::after {
  content: "\f4ab";
}

/* line 494, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-check:before, .fa-comment-check.details-box__separator::after {
  content: "\f4ac";
}

/* line 495, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-dollar:before, .fa-comment-dollar.details-box__separator::after {
  content: "\f651";
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-dots:before, .fa-comment-dots.details-box__separator::after {
  content: "\f4ad";
}

/* line 497, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-edit:before, .fa-comment-edit.details-box__separator::after {
  content: "\f4ae";
}

/* line 498, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-exclamation:before, .fa-comment-exclamation.details-box__separator::after {
  content: "\f4af";
}

/* line 499, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-lines:before, .fa-comment-lines.details-box__separator::after {
  content: "\f4b0";
}

/* line 500, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-medical:before, .fa-comment-medical.details-box__separator::after {
  content: "\f7f5";
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-minus:before, .fa-comment-minus.details-box__separator::after {
  content: "\f4b1";
}

/* line 502, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-music:before, .fa-comment-music.details-box__separator::after {
  content: "\f8b0";
}

/* line 503, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-plus:before, .fa-comment-plus.details-box__separator::after {
  content: "\f4b2";
}

/* line 504, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-slash:before, .fa-comment-slash.details-box__separator::after {
  content: "\f4b3";
}

/* line 505, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-smile:before, .fa-comment-smile.details-box__separator::after {
  content: "\f4b4";
}

/* line 506, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comment-times:before, .fa-comment-times.details-box__separator::after {
  content: "\f4b5";
}

/* line 507, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comments:before, .fa-comments.details-box__separator::after {
  content: "\f086";
}

/* line 508, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comments-alt:before, .fa-comments-alt.details-box__separator::after {
  content: "\f4b6";
}

/* line 509, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comments-alt-dollar:before, .fa-comments-alt-dollar.details-box__separator::after {
  content: "\f652";
}

/* line 510, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-comments-dollar:before, .fa-comments-dollar.details-box__separator::after {
  content: "\f653";
}

/* line 511, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-compact-disc:before, .fa-compact-disc.details-box__separator::after {
  content: "\f51f";
}

/* line 512, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-compass:before, .fa-compass.details-box__separator::after {
  content: "\f14e";
}

/* line 513, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-compass-slash:before, .fa-compass-slash.details-box__separator::after {
  content: "\f5e9";
}

/* line 514, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-compress:before, .fa-compress.details-box__separator::after {
  content: "\f066";
}

/* line 515, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-compress-alt:before, .fa-compress-alt.details-box__separator::after {
  content: "\f422";
}

/* line 516, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-compress-arrows-alt:before, .fa-compress-arrows-alt.details-box__separator::after {
  content: "\f78c";
}

/* line 517, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-compress-wide:before, .fa-compress-wide.details-box__separator::after {
  content: "\f326";
}

/* line 518, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-computer-classic:before, .fa-computer-classic.details-box__separator::after {
  content: "\f8b1";
}

/* line 519, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-computer-speaker:before, .fa-computer-speaker.details-box__separator::after {
  content: "\f8b2";
}

/* line 520, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-concierge-bell:before, .fa-concierge-bell.details-box__separator::after {
  content: "\f562";
}

/* line 521, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-confluence:before, .fa-confluence.details-box__separator::after {
  content: "\f78d";
}

/* line 522, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-connectdevelop:before, .fa-connectdevelop.details-box__separator::after {
  content: "\f20e";
}

/* line 523, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-construction:before, .fa-construction.details-box__separator::after {
  content: "\f85d";
}

/* line 524, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-container-storage:before, .fa-container-storage.details-box__separator::after {
  content: "\f4b7";
}

/* line 525, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-contao:before, .fa-contao.details-box__separator::after {
  content: "\f26d";
}

/* line 526, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-conveyor-belt:before, .fa-conveyor-belt.details-box__separator::after {
  content: "\f46e";
}

/* line 527, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-conveyor-belt-alt:before, .fa-conveyor-belt-alt.details-box__separator::after {
  content: "\f46f";
}

/* line 528, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cookie:before, .fa-cookie.details-box__separator::after {
  content: "\f563";
}

/* line 529, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cookie-bite:before, .fa-cookie-bite.details-box__separator::after {
  content: "\f564";
}

/* line 530, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-copy:before, .fa-copy.details-box__separator::after {
  content: "\f0c5";
}

/* line 531, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-copyright:before, .fa-copyright.details-box__separator::after {
  content: "\f1f9";
}

/* line 532, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-corn:before, .fa-corn.details-box__separator::after {
  content: "\f6c7";
}

/* line 533, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cotton-bureau:before, .fa-cotton-bureau.details-box__separator::after {
  content: "\f89e";
}

/* line 534, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-couch:before, .fa-couch.details-box__separator::after {
  content: "\f4b8";
}

/* line 535, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cow:before, .fa-cow.details-box__separator::after {
  content: "\f6c8";
}

/* line 536, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cowbell:before, .fa-cowbell.details-box__separator::after {
  content: "\f8b3";
}

/* line 537, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cowbell-more:before, .fa-cowbell-more.details-box__separator::after {
  content: "\f8b4";
}

/* line 538, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cpanel:before, .fa-cpanel.details-box__separator::after {
  content: "\f388";
}

/* line 539, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons:before, .fa-creative-commons.details-box__separator::after {
  content: "\f25e";
}

/* line 540, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-by:before, .fa-creative-commons-by.details-box__separator::after {
  content: "\f4e7";
}

/* line 541, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-nc:before, .fa-creative-commons-nc.details-box__separator::after {
  content: "\f4e8";
}

/* line 542, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-nc-eu:before, .fa-creative-commons-nc-eu.details-box__separator::after {
  content: "\f4e9";
}

/* line 543, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-nc-jp:before, .fa-creative-commons-nc-jp.details-box__separator::after {
  content: "\f4ea";
}

/* line 544, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-nd:before, .fa-creative-commons-nd.details-box__separator::after {
  content: "\f4eb";
}

/* line 545, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-pd:before, .fa-creative-commons-pd.details-box__separator::after {
  content: "\f4ec";
}

/* line 546, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-pd-alt:before, .fa-creative-commons-pd-alt.details-box__separator::after {
  content: "\f4ed";
}

/* line 547, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-remix:before, .fa-creative-commons-remix.details-box__separator::after {
  content: "\f4ee";
}

/* line 548, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-sa:before, .fa-creative-commons-sa.details-box__separator::after {
  content: "\f4ef";
}

/* line 549, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-sampling:before, .fa-creative-commons-sampling.details-box__separator::after {
  content: "\f4f0";
}

/* line 550, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-sampling-plus:before, .fa-creative-commons-sampling-plus.details-box__separator::after {
  content: "\f4f1";
}

/* line 551, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-share:before, .fa-creative-commons-share.details-box__separator::after {
  content: "\f4f2";
}

/* line 552, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-creative-commons-zero:before, .fa-creative-commons-zero.details-box__separator::after {
  content: "\f4f3";
}

/* line 553, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-credit-card:before, .fa-credit-card.details-box__separator::after {
  content: "\f09d";
}

/* line 554, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-credit-card-blank:before, .fa-credit-card-blank.details-box__separator::after {
  content: "\f389";
}

/* line 555, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-credit-card-front:before, .fa-credit-card-front.details-box__separator::after {
  content: "\f38a";
}

/* line 556, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cricket:before, .fa-cricket.details-box__separator::after {
  content: "\f449";
}

/* line 557, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-critical-role:before, .fa-critical-role.details-box__separator::after {
  content: "\f6c9";
}

/* line 558, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-croissant:before, .fa-croissant.details-box__separator::after {
  content: "\f7f6";
}

/* line 559, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-crop:before, .fa-crop.details-box__separator::after {
  content: "\f125";
}

/* line 560, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-crop-alt:before, .fa-crop-alt.details-box__separator::after {
  content: "\f565";
}

/* line 561, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cross:before, .fa-cross.details-box__separator::after {
  content: "\f654";
}

/* line 562, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-crosshairs:before, .fa-crosshairs.details-box__separator::after {
  content: "\f05b";
}

/* line 563, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-crow:before, .fa-crow.details-box__separator::after {
  content: "\f520";
}

/* line 564, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-crown:before, .fa-crown.details-box__separator::after {
  content: "\f521";
}

/* line 565, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-crutch:before, .fa-crutch.details-box__separator::after {
  content: "\f7f7";
}

/* line 566, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-crutches:before, .fa-crutches.details-box__separator::after {
  content: "\f7f8";
}

/* line 567, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-css3:before, .fa-css3.details-box__separator::after {
  content: "\f13c";
}

/* line 568, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-css3-alt:before, .fa-css3-alt.details-box__separator::after {
  content: "\f38b";
}

/* line 569, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cube:before, .fa-cube.details-box__separator::after {
  content: "\f1b2";
}

/* line 570, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cubes:before, .fa-cubes.details-box__separator::after {
  content: "\f1b3";
}

/* line 571, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-curling:before, .fa-curling.details-box__separator::after {
  content: "\f44a";
}

/* line 572, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cut:before, .fa-cut.details-box__separator::after {
  content: "\f0c4";
}

/* line 573, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-cuttlefish:before, .fa-cuttlefish.details-box__separator::after {
  content: "\f38c";
}

/* line 574, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-d-and-d:before, .fa-d-and-d.details-box__separator::after {
  content: "\f38d";
}

/* line 575, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-d-and-d-beyond:before, .fa-d-and-d-beyond.details-box__separator::after {
  content: "\f6ca";
}

/* line 576, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dagger:before, .fa-dagger.details-box__separator::after {
  content: "\f6cb";
}

/* line 577, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dashcube:before, .fa-dashcube.details-box__separator::after {
  content: "\f210";
}

/* line 578, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-database:before, .fa-database.details-box__separator::after {
  content: "\f1c0";
}

/* line 579, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-deaf:before, .fa-deaf.details-box__separator::after {
  content: "\f2a4";
}

/* line 580, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-debug:before, .fa-debug.details-box__separator::after {
  content: "\f7f9";
}

/* line 581, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-deer:before, .fa-deer.details-box__separator::after {
  content: "\f78e";
}

/* line 582, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-deer-rudolph:before, .fa-deer-rudolph.details-box__separator::after {
  content: "\f78f";
}

/* line 583, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-delicious:before, .fa-delicious.details-box__separator::after {
  content: "\f1a5";
}

/* line 584, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-democrat:before, .fa-democrat.details-box__separator::after {
  content: "\f747";
}

/* line 585, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-deploydog:before, .fa-deploydog.details-box__separator::after {
  content: "\f38e";
}

/* line 586, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-deskpro:before, .fa-deskpro.details-box__separator::after {
  content: "\f38f";
}

/* line 587, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-desktop:before, .fa-desktop.details-box__separator::after {
  content: "\f108";
}

/* line 588, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-desktop-alt:before, .fa-desktop-alt.details-box__separator::after {
  content: "\f390";
}

/* line 589, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dev:before, .fa-dev.details-box__separator::after {
  content: "\f6cc";
}

/* line 590, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-deviantart:before, .fa-deviantart.details-box__separator::after {
  content: "\f1bd";
}

/* line 591, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dewpoint:before, .fa-dewpoint.details-box__separator::after {
  content: "\f748";
}

/* line 592, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dharmachakra:before, .fa-dharmachakra.details-box__separator::after {
  content: "\f655";
}

/* line 593, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dhl:before, .fa-dhl.details-box__separator::after {
  content: "\f790";
}

/* line 594, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-diagnoses:before, .fa-diagnoses.details-box__separator::after {
  content: "\f470";
}

/* line 595, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-diamond:before, .fa-diamond.details-box__separator::after {
  content: "\f219";
}

/* line 596, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-diaspora:before, .fa-diaspora.details-box__separator::after {
  content: "\f791";
}

/* line 597, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice:before, .fa-dice.details-box__separator::after {
  content: "\f522";
}

/* line 598, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-d10:before, .fa-dice-d10.details-box__separator::after {
  content: "\f6cd";
}

/* line 599, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-d12:before, .fa-dice-d12.details-box__separator::after {
  content: "\f6ce";
}

/* line 600, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-d20:before, .fa-dice-d20.details-box__separator::after {
  content: "\f6cf";
}

/* line 601, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-d4:before, .fa-dice-d4.details-box__separator::after {
  content: "\f6d0";
}

/* line 602, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-d6:before, .fa-dice-d6.details-box__separator::after {
  content: "\f6d1";
}

/* line 603, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-d8:before, .fa-dice-d8.details-box__separator::after {
  content: "\f6d2";
}

/* line 604, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-five:before, .fa-dice-five.details-box__separator::after {
  content: "\f523";
}

/* line 605, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-four:before, .fa-dice-four.details-box__separator::after {
  content: "\f524";
}

/* line 606, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-one:before, .fa-dice-one.details-box__separator::after {
  content: "\f525";
}

/* line 607, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-six:before, .fa-dice-six.details-box__separator::after {
  content: "\f526";
}

/* line 608, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-three:before, .fa-dice-three.details-box__separator::after {
  content: "\f527";
}

/* line 609, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dice-two:before, .fa-dice-two.details-box__separator::after {
  content: "\f528";
}

/* line 610, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-digg:before, .fa-digg.details-box__separator::after {
  content: "\f1a6";
}

/* line 611, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-digging:before, .fa-digging.details-box__separator::after {
  content: "\f85e";
}

/* line 612, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-digital-ocean:before, .fa-digital-ocean.details-box__separator::after {
  content: "\f391";
}

/* line 613, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-digital-tachograph:before, .fa-digital-tachograph.details-box__separator::after {
  content: "\f566";
}

/* line 614, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-diploma:before, .fa-diploma.details-box__separator::after {
  content: "\f5ea";
}

/* line 615, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-directions:before, .fa-directions.details-box__separator::after {
  content: "\f5eb";
}

/* line 616, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-disc-drive:before, .fa-disc-drive.details-box__separator::after {
  content: "\f8b5";
}

/* line 617, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-discord:before, .fa-discord.details-box__separator::after {
  content: "\f392";
}

/* line 618, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-discourse:before, .fa-discourse.details-box__separator::after {
  content: "\f393";
}

/* line 619, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-disease:before, .fa-disease.details-box__separator::after {
  content: "\f7fa";
}

/* line 620, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-divide:before, .fa-divide.details-box__separator::after {
  content: "\f529";
}

/* line 621, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dizzy:before, .fa-dizzy.details-box__separator::after {
  content: "\f567";
}

/* line 622, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dna:before, .fa-dna.details-box__separator::after {
  content: "\f471";
}

/* line 623, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-do-not-enter:before, .fa-do-not-enter.details-box__separator::after {
  content: "\f5ec";
}

/* line 624, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dochub:before, .fa-dochub.details-box__separator::after {
  content: "\f394";
}

/* line 625, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-docker:before, .fa-docker.details-box__separator::after {
  content: "\f395";
}

/* line 626, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dog:before, .fa-dog.details-box__separator::after {
  content: "\f6d3";
}

/* line 627, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dog-leashed:before, .fa-dog-leashed.details-box__separator::after {
  content: "\f6d4";
}

/* line 628, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dollar-sign:before, .fa-dollar-sign.details-box__separator::after {
  content: "\f155";
}

/* line 629, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dolly:before, .fa-dolly.details-box__separator::after {
  content: "\f472";
}

/* line 630, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dolly-empty:before, .fa-dolly-empty.details-box__separator::after {
  content: "\f473";
}

/* line 631, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dolly-flatbed:before, .fa-dolly-flatbed.details-box__separator::after {
  content: "\f474";
}

/* line 632, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dolly-flatbed-alt:before, .fa-dolly-flatbed-alt.details-box__separator::after {
  content: "\f475";
}

/* line 633, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dolly-flatbed-empty:before, .fa-dolly-flatbed-empty.details-box__separator::after {
  content: "\f476";
}

/* line 634, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-donate:before, .fa-donate.details-box__separator::after {
  content: "\f4b9";
}

/* line 635, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-door-closed:before, .fa-door-closed.details-box__separator::after {
  content: "\f52a";
}

/* line 636, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-door-open:before, .fa-door-open.details-box__separator::after {
  content: "\f52b";
}

/* line 637, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dot-circle:before, .fa-dot-circle.details-box__separator::after {
  content: "\f192";
}

/* line 638, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dove:before, .fa-dove.details-box__separator::after {
  content: "\f4ba";
}

/* line 639, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-download:before, .fa-download.details-box__separator::after {
  content: "\f019";
}

/* line 640, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-draft2digital:before, .fa-draft2digital.details-box__separator::after {
  content: "\f396";
}

/* line 641, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-drafting-compass:before, .fa-drafting-compass.details-box__separator::after {
  content: "\f568";
}

/* line 642, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dragon:before, .fa-dragon.details-box__separator::after {
  content: "\f6d5";
}

/* line 643, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-draw-circle:before, .fa-draw-circle.details-box__separator::after {
  content: "\f5ed";
}

/* line 644, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-draw-polygon:before, .fa-draw-polygon.details-box__separator::after {
  content: "\f5ee";
}

/* line 645, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-draw-square:before, .fa-draw-square.details-box__separator::after {
  content: "\f5ef";
}

/* line 646, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dreidel:before, .fa-dreidel.details-box__separator::after {
  content: "\f792";
}

/* line 647, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dribbble:before, .fa-dribbble.details-box__separator::after {
  content: "\f17d";
}

/* line 648, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dribbble-square:before, .fa-dribbble-square.details-box__separator::after {
  content: "\f397";
}

/* line 649, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-drone:before, .fa-drone.details-box__separator::after {
  content: "\f85f";
}

/* line 650, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-drone-alt:before, .fa-drone-alt.details-box__separator::after {
  content: "\f860";
}

/* line 651, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dropbox:before, .fa-dropbox.details-box__separator::after {
  content: "\f16b";
}

/* line 652, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-drum:before, .fa-drum.details-box__separator::after {
  content: "\f569";
}

/* line 653, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-drum-steelpan:before, .fa-drum-steelpan.details-box__separator::after {
  content: "\f56a";
}

/* line 654, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-drumstick:before, .fa-drumstick.details-box__separator::after {
  content: "\f6d6";
}

/* line 655, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-drumstick-bite:before, .fa-drumstick-bite.details-box__separator::after {
  content: "\f6d7";
}

/* line 656, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-drupal:before, .fa-drupal.details-box__separator::after {
  content: "\f1a9";
}

/* line 657, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dryer:before, .fa-dryer.details-box__separator::after {
  content: "\f861";
}

/* line 658, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dryer-alt:before, .fa-dryer-alt.details-box__separator::after {
  content: "\f862";
}

/* line 659, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-duck:before, .fa-duck.details-box__separator::after {
  content: "\f6d8";
}

/* line 660, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dumbbell:before, .fa-dumbbell.details-box__separator::after {
  content: "\f44b";
}

/* line 661, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dumpster:before, .fa-dumpster.details-box__separator::after {
  content: "\f793";
}

/* line 662, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dumpster-fire:before, .fa-dumpster-fire.details-box__separator::after {
  content: "\f794";
}

/* line 663, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dungeon:before, .fa-dungeon.details-box__separator::after {
  content: "\f6d9";
}

/* line 664, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-dyalog:before, .fa-dyalog.details-box__separator::after {
  content: "\f399";
}

/* line 665, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ear:before, .fa-ear.details-box__separator::after {
  content: "\f5f0";
}

/* line 666, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ear-muffs:before, .fa-ear-muffs.details-box__separator::after {
  content: "\f795";
}

/* line 667, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-earlybirds:before, .fa-earlybirds.details-box__separator::after {
  content: "\f39a";
}

/* line 668, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ebay:before, .fa-ebay.details-box__separator::after {
  content: "\f4f4";
}

/* line 669, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-eclipse:before, .fa-eclipse.details-box__separator::after {
  content: "\f749";
}

/* line 670, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-eclipse-alt:before, .fa-eclipse-alt.details-box__separator::after {
  content: "\f74a";
}

/* line 671, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-edge:before, .fa-edge.details-box__separator::after {
  content: "\f282";
}

/* line 672, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-edit:before, .fa-edit.details-box__separator::after {
  content: "\f044";
}

/* line 673, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-egg:before, .fa-egg.details-box__separator::after {
  content: "\f7fb";
}

/* line 674, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-egg-fried:before, .fa-egg-fried.details-box__separator::after {
  content: "\f7fc";
}

/* line 675, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-eject:before, .fa-eject.details-box__separator::after {
  content: "\f052";
}

/* line 676, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-elementor:before, .fa-elementor.details-box__separator::after {
  content: "\f430";
}

/* line 677, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-elephant:before, .fa-elephant.details-box__separator::after {
  content: "\f6da";
}

/* line 678, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ellipsis-h:before, .fa-ellipsis-h.details-box__separator::after {
  content: "\f141";
}

/* line 679, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ellipsis-h-alt:before, .fa-ellipsis-h-alt.details-box__separator::after {
  content: "\f39b";
}

/* line 680, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ellipsis-v:before, .fa-ellipsis-v.details-box__separator::after {
  content: "\f142";
}

/* line 681, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ellipsis-v-alt:before, .fa-ellipsis-v-alt.details-box__separator::after {
  content: "\f39c";
}

/* line 682, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ello:before, .fa-ello.details-box__separator::after {
  content: "\f5f1";
}

/* line 683, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ember:before, .fa-ember.details-box__separator::after {
  content: "\f423";
}

/* line 684, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-empire:before, .fa-empire.details-box__separator::after {
  content: "\f1d1";
}

/* line 685, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-empty-set:before, .fa-empty-set.details-box__separator::after {
  content: "\f656";
}

/* line 686, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-engine-warning:before, .fa-engine-warning.details-box__separator::after {
  content: "\f5f2";
}

/* line 687, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-envelope:before, .fa-envelope.details-box__separator::after {
  content: "\f0e0";
}

/* line 688, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-envelope-open:before, .fa-envelope-open.details-box__separator::after {
  content: "\f2b6";
}

/* line 689, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-envelope-open-dollar:before, .fa-envelope-open-dollar.details-box__separator::after {
  content: "\f657";
}

/* line 690, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-envelope-open-text:before, .fa-envelope-open-text.details-box__separator::after {
  content: "\f658";
}

/* line 691, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-envelope-square:before, .fa-envelope-square.details-box__separator::after {
  content: "\f199";
}

/* line 692, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-envira:before, .fa-envira.details-box__separator::after {
  content: "\f299";
}

/* line 693, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-equals:before, .fa-equals.details-box__separator::after {
  content: "\f52c";
}

/* line 694, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-eraser:before, .fa-eraser.details-box__separator::after {
  content: "\f12d";
}

/* line 695, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-erlang:before, .fa-erlang.details-box__separator::after {
  content: "\f39d";
}

/* line 696, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ethereum:before, .fa-ethereum.details-box__separator::after {
  content: "\f42e";
}

/* line 697, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ethernet:before, .fa-ethernet.details-box__separator::after {
  content: "\f796";
}

/* line 698, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-etsy:before, .fa-etsy.details-box__separator::after {
  content: "\f2d7";
}

/* line 699, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-euro-sign:before, .fa-euro-sign.details-box__separator::after {
  content: "\f153";
}

/* line 700, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-evernote:before, .fa-evernote.details-box__separator::after {
  content: "\f839";
}

/* line 701, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-exchange:before, .fa-exchange.details-box__separator::after {
  content: "\f0ec";
}

/* line 702, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-exchange-alt:before, .fa-exchange-alt.details-box__separator::after {
  content: "\f362";
}

/* line 703, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-exclamation:before, .fa-exclamation.details-box__separator::after {
  content: "\f12a";
}

/* line 704, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-exclamation-circle:before, .fa-exclamation-circle.details-box__separator::after {
  content: "\f06a";
}

/* line 705, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-exclamation-square:before, .fa-exclamation-square.details-box__separator::after {
  content: "\f321";
}

/* line 706, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-exclamation-triangle:before, .fa-exclamation-triangle.details-box__separator::after {
  content: "\f071";
}

/* line 707, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-expand:before, .fa-expand.details-box__separator::after {
  content: "\f065";
}

/* line 708, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-expand-alt:before, .fa-expand-alt.details-box__separator::after {
  content: "\f424";
}

/* line 709, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-expand-arrows:before, .fa-expand-arrows.details-box__separator::after {
  content: "\f31d";
}

/* line 710, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-expand-arrows-alt:before, .fa-expand-arrows-alt.details-box__separator::after {
  content: "\f31e";
}

/* line 711, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-expand-wide:before, .fa-expand-wide.details-box__separator::after {
  content: "\f320";
}

/* line 712, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-expeditedssl:before, .fa-expeditedssl.details-box__separator::after {
  content: "\f23e";
}

/* line 713, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-external-link:before, .fa-external-link.details-box__separator::after {
  content: "\f08e";
}

/* line 714, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-external-link-alt:before, .fa-external-link-alt.details-box__separator::after {
  content: "\f35d";
}

/* line 715, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-external-link-square:before, .fa-external-link-square.details-box__separator::after {
  content: "\f14c";
}

/* line 716, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-external-link-square-alt:before, .fa-external-link-square-alt.details-box__separator::after {
  content: "\f360";
}

/* line 717, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-eye:before, .fa-eye.details-box__separator::after {
  content: "\f06e";
}

/* line 718, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-eye-dropper:before, .fa-eye-dropper.details-box__separator::after {
  content: "\f1fb";
}

/* line 719, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-eye-evil:before, .fa-eye-evil.details-box__separator::after {
  content: "\f6db";
}

/* line 720, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-eye-slash:before, .fa-eye-slash.details-box__separator::after {
  content: "\f070";
}

/* line 721, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-facebook:before, .fa-facebook.details-box__separator::after {
  content: "\f09a";
}

/* line 722, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-facebook-f:before, .fa-facebook-f.details-box__separator::after {
  content: "\f39e";
}

/* line 723, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-facebook-messenger:before, .fa-facebook-messenger.details-box__separator::after {
  content: "\f39f";
}

/* line 724, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-facebook-square:before, .fa-facebook-square.details-box__separator::after {
  content: "\f082";
}

/* line 725, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fan:before, .fa-fan.details-box__separator::after {
  content: "\f863";
}

/* line 726, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fantasy-flight-games:before, .fa-fantasy-flight-games.details-box__separator::after {
  content: "\f6dc";
}

/* line 727, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-farm:before, .fa-farm.details-box__separator::after {
  content: "\f864";
}

/* line 728, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fast-backward:before, .fa-fast-backward.details-box__separator::after {
  content: "\f049";
}

/* line 729, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fast-forward:before, .fa-fast-forward.details-box__separator::after {
  content: "\f050";
}

/* line 730, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fax:before, .fa-fax.details-box__separator::after {
  content: "\f1ac";
}

/* line 731, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-feather:before, .fa-feather.details-box__separator::after {
  content: "\f52d";
}

/* line 732, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-feather-alt:before, .fa-feather-alt.details-box__separator::after {
  content: "\f56b";
}

/* line 733, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fedex:before, .fa-fedex.details-box__separator::after {
  content: "\f797";
}

/* line 734, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fedora:before, .fa-fedora.details-box__separator::after {
  content: "\f798";
}

/* line 735, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-female:before, .fa-female.details-box__separator::after {
  content: "\f182";
}

/* line 736, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-field-hockey:before, .fa-field-hockey.details-box__separator::after {
  content: "\f44c";
}

/* line 737, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fighter-jet:before, .fa-fighter-jet.details-box__separator::after {
  content: "\f0fb";
}

/* line 738, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-figma:before, .fa-figma.details-box__separator::after {
  content: "\f799";
}

/* line 739, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file:before, .fa-file.details-box__separator::after {
  content: "\f15b";
}

/* line 740, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-alt:before, .fa-file-alt.details-box__separator::after {
  content: "\f15c";
}

/* line 741, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-archive:before, .fa-file-archive.details-box__separator::after {
  content: "\f1c6";
}

/* line 742, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-audio:before, .fa-file-audio.details-box__separator::after {
  content: "\f1c7";
}

/* line 743, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-certificate:before, .fa-file-certificate.details-box__separator::after {
  content: "\f5f3";
}

/* line 744, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-chart-line:before, .fa-file-chart-line.details-box__separator::after {
  content: "\f659";
}

/* line 745, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-chart-pie:before, .fa-file-chart-pie.details-box__separator::after {
  content: "\f65a";
}

/* line 746, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-check:before, .fa-file-check.details-box__separator::after {
  content: "\f316";
}

/* line 747, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-code:before, .fa-file-code.details-box__separator::after {
  content: "\f1c9";
}

/* line 748, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-contract:before, .fa-file-contract.details-box__separator::after {
  content: "\f56c";
}

/* line 749, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-csv:before, .fa-file-csv.details-box__separator::after {
  content: "\f6dd";
}

/* line 750, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-download:before, .fa-file-download.details-box__separator::after {
  content: "\f56d";
}

/* line 751, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-edit:before, .fa-file-edit.details-box__separator::after {
  content: "\f31c";
}

/* line 752, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-excel:before, .fa-file-excel.details-box__separator::after {
  content: "\f1c3";
}

/* line 753, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-exclamation:before, .fa-file-exclamation.details-box__separator::after {
  content: "\f31a";
}

/* line 754, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-export:before, .fa-file-export.details-box__separator::after {
  content: "\f56e";
}

/* line 755, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-image:before, .fa-file-image.details-box__separator::after {
  content: "\f1c5";
}

/* line 756, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-import:before, .fa-file-import.details-box__separator::after {
  content: "\f56f";
}

/* line 757, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-invoice:before, .fa-file-invoice.details-box__separator::after {
  content: "\f570";
}

/* line 758, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-invoice-dollar:before, .fa-file-invoice-dollar.details-box__separator::after {
  content: "\f571";
}

/* line 759, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-medical:before, .fa-file-medical.details-box__separator::after {
  content: "\f477";
}

/* line 760, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-medical-alt:before, .fa-file-medical-alt.details-box__separator::after {
  content: "\f478";
}

/* line 761, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-minus:before, .fa-file-minus.details-box__separator::after {
  content: "\f318";
}

/* line 762, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-music:before, .fa-file-music.details-box__separator::after {
  content: "\f8b6";
}

/* line 763, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-pdf:before, .fa-file-pdf.details-box__separator::after {
  content: "\f1c1";
}

/* line 764, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-plus:before, .fa-file-plus.details-box__separator::after {
  content: "\f319";
}

/* line 765, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-powerpoint:before, .fa-file-powerpoint.details-box__separator::after {
  content: "\f1c4";
}

/* line 766, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-prescription:before, .fa-file-prescription.details-box__separator::after {
  content: "\f572";
}

/* line 767, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-search:before, .fa-file-search.details-box__separator::after {
  content: "\f865";
}

/* line 768, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-signature:before, .fa-file-signature.details-box__separator::after {
  content: "\f573";
}

/* line 769, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-spreadsheet:before, .fa-file-spreadsheet.details-box__separator::after {
  content: "\f65b";
}

/* line 770, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-times:before, .fa-file-times.details-box__separator::after {
  content: "\f317";
}

/* line 771, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-upload:before, .fa-file-upload.details-box__separator::after {
  content: "\f574";
}

/* line 772, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-user:before, .fa-file-user.details-box__separator::after {
  content: "\f65c";
}

/* line 773, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-video:before, .fa-file-video.details-box__separator::after {
  content: "\f1c8";
}

/* line 774, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-file-word:before, .fa-file-word.details-box__separator::after {
  content: "\f1c2";
}

/* line 775, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-files-medical:before, .fa-files-medical.details-box__separator::after {
  content: "\f7fd";
}

/* line 776, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fill:before, .fa-fill.details-box__separator::after {
  content: "\f575";
}

/* line 777, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fill-drip:before, .fa-fill-drip.details-box__separator::after {
  content: "\f576";
}

/* line 778, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-film:before, .fa-film.details-box__separator::after {
  content: "\f008";
}

/* line 779, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-film-alt:before, .fa-film-alt.details-box__separator::after {
  content: "\f3a0";
}

/* line 780, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-film-canister:before, .fa-film-canister.details-box__separator::after {
  content: "\f8b7";
}

/* line 781, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-filter:before, .fa-filter.details-box__separator::after {
  content: "\f0b0";
}

/* line 782, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fingerprint:before, .fa-fingerprint.details-box__separator::after {
  content: "\f577";
}

/* line 783, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fire:before, .fa-fire.details-box__separator::after {
  content: "\f06d";
}

/* line 784, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fire-alt:before, .fa-fire-alt.details-box__separator::after {
  content: "\f7e4";
}

/* line 785, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fire-extinguisher:before, .fa-fire-extinguisher.details-box__separator::after {
  content: "\f134";
}

/* line 786, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fire-smoke:before, .fa-fire-smoke.details-box__separator::after {
  content: "\f74b";
}

/* line 787, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-firefox:before, .fa-firefox.details-box__separator::after {
  content: "\f269";
}

/* line 788, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fireplace:before, .fa-fireplace.details-box__separator::after {
  content: "\f79a";
}

/* line 789, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-first-aid:before, .fa-first-aid.details-box__separator::after {
  content: "\f479";
}

/* line 790, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-first-order:before, .fa-first-order.details-box__separator::after {
  content: "\f2b0";
}

/* line 791, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-first-order-alt:before, .fa-first-order-alt.details-box__separator::after {
  content: "\f50a";
}

/* line 792, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-firstdraft:before, .fa-firstdraft.details-box__separator::after {
  content: "\f3a1";
}

/* line 793, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fish:before, .fa-fish.details-box__separator::after {
  content: "\f578";
}

/* line 794, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fish-cooked:before, .fa-fish-cooked.details-box__separator::after {
  content: "\f7fe";
}

/* line 795, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fist-raised:before, .fa-fist-raised.details-box__separator::after {
  content: "\f6de";
}

/* line 796, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flag:before, .fa-flag.details-box__separator::after {
  content: "\f024";
}

/* line 797, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flag-alt:before, .fa-flag-alt.details-box__separator::after {
  content: "\f74c";
}

/* line 798, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flag-checkered:before, .fa-flag-checkered.details-box__separator::after {
  content: "\f11e";
}

/* line 799, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flag-usa:before, .fa-flag-usa.details-box__separator::after {
  content: "\f74d";
}

/* line 800, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flame:before, .fa-flame.details-box__separator::after {
  content: "\f6df";
}

/* line 801, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flashlight:before, .fa-flashlight.details-box__separator::after {
  content: "\f8b8";
}

/* line 802, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flask:before, .fa-flask.details-box__separator::after {
  content: "\f0c3";
}

/* line 803, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flask-poison:before, .fa-flask-poison.details-box__separator::after {
  content: "\f6e0";
}

/* line 804, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flask-potion:before, .fa-flask-potion.details-box__separator::after {
  content: "\f6e1";
}

/* line 805, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flickr:before, .fa-flickr.details-box__separator::after {
  content: "\f16e";
}

/* line 806, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flipboard:before, .fa-flipboard.details-box__separator::after {
  content: "\f44d";
}

/* line 807, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flower:before, .fa-flower.details-box__separator::after {
  content: "\f7ff";
}

/* line 808, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flower-daffodil:before, .fa-flower-daffodil.details-box__separator::after {
  content: "\f800";
}

/* line 809, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flower-tulip:before, .fa-flower-tulip.details-box__separator::after {
  content: "\f801";
}

/* line 810, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flushed:before, .fa-flushed.details-box__separator::after {
  content: "\f579";
}

/* line 811, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flute:before, .fa-flute.details-box__separator::after {
  content: "\f8b9";
}

/* line 812, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-flux-capacitor:before, .fa-flux-capacitor.details-box__separator::after {
  content: "\f8ba";
}

/* line 813, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fly:before, .fa-fly.details-box__separator::after {
  content: "\f417";
}

/* line 814, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fog:before, .fa-fog.details-box__separator::after {
  content: "\f74e";
}

/* line 815, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-folder:before, .fa-folder.details-box__separator::after {
  content: "\f07b";
}

/* line 816, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-folder-minus:before, .fa-folder-minus.details-box__separator::after {
  content: "\f65d";
}

/* line 817, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-folder-open:before, .fa-folder-open.details-box__separator::after {
  content: "\f07c";
}

/* line 818, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-folder-plus:before, .fa-folder-plus.details-box__separator::after {
  content: "\f65e";
}

/* line 819, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-folder-times:before, .fa-folder-times.details-box__separator::after {
  content: "\f65f";
}

/* line 820, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-folder-tree:before, .fa-folder-tree.details-box__separator::after {
  content: "\f802";
}

/* line 821, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-folders:before, .fa-folders.details-box__separator::after {
  content: "\f660";
}

/* line 822, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-font:before, .fa-font.details-box__separator::after {
  content: "\f031";
}

/* line 823, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-font-awesome:before, .fa-font-awesome.details-box__separator::after {
  content: "\f2b4";
}

/* line 824, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-font-awesome-alt:before, .fa-font-awesome-alt.details-box__separator::after {
  content: "\f35c";
}

/* line 825, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-font-awesome-flag:before, .fa-font-awesome-flag.details-box__separator::after {
  content: "\f425";
}

/* line 826, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-font-awesome-logo-full:before, .fa-font-awesome-logo-full.details-box__separator::after {
  content: "\f4e6";
}

/* line 827, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-font-case:before, .fa-font-case.details-box__separator::after {
  content: "\f866";
}

/* line 828, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fonticons:before, .fa-fonticons.details-box__separator::after {
  content: "\f280";
}

/* line 829, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fonticons-fi:before, .fa-fonticons-fi.details-box__separator::after {
  content: "\f3a2";
}

/* line 830, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-football-ball:before, .fa-football-ball.details-box__separator::after {
  content: "\f44e";
}

/* line 831, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-football-helmet:before, .fa-football-helmet.details-box__separator::after {
  content: "\f44f";
}

/* line 832, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-forklift:before, .fa-forklift.details-box__separator::after {
  content: "\f47a";
}

/* line 833, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fort-awesome:before, .fa-fort-awesome.details-box__separator::after {
  content: "\f286";
}

/* line 834, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fort-awesome-alt:before, .fa-fort-awesome-alt.details-box__separator::after {
  content: "\f3a3";
}

/* line 835, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-forumbee:before, .fa-forumbee.details-box__separator::after {
  content: "\f211";
}

/* line 836, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-forward:before, .fa-forward.details-box__separator::after {
  content: "\f04e";
}

/* line 837, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-foursquare:before, .fa-foursquare.details-box__separator::after {
  content: "\f180";
}

/* line 838, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fragile:before, .fa-fragile.details-box__separator::after {
  content: "\f4bb";
}

/* line 839, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-free-code-camp:before, .fa-free-code-camp.details-box__separator::after {
  content: "\f2c5";
}

/* line 840, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-freebsd:before, .fa-freebsd.details-box__separator::after {
  content: "\f3a4";
}

/* line 841, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-french-fries:before, .fa-french-fries.details-box__separator::after {
  content: "\f803";
}

/* line 842, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-frog:before, .fa-frog.details-box__separator::after {
  content: "\f52e";
}

/* line 843, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-frosty-head:before, .fa-frosty-head.details-box__separator::after {
  content: "\f79b";
}

/* line 844, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-frown:before, .fa-frown.details-box__separator::after {
  content: "\f119";
}

/* line 845, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-frown-open:before, .fa-frown-open.details-box__separator::after {
  content: "\f57a";
}

/* line 846, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-fulcrum:before, .fa-fulcrum.details-box__separator::after {
  content: "\f50b";
}

/* line 847, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-function:before, .fa-function.details-box__separator::after {
  content: "\f661";
}

/* line 848, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-funnel-dollar:before, .fa-funnel-dollar.details-box__separator::after {
  content: "\f662";
}

/* line 849, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-futbol:before, .fa-futbol.details-box__separator::after {
  content: "\f1e3";
}

/* line 850, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-galactic-republic:before, .fa-galactic-republic.details-box__separator::after {
  content: "\f50c";
}

/* line 851, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-galactic-senate:before, .fa-galactic-senate.details-box__separator::after {
  content: "\f50d";
}

/* line 852, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-game-board:before, .fa-game-board.details-box__separator::after {
  content: "\f867";
}

/* line 853, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-game-board-alt:before, .fa-game-board-alt.details-box__separator::after {
  content: "\f868";
}

/* line 854, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-game-console-handheld:before, .fa-game-console-handheld.details-box__separator::after {
  content: "\f8bb";
}

/* line 855, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gamepad:before, .fa-gamepad.details-box__separator::after {
  content: "\f11b";
}

/* line 856, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gamepad-alt:before, .fa-gamepad-alt.details-box__separator::after {
  content: "\f8bc";
}

/* line 857, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gas-pump:before, .fa-gas-pump.details-box__separator::after {
  content: "\f52f";
}

/* line 858, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gas-pump-slash:before, .fa-gas-pump-slash.details-box__separator::after {
  content: "\f5f4";
}

/* line 859, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gavel:before, .fa-gavel.details-box__separator::after {
  content: "\f0e3";
}

/* line 860, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gem:before, .fa-gem.details-box__separator::after {
  content: "\f3a5";
}

/* line 861, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-genderless:before, .fa-genderless.details-box__separator::after {
  content: "\f22d";
}

/* line 862, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-get-pocket:before, .fa-get-pocket.details-box__separator::after {
  content: "\f265";
}

/* line 863, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gg:before, .fa-gg.details-box__separator::after {
  content: "\f260";
}

/* line 864, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gg-circle:before, .fa-gg-circle.details-box__separator::after {
  content: "\f261";
}

/* line 865, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ghost:before, .fa-ghost.details-box__separator::after {
  content: "\f6e2";
}

/* line 866, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gift:before, .fa-gift.details-box__separator::after {
  content: "\f06b";
}

/* line 867, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gift-card:before, .fa-gift-card.details-box__separator::after {
  content: "\f663";
}

/* line 868, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gifts:before, .fa-gifts.details-box__separator::after {
  content: "\f79c";
}

/* line 869, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gingerbread-man:before, .fa-gingerbread-man.details-box__separator::after {
  content: "\f79d";
}

/* line 870, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-git:before, .fa-git.details-box__separator::after {
  content: "\f1d3";
}

/* line 871, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-git-alt:before, .fa-git-alt.details-box__separator::after {
  content: "\f841";
}

/* line 872, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-git-square:before, .fa-git-square.details-box__separator::after {
  content: "\f1d2";
}

/* line 873, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-github:before, .fa-github.details-box__separator::after {
  content: "\f09b";
}

/* line 874, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-github-alt:before, .fa-github-alt.details-box__separator::after {
  content: "\f113";
}

/* line 875, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-github-square:before, .fa-github-square.details-box__separator::after {
  content: "\f092";
}

/* line 876, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gitkraken:before, .fa-gitkraken.details-box__separator::after {
  content: "\f3a6";
}

/* line 877, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gitlab:before, .fa-gitlab.details-box__separator::after {
  content: "\f296";
}

/* line 878, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gitter:before, .fa-gitter.details-box__separator::after {
  content: "\f426";
}

/* line 879, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glass:before, .fa-glass.details-box__separator::after {
  content: "\f804";
}

/* line 880, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glass-champagne:before, .fa-glass-champagne.details-box__separator::after {
  content: "\f79e";
}

/* line 881, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glass-cheers:before, .fa-glass-cheers.details-box__separator::after {
  content: "\f79f";
}

/* line 882, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glass-citrus:before, .fa-glass-citrus.details-box__separator::after {
  content: "\f869";
}

/* line 883, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glass-martini:before, .fa-glass-martini.details-box__separator::after {
  content: "\f000";
}

/* line 884, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glass-martini-alt:before, .fa-glass-martini-alt.details-box__separator::after {
  content: "\f57b";
}

/* line 885, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glass-whiskey:before, .fa-glass-whiskey.details-box__separator::after {
  content: "\f7a0";
}

/* line 886, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glass-whiskey-rocks:before, .fa-glass-whiskey-rocks.details-box__separator::after {
  content: "\f7a1";
}

/* line 887, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glasses:before, .fa-glasses.details-box__separator::after {
  content: "\f530";
}

/* line 888, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glasses-alt:before, .fa-glasses-alt.details-box__separator::after {
  content: "\f5f5";
}

/* line 889, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glide:before, .fa-glide.details-box__separator::after {
  content: "\f2a5";
}

/* line 890, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-glide-g:before, .fa-glide-g.details-box__separator::after {
  content: "\f2a6";
}

/* line 891, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-globe:before, .fa-globe.details-box__separator::after {
  content: "\f0ac";
}

/* line 892, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-globe-africa:before, .fa-globe-africa.details-box__separator::after {
  content: "\f57c";
}

/* line 893, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-globe-americas:before, .fa-globe-americas.details-box__separator::after {
  content: "\f57d";
}

/* line 894, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-globe-asia:before, .fa-globe-asia.details-box__separator::after {
  content: "\f57e";
}

/* line 895, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-globe-europe:before, .fa-globe-europe.details-box__separator::after {
  content: "\f7a2";
}

/* line 896, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-globe-snow:before, .fa-globe-snow.details-box__separator::after {
  content: "\f7a3";
}

/* line 897, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-globe-stand:before, .fa-globe-stand.details-box__separator::after {
  content: "\f5f6";
}

/* line 898, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gofore:before, .fa-gofore.details-box__separator::after {
  content: "\f3a7";
}

/* line 899, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-golf-ball:before, .fa-golf-ball.details-box__separator::after {
  content: "\f450";
}

/* line 900, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-golf-club:before, .fa-golf-club.details-box__separator::after {
  content: "\f451";
}

/* line 901, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-goodreads:before, .fa-goodreads.details-box__separator::after {
  content: "\f3a8";
}

/* line 902, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-goodreads-g:before, .fa-goodreads-g.details-box__separator::after {
  content: "\f3a9";
}

/* line 903, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-google:before, .fa-google.details-box__separator::after {
  content: "\f1a0";
}

/* line 904, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-google-drive:before, .fa-google-drive.details-box__separator::after {
  content: "\f3aa";
}

/* line 905, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-google-play:before, .fa-google-play.details-box__separator::after {
  content: "\f3ab";
}

/* line 906, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-google-plus:before, .fa-google-plus.details-box__separator::after {
  content: "\f2b3";
}

/* line 907, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-google-plus-g:before, .fa-google-plus-g.details-box__separator::after {
  content: "\f0d5";
}

/* line 908, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-google-plus-square:before, .fa-google-plus-square.details-box__separator::after {
  content: "\f0d4";
}

/* line 909, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-google-wallet:before, .fa-google-wallet.details-box__separator::after {
  content: "\f1ee";
}

/* line 910, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gopuram:before, .fa-gopuram.details-box__separator::after {
  content: "\f664";
}

/* line 911, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-graduation-cap:before, .fa-graduation-cap.details-box__separator::after {
  content: "\f19d";
}

/* line 912, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gramophone:before, .fa-gramophone.details-box__separator::after {
  content: "\f8bd";
}

/* line 913, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gratipay:before, .fa-gratipay.details-box__separator::after {
  content: "\f184";
}

/* line 914, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grav:before, .fa-grav.details-box__separator::after {
  content: "\f2d6";
}

/* line 915, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-greater-than:before, .fa-greater-than.details-box__separator::after {
  content: "\f531";
}

/* line 916, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-greater-than-equal:before, .fa-greater-than-equal.details-box__separator::after {
  content: "\f532";
}

/* line 917, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grimace:before, .fa-grimace.details-box__separator::after {
  content: "\f57f";
}

/* line 918, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin:before, .fa-grin.details-box__separator::after {
  content: "\f580";
}

/* line 919, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-alt:before, .fa-grin-alt.details-box__separator::after {
  content: "\f581";
}

/* line 920, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-beam:before, .fa-grin-beam.details-box__separator::after {
  content: "\f582";
}

/* line 921, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-beam-sweat:before, .fa-grin-beam-sweat.details-box__separator::after {
  content: "\f583";
}

/* line 922, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-hearts:before, .fa-grin-hearts.details-box__separator::after {
  content: "\f584";
}

/* line 923, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-squint:before, .fa-grin-squint.details-box__separator::after {
  content: "\f585";
}

/* line 924, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-squint-tears:before, .fa-grin-squint-tears.details-box__separator::after {
  content: "\f586";
}

/* line 925, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-stars:before, .fa-grin-stars.details-box__separator::after {
  content: "\f587";
}

/* line 926, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-tears:before, .fa-grin-tears.details-box__separator::after {
  content: "\f588";
}

/* line 927, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-tongue:before, .fa-grin-tongue.details-box__separator::after {
  content: "\f589";
}

/* line 928, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-tongue-squint:before, .fa-grin-tongue-squint.details-box__separator::after {
  content: "\f58a";
}

/* line 929, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-tongue-wink:before, .fa-grin-tongue-wink.details-box__separator::after {
  content: "\f58b";
}

/* line 930, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grin-wink:before, .fa-grin-wink.details-box__separator::after {
  content: "\f58c";
}

/* line 931, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grip-horizontal:before, .fa-grip-horizontal.details-box__separator::after {
  content: "\f58d";
}

/* line 932, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grip-lines:before, .fa-grip-lines.details-box__separator::after {
  content: "\f7a4";
}

/* line 933, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grip-lines-vertical:before, .fa-grip-lines-vertical.details-box__separator::after {
  content: "\f7a5";
}

/* line 934, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grip-vertical:before, .fa-grip-vertical.details-box__separator::after {
  content: "\f58e";
}

/* line 935, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gripfire:before, .fa-gripfire.details-box__separator::after {
  content: "\f3ac";
}

/* line 936, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-grunt:before, .fa-grunt.details-box__separator::after {
  content: "\f3ad";
}

/* line 937, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-guitar:before, .fa-guitar.details-box__separator::after {
  content: "\f7a6";
}

/* line 938, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-guitar-electric:before, .fa-guitar-electric.details-box__separator::after {
  content: "\f8be";
}

/* line 939, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-guitars:before, .fa-guitars.details-box__separator::after {
  content: "\f8bf";
}

/* line 940, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-gulp:before, .fa-gulp.details-box__separator::after {
  content: "\f3ae";
}

/* line 941, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-h-square:before, .fa-h-square.details-box__separator::after {
  content: "\f0fd";
}

/* line 942, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-h1:before, .fa-h1.details-box__separator::after {
  content: "\f313";
}

/* line 943, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-h2:before, .fa-h2.details-box__separator::after {
  content: "\f314";
}

/* line 944, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-h3:before, .fa-h3.details-box__separator::after {
  content: "\f315";
}

/* line 945, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-h4:before, .fa-h4.details-box__separator::after {
  content: "\f86a";
}

/* line 946, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hacker-news:before, .fa-hacker-news.details-box__separator::after {
  content: "\f1d4";
}

/* line 947, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hacker-news-square:before, .fa-hacker-news-square.details-box__separator::after {
  content: "\f3af";
}

/* line 948, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hackerrank:before, .fa-hackerrank.details-box__separator::after {
  content: "\f5f7";
}

/* line 949, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hamburger:before, .fa-hamburger.details-box__separator::after {
  content: "\f805";
}

/* line 950, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hammer:before, .fa-hammer.details-box__separator::after {
  content: "\f6e3";
}

/* line 951, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hammer-war:before, .fa-hammer-war.details-box__separator::after {
  content: "\f6e4";
}

/* line 952, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hamsa:before, .fa-hamsa.details-box__separator::after {
  content: "\f665";
}

/* line 953, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-heart:before, .fa-hand-heart.details-box__separator::after {
  content: "\f4bc";
}

/* line 954, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-holding:before, .fa-hand-holding.details-box__separator::after {
  content: "\f4bd";
}

/* line 955, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-holding-box:before, .fa-hand-holding-box.details-box__separator::after {
  content: "\f47b";
}

/* line 956, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-holding-heart:before, .fa-hand-holding-heart.details-box__separator::after {
  content: "\f4be";
}

/* line 957, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-holding-magic:before, .fa-hand-holding-magic.details-box__separator::after {
  content: "\f6e5";
}

/* line 958, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-holding-seedling:before, .fa-hand-holding-seedling.details-box__separator::after {
  content: "\f4bf";
}

/* line 959, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-holding-usd:before, .fa-hand-holding-usd.details-box__separator::after {
  content: "\f4c0";
}

/* line 960, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-holding-water:before, .fa-hand-holding-water.details-box__separator::after {
  content: "\f4c1";
}

/* line 961, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-lizard:before, .fa-hand-lizard.details-box__separator::after {
  content: "\f258";
}

/* line 962, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-middle-finger:before, .fa-hand-middle-finger.details-box__separator::after {
  content: "\f806";
}

/* line 963, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-paper:before, .fa-hand-paper.details-box__separator::after {
  content: "\f256";
}

/* line 964, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-peace:before, .fa-hand-peace.details-box__separator::after {
  content: "\f25b";
}

/* line 965, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-point-down:before, .fa-hand-point-down.details-box__separator::after {
  content: "\f0a7";
}

/* line 966, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-point-left:before, .fa-hand-point-left.details-box__separator::after {
  content: "\f0a5";
}

/* line 967, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-point-right:before, .fa-hand-point-right.details-box__separator::after {
  content: "\f0a4";
}

/* line 968, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-point-up:before, .fa-hand-point-up.details-box__separator::after {
  content: "\f0a6";
}

/* line 969, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-pointer:before, .fa-hand-pointer.details-box__separator::after {
  content: "\f25a";
}

/* line 970, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-receiving:before, .fa-hand-receiving.details-box__separator::after {
  content: "\f47c";
}

/* line 971, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-rock:before, .fa-hand-rock.details-box__separator::after {
  content: "\f255";
}

/* line 972, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-scissors:before, .fa-hand-scissors.details-box__separator::after {
  content: "\f257";
}

/* line 973, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hand-spock:before, .fa-hand-spock.details-box__separator::after {
  content: "\f259";
}

/* line 974, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hands:before, .fa-hands.details-box__separator::after {
  content: "\f4c2";
}

/* line 975, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hands-heart:before, .fa-hands-heart.details-box__separator::after {
  content: "\f4c3";
}

/* line 976, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hands-helping:before, .fa-hands-helping.details-box__separator::after {
  content: "\f4c4";
}

/* line 977, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hands-usd:before, .fa-hands-usd.details-box__separator::after {
  content: "\f4c5";
}

/* line 978, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-handshake:before, .fa-handshake.details-box__separator::after {
  content: "\f2b5";
}

/* line 979, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-handshake-alt:before, .fa-handshake-alt.details-box__separator::after {
  content: "\f4c6";
}

/* line 980, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hanukiah:before, .fa-hanukiah.details-box__separator::after {
  content: "\f6e6";
}

/* line 981, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hard-hat:before, .fa-hard-hat.details-box__separator::after {
  content: "\f807";
}

/* line 982, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hashtag:before, .fa-hashtag.details-box__separator::after {
  content: "\f292";
}

/* line 983, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hat-chef:before, .fa-hat-chef.details-box__separator::after {
  content: "\f86b";
}

/* line 984, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hat-cowboy:before, .fa-hat-cowboy.details-box__separator::after {
  content: "\f8c0";
}

/* line 985, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hat-cowboy-side:before, .fa-hat-cowboy-side.details-box__separator::after {
  content: "\f8c1";
}

/* line 986, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hat-santa:before, .fa-hat-santa.details-box__separator::after {
  content: "\f7a7";
}

/* line 987, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hat-winter:before, .fa-hat-winter.details-box__separator::after {
  content: "\f7a8";
}

/* line 988, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hat-witch:before, .fa-hat-witch.details-box__separator::after {
  content: "\f6e7";
}

/* line 989, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hat-wizard:before, .fa-hat-wizard.details-box__separator::after {
  content: "\f6e8";
}

/* line 990, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-haykal:before, .fa-haykal.details-box__separator::after {
  content: "\f666";
}

/* line 991, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hdd:before, .fa-hdd.details-box__separator::after {
  content: "\f0a0";
}

/* line 992, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-head-side:before, .fa-head-side.details-box__separator::after {
  content: "\f6e9";
}

/* line 993, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-head-side-brain:before, .fa-head-side-brain.details-box__separator::after {
  content: "\f808";
}

/* line 994, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-head-side-headphones:before, .fa-head-side-headphones.details-box__separator::after {
  content: "\f8c2";
}

/* line 995, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-head-side-medical:before, .fa-head-side-medical.details-box__separator::after {
  content: "\f809";
}

/* line 996, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-head-vr:before, .fa-head-vr.details-box__separator::after {
  content: "\f6ea";
}

/* line 997, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-heading:before, .fa-heading.details-box__separator::after {
  content: "\f1dc";
}

/* line 998, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-headphones:before, .fa-headphones.details-box__separator::after {
  content: "\f025";
}

/* line 999, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-headphones-alt:before, .fa-headphones-alt.details-box__separator::after {
  content: "\f58f";
}

/* line 1000, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-headset:before, .fa-headset.details-box__separator::after {
  content: "\f590";
}

/* line 1001, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-heart:before, .fa-heart.details-box__separator::after {
  content: "\f004";
}

/* line 1002, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-heart-broken:before, .fa-heart-broken.details-box__separator::after {
  content: "\f7a9";
}

/* line 1003, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-heart-circle:before, .fa-heart-circle.details-box__separator::after {
  content: "\f4c7";
}

/* line 1004, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-heart-rate:before, .fa-heart-rate.details-box__separator::after {
  content: "\f5f8";
}

/* line 1005, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-heart-square:before, .fa-heart-square.details-box__separator::after {
  content: "\f4c8";
}

/* line 1006, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-heartbeat:before, .fa-heartbeat.details-box__separator::after {
  content: "\f21e";
}

/* line 1007, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-helicopter:before, .fa-helicopter.details-box__separator::after {
  content: "\f533";
}

/* line 1008, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-helmet-battle:before, .fa-helmet-battle.details-box__separator::after {
  content: "\f6eb";
}

/* line 1009, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hexagon:before, .fa-hexagon.details-box__separator::after {
  content: "\f312";
}

/* line 1010, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-highlighter:before, .fa-highlighter.details-box__separator::after {
  content: "\f591";
}

/* line 1011, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hiking:before, .fa-hiking.details-box__separator::after {
  content: "\f6ec";
}

/* line 1012, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hippo:before, .fa-hippo.details-box__separator::after {
  content: "\f6ed";
}

/* line 1013, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hips:before, .fa-hips.details-box__separator::after {
  content: "\f452";
}

/* line 1014, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hire-a-helper:before, .fa-hire-a-helper.details-box__separator::after {
  content: "\f3b0";
}

/* line 1015, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-history:before, .fa-history.details-box__separator::after {
  content: "\f1da";
}

/* line 1016, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hockey-mask:before, .fa-hockey-mask.details-box__separator::after {
  content: "\f6ee";
}

/* line 1017, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hockey-puck:before, .fa-hockey-puck.details-box__separator::after {
  content: "\f453";
}

/* line 1018, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hockey-sticks:before, .fa-hockey-sticks.details-box__separator::after {
  content: "\f454";
}

/* line 1019, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-holly-berry:before, .fa-holly-berry.details-box__separator::after {
  content: "\f7aa";
}

/* line 1020, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-home:before, .fa-home.details-box__separator::after {
  content: "\f015";
}

/* line 1021, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-home-alt:before, .fa-home-alt.details-box__separator::after {
  content: "\f80a";
}

/* line 1022, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-home-heart:before, .fa-home-heart.details-box__separator::after {
  content: "\f4c9";
}

/* line 1023, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-home-lg:before, .fa-home-lg.details-box__separator::after {
  content: "\f80b";
}

/* line 1024, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-home-lg-alt:before, .fa-home-lg-alt.details-box__separator::after {
  content: "\f80c";
}

/* line 1025, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hood-cloak:before, .fa-hood-cloak.details-box__separator::after {
  content: "\f6ef";
}

/* line 1026, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hooli:before, .fa-hooli.details-box__separator::after {
  content: "\f427";
}

/* line 1027, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-horizontal-rule:before, .fa-horizontal-rule.details-box__separator::after {
  content: "\f86c";
}

/* line 1028, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hornbill:before, .fa-hornbill.details-box__separator::after {
  content: "\f592";
}

/* line 1029, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-horse:before, .fa-horse.details-box__separator::after {
  content: "\f6f0";
}

/* line 1030, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-horse-head:before, .fa-horse-head.details-box__separator::after {
  content: "\f7ab";
}

/* line 1031, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-horse-saddle:before, .fa-horse-saddle.details-box__separator::after {
  content: "\f8c3";
}

/* line 1032, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hospital:before, .fa-hospital.details-box__separator::after {
  content: "\f0f8";
}

/* line 1033, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hospital-alt:before, .fa-hospital-alt.details-box__separator::after {
  content: "\f47d";
}

/* line 1034, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hospital-symbol:before, .fa-hospital-symbol.details-box__separator::after {
  content: "\f47e";
}

/* line 1035, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hospital-user:before, .fa-hospital-user.details-box__separator::after {
  content: "\f80d";
}

/* line 1036, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hospitals:before, .fa-hospitals.details-box__separator::after {
  content: "\f80e";
}

/* line 1037, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hot-tub:before, .fa-hot-tub.details-box__separator::after {
  content: "\f593";
}

/* line 1038, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hotdog:before, .fa-hotdog.details-box__separator::after {
  content: "\f80f";
}

/* line 1039, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hotel:before, .fa-hotel.details-box__separator::after {
  content: "\f594";
}

/* line 1040, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hotjar:before, .fa-hotjar.details-box__separator::after {
  content: "\f3b1";
}

/* line 1041, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hourglass:before, .fa-hourglass.details-box__separator::after {
  content: "\f254";
}

/* line 1042, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hourglass-end:before, .fa-hourglass-end.details-box__separator::after {
  content: "\f253";
}

/* line 1043, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hourglass-half:before, .fa-hourglass-half.details-box__separator::after {
  content: "\f252";
}

/* line 1044, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hourglass-start:before, .fa-hourglass-start.details-box__separator::after {
  content: "\f251";
}

/* line 1045, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-house-damage:before, .fa-house-damage.details-box__separator::after {
  content: "\f6f1";
}

/* line 1046, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-house-flood:before, .fa-house-flood.details-box__separator::after {
  content: "\f74f";
}

/* line 1047, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-houzz:before, .fa-houzz.details-box__separator::after {
  content: "\f27c";
}

/* line 1048, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hryvnia:before, .fa-hryvnia.details-box__separator::after {
  content: "\f6f2";
}

/* line 1049, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-html5:before, .fa-html5.details-box__separator::after {
  content: "\f13b";
}

/* line 1050, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hubspot:before, .fa-hubspot.details-box__separator::after {
  content: "\f3b2";
}

/* line 1051, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-humidity:before, .fa-humidity.details-box__separator::after {
  content: "\f750";
}

/* line 1052, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-hurricane:before, .fa-hurricane.details-box__separator::after {
  content: "\f751";
}

/* line 1053, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-i-cursor:before, .fa-i-cursor.details-box__separator::after {
  content: "\f246";
}

/* line 1054, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ice-cream:before, .fa-ice-cream.details-box__separator::after {
  content: "\f810";
}

/* line 1055, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ice-skate:before, .fa-ice-skate.details-box__separator::after {
  content: "\f7ac";
}

/* line 1056, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-icicles:before, .fa-icicles.details-box__separator::after {
  content: "\f7ad";
}

/* line 1057, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-icons:before, .fa-icons.details-box__separator::after {
  content: "\f86d";
}

/* line 1058, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-icons-alt:before, .fa-icons-alt.details-box__separator::after {
  content: "\f86e";
}

/* line 1059, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-id-badge:before, .fa-id-badge.details-box__separator::after {
  content: "\f2c1";
}

/* line 1060, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-id-card:before, .fa-id-card.details-box__separator::after {
  content: "\f2c2";
}

/* line 1061, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-id-card-alt:before, .fa-id-card-alt.details-box__separator::after {
  content: "\f47f";
}

/* line 1062, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-igloo:before, .fa-igloo.details-box__separator::after {
  content: "\f7ae";
}

/* line 1063, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-image:before, .fa-image.details-box__separator::after {
  content: "\f03e";
}

/* line 1064, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-image-polaroid:before, .fa-image-polaroid.details-box__separator::after {
  content: "\f8c4";
}

/* line 1065, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-images:before, .fa-images.details-box__separator::after {
  content: "\f302";
}

/* line 1066, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-imdb:before, .fa-imdb.details-box__separator::after {
  content: "\f2d8";
}

/* line 1067, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-inbox:before, .fa-inbox.details-box__separator::after {
  content: "\f01c";
}

/* line 1068, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-inbox-in:before, .fa-inbox-in.details-box__separator::after {
  content: "\f310";
}

/* line 1069, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-inbox-out:before, .fa-inbox-out.details-box__separator::after {
  content: "\f311";
}

/* line 1070, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-indent:before, .fa-indent.details-box__separator::after {
  content: "\f03c";
}

/* line 1071, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-industry:before, .fa-industry.details-box__separator::after {
  content: "\f275";
}

/* line 1072, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-industry-alt:before, .fa-industry-alt.details-box__separator::after {
  content: "\f3b3";
}

/* line 1073, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-infinity:before, .fa-infinity.details-box__separator::after {
  content: "\f534";
}

/* line 1074, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-info:before, .fa-info.details-box__separator::after {
  content: "\f129";
}

/* line 1075, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-info-circle:before, .fa-info-circle.details-box__separator::after {
  content: "\f05a";
}

/* line 1076, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-info-square:before, .fa-info-square.details-box__separator::after {
  content: "\f30f";
}

/* line 1077, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-inhaler:before, .fa-inhaler.details-box__separator::after {
  content: "\f5f9";
}

/* line 1078, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-instagram:before, .fa-instagram.details-box__separator::after {
  content: "\f16d";
}

/* line 1079, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-integral:before, .fa-integral.details-box__separator::after {
  content: "\f667";
}

/* line 1080, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-intercom:before, .fa-intercom.details-box__separator::after {
  content: "\f7af";
}

/* line 1081, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-internet-explorer:before, .fa-internet-explorer.details-box__separator::after {
  content: "\f26b";
}

/* line 1082, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-intersection:before, .fa-intersection.details-box__separator::after {
  content: "\f668";
}

/* line 1083, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-inventory:before, .fa-inventory.details-box__separator::after {
  content: "\f480";
}

/* line 1084, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-invision:before, .fa-invision.details-box__separator::after {
  content: "\f7b0";
}

/* line 1085, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ioxhost:before, .fa-ioxhost.details-box__separator::after {
  content: "\f208";
}

/* line 1086, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-island-tropical:before, .fa-island-tropical.details-box__separator::after {
  content: "\f811";
}

/* line 1087, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-italic:before, .fa-italic.details-box__separator::after {
  content: "\f033";
}

/* line 1088, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-itch-io:before, .fa-itch-io.details-box__separator::after {
  content: "\f83a";
}

/* line 1089, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-itunes:before, .fa-itunes.details-box__separator::after {
  content: "\f3b4";
}

/* line 1090, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-itunes-note:before, .fa-itunes-note.details-box__separator::after {
  content: "\f3b5";
}

/* line 1091, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-jack-o-lantern:before, .fa-jack-o-lantern.details-box__separator::after {
  content: "\f30e";
}

/* line 1092, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-java:before, .fa-java.details-box__separator::after {
  content: "\f4e4";
}

/* line 1093, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-jedi:before, .fa-jedi.details-box__separator::after {
  content: "\f669";
}

/* line 1094, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-jedi-order:before, .fa-jedi-order.details-box__separator::after {
  content: "\f50e";
}

/* line 1095, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-jenkins:before, .fa-jenkins.details-box__separator::after {
  content: "\f3b6";
}

/* line 1096, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-jira:before, .fa-jira.details-box__separator::after {
  content: "\f7b1";
}

/* line 1097, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-joget:before, .fa-joget.details-box__separator::after {
  content: "\f3b7";
}

/* line 1098, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-joint:before, .fa-joint.details-box__separator::after {
  content: "\f595";
}

/* line 1099, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-joomla:before, .fa-joomla.details-box__separator::after {
  content: "\f1aa";
}

/* line 1100, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-journal-whills:before, .fa-journal-whills.details-box__separator::after {
  content: "\f66a";
}

/* line 1101, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-joystick:before, .fa-joystick.details-box__separator::after {
  content: "\f8c5";
}

/* line 1102, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-js:before, .fa-js.details-box__separator::after {
  content: "\f3b8";
}

/* line 1103, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-js-square:before, .fa-js-square.details-box__separator::after {
  content: "\f3b9";
}

/* line 1104, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-jsfiddle:before, .fa-jsfiddle.details-box__separator::after {
  content: "\f1cc";
}

/* line 1105, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-jug:before, .fa-jug.details-box__separator::after {
  content: "\f8c6";
}

/* line 1106, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kaaba:before, .fa-kaaba.details-box__separator::after {
  content: "\f66b";
}

/* line 1107, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kaggle:before, .fa-kaggle.details-box__separator::after {
  content: "\f5fa";
}

/* line 1108, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kazoo:before, .fa-kazoo.details-box__separator::after {
  content: "\f8c7";
}

/* line 1109, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kerning:before, .fa-kerning.details-box__separator::after {
  content: "\f86f";
}

/* line 1110, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-key:before, .fa-key.details-box__separator::after {
  content: "\f084";
}

/* line 1111, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-key-skeleton:before, .fa-key-skeleton.details-box__separator::after {
  content: "\f6f3";
}

/* line 1112, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-keybase:before, .fa-keybase.details-box__separator::after {
  content: "\f4f5";
}

/* line 1113, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-keyboard:before, .fa-keyboard.details-box__separator::after {
  content: "\f11c";
}

/* line 1114, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-keycdn:before, .fa-keycdn.details-box__separator::after {
  content: "\f3ba";
}

/* line 1115, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-keynote:before, .fa-keynote.details-box__separator::after {
  content: "\f66c";
}

/* line 1116, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-khanda:before, .fa-khanda.details-box__separator::after {
  content: "\f66d";
}

/* line 1117, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kickstarter:before, .fa-kickstarter.details-box__separator::after {
  content: "\f3bb";
}

/* line 1118, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kickstarter-k:before, .fa-kickstarter-k.details-box__separator::after {
  content: "\f3bc";
}

/* line 1119, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kidneys:before, .fa-kidneys.details-box__separator::after {
  content: "\f5fb";
}

/* line 1120, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kiss:before, .fa-kiss.details-box__separator::after {
  content: "\f596";
}

/* line 1121, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kiss-beam:before, .fa-kiss-beam.details-box__separator::after {
  content: "\f597";
}

/* line 1122, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kiss-wink-heart:before, .fa-kiss-wink-heart.details-box__separator::after {
  content: "\f598";
}

/* line 1123, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kite:before, .fa-kite.details-box__separator::after {
  content: "\f6f4";
}

/* line 1124, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-kiwi-bird:before, .fa-kiwi-bird.details-box__separator::after {
  content: "\f535";
}

/* line 1125, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-knife-kitchen:before, .fa-knife-kitchen.details-box__separator::after {
  content: "\f6f5";
}

/* line 1126, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-korvue:before, .fa-korvue.details-box__separator::after {
  content: "\f42f";
}

/* line 1127, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lambda:before, .fa-lambda.details-box__separator::after {
  content: "\f66e";
}

/* line 1128, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lamp:before, .fa-lamp.details-box__separator::after {
  content: "\f4ca";
}

/* line 1129, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-landmark:before, .fa-landmark.details-box__separator::after {
  content: "\f66f";
}

/* line 1130, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-landmark-alt:before, .fa-landmark-alt.details-box__separator::after {
  content: "\f752";
}

/* line 1131, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-language:before, .fa-language.details-box__separator::after {
  content: "\f1ab";
}

/* line 1132, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-laptop:before, .fa-laptop.details-box__separator::after {
  content: "\f109";
}

/* line 1133, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-laptop-code:before, .fa-laptop-code.details-box__separator::after {
  content: "\f5fc";
}

/* line 1134, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-laptop-medical:before, .fa-laptop-medical.details-box__separator::after {
  content: "\f812";
}

/* line 1135, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-laravel:before, .fa-laravel.details-box__separator::after {
  content: "\f3bd";
}

/* line 1136, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lasso:before, .fa-lasso.details-box__separator::after {
  content: "\f8c8";
}

/* line 1137, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lastfm:before, .fa-lastfm.details-box__separator::after {
  content: "\f202";
}

/* line 1138, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lastfm-square:before, .fa-lastfm-square.details-box__separator::after {
  content: "\f203";
}

/* line 1139, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-laugh:before, .fa-laugh.details-box__separator::after {
  content: "\f599";
}

/* line 1140, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-laugh-beam:before, .fa-laugh-beam.details-box__separator::after {
  content: "\f59a";
}

/* line 1141, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-laugh-squint:before, .fa-laugh-squint.details-box__separator::after {
  content: "\f59b";
}

/* line 1142, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-laugh-wink:before, .fa-laugh-wink.details-box__separator::after {
  content: "\f59c";
}

/* line 1143, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-layer-group:before, .fa-layer-group.details-box__separator::after {
  content: "\f5fd";
}

/* line 1144, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-layer-minus:before, .fa-layer-minus.details-box__separator::after {
  content: "\f5fe";
}

/* line 1145, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-layer-plus:before, .fa-layer-plus.details-box__separator::after {
  content: "\f5ff";
}

/* line 1146, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-leaf:before, .fa-leaf.details-box__separator::after {
  content: "\f06c";
}

/* line 1147, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-leaf-heart:before, .fa-leaf-heart.details-box__separator::after {
  content: "\f4cb";
}

/* line 1148, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-leaf-maple:before, .fa-leaf-maple.details-box__separator::after {
  content: "\f6f6";
}

/* line 1149, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-leaf-oak:before, .fa-leaf-oak.details-box__separator::after {
  content: "\f6f7";
}

/* line 1150, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-leanpub:before, .fa-leanpub.details-box__separator::after {
  content: "\f212";
}

/* line 1151, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lemon:before, .fa-lemon.details-box__separator::after {
  content: "\f094";
}

/* line 1152, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-less:before, .fa-less.details-box__separator::after {
  content: "\f41d";
}

/* line 1153, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-less-than:before, .fa-less-than.details-box__separator::after {
  content: "\f536";
}

/* line 1154, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-less-than-equal:before, .fa-less-than-equal.details-box__separator::after {
  content: "\f537";
}

/* line 1155, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-level-down:before, .fa-level-down.details-box__separator::after {
  content: "\f149";
}

/* line 1156, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-level-down-alt:before, .fa-level-down-alt.details-box__separator::after {
  content: "\f3be";
}

/* line 1157, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-level-up:before, .fa-level-up.details-box__separator::after {
  content: "\f148";
}

/* line 1158, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-level-up-alt:before, .fa-level-up-alt.details-box__separator::after {
  content: "\f3bf";
}

/* line 1159, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-life-ring:before, .fa-life-ring.details-box__separator::after {
  content: "\f1cd";
}

/* line 1160, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lightbulb:before, .fa-lightbulb.details-box__separator::after {
  content: "\f0eb";
}

/* line 1161, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lightbulb-dollar:before, .fa-lightbulb-dollar.details-box__separator::after {
  content: "\f670";
}

/* line 1162, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lightbulb-exclamation:before, .fa-lightbulb-exclamation.details-box__separator::after {
  content: "\f671";
}

/* line 1163, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lightbulb-on:before, .fa-lightbulb-on.details-box__separator::after {
  content: "\f672";
}

/* line 1164, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lightbulb-slash:before, .fa-lightbulb-slash.details-box__separator::after {
  content: "\f673";
}

/* line 1165, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lights-holiday:before, .fa-lights-holiday.details-box__separator::after {
  content: "\f7b2";
}

/* line 1166, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-line:before, .fa-line.details-box__separator::after {
  content: "\f3c0";
}

/* line 1167, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-line-columns:before, .fa-line-columns.details-box__separator::after {
  content: "\f870";
}

/* line 1168, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-line-height:before, .fa-line-height.details-box__separator::after {
  content: "\f871";
}

/* line 1169, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-link:before, .fa-link.details-box__separator::after {
  content: "\f0c1";
}

/* line 1170, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-linkedin:before, .fa-linkedin.details-box__separator::after {
  content: "\f08c";
}

/* line 1171, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-linkedin-in:before, .fa-linkedin-in.details-box__separator::after {
  content: "\f0e1";
}

/* line 1172, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-linode:before, .fa-linode.details-box__separator::after {
  content: "\f2b8";
}

/* line 1173, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-linux:before, .fa-linux.details-box__separator::after {
  content: "\f17c";
}

/* line 1174, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lips:before, .fa-lips.details-box__separator::after {
  content: "\f600";
}

/* line 1175, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lira-sign:before, .fa-lira-sign.details-box__separator::after {
  content: "\f195";
}

/* line 1176, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-list:before, .fa-list.details-box__separator::after {
  content: "\f03a";
}

/* line 1177, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-list-alt:before, .fa-list-alt.details-box__separator::after {
  content: "\f022";
}

/* line 1178, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-list-music:before, .fa-list-music.details-box__separator::after {
  content: "\f8c9";
}

/* line 1179, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-list-ol:before, .fa-list-ol.details-box__separator::after {
  content: "\f0cb";
}

/* line 1180, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-list-ul:before, .fa-list-ul.details-box__separator::after {
  content: "\f0ca";
}

/* line 1181, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-location:before, .fa-location.details-box__separator::after {
  content: "\f601";
}

/* line 1182, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-location-arrow:before, .fa-location-arrow.details-box__separator::after {
  content: "\f124";
}

/* line 1183, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-location-circle:before, .fa-location-circle.details-box__separator::after {
  content: "\f602";
}

/* line 1184, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-location-slash:before, .fa-location-slash.details-box__separator::after {
  content: "\f603";
}

/* line 1185, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lock:before, .fa-lock.details-box__separator::after {
  content: "\f023";
}

/* line 1186, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lock-alt:before, .fa-lock-alt.details-box__separator::after {
  content: "\f30d";
}

/* line 1187, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lock-open:before, .fa-lock-open.details-box__separator::after {
  content: "\f3c1";
}

/* line 1188, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lock-open-alt:before, .fa-lock-open-alt.details-box__separator::after {
  content: "\f3c2";
}

/* line 1189, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-long-arrow-alt-down:before, .fa-long-arrow-alt-down.details-box__separator::after {
  content: "\f309";
}

/* line 1190, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-long-arrow-alt-left:before, .fa-long-arrow-alt-left.details-box__separator::after {
  content: "\f30a";
}

/* line 1191, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-long-arrow-alt-right:before, .fa-long-arrow-alt-right.details-box__separator::after {
  content: "\f30b";
}

/* line 1192, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-long-arrow-alt-up:before, .fa-long-arrow-alt-up.details-box__separator::after {
  content: "\f30c";
}

/* line 1193, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-long-arrow-down:before, .fa-long-arrow-down.details-box__separator::after {
  content: "\f175";
}

/* line 1194, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-long-arrow-left:before, .fa-long-arrow-left.details-box__separator::after {
  content: "\f177";
}

/* line 1195, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-long-arrow-right:before, .fa-long-arrow-right.details-box__separator::after {
  content: "\f178";
}

/* line 1196, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-long-arrow-up:before, .fa-long-arrow-up.details-box__separator::after {
  content: "\f176";
}

/* line 1197, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-loveseat:before, .fa-loveseat.details-box__separator::after {
  content: "\f4cc";
}

/* line 1198, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-low-vision:before, .fa-low-vision.details-box__separator::after {
  content: "\f2a8";
}

/* line 1199, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-luchador:before, .fa-luchador.details-box__separator::after {
  content: "\f455";
}

/* line 1200, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-luggage-cart:before, .fa-luggage-cart.details-box__separator::after {
  content: "\f59d";
}

/* line 1201, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lungs:before, .fa-lungs.details-box__separator::after {
  content: "\f604";
}

/* line 1202, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-lyft:before, .fa-lyft.details-box__separator::after {
  content: "\f3c3";
}

/* line 1203, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mace:before, .fa-mace.details-box__separator::after {
  content: "\f6f8";
}

/* line 1204, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-magento:before, .fa-magento.details-box__separator::after {
  content: "\f3c4";
}

/* line 1205, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-magic:before, .fa-magic.details-box__separator::after {
  content: "\f0d0";
}

/* line 1206, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-magnet:before, .fa-magnet.details-box__separator::after {
  content: "\f076";
}

/* line 1207, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mail-bulk:before, .fa-mail-bulk.details-box__separator::after {
  content: "\f674";
}

/* line 1208, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mailbox:before, .fa-mailbox.details-box__separator::after {
  content: "\f813";
}

/* line 1209, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mailchimp:before, .fa-mailchimp.details-box__separator::after {
  content: "\f59e";
}

/* line 1210, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-male:before, .fa-male.details-box__separator::after {
  content: "\f183";
}

/* line 1211, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mandalorian:before, .fa-mandalorian.details-box__separator::after {
  content: "\f50f";
}

/* line 1212, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mandolin:before, .fa-mandolin.details-box__separator::after {
  content: "\f6f9";
}

/* line 1213, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map:before, .fa-map.details-box__separator::after {
  content: "\f279";
}

/* line 1214, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marked:before, .fa-map-marked.details-box__separator::after {
  content: "\f59f";
}

/* line 1215, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marked-alt:before, .fa-map-marked-alt.details-box__separator::after {
  content: "\f5a0";
}

/* line 1216, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker:before, .fa-map-marker.details-box__separator::after {
  content: "\f041";
}

/* line 1217, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker-alt:before, .fa-map-marker-alt.details-box__separator::after {
  content: "\f3c5";
}

/* line 1218, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker-alt-slash:before, .fa-map-marker-alt-slash.details-box__separator::after {
  content: "\f605";
}

/* line 1219, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker-check:before, .fa-map-marker-check.details-box__separator::after {
  content: "\f606";
}

/* line 1220, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker-edit:before, .fa-map-marker-edit.details-box__separator::after {
  content: "\f607";
}

/* line 1221, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker-exclamation:before, .fa-map-marker-exclamation.details-box__separator::after {
  content: "\f608";
}

/* line 1222, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker-minus:before, .fa-map-marker-minus.details-box__separator::after {
  content: "\f609";
}

/* line 1223, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker-plus:before, .fa-map-marker-plus.details-box__separator::after {
  content: "\f60a";
}

/* line 1224, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker-question:before, .fa-map-marker-question.details-box__separator::after {
  content: "\f60b";
}

/* line 1225, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker-slash:before, .fa-map-marker-slash.details-box__separator::after {
  content: "\f60c";
}

/* line 1226, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker-smile:before, .fa-map-marker-smile.details-box__separator::after {
  content: "\f60d";
}

/* line 1227, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-marker-times:before, .fa-map-marker-times.details-box__separator::after {
  content: "\f60e";
}

/* line 1228, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-pin:before, .fa-map-pin.details-box__separator::after {
  content: "\f276";
}

/* line 1229, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-map-signs:before, .fa-map-signs.details-box__separator::after {
  content: "\f277";
}

/* line 1230, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-markdown:before, .fa-markdown.details-box__separator::after {
  content: "\f60f";
}

/* line 1231, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-marker:before, .fa-marker.details-box__separator::after {
  content: "\f5a1";
}

/* line 1232, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mars:before, .fa-mars.details-box__separator::after {
  content: "\f222";
}

/* line 1233, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mars-double:before, .fa-mars-double.details-box__separator::after {
  content: "\f227";
}

/* line 1234, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mars-stroke:before, .fa-mars-stroke.details-box__separator::after {
  content: "\f229";
}

/* line 1235, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mars-stroke-h:before, .fa-mars-stroke-h.details-box__separator::after {
  content: "\f22b";
}

/* line 1236, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mars-stroke-v:before, .fa-mars-stroke-v.details-box__separator::after {
  content: "\f22a";
}

/* line 1237, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mask:before, .fa-mask.details-box__separator::after {
  content: "\f6fa";
}

/* line 1238, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mastodon:before, .fa-mastodon.details-box__separator::after {
  content: "\f4f6";
}

/* line 1239, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-maxcdn:before, .fa-maxcdn.details-box__separator::after {
  content: "\f136";
}

/* line 1240, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mdb:before, .fa-mdb.details-box__separator::after {
  content: "\f8ca";
}

/* line 1241, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-meat:before, .fa-meat.details-box__separator::after {
  content: "\f814";
}

/* line 1242, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-medal:before, .fa-medal.details-box__separator::after {
  content: "\f5a2";
}

/* line 1243, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-medapps:before, .fa-medapps.details-box__separator::after {
  content: "\f3c6";
}

/* line 1244, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-medium:before, .fa-medium.details-box__separator::after {
  content: "\f23a";
}

/* line 1245, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-medium-m:before, .fa-medium-m.details-box__separator::after {
  content: "\f3c7";
}

/* line 1246, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-medkit:before, .fa-medkit.details-box__separator::after {
  content: "\f0fa";
}

/* line 1247, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-medrt:before, .fa-medrt.details-box__separator::after {
  content: "\f3c8";
}

/* line 1248, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-meetup:before, .fa-meetup.details-box__separator::after {
  content: "\f2e0";
}

/* line 1249, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-megaphone:before, .fa-megaphone.details-box__separator::after {
  content: "\f675";
}

/* line 1250, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-megaport:before, .fa-megaport.details-box__separator::after {
  content: "\f5a3";
}

/* line 1251, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-meh:before, .fa-meh.details-box__separator::after {
  content: "\f11a";
}

/* line 1252, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-meh-blank:before, .fa-meh-blank.details-box__separator::after {
  content: "\f5a4";
}

/* line 1253, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-meh-rolling-eyes:before, .fa-meh-rolling-eyes.details-box__separator::after {
  content: "\f5a5";
}

/* line 1254, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-memory:before, .fa-memory.details-box__separator::after {
  content: "\f538";
}

/* line 1255, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mendeley:before, .fa-mendeley.details-box__separator::after {
  content: "\f7b3";
}

/* line 1256, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-menorah:before, .fa-menorah.details-box__separator::after {
  content: "\f676";
}

/* line 1257, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mercury:before, .fa-mercury.details-box__separator::after {
  content: "\f223";
}

/* line 1258, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-meteor:before, .fa-meteor.details-box__separator::after {
  content: "\f753";
}

/* line 1259, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-microchip:before, .fa-microchip.details-box__separator::after {
  content: "\f2db";
}

/* line 1260, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-microphone:before, .fa-microphone.details-box__separator::after {
  content: "\f130";
}

/* line 1261, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-microphone-alt:before, .fa-microphone-alt.details-box__separator::after {
  content: "\f3c9";
}

/* line 1262, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-microphone-alt-slash:before, .fa-microphone-alt-slash.details-box__separator::after {
  content: "\f539";
}

/* line 1263, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-microphone-slash:before, .fa-microphone-slash.details-box__separator::after {
  content: "\f131";
}

/* line 1264, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-microphone-stand:before, .fa-microphone-stand.details-box__separator::after {
  content: "\f8cb";
}

/* line 1265, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-microscope:before, .fa-microscope.details-box__separator::after {
  content: "\f610";
}

/* line 1266, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-microsoft:before, .fa-microsoft.details-box__separator::after {
  content: "\f3ca";
}

/* line 1267, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mind-share:before, .fa-mind-share.details-box__separator::after {
  content: "\f677";
}

/* line 1268, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-minus:before, .fa-minus.details-box__separator::after {
  content: "\f068";
}

/* line 1269, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-minus-circle:before, .fa-minus-circle.details-box__separator::after {
  content: "\f056";
}

/* line 1270, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-minus-hexagon:before, .fa-minus-hexagon.details-box__separator::after {
  content: "\f307";
}

/* line 1271, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-minus-octagon:before, .fa-minus-octagon.details-box__separator::after {
  content: "\f308";
}

/* line 1272, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-minus-square:before, .fa-minus-square.details-box__separator::after {
  content: "\f146";
}

/* line 1273, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mistletoe:before, .fa-mistletoe.details-box__separator::after {
  content: "\f7b4";
}

/* line 1274, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mitten:before, .fa-mitten.details-box__separator::after {
  content: "\f7b5";
}

/* line 1275, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mix:before, .fa-mix.details-box__separator::after {
  content: "\f3cb";
}

/* line 1276, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mixcloud:before, .fa-mixcloud.details-box__separator::after {
  content: "\f289";
}

/* line 1277, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mizuni:before, .fa-mizuni.details-box__separator::after {
  content: "\f3cc";
}

/* line 1278, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mobile:before, .fa-mobile.details-box__separator::after {
  content: "\f10b";
}

/* line 1279, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mobile-alt:before, .fa-mobile-alt.details-box__separator::after {
  content: "\f3cd";
}

/* line 1280, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mobile-android:before, .fa-mobile-android.details-box__separator::after {
  content: "\f3ce";
}

/* line 1281, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mobile-android-alt:before, .fa-mobile-android-alt.details-box__separator::after {
  content: "\f3cf";
}

/* line 1282, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-modx:before, .fa-modx.details-box__separator::after {
  content: "\f285";
}

/* line 1283, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-monero:before, .fa-monero.details-box__separator::after {
  content: "\f3d0";
}

/* line 1284, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-money-bill:before, .fa-money-bill.details-box__separator::after {
  content: "\f0d6";
}

/* line 1285, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-money-bill-alt:before, .fa-money-bill-alt.details-box__separator::after {
  content: "\f3d1";
}

/* line 1286, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-money-bill-wave:before, .fa-money-bill-wave.details-box__separator::after {
  content: "\f53a";
}

/* line 1287, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-money-bill-wave-alt:before, .fa-money-bill-wave-alt.details-box__separator::after {
  content: "\f53b";
}

/* line 1288, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-money-check:before, .fa-money-check.details-box__separator::after {
  content: "\f53c";
}

/* line 1289, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-money-check-alt:before, .fa-money-check-alt.details-box__separator::after {
  content: "\f53d";
}

/* line 1290, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-money-check-edit:before, .fa-money-check-edit.details-box__separator::after {
  content: "\f872";
}

/* line 1291, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-money-check-edit-alt:before, .fa-money-check-edit-alt.details-box__separator::after {
  content: "\f873";
}

/* line 1292, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-monitor-heart-rate:before, .fa-monitor-heart-rate.details-box__separator::after {
  content: "\f611";
}

/* line 1293, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-monkey:before, .fa-monkey.details-box__separator::after {
  content: "\f6fb";
}

/* line 1294, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-monument:before, .fa-monument.details-box__separator::after {
  content: "\f5a6";
}

/* line 1295, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-moon:before, .fa-moon.details-box__separator::after {
  content: "\f186";
}

/* line 1296, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-moon-cloud:before, .fa-moon-cloud.details-box__separator::after {
  content: "\f754";
}

/* line 1297, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-moon-stars:before, .fa-moon-stars.details-box__separator::after {
  content: "\f755";
}

/* line 1298, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mortar-pestle:before, .fa-mortar-pestle.details-box__separator::after {
  content: "\f5a7";
}

/* line 1299, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mosque:before, .fa-mosque.details-box__separator::after {
  content: "\f678";
}

/* line 1300, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-motorcycle:before, .fa-motorcycle.details-box__separator::after {
  content: "\f21c";
}

/* line 1301, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mountain:before, .fa-mountain.details-box__separator::after {
  content: "\f6fc";
}

/* line 1302, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mountains:before, .fa-mountains.details-box__separator::after {
  content: "\f6fd";
}

/* line 1303, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mouse:before, .fa-mouse.details-box__separator::after {
  content: "\f8cc";
}

/* line 1304, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mouse-alt:before, .fa-mouse-alt.details-box__separator::after {
  content: "\f8cd";
}

/* line 1305, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mouse-pointer:before, .fa-mouse-pointer.details-box__separator::after {
  content: "\f245";
}

/* line 1306, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mp3-player:before, .fa-mp3-player.details-box__separator::after {
  content: "\f8ce";
}

/* line 1307, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mug:before, .fa-mug.details-box__separator::after {
  content: "\f874";
}

/* line 1308, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mug-hot:before, .fa-mug-hot.details-box__separator::after {
  content: "\f7b6";
}

/* line 1309, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mug-marshmallows:before, .fa-mug-marshmallows.details-box__separator::after {
  content: "\f7b7";
}

/* line 1310, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-mug-tea:before, .fa-mug-tea.details-box__separator::after {
  content: "\f875";
}

/* line 1311, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-music:before, .fa-music.details-box__separator::after {
  content: "\f001";
}

/* line 1312, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-music-alt:before, .fa-music-alt.details-box__separator::after {
  content: "\f8cf";
}

/* line 1313, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-music-alt-slash:before, .fa-music-alt-slash.details-box__separator::after {
  content: "\f8d0";
}

/* line 1314, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-music-slash:before, .fa-music-slash.details-box__separator::after {
  content: "\f8d1";
}

/* line 1315, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-napster:before, .fa-napster.details-box__separator::after {
  content: "\f3d2";
}

/* line 1316, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-narwhal:before, .fa-narwhal.details-box__separator::after {
  content: "\f6fe";
}

/* line 1317, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-neos:before, .fa-neos.details-box__separator::after {
  content: "\f612";
}

/* line 1318, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-network-wired:before, .fa-network-wired.details-box__separator::after {
  content: "\f6ff";
}

/* line 1319, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-neuter:before, .fa-neuter.details-box__separator::after {
  content: "\f22c";
}

/* line 1320, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-newspaper:before, .fa-newspaper.details-box__separator::after {
  content: "\f1ea";
}

/* line 1321, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-nimblr:before, .fa-nimblr.details-box__separator::after {
  content: "\f5a8";
}

/* line 1322, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-node:before, .fa-node.details-box__separator::after {
  content: "\f419";
}

/* line 1323, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-node-js:before, .fa-node-js.details-box__separator::after {
  content: "\f3d3";
}

/* line 1324, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-not-equal:before, .fa-not-equal.details-box__separator::after {
  content: "\f53e";
}

/* line 1325, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-notes-medical:before, .fa-notes-medical.details-box__separator::after {
  content: "\f481";
}

/* line 1326, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-npm:before, .fa-npm.details-box__separator::after {
  content: "\f3d4";
}

/* line 1327, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ns8:before, .fa-ns8.details-box__separator::after {
  content: "\f3d5";
}

/* line 1328, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-nutritionix:before, .fa-nutritionix.details-box__separator::after {
  content: "\f3d6";
}

/* line 1329, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-object-group:before, .fa-object-group.details-box__separator::after {
  content: "\f247";
}

/* line 1330, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-object-ungroup:before, .fa-object-ungroup.details-box__separator::after {
  content: "\f248";
}

/* line 1331, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-octagon:before, .fa-octagon.details-box__separator::after {
  content: "\f306";
}

/* line 1332, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-odnoklassniki:before, .fa-odnoklassniki.details-box__separator::after {
  content: "\f263";
}

/* line 1333, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before, .fa-odnoklassniki-square.details-box__separator::after {
  content: "\f264";
}

/* line 1334, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-oil-can:before, .fa-oil-can.details-box__separator::after {
  content: "\f613";
}

/* line 1335, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-oil-temp:before, .fa-oil-temp.details-box__separator::after {
  content: "\f614";
}

/* line 1336, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-old-republic:before, .fa-old-republic.details-box__separator::after {
  content: "\f510";
}

/* line 1337, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-om:before, .fa-om.details-box__separator::after {
  content: "\f679";
}

/* line 1338, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-omega:before, .fa-omega.details-box__separator::after {
  content: "\f67a";
}

/* line 1339, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-opencart:before, .fa-opencart.details-box__separator::after {
  content: "\f23d";
}

/* line 1340, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-openid:before, .fa-openid.details-box__separator::after {
  content: "\f19b";
}

/* line 1341, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-opera:before, .fa-opera.details-box__separator::after {
  content: "\f26a";
}

/* line 1342, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-optin-monster:before, .fa-optin-monster.details-box__separator::after {
  content: "\f23c";
}

/* line 1343, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-orcid:before, .fa-orcid.details-box__separator::after {
  content: "\f8d2";
}

/* line 1344, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ornament:before, .fa-ornament.details-box__separator::after {
  content: "\f7b8";
}

/* line 1345, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-osi:before, .fa-osi.details-box__separator::after {
  content: "\f41a";
}

/* line 1346, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-otter:before, .fa-otter.details-box__separator::after {
  content: "\f700";
}

/* line 1347, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-outdent:before, .fa-outdent.details-box__separator::after {
  content: "\f03b";
}

/* line 1348, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-overline:before, .fa-overline.details-box__separator::after {
  content: "\f876";
}

/* line 1349, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-page-break:before, .fa-page-break.details-box__separator::after {
  content: "\f877";
}

/* line 1350, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-page4:before, .fa-page4.details-box__separator::after {
  content: "\f3d7";
}

/* line 1351, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pagelines:before, .fa-pagelines.details-box__separator::after {
  content: "\f18c";
}

/* line 1352, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pager:before, .fa-pager.details-box__separator::after {
  content: "\f815";
}

/* line 1353, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paint-brush:before, .fa-paint-brush.details-box__separator::after {
  content: "\f1fc";
}

/* line 1354, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paint-brush-alt:before, .fa-paint-brush-alt.details-box__separator::after {
  content: "\f5a9";
}

/* line 1355, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paint-roller:before, .fa-paint-roller.details-box__separator::after {
  content: "\f5aa";
}

/* line 1356, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-palette:before, .fa-palette.details-box__separator::after {
  content: "\f53f";
}

/* line 1357, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-palfed:before, .fa-palfed.details-box__separator::after {
  content: "\f3d8";
}

/* line 1358, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pallet:before, .fa-pallet.details-box__separator::after {
  content: "\f482";
}

/* line 1359, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pallet-alt:before, .fa-pallet-alt.details-box__separator::after {
  content: "\f483";
}

/* line 1360, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paper-plane:before, .fa-paper-plane.details-box__separator::after {
  content: "\f1d8";
}

/* line 1361, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paperclip:before, .fa-paperclip.details-box__separator::after {
  content: "\f0c6";
}

/* line 1362, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-parachute-box:before, .fa-parachute-box.details-box__separator::after {
  content: "\f4cd";
}

/* line 1363, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paragraph:before, .fa-paragraph.details-box__separator::after {
  content: "\f1dd";
}

/* line 1364, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paragraph-rtl:before, .fa-paragraph-rtl.details-box__separator::after {
  content: "\f878";
}

/* line 1365, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-parking:before, .fa-parking.details-box__separator::after {
  content: "\f540";
}

/* line 1366, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-parking-circle:before, .fa-parking-circle.details-box__separator::after {
  content: "\f615";
}

/* line 1367, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-parking-circle-slash:before, .fa-parking-circle-slash.details-box__separator::after {
  content: "\f616";
}

/* line 1368, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-parking-slash:before, .fa-parking-slash.details-box__separator::after {
  content: "\f617";
}

/* line 1369, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-passport:before, .fa-passport.details-box__separator::after {
  content: "\f5ab";
}

/* line 1370, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pastafarianism:before, .fa-pastafarianism.details-box__separator::after {
  content: "\f67b";
}

/* line 1371, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paste:before, .fa-paste.details-box__separator::after {
  content: "\f0ea";
}

/* line 1372, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-patreon:before, .fa-patreon.details-box__separator::after {
  content: "\f3d9";
}

/* line 1373, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pause:before, .fa-pause.details-box__separator::after {
  content: "\f04c";
}

/* line 1374, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pause-circle:before, .fa-pause-circle.details-box__separator::after {
  content: "\f28b";
}

/* line 1375, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paw:before, .fa-paw.details-box__separator::after {
  content: "\f1b0";
}

/* line 1376, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paw-alt:before, .fa-paw-alt.details-box__separator::after {
  content: "\f701";
}

/* line 1377, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paw-claws:before, .fa-paw-claws.details-box__separator::after {
  content: "\f702";
}

/* line 1378, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-paypal:before, .fa-paypal.details-box__separator::after {
  content: "\f1ed";
}

/* line 1379, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-peace:before, .fa-peace.details-box__separator::after {
  content: "\f67c";
}

/* line 1380, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pegasus:before, .fa-pegasus.details-box__separator::after {
  content: "\f703";
}

/* line 1381, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pen:before, .fa-pen.details-box__separator::after {
  content: "\f304";
}

/* line 1382, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pen-alt:before, .fa-pen-alt.details-box__separator::after {
  content: "\f305";
}

/* line 1383, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pen-fancy:before, .fa-pen-fancy.details-box__separator::after {
  content: "\f5ac";
}

/* line 1384, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pen-nib:before, .fa-pen-nib.details-box__separator::after {
  content: "\f5ad";
}

/* line 1385, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pen-square:before, .fa-pen-square.details-box__separator::after {
  content: "\f14b";
}

/* line 1386, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pencil:before, .fa-pencil.details-box__separator::after {
  content: "\f040";
}

/* line 1387, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pencil-alt:before, .fa-pencil-alt.details-box__separator::after {
  content: "\f303";
}

/* line 1388, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pencil-paintbrush:before, .fa-pencil-paintbrush.details-box__separator::after {
  content: "\f618";
}

/* line 1389, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pencil-ruler:before, .fa-pencil-ruler.details-box__separator::after {
  content: "\f5ae";
}

/* line 1390, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pennant:before, .fa-pennant.details-box__separator::after {
  content: "\f456";
}

/* line 1391, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-penny-arcade:before, .fa-penny-arcade.details-box__separator::after {
  content: "\f704";
}

/* line 1392, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-people-carry:before, .fa-people-carry.details-box__separator::after {
  content: "\f4ce";
}

/* line 1393, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pepper-hot:before, .fa-pepper-hot.details-box__separator::after {
  content: "\f816";
}

/* line 1394, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-percent:before, .fa-percent.details-box__separator::after {
  content: "\f295";
}

/* line 1395, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-percentage:before, .fa-percentage.details-box__separator::after {
  content: "\f541";
}

/* line 1396, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-periscope:before, .fa-periscope.details-box__separator::after {
  content: "\f3da";
}

/* line 1397, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-person-booth:before, .fa-person-booth.details-box__separator::after {
  content: "\f756";
}

/* line 1398, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-person-carry:before, .fa-person-carry.details-box__separator::after {
  content: "\f4cf";
}

/* line 1399, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-person-dolly:before, .fa-person-dolly.details-box__separator::after {
  content: "\f4d0";
}

/* line 1400, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-person-dolly-empty:before, .fa-person-dolly-empty.details-box__separator::after {
  content: "\f4d1";
}

/* line 1401, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-person-sign:before, .fa-person-sign.details-box__separator::after {
  content: "\f757";
}

/* line 1402, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phabricator:before, .fa-phabricator.details-box__separator::after {
  content: "\f3db";
}

/* line 1403, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phoenix-framework:before, .fa-phoenix-framework.details-box__separator::after {
  content: "\f3dc";
}

/* line 1404, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phoenix-squadron:before, .fa-phoenix-squadron.details-box__separator::after {
  content: "\f511";
}

/* line 1405, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phone:before, .fa-phone.details-box__separator::after {
  content: "\f095";
}

/* line 1406, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phone-alt:before, .fa-phone-alt.details-box__separator::after {
  content: "\f879";
}

/* line 1407, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phone-laptop:before, .fa-phone-laptop.details-box__separator::after {
  content: "\f87a";
}

/* line 1408, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phone-office:before, .fa-phone-office.details-box__separator::after {
  content: "\f67d";
}

/* line 1409, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phone-plus:before, .fa-phone-plus.details-box__separator::after {
  content: "\f4d2";
}

/* line 1410, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phone-rotary:before, .fa-phone-rotary.details-box__separator::after {
  content: "\f8d3";
}

/* line 1411, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phone-slash:before, .fa-phone-slash.details-box__separator::after {
  content: "\f3dd";
}

/* line 1412, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phone-square:before, .fa-phone-square.details-box__separator::after {
  content: "\f098";
}

/* line 1413, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phone-square-alt:before, .fa-phone-square-alt.details-box__separator::after {
  content: "\f87b";
}

/* line 1414, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-phone-volume:before, .fa-phone-volume.details-box__separator::after {
  content: "\f2a0";
}

/* line 1415, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-photo-video:before, .fa-photo-video.details-box__separator::after {
  content: "\f87c";
}

/* line 1416, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-php:before, .fa-php.details-box__separator::after {
  content: "\f457";
}

/* line 1417, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pi:before, .fa-pi.details-box__separator::after {
  content: "\f67e";
}

/* line 1418, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-piano:before, .fa-piano.details-box__separator::after {
  content: "\f8d4";
}

/* line 1419, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-piano-keyboard:before, .fa-piano-keyboard.details-box__separator::after {
  content: "\f8d5";
}

/* line 1420, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pie:before, .fa-pie.details-box__separator::after {
  content: "\f705";
}

/* line 1421, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pied-piper:before, .fa-pied-piper.details-box__separator::after {
  content: "\f2ae";
}

/* line 1422, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pied-piper-alt:before, .fa-pied-piper-alt.details-box__separator::after {
  content: "\f1a8";
}

/* line 1423, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pied-piper-hat:before, .fa-pied-piper-hat.details-box__separator::after {
  content: "\f4e5";
}

/* line 1424, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pied-piper-pp:before, .fa-pied-piper-pp.details-box__separator::after {
  content: "\f1a7";
}

/* line 1425, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pig:before, .fa-pig.details-box__separator::after {
  content: "\f706";
}

/* line 1426, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-piggy-bank:before, .fa-piggy-bank.details-box__separator::after {
  content: "\f4d3";
}

/* line 1427, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pills:before, .fa-pills.details-box__separator::after {
  content: "\f484";
}

/* line 1428, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pinterest:before, .fa-pinterest.details-box__separator::after {
  content: "\f0d2";
}

/* line 1429, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pinterest-p:before, .fa-pinterest-p.details-box__separator::after {
  content: "\f231";
}

/* line 1430, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pinterest-square:before, .fa-pinterest-square.details-box__separator::after {
  content: "\f0d3";
}

/* line 1431, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pizza:before, .fa-pizza.details-box__separator::after {
  content: "\f817";
}

/* line 1432, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pizza-slice:before, .fa-pizza-slice.details-box__separator::after {
  content: "\f818";
}

/* line 1433, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-place-of-worship:before, .fa-place-of-worship.details-box__separator::after {
  content: "\f67f";
}

/* line 1434, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-plane:before, .fa-plane.details-box__separator::after {
  content: "\f072";
}

/* line 1435, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-plane-alt:before, .fa-plane-alt.details-box__separator::after {
  content: "\f3de";
}

/* line 1436, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-plane-arrival:before, .fa-plane-arrival.details-box__separator::after {
  content: "\f5af";
}

/* line 1437, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-plane-departure:before, .fa-plane-departure.details-box__separator::after {
  content: "\f5b0";
}

/* line 1438, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-play:before, .fa-play.details-box__separator::after {
  content: "\f04b";
}

/* line 1439, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-play-circle:before, .fa-play-circle.details-box__separator::after {
  content: "\f144";
}

/* line 1440, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-playstation:before, .fa-playstation.details-box__separator::after {
  content: "\f3df";
}

/* line 1441, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-plug:before, .fa-plug.details-box__separator::after {
  content: "\f1e6";
}

/* line 1442, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-plus:before, .fa-plus.details-box__separator::after {
  content: "\f067";
}

/* line 1443, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-plus-circle:before, .fa-plus-circle.details-box__separator::after {
  content: "\f055";
}

/* line 1444, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-plus-hexagon:before, .fa-plus-hexagon.details-box__separator::after {
  content: "\f300";
}

/* line 1445, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-plus-octagon:before, .fa-plus-octagon.details-box__separator::after {
  content: "\f301";
}

/* line 1446, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-plus-square:before, .fa-plus-square.details-box__separator::after {
  content: "\f0fe";
}

/* line 1447, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-podcast:before, .fa-podcast.details-box__separator::after {
  content: "\f2ce";
}

/* line 1448, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-podium:before, .fa-podium.details-box__separator::after {
  content: "\f680";
}

/* line 1449, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-podium-star:before, .fa-podium-star.details-box__separator::after {
  content: "\f758";
}

/* line 1450, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-poll:before, .fa-poll.details-box__separator::after {
  content: "\f681";
}

/* line 1451, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-poll-h:before, .fa-poll-h.details-box__separator::after {
  content: "\f682";
}

/* line 1452, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-poll-people:before, .fa-poll-people.details-box__separator::after {
  content: "\f759";
}

/* line 1453, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-poo:before, .fa-poo.details-box__separator::after {
  content: "\f2fe";
}

/* line 1454, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-poo-storm:before, .fa-poo-storm.details-box__separator::after {
  content: "\f75a";
}

/* line 1455, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-poop:before, .fa-poop.details-box__separator::after {
  content: "\f619";
}

/* line 1456, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-popcorn:before, .fa-popcorn.details-box__separator::after {
  content: "\f819";
}

/* line 1457, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-portrait:before, .fa-portrait.details-box__separator::after {
  content: "\f3e0";
}

/* line 1458, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pound-sign:before, .fa-pound-sign.details-box__separator::after {
  content: "\f154";
}

/* line 1459, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-power-off:before, .fa-power-off.details-box__separator::after {
  content: "\f011";
}

/* line 1460, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pray:before, .fa-pray.details-box__separator::after {
  content: "\f683";
}

/* line 1461, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-praying-hands:before, .fa-praying-hands.details-box__separator::after {
  content: "\f684";
}

/* line 1462, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-prescription:before, .fa-prescription.details-box__separator::after {
  content: "\f5b1";
}

/* line 1463, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-prescription-bottle:before, .fa-prescription-bottle.details-box__separator::after {
  content: "\f485";
}

/* line 1464, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-prescription-bottle-alt:before, .fa-prescription-bottle-alt.details-box__separator::after {
  content: "\f486";
}

/* line 1465, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-presentation:before, .fa-presentation.details-box__separator::after {
  content: "\f685";
}

/* line 1466, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-print:before, .fa-print.details-box__separator::after {
  content: "\f02f";
}

/* line 1467, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-print-search:before, .fa-print-search.details-box__separator::after {
  content: "\f81a";
}

/* line 1468, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-print-slash:before, .fa-print-slash.details-box__separator::after {
  content: "\f686";
}

/* line 1469, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-procedures:before, .fa-procedures.details-box__separator::after {
  content: "\f487";
}

/* line 1470, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-product-hunt:before, .fa-product-hunt.details-box__separator::after {
  content: "\f288";
}

/* line 1471, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-project-diagram:before, .fa-project-diagram.details-box__separator::after {
  content: "\f542";
}

/* line 1472, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-projector:before, .fa-projector.details-box__separator::after {
  content: "\f8d6";
}

/* line 1473, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pumpkin:before, .fa-pumpkin.details-box__separator::after {
  content: "\f707";
}

/* line 1474, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-pushed:before, .fa-pushed.details-box__separator::after {
  content: "\f3e1";
}

/* line 1475, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-puzzle-piece:before, .fa-puzzle-piece.details-box__separator::after {
  content: "\f12e";
}

/* line 1476, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-python:before, .fa-python.details-box__separator::after {
  content: "\f3e2";
}

/* line 1477, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-qq:before, .fa-qq.details-box__separator::after {
  content: "\f1d6";
}

/* line 1478, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-qrcode:before, .fa-qrcode.details-box__separator::after {
  content: "\f029";
}

/* line 1479, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-question:before, .fa-question.details-box__separator::after {
  content: "\f128";
}

/* line 1480, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-question-circle:before, .fa-question-circle.details-box__separator::after {
  content: "\f059";
}

/* line 1481, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-question-square:before, .fa-question-square.details-box__separator::after {
  content: "\f2fd";
}

/* line 1482, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-quidditch:before, .fa-quidditch.details-box__separator::after {
  content: "\f458";
}

/* line 1483, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-quinscape:before, .fa-quinscape.details-box__separator::after {
  content: "\f459";
}

/* line 1484, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-quora:before, .fa-quora.details-box__separator::after {
  content: "\f2c4";
}

/* line 1485, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-quote-left:before, .fa-quote-left.details-box__separator::after {
  content: "\f10d";
}

/* line 1486, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-quote-right:before, .fa-quote-right.details-box__separator::after {
  content: "\f10e";
}

/* line 1487, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-quran:before, .fa-quran.details-box__separator::after {
  content: "\f687";
}

/* line 1488, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-r-project:before, .fa-r-project.details-box__separator::after {
  content: "\f4f7";
}

/* line 1489, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rabbit:before, .fa-rabbit.details-box__separator::after {
  content: "\f708";
}

/* line 1490, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rabbit-fast:before, .fa-rabbit-fast.details-box__separator::after {
  content: "\f709";
}

/* line 1491, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-racquet:before, .fa-racquet.details-box__separator::after {
  content: "\f45a";
}

/* line 1492, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-radiation:before, .fa-radiation.details-box__separator::after {
  content: "\f7b9";
}

/* line 1493, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-radiation-alt:before, .fa-radiation-alt.details-box__separator::after {
  content: "\f7ba";
}

/* line 1494, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-radio:before, .fa-radio.details-box__separator::after {
  content: "\f8d7";
}

/* line 1495, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-radio-alt:before, .fa-radio-alt.details-box__separator::after {
  content: "\f8d8";
}

/* line 1496, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rainbow:before, .fa-rainbow.details-box__separator::after {
  content: "\f75b";
}

/* line 1497, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-raindrops:before, .fa-raindrops.details-box__separator::after {
  content: "\f75c";
}

/* line 1498, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ram:before, .fa-ram.details-box__separator::after {
  content: "\f70a";
}

/* line 1499, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ramp-loading:before, .fa-ramp-loading.details-box__separator::after {
  content: "\f4d4";
}

/* line 1500, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-random:before, .fa-random.details-box__separator::after {
  content: "\f074";
}

/* line 1501, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-raspberry-pi:before, .fa-raspberry-pi.details-box__separator::after {
  content: "\f7bb";
}

/* line 1502, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ravelry:before, .fa-ravelry.details-box__separator::after {
  content: "\f2d9";
}

/* line 1503, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-react:before, .fa-react.details-box__separator::after {
  content: "\f41b";
}

/* line 1504, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-reacteurope:before, .fa-reacteurope.details-box__separator::after {
  content: "\f75d";
}

/* line 1505, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-readme:before, .fa-readme.details-box__separator::after {
  content: "\f4d5";
}

/* line 1506, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rebel:before, .fa-rebel.details-box__separator::after {
  content: "\f1d0";
}

/* line 1507, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-receipt:before, .fa-receipt.details-box__separator::after {
  content: "\f543";
}

/* line 1508, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-record-vinyl:before, .fa-record-vinyl.details-box__separator::after {
  content: "\f8d9";
}

/* line 1509, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rectangle-landscape:before, .fa-rectangle-landscape.details-box__separator::after {
  content: "\f2fa";
}

/* line 1510, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rectangle-portrait:before, .fa-rectangle-portrait.details-box__separator::after {
  content: "\f2fb";
}

/* line 1511, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rectangle-wide:before, .fa-rectangle-wide.details-box__separator::after {
  content: "\f2fc";
}

/* line 1512, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-recycle:before, .fa-recycle.details-box__separator::after {
  content: "\f1b8";
}

/* line 1513, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-red-river:before, .fa-red-river.details-box__separator::after {
  content: "\f3e3";
}

/* line 1514, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-reddit:before, .fa-reddit.details-box__separator::after {
  content: "\f1a1";
}

/* line 1515, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-reddit-alien:before, .fa-reddit-alien.details-box__separator::after {
  content: "\f281";
}

/* line 1516, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-reddit-square:before, .fa-reddit-square.details-box__separator::after {
  content: "\f1a2";
}

/* line 1517, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-redhat:before, .fa-redhat.details-box__separator::after {
  content: "\f7bc";
}

/* line 1518, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-redo:before, .fa-redo.details-box__separator::after {
  content: "\f01e";
}

/* line 1519, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-redo-alt:before, .fa-redo-alt.details-box__separator::after {
  content: "\f2f9";
}

/* line 1520, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-registered:before, .fa-registered.details-box__separator::after {
  content: "\f25d";
}

/* line 1521, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-remove-format:before, .fa-remove-format.details-box__separator::after {
  content: "\f87d";
}

/* line 1522, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-renren:before, .fa-renren.details-box__separator::after {
  content: "\f18b";
}

/* line 1523, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-repeat:before, .fa-repeat.details-box__separator::after {
  content: "\f363";
}

/* line 1524, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-repeat-1:before, .fa-repeat-1.details-box__separator::after {
  content: "\f365";
}

/* line 1525, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-repeat-1-alt:before, .fa-repeat-1-alt.details-box__separator::after {
  content: "\f366";
}

/* line 1526, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-repeat-alt:before, .fa-repeat-alt.details-box__separator::after {
  content: "\f364";
}

/* line 1527, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-reply:before, .fa-reply.details-box__separator::after {
  content: "\f3e5";
}

/* line 1528, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-reply-all:before, .fa-reply-all.details-box__separator::after {
  content: "\f122";
}

/* line 1529, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-replyd:before, .fa-replyd.details-box__separator::after {
  content: "\f3e6";
}

/* line 1530, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-republican:before, .fa-republican.details-box__separator::after {
  content: "\f75e";
}

/* line 1531, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-researchgate:before, .fa-researchgate.details-box__separator::after {
  content: "\f4f8";
}

/* line 1532, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-resolving:before, .fa-resolving.details-box__separator::after {
  content: "\f3e7";
}

/* line 1533, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-restroom:before, .fa-restroom.details-box__separator::after {
  content: "\f7bd";
}

/* line 1534, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-retweet:before, .fa-retweet.details-box__separator::after {
  content: "\f079";
}

/* line 1535, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-retweet-alt:before, .fa-retweet-alt.details-box__separator::after {
  content: "\f361";
}

/* line 1536, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rev:before, .fa-rev.details-box__separator::after {
  content: "\f5b2";
}

/* line 1537, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ribbon:before, .fa-ribbon.details-box__separator::after {
  content: "\f4d6";
}

/* line 1538, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ring:before, .fa-ring.details-box__separator::after {
  content: "\f70b";
}

/* line 1539, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rings-wedding:before, .fa-rings-wedding.details-box__separator::after {
  content: "\f81b";
}

/* line 1540, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-road:before, .fa-road.details-box__separator::after {
  content: "\f018";
}

/* line 1541, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-robot:before, .fa-robot.details-box__separator::after {
  content: "\f544";
}

/* line 1542, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rocket:before, .fa-rocket.details-box__separator::after {
  content: "\f135";
}

/* line 1543, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rocketchat:before, .fa-rocketchat.details-box__separator::after {
  content: "\f3e8";
}

/* line 1544, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rockrms:before, .fa-rockrms.details-box__separator::after {
  content: "\f3e9";
}

/* line 1545, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-route:before, .fa-route.details-box__separator::after {
  content: "\f4d7";
}

/* line 1546, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-route-highway:before, .fa-route-highway.details-box__separator::after {
  content: "\f61a";
}

/* line 1547, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-route-interstate:before, .fa-route-interstate.details-box__separator::after {
  content: "\f61b";
}

/* line 1548, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-router:before, .fa-router.details-box__separator::after {
  content: "\f8da";
}

/* line 1549, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rss:before, .fa-rss.details-box__separator::after {
  content: "\f09e";
}

/* line 1550, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rss-square:before, .fa-rss-square.details-box__separator::after {
  content: "\f143";
}

/* line 1551, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ruble-sign:before, .fa-ruble-sign.details-box__separator::after {
  content: "\f158";
}

/* line 1552, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ruler:before, .fa-ruler.details-box__separator::after {
  content: "\f545";
}

/* line 1553, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ruler-combined:before, .fa-ruler-combined.details-box__separator::after {
  content: "\f546";
}

/* line 1554, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ruler-horizontal:before, .fa-ruler-horizontal.details-box__separator::after {
  content: "\f547";
}

/* line 1555, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ruler-triangle:before, .fa-ruler-triangle.details-box__separator::after {
  content: "\f61c";
}

/* line 1556, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ruler-vertical:before, .fa-ruler-vertical.details-box__separator::after {
  content: "\f548";
}

/* line 1557, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-running:before, .fa-running.details-box__separator::after {
  content: "\f70c";
}

/* line 1558, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rupee-sign:before, .fa-rupee-sign.details-box__separator::after {
  content: "\f156";
}

/* line 1559, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-rv:before, .fa-rv.details-box__separator::after {
  content: "\f7be";
}

/* line 1560, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sack:before, .fa-sack.details-box__separator::after {
  content: "\f81c";
}

/* line 1561, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sack-dollar:before, .fa-sack-dollar.details-box__separator::after {
  content: "\f81d";
}

/* line 1562, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sad-cry:before, .fa-sad-cry.details-box__separator::after {
  content: "\f5b3";
}

/* line 1563, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sad-tear:before, .fa-sad-tear.details-box__separator::after {
  content: "\f5b4";
}

/* line 1564, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-safari:before, .fa-safari.details-box__separator::after {
  content: "\f267";
}

/* line 1565, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-salad:before, .fa-salad.details-box__separator::after {
  content: "\f81e";
}

/* line 1566, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-salesforce:before, .fa-salesforce.details-box__separator::after {
  content: "\f83b";
}

/* line 1567, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sandwich:before, .fa-sandwich.details-box__separator::after {
  content: "\f81f";
}

/* line 1568, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sass:before, .fa-sass.details-box__separator::after {
  content: "\f41e";
}

/* line 1569, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-satellite:before, .fa-satellite.details-box__separator::after {
  content: "\f7bf";
}

/* line 1570, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-satellite-dish:before, .fa-satellite-dish.details-box__separator::after {
  content: "\f7c0";
}

/* line 1571, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sausage:before, .fa-sausage.details-box__separator::after {
  content: "\f820";
}

/* line 1572, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-save:before, .fa-save.details-box__separator::after {
  content: "\f0c7";
}

/* line 1573, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sax-hot:before, .fa-sax-hot.details-box__separator::after {
  content: "\f8db";
}

/* line 1574, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-saxophone:before, .fa-saxophone.details-box__separator::after {
  content: "\f8dc";
}

/* line 1575, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scalpel:before, .fa-scalpel.details-box__separator::after {
  content: "\f61d";
}

/* line 1576, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scalpel-path:before, .fa-scalpel-path.details-box__separator::after {
  content: "\f61e";
}

/* line 1577, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scanner:before, .fa-scanner.details-box__separator::after {
  content: "\f488";
}

/* line 1578, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scanner-image:before, .fa-scanner-image.details-box__separator::after {
  content: "\f8f3";
}

/* line 1579, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scanner-keyboard:before, .fa-scanner-keyboard.details-box__separator::after {
  content: "\f489";
}

/* line 1580, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scanner-touchscreen:before, .fa-scanner-touchscreen.details-box__separator::after {
  content: "\f48a";
}

/* line 1581, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scarecrow:before, .fa-scarecrow.details-box__separator::after {
  content: "\f70d";
}

/* line 1582, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scarf:before, .fa-scarf.details-box__separator::after {
  content: "\f7c1";
}

/* line 1583, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-schlix:before, .fa-schlix.details-box__separator::after {
  content: "\f3ea";
}

/* line 1584, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-school:before, .fa-school.details-box__separator::after {
  content: "\f549";
}

/* line 1585, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-screwdriver:before, .fa-screwdriver.details-box__separator::after {
  content: "\f54a";
}

/* line 1586, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scribd:before, .fa-scribd.details-box__separator::after {
  content: "\f28a";
}

/* line 1587, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scroll:before, .fa-scroll.details-box__separator::after {
  content: "\f70e";
}

/* line 1588, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scroll-old:before, .fa-scroll-old.details-box__separator::after {
  content: "\f70f";
}

/* line 1589, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scrubber:before, .fa-scrubber.details-box__separator::after {
  content: "\f2f8";
}

/* line 1590, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-scythe:before, .fa-scythe.details-box__separator::after {
  content: "\f710";
}

/* line 1591, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sd-card:before, .fa-sd-card.details-box__separator::after {
  content: "\f7c2";
}

/* line 1592, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-search:before, .fa-search.details-box__separator::after {
  content: "\f002";
}

/* line 1593, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-search-dollar:before, .fa-search-dollar.details-box__separator::after {
  content: "\f688";
}

/* line 1594, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-search-location:before, .fa-search-location.details-box__separator::after {
  content: "\f689";
}

/* line 1595, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-search-minus:before, .fa-search-minus.details-box__separator::after {
  content: "\f010";
}

/* line 1596, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-search-plus:before, .fa-search-plus.details-box__separator::after {
  content: "\f00e";
}

/* line 1597, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-searchengin:before, .fa-searchengin.details-box__separator::after {
  content: "\f3eb";
}

/* line 1598, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-seedling:before, .fa-seedling.details-box__separator::after {
  content: "\f4d8";
}

/* line 1599, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sellcast:before, .fa-sellcast.details-box__separator::after {
  content: "\f2da";
}

/* line 1600, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sellsy:before, .fa-sellsy.details-box__separator::after {
  content: "\f213";
}

/* line 1601, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-send-back:before, .fa-send-back.details-box__separator::after {
  content: "\f87e";
}

/* line 1602, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-send-backward:before, .fa-send-backward.details-box__separator::after {
  content: "\f87f";
}

/* line 1603, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-server:before, .fa-server.details-box__separator::after {
  content: "\f233";
}

/* line 1604, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-servicestack:before, .fa-servicestack.details-box__separator::after {
  content: "\f3ec";
}

/* line 1605, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shapes:before, .fa-shapes.details-box__separator::after {
  content: "\f61f";
}

/* line 1606, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-share:before, .fa-share.details-box__separator::after {
  content: "\f064";
}

/* line 1607, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-share-all:before, .fa-share-all.details-box__separator::after {
  content: "\f367";
}

/* line 1608, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-share-alt:before, .fa-share-alt.details-box__separator::after {
  content: "\f1e0";
}

/* line 1609, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-share-alt-square:before, .fa-share-alt-square.details-box__separator::after {
  content: "\f1e1";
}

/* line 1610, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-share-square:before, .fa-share-square.details-box__separator::after {
  content: "\f14d";
}

/* line 1611, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sheep:before, .fa-sheep.details-box__separator::after {
  content: "\f711";
}

/* line 1612, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shekel-sign:before, .fa-shekel-sign.details-box__separator::after {
  content: "\f20b";
}

/* line 1613, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shield:before, .fa-shield.details-box__separator::after {
  content: "\f132";
}

/* line 1614, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shield-alt:before, .fa-shield-alt.details-box__separator::after {
  content: "\f3ed";
}

/* line 1615, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shield-check:before, .fa-shield-check.details-box__separator::after {
  content: "\f2f7";
}

/* line 1616, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shield-cross:before, .fa-shield-cross.details-box__separator::after {
  content: "\f712";
}

/* line 1617, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ship:before, .fa-ship.details-box__separator::after {
  content: "\f21a";
}

/* line 1618, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shipping-fast:before, .fa-shipping-fast.details-box__separator::after {
  content: "\f48b";
}

/* line 1619, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shipping-timed:before, .fa-shipping-timed.details-box__separator::after {
  content: "\f48c";
}

/* line 1620, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shirtsinbulk:before, .fa-shirtsinbulk.details-box__separator::after {
  content: "\f214";
}

/* line 1621, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shish-kebab:before, .fa-shish-kebab.details-box__separator::after {
  content: "\f821";
}

/* line 1622, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shoe-prints:before, .fa-shoe-prints.details-box__separator::after {
  content: "\f54b";
}

/* line 1623, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shopping-bag:before, .fa-shopping-bag.details-box__separator::after {
  content: "\f290";
}

/* line 1624, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shopping-basket:before, .fa-shopping-basket.details-box__separator::after {
  content: "\f291";
}

/* line 1625, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shopping-cart:before, .fa-shopping-cart.details-box__separator::after {
  content: "\f07a";
}

/* line 1626, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shopware:before, .fa-shopware.details-box__separator::after {
  content: "\f5b5";
}

/* line 1627, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shovel:before, .fa-shovel.details-box__separator::after {
  content: "\f713";
}

/* line 1628, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shovel-snow:before, .fa-shovel-snow.details-box__separator::after {
  content: "\f7c3";
}

/* line 1629, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shower:before, .fa-shower.details-box__separator::after {
  content: "\f2cc";
}

/* line 1630, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shredder:before, .fa-shredder.details-box__separator::after {
  content: "\f68a";
}

/* line 1631, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shuttle-van:before, .fa-shuttle-van.details-box__separator::after {
  content: "\f5b6";
}

/* line 1632, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-shuttlecock:before, .fa-shuttlecock.details-box__separator::after {
  content: "\f45b";
}

/* line 1633, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sickle:before, .fa-sickle.details-box__separator::after {
  content: "\f822";
}

/* line 1634, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sigma:before, .fa-sigma.details-box__separator::after {
  content: "\f68b";
}

/* line 1635, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sign:before, .fa-sign.details-box__separator::after {
  content: "\f4d9";
}

/* line 1636, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sign-in:before, .fa-sign-in.details-box__separator::after {
  content: "\f090";
}

/* line 1637, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sign-in-alt:before, .fa-sign-in-alt.details-box__separator::after {
  content: "\f2f6";
}

/* line 1638, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sign-language:before, .fa-sign-language.details-box__separator::after {
  content: "\f2a7";
}

/* line 1639, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sign-out:before, .fa-sign-out.details-box__separator::after {
  content: "\f08b";
}

/* line 1640, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sign-out-alt:before, .fa-sign-out-alt.details-box__separator::after {
  content: "\f2f5";
}

/* line 1641, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal:before, .fa-signal.details-box__separator::after {
  content: "\f012";
}

/* line 1642, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal-1:before, .fa-signal-1.details-box__separator::after {
  content: "\f68c";
}

/* line 1643, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal-2:before, .fa-signal-2.details-box__separator::after {
  content: "\f68d";
}

/* line 1644, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal-3:before, .fa-signal-3.details-box__separator::after {
  content: "\f68e";
}

/* line 1645, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal-4:before, .fa-signal-4.details-box__separator::after {
  content: "\f68f";
}

/* line 1646, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal-alt:before, .fa-signal-alt.details-box__separator::after {
  content: "\f690";
}

/* line 1647, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal-alt-1:before, .fa-signal-alt-1.details-box__separator::after {
  content: "\f691";
}

/* line 1648, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal-alt-2:before, .fa-signal-alt-2.details-box__separator::after {
  content: "\f692";
}

/* line 1649, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal-alt-3:before, .fa-signal-alt-3.details-box__separator::after {
  content: "\f693";
}

/* line 1650, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal-alt-slash:before, .fa-signal-alt-slash.details-box__separator::after {
  content: "\f694";
}

/* line 1651, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal-slash:before, .fa-signal-slash.details-box__separator::after {
  content: "\f695";
}

/* line 1652, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signal-stream:before, .fa-signal-stream.details-box__separator::after {
  content: "\f8dd";
}

/* line 1653, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-signature:before, .fa-signature.details-box__separator::after {
  content: "\f5b7";
}

/* line 1654, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sim-card:before, .fa-sim-card.details-box__separator::after {
  content: "\f7c4";
}

/* line 1655, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-simplybuilt:before, .fa-simplybuilt.details-box__separator::after {
  content: "\f215";
}

/* line 1656, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sistrix:before, .fa-sistrix.details-box__separator::after {
  content: "\f3ee";
}

/* line 1657, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sitemap:before, .fa-sitemap.details-box__separator::after {
  content: "\f0e8";
}

/* line 1658, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sith:before, .fa-sith.details-box__separator::after {
  content: "\f512";
}

/* line 1659, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-skating:before, .fa-skating.details-box__separator::after {
  content: "\f7c5";
}

/* line 1660, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-skeleton:before, .fa-skeleton.details-box__separator::after {
  content: "\f620";
}

/* line 1661, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sketch:before, .fa-sketch.details-box__separator::after {
  content: "\f7c6";
}

/* line 1662, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ski-jump:before, .fa-ski-jump.details-box__separator::after {
  content: "\f7c7";
}

/* line 1663, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ski-lift:before, .fa-ski-lift.details-box__separator::after {
  content: "\f7c8";
}

/* line 1664, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-skiing:before, .fa-skiing.details-box__separator::after {
  content: "\f7c9";
}

/* line 1665, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-skiing-nordic:before, .fa-skiing-nordic.details-box__separator::after {
  content: "\f7ca";
}

/* line 1666, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-skull:before, .fa-skull.details-box__separator::after {
  content: "\f54c";
}

/* line 1667, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-skull-cow:before, .fa-skull-cow.details-box__separator::after {
  content: "\f8de";
}

/* line 1668, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-skull-crossbones:before, .fa-skull-crossbones.details-box__separator::after {
  content: "\f714";
}

/* line 1669, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-skyatlas:before, .fa-skyatlas.details-box__separator::after {
  content: "\f216";
}

/* line 1670, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-skype:before, .fa-skype.details-box__separator::after {
  content: "\f17e";
}

/* line 1671, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-slack:before, .fa-slack.details-box__separator::after {
  content: "\f198";
}

/* line 1672, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-slack-hash:before, .fa-slack-hash.details-box__separator::after {
  content: "\f3ef";
}

/* line 1673, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-slash:before, .fa-slash.details-box__separator::after {
  content: "\f715";
}

/* line 1674, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sledding:before, .fa-sledding.details-box__separator::after {
  content: "\f7cb";
}

/* line 1675, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sleigh:before, .fa-sleigh.details-box__separator::after {
  content: "\f7cc";
}

/* line 1676, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sliders-h:before, .fa-sliders-h.details-box__separator::after {
  content: "\f1de";
}

/* line 1677, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sliders-h-square:before, .fa-sliders-h-square.details-box__separator::after {
  content: "\f3f0";
}

/* line 1678, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sliders-v:before, .fa-sliders-v.details-box__separator::after {
  content: "\f3f1";
}

/* line 1679, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sliders-v-square:before, .fa-sliders-v-square.details-box__separator::after {
  content: "\f3f2";
}

/* line 1680, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-slideshare:before, .fa-slideshare.details-box__separator::after {
  content: "\f1e7";
}

/* line 1681, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-smile:before, .fa-smile.details-box__separator::after {
  content: "\f118";
}

/* line 1682, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-smile-beam:before, .fa-smile-beam.details-box__separator::after {
  content: "\f5b8";
}

/* line 1683, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-smile-plus:before, .fa-smile-plus.details-box__separator::after {
  content: "\f5b9";
}

/* line 1684, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-smile-wink:before, .fa-smile-wink.details-box__separator::after {
  content: "\f4da";
}

/* line 1685, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-smog:before, .fa-smog.details-box__separator::after {
  content: "\f75f";
}

/* line 1686, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-smoke:before, .fa-smoke.details-box__separator::after {
  content: "\f760";
}

/* line 1687, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-smoking:before, .fa-smoking.details-box__separator::after {
  content: "\f48d";
}

/* line 1688, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-smoking-ban:before, .fa-smoking-ban.details-box__separator::after {
  content: "\f54d";
}

/* line 1689, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sms:before, .fa-sms.details-box__separator::after {
  content: "\f7cd";
}

/* line 1690, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snake:before, .fa-snake.details-box__separator::after {
  content: "\f716";
}

/* line 1691, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snapchat:before, .fa-snapchat.details-box__separator::after {
  content: "\f2ab";
}

/* line 1692, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snapchat-ghost:before, .fa-snapchat-ghost.details-box__separator::after {
  content: "\f2ac";
}

/* line 1693, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snapchat-square:before, .fa-snapchat-square.details-box__separator::after {
  content: "\f2ad";
}

/* line 1694, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snooze:before, .fa-snooze.details-box__separator::after {
  content: "\f880";
}

/* line 1695, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snow-blowing:before, .fa-snow-blowing.details-box__separator::after {
  content: "\f761";
}

/* line 1696, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snowboarding:before, .fa-snowboarding.details-box__separator::after {
  content: "\f7ce";
}

/* line 1697, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snowflake:before, .fa-snowflake.details-box__separator::after {
  content: "\f2dc";
}

/* line 1698, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snowflakes:before, .fa-snowflakes.details-box__separator::after {
  content: "\f7cf";
}

/* line 1699, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snowman:before, .fa-snowman.details-box__separator::after {
  content: "\f7d0";
}

/* line 1700, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snowmobile:before, .fa-snowmobile.details-box__separator::after {
  content: "\f7d1";
}

/* line 1701, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-snowplow:before, .fa-snowplow.details-box__separator::after {
  content: "\f7d2";
}

/* line 1702, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-socks:before, .fa-socks.details-box__separator::after {
  content: "\f696";
}

/* line 1703, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-solar-panel:before, .fa-solar-panel.details-box__separator::after {
  content: "\f5ba";
}

/* line 1704, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort:before, .fa-sort.details-box__separator::after {
  content: "\f0dc";
}

/* line 1705, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-alpha-down:before, .fa-sort-alpha-down.details-box__separator::after {
  content: "\f15d";
}

/* line 1706, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-alpha-down-alt:before, .fa-sort-alpha-down-alt.details-box__separator::after {
  content: "\f881";
}

/* line 1707, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-alpha-up:before, .fa-sort-alpha-up.details-box__separator::after {
  content: "\f15e";
}

/* line 1708, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-alpha-up-alt:before, .fa-sort-alpha-up-alt.details-box__separator::after {
  content: "\f882";
}

/* line 1709, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-alt:before, .fa-sort-alt.details-box__separator::after {
  content: "\f883";
}

/* line 1710, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-amount-down:before, .fa-sort-amount-down.details-box__separator::after {
  content: "\f160";
}

/* line 1711, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-amount-down-alt:before, .fa-sort-amount-down-alt.details-box__separator::after {
  content: "\f884";
}

/* line 1712, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-amount-up:before, .fa-sort-amount-up.details-box__separator::after {
  content: "\f161";
}

/* line 1713, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-amount-up-alt:before, .fa-sort-amount-up-alt.details-box__separator::after {
  content: "\f885";
}

/* line 1714, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-down:before, .fa-sort-down.details-box__separator::after {
  content: "\f0dd";
}

/* line 1715, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-numeric-down:before, .fa-sort-numeric-down.details-box__separator::after {
  content: "\f162";
}

/* line 1716, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-numeric-down-alt:before, .fa-sort-numeric-down-alt.details-box__separator::after {
  content: "\f886";
}

/* line 1717, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-numeric-up:before, .fa-sort-numeric-up.details-box__separator::after {
  content: "\f163";
}

/* line 1718, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-numeric-up-alt:before, .fa-sort-numeric-up-alt.details-box__separator::after {
  content: "\f887";
}

/* line 1719, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-shapes-down:before, .fa-sort-shapes-down.details-box__separator::after {
  content: "\f888";
}

/* line 1720, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-shapes-down-alt:before, .fa-sort-shapes-down-alt.details-box__separator::after {
  content: "\f889";
}

/* line 1721, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-shapes-up:before, .fa-sort-shapes-up.details-box__separator::after {
  content: "\f88a";
}

/* line 1722, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-shapes-up-alt:before, .fa-sort-shapes-up-alt.details-box__separator::after {
  content: "\f88b";
}

/* line 1723, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-size-down:before, .fa-sort-size-down.details-box__separator::after {
  content: "\f88c";
}

/* line 1724, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-size-down-alt:before, .fa-sort-size-down-alt.details-box__separator::after {
  content: "\f88d";
}

/* line 1725, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-size-up:before, .fa-sort-size-up.details-box__separator::after {
  content: "\f88e";
}

/* line 1726, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-size-up-alt:before, .fa-sort-size-up-alt.details-box__separator::after {
  content: "\f88f";
}

/* line 1727, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sort-up:before, .fa-sort-up.details-box__separator::after {
  content: "\f0de";
}

/* line 1728, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-soundcloud:before, .fa-soundcloud.details-box__separator::after {
  content: "\f1be";
}

/* line 1729, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-soup:before, .fa-soup.details-box__separator::after {
  content: "\f823";
}

/* line 1730, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sourcetree:before, .fa-sourcetree.details-box__separator::after {
  content: "\f7d3";
}

/* line 1731, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-spa:before, .fa-spa.details-box__separator::after {
  content: "\f5bb";
}

/* line 1732, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-space-shuttle:before, .fa-space-shuttle.details-box__separator::after {
  content: "\f197";
}

/* line 1733, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-spade:before, .fa-spade.details-box__separator::after {
  content: "\f2f4";
}

/* line 1734, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sparkles:before, .fa-sparkles.details-box__separator::after {
  content: "\f890";
}

/* line 1735, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-speakap:before, .fa-speakap.details-box__separator::after {
  content: "\f3f3";
}

/* line 1736, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-speaker:before, .fa-speaker.details-box__separator::after {
  content: "\f8df";
}

/* line 1737, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-speaker-deck:before, .fa-speaker-deck.details-box__separator::after {
  content: "\f83c";
}

/* line 1738, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-speakers:before, .fa-speakers.details-box__separator::after {
  content: "\f8e0";
}

/* line 1739, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-spell-check:before, .fa-spell-check.details-box__separator::after {
  content: "\f891";
}

/* line 1740, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-spider:before, .fa-spider.details-box__separator::after {
  content: "\f717";
}

/* line 1741, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-spider-black-widow:before, .fa-spider-black-widow.details-box__separator::after {
  content: "\f718";
}

/* line 1742, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-spider-web:before, .fa-spider-web.details-box__separator::after {
  content: "\f719";
}

/* line 1743, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-spinner:before, .fa-spinner.details-box__separator::after {
  content: "\f110";
}

/* line 1744, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-spinner-third:before, .fa-spinner-third.details-box__separator::after {
  content: "\f3f4";
}

/* line 1745, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-splotch:before, .fa-splotch.details-box__separator::after {
  content: "\f5bc";
}

/* line 1746, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-spotify:before, .fa-spotify.details-box__separator::after {
  content: "\f1bc";
}

/* line 1747, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-spray-can:before, .fa-spray-can.details-box__separator::after {
  content: "\f5bd";
}

/* line 1748, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-square:before, .fa-square.details-box__separator::after {
  content: "\f0c8";
}

/* line 1749, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-square-full:before, .fa-square-full.details-box__separator::after {
  content: "\f45c";
}

/* line 1750, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-square-root:before, .fa-square-root.details-box__separator::after {
  content: "\f697";
}

/* line 1751, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-square-root-alt:before, .fa-square-root-alt.details-box__separator::after {
  content: "\f698";
}

/* line 1752, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-squarespace:before, .fa-squarespace.details-box__separator::after {
  content: "\f5be";
}

/* line 1753, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-squirrel:before, .fa-squirrel.details-box__separator::after {
  content: "\f71a";
}

/* line 1754, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stack-exchange:before, .fa-stack-exchange.details-box__separator::after {
  content: "\f18d";
}

/* line 1755, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stack-overflow:before, .fa-stack-overflow.details-box__separator::after {
  content: "\f16c";
}

/* line 1756, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stackpath:before, .fa-stackpath.details-box__separator::after {
  content: "\f842";
}

/* line 1757, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-staff:before, .fa-staff.details-box__separator::after {
  content: "\f71b";
}

/* line 1758, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stamp:before, .fa-stamp.details-box__separator::after {
  content: "\f5bf";
}

/* line 1759, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-star:before, .fa-star.details-box__separator::after {
  content: "\f005";
}

/* line 1760, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-star-and-crescent:before, .fa-star-and-crescent.details-box__separator::after {
  content: "\f699";
}

/* line 1761, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-star-christmas:before, .fa-star-christmas.details-box__separator::after {
  content: "\f7d4";
}

/* line 1762, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-star-exclamation:before, .fa-star-exclamation.details-box__separator::after {
  content: "\f2f3";
}

/* line 1763, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-star-half:before, .fa-star-half.details-box__separator::after {
  content: "\f089";
}

/* line 1764, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-star-half-alt:before, .fa-star-half-alt.details-box__separator::after {
  content: "\f5c0";
}

/* line 1765, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-star-of-david:before, .fa-star-of-david.details-box__separator::after {
  content: "\f69a";
}

/* line 1766, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-star-of-life:before, .fa-star-of-life.details-box__separator::after {
  content: "\f621";
}

/* line 1767, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stars:before, .fa-stars.details-box__separator::after {
  content: "\f762";
}

/* line 1768, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-staylinked:before, .fa-staylinked.details-box__separator::after {
  content: "\f3f5";
}

/* line 1769, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-steak:before, .fa-steak.details-box__separator::after {
  content: "\f824";
}

/* line 1770, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-steam:before, .fa-steam.details-box__separator::after {
  content: "\f1b6";
}

/* line 1771, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-steam-square:before, .fa-steam-square.details-box__separator::after {
  content: "\f1b7";
}

/* line 1772, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-steam-symbol:before, .fa-steam-symbol.details-box__separator::after {
  content: "\f3f6";
}

/* line 1773, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-steering-wheel:before, .fa-steering-wheel.details-box__separator::after {
  content: "\f622";
}

/* line 1774, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-step-backward:before, .fa-step-backward.details-box__separator::after {
  content: "\f048";
}

/* line 1775, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-step-forward:before, .fa-step-forward.details-box__separator::after {
  content: "\f051";
}

/* line 1776, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stethoscope:before, .fa-stethoscope.details-box__separator::after {
  content: "\f0f1";
}

/* line 1777, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sticker-mule:before, .fa-sticker-mule.details-box__separator::after {
  content: "\f3f7";
}

/* line 1778, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sticky-note:before, .fa-sticky-note.details-box__separator::after {
  content: "\f249";
}

/* line 1779, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stocking:before, .fa-stocking.details-box__separator::after {
  content: "\f7d5";
}

/* line 1780, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stomach:before, .fa-stomach.details-box__separator::after {
  content: "\f623";
}

/* line 1781, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stop:before, .fa-stop.details-box__separator::after {
  content: "\f04d";
}

/* line 1782, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stop-circle:before, .fa-stop-circle.details-box__separator::after {
  content: "\f28d";
}

/* line 1783, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stopwatch:before, .fa-stopwatch.details-box__separator::after {
  content: "\f2f2";
}

/* line 1784, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-store:before, .fa-store.details-box__separator::after {
  content: "\f54e";
}

/* line 1785, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-store-alt:before, .fa-store-alt.details-box__separator::after {
  content: "\f54f";
}

/* line 1786, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-strava:before, .fa-strava.details-box__separator::after {
  content: "\f428";
}

/* line 1787, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stream:before, .fa-stream.details-box__separator::after {
  content: "\f550";
}

/* line 1788, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-street-view:before, .fa-street-view.details-box__separator::after {
  content: "\f21d";
}

/* line 1789, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stretcher:before, .fa-stretcher.details-box__separator::after {
  content: "\f825";
}

/* line 1790, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-strikethrough:before, .fa-strikethrough.details-box__separator::after {
  content: "\f0cc";
}

/* line 1791, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stripe:before, .fa-stripe.details-box__separator::after {
  content: "\f429";
}

/* line 1792, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stripe-s:before, .fa-stripe-s.details-box__separator::after {
  content: "\f42a";
}

/* line 1793, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stroopwafel:before, .fa-stroopwafel.details-box__separator::after {
  content: "\f551";
}

/* line 1794, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-studiovinari:before, .fa-studiovinari.details-box__separator::after {
  content: "\f3f8";
}

/* line 1795, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stumbleupon:before, .fa-stumbleupon.details-box__separator::after {
  content: "\f1a4";
}

/* line 1796, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before, .fa-stumbleupon-circle.details-box__separator::after {
  content: "\f1a3";
}

/* line 1797, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-subscript:before, .fa-subscript.details-box__separator::after {
  content: "\f12c";
}

/* line 1798, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-subway:before, .fa-subway.details-box__separator::after {
  content: "\f239";
}

/* line 1799, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-suitcase:before, .fa-suitcase.details-box__separator::after {
  content: "\f0f2";
}

/* line 1800, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-suitcase-rolling:before, .fa-suitcase-rolling.details-box__separator::after {
  content: "\f5c1";
}

/* line 1801, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sun:before, .fa-sun.details-box__separator::after {
  content: "\f185";
}

/* line 1802, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sun-cloud:before, .fa-sun-cloud.details-box__separator::after {
  content: "\f763";
}

/* line 1803, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sun-dust:before, .fa-sun-dust.details-box__separator::after {
  content: "\f764";
}

/* line 1804, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sun-haze:before, .fa-sun-haze.details-box__separator::after {
  content: "\f765";
}

/* line 1805, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sunglasses:before, .fa-sunglasses.details-box__separator::after {
  content: "\f892";
}

/* line 1806, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sunrise:before, .fa-sunrise.details-box__separator::after {
  content: "\f766";
}

/* line 1807, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sunset:before, .fa-sunset.details-box__separator::after {
  content: "\f767";
}

/* line 1808, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-superpowers:before, .fa-superpowers.details-box__separator::after {
  content: "\f2dd";
}

/* line 1809, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-superscript:before, .fa-superscript.details-box__separator::after {
  content: "\f12b";
}

/* line 1810, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-supple:before, .fa-supple.details-box__separator::after {
  content: "\f3f9";
}

/* line 1811, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-surprise:before, .fa-surprise.details-box__separator::after {
  content: "\f5c2";
}

/* line 1812, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-suse:before, .fa-suse.details-box__separator::after {
  content: "\f7d6";
}

/* line 1813, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-swatchbook:before, .fa-swatchbook.details-box__separator::after {
  content: "\f5c3";
}

/* line 1814, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-swift:before, .fa-swift.details-box__separator::after {
  content: "\f8e1";
}

/* line 1815, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-swimmer:before, .fa-swimmer.details-box__separator::after {
  content: "\f5c4";
}

/* line 1816, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-swimming-pool:before, .fa-swimming-pool.details-box__separator::after {
  content: "\f5c5";
}

/* line 1817, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sword:before, .fa-sword.details-box__separator::after {
  content: "\f71c";
}

/* line 1818, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-swords:before, .fa-swords.details-box__separator::after {
  content: "\f71d";
}

/* line 1819, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-symfony:before, .fa-symfony.details-box__separator::after {
  content: "\f83d";
}

/* line 1820, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-synagogue:before, .fa-synagogue.details-box__separator::after {
  content: "\f69b";
}

/* line 1821, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sync:before, .fa-sync.details-box__separator::after {
  content: "\f021";
}

/* line 1822, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-sync-alt:before, .fa-sync-alt.details-box__separator::after {
  content: "\f2f1";
}

/* line 1823, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-syringe:before, .fa-syringe.details-box__separator::after {
  content: "\f48e";
}

/* line 1824, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-table:before, .fa-table.details-box__separator::after {
  content: "\f0ce";
}

/* line 1825, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-table-tennis:before, .fa-table-tennis.details-box__separator::after {
  content: "\f45d";
}

/* line 1826, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tablet:before, .fa-tablet.details-box__separator::after {
  content: "\f10a";
}

/* line 1827, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tablet-alt:before, .fa-tablet-alt.details-box__separator::after {
  content: "\f3fa";
}

/* line 1828, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tablet-android:before, .fa-tablet-android.details-box__separator::after {
  content: "\f3fb";
}

/* line 1829, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tablet-android-alt:before, .fa-tablet-android-alt.details-box__separator::after {
  content: "\f3fc";
}

/* line 1830, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tablet-rugged:before, .fa-tablet-rugged.details-box__separator::after {
  content: "\f48f";
}

/* line 1831, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tablets:before, .fa-tablets.details-box__separator::after {
  content: "\f490";
}

/* line 1832, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer:before, .fa-tachometer.details-box__separator::after {
  content: "\f0e4";
}

/* line 1833, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer-alt:before, .fa-tachometer-alt.details-box__separator::after {
  content: "\f3fd";
}

/* line 1834, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer-alt-average:before, .fa-tachometer-alt-average.details-box__separator::after {
  content: "\f624";
}

/* line 1835, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer-alt-fast:before, .fa-tachometer-alt-fast.details-box__separator::after {
  content: "\f625";
}

/* line 1836, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer-alt-fastest:before, .fa-tachometer-alt-fastest.details-box__separator::after {
  content: "\f626";
}

/* line 1837, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer-alt-slow:before, .fa-tachometer-alt-slow.details-box__separator::after {
  content: "\f627";
}

/* line 1838, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer-alt-slowest:before, .fa-tachometer-alt-slowest.details-box__separator::after {
  content: "\f628";
}

/* line 1839, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer-average:before, .fa-tachometer-average.details-box__separator::after {
  content: "\f629";
}

/* line 1840, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer-fast:before, .fa-tachometer-fast.details-box__separator::after {
  content: "\f62a";
}

/* line 1841, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer-fastest:before, .fa-tachometer-fastest.details-box__separator::after {
  content: "\f62b";
}

/* line 1842, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer-slow:before, .fa-tachometer-slow.details-box__separator::after {
  content: "\f62c";
}

/* line 1843, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tachometer-slowest:before, .fa-tachometer-slowest.details-box__separator::after {
  content: "\f62d";
}

/* line 1844, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-taco:before, .fa-taco.details-box__separator::after {
  content: "\f826";
}

/* line 1845, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tag:before, .fa-tag.details-box__separator::after {
  content: "\f02b";
}

/* line 1846, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tags:before, .fa-tags.details-box__separator::after {
  content: "\f02c";
}

/* line 1847, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tally:before, .fa-tally.details-box__separator::after {
  content: "\f69c";
}

/* line 1848, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tanakh:before, .fa-tanakh.details-box__separator::after {
  content: "\f827";
}

/* line 1849, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tape:before, .fa-tape.details-box__separator::after {
  content: "\f4db";
}

/* line 1850, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tasks:before, .fa-tasks.details-box__separator::after {
  content: "\f0ae";
}

/* line 1851, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tasks-alt:before, .fa-tasks-alt.details-box__separator::after {
  content: "\f828";
}

/* line 1852, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-taxi:before, .fa-taxi.details-box__separator::after {
  content: "\f1ba";
}

/* line 1853, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-teamspeak:before, .fa-teamspeak.details-box__separator::after {
  content: "\f4f9";
}

/* line 1854, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-teeth:before, .fa-teeth.details-box__separator::after {
  content: "\f62e";
}

/* line 1855, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-teeth-open:before, .fa-teeth-open.details-box__separator::after {
  content: "\f62f";
}

/* line 1856, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-telegram:before, .fa-telegram.details-box__separator::after {
  content: "\f2c6";
}

/* line 1857, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-telegram-plane:before, .fa-telegram-plane.details-box__separator::after {
  content: "\f3fe";
}

/* line 1858, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-temperature-frigid:before, .fa-temperature-frigid.details-box__separator::after {
  content: "\f768";
}

/* line 1859, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-temperature-high:before, .fa-temperature-high.details-box__separator::after {
  content: "\f769";
}

/* line 1860, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-temperature-hot:before, .fa-temperature-hot.details-box__separator::after {
  content: "\f76a";
}

/* line 1861, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-temperature-low:before, .fa-temperature-low.details-box__separator::after {
  content: "\f76b";
}

/* line 1862, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tencent-weibo:before, .fa-tencent-weibo.details-box__separator::after {
  content: "\f1d5";
}

/* line 1863, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tenge:before, .fa-tenge.details-box__separator::after {
  content: "\f7d7";
}

/* line 1864, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tennis-ball:before, .fa-tennis-ball.details-box__separator::after {
  content: "\f45e";
}

/* line 1865, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-terminal:before, .fa-terminal.details-box__separator::after {
  content: "\f120";
}

/* line 1866, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-text:before, .fa-text.details-box__separator::after {
  content: "\f893";
}

/* line 1867, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-text-height:before, .fa-text-height.details-box__separator::after {
  content: "\f034";
}

/* line 1868, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-text-size:before, .fa-text-size.details-box__separator::after {
  content: "\f894";
}

/* line 1869, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-text-width:before, .fa-text-width.details-box__separator::after {
  content: "\f035";
}

/* line 1870, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-th:before, .fa-th.details-box__separator::after {
  content: "\f00a";
}

/* line 1871, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-th-large:before, .fa-th-large.details-box__separator::after {
  content: "\f009";
}

/* line 1872, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-th-list:before, .fa-th-list.details-box__separator::after {
  content: "\f00b";
}

/* line 1873, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-the-red-yeti:before, .fa-the-red-yeti.details-box__separator::after {
  content: "\f69d";
}

/* line 1874, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-theater-masks:before, .fa-theater-masks.details-box__separator::after {
  content: "\f630";
}

/* line 1875, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-themeco:before, .fa-themeco.details-box__separator::after {
  content: "\f5c6";
}

/* line 1876, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-themeisle:before, .fa-themeisle.details-box__separator::after {
  content: "\f2b2";
}

/* line 1877, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thermometer:before, .fa-thermometer.details-box__separator::after {
  content: "\f491";
}

/* line 1878, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thermometer-empty:before, .fa-thermometer-empty.details-box__separator::after {
  content: "\f2cb";
}

/* line 1879, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thermometer-full:before, .fa-thermometer-full.details-box__separator::after {
  content: "\f2c7";
}

/* line 1880, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thermometer-half:before, .fa-thermometer-half.details-box__separator::after {
  content: "\f2c9";
}

/* line 1881, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thermometer-quarter:before, .fa-thermometer-quarter.details-box__separator::after {
  content: "\f2ca";
}

/* line 1882, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thermometer-three-quarters:before, .fa-thermometer-three-quarters.details-box__separator::after {
  content: "\f2c8";
}

/* line 1883, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-theta:before, .fa-theta.details-box__separator::after {
  content: "\f69e";
}

/* line 1884, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-think-peaks:before, .fa-think-peaks.details-box__separator::after {
  content: "\f731";
}

/* line 1885, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thumbs-down:before, .fa-thumbs-down.details-box__separator::after {
  content: "\f165";
}

/* line 1886, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thumbs-up:before, .fa-thumbs-up.details-box__separator::after {
  content: "\f164";
}

/* line 1887, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thumbtack:before, .fa-thumbtack.details-box__separator::after {
  content: "\f08d";
}

/* line 1888, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thunderstorm:before, .fa-thunderstorm.details-box__separator::after {
  content: "\f76c";
}

/* line 1889, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thunderstorm-moon:before, .fa-thunderstorm-moon.details-box__separator::after {
  content: "\f76d";
}

/* line 1890, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-thunderstorm-sun:before, .fa-thunderstorm-sun.details-box__separator::after {
  content: "\f76e";
}

/* line 1891, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ticket:before, .fa-ticket.details-box__separator::after {
  content: "\f145";
}

/* line 1892, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ticket-alt:before, .fa-ticket-alt.details-box__separator::after {
  content: "\f3ff";
}

/* line 1893, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tilde:before, .fa-tilde.details-box__separator::after {
  content: "\f69f";
}

/* line 1894, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-times:before, .fa-times.details-box__separator::after {
  content: "\f00d";
}

/* line 1895, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-times-circle:before, .fa-times-circle.details-box__separator::after {
  content: "\f057";
}

/* line 1896, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-times-hexagon:before, .fa-times-hexagon.details-box__separator::after {
  content: "\f2ee";
}

/* line 1897, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-times-octagon:before, .fa-times-octagon.details-box__separator::after {
  content: "\f2f0";
}

/* line 1898, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-times-square:before, .fa-times-square.details-box__separator::after {
  content: "\f2d3";
}

/* line 1899, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tint:before, .fa-tint.details-box__separator::after {
  content: "\f043";
}

/* line 1900, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tint-slash:before, .fa-tint-slash.details-box__separator::after {
  content: "\f5c7";
}

/* line 1901, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tire:before, .fa-tire.details-box__separator::after {
  content: "\f631";
}

/* line 1902, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tire-flat:before, .fa-tire-flat.details-box__separator::after {
  content: "\f632";
}

/* line 1903, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tire-pressure-warning:before, .fa-tire-pressure-warning.details-box__separator::after {
  content: "\f633";
}

/* line 1904, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tire-rugged:before, .fa-tire-rugged.details-box__separator::after {
  content: "\f634";
}

/* line 1905, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tired:before, .fa-tired.details-box__separator::after {
  content: "\f5c8";
}

/* line 1906, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-toggle-off:before, .fa-toggle-off.details-box__separator::after {
  content: "\f204";
}

/* line 1907, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-toggle-on:before, .fa-toggle-on.details-box__separator::after {
  content: "\f205";
}

/* line 1908, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-toilet:before, .fa-toilet.details-box__separator::after {
  content: "\f7d8";
}

/* line 1909, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-toilet-paper:before, .fa-toilet-paper.details-box__separator::after {
  content: "\f71e";
}

/* line 1910, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-toilet-paper-alt:before, .fa-toilet-paper-alt.details-box__separator::after {
  content: "\f71f";
}

/* line 1911, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tombstone:before, .fa-tombstone.details-box__separator::after {
  content: "\f720";
}

/* line 1912, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tombstone-alt:before, .fa-tombstone-alt.details-box__separator::after {
  content: "\f721";
}

/* line 1913, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-toolbox:before, .fa-toolbox.details-box__separator::after {
  content: "\f552";
}

/* line 1914, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tools:before, .fa-tools.details-box__separator::after {
  content: "\f7d9";
}

/* line 1915, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tooth:before, .fa-tooth.details-box__separator::after {
  content: "\f5c9";
}

/* line 1916, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-toothbrush:before, .fa-toothbrush.details-box__separator::after {
  content: "\f635";
}

/* line 1917, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-torah:before, .fa-torah.details-box__separator::after {
  content: "\f6a0";
}

/* line 1918, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-torii-gate:before, .fa-torii-gate.details-box__separator::after {
  content: "\f6a1";
}

/* line 1919, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tornado:before, .fa-tornado.details-box__separator::after {
  content: "\f76f";
}

/* line 1920, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tractor:before, .fa-tractor.details-box__separator::after {
  content: "\f722";
}

/* line 1921, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trade-federation:before, .fa-trade-federation.details-box__separator::after {
  content: "\f513";
}

/* line 1922, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trademark:before, .fa-trademark.details-box__separator::after {
  content: "\f25c";
}

/* line 1923, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-traffic-cone:before, .fa-traffic-cone.details-box__separator::after {
  content: "\f636";
}

/* line 1924, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-traffic-light:before, .fa-traffic-light.details-box__separator::after {
  content: "\f637";
}

/* line 1925, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-traffic-light-go:before, .fa-traffic-light-go.details-box__separator::after {
  content: "\f638";
}

/* line 1926, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-traffic-light-slow:before, .fa-traffic-light-slow.details-box__separator::after {
  content: "\f639";
}

/* line 1927, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-traffic-light-stop:before, .fa-traffic-light-stop.details-box__separator::after {
  content: "\f63a";
}

/* line 1928, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-train:before, .fa-train.details-box__separator::after {
  content: "\f238";
}

/* line 1929, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tram:before, .fa-tram.details-box__separator::after {
  content: "\f7da";
}

/* line 1930, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-transgender:before, .fa-transgender.details-box__separator::after {
  content: "\f224";
}

/* line 1931, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-transgender-alt:before, .fa-transgender-alt.details-box__separator::after {
  content: "\f225";
}

/* line 1932, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trash:before, .fa-trash.details-box__separator::after {
  content: "\f1f8";
}

/* line 1933, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trash-alt:before, .fa-trash-alt.details-box__separator::after {
  content: "\f2ed";
}

/* line 1934, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trash-restore:before, .fa-trash-restore.details-box__separator::after {
  content: "\f829";
}

/* line 1935, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trash-restore-alt:before, .fa-trash-restore-alt.details-box__separator::after {
  content: "\f82a";
}

/* line 1936, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trash-undo:before, .fa-trash-undo.details-box__separator::after {
  content: "\f895";
}

/* line 1937, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trash-undo-alt:before, .fa-trash-undo-alt.details-box__separator::after {
  content: "\f896";
}

/* line 1938, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-treasure-chest:before, .fa-treasure-chest.details-box__separator::after {
  content: "\f723";
}

/* line 1939, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tree:before, .fa-tree.details-box__separator::after {
  content: "\f1bb";
}

/* line 1940, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tree-alt:before, .fa-tree-alt.details-box__separator::after {
  content: "\f400";
}

/* line 1941, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tree-christmas:before, .fa-tree-christmas.details-box__separator::after {
  content: "\f7db";
}

/* line 1942, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tree-decorated:before, .fa-tree-decorated.details-box__separator::after {
  content: "\f7dc";
}

/* line 1943, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tree-large:before, .fa-tree-large.details-box__separator::after {
  content: "\f7dd";
}

/* line 1944, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tree-palm:before, .fa-tree-palm.details-box__separator::after {
  content: "\f82b";
}

/* line 1945, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trees:before, .fa-trees.details-box__separator::after {
  content: "\f724";
}

/* line 1946, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trello:before, .fa-trello.details-box__separator::after {
  content: "\f181";
}

/* line 1947, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-triangle:before, .fa-triangle.details-box__separator::after {
  content: "\f2ec";
}

/* line 1948, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-triangle-music:before, .fa-triangle-music.details-box__separator::after {
  content: "\f8e2";
}

/* line 1949, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tripadvisor:before, .fa-tripadvisor.details-box__separator::after {
  content: "\f262";
}

/* line 1950, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trophy:before, .fa-trophy.details-box__separator::after {
  content: "\f091";
}

/* line 1951, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trophy-alt:before, .fa-trophy-alt.details-box__separator::after {
  content: "\f2eb";
}

/* line 1952, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-truck:before, .fa-truck.details-box__separator::after {
  content: "\f0d1";
}

/* line 1953, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-truck-container:before, .fa-truck-container.details-box__separator::after {
  content: "\f4dc";
}

/* line 1954, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-truck-couch:before, .fa-truck-couch.details-box__separator::after {
  content: "\f4dd";
}

/* line 1955, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-truck-loading:before, .fa-truck-loading.details-box__separator::after {
  content: "\f4de";
}

/* line 1956, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-truck-monster:before, .fa-truck-monster.details-box__separator::after {
  content: "\f63b";
}

/* line 1957, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-truck-moving:before, .fa-truck-moving.details-box__separator::after {
  content: "\f4df";
}

/* line 1958, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-truck-pickup:before, .fa-truck-pickup.details-box__separator::after {
  content: "\f63c";
}

/* line 1959, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-truck-plow:before, .fa-truck-plow.details-box__separator::after {
  content: "\f7de";
}

/* line 1960, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-truck-ramp:before, .fa-truck-ramp.details-box__separator::after {
  content: "\f4e0";
}

/* line 1961, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-trumpet:before, .fa-trumpet.details-box__separator::after {
  content: "\f8e3";
}

/* line 1962, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tshirt:before, .fa-tshirt.details-box__separator::after {
  content: "\f553";
}

/* line 1963, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tty:before, .fa-tty.details-box__separator::after {
  content: "\f1e4";
}

/* line 1964, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tumblr:before, .fa-tumblr.details-box__separator::after {
  content: "\f173";
}

/* line 1965, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tumblr-square:before, .fa-tumblr-square.details-box__separator::after {
  content: "\f174";
}

/* line 1966, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-turkey:before, .fa-turkey.details-box__separator::after {
  content: "\f725";
}

/* line 1967, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-turntable:before, .fa-turntable.details-box__separator::after {
  content: "\f8e4";
}

/* line 1968, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-turtle:before, .fa-turtle.details-box__separator::after {
  content: "\f726";
}

/* line 1969, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tv:before, .fa-tv.details-box__separator::after {
  content: "\f26c";
}

/* line 1970, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tv-alt:before, .fa-tv-alt.details-box__separator::after {
  content: "\f8e5";
}

/* line 1971, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tv-music:before, .fa-tv-music.details-box__separator::after {
  content: "\f8e6";
}

/* line 1972, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-tv-retro:before, .fa-tv-retro.details-box__separator::after {
  content: "\f401";
}

/* line 1973, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-twitch:before, .fa-twitch.details-box__separator::after {
  content: "\f1e8";
}

/* line 1974, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-twitter:before, .fa-twitter.details-box__separator::after {
  content: "\f099";
}

/* line 1975, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-twitter-square:before, .fa-twitter-square.details-box__separator::after {
  content: "\f081";
}

/* line 1976, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-typewriter:before, .fa-typewriter.details-box__separator::after {
  content: "\f8e7";
}

/* line 1977, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-typo3:before, .fa-typo3.details-box__separator::after {
  content: "\f42b";
}

/* line 1978, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-uber:before, .fa-uber.details-box__separator::after {
  content: "\f402";
}

/* line 1979, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ubuntu:before, .fa-ubuntu.details-box__separator::after {
  content: "\f7df";
}

/* line 1980, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-uikit:before, .fa-uikit.details-box__separator::after {
  content: "\f403";
}

/* line 1981, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-umbraco:before, .fa-umbraco.details-box__separator::after {
  content: "\f8e8";
}

/* line 1982, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-umbrella:before, .fa-umbrella.details-box__separator::after {
  content: "\f0e9";
}

/* line 1983, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-umbrella-beach:before, .fa-umbrella-beach.details-box__separator::after {
  content: "\f5ca";
}

/* line 1984, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-underline:before, .fa-underline.details-box__separator::after {
  content: "\f0cd";
}

/* line 1985, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-undo:before, .fa-undo.details-box__separator::after {
  content: "\f0e2";
}

/* line 1986, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-undo-alt:before, .fa-undo-alt.details-box__separator::after {
  content: "\f2ea";
}

/* line 1987, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-unicorn:before, .fa-unicorn.details-box__separator::after {
  content: "\f727";
}

/* line 1988, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-union:before, .fa-union.details-box__separator::after {
  content: "\f6a2";
}

/* line 1989, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-uniregistry:before, .fa-uniregistry.details-box__separator::after {
  content: "\f404";
}

/* line 1990, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-universal-access:before, .fa-universal-access.details-box__separator::after {
  content: "\f29a";
}

/* line 1991, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-university:before, .fa-university.details-box__separator::after {
  content: "\f19c";
}

/* line 1992, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-unlink:before, .fa-unlink.details-box__separator::after {
  content: "\f127";
}

/* line 1993, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-unlock:before, .fa-unlock.details-box__separator::after {
  content: "\f09c";
}

/* line 1994, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-unlock-alt:before, .fa-unlock-alt.details-box__separator::after {
  content: "\f13e";
}

/* line 1995, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-untappd:before, .fa-untappd.details-box__separator::after {
  content: "\f405";
}

/* line 1996, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-upload:before, .fa-upload.details-box__separator::after {
  content: "\f093";
}

/* line 1997, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ups:before, .fa-ups.details-box__separator::after {
  content: "\f7e0";
}

/* line 1998, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-usb:before, .fa-usb.details-box__separator::after {
  content: "\f287";
}

/* line 1999, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-usb-drive:before, .fa-usb-drive.details-box__separator::after {
  content: "\f8e9";
}

/* line 2000, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-usd-circle:before, .fa-usd-circle.details-box__separator::after {
  content: "\f2e8";
}

/* line 2001, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-usd-square:before, .fa-usd-square.details-box__separator::after {
  content: "\f2e9";
}

/* line 2002, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user:before, .fa-user.details-box__separator::after {
  content: "\f007";
}

/* line 2003, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-alt:before, .fa-user-alt.details-box__separator::after {
  content: "\f406";
}

/* line 2004, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-alt-slash:before, .fa-user-alt-slash.details-box__separator::after {
  content: "\f4fa";
}

/* line 2005, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-astronaut:before, .fa-user-astronaut.details-box__separator::after {
  content: "\f4fb";
}

/* line 2006, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-chart:before, .fa-user-chart.details-box__separator::after {
  content: "\f6a3";
}

/* line 2007, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-check:before, .fa-user-check.details-box__separator::after {
  content: "\f4fc";
}

/* line 2008, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-circle:before, .fa-user-circle.details-box__separator::after {
  content: "\f2bd";
}

/* line 2009, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-clock:before, .fa-user-clock.details-box__separator::after {
  content: "\f4fd";
}

/* line 2010, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-cog:before, .fa-user-cog.details-box__separator::after {
  content: "\f4fe";
}

/* line 2011, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-cowboy:before, .fa-user-cowboy.details-box__separator::after {
  content: "\f8ea";
}

/* line 2012, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-crown:before, .fa-user-crown.details-box__separator::after {
  content: "\f6a4";
}

/* line 2013, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-edit:before, .fa-user-edit.details-box__separator::after {
  content: "\f4ff";
}

/* line 2014, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-friends:before, .fa-user-friends.details-box__separator::after {
  content: "\f500";
}

/* line 2015, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-graduate:before, .fa-user-graduate.details-box__separator::after {
  content: "\f501";
}

/* line 2016, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-hard-hat:before, .fa-user-hard-hat.details-box__separator::after {
  content: "\f82c";
}

/* line 2017, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-headset:before, .fa-user-headset.details-box__separator::after {
  content: "\f82d";
}

/* line 2018, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-injured:before, .fa-user-injured.details-box__separator::after {
  content: "\f728";
}

/* line 2019, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-lock:before, .fa-user-lock.details-box__separator::after {
  content: "\f502";
}

/* line 2020, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-md:before, .fa-user-md.details-box__separator::after {
  content: "\f0f0";
}

/* line 2021, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-md-chat:before, .fa-user-md-chat.details-box__separator::after {
  content: "\f82e";
}

/* line 2022, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-minus:before, .fa-user-minus.details-box__separator::after {
  content: "\f503";
}

/* line 2023, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-music:before, .fa-user-music.details-box__separator::after {
  content: "\f8eb";
}

/* line 2024, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-ninja:before, .fa-user-ninja.details-box__separator::after {
  content: "\f504";
}

/* line 2025, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-nurse:before, .fa-user-nurse.details-box__separator::after {
  content: "\f82f";
}

/* line 2026, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-plus:before, .fa-user-plus.details-box__separator::after {
  content: "\f234";
}

/* line 2027, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-secret:before, .fa-user-secret.details-box__separator::after {
  content: "\f21b";
}

/* line 2028, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-shield:before, .fa-user-shield.details-box__separator::after {
  content: "\f505";
}

/* line 2029, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-slash:before, .fa-user-slash.details-box__separator::after {
  content: "\f506";
}

/* line 2030, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-tag:before, .fa-user-tag.details-box__separator::after {
  content: "\f507";
}

/* line 2031, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-tie:before, .fa-user-tie.details-box__separator::after {
  content: "\f508";
}

/* line 2032, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-user-times:before, .fa-user-times.details-box__separator::after {
  content: "\f235";
}

/* line 2033, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-users:before, .fa-users.details-box__separator::after {
  content: "\f0c0";
}

/* line 2034, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-users-class:before, .fa-users-class.details-box__separator::after {
  content: "\f63d";
}

/* line 2035, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-users-cog:before, .fa-users-cog.details-box__separator::after {
  content: "\f509";
}

/* line 2036, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-users-crown:before, .fa-users-crown.details-box__separator::after {
  content: "\f6a5";
}

/* line 2037, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-users-medical:before, .fa-users-medical.details-box__separator::after {
  content: "\f830";
}

/* line 2038, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-usps:before, .fa-usps.details-box__separator::after {
  content: "\f7e1";
}

/* line 2039, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-ussunnah:before, .fa-ussunnah.details-box__separator::after {
  content: "\f407";
}

/* line 2040, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-utensil-fork:before, .fa-utensil-fork.details-box__separator::after {
  content: "\f2e3";
}

/* line 2041, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-utensil-knife:before, .fa-utensil-knife.details-box__separator::after {
  content: "\f2e4";
}

/* line 2042, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-utensil-spoon:before, .fa-utensil-spoon.details-box__separator::after {
  content: "\f2e5";
}

/* line 2043, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-utensils:before, .fa-utensils.details-box__separator::after {
  content: "\f2e7";
}

/* line 2044, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-utensils-alt:before, .fa-utensils-alt.details-box__separator::after {
  content: "\f2e6";
}

/* line 2045, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vaadin:before, .fa-vaadin.details-box__separator::after {
  content: "\f408";
}

/* line 2046, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-value-absolute:before, .fa-value-absolute.details-box__separator::after {
  content: "\f6a6";
}

/* line 2047, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vector-square:before, .fa-vector-square.details-box__separator::after {
  content: "\f5cb";
}

/* line 2048, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-venus:before, .fa-venus.details-box__separator::after {
  content: "\f221";
}

/* line 2049, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-venus-double:before, .fa-venus-double.details-box__separator::after {
  content: "\f226";
}

/* line 2050, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-venus-mars:before, .fa-venus-mars.details-box__separator::after {
  content: "\f228";
}

/* line 2051, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vhs:before, .fa-vhs.details-box__separator::after {
  content: "\f8ec";
}

/* line 2052, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-viacoin:before, .fa-viacoin.details-box__separator::after {
  content: "\f237";
}

/* line 2053, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-viadeo:before, .fa-viadeo.details-box__separator::after {
  content: "\f2a9";
}

/* line 2054, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-viadeo-square:before, .fa-viadeo-square.details-box__separator::after {
  content: "\f2aa";
}

/* line 2055, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vial:before, .fa-vial.details-box__separator::after {
  content: "\f492";
}

/* line 2056, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vials:before, .fa-vials.details-box__separator::after {
  content: "\f493";
}

/* line 2057, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-viber:before, .fa-viber.details-box__separator::after {
  content: "\f409";
}

/* line 2058, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-video:before, .fa-video.details-box__separator::after {
  content: "\f03d";
}

/* line 2059, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-video-plus:before, .fa-video-plus.details-box__separator::after {
  content: "\f4e1";
}

/* line 2060, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-video-slash:before, .fa-video-slash.details-box__separator::after {
  content: "\f4e2";
}

/* line 2061, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vihara:before, .fa-vihara.details-box__separator::after {
  content: "\f6a7";
}

/* line 2062, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vimeo:before, .fa-vimeo.details-box__separator::after {
  content: "\f40a";
}

/* line 2063, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vimeo-square:before, .fa-vimeo-square.details-box__separator::after {
  content: "\f194";
}

/* line 2064, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vimeo-v:before, .fa-vimeo-v.details-box__separator::after {
  content: "\f27d";
}

/* line 2065, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vine:before, .fa-vine.details-box__separator::after {
  content: "\f1ca";
}

/* line 2066, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-violin:before, .fa-violin.details-box__separator::after {
  content: "\f8ed";
}

/* line 2067, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vk:before, .fa-vk.details-box__separator::after {
  content: "\f189";
}

/* line 2068, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vnv:before, .fa-vnv.details-box__separator::after {
  content: "\f40b";
}

/* line 2069, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-voicemail:before, .fa-voicemail.details-box__separator::after {
  content: "\f897";
}

/* line 2070, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-volcano:before, .fa-volcano.details-box__separator::after {
  content: "\f770";
}

/* line 2071, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-volleyball-ball:before, .fa-volleyball-ball.details-box__separator::after {
  content: "\f45f";
}

/* line 2072, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-volume:before, .fa-volume.details-box__separator::after {
  content: "\f6a8";
}

/* line 2073, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-volume-down:before, .fa-volume-down.details-box__separator::after {
  content: "\f027";
}

/* line 2074, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-volume-mute:before, .fa-volume-mute.details-box__separator::after {
  content: "\f6a9";
}

/* line 2075, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-volume-off:before, .fa-volume-off.details-box__separator::after {
  content: "\f026";
}

/* line 2076, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-volume-slash:before, .fa-volume-slash.details-box__separator::after {
  content: "\f2e2";
}

/* line 2077, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-volume-up:before, .fa-volume-up.details-box__separator::after {
  content: "\f028";
}

/* line 2078, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vote-nay:before, .fa-vote-nay.details-box__separator::after {
  content: "\f771";
}

/* line 2079, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vote-yea:before, .fa-vote-yea.details-box__separator::after {
  content: "\f772";
}

/* line 2080, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vr-cardboard:before, .fa-vr-cardboard.details-box__separator::after {
  content: "\f729";
}

/* line 2081, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-vuejs:before, .fa-vuejs.details-box__separator::after {
  content: "\f41f";
}

/* line 2082, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wagon-covered:before, .fa-wagon-covered.details-box__separator::after {
  content: "\f8ee";
}

/* line 2083, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-walker:before, .fa-walker.details-box__separator::after {
  content: "\f831";
}

/* line 2084, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-walkie-talkie:before, .fa-walkie-talkie.details-box__separator::after {
  content: "\f8ef";
}

/* line 2085, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-walking:before, .fa-walking.details-box__separator::after {
  content: "\f554";
}

/* line 2086, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wallet:before, .fa-wallet.details-box__separator::after {
  content: "\f555";
}

/* line 2087, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wand:before, .fa-wand.details-box__separator::after {
  content: "\f72a";
}

/* line 2088, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wand-magic:before, .fa-wand-magic.details-box__separator::after {
  content: "\f72b";
}

/* line 2089, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-warehouse:before, .fa-warehouse.details-box__separator::after {
  content: "\f494";
}

/* line 2090, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-warehouse-alt:before, .fa-warehouse-alt.details-box__separator::after {
  content: "\f495";
}

/* line 2091, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-washer:before, .fa-washer.details-box__separator::after {
  content: "\f898";
}

/* line 2092, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-watch:before, .fa-watch.details-box__separator::after {
  content: "\f2e1";
}

/* line 2093, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-watch-calculator:before, .fa-watch-calculator.details-box__separator::after {
  content: "\f8f0";
}

/* line 2094, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-watch-fitness:before, .fa-watch-fitness.details-box__separator::after {
  content: "\f63e";
}

/* line 2095, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-water:before, .fa-water.details-box__separator::after {
  content: "\f773";
}

/* line 2096, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-water-lower:before, .fa-water-lower.details-box__separator::after {
  content: "\f774";
}

/* line 2097, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-water-rise:before, .fa-water-rise.details-box__separator::after {
  content: "\f775";
}

/* line 2098, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wave-sine:before, .fa-wave-sine.details-box__separator::after {
  content: "\f899";
}

/* line 2099, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wave-square:before, .fa-wave-square.details-box__separator::after {
  content: "\f83e";
}

/* line 2100, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wave-triangle:before, .fa-wave-triangle.details-box__separator::after {
  content: "\f89a";
}

/* line 2101, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-waveform:before, .fa-waveform.details-box__separator::after {
  content: "\f8f1";
}

/* line 2102, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-waveform-path:before, .fa-waveform-path.details-box__separator::after {
  content: "\f8f2";
}

/* line 2103, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-waze:before, .fa-waze.details-box__separator::after {
  content: "\f83f";
}

/* line 2104, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-webcam:before, .fa-webcam.details-box__separator::after {
  content: "\f832";
}

/* line 2105, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-webcam-slash:before, .fa-webcam-slash.details-box__separator::after {
  content: "\f833";
}

/* line 2106, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-weebly:before, .fa-weebly.details-box__separator::after {
  content: "\f5cc";
}

/* line 2107, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-weibo:before, .fa-weibo.details-box__separator::after {
  content: "\f18a";
}

/* line 2108, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-weight:before, .fa-weight.details-box__separator::after {
  content: "\f496";
}

/* line 2109, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-weight-hanging:before, .fa-weight-hanging.details-box__separator::after {
  content: "\f5cd";
}

/* line 2110, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-weixin:before, .fa-weixin.details-box__separator::after {
  content: "\f1d7";
}

/* line 2111, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-whale:before, .fa-whale.details-box__separator::after {
  content: "\f72c";
}

/* line 2112, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-whatsapp:before, .fa-whatsapp.details-box__separator::after {
  content: "\f232";
}

/* line 2113, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-whatsapp-square:before, .fa-whatsapp-square.details-box__separator::after {
  content: "\f40c";
}

/* line 2114, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wheat:before, .fa-wheat.details-box__separator::after {
  content: "\f72d";
}

/* line 2115, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wheelchair:before, .fa-wheelchair.details-box__separator::after {
  content: "\f193";
}

/* line 2116, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-whistle:before, .fa-whistle.details-box__separator::after {
  content: "\f460";
}

/* line 2117, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-whmcs:before, .fa-whmcs.details-box__separator::after {
  content: "\f40d";
}

/* line 2118, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wifi:before, .fa-wifi.details-box__separator::after {
  content: "\f1eb";
}

/* line 2119, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wifi-1:before, .fa-wifi-1.details-box__separator::after {
  content: "\f6aa";
}

/* line 2120, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wifi-2:before, .fa-wifi-2.details-box__separator::after {
  content: "\f6ab";
}

/* line 2121, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wifi-slash:before, .fa-wifi-slash.details-box__separator::after {
  content: "\f6ac";
}

/* line 2122, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wikipedia-w:before, .fa-wikipedia-w.details-box__separator::after {
  content: "\f266";
}

/* line 2123, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wind:before, .fa-wind.details-box__separator::after {
  content: "\f72e";
}

/* line 2124, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wind-turbine:before, .fa-wind-turbine.details-box__separator::after {
  content: "\f89b";
}

/* line 2125, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wind-warning:before, .fa-wind-warning.details-box__separator::after {
  content: "\f776";
}

/* line 2126, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-window:before, .fa-window.details-box__separator::after {
  content: "\f40e";
}

/* line 2127, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-window-alt:before, .fa-window-alt.details-box__separator::after {
  content: "\f40f";
}

/* line 2128, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-window-close:before, .fa-window-close.details-box__separator::after {
  content: "\f410";
}

/* line 2129, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-window-maximize:before, .fa-window-maximize.details-box__separator::after {
  content: "\f2d0";
}

/* line 2130, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-window-minimize:before, .fa-window-minimize.details-box__separator::after {
  content: "\f2d1";
}

/* line 2131, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-window-restore:before, .fa-window-restore.details-box__separator::after {
  content: "\f2d2";
}

/* line 2132, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-windows:before, .fa-windows.details-box__separator::after {
  content: "\f17a";
}

/* line 2133, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-windsock:before, .fa-windsock.details-box__separator::after {
  content: "\f777";
}

/* line 2134, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wine-bottle:before, .fa-wine-bottle.details-box__separator::after {
  content: "\f72f";
}

/* line 2135, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wine-glass:before, .fa-wine-glass.details-box__separator::after {
  content: "\f4e3";
}

/* line 2136, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wine-glass-alt:before, .fa-wine-glass-alt.details-box__separator::after {
  content: "\f5ce";
}

/* line 2137, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wix:before, .fa-wix.details-box__separator::after {
  content: "\f5cf";
}

/* line 2138, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wizards-of-the-coast:before, .fa-wizards-of-the-coast.details-box__separator::after {
  content: "\f730";
}

/* line 2139, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wolf-pack-battalion:before, .fa-wolf-pack-battalion.details-box__separator::after {
  content: "\f514";
}

/* line 2140, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-won-sign:before, .fa-won-sign.details-box__separator::after {
  content: "\f159";
}

/* line 2141, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wordpress:before, .fa-wordpress.details-box__separator::after {
  content: "\f19a";
}

/* line 2142, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wordpress-simple:before, .fa-wordpress-simple.details-box__separator::after {
  content: "\f411";
}

/* line 2143, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wpbeginner:before, .fa-wpbeginner.details-box__separator::after {
  content: "\f297";
}

/* line 2144, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wpexplorer:before, .fa-wpexplorer.details-box__separator::after {
  content: "\f2de";
}

/* line 2145, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wpforms:before, .fa-wpforms.details-box__separator::after {
  content: "\f298";
}

/* line 2146, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wpressr:before, .fa-wpressr.details-box__separator::after {
  content: "\f3e4";
}

/* line 2147, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wreath:before, .fa-wreath.details-box__separator::after {
  content: "\f7e2";
}

/* line 2148, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-wrench:before, .fa-wrench.details-box__separator::after {
  content: "\f0ad";
}

/* line 2149, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-x-ray:before, .fa-x-ray.details-box__separator::after {
  content: "\f497";
}

/* line 2150, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-xbox:before, .fa-xbox.details-box__separator::after {
  content: "\f412";
}

/* line 2151, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-xing:before, .fa-xing.details-box__separator::after {
  content: "\f168";
}

/* line 2152, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-xing-square:before, .fa-xing-square.details-box__separator::after {
  content: "\f169";
}

/* line 2153, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-y-combinator:before, .fa-y-combinator.details-box__separator::after {
  content: "\f23b";
}

/* line 2154, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-yahoo:before, .fa-yahoo.details-box__separator::after {
  content: "\f19e";
}

/* line 2155, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-yammer:before, .fa-yammer.details-box__separator::after {
  content: "\f840";
}

/* line 2156, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-yandex:before, .fa-yandex.details-box__separator::after {
  content: "\f413";
}

/* line 2157, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-yandex-international:before, .fa-yandex-international.details-box__separator::after {
  content: "\f414";
}

/* line 2158, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-yarn:before, .fa-yarn.details-box__separator::after {
  content: "\f7e3";
}

/* line 2159, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-yelp:before, .fa-yelp.details-box__separator::after {
  content: "\f1e9";
}

/* line 2160, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-yen-sign:before, .fa-yen-sign.details-box__separator::after {
  content: "\f157";
}

/* line 2161, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-yin-yang:before, .fa-yin-yang.details-box__separator::after {
  content: "\f6ad";
}

/* line 2162, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-yoast:before, .fa-yoast.details-box__separator::after {
  content: "\f2b1";
}

/* line 2163, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-youtube:before, .fa-youtube.details-box__separator::after {
  content: "\f167";
}

/* line 2164, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-youtube-square:before, .fa-youtube-square.details-box__separator::after {
  content: "\f431";
}

/* line 2165, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_icons.scss */
.fa-zhihu:before, .fa-zhihu.details-box__separator::after {
  content: "\f63f";
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@use "sass:math";
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-78e010e2b438e5d188962735aea414f22d76c4818ed82559b77c9b6a1474cac0.eot);
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-78e010e2b438e5d188962735aea414f22d76c4818ed82559b77c9b6a1474cac0.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-b55616e4eada60d4e94a044efa03f45c3550056a0e93a55a993b0b85a7e7689b.woff2) format("woff2"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-49ee8dc5add609abc0b81f8b9bf7b860dc71c836ffa6fa737cda798fc85cc358.woff) format("woff"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-971ce4bbeb71ee5f78e4552cea6993e635480bbd996d684643fff3f58b6998b3.ttf) format("truetype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-69ce7e4ffdde437f92216dbe30dd8cc5db10a6e9aa4edd01da97c96458bad9ca.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@use "sass:math";
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-260d76ec72ef4605ac97a02b7e141263f1692ea01b30061b0b1fc907ee4cf3cb.eot);
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-260d76ec72ef4605ac97a02b7e141263f1692ea01b30061b0b1fc907ee4cf3cb.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-f6d6e49e8971c9b702e31bb9ad580eb9d374a13af6e713e3673282c9e52ac7bc.woff2) format("woff2"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-380f2657e5ec1c5675a551c9069fe1274d4719dec7464bc79635b7caca3fa2a0.woff) format("woff"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-ba80ae06e63201f9f2efc17cb53681533a65a586eeef3efadaf075ea1ad2f3d2.ttf) format("truetype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-6f1138dda19dfebb809bbd41c733b6b9b289e5e1b057997a17775c3ce93f9fdb.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/light.scss */
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@use "sass:math";
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-7935817deb9317b439e54517318ebc2912de918ee76de3737033767575187dd7.eot);
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-7935817deb9317b439e54517318ebc2912de918ee76de3737033767575187dd7.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-42d979d54a12b76d10c5f34709c774b14aedcbf25f268f332a7e9163011b658b.woff2) format("woff2"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-8718dc2b8ccfa6b8b7fce0a0c8b77f94e7d2ee9805e03c6b026b50dd49fceb8f.woff) format("woff"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-caad7e4da1cea6b3ba7884f2b929d908f882964195c012f1d2e69575543f1d76.ttf) format("truetype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-0a1429d1161d1cfd7f997ac807f5ca5224518add0148f2557f2fc23317d3abbb.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/regular.scss */
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@use "sass:math";
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-96ce499f5c32aaad34fa1ae654a3b11b42998222e0431c877b671ff32d5ac152.eot);
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-96ce499f5c32aaad34fa1ae654a3b11b42998222e0431c877b671ff32d5ac152.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-0c103ae844c36c58f5947f4ffac0ef3edf1d447d0650fe33437071d3e13645ca.woff2) format("woff2"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-3ec36f835c1b0419d10889b92584fa5295fdf693e08b8ae73b5bb47358826f14.woff) format("woff"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-8d25a10414bddd450ad37b1bdc2a39b736332d2d6dcb1e834d09459e38becfda.ttf) format("truetype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-72aa9ed6116499fcddb7e9753d6565b0bbe780f406785fca9e5e59a000aa045f.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@use "sass:math";
@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-duotone-900-37340e8062597b708926d96a87d5acb4a1d0a5cd46a09d1d1f18939ed7111693.eot);
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-duotone-900-37340e8062597b708926d96a87d5acb4a1d0a5cd46a09d1d1f18939ed7111693.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-duotone-900-9f116dbbaf4f0d636fa01fba1c0a0fbed796632077c936724150f2346e74f649.woff2) format("woff2"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-duotone-900-cb866beb754f6ba932665c630a3817262fad95636c639ffc661d6f1e9603a82c.woff) format("woff"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-duotone-900-5f045cfd09288845daa7976e9f51da21d44cff466fd7fc0eaa5f39d513a49baf.ttf) format("truetype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-duotone-900-2251582d78aab6e0d0d6ff87d4140d66c2241077307071c8ecfdec46cc2daef4.svg#fontawesome) format("svg");
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad {
  position: relative;
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}

/* line 26, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad:before, .fad.details-box__separator::after {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 33, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

/* line 39, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fa-swap-opacity .fad:before, .fa-swap-opacity .fad.details-box__separator::after,
.fad.fa-swap-opacity:before,
.fa-swap-opacity.details-box__separator::after {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 49, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-inverse {
  color: #fff;
}

/* line 53, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute;
}

/* line 57, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stack-1x:before, .fa-stack-1x.details-box__separator::after,
.fad.fa-stack-2x:before,
.fa-stack-2x.details-box__separator::after,
.fad.fa-fw:before,
.fa-fw.details-box__separator::after {
  left: 50%;
  transform: translateX(-50%);
}

/* line 62, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-abacus:after {
  content: "\10f640";
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-acorn:after {
  content: "\10f6ae";
}

/* line 64, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ad:after {
  content: "\10f641";
}

/* line 65, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-address-book:after {
  content: "\10f2b9";
}

/* line 66, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-address-card:after {
  content: "\10f2bb";
}

/* line 67, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-adjust:after {
  content: "\10f042";
}

/* line 68, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-air-freshener:after {
  content: "\10f5d0";
}

/* line 69, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-alarm-clock:after {
  content: "\10f34e";
}

/* line 70, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-alarm-exclamation:after {
  content: "\10f843";
}

/* line 71, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-alarm-plus:after {
  content: "\10f844";
}

/* line 72, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-alarm-snooze:after {
  content: "\10f845";
}

/* line 73, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-album:after {
  content: "\10f89f";
}

/* line 74, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-album-collection:after {
  content: "\10f8a0";
}

/* line 75, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-alicorn:after {
  content: "\10f6b0";
}

/* line 76, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-align-center:after {
  content: "\10f037";
}

/* line 77, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-align-justify:after {
  content: "\10f039";
}

/* line 78, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-align-left:after {
  content: "\10f036";
}

/* line 79, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-align-right:after {
  content: "\10f038";
}

/* line 80, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-align-slash:after {
  content: "\10f846";
}

/* line 81, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-allergies:after {
  content: "\10f461";
}

/* line 82, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ambulance:after {
  content: "\10f0f9";
}

/* line 83, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-american-sign-language-interpreting:after {
  content: "\10f2a3";
}

/* line 84, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-amp-guitar:after {
  content: "\10f8a1";
}

/* line 85, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-analytics:after {
  content: "\10f643";
}

/* line 86, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-anchor:after {
  content: "\10f13d";
}

/* line 87, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-angel:after {
  content: "\10f779";
}

/* line 88, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-angle-double-down:after {
  content: "\10f103";
}

/* line 89, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-angle-double-left:after {
  content: "\10f100";
}

/* line 90, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-angle-double-right:after {
  content: "\10f101";
}

/* line 91, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-angle-double-up:after {
  content: "\10f102";
}

/* line 92, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-angle-down:after {
  content: "\10f107";
}

/* line 93, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-angle-left:after {
  content: "\10f104";
}

/* line 94, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-angle-right:after {
  content: "\10f105";
}

/* line 95, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-angle-up:after {
  content: "\10f106";
}

/* line 96, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-angry:after {
  content: "\10f556";
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ankh:after {
  content: "\10f644";
}

/* line 98, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-apple-alt:after {
  content: "\10f5d1";
}

/* line 99, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-apple-crate:after {
  content: "\10f6b1";
}

/* line 100, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-archive:after {
  content: "\10f187";
}

/* line 101, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-archway:after {
  content: "\10f557";
}

/* line 102, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-circle-down:after {
  content: "\10f358";
}

/* line 103, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-circle-left:after {
  content: "\10f359";
}

/* line 104, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-circle-right:after {
  content: "\10f35a";
}

/* line 105, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-circle-up:after {
  content: "\10f35b";
}

/* line 106, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-down:after {
  content: "\10f354";
}

/* line 107, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-from-bottom:after {
  content: "\10f346";
}

/* line 108, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-from-left:after {
  content: "\10f347";
}

/* line 109, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-from-right:after {
  content: "\10f348";
}

/* line 110, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-from-top:after {
  content: "\10f349";
}

/* line 111, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-left:after {
  content: "\10f355";
}

/* line 112, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-right:after {
  content: "\10f356";
}

/* line 113, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-square-down:after {
  content: "\10f350";
}

/* line 114, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-square-left:after {
  content: "\10f351";
}

/* line 115, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-square-right:after {
  content: "\10f352";
}

/* line 116, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-square-up:after {
  content: "\10f353";
}

/* line 117, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-to-bottom:after {
  content: "\10f34a";
}

/* line 118, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-to-left:after {
  content: "\10f34b";
}

/* line 119, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-to-right:after {
  content: "\10f34c";
}

/* line 120, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-to-top:after {
  content: "\10f34d";
}

/* line 121, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-alt-up:after {
  content: "\10f357";
}

/* line 122, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-circle-down:after {
  content: "\10f0ab";
}

/* line 123, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-circle-left:after {
  content: "\10f0a8";
}

/* line 124, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-circle-right:after {
  content: "\10f0a9";
}

/* line 125, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-circle-up:after {
  content: "\10f0aa";
}

/* line 126, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-down:after {
  content: "\10f063";
}

/* line 127, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-from-bottom:after {
  content: "\10f342";
}

/* line 128, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-from-left:after {
  content: "\10f343";
}

/* line 129, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-from-right:after {
  content: "\10f344";
}

/* line 130, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-from-top:after {
  content: "\10f345";
}

/* line 131, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-left:after {
  content: "\10f060";
}

/* line 132, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-right:after {
  content: "\10f061";
}

/* line 133, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-square-down:after {
  content: "\10f339";
}

/* line 134, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-square-left:after {
  content: "\10f33a";
}

/* line 135, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-square-right:after {
  content: "\10f33b";
}

/* line 136, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-square-up:after {
  content: "\10f33c";
}

/* line 137, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-to-bottom:after {
  content: "\10f33d";
}

/* line 138, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-to-left:after {
  content: "\10f33e";
}

/* line 139, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-to-right:after {
  content: "\10f340";
}

/* line 140, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-to-top:after {
  content: "\10f341";
}

/* line 141, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrow-up:after {
  content: "\10f062";
}

/* line 142, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrows:after {
  content: "\10f047";
}

/* line 143, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrows-alt:after {
  content: "\10f0b2";
}

/* line 144, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrows-alt-h:after {
  content: "\10f337";
}

/* line 145, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrows-alt-v:after {
  content: "\10f338";
}

/* line 146, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrows-h:after {
  content: "\10f07e";
}

/* line 147, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-arrows-v:after {
  content: "\10f07d";
}

/* line 148, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-assistive-listening-systems:after {
  content: "\10f2a2";
}

/* line 149, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-asterisk:after {
  content: "\10f069";
}

/* line 150, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-at:after {
  content: "\10f1fa";
}

/* line 151, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-atlas:after {
  content: "\10f558";
}

/* line 152, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-atom:after {
  content: "\10f5d2";
}

/* line 153, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-atom-alt:after {
  content: "\10f5d3";
}

/* line 154, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-audio-description:after {
  content: "\10f29e";
}

/* line 155, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-award:after {
  content: "\10f559";
}

/* line 156, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-axe:after {
  content: "\10f6b2";
}

/* line 157, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-axe-battle:after {
  content: "\10f6b3";
}

/* line 158, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-baby:after {
  content: "\10f77c";
}

/* line 159, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-baby-carriage:after {
  content: "\10f77d";
}

/* line 160, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-backpack:after {
  content: "\10f5d4";
}

/* line 161, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-backspace:after {
  content: "\10f55a";
}

/* line 162, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-backward:after {
  content: "\10f04a";
}

/* line 163, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bacon:after {
  content: "\10f7e5";
}

/* line 164, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-badge:after {
  content: "\10f335";
}

/* line 165, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-badge-check:after {
  content: "\10f336";
}

/* line 166, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-badge-dollar:after {
  content: "\10f645";
}

/* line 167, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-badge-percent:after {
  content: "\10f646";
}

/* line 168, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-badge-sheriff:after {
  content: "\10f8a2";
}

/* line 169, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-badger-honey:after {
  content: "\10f6b4";
}

/* line 170, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bags-shopping:after {
  content: "\10f847";
}

/* line 171, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-balance-scale:after {
  content: "\10f24e";
}

/* line 172, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-balance-scale-left:after {
  content: "\10f515";
}

/* line 173, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-balance-scale-right:after {
  content: "\10f516";
}

/* line 174, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ball-pile:after {
  content: "\10f77e";
}

/* line 175, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ballot:after {
  content: "\10f732";
}

/* line 176, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ballot-check:after {
  content: "\10f733";
}

/* line 177, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ban:after {
  content: "\10f05e";
}

/* line 178, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-band-aid:after {
  content: "\10f462";
}

/* line 179, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-banjo:after {
  content: "\10f8a3";
}

/* line 180, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-barcode:after {
  content: "\10f02a";
}

/* line 181, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-barcode-alt:after {
  content: "\10f463";
}

/* line 182, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-barcode-read:after {
  content: "\10f464";
}

/* line 183, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-barcode-scan:after {
  content: "\10f465";
}

/* line 184, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bars:after {
  content: "\10f0c9";
}

/* line 185, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-baseball:after {
  content: "\10f432";
}

/* line 186, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-baseball-ball:after {
  content: "\10f433";
}

/* line 187, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-basketball-ball:after {
  content: "\10f434";
}

/* line 188, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-basketball-hoop:after {
  content: "\10f435";
}

/* line 189, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bat:after {
  content: "\10f6b5";
}

/* line 190, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bath:after {
  content: "\10f2cd";
}

/* line 191, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-battery-bolt:after {
  content: "\10f376";
}

/* line 192, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-battery-empty:after {
  content: "\10f244";
}

/* line 193, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-battery-full:after {
  content: "\10f240";
}

/* line 194, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-battery-half:after {
  content: "\10f242";
}

/* line 195, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-battery-quarter:after {
  content: "\10f243";
}

/* line 196, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-battery-slash:after {
  content: "\10f377";
}

/* line 197, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-battery-three-quarters:after {
  content: "\10f241";
}

/* line 198, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bed:after {
  content: "\10f236";
}

/* line 199, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-beer:after {
  content: "\10f0fc";
}

/* line 200, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bell:after {
  content: "\10f0f3";
}

/* line 201, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bell-exclamation:after {
  content: "\10f848";
}

/* line 202, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bell-plus:after {
  content: "\10f849";
}

/* line 203, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bell-school:after {
  content: "\10f5d5";
}

/* line 204, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bell-school-slash:after {
  content: "\10f5d6";
}

/* line 205, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bell-slash:after {
  content: "\10f1f6";
}

/* line 206, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bells:after {
  content: "\10f77f";
}

/* line 207, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-betamax:after {
  content: "\10f8a4";
}

/* line 208, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bezier-curve:after {
  content: "\10f55b";
}

/* line 209, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bible:after {
  content: "\10f647";
}

/* line 210, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bicycle:after {
  content: "\10f206";
}

/* line 211, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-biking:after {
  content: "\10f84a";
}

/* line 212, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-biking-mountain:after {
  content: "\10f84b";
}

/* line 213, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-binoculars:after {
  content: "\10f1e5";
}

/* line 214, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-biohazard:after {
  content: "\10f780";
}

/* line 215, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-birthday-cake:after {
  content: "\10f1fd";
}

/* line 216, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-blanket:after {
  content: "\10f498";
}

/* line 217, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-blender:after {
  content: "\10f517";
}

/* line 218, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-blender-phone:after {
  content: "\10f6b6";
}

/* line 219, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-blind:after {
  content: "\10f29d";
}

/* line 220, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-blog:after {
  content: "\10f781";
}

/* line 221, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bold:after {
  content: "\10f032";
}

/* line 222, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bolt:after {
  content: "\10f0e7";
}

/* line 223, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bomb:after {
  content: "\10f1e2";
}

/* line 224, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bone:after {
  content: "\10f5d7";
}

/* line 225, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bone-break:after {
  content: "\10f5d8";
}

/* line 226, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bong:after {
  content: "\10f55c";
}

/* line 227, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-book:after {
  content: "\10f02d";
}

/* line 228, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-book-alt:after {
  content: "\10f5d9";
}

/* line 229, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-book-dead:after {
  content: "\10f6b7";
}

/* line 230, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-book-heart:after {
  content: "\10f499";
}

/* line 231, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-book-medical:after {
  content: "\10f7e6";
}

/* line 232, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-book-open:after {
  content: "\10f518";
}

/* line 233, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-book-reader:after {
  content: "\10f5da";
}

/* line 234, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-book-spells:after {
  content: "\10f6b8";
}

/* line 235, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-book-user:after {
  content: "\10f7e7";
}

/* line 236, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bookmark:after {
  content: "\10f02e";
}

/* line 237, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-books:after {
  content: "\10f5db";
}

/* line 238, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-books-medical:after {
  content: "\10f7e8";
}

/* line 239, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-boombox:after {
  content: "\10f8a5";
}

/* line 240, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-boot:after {
  content: "\10f782";
}

/* line 241, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-booth-curtain:after {
  content: "\10f734";
}

/* line 242, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-all:after {
  content: "\10f84c";
}

/* line 243, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-bottom:after {
  content: "\10f84d";
}

/* line 244, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-center-h:after {
  content: "\10f89c";
}

/* line 245, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-center-v:after {
  content: "\10f89d";
}

/* line 246, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-inner:after {
  content: "\10f84e";
}

/* line 247, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-left:after {
  content: "\10f84f";
}

/* line 248, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-none:after {
  content: "\10f850";
}

/* line 249, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-outer:after {
  content: "\10f851";
}

/* line 250, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-right:after {
  content: "\10f852";
}

/* line 251, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-style:after {
  content: "\10f853";
}

/* line 252, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-style-alt:after {
  content: "\10f854";
}

/* line 253, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-border-top:after {
  content: "\10f855";
}

/* line 254, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bow-arrow:after {
  content: "\10f6b9";
}

/* line 255, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bowling-ball:after {
  content: "\10f436";
}

/* line 256, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bowling-pins:after {
  content: "\10f437";
}

/* line 257, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-box:after {
  content: "\10f466";
}

/* line 258, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-box-alt:after {
  content: "\10f49a";
}

/* line 259, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-box-ballot:after {
  content: "\10f735";
}

/* line 260, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-box-check:after {
  content: "\10f467";
}

/* line 261, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-box-fragile:after {
  content: "\10f49b";
}

/* line 262, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-box-full:after {
  content: "\10f49c";
}

/* line 263, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-box-heart:after {
  content: "\10f49d";
}

/* line 264, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-box-open:after {
  content: "\10f49e";
}

/* line 265, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-box-up:after {
  content: "\10f49f";
}

/* line 266, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-box-usd:after {
  content: "\10f4a0";
}

/* line 267, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-boxes:after {
  content: "\10f468";
}

/* line 268, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-boxes-alt:after {
  content: "\10f4a1";
}

/* line 269, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-boxing-glove:after {
  content: "\10f438";
}

/* line 270, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-brackets:after {
  content: "\10f7e9";
}

/* line 271, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-brackets-curly:after {
  content: "\10f7ea";
}

/* line 272, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-braille:after {
  content: "\10f2a1";
}

/* line 273, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-brain:after {
  content: "\10f5dc";
}

/* line 274, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bread-loaf:after {
  content: "\10f7eb";
}

/* line 275, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bread-slice:after {
  content: "\10f7ec";
}

/* line 276, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-briefcase:after {
  content: "\10f0b1";
}

/* line 277, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-briefcase-medical:after {
  content: "\10f469";
}

/* line 278, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bring-forward:after {
  content: "\10f856";
}

/* line 279, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bring-front:after {
  content: "\10f857";
}

/* line 280, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-broadcast-tower:after {
  content: "\10f519";
}

/* line 281, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-broom:after {
  content: "\10f51a";
}

/* line 282, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-browser:after {
  content: "\10f37e";
}

/* line 283, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-brush:after {
  content: "\10f55d";
}

/* line 284, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bug:after {
  content: "\10f188";
}

/* line 285, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-building:after {
  content: "\10f1ad";
}

/* line 286, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bullhorn:after {
  content: "\10f0a1";
}

/* line 287, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bullseye:after {
  content: "\10f140";
}

/* line 288, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bullseye-arrow:after {
  content: "\10f648";
}

/* line 289, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bullseye-pointer:after {
  content: "\10f649";
}

/* line 290, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-burger-soda:after {
  content: "\10f858";
}

/* line 291, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-burn:after {
  content: "\10f46a";
}

/* line 292, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-burrito:after {
  content: "\10f7ed";
}

/* line 293, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bus:after {
  content: "\10f207";
}

/* line 294, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bus-alt:after {
  content: "\10f55e";
}

/* line 295, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-bus-school:after {
  content: "\10f5dd";
}

/* line 296, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-business-time:after {
  content: "\10f64a";
}

/* line 297, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cabinet-filing:after {
  content: "\10f64b";
}

/* line 298, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cactus:after {
  content: "\10f8a7";
}

/* line 299, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calculator:after {
  content: "\10f1ec";
}

/* line 300, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calculator-alt:after {
  content: "\10f64c";
}

/* line 301, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calendar:after {
  content: "\10f133";
}

/* line 302, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calendar-alt:after {
  content: "\10f073";
}

/* line 303, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calendar-check:after {
  content: "\10f274";
}

/* line 304, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calendar-day:after {
  content: "\10f783";
}

/* line 305, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calendar-edit:after {
  content: "\10f333";
}

/* line 306, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calendar-exclamation:after {
  content: "\10f334";
}

/* line 307, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calendar-minus:after {
  content: "\10f272";
}

/* line 308, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calendar-plus:after {
  content: "\10f271";
}

/* line 309, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calendar-star:after {
  content: "\10f736";
}

/* line 310, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calendar-times:after {
  content: "\10f273";
}

/* line 311, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-calendar-week:after {
  content: "\10f784";
}

/* line 312, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-camcorder:after {
  content: "\10f8a8";
}

/* line 313, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-camera:after {
  content: "\10f030";
}

/* line 314, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-camera-alt:after {
  content: "\10f332";
}

/* line 315, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-camera-movie:after {
  content: "\10f8a9";
}

/* line 316, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-camera-polaroid:after {
  content: "\10f8aa";
}

/* line 317, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-camera-retro:after {
  content: "\10f083";
}

/* line 318, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-campfire:after {
  content: "\10f6ba";
}

/* line 319, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-campground:after {
  content: "\10f6bb";
}

/* line 320, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-candle-holder:after {
  content: "\10f6bc";
}

/* line 321, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-candy-cane:after {
  content: "\10f786";
}

/* line 322, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-candy-corn:after {
  content: "\10f6bd";
}

/* line 323, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cannabis:after {
  content: "\10f55f";
}

/* line 324, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-capsules:after {
  content: "\10f46b";
}

/* line 325, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car:after {
  content: "\10f1b9";
}

/* line 326, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car-alt:after {
  content: "\10f5de";
}

/* line 327, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car-battery:after {
  content: "\10f5df";
}

/* line 328, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car-building:after {
  content: "\10f859";
}

/* line 329, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car-bump:after {
  content: "\10f5e0";
}

/* line 330, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car-bus:after {
  content: "\10f85a";
}

/* line 331, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car-crash:after {
  content: "\10f5e1";
}

/* line 332, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car-garage:after {
  content: "\10f5e2";
}

/* line 333, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car-mechanic:after {
  content: "\10f5e3";
}

/* line 334, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car-side:after {
  content: "\10f5e4";
}

/* line 335, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car-tilt:after {
  content: "\10f5e5";
}

/* line 336, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-car-wash:after {
  content: "\10f5e6";
}

/* line 337, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-circle-down:after {
  content: "\10f32d";
}

/* line 338, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-circle-left:after {
  content: "\10f32e";
}

/* line 339, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-circle-right:after {
  content: "\10f330";
}

/* line 340, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-circle-up:after {
  content: "\10f331";
}

/* line 341, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-down:after {
  content: "\10f0d7";
}

/* line 342, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-left:after {
  content: "\10f0d9";
}

/* line 343, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-right:after {
  content: "\10f0da";
}

/* line 344, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-square-down:after {
  content: "\10f150";
}

/* line 345, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-square-left:after {
  content: "\10f191";
}

/* line 346, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-square-right:after {
  content: "\10f152";
}

/* line 347, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-square-up:after {
  content: "\10f151";
}

/* line 348, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-caret-up:after {
  content: "\10f0d8";
}

/* line 349, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-carrot:after {
  content: "\10f787";
}

/* line 350, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cars:after {
  content: "\10f85b";
}

/* line 351, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cart-arrow-down:after {
  content: "\10f218";
}

/* line 352, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cart-plus:after {
  content: "\10f217";
}

/* line 353, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cash-register:after {
  content: "\10f788";
}

/* line 354, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cassette-tape:after {
  content: "\10f8ab";
}

/* line 355, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cat:after {
  content: "\10f6be";
}

/* line 356, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cauldron:after {
  content: "\10f6bf";
}

/* line 357, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cctv:after {
  content: "\10f8ac";
}

/* line 358, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-certificate:after {
  content: "\10f0a3";
}

/* line 359, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chair:after {
  content: "\10f6c0";
}

/* line 360, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chair-office:after {
  content: "\10f6c1";
}

/* line 361, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chalkboard:after {
  content: "\10f51b";
}

/* line 362, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chalkboard-teacher:after {
  content: "\10f51c";
}

/* line 363, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-charging-station:after {
  content: "\10f5e7";
}

/* line 364, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chart-area:after {
  content: "\10f1fe";
}

/* line 365, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chart-bar:after {
  content: "\10f080";
}

/* line 366, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chart-line:after {
  content: "\10f201";
}

/* line 367, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chart-line-down:after {
  content: "\10f64d";
}

/* line 368, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chart-network:after {
  content: "\10f78a";
}

/* line 369, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chart-pie:after {
  content: "\10f200";
}

/* line 370, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chart-pie-alt:after {
  content: "\10f64e";
}

/* line 371, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chart-scatter:after {
  content: "\10f7ee";
}

/* line 372, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-check:after {
  content: "\10f00c";
}

/* line 373, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-check-circle:after {
  content: "\10f058";
}

/* line 374, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-check-double:after {
  content: "\10f560";
}

/* line 375, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-check-square:after {
  content: "\10f14a";
}

/* line 376, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cheese:after {
  content: "\10f7ef";
}

/* line 377, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cheese-swiss:after {
  content: "\10f7f0";
}

/* line 378, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cheeseburger:after {
  content: "\10f7f1";
}

/* line 379, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess:after {
  content: "\10f439";
}

/* line 380, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-bishop:after {
  content: "\10f43a";
}

/* line 381, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-bishop-alt:after {
  content: "\10f43b";
}

/* line 382, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-board:after {
  content: "\10f43c";
}

/* line 383, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-clock:after {
  content: "\10f43d";
}

/* line 384, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-clock-alt:after {
  content: "\10f43e";
}

/* line 385, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-king:after {
  content: "\10f43f";
}

/* line 386, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-king-alt:after {
  content: "\10f440";
}

/* line 387, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-knight:after {
  content: "\10f441";
}

/* line 388, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-knight-alt:after {
  content: "\10f442";
}

/* line 389, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-pawn:after {
  content: "\10f443";
}

/* line 390, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-pawn-alt:after {
  content: "\10f444";
}

/* line 391, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-queen:after {
  content: "\10f445";
}

/* line 392, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-queen-alt:after {
  content: "\10f446";
}

/* line 393, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-rook:after {
  content: "\10f447";
}

/* line 394, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chess-rook-alt:after {
  content: "\10f448";
}

/* line 395, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-circle-down:after {
  content: "\10f13a";
}

/* line 396, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-circle-left:after {
  content: "\10f137";
}

/* line 397, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-circle-right:after {
  content: "\10f138";
}

/* line 398, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-circle-up:after {
  content: "\10f139";
}

/* line 399, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-double-down:after {
  content: "\10f322";
}

/* line 400, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-double-left:after {
  content: "\10f323";
}

/* line 401, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-double-right:after {
  content: "\10f324";
}

/* line 402, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-double-up:after {
  content: "\10f325";
}

/* line 403, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-down:after {
  content: "\10f078";
}

/* line 404, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-left:after {
  content: "\10f053";
}

/* line 405, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-right:after {
  content: "\10f054";
}

/* line 406, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-square-down:after {
  content: "\10f329";
}

/* line 407, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-square-left:after {
  content: "\10f32a";
}

/* line 408, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-square-right:after {
  content: "\10f32b";
}

/* line 409, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-square-up:after {
  content: "\10f32c";
}

/* line 410, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chevron-up:after {
  content: "\10f077";
}

/* line 411, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-child:after {
  content: "\10f1ae";
}

/* line 412, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-chimney:after {
  content: "\10f78b";
}

/* line 413, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-church:after {
  content: "\10f51d";
}

/* line 414, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-circle:after {
  content: "\10f111";
}

/* line 415, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-circle-notch:after {
  content: "\10f1ce";
}

/* line 416, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-city:after {
  content: "\10f64f";
}

/* line 417, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clarinet:after {
  content: "\10f8ad";
}

/* line 418, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-claw-marks:after {
  content: "\10f6c2";
}

/* line 419, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clinic-medical:after {
  content: "\10f7f2";
}

/* line 420, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clipboard:after {
  content: "\10f328";
}

/* line 421, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clipboard-check:after {
  content: "\10f46c";
}

/* line 422, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clipboard-list:after {
  content: "\10f46d";
}

/* line 423, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clipboard-list-check:after {
  content: "\10f737";
}

/* line 424, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clipboard-prescription:after {
  content: "\10f5e8";
}

/* line 425, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clipboard-user:after {
  content: "\10f7f3";
}

/* line 426, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clock:after {
  content: "\10f017";
}

/* line 427, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clone:after {
  content: "\10f24d";
}

/* line 428, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-closed-captioning:after {
  content: "\10f20a";
}

/* line 429, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud:after {
  content: "\10f0c2";
}

/* line 430, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-download:after {
  content: "\10f0ed";
}

/* line 431, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-download-alt:after {
  content: "\10f381";
}

/* line 432, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-drizzle:after {
  content: "\10f738";
}

/* line 433, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-hail:after {
  content: "\10f739";
}

/* line 434, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-hail-mixed:after {
  content: "\10f73a";
}

/* line 435, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-meatball:after {
  content: "\10f73b";
}

/* line 436, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-moon:after {
  content: "\10f6c3";
}

/* line 437, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-moon-rain:after {
  content: "\10f73c";
}

/* line 438, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-music:after {
  content: "\10f8ae";
}

/* line 439, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-rain:after {
  content: "\10f73d";
}

/* line 440, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-rainbow:after {
  content: "\10f73e";
}

/* line 441, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-showers:after {
  content: "\10f73f";
}

/* line 442, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-showers-heavy:after {
  content: "\10f740";
}

/* line 443, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-sleet:after {
  content: "\10f741";
}

/* line 444, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-snow:after {
  content: "\10f742";
}

/* line 445, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-sun:after {
  content: "\10f6c4";
}

/* line 446, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-sun-rain:after {
  content: "\10f743";
}

/* line 447, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-upload:after {
  content: "\10f0ee";
}

/* line 448, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cloud-upload-alt:after {
  content: "\10f382";
}

/* line 449, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clouds:after {
  content: "\10f744";
}

/* line 450, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clouds-moon:after {
  content: "\10f745";
}

/* line 451, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-clouds-sun:after {
  content: "\10f746";
}

/* line 452, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-club:after {
  content: "\10f327";
}

/* line 453, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cocktail:after {
  content: "\10f561";
}

/* line 454, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-code:after {
  content: "\10f121";
}

/* line 455, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-code-branch:after {
  content: "\10f126";
}

/* line 456, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-code-commit:after {
  content: "\10f386";
}

/* line 457, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-code-merge:after {
  content: "\10f387";
}

/* line 458, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-coffee:after {
  content: "\10f0f4";
}

/* line 459, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-coffee-togo:after {
  content: "\10f6c5";
}

/* line 460, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-coffin:after {
  content: "\10f6c6";
}

/* line 461, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cog:after {
  content: "\10f013";
}

/* line 462, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cogs:after {
  content: "\10f085";
}

/* line 463, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-coin:after {
  content: "\10f85c";
}

/* line 464, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-coins:after {
  content: "\10f51e";
}

/* line 465, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-columns:after {
  content: "\10f0db";
}

/* line 466, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment:after {
  content: "\10f075";
}

/* line 467, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt:after {
  content: "\10f27a";
}

/* line 468, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-check:after {
  content: "\10f4a2";
}

/* line 469, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-dollar:after {
  content: "\10f650";
}

/* line 470, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-dots:after {
  content: "\10f4a3";
}

/* line 471, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-edit:after {
  content: "\10f4a4";
}

/* line 472, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-exclamation:after {
  content: "\10f4a5";
}

/* line 473, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-lines:after {
  content: "\10f4a6";
}

/* line 474, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-medical:after {
  content: "\10f7f4";
}

/* line 475, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-minus:after {
  content: "\10f4a7";
}

/* line 476, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-music:after {
  content: "\10f8af";
}

/* line 477, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-plus:after {
  content: "\10f4a8";
}

/* line 478, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-slash:after {
  content: "\10f4a9";
}

/* line 479, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-smile:after {
  content: "\10f4aa";
}

/* line 480, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-alt-times:after {
  content: "\10f4ab";
}

/* line 481, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-check:after {
  content: "\10f4ac";
}

/* line 482, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-dollar:after {
  content: "\10f651";
}

/* line 483, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-dots:after {
  content: "\10f4ad";
}

/* line 484, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-edit:after {
  content: "\10f4ae";
}

/* line 485, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-exclamation:after {
  content: "\10f4af";
}

/* line 486, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-lines:after {
  content: "\10f4b0";
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-medical:after {
  content: "\10f7f5";
}

/* line 488, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-minus:after {
  content: "\10f4b1";
}

/* line 489, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-music:after {
  content: "\10f8b0";
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-plus:after {
  content: "\10f4b2";
}

/* line 491, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-slash:after {
  content: "\10f4b3";
}

/* line 492, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-smile:after {
  content: "\10f4b4";
}

/* line 493, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comment-times:after {
  content: "\10f4b5";
}

/* line 494, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comments:after {
  content: "\10f086";
}

/* line 495, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comments-alt:after {
  content: "\10f4b6";
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comments-alt-dollar:after {
  content: "\10f652";
}

/* line 497, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-comments-dollar:after {
  content: "\10f653";
}

/* line 498, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-compact-disc:after {
  content: "\10f51f";
}

/* line 499, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-compass:after {
  content: "\10f14e";
}

/* line 500, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-compass-slash:after {
  content: "\10f5e9";
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-compress:after {
  content: "\10f066";
}

/* line 502, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-compress-alt:after {
  content: "\10f422";
}

/* line 503, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-compress-arrows-alt:after {
  content: "\10f78c";
}

/* line 504, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-compress-wide:after {
  content: "\10f326";
}

/* line 505, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-computer-classic:after {
  content: "\10f8b1";
}

/* line 506, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-computer-speaker:after {
  content: "\10f8b2";
}

/* line 507, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-concierge-bell:after {
  content: "\10f562";
}

/* line 508, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-construction:after {
  content: "\10f85d";
}

/* line 509, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-container-storage:after {
  content: "\10f4b7";
}

/* line 510, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-conveyor-belt:after {
  content: "\10f46e";
}

/* line 511, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-conveyor-belt-alt:after {
  content: "\10f46f";
}

/* line 512, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cookie:after {
  content: "\10f563";
}

/* line 513, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cookie-bite:after {
  content: "\10f564";
}

/* line 514, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-copy:after {
  content: "\10f0c5";
}

/* line 515, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-copyright:after {
  content: "\10f1f9";
}

/* line 516, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-corn:after {
  content: "\10f6c7";
}

/* line 517, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-couch:after {
  content: "\10f4b8";
}

/* line 518, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cow:after {
  content: "\10f6c8";
}

/* line 519, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cowbell:after {
  content: "\10f8b3";
}

/* line 520, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cowbell-more:after {
  content: "\10f8b4";
}

/* line 521, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-credit-card:after {
  content: "\10f09d";
}

/* line 522, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-credit-card-blank:after {
  content: "\10f389";
}

/* line 523, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-credit-card-front:after {
  content: "\10f38a";
}

/* line 524, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cricket:after {
  content: "\10f449";
}

/* line 525, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-croissant:after {
  content: "\10f7f6";
}

/* line 526, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-crop:after {
  content: "\10f125";
}

/* line 527, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-crop-alt:after {
  content: "\10f565";
}

/* line 528, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cross:after {
  content: "\10f654";
}

/* line 529, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-crosshairs:after {
  content: "\10f05b";
}

/* line 530, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-crow:after {
  content: "\10f520";
}

/* line 531, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-crown:after {
  content: "\10f521";
}

/* line 532, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-crutch:after {
  content: "\10f7f7";
}

/* line 533, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-crutches:after {
  content: "\10f7f8";
}

/* line 534, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cube:after {
  content: "\10f1b2";
}

/* line 535, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cubes:after {
  content: "\10f1b3";
}

/* line 536, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-curling:after {
  content: "\10f44a";
}

/* line 537, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-cut:after {
  content: "\10f0c4";
}

/* line 538, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dagger:after {
  content: "\10f6cb";
}

/* line 539, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-database:after {
  content: "\10f1c0";
}

/* line 540, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-deaf:after {
  content: "\10f2a4";
}

/* line 541, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-debug:after {
  content: "\10f7f9";
}

/* line 542, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-deer:after {
  content: "\10f78e";
}

/* line 543, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-deer-rudolph:after {
  content: "\10f78f";
}

/* line 544, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-democrat:after {
  content: "\10f747";
}

/* line 545, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-desktop:after {
  content: "\10f108";
}

/* line 546, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-desktop-alt:after {
  content: "\10f390";
}

/* line 547, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dewpoint:after {
  content: "\10f748";
}

/* line 548, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dharmachakra:after {
  content: "\10f655";
}

/* line 549, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-diagnoses:after {
  content: "\10f470";
}

/* line 550, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-diamond:after {
  content: "\10f219";
}

/* line 551, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice:after {
  content: "\10f522";
}

/* line 552, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-d10:after {
  content: "\10f6cd";
}

/* line 553, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-d12:after {
  content: "\10f6ce";
}

/* line 554, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-d20:after {
  content: "\10f6cf";
}

/* line 555, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-d4:after {
  content: "\10f6d0";
}

/* line 556, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-d6:after {
  content: "\10f6d1";
}

/* line 557, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-d8:after {
  content: "\10f6d2";
}

/* line 558, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-five:after {
  content: "\10f523";
}

/* line 559, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-four:after {
  content: "\10f524";
}

/* line 560, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-one:after {
  content: "\10f525";
}

/* line 561, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-six:after {
  content: "\10f526";
}

/* line 562, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-three:after {
  content: "\10f527";
}

/* line 563, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dice-two:after {
  content: "\10f528";
}

/* line 564, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-digging:after {
  content: "\10f85e";
}

/* line 565, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-digital-tachograph:after {
  content: "\10f566";
}

/* line 566, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-diploma:after {
  content: "\10f5ea";
}

/* line 567, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-directions:after {
  content: "\10f5eb";
}

/* line 568, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-disc-drive:after {
  content: "\10f8b5";
}

/* line 569, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-disease:after {
  content: "\10f7fa";
}

/* line 570, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-divide:after {
  content: "\10f529";
}

/* line 571, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dizzy:after {
  content: "\10f567";
}

/* line 572, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dna:after {
  content: "\10f471";
}

/* line 573, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-do-not-enter:after {
  content: "\10f5ec";
}

/* line 574, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dog:after {
  content: "\10f6d3";
}

/* line 575, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dog-leashed:after {
  content: "\10f6d4";
}

/* line 576, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dollar-sign:after {
  content: "\10f155";
}

/* line 577, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dolly:after {
  content: "\10f472";
}

/* line 578, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dolly-empty:after {
  content: "\10f473";
}

/* line 579, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dolly-flatbed:after {
  content: "\10f474";
}

/* line 580, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dolly-flatbed-alt:after {
  content: "\10f475";
}

/* line 581, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dolly-flatbed-empty:after {
  content: "\10f476";
}

/* line 582, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-donate:after {
  content: "\10f4b9";
}

/* line 583, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-door-closed:after {
  content: "\10f52a";
}

/* line 584, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-door-open:after {
  content: "\10f52b";
}

/* line 585, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dot-circle:after {
  content: "\10f192";
}

/* line 586, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dove:after {
  content: "\10f4ba";
}

/* line 587, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-download:after {
  content: "\10f019";
}

/* line 588, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-drafting-compass:after {
  content: "\10f568";
}

/* line 589, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dragon:after {
  content: "\10f6d5";
}

/* line 590, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-draw-circle:after {
  content: "\10f5ed";
}

/* line 591, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-draw-polygon:after {
  content: "\10f5ee";
}

/* line 592, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-draw-square:after {
  content: "\10f5ef";
}

/* line 593, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dreidel:after {
  content: "\10f792";
}

/* line 594, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-drone:after {
  content: "\10f85f";
}

/* line 595, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-drone-alt:after {
  content: "\10f860";
}

/* line 596, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-drum:after {
  content: "\10f569";
}

/* line 597, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-drum-steelpan:after {
  content: "\10f56a";
}

/* line 598, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-drumstick:after {
  content: "\10f6d6";
}

/* line 599, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-drumstick-bite:after {
  content: "\10f6d7";
}

/* line 600, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dryer:after {
  content: "\10f861";
}

/* line 601, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dryer-alt:after {
  content: "\10f862";
}

/* line 602, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-duck:after {
  content: "\10f6d8";
}

/* line 603, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dumbbell:after {
  content: "\10f44b";
}

/* line 604, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dumpster:after {
  content: "\10f793";
}

/* line 605, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dumpster-fire:after {
  content: "\10f794";
}

/* line 606, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-dungeon:after {
  content: "\10f6d9";
}

/* line 607, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ear:after {
  content: "\10f5f0";
}

/* line 608, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ear-muffs:after {
  content: "\10f795";
}

/* line 609, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-eclipse:after {
  content: "\10f749";
}

/* line 610, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-eclipse-alt:after {
  content: "\10f74a";
}

/* line 611, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-edit:after {
  content: "\10f044";
}

/* line 612, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-egg:after {
  content: "\10f7fb";
}

/* line 613, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-egg-fried:after {
  content: "\10f7fc";
}

/* line 614, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-eject:after {
  content: "\10f052";
}

/* line 615, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-elephant:after {
  content: "\10f6da";
}

/* line 616, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ellipsis-h:after {
  content: "\10f141";
}

/* line 617, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ellipsis-h-alt:after {
  content: "\10f39b";
}

/* line 618, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ellipsis-v:after {
  content: "\10f142";
}

/* line 619, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ellipsis-v-alt:after {
  content: "\10f39c";
}

/* line 620, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-empty-set:after {
  content: "\10f656";
}

/* line 621, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-engine-warning:after {
  content: "\10f5f2";
}

/* line 622, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-envelope:after {
  content: "\10f0e0";
}

/* line 623, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-envelope-open:after {
  content: "\10f2b6";
}

/* line 624, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-envelope-open-dollar:after {
  content: "\10f657";
}

/* line 625, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-envelope-open-text:after {
  content: "\10f658";
}

/* line 626, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-envelope-square:after {
  content: "\10f199";
}

/* line 627, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-equals:after {
  content: "\10f52c";
}

/* line 628, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-eraser:after {
  content: "\10f12d";
}

/* line 629, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ethernet:after {
  content: "\10f796";
}

/* line 630, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-euro-sign:after {
  content: "\10f153";
}

/* line 631, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-exchange:after {
  content: "\10f0ec";
}

/* line 632, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-exchange-alt:after {
  content: "\10f362";
}

/* line 633, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-exclamation:after {
  content: "\10f12a";
}

/* line 634, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-exclamation-circle:after {
  content: "\10f06a";
}

/* line 635, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-exclamation-square:after {
  content: "\10f321";
}

/* line 636, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-exclamation-triangle:after {
  content: "\10f071";
}

/* line 637, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-expand:after {
  content: "\10f065";
}

/* line 638, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-expand-alt:after {
  content: "\10f424";
}

/* line 639, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-expand-arrows:after {
  content: "\10f31d";
}

/* line 640, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-expand-arrows-alt:after {
  content: "\10f31e";
}

/* line 641, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-expand-wide:after {
  content: "\10f320";
}

/* line 642, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-external-link:after {
  content: "\10f08e";
}

/* line 643, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-external-link-alt:after {
  content: "\10f35d";
}

/* line 644, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-external-link-square:after {
  content: "\10f14c";
}

/* line 645, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-external-link-square-alt:after {
  content: "\10f360";
}

/* line 646, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-eye:after {
  content: "\10f06e";
}

/* line 647, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-eye-dropper:after {
  content: "\10f1fb";
}

/* line 648, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-eye-evil:after {
  content: "\10f6db";
}

/* line 649, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-eye-slash:after {
  content: "\10f070";
}

/* line 650, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fan:after {
  content: "\10f863";
}

/* line 651, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-farm:after {
  content: "\10f864";
}

/* line 652, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fast-backward:after {
  content: "\10f049";
}

/* line 653, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fast-forward:after {
  content: "\10f050";
}

/* line 654, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fax:after {
  content: "\10f1ac";
}

/* line 655, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-feather:after {
  content: "\10f52d";
}

/* line 656, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-feather-alt:after {
  content: "\10f56b";
}

/* line 657, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-female:after {
  content: "\10f182";
}

/* line 658, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-field-hockey:after {
  content: "\10f44c";
}

/* line 659, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fighter-jet:after {
  content: "\10f0fb";
}

/* line 660, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file:after {
  content: "\10f15b";
}

/* line 661, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-alt:after {
  content: "\10f15c";
}

/* line 662, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-archive:after {
  content: "\10f1c6";
}

/* line 663, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-audio:after {
  content: "\10f1c7";
}

/* line 664, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-certificate:after {
  content: "\10f5f3";
}

/* line 665, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-chart-line:after {
  content: "\10f659";
}

/* line 666, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-chart-pie:after {
  content: "\10f65a";
}

/* line 667, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-check:after {
  content: "\10f316";
}

/* line 668, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-code:after {
  content: "\10f1c9";
}

/* line 669, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-contract:after {
  content: "\10f56c";
}

/* line 670, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-csv:after {
  content: "\10f6dd";
}

/* line 671, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-download:after {
  content: "\10f56d";
}

/* line 672, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-edit:after {
  content: "\10f31c";
}

/* line 673, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-excel:after {
  content: "\10f1c3";
}

/* line 674, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-exclamation:after {
  content: "\10f31a";
}

/* line 675, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-export:after {
  content: "\10f56e";
}

/* line 676, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-image:after {
  content: "\10f1c5";
}

/* line 677, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-import:after {
  content: "\10f56f";
}

/* line 678, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-invoice:after {
  content: "\10f570";
}

/* line 679, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-invoice-dollar:after {
  content: "\10f571";
}

/* line 680, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-medical:after {
  content: "\10f477";
}

/* line 681, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-medical-alt:after {
  content: "\10f478";
}

/* line 682, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-minus:after {
  content: "\10f318";
}

/* line 683, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-music:after {
  content: "\10f8b6";
}

/* line 684, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-pdf:after {
  content: "\10f1c1";
}

/* line 685, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-plus:after {
  content: "\10f319";
}

/* line 686, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-powerpoint:after {
  content: "\10f1c4";
}

/* line 687, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-prescription:after {
  content: "\10f572";
}

/* line 688, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-search:after {
  content: "\10f865";
}

/* line 689, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-signature:after {
  content: "\10f573";
}

/* line 690, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-spreadsheet:after {
  content: "\10f65b";
}

/* line 691, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-times:after {
  content: "\10f317";
}

/* line 692, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-upload:after {
  content: "\10f574";
}

/* line 693, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-user:after {
  content: "\10f65c";
}

/* line 694, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-video:after {
  content: "\10f1c8";
}

/* line 695, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-file-word:after {
  content: "\10f1c2";
}

/* line 696, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-files-medical:after {
  content: "\10f7fd";
}

/* line 697, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fill:after {
  content: "\10f575";
}

/* line 698, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fill-drip:after {
  content: "\10f576";
}

/* line 699, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-film:after {
  content: "\10f008";
}

/* line 700, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-film-alt:after {
  content: "\10f3a0";
}

/* line 701, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-film-canister:after {
  content: "\10f8b7";
}

/* line 702, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-filter:after {
  content: "\10f0b0";
}

/* line 703, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fingerprint:after {
  content: "\10f577";
}

/* line 704, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fire:after {
  content: "\10f06d";
}

/* line 705, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fire-alt:after {
  content: "\10f7e4";
}

/* line 706, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fire-extinguisher:after {
  content: "\10f134";
}

/* line 707, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fire-smoke:after {
  content: "\10f74b";
}

/* line 708, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fireplace:after {
  content: "\10f79a";
}

/* line 709, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-first-aid:after {
  content: "\10f479";
}

/* line 710, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fish:after {
  content: "\10f578";
}

/* line 711, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fish-cooked:after {
  content: "\10f7fe";
}

/* line 712, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fist-raised:after {
  content: "\10f6de";
}

/* line 713, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flag:after {
  content: "\10f024";
}

/* line 714, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flag-alt:after {
  content: "\10f74c";
}

/* line 715, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flag-checkered:after {
  content: "\10f11e";
}

/* line 716, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flag-usa:after {
  content: "\10f74d";
}

/* line 717, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flame:after {
  content: "\10f6df";
}

/* line 718, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flashlight:after {
  content: "\10f8b8";
}

/* line 719, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flask:after {
  content: "\10f0c3";
}

/* line 720, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flask-poison:after {
  content: "\10f6e0";
}

/* line 721, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flask-potion:after {
  content: "\10f6e1";
}

/* line 722, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flower:after {
  content: "\10f7ff";
}

/* line 723, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flower-daffodil:after {
  content: "\10f800";
}

/* line 724, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flower-tulip:after {
  content: "\10f801";
}

/* line 725, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flushed:after {
  content: "\10f579";
}

/* line 726, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flute:after {
  content: "\10f8b9";
}

/* line 727, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-flux-capacitor:after {
  content: "\10f8ba";
}

/* line 728, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fog:after {
  content: "\10f74e";
}

/* line 729, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-folder:after {
  content: "\10f07b";
}

/* line 730, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-folder-minus:after {
  content: "\10f65d";
}

/* line 731, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-folder-open:after {
  content: "\10f07c";
}

/* line 732, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-folder-plus:after {
  content: "\10f65e";
}

/* line 733, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-folder-times:after {
  content: "\10f65f";
}

/* line 734, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-folder-tree:after {
  content: "\10f802";
}

/* line 735, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-folders:after {
  content: "\10f660";
}

/* line 736, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-font:after {
  content: "\10f031";
}

/* line 737, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-font-awesome-logo-full:after {
  content: "\10f4e6";
}

/* line 738, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-font-case:after {
  content: "\10f866";
}

/* line 739, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-football-ball:after {
  content: "\10f44e";
}

/* line 740, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-football-helmet:after {
  content: "\10f44f";
}

/* line 741, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-forklift:after {
  content: "\10f47a";
}

/* line 742, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-forward:after {
  content: "\10f04e";
}

/* line 743, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-fragile:after {
  content: "\10f4bb";
}

/* line 744, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-french-fries:after {
  content: "\10f803";
}

/* line 745, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-frog:after {
  content: "\10f52e";
}

/* line 746, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-frosty-head:after {
  content: "\10f79b";
}

/* line 747, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-frown:after {
  content: "\10f119";
}

/* line 748, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-frown-open:after {
  content: "\10f57a";
}

/* line 749, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-function:after {
  content: "\10f661";
}

/* line 750, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-funnel-dollar:after {
  content: "\10f662";
}

/* line 751, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-futbol:after {
  content: "\10f1e3";
}

/* line 752, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-game-board:after {
  content: "\10f867";
}

/* line 753, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-game-board-alt:after {
  content: "\10f868";
}

/* line 754, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-game-console-handheld:after {
  content: "\10f8bb";
}

/* line 755, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gamepad:after {
  content: "\10f11b";
}

/* line 756, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gamepad-alt:after {
  content: "\10f8bc";
}

/* line 757, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gas-pump:after {
  content: "\10f52f";
}

/* line 758, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gas-pump-slash:after {
  content: "\10f5f4";
}

/* line 759, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gavel:after {
  content: "\10f0e3";
}

/* line 760, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gem:after {
  content: "\10f3a5";
}

/* line 761, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-genderless:after {
  content: "\10f22d";
}

/* line 762, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ghost:after {
  content: "\10f6e2";
}

/* line 763, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gift:after {
  content: "\10f06b";
}

/* line 764, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gift-card:after {
  content: "\10f663";
}

/* line 765, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gifts:after {
  content: "\10f79c";
}

/* line 766, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gingerbread-man:after {
  content: "\10f79d";
}

/* line 767, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-glass:after {
  content: "\10f804";
}

/* line 768, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-glass-champagne:after {
  content: "\10f79e";
}

/* line 769, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-glass-cheers:after {
  content: "\10f79f";
}

/* line 770, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-glass-citrus:after {
  content: "\10f869";
}

/* line 771, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-glass-martini:after {
  content: "\10f000";
}

/* line 772, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-glass-martini-alt:after {
  content: "\10f57b";
}

/* line 773, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-glass-whiskey:after {
  content: "\10f7a0";
}

/* line 774, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-glass-whiskey-rocks:after {
  content: "\10f7a1";
}

/* line 775, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-glasses:after {
  content: "\10f530";
}

/* line 776, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-glasses-alt:after {
  content: "\10f5f5";
}

/* line 777, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-globe:after {
  content: "\10f0ac";
}

/* line 778, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-globe-africa:after {
  content: "\10f57c";
}

/* line 779, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-globe-americas:after {
  content: "\10f57d";
}

/* line 780, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-globe-asia:after {
  content: "\10f57e";
}

/* line 781, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-globe-europe:after {
  content: "\10f7a2";
}

/* line 782, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-globe-snow:after {
  content: "\10f7a3";
}

/* line 783, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-globe-stand:after {
  content: "\10f5f6";
}

/* line 784, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-golf-ball:after {
  content: "\10f450";
}

/* line 785, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-golf-club:after {
  content: "\10f451";
}

/* line 786, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gopuram:after {
  content: "\10f664";
}

/* line 787, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-graduation-cap:after {
  content: "\10f19d";
}

/* line 788, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-gramophone:after {
  content: "\10f8bd";
}

/* line 789, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-greater-than:after {
  content: "\10f531";
}

/* line 790, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-greater-than-equal:after {
  content: "\10f532";
}

/* line 791, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grimace:after {
  content: "\10f57f";
}

/* line 792, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin:after {
  content: "\10f580";
}

/* line 793, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-alt:after {
  content: "\10f581";
}

/* line 794, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-beam:after {
  content: "\10f582";
}

/* line 795, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-beam-sweat:after {
  content: "\10f583";
}

/* line 796, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-hearts:after {
  content: "\10f584";
}

/* line 797, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-squint:after {
  content: "\10f585";
}

/* line 798, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-squint-tears:after {
  content: "\10f586";
}

/* line 799, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-stars:after {
  content: "\10f587";
}

/* line 800, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-tears:after {
  content: "\10f588";
}

/* line 801, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-tongue:after {
  content: "\10f589";
}

/* line 802, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-tongue-squint:after {
  content: "\10f58a";
}

/* line 803, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-tongue-wink:after {
  content: "\10f58b";
}

/* line 804, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grin-wink:after {
  content: "\10f58c";
}

/* line 805, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grip-horizontal:after {
  content: "\10f58d";
}

/* line 806, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grip-lines:after {
  content: "\10f7a4";
}

/* line 807, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grip-lines-vertical:after {
  content: "\10f7a5";
}

/* line 808, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-grip-vertical:after {
  content: "\10f58e";
}

/* line 809, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-guitar:after {
  content: "\10f7a6";
}

/* line 810, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-guitar-electric:after {
  content: "\10f8be";
}

/* line 811, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-guitars:after {
  content: "\10f8bf";
}

/* line 812, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-h-square:after {
  content: "\10f0fd";
}

/* line 813, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-h1:after {
  content: "\10f313";
}

/* line 814, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-h2:after {
  content: "\10f314";
}

/* line 815, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-h3:after {
  content: "\10f315";
}

/* line 816, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-h4:after {
  content: "\10f86a";
}

/* line 817, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hamburger:after {
  content: "\10f805";
}

/* line 818, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hammer:after {
  content: "\10f6e3";
}

/* line 819, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hammer-war:after {
  content: "\10f6e4";
}

/* line 820, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hamsa:after {
  content: "\10f665";
}

/* line 821, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-heart:after {
  content: "\10f4bc";
}

/* line 822, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-holding:after {
  content: "\10f4bd";
}

/* line 823, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-holding-box:after {
  content: "\10f47b";
}

/* line 824, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-holding-heart:after {
  content: "\10f4be";
}

/* line 825, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-holding-magic:after {
  content: "\10f6e5";
}

/* line 826, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-holding-seedling:after {
  content: "\10f4bf";
}

/* line 827, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-holding-usd:after {
  content: "\10f4c0";
}

/* line 828, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-holding-water:after {
  content: "\10f4c1";
}

/* line 829, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-lizard:after {
  content: "\10f258";
}

/* line 830, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-middle-finger:after {
  content: "\10f806";
}

/* line 831, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-paper:after {
  content: "\10f256";
}

/* line 832, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-peace:after {
  content: "\10f25b";
}

/* line 833, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-point-down:after {
  content: "\10f0a7";
}

/* line 834, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-point-left:after {
  content: "\10f0a5";
}

/* line 835, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-point-right:after {
  content: "\10f0a4";
}

/* line 836, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-point-up:after {
  content: "\10f0a6";
}

/* line 837, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-pointer:after {
  content: "\10f25a";
}

/* line 838, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-receiving:after {
  content: "\10f47c";
}

/* line 839, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-rock:after {
  content: "\10f255";
}

/* line 840, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-scissors:after {
  content: "\10f257";
}

/* line 841, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hand-spock:after {
  content: "\10f259";
}

/* line 842, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hands:after {
  content: "\10f4c2";
}

/* line 843, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hands-heart:after {
  content: "\10f4c3";
}

/* line 844, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hands-helping:after {
  content: "\10f4c4";
}

/* line 845, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hands-usd:after {
  content: "\10f4c5";
}

/* line 846, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-handshake:after {
  content: "\10f2b5";
}

/* line 847, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-handshake-alt:after {
  content: "\10f4c6";
}

/* line 848, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hanukiah:after {
  content: "\10f6e6";
}

/* line 849, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hard-hat:after {
  content: "\10f807";
}

/* line 850, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hashtag:after {
  content: "\10f292";
}

/* line 851, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hat-chef:after {
  content: "\10f86b";
}

/* line 852, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hat-cowboy:after {
  content: "\10f8c0";
}

/* line 853, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hat-cowboy-side:after {
  content: "\10f8c1";
}

/* line 854, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hat-santa:after {
  content: "\10f7a7";
}

/* line 855, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hat-winter:after {
  content: "\10f7a8";
}

/* line 856, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hat-witch:after {
  content: "\10f6e7";
}

/* line 857, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hat-wizard:after {
  content: "\10f6e8";
}

/* line 858, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-haykal:after {
  content: "\10f666";
}

/* line 859, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hdd:after {
  content: "\10f0a0";
}

/* line 860, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-head-side:after {
  content: "\10f6e9";
}

/* line 861, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-head-side-brain:after {
  content: "\10f808";
}

/* line 862, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-head-side-headphones:after {
  content: "\10f8c2";
}

/* line 863, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-head-side-medical:after {
  content: "\10f809";
}

/* line 864, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-head-vr:after {
  content: "\10f6ea";
}

/* line 865, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-heading:after {
  content: "\10f1dc";
}

/* line 866, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-headphones:after {
  content: "\10f025";
}

/* line 867, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-headphones-alt:after {
  content: "\10f58f";
}

/* line 868, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-headset:after {
  content: "\10f590";
}

/* line 869, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-heart:after {
  content: "\10f004";
}

/* line 870, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-heart-broken:after {
  content: "\10f7a9";
}

/* line 871, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-heart-circle:after {
  content: "\10f4c7";
}

/* line 872, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-heart-rate:after {
  content: "\10f5f8";
}

/* line 873, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-heart-square:after {
  content: "\10f4c8";
}

/* line 874, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-heartbeat:after {
  content: "\10f21e";
}

/* line 875, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-helicopter:after {
  content: "\10f533";
}

/* line 876, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-helmet-battle:after {
  content: "\10f6eb";
}

/* line 877, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hexagon:after {
  content: "\10f312";
}

/* line 878, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-highlighter:after {
  content: "\10f591";
}

/* line 879, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hiking:after {
  content: "\10f6ec";
}

/* line 880, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hippo:after {
  content: "\10f6ed";
}

/* line 881, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-history:after {
  content: "\10f1da";
}

/* line 882, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hockey-mask:after {
  content: "\10f6ee";
}

/* line 883, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hockey-puck:after {
  content: "\10f453";
}

/* line 884, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hockey-sticks:after {
  content: "\10f454";
}

/* line 885, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-holly-berry:after {
  content: "\10f7aa";
}

/* line 886, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-home:after {
  content: "\10f015";
}

/* line 887, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-home-alt:after {
  content: "\10f80a";
}

/* line 888, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-home-heart:after {
  content: "\10f4c9";
}

/* line 889, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-home-lg:after {
  content: "\10f80b";
}

/* line 890, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-home-lg-alt:after {
  content: "\10f80c";
}

/* line 891, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hood-cloak:after {
  content: "\10f6ef";
}

/* line 892, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-horizontal-rule:after {
  content: "\10f86c";
}

/* line 893, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-horse:after {
  content: "\10f6f0";
}

/* line 894, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-horse-head:after {
  content: "\10f7ab";
}

/* line 895, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-horse-saddle:after {
  content: "\10f8c3";
}

/* line 896, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hospital:after {
  content: "\10f0f8";
}

/* line 897, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hospital-alt:after {
  content: "\10f47d";
}

/* line 898, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hospital-symbol:after {
  content: "\10f47e";
}

/* line 899, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hospital-user:after {
  content: "\10f80d";
}

/* line 900, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hospitals:after {
  content: "\10f80e";
}

/* line 901, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hot-tub:after {
  content: "\10f593";
}

/* line 902, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hotdog:after {
  content: "\10f80f";
}

/* line 903, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hotel:after {
  content: "\10f594";
}

/* line 904, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hourglass:after {
  content: "\10f254";
}

/* line 905, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hourglass-end:after {
  content: "\10f253";
}

/* line 906, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hourglass-half:after {
  content: "\10f252";
}

/* line 907, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hourglass-start:after {
  content: "\10f251";
}

/* line 908, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-house-damage:after {
  content: "\10f6f1";
}

/* line 909, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-house-flood:after {
  content: "\10f74f";
}

/* line 910, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hryvnia:after {
  content: "\10f6f2";
}

/* line 911, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-humidity:after {
  content: "\10f750";
}

/* line 912, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-hurricane:after {
  content: "\10f751";
}

/* line 913, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-i-cursor:after {
  content: "\10f246";
}

/* line 914, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ice-cream:after {
  content: "\10f810";
}

/* line 915, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ice-skate:after {
  content: "\10f7ac";
}

/* line 916, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-icicles:after {
  content: "\10f7ad";
}

/* line 917, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-icons:after {
  content: "\10f86d";
}

/* line 918, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-icons-alt:after {
  content: "\10f86e";
}

/* line 919, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-id-badge:after {
  content: "\10f2c1";
}

/* line 920, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-id-card:after {
  content: "\10f2c2";
}

/* line 921, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-id-card-alt:after {
  content: "\10f47f";
}

/* line 922, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-igloo:after {
  content: "\10f7ae";
}

/* line 923, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-image:after {
  content: "\10f03e";
}

/* line 924, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-image-polaroid:after {
  content: "\10f8c4";
}

/* line 925, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-images:after {
  content: "\10f302";
}

/* line 926, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-inbox:after {
  content: "\10f01c";
}

/* line 927, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-inbox-in:after {
  content: "\10f310";
}

/* line 928, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-inbox-out:after {
  content: "\10f311";
}

/* line 929, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-indent:after {
  content: "\10f03c";
}

/* line 930, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-industry:after {
  content: "\10f275";
}

/* line 931, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-industry-alt:after {
  content: "\10f3b3";
}

/* line 932, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-infinity:after {
  content: "\10f534";
}

/* line 933, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-info:after {
  content: "\10f129";
}

/* line 934, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-info-circle:after {
  content: "\10f05a";
}

/* line 935, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-info-square:after {
  content: "\10f30f";
}

/* line 936, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-inhaler:after {
  content: "\10f5f9";
}

/* line 937, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-integral:after {
  content: "\10f667";
}

/* line 938, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-intersection:after {
  content: "\10f668";
}

/* line 939, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-inventory:after {
  content: "\10f480";
}

/* line 940, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-island-tropical:after {
  content: "\10f811";
}

/* line 941, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-italic:after {
  content: "\10f033";
}

/* line 942, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-jack-o-lantern:after {
  content: "\10f30e";
}

/* line 943, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-jedi:after {
  content: "\10f669";
}

/* line 944, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-joint:after {
  content: "\10f595";
}

/* line 945, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-journal-whills:after {
  content: "\10f66a";
}

/* line 946, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-joystick:after {
  content: "\10f8c5";
}

/* line 947, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-jug:after {
  content: "\10f8c6";
}

/* line 948, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-kaaba:after {
  content: "\10f66b";
}

/* line 949, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-kazoo:after {
  content: "\10f8c7";
}

/* line 950, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-kerning:after {
  content: "\10f86f";
}

/* line 951, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-key:after {
  content: "\10f084";
}

/* line 952, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-key-skeleton:after {
  content: "\10f6f3";
}

/* line 953, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-keyboard:after {
  content: "\10f11c";
}

/* line 954, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-keynote:after {
  content: "\10f66c";
}

/* line 955, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-khanda:after {
  content: "\10f66d";
}

/* line 956, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-kidneys:after {
  content: "\10f5fb";
}

/* line 957, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-kiss:after {
  content: "\10f596";
}

/* line 958, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-kiss-beam:after {
  content: "\10f597";
}

/* line 959, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-kiss-wink-heart:after {
  content: "\10f598";
}

/* line 960, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-kite:after {
  content: "\10f6f4";
}

/* line 961, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-kiwi-bird:after {
  content: "\10f535";
}

/* line 962, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-knife-kitchen:after {
  content: "\10f6f5";
}

/* line 963, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lambda:after {
  content: "\10f66e";
}

/* line 964, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lamp:after {
  content: "\10f4ca";
}

/* line 965, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-landmark:after {
  content: "\10f66f";
}

/* line 966, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-landmark-alt:after {
  content: "\10f752";
}

/* line 967, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-language:after {
  content: "\10f1ab";
}

/* line 968, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-laptop:after {
  content: "\10f109";
}

/* line 969, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-laptop-code:after {
  content: "\10f5fc";
}

/* line 970, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-laptop-medical:after {
  content: "\10f812";
}

/* line 971, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lasso:after {
  content: "\10f8c8";
}

/* line 972, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-laugh:after {
  content: "\10f599";
}

/* line 973, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-laugh-beam:after {
  content: "\10f59a";
}

/* line 974, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-laugh-squint:after {
  content: "\10f59b";
}

/* line 975, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-laugh-wink:after {
  content: "\10f59c";
}

/* line 976, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-layer-group:after {
  content: "\10f5fd";
}

/* line 977, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-layer-minus:after {
  content: "\10f5fe";
}

/* line 978, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-layer-plus:after {
  content: "\10f5ff";
}

/* line 979, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-leaf:after {
  content: "\10f06c";
}

/* line 980, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-leaf-heart:after {
  content: "\10f4cb";
}

/* line 981, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-leaf-maple:after {
  content: "\10f6f6";
}

/* line 982, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-leaf-oak:after {
  content: "\10f6f7";
}

/* line 983, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lemon:after {
  content: "\10f094";
}

/* line 984, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-less-than:after {
  content: "\10f536";
}

/* line 985, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-less-than-equal:after {
  content: "\10f537";
}

/* line 986, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-level-down:after {
  content: "\10f149";
}

/* line 987, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-level-down-alt:after {
  content: "\10f3be";
}

/* line 988, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-level-up:after {
  content: "\10f148";
}

/* line 989, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-level-up-alt:after {
  content: "\10f3bf";
}

/* line 990, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-life-ring:after {
  content: "\10f1cd";
}

/* line 991, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lightbulb:after {
  content: "\10f0eb";
}

/* line 992, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lightbulb-dollar:after {
  content: "\10f670";
}

/* line 993, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lightbulb-exclamation:after {
  content: "\10f671";
}

/* line 994, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lightbulb-on:after {
  content: "\10f672";
}

/* line 995, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lightbulb-slash:after {
  content: "\10f673";
}

/* line 996, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lights-holiday:after {
  content: "\10f7b2";
}

/* line 997, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-line-columns:after {
  content: "\10f870";
}

/* line 998, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-line-height:after {
  content: "\10f871";
}

/* line 999, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-link:after {
  content: "\10f0c1";
}

/* line 1000, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lips:after {
  content: "\10f600";
}

/* line 1001, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lira-sign:after {
  content: "\10f195";
}

/* line 1002, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-list:after {
  content: "\10f03a";
}

/* line 1003, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-list-alt:after {
  content: "\10f022";
}

/* line 1004, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-list-music:after {
  content: "\10f8c9";
}

/* line 1005, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-list-ol:after {
  content: "\10f0cb";
}

/* line 1006, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-list-ul:after {
  content: "\10f0ca";
}

/* line 1007, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-location:after {
  content: "\10f601";
}

/* line 1008, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-location-arrow:after {
  content: "\10f124";
}

/* line 1009, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-location-circle:after {
  content: "\10f602";
}

/* line 1010, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-location-slash:after {
  content: "\10f603";
}

/* line 1011, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lock:after {
  content: "\10f023";
}

/* line 1012, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lock-alt:after {
  content: "\10f30d";
}

/* line 1013, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lock-open:after {
  content: "\10f3c1";
}

/* line 1014, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lock-open-alt:after {
  content: "\10f3c2";
}

/* line 1015, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-long-arrow-alt-down:after {
  content: "\10f309";
}

/* line 1016, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-long-arrow-alt-left:after {
  content: "\10f30a";
}

/* line 1017, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-long-arrow-alt-right:after {
  content: "\10f30b";
}

/* line 1018, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-long-arrow-alt-up:after {
  content: "\10f30c";
}

/* line 1019, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-long-arrow-down:after {
  content: "\10f175";
}

/* line 1020, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-long-arrow-left:after {
  content: "\10f177";
}

/* line 1021, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-long-arrow-right:after {
  content: "\10f178";
}

/* line 1022, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-long-arrow-up:after {
  content: "\10f176";
}

/* line 1023, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-loveseat:after {
  content: "\10f4cc";
}

/* line 1024, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-low-vision:after {
  content: "\10f2a8";
}

/* line 1025, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-luchador:after {
  content: "\10f455";
}

/* line 1026, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-luggage-cart:after {
  content: "\10f59d";
}

/* line 1027, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-lungs:after {
  content: "\10f604";
}

/* line 1028, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mace:after {
  content: "\10f6f8";
}

/* line 1029, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-magic:after {
  content: "\10f0d0";
}

/* line 1030, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-magnet:after {
  content: "\10f076";
}

/* line 1031, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mail-bulk:after {
  content: "\10f674";
}

/* line 1032, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mailbox:after {
  content: "\10f813";
}

/* line 1033, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-male:after {
  content: "\10f183";
}

/* line 1034, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mandolin:after {
  content: "\10f6f9";
}

/* line 1035, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map:after {
  content: "\10f279";
}

/* line 1036, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marked:after {
  content: "\10f59f";
}

/* line 1037, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marked-alt:after {
  content: "\10f5a0";
}

/* line 1038, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker:after {
  content: "\10f041";
}

/* line 1039, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker-alt:after {
  content: "\10f3c5";
}

/* line 1040, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker-alt-slash:after {
  content: "\10f605";
}

/* line 1041, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker-check:after {
  content: "\10f606";
}

/* line 1042, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker-edit:after {
  content: "\10f607";
}

/* line 1043, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker-exclamation:after {
  content: "\10f608";
}

/* line 1044, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker-minus:after {
  content: "\10f609";
}

/* line 1045, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker-plus:after {
  content: "\10f60a";
}

/* line 1046, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker-question:after {
  content: "\10f60b";
}

/* line 1047, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker-slash:after {
  content: "\10f60c";
}

/* line 1048, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker-smile:after {
  content: "\10f60d";
}

/* line 1049, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-marker-times:after {
  content: "\10f60e";
}

/* line 1050, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-pin:after {
  content: "\10f276";
}

/* line 1051, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-map-signs:after {
  content: "\10f277";
}

/* line 1052, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-marker:after {
  content: "\10f5a1";
}

/* line 1053, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mars:after {
  content: "\10f222";
}

/* line 1054, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mars-double:after {
  content: "\10f227";
}

/* line 1055, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mars-stroke:after {
  content: "\10f229";
}

/* line 1056, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mars-stroke-h:after {
  content: "\10f22b";
}

/* line 1057, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mars-stroke-v:after {
  content: "\10f22a";
}

/* line 1058, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mask:after {
  content: "\10f6fa";
}

/* line 1059, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-meat:after {
  content: "\10f814";
}

/* line 1060, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-medal:after {
  content: "\10f5a2";
}

/* line 1061, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-medkit:after {
  content: "\10f0fa";
}

/* line 1062, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-megaphone:after {
  content: "\10f675";
}

/* line 1063, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-meh:after {
  content: "\10f11a";
}

/* line 1064, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-meh-blank:after {
  content: "\10f5a4";
}

/* line 1065, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-meh-rolling-eyes:after {
  content: "\10f5a5";
}

/* line 1066, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-memory:after {
  content: "\10f538";
}

/* line 1067, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-menorah:after {
  content: "\10f676";
}

/* line 1068, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mercury:after {
  content: "\10f223";
}

/* line 1069, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-meteor:after {
  content: "\10f753";
}

/* line 1070, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-microchip:after {
  content: "\10f2db";
}

/* line 1071, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-microphone:after {
  content: "\10f130";
}

/* line 1072, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-microphone-alt:after {
  content: "\10f3c9";
}

/* line 1073, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-microphone-alt-slash:after {
  content: "\10f539";
}

/* line 1074, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-microphone-slash:after {
  content: "\10f131";
}

/* line 1075, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-microphone-stand:after {
  content: "\10f8cb";
}

/* line 1076, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-microscope:after {
  content: "\10f610";
}

/* line 1077, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mind-share:after {
  content: "\10f677";
}

/* line 1078, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-minus:after {
  content: "\10f068";
}

/* line 1079, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-minus-circle:after {
  content: "\10f056";
}

/* line 1080, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-minus-hexagon:after {
  content: "\10f307";
}

/* line 1081, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-minus-octagon:after {
  content: "\10f308";
}

/* line 1082, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-minus-square:after {
  content: "\10f146";
}

/* line 1083, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mistletoe:after {
  content: "\10f7b4";
}

/* line 1084, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mitten:after {
  content: "\10f7b5";
}

/* line 1085, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mobile:after {
  content: "\10f10b";
}

/* line 1086, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mobile-alt:after {
  content: "\10f3cd";
}

/* line 1087, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mobile-android:after {
  content: "\10f3ce";
}

/* line 1088, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mobile-android-alt:after {
  content: "\10f3cf";
}

/* line 1089, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-money-bill:after {
  content: "\10f0d6";
}

/* line 1090, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-money-bill-alt:after {
  content: "\10f3d1";
}

/* line 1091, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-money-bill-wave:after {
  content: "\10f53a";
}

/* line 1092, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-money-bill-wave-alt:after {
  content: "\10f53b";
}

/* line 1093, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-money-check:after {
  content: "\10f53c";
}

/* line 1094, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-money-check-alt:after {
  content: "\10f53d";
}

/* line 1095, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-money-check-edit:after {
  content: "\10f872";
}

/* line 1096, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-money-check-edit-alt:after {
  content: "\10f873";
}

/* line 1097, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-monitor-heart-rate:after {
  content: "\10f611";
}

/* line 1098, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-monkey:after {
  content: "\10f6fb";
}

/* line 1099, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-monument:after {
  content: "\10f5a6";
}

/* line 1100, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-moon:after {
  content: "\10f186";
}

/* line 1101, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-moon-cloud:after {
  content: "\10f754";
}

/* line 1102, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-moon-stars:after {
  content: "\10f755";
}

/* line 1103, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mortar-pestle:after {
  content: "\10f5a7";
}

/* line 1104, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mosque:after {
  content: "\10f678";
}

/* line 1105, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-motorcycle:after {
  content: "\10f21c";
}

/* line 1106, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mountain:after {
  content: "\10f6fc";
}

/* line 1107, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mountains:after {
  content: "\10f6fd";
}

/* line 1108, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mouse:after {
  content: "\10f8cc";
}

/* line 1109, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mouse-alt:after {
  content: "\10f8cd";
}

/* line 1110, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mouse-pointer:after {
  content: "\10f245";
}

/* line 1111, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mp3-player:after {
  content: "\10f8ce";
}

/* line 1112, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mug:after {
  content: "\10f874";
}

/* line 1113, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mug-hot:after {
  content: "\10f7b6";
}

/* line 1114, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mug-marshmallows:after {
  content: "\10f7b7";
}

/* line 1115, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-mug-tea:after {
  content: "\10f875";
}

/* line 1116, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-music:after {
  content: "\10f001";
}

/* line 1117, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-music-alt:after {
  content: "\10f8cf";
}

/* line 1118, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-music-alt-slash:after {
  content: "\10f8d0";
}

/* line 1119, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-music-slash:after {
  content: "\10f8d1";
}

/* line 1120, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-narwhal:after {
  content: "\10f6fe";
}

/* line 1121, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-network-wired:after {
  content: "\10f6ff";
}

/* line 1122, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-neuter:after {
  content: "\10f22c";
}

/* line 1123, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-newspaper:after {
  content: "\10f1ea";
}

/* line 1124, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-not-equal:after {
  content: "\10f53e";
}

/* line 1125, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-notes-medical:after {
  content: "\10f481";
}

/* line 1126, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-object-group:after {
  content: "\10f247";
}

/* line 1127, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-object-ungroup:after {
  content: "\10f248";
}

/* line 1128, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-octagon:after {
  content: "\10f306";
}

/* line 1129, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-oil-can:after {
  content: "\10f613";
}

/* line 1130, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-oil-temp:after {
  content: "\10f614";
}

/* line 1131, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-om:after {
  content: "\10f679";
}

/* line 1132, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-omega:after {
  content: "\10f67a";
}

/* line 1133, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ornament:after {
  content: "\10f7b8";
}

/* line 1134, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-otter:after {
  content: "\10f700";
}

/* line 1135, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-outdent:after {
  content: "\10f03b";
}

/* line 1136, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-overline:after {
  content: "\10f876";
}

/* line 1137, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-page-break:after {
  content: "\10f877";
}

/* line 1138, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pager:after {
  content: "\10f815";
}

/* line 1139, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-paint-brush:after {
  content: "\10f1fc";
}

/* line 1140, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-paint-brush-alt:after {
  content: "\10f5a9";
}

/* line 1141, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-paint-roller:after {
  content: "\10f5aa";
}

/* line 1142, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-palette:after {
  content: "\10f53f";
}

/* line 1143, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pallet:after {
  content: "\10f482";
}

/* line 1144, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pallet-alt:after {
  content: "\10f483";
}

/* line 1145, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-paper-plane:after {
  content: "\10f1d8";
}

/* line 1146, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-paperclip:after {
  content: "\10f0c6";
}

/* line 1147, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-parachute-box:after {
  content: "\10f4cd";
}

/* line 1148, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-paragraph:after {
  content: "\10f1dd";
}

/* line 1149, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-paragraph-rtl:after {
  content: "\10f878";
}

/* line 1150, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-parking:after {
  content: "\10f540";
}

/* line 1151, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-parking-circle:after {
  content: "\10f615";
}

/* line 1152, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-parking-circle-slash:after {
  content: "\10f616";
}

/* line 1153, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-parking-slash:after {
  content: "\10f617";
}

/* line 1154, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-passport:after {
  content: "\10f5ab";
}

/* line 1155, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pastafarianism:after {
  content: "\10f67b";
}

/* line 1156, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-paste:after {
  content: "\10f0ea";
}

/* line 1157, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pause:after {
  content: "\10f04c";
}

/* line 1158, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pause-circle:after {
  content: "\10f28b";
}

/* line 1159, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-paw:after {
  content: "\10f1b0";
}

/* line 1160, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-paw-alt:after {
  content: "\10f701";
}

/* line 1161, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-paw-claws:after {
  content: "\10f702";
}

/* line 1162, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-peace:after {
  content: "\10f67c";
}

/* line 1163, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pegasus:after {
  content: "\10f703";
}

/* line 1164, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pen:after {
  content: "\10f304";
}

/* line 1165, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pen-alt:after {
  content: "\10f305";
}

/* line 1166, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pen-fancy:after {
  content: "\10f5ac";
}

/* line 1167, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pen-nib:after {
  content: "\10f5ad";
}

/* line 1168, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pen-square:after {
  content: "\10f14b";
}

/* line 1169, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pencil:after {
  content: "\10f040";
}

/* line 1170, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pencil-alt:after {
  content: "\10f303";
}

/* line 1171, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pencil-paintbrush:after {
  content: "\10f618";
}

/* line 1172, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pencil-ruler:after {
  content: "\10f5ae";
}

/* line 1173, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pennant:after {
  content: "\10f456";
}

/* line 1174, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-people-carry:after {
  content: "\10f4ce";
}

/* line 1175, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pepper-hot:after {
  content: "\10f816";
}

/* line 1176, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-percent:after {
  content: "\10f295";
}

/* line 1177, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-percentage:after {
  content: "\10f541";
}

/* line 1178, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-person-booth:after {
  content: "\10f756";
}

/* line 1179, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-person-carry:after {
  content: "\10f4cf";
}

/* line 1180, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-person-dolly:after {
  content: "\10f4d0";
}

/* line 1181, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-person-dolly-empty:after {
  content: "\10f4d1";
}

/* line 1182, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-person-sign:after {
  content: "\10f757";
}

/* line 1183, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-phone:after {
  content: "\10f095";
}

/* line 1184, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-phone-alt:after {
  content: "\10f879";
}

/* line 1185, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-phone-laptop:after {
  content: "\10f87a";
}

/* line 1186, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-phone-office:after {
  content: "\10f67d";
}

/* line 1187, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-phone-plus:after {
  content: "\10f4d2";
}

/* line 1188, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-phone-rotary:after {
  content: "\10f8d3";
}

/* line 1189, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-phone-slash:after {
  content: "\10f3dd";
}

/* line 1190, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-phone-square:after {
  content: "\10f098";
}

/* line 1191, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-phone-square-alt:after {
  content: "\10f87b";
}

/* line 1192, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-phone-volume:after {
  content: "\10f2a0";
}

/* line 1193, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-photo-video:after {
  content: "\10f87c";
}

/* line 1194, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pi:after {
  content: "\10f67e";
}

/* line 1195, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-piano:after {
  content: "\10f8d4";
}

/* line 1196, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-piano-keyboard:after {
  content: "\10f8d5";
}

/* line 1197, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pie:after {
  content: "\10f705";
}

/* line 1198, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pig:after {
  content: "\10f706";
}

/* line 1199, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-piggy-bank:after {
  content: "\10f4d3";
}

/* line 1200, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pills:after {
  content: "\10f484";
}

/* line 1201, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pizza:after {
  content: "\10f817";
}

/* line 1202, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pizza-slice:after {
  content: "\10f818";
}

/* line 1203, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-place-of-worship:after {
  content: "\10f67f";
}

/* line 1204, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-plane:after {
  content: "\10f072";
}

/* line 1205, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-plane-alt:after {
  content: "\10f3de";
}

/* line 1206, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-plane-arrival:after {
  content: "\10f5af";
}

/* line 1207, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-plane-departure:after {
  content: "\10f5b0";
}

/* line 1208, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-play:after {
  content: "\10f04b";
}

/* line 1209, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-play-circle:after {
  content: "\10f144";
}

/* line 1210, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-plug:after {
  content: "\10f1e6";
}

/* line 1211, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-plus:after {
  content: "\10f067";
}

/* line 1212, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-plus-circle:after {
  content: "\10f055";
}

/* line 1213, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-plus-hexagon:after {
  content: "\10f300";
}

/* line 1214, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-plus-octagon:after {
  content: "\10f301";
}

/* line 1215, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-plus-square:after {
  content: "\10f0fe";
}

/* line 1216, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-podcast:after {
  content: "\10f2ce";
}

/* line 1217, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-podium:after {
  content: "\10f680";
}

/* line 1218, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-podium-star:after {
  content: "\10f758";
}

/* line 1219, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-poll:after {
  content: "\10f681";
}

/* line 1220, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-poll-h:after {
  content: "\10f682";
}

/* line 1221, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-poll-people:after {
  content: "\10f759";
}

/* line 1222, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-poo:after {
  content: "\10f2fe";
}

/* line 1223, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-poo-storm:after {
  content: "\10f75a";
}

/* line 1224, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-poop:after {
  content: "\10f619";
}

/* line 1225, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-popcorn:after {
  content: "\10f819";
}

/* line 1226, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-portrait:after {
  content: "\10f3e0";
}

/* line 1227, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pound-sign:after {
  content: "\10f154";
}

/* line 1228, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-power-off:after {
  content: "\10f011";
}

/* line 1229, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pray:after {
  content: "\10f683";
}

/* line 1230, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-praying-hands:after {
  content: "\10f684";
}

/* line 1231, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-prescription:after {
  content: "\10f5b1";
}

/* line 1232, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-prescription-bottle:after {
  content: "\10f485";
}

/* line 1233, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-prescription-bottle-alt:after {
  content: "\10f486";
}

/* line 1234, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-presentation:after {
  content: "\10f685";
}

/* line 1235, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-print:after {
  content: "\10f02f";
}

/* line 1236, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-print-search:after {
  content: "\10f81a";
}

/* line 1237, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-print-slash:after {
  content: "\10f686";
}

/* line 1238, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-procedures:after {
  content: "\10f487";
}

/* line 1239, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-project-diagram:after {
  content: "\10f542";
}

/* line 1240, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-projector:after {
  content: "\10f8d6";
}

/* line 1241, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-pumpkin:after {
  content: "\10f707";
}

/* line 1242, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-puzzle-piece:after {
  content: "\10f12e";
}

/* line 1243, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-qrcode:after {
  content: "\10f029";
}

/* line 1244, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-question:after {
  content: "\10f128";
}

/* line 1245, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-question-circle:after {
  content: "\10f059";
}

/* line 1246, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-question-square:after {
  content: "\10f2fd";
}

/* line 1247, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-quidditch:after {
  content: "\10f458";
}

/* line 1248, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-quote-left:after {
  content: "\10f10d";
}

/* line 1249, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-quote-right:after {
  content: "\10f10e";
}

/* line 1250, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-quran:after {
  content: "\10f687";
}

/* line 1251, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rabbit:after {
  content: "\10f708";
}

/* line 1252, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rabbit-fast:after {
  content: "\10f709";
}

/* line 1253, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-racquet:after {
  content: "\10f45a";
}

/* line 1254, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-radiation:after {
  content: "\10f7b9";
}

/* line 1255, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-radiation-alt:after {
  content: "\10f7ba";
}

/* line 1256, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-radio:after {
  content: "\10f8d7";
}

/* line 1257, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-radio-alt:after {
  content: "\10f8d8";
}

/* line 1258, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rainbow:after {
  content: "\10f75b";
}

/* line 1259, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-raindrops:after {
  content: "\10f75c";
}

/* line 1260, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ram:after {
  content: "\10f70a";
}

/* line 1261, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ramp-loading:after {
  content: "\10f4d4";
}

/* line 1262, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-random:after {
  content: "\10f074";
}

/* line 1263, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-receipt:after {
  content: "\10f543";
}

/* line 1264, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-record-vinyl:after {
  content: "\10f8d9";
}

/* line 1265, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rectangle-landscape:after {
  content: "\10f2fa";
}

/* line 1266, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rectangle-portrait:after {
  content: "\10f2fb";
}

/* line 1267, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rectangle-wide:after {
  content: "\10f2fc";
}

/* line 1268, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-recycle:after {
  content: "\10f1b8";
}

/* line 1269, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-redo:after {
  content: "\10f01e";
}

/* line 1270, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-redo-alt:after {
  content: "\10f2f9";
}

/* line 1271, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-registered:after {
  content: "\10f25d";
}

/* line 1272, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-remove-format:after {
  content: "\10f87d";
}

/* line 1273, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-repeat:after {
  content: "\10f363";
}

/* line 1274, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-repeat-1:after {
  content: "\10f365";
}

/* line 1275, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-repeat-1-alt:after {
  content: "\10f366";
}

/* line 1276, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-repeat-alt:after {
  content: "\10f364";
}

/* line 1277, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-reply:after {
  content: "\10f3e5";
}

/* line 1278, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-reply-all:after {
  content: "\10f122";
}

/* line 1279, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-republican:after {
  content: "\10f75e";
}

/* line 1280, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-restroom:after {
  content: "\10f7bd";
}

/* line 1281, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-retweet:after {
  content: "\10f079";
}

/* line 1282, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-retweet-alt:after {
  content: "\10f361";
}

/* line 1283, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ribbon:after {
  content: "\10f4d6";
}

/* line 1284, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ring:after {
  content: "\10f70b";
}

/* line 1285, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rings-wedding:after {
  content: "\10f81b";
}

/* line 1286, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-road:after {
  content: "\10f018";
}

/* line 1287, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-robot:after {
  content: "\10f544";
}

/* line 1288, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rocket:after {
  content: "\10f135";
}

/* line 1289, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-route:after {
  content: "\10f4d7";
}

/* line 1290, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-route-highway:after {
  content: "\10f61a";
}

/* line 1291, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-route-interstate:after {
  content: "\10f61b";
}

/* line 1292, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-router:after {
  content: "\10f8da";
}

/* line 1293, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rss:after {
  content: "\10f09e";
}

/* line 1294, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rss-square:after {
  content: "\10f143";
}

/* line 1295, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ruble-sign:after {
  content: "\10f158";
}

/* line 1296, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ruler:after {
  content: "\10f545";
}

/* line 1297, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ruler-combined:after {
  content: "\10f546";
}

/* line 1298, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ruler-horizontal:after {
  content: "\10f547";
}

/* line 1299, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ruler-triangle:after {
  content: "\10f61c";
}

/* line 1300, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ruler-vertical:after {
  content: "\10f548";
}

/* line 1301, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-running:after {
  content: "\10f70c";
}

/* line 1302, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rupee-sign:after {
  content: "\10f156";
}

/* line 1303, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-rv:after {
  content: "\10f7be";
}

/* line 1304, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sack:after {
  content: "\10f81c";
}

/* line 1305, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sack-dollar:after {
  content: "\10f81d";
}

/* line 1306, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sad-cry:after {
  content: "\10f5b3";
}

/* line 1307, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sad-tear:after {
  content: "\10f5b4";
}

/* line 1308, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-salad:after {
  content: "\10f81e";
}

/* line 1309, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sandwich:after {
  content: "\10f81f";
}

/* line 1310, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-satellite:after {
  content: "\10f7bf";
}

/* line 1311, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-satellite-dish:after {
  content: "\10f7c0";
}

/* line 1312, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sausage:after {
  content: "\10f820";
}

/* line 1313, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-save:after {
  content: "\10f0c7";
}

/* line 1314, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sax-hot:after {
  content: "\10f8db";
}

/* line 1315, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-saxophone:after {
  content: "\10f8dc";
}

/* line 1316, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scalpel:after {
  content: "\10f61d";
}

/* line 1317, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scalpel-path:after {
  content: "\10f61e";
}

/* line 1318, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scanner:after {
  content: "\10f488";
}

/* line 1319, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scanner-image:after {
  content: "\10f8f3";
}

/* line 1320, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scanner-keyboard:after {
  content: "\10f489";
}

/* line 1321, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scanner-touchscreen:after {
  content: "\10f48a";
}

/* line 1322, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scarecrow:after {
  content: "\10f70d";
}

/* line 1323, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scarf:after {
  content: "\10f7c1";
}

/* line 1324, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-school:after {
  content: "\10f549";
}

/* line 1325, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-screwdriver:after {
  content: "\10f54a";
}

/* line 1326, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scroll:after {
  content: "\10f70e";
}

/* line 1327, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scroll-old:after {
  content: "\10f70f";
}

/* line 1328, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scrubber:after {
  content: "\10f2f8";
}

/* line 1329, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-scythe:after {
  content: "\10f710";
}

/* line 1330, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sd-card:after {
  content: "\10f7c2";
}

/* line 1331, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-search:after {
  content: "\10f002";
}

/* line 1332, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-search-dollar:after {
  content: "\10f688";
}

/* line 1333, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-search-location:after {
  content: "\10f689";
}

/* line 1334, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-search-minus:after {
  content: "\10f010";
}

/* line 1335, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-search-plus:after {
  content: "\10f00e";
}

/* line 1336, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-seedling:after {
  content: "\10f4d8";
}

/* line 1337, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-send-back:after {
  content: "\10f87e";
}

/* line 1338, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-send-backward:after {
  content: "\10f87f";
}

/* line 1339, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-server:after {
  content: "\10f233";
}

/* line 1340, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shapes:after {
  content: "\10f61f";
}

/* line 1341, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-share:after {
  content: "\10f064";
}

/* line 1342, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-share-all:after {
  content: "\10f367";
}

/* line 1343, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-share-alt:after {
  content: "\10f1e0";
}

/* line 1344, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-share-alt-square:after {
  content: "\10f1e1";
}

/* line 1345, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-share-square:after {
  content: "\10f14d";
}

/* line 1346, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sheep:after {
  content: "\10f711";
}

/* line 1347, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shekel-sign:after {
  content: "\10f20b";
}

/* line 1348, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shield:after {
  content: "\10f132";
}

/* line 1349, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shield-alt:after {
  content: "\10f3ed";
}

/* line 1350, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shield-check:after {
  content: "\10f2f7";
}

/* line 1351, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shield-cross:after {
  content: "\10f712";
}

/* line 1352, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ship:after {
  content: "\10f21a";
}

/* line 1353, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shipping-fast:after {
  content: "\10f48b";
}

/* line 1354, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shipping-timed:after {
  content: "\10f48c";
}

/* line 1355, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shish-kebab:after {
  content: "\10f821";
}

/* line 1356, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shoe-prints:after {
  content: "\10f54b";
}

/* line 1357, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shopping-bag:after {
  content: "\10f290";
}

/* line 1358, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shopping-basket:after {
  content: "\10f291";
}

/* line 1359, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shopping-cart:after {
  content: "\10f07a";
}

/* line 1360, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shovel:after {
  content: "\10f713";
}

/* line 1361, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shovel-snow:after {
  content: "\10f7c3";
}

/* line 1362, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shower:after {
  content: "\10f2cc";
}

/* line 1363, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shredder:after {
  content: "\10f68a";
}

/* line 1364, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shuttle-van:after {
  content: "\10f5b6";
}

/* line 1365, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-shuttlecock:after {
  content: "\10f45b";
}

/* line 1366, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sickle:after {
  content: "\10f822";
}

/* line 1367, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sigma:after {
  content: "\10f68b";
}

/* line 1368, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sign:after {
  content: "\10f4d9";
}

/* line 1369, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sign-in:after {
  content: "\10f090";
}

/* line 1370, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sign-in-alt:after {
  content: "\10f2f6";
}

/* line 1371, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sign-language:after {
  content: "\10f2a7";
}

/* line 1372, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sign-out:after {
  content: "\10f08b";
}

/* line 1373, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sign-out-alt:after {
  content: "\10f2f5";
}

/* line 1374, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal:after {
  content: "\10f012";
}

/* line 1375, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal-1:after {
  content: "\10f68c";
}

/* line 1376, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal-2:after {
  content: "\10f68d";
}

/* line 1377, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal-3:after {
  content: "\10f68e";
}

/* line 1378, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal-4:after {
  content: "\10f68f";
}

/* line 1379, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal-alt:after {
  content: "\10f690";
}

/* line 1380, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal-alt-1:after {
  content: "\10f691";
}

/* line 1381, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal-alt-2:after {
  content: "\10f692";
}

/* line 1382, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal-alt-3:after {
  content: "\10f693";
}

/* line 1383, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal-alt-slash:after {
  content: "\10f694";
}

/* line 1384, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal-slash:after {
  content: "\10f695";
}

/* line 1385, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signal-stream:after {
  content: "\10f8dd";
}

/* line 1386, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-signature:after {
  content: "\10f5b7";
}

/* line 1387, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sim-card:after {
  content: "\10f7c4";
}

/* line 1388, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sitemap:after {
  content: "\10f0e8";
}

/* line 1389, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-skating:after {
  content: "\10f7c5";
}

/* line 1390, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-skeleton:after {
  content: "\10f620";
}

/* line 1391, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ski-jump:after {
  content: "\10f7c7";
}

/* line 1392, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ski-lift:after {
  content: "\10f7c8";
}

/* line 1393, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-skiing:after {
  content: "\10f7c9";
}

/* line 1394, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-skiing-nordic:after {
  content: "\10f7ca";
}

/* line 1395, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-skull:after {
  content: "\10f54c";
}

/* line 1396, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-skull-cow:after {
  content: "\10f8de";
}

/* line 1397, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-skull-crossbones:after {
  content: "\10f714";
}

/* line 1398, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-slash:after {
  content: "\10f715";
}

/* line 1399, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sledding:after {
  content: "\10f7cb";
}

/* line 1400, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sleigh:after {
  content: "\10f7cc";
}

/* line 1401, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sliders-h:after {
  content: "\10f1de";
}

/* line 1402, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sliders-h-square:after {
  content: "\10f3f0";
}

/* line 1403, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sliders-v:after {
  content: "\10f3f1";
}

/* line 1404, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sliders-v-square:after {
  content: "\10f3f2";
}

/* line 1405, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-smile:after {
  content: "\10f118";
}

/* line 1406, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-smile-beam:after {
  content: "\10f5b8";
}

/* line 1407, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-smile-plus:after {
  content: "\10f5b9";
}

/* line 1408, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-smile-wink:after {
  content: "\10f4da";
}

/* line 1409, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-smog:after {
  content: "\10f75f";
}

/* line 1410, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-smoke:after {
  content: "\10f760";
}

/* line 1411, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-smoking:after {
  content: "\10f48d";
}

/* line 1412, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-smoking-ban:after {
  content: "\10f54d";
}

/* line 1413, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sms:after {
  content: "\10f7cd";
}

/* line 1414, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-snake:after {
  content: "\10f716";
}

/* line 1415, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-snooze:after {
  content: "\10f880";
}

/* line 1416, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-snow-blowing:after {
  content: "\10f761";
}

/* line 1417, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-snowboarding:after {
  content: "\10f7ce";
}

/* line 1418, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-snowflake:after {
  content: "\10f2dc";
}

/* line 1419, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-snowflakes:after {
  content: "\10f7cf";
}

/* line 1420, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-snowman:after {
  content: "\10f7d0";
}

/* line 1421, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-snowmobile:after {
  content: "\10f7d1";
}

/* line 1422, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-snowplow:after {
  content: "\10f7d2";
}

/* line 1423, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-socks:after {
  content: "\10f696";
}

/* line 1424, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-solar-panel:after {
  content: "\10f5ba";
}

/* line 1425, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort:after {
  content: "\10f0dc";
}

/* line 1426, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-alpha-down:after {
  content: "\10f15d";
}

/* line 1427, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-alpha-down-alt:after {
  content: "\10f881";
}

/* line 1428, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-alpha-up:after {
  content: "\10f15e";
}

/* line 1429, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-alpha-up-alt:after {
  content: "\10f882";
}

/* line 1430, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-alt:after {
  content: "\10f883";
}

/* line 1431, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-amount-down:after {
  content: "\10f160";
}

/* line 1432, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-amount-down-alt:after {
  content: "\10f884";
}

/* line 1433, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-amount-up:after {
  content: "\10f161";
}

/* line 1434, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-amount-up-alt:after {
  content: "\10f885";
}

/* line 1435, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-down:after {
  content: "\10f0dd";
}

/* line 1436, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-numeric-down:after {
  content: "\10f162";
}

/* line 1437, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-numeric-down-alt:after {
  content: "\10f886";
}

/* line 1438, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-numeric-up:after {
  content: "\10f163";
}

/* line 1439, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-numeric-up-alt:after {
  content: "\10f887";
}

/* line 1440, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-shapes-down:after {
  content: "\10f888";
}

/* line 1441, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-shapes-down-alt:after {
  content: "\10f889";
}

/* line 1442, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-shapes-up:after {
  content: "\10f88a";
}

/* line 1443, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-shapes-up-alt:after {
  content: "\10f88b";
}

/* line 1444, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-size-down:after {
  content: "\10f88c";
}

/* line 1445, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-size-down-alt:after {
  content: "\10f88d";
}

/* line 1446, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-size-up:after {
  content: "\10f88e";
}

/* line 1447, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-size-up-alt:after {
  content: "\10f88f";
}

/* line 1448, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sort-up:after {
  content: "\10f0de";
}

/* line 1449, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-soup:after {
  content: "\10f823";
}

/* line 1450, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-spa:after {
  content: "\10f5bb";
}

/* line 1451, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-space-shuttle:after {
  content: "\10f197";
}

/* line 1452, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-spade:after {
  content: "\10f2f4";
}

/* line 1453, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sparkles:after {
  content: "\10f890";
}

/* line 1454, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-speaker:after {
  content: "\10f8df";
}

/* line 1455, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-speakers:after {
  content: "\10f8e0";
}

/* line 1456, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-spell-check:after {
  content: "\10f891";
}

/* line 1457, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-spider:after {
  content: "\10f717";
}

/* line 1458, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-spider-black-widow:after {
  content: "\10f718";
}

/* line 1459, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-spider-web:after {
  content: "\10f719";
}

/* line 1460, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-spinner:after {
  content: "\10f110";
}

/* line 1461, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-spinner-third:after {
  content: "\10f3f4";
}

/* line 1462, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-splotch:after {
  content: "\10f5bc";
}

/* line 1463, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-spray-can:after {
  content: "\10f5bd";
}

/* line 1464, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-square:after {
  content: "\10f0c8";
}

/* line 1465, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-square-full:after {
  content: "\10f45c";
}

/* line 1466, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-square-root:after {
  content: "\10f697";
}

/* line 1467, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-square-root-alt:after {
  content: "\10f698";
}

/* line 1468, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-squirrel:after {
  content: "\10f71a";
}

/* line 1469, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-staff:after {
  content: "\10f71b";
}

/* line 1470, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stamp:after {
  content: "\10f5bf";
}

/* line 1471, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-star:after {
  content: "\10f005";
}

/* line 1472, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-star-and-crescent:after {
  content: "\10f699";
}

/* line 1473, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-star-christmas:after {
  content: "\10f7d4";
}

/* line 1474, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-star-exclamation:after {
  content: "\10f2f3";
}

/* line 1475, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-star-half:after {
  content: "\10f089";
}

/* line 1476, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-star-half-alt:after {
  content: "\10f5c0";
}

/* line 1477, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-star-of-david:after {
  content: "\10f69a";
}

/* line 1478, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-star-of-life:after {
  content: "\10f621";
}

/* line 1479, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stars:after {
  content: "\10f762";
}

/* line 1480, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-steak:after {
  content: "\10f824";
}

/* line 1481, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-steering-wheel:after {
  content: "\10f622";
}

/* line 1482, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-step-backward:after {
  content: "\10f048";
}

/* line 1483, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-step-forward:after {
  content: "\10f051";
}

/* line 1484, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stethoscope:after {
  content: "\10f0f1";
}

/* line 1485, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sticky-note:after {
  content: "\10f249";
}

/* line 1486, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stocking:after {
  content: "\10f7d5";
}

/* line 1487, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stomach:after {
  content: "\10f623";
}

/* line 1488, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stop:after {
  content: "\10f04d";
}

/* line 1489, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stop-circle:after {
  content: "\10f28d";
}

/* line 1490, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stopwatch:after {
  content: "\10f2f2";
}

/* line 1491, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-store:after {
  content: "\10f54e";
}

/* line 1492, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-store-alt:after {
  content: "\10f54f";
}

/* line 1493, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stream:after {
  content: "\10f550";
}

/* line 1494, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-street-view:after {
  content: "\10f21d";
}

/* line 1495, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stretcher:after {
  content: "\10f825";
}

/* line 1496, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-strikethrough:after {
  content: "\10f0cc";
}

/* line 1497, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-stroopwafel:after {
  content: "\10f551";
}

/* line 1498, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-subscript:after {
  content: "\10f12c";
}

/* line 1499, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-subway:after {
  content: "\10f239";
}

/* line 1500, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-suitcase:after {
  content: "\10f0f2";
}

/* line 1501, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-suitcase-rolling:after {
  content: "\10f5c1";
}

/* line 1502, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sun:after {
  content: "\10f185";
}

/* line 1503, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sun-cloud:after {
  content: "\10f763";
}

/* line 1504, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sun-dust:after {
  content: "\10f764";
}

/* line 1505, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sun-haze:after {
  content: "\10f765";
}

/* line 1506, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sunglasses:after {
  content: "\10f892";
}

/* line 1507, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sunrise:after {
  content: "\10f766";
}

/* line 1508, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sunset:after {
  content: "\10f767";
}

/* line 1509, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-superscript:after {
  content: "\10f12b";
}

/* line 1510, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-surprise:after {
  content: "\10f5c2";
}

/* line 1511, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-swatchbook:after {
  content: "\10f5c3";
}

/* line 1512, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-swimmer:after {
  content: "\10f5c4";
}

/* line 1513, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-swimming-pool:after {
  content: "\10f5c5";
}

/* line 1514, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sword:after {
  content: "\10f71c";
}

/* line 1515, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-swords:after {
  content: "\10f71d";
}

/* line 1516, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-synagogue:after {
  content: "\10f69b";
}

/* line 1517, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sync:after {
  content: "\10f021";
}

/* line 1518, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-sync-alt:after {
  content: "\10f2f1";
}

/* line 1519, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-syringe:after {
  content: "\10f48e";
}

/* line 1520, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-table:after {
  content: "\10f0ce";
}

/* line 1521, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-table-tennis:after {
  content: "\10f45d";
}

/* line 1522, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tablet:after {
  content: "\10f10a";
}

/* line 1523, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tablet-alt:after {
  content: "\10f3fa";
}

/* line 1524, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tablet-android:after {
  content: "\10f3fb";
}

/* line 1525, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tablet-android-alt:after {
  content: "\10f3fc";
}

/* line 1526, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tablet-rugged:after {
  content: "\10f48f";
}

/* line 1527, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tablets:after {
  content: "\10f490";
}

/* line 1528, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer:after {
  content: "\10f0e4";
}

/* line 1529, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer-alt:after {
  content: "\10f3fd";
}

/* line 1530, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer-alt-average:after {
  content: "\10f624";
}

/* line 1531, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer-alt-fast:after {
  content: "\10f625";
}

/* line 1532, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer-alt-fastest:after {
  content: "\10f626";
}

/* line 1533, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer-alt-slow:after {
  content: "\10f627";
}

/* line 1534, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer-alt-slowest:after {
  content: "\10f628";
}

/* line 1535, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer-average:after {
  content: "\10f629";
}

/* line 1536, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer-fast:after {
  content: "\10f62a";
}

/* line 1537, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer-fastest:after {
  content: "\10f62b";
}

/* line 1538, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer-slow:after {
  content: "\10f62c";
}

/* line 1539, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tachometer-slowest:after {
  content: "\10f62d";
}

/* line 1540, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-taco:after {
  content: "\10f826";
}

/* line 1541, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tag:after {
  content: "\10f02b";
}

/* line 1542, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tags:after {
  content: "\10f02c";
}

/* line 1543, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tally:after {
  content: "\10f69c";
}

/* line 1544, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tanakh:after {
  content: "\10f827";
}

/* line 1545, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tape:after {
  content: "\10f4db";
}

/* line 1546, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tasks:after {
  content: "\10f0ae";
}

/* line 1547, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tasks-alt:after {
  content: "\10f828";
}

/* line 1548, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-taxi:after {
  content: "\10f1ba";
}

/* line 1549, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-teeth:after {
  content: "\10f62e";
}

/* line 1550, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-teeth-open:after {
  content: "\10f62f";
}

/* line 1551, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-temperature-frigid:after {
  content: "\10f768";
}

/* line 1552, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-temperature-high:after {
  content: "\10f769";
}

/* line 1553, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-temperature-hot:after {
  content: "\10f76a";
}

/* line 1554, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-temperature-low:after {
  content: "\10f76b";
}

/* line 1555, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tenge:after {
  content: "\10f7d7";
}

/* line 1556, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tennis-ball:after {
  content: "\10f45e";
}

/* line 1557, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-terminal:after {
  content: "\10f120";
}

/* line 1558, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-text:after {
  content: "\10f893";
}

/* line 1559, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-text-height:after {
  content: "\10f034";
}

/* line 1560, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-text-size:after {
  content: "\10f894";
}

/* line 1561, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-text-width:after {
  content: "\10f035";
}

/* line 1562, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-th:after {
  content: "\10f00a";
}

/* line 1563, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-th-large:after {
  content: "\10f009";
}

/* line 1564, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-th-list:after {
  content: "\10f00b";
}

/* line 1565, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-theater-masks:after {
  content: "\10f630";
}

/* line 1566, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thermometer:after {
  content: "\10f491";
}

/* line 1567, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thermometer-empty:after {
  content: "\10f2cb";
}

/* line 1568, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thermometer-full:after {
  content: "\10f2c7";
}

/* line 1569, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thermometer-half:after {
  content: "\10f2c9";
}

/* line 1570, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thermometer-quarter:after {
  content: "\10f2ca";
}

/* line 1571, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thermometer-three-quarters:after {
  content: "\10f2c8";
}

/* line 1572, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-theta:after {
  content: "\10f69e";
}

/* line 1573, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thumbs-down:after {
  content: "\10f165";
}

/* line 1574, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thumbs-up:after {
  content: "\10f164";
}

/* line 1575, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thumbtack:after {
  content: "\10f08d";
}

/* line 1576, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thunderstorm:after {
  content: "\10f76c";
}

/* line 1577, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thunderstorm-moon:after {
  content: "\10f76d";
}

/* line 1578, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-thunderstorm-sun:after {
  content: "\10f76e";
}

/* line 1579, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ticket:after {
  content: "\10f145";
}

/* line 1580, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-ticket-alt:after {
  content: "\10f3ff";
}

/* line 1581, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tilde:after {
  content: "\10f69f";
}

/* line 1582, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-times:after {
  content: "\10f00d";
}

/* line 1583, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-times-circle:after {
  content: "\10f057";
}

/* line 1584, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-times-hexagon:after {
  content: "\10f2ee";
}

/* line 1585, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-times-octagon:after {
  content: "\10f2f0";
}

/* line 1586, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-times-square:after {
  content: "\10f2d3";
}

/* line 1587, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tint:after {
  content: "\10f043";
}

/* line 1588, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tint-slash:after {
  content: "\10f5c7";
}

/* line 1589, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tire:after {
  content: "\10f631";
}

/* line 1590, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tire-flat:after {
  content: "\10f632";
}

/* line 1591, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tire-pressure-warning:after {
  content: "\10f633";
}

/* line 1592, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tire-rugged:after {
  content: "\10f634";
}

/* line 1593, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tired:after {
  content: "\10f5c8";
}

/* line 1594, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-toggle-off:after {
  content: "\10f204";
}

/* line 1595, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-toggle-on:after {
  content: "\10f205";
}

/* line 1596, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-toilet:after {
  content: "\10f7d8";
}

/* line 1597, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-toilet-paper:after {
  content: "\10f71e";
}

/* line 1598, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-toilet-paper-alt:after {
  content: "\10f71f";
}

/* line 1599, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tombstone:after {
  content: "\10f720";
}

/* line 1600, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tombstone-alt:after {
  content: "\10f721";
}

/* line 1601, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-toolbox:after {
  content: "\10f552";
}

/* line 1602, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tools:after {
  content: "\10f7d9";
}

/* line 1603, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tooth:after {
  content: "\10f5c9";
}

/* line 1604, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-toothbrush:after {
  content: "\10f635";
}

/* line 1605, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-torah:after {
  content: "\10f6a0";
}

/* line 1606, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-torii-gate:after {
  content: "\10f6a1";
}

/* line 1607, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tornado:after {
  content: "\10f76f";
}

/* line 1608, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tractor:after {
  content: "\10f722";
}

/* line 1609, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-trademark:after {
  content: "\10f25c";
}

/* line 1610, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-traffic-cone:after {
  content: "\10f636";
}

/* line 1611, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-traffic-light:after {
  content: "\10f637";
}

/* line 1612, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-traffic-light-go:after {
  content: "\10f638";
}

/* line 1613, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-traffic-light-slow:after {
  content: "\10f639";
}

/* line 1614, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-traffic-light-stop:after {
  content: "\10f63a";
}

/* line 1615, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-train:after {
  content: "\10f238";
}

/* line 1616, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tram:after {
  content: "\10f7da";
}

/* line 1617, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-transgender:after {
  content: "\10f224";
}

/* line 1618, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-transgender-alt:after {
  content: "\10f225";
}

/* line 1619, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-trash:after {
  content: "\10f1f8";
}

/* line 1620, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-trash-alt:after {
  content: "\10f2ed";
}

/* line 1621, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-trash-restore:after {
  content: "\10f829";
}

/* line 1622, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-trash-restore-alt:after {
  content: "\10f82a";
}

/* line 1623, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-trash-undo:after {
  content: "\10f895";
}

/* line 1624, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-trash-undo-alt:after {
  content: "\10f896";
}

/* line 1625, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-treasure-chest:after {
  content: "\10f723";
}

/* line 1626, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tree:after {
  content: "\10f1bb";
}

/* line 1627, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tree-alt:after {
  content: "\10f400";
}

/* line 1628, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tree-christmas:after {
  content: "\10f7db";
}

/* line 1629, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tree-decorated:after {
  content: "\10f7dc";
}

/* line 1630, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tree-large:after {
  content: "\10f7dd";
}

/* line 1631, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tree-palm:after {
  content: "\10f82b";
}

/* line 1632, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-trees:after {
  content: "\10f724";
}

/* line 1633, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-triangle:after {
  content: "\10f2ec";
}

/* line 1634, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-triangle-music:after {
  content: "\10f8e2";
}

/* line 1635, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-trophy:after {
  content: "\10f091";
}

/* line 1636, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-trophy-alt:after {
  content: "\10f2eb";
}

/* line 1637, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-truck:after {
  content: "\10f0d1";
}

/* line 1638, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-truck-container:after {
  content: "\10f4dc";
}

/* line 1639, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-truck-couch:after {
  content: "\10f4dd";
}

/* line 1640, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-truck-loading:after {
  content: "\10f4de";
}

/* line 1641, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-truck-monster:after {
  content: "\10f63b";
}

/* line 1642, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-truck-moving:after {
  content: "\10f4df";
}

/* line 1643, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-truck-pickup:after {
  content: "\10f63c";
}

/* line 1644, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-truck-plow:after {
  content: "\10f7de";
}

/* line 1645, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-truck-ramp:after {
  content: "\10f4e0";
}

/* line 1646, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-trumpet:after {
  content: "\10f8e3";
}

/* line 1647, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tshirt:after {
  content: "\10f553";
}

/* line 1648, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tty:after {
  content: "\10f1e4";
}

/* line 1649, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-turkey:after {
  content: "\10f725";
}

/* line 1650, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-turntable:after {
  content: "\10f8e4";
}

/* line 1651, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-turtle:after {
  content: "\10f726";
}

/* line 1652, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tv:after {
  content: "\10f26c";
}

/* line 1653, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tv-alt:after {
  content: "\10f8e5";
}

/* line 1654, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tv-music:after {
  content: "\10f8e6";
}

/* line 1655, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-tv-retro:after {
  content: "\10f401";
}

/* line 1656, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-typewriter:after {
  content: "\10f8e7";
}

/* line 1657, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-umbrella:after {
  content: "\10f0e9";
}

/* line 1658, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-umbrella-beach:after {
  content: "\10f5ca";
}

/* line 1659, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-underline:after {
  content: "\10f0cd";
}

/* line 1660, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-undo:after {
  content: "\10f0e2";
}

/* line 1661, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-undo-alt:after {
  content: "\10f2ea";
}

/* line 1662, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-unicorn:after {
  content: "\10f727";
}

/* line 1663, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-union:after {
  content: "\10f6a2";
}

/* line 1664, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-universal-access:after {
  content: "\10f29a";
}

/* line 1665, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-university:after {
  content: "\10f19c";
}

/* line 1666, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-unlink:after {
  content: "\10f127";
}

/* line 1667, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-unlock:after {
  content: "\10f09c";
}

/* line 1668, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-unlock-alt:after {
  content: "\10f13e";
}

/* line 1669, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-upload:after {
  content: "\10f093";
}

/* line 1670, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-usb-drive:after {
  content: "\10f8e9";
}

/* line 1671, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-usd-circle:after {
  content: "\10f2e8";
}

/* line 1672, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-usd-square:after {
  content: "\10f2e9";
}

/* line 1673, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user:after {
  content: "\10f007";
}

/* line 1674, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-alt:after {
  content: "\10f406";
}

/* line 1675, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-alt-slash:after {
  content: "\10f4fa";
}

/* line 1676, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-astronaut:after {
  content: "\10f4fb";
}

/* line 1677, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-chart:after {
  content: "\10f6a3";
}

/* line 1678, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-check:after {
  content: "\10f4fc";
}

/* line 1679, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-circle:after {
  content: "\10f2bd";
}

/* line 1680, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-clock:after {
  content: "\10f4fd";
}

/* line 1681, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-cog:after {
  content: "\10f4fe";
}

/* line 1682, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-cowboy:after {
  content: "\10f8ea";
}

/* line 1683, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-crown:after {
  content: "\10f6a4";
}

/* line 1684, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-edit:after {
  content: "\10f4ff";
}

/* line 1685, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-friends:after {
  content: "\10f500";
}

/* line 1686, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-graduate:after {
  content: "\10f501";
}

/* line 1687, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-hard-hat:after {
  content: "\10f82c";
}

/* line 1688, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-headset:after {
  content: "\10f82d";
}

/* line 1689, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-injured:after {
  content: "\10f728";
}

/* line 1690, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-lock:after {
  content: "\10f502";
}

/* line 1691, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-md:after {
  content: "\10f0f0";
}

/* line 1692, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-md-chat:after {
  content: "\10f82e";
}

/* line 1693, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-minus:after {
  content: "\10f503";
}

/* line 1694, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-music:after {
  content: "\10f8eb";
}

/* line 1695, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-ninja:after {
  content: "\10f504";
}

/* line 1696, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-nurse:after {
  content: "\10f82f";
}

/* line 1697, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-plus:after {
  content: "\10f234";
}

/* line 1698, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-secret:after {
  content: "\10f21b";
}

/* line 1699, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-shield:after {
  content: "\10f505";
}

/* line 1700, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-slash:after {
  content: "\10f506";
}

/* line 1701, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-tag:after {
  content: "\10f507";
}

/* line 1702, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-tie:after {
  content: "\10f508";
}

/* line 1703, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-user-times:after {
  content: "\10f235";
}

/* line 1704, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-users:after {
  content: "\10f0c0";
}

/* line 1705, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-users-class:after {
  content: "\10f63d";
}

/* line 1706, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-users-cog:after {
  content: "\10f509";
}

/* line 1707, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-users-crown:after {
  content: "\10f6a5";
}

/* line 1708, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-users-medical:after {
  content: "\10f830";
}

/* line 1709, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-utensil-fork:after {
  content: "\10f2e3";
}

/* line 1710, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-utensil-knife:after {
  content: "\10f2e4";
}

/* line 1711, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-utensil-spoon:after {
  content: "\10f2e5";
}

/* line 1712, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-utensils:after {
  content: "\10f2e7";
}

/* line 1713, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-utensils-alt:after {
  content: "\10f2e6";
}

/* line 1714, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-value-absolute:after {
  content: "\10f6a6";
}

/* line 1715, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-vector-square:after {
  content: "\10f5cb";
}

/* line 1716, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-venus:after {
  content: "\10f221";
}

/* line 1717, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-venus-double:after {
  content: "\10f226";
}

/* line 1718, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-venus-mars:after {
  content: "\10f228";
}

/* line 1719, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-vhs:after {
  content: "\10f8ec";
}

/* line 1720, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-vial:after {
  content: "\10f492";
}

/* line 1721, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-vials:after {
  content: "\10f493";
}

/* line 1722, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-video:after {
  content: "\10f03d";
}

/* line 1723, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-video-plus:after {
  content: "\10f4e1";
}

/* line 1724, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-video-slash:after {
  content: "\10f4e2";
}

/* line 1725, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-vihara:after {
  content: "\10f6a7";
}

/* line 1726, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-violin:after {
  content: "\10f8ed";
}

/* line 1727, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-voicemail:after {
  content: "\10f897";
}

/* line 1728, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-volcano:after {
  content: "\10f770";
}

/* line 1729, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-volleyball-ball:after {
  content: "\10f45f";
}

/* line 1730, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-volume:after {
  content: "\10f6a8";
}

/* line 1731, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-volume-down:after {
  content: "\10f027";
}

/* line 1732, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-volume-mute:after {
  content: "\10f6a9";
}

/* line 1733, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-volume-off:after {
  content: "\10f026";
}

/* line 1734, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-volume-slash:after {
  content: "\10f2e2";
}

/* line 1735, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-volume-up:after {
  content: "\10f028";
}

/* line 1736, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-vote-nay:after {
  content: "\10f771";
}

/* line 1737, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-vote-yea:after {
  content: "\10f772";
}

/* line 1738, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-vr-cardboard:after {
  content: "\10f729";
}

/* line 1739, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wagon-covered:after {
  content: "\10f8ee";
}

/* line 1740, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-walker:after {
  content: "\10f831";
}

/* line 1741, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-walkie-talkie:after {
  content: "\10f8ef";
}

/* line 1742, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-walking:after {
  content: "\10f554";
}

/* line 1743, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wallet:after {
  content: "\10f555";
}

/* line 1744, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wand:after {
  content: "\10f72a";
}

/* line 1745, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wand-magic:after {
  content: "\10f72b";
}

/* line 1746, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-warehouse:after {
  content: "\10f494";
}

/* line 1747, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-warehouse-alt:after {
  content: "\10f495";
}

/* line 1748, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-washer:after {
  content: "\10f898";
}

/* line 1749, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-watch:after {
  content: "\10f2e1";
}

/* line 1750, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-watch-calculator:after {
  content: "\10f8f0";
}

/* line 1751, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-watch-fitness:after {
  content: "\10f63e";
}

/* line 1752, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-water:after {
  content: "\10f773";
}

/* line 1753, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-water-lower:after {
  content: "\10f774";
}

/* line 1754, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-water-rise:after {
  content: "\10f775";
}

/* line 1755, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wave-sine:after {
  content: "\10f899";
}

/* line 1756, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wave-square:after {
  content: "\10f83e";
}

/* line 1757, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wave-triangle:after {
  content: "\10f89a";
}

/* line 1758, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-waveform:after {
  content: "\10f8f1";
}

/* line 1759, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-waveform-path:after {
  content: "\10f8f2";
}

/* line 1760, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-webcam:after {
  content: "\10f832";
}

/* line 1761, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-webcam-slash:after {
  content: "\10f833";
}

/* line 1762, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-weight:after {
  content: "\10f496";
}

/* line 1763, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-weight-hanging:after {
  content: "\10f5cd";
}

/* line 1764, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-whale:after {
  content: "\10f72c";
}

/* line 1765, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wheat:after {
  content: "\10f72d";
}

/* line 1766, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wheelchair:after {
  content: "\10f193";
}

/* line 1767, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-whistle:after {
  content: "\10f460";
}

/* line 1768, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wifi:after {
  content: "\10f1eb";
}

/* line 1769, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wifi-1:after {
  content: "\10f6aa";
}

/* line 1770, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wifi-2:after {
  content: "\10f6ab";
}

/* line 1771, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wifi-slash:after {
  content: "\10f6ac";
}

/* line 1772, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wind:after {
  content: "\10f72e";
}

/* line 1773, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wind-turbine:after {
  content: "\10f89b";
}

/* line 1774, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wind-warning:after {
  content: "\10f776";
}

/* line 1775, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-window:after {
  content: "\10f40e";
}

/* line 1776, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-window-alt:after {
  content: "\10f40f";
}

/* line 1777, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-window-close:after {
  content: "\10f410";
}

/* line 1778, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-window-maximize:after {
  content: "\10f2d0";
}

/* line 1779, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-window-minimize:after {
  content: "\10f2d1";
}

/* line 1780, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-window-restore:after {
  content: "\10f2d2";
}

/* line 1781, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-windsock:after {
  content: "\10f777";
}

/* line 1782, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wine-bottle:after {
  content: "\10f72f";
}

/* line 1783, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wine-glass:after {
  content: "\10f4e3";
}

/* line 1784, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wine-glass-alt:after {
  content: "\10f5ce";
}

/* line 1785, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-won-sign:after {
  content: "\10f159";
}

/* line 1786, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wreath:after {
  content: "\10f7e2";
}

/* line 1787, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-wrench:after {
  content: "\10f0ad";
}

/* line 1788, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-x-ray:after {
  content: "\10f497";
}

/* line 1789, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-yen-sign:after {
  content: "\10f157";
}

/* line 1790, node_modules/@cgtrader/triangle-ui/public/style/fontawesome/duotone.scss */
.fad.fa-yin-yang:after {
  content: "\10f6ad";
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-517dc47a9fd59689e026fe049fa595ce30889e1c4cb65a3e534e1f7a3ac6a8fd.eot);
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-517dc47a9fd59689e026fe049fa595ce30889e1c4cb65a3e534e1f7a3ac6a8fd.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-51f33fe69f861b7fc9a925807fbfe6710ef51f7e370d9ec30aea799b2ef5d4d2.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-68153642566506b57ef784ac213baf4e55577e1fa4397f4c85840428b2edc6be.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-64f419f439c007b058fb5c01347fed427d9cdb1cca495d8b1505f93fe69795d6.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300-7e2d55afd6212a1dbe57e5a93ea25f781689ecc7d14c6972ade51b5a19ef9e3d.svg#SourceSansPro) format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-6b77e84f426da5de6c01af037333c58383facc657c9bf0e0cd22a7ec2b27e9e6.eot);
  src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-6b77e84f426da5de6c01af037333c58383facc657c9bf0e0cd22a7ec2b27e9e6.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-283fd88e9a138a79cb627d856e0bc7ef060863a14b5e384426aca5017ecc562c.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-221551b4c4c2d7c71d1e80b1c3b51ae4f2642d4a7f62d461f1faa586ce606db2.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-ed11b957c8ccbb634476ce59b4037a45bcce58e69deff55e7b5c017a0f2c9551.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-300italic-f59f778cebc713a316e98f06ab517e8c4ffd99c85bf735090d9e341218b4790f.svg#SourceSansPro) format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-84d82c24b6bacee3600d352e15f7cea4c4e251880b23798376949beb5075b6ef.eot);
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-84d82c24b6bacee3600d352e15f7cea4c4e251880b23798376949beb5075b6ef.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-9c1edc5464c3a8497c777df3f223d6468bc33235424ad0f25bc63a67395b58d4.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-441476cd0197bf32e025c94c8a5fbf41c268fb5fbe24b4a01a43df91030374b4.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-23ede448bf69218eac6402389d7ca5eb94613af856ed80ef47bec98469f678e6.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-2e5f21235397939bd86fc02634e759195ce4ace9a582a8d4f9320602143c2199.svg#SourceSansPro) format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-3879c5aac55e857e494a66f2aa94f774e8c059a916e4e5e3112c5d7e6f4ba7ab.eot);
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-3879c5aac55e857e494a66f2aa94f774e8c059a916e4e5e3112c5d7e6f4ba7ab.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-2e839f12b6326f5724144ee6e2c564e25aabee1303a11f4e25ce9943233b3f70.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-068dc4f91d631b93fdd4cc10e4aba7080a0e5c3e36139939ade3a0cb6983351d.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-8ee5359cf56dd09bbb57ae088d5dc5a609ad3027bf4f49b453ec52cd73db4a2f.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-italic-91888b94c6134bfe0cbb658723d9660a1de359039ca118e97d2d9f4dc2f1b090.svg#SourceSansPro) format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-314f6f920fb58fa66d642695b3142410a283ffaf1133d721590565a83390a679.eot);
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-314f6f920fb58fa66d642695b3142410a283ffaf1133d721590565a83390a679.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-30600a1ea7ef2d9c07a643e2856c78a58f6c5c4ae8e932891160c467dca39c26.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-3918bfdc75e2c2f69c7c08df3a6c6892a3db232e2d81b7d7b8c8e046c48b25ce.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-5d7fcf4f142ea12afa613ef34af002a014be3b0d82a5e8b2499de780929d5972.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-e6524a5a69d1c0aa4dd7c7e988727748cb1da287ce88dbdd4ed917ff93429d51.svg#SourceSansPro) format("svg");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-72fed70982cdfdc1b9cbdee9f3fe93b4c2d8b91500e9b85cfab75d5047768dc8.eot);
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-72fed70982cdfdc1b9cbdee9f3fe93b4c2d8b91500e9b85cfab75d5047768dc8.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-66d260cc1ab9c72e54107b478740f85cc417621aa3e1a3e240b3478514a8111b.woff2) format("woff2"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-731c65d557a145e26dd689cdbcbb8e7edf4e470755f977a416779ff2221ba92c.woff) format("woff"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-24e3c39a71361ad53118e064f055536aa7b6108668dea73e548d452bd545e119.ttf) format("truetype"), url(/assets/@cgtrader/cgtrader-ui/fonts/SourceSansPro/source-sans-pro-v11-latin_latin-ext-700-163ce1b1a25e00b4737cbda8ba04400afa0c29913bb48cc11f274c886d770f54.svg#SourceSansPro) format("svg");
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mt-0 {
  margin-top: 0 !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mt-10 {
  margin-top: 10px !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mt-20 {
  margin-top: 20px !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mt-auto {
  margin-top: auto !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mr-0 {
  margin-right: 0 !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mr-10 {
  margin-right: 10px !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mr-20 {
  margin-right: 20px !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mr-auto {
  margin-right: auto !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mb-0 {
  margin-bottom: 0 !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mb-10 {
  margin-bottom: 10px !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mb-20 {
  margin-bottom: 20px !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-mb-auto {
  margin-bottom: auto !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-ml-0 {
  margin-left: 0 !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-ml-10 {
  margin-left: 10px !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-ml-20 {
  margin-left: 20px !important;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_utilities.scss */
.cgt-ml-auto {
  margin-left: auto !important;
}

/* line 72, node_modules/@cgtrader/triangle-ui/public/style/_utils.scss */
.cgt-truncated-line {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
.container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
  width: 100%;
  padding-right: 3px;
  padding-left: 3px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  /* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 968px) {
  /* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    max-width: 840px;
  }
}

@media (min-width: 1256px) {
  /* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    max-width: 1104px;
  }
}

@media (min-width: 1576px) {
  /* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    max-width: 1392px;
  }
}

@media (min-width: 1848px) {
  /* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-fixed, .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
    max-width: 1680px;
  }
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
  width: 100%;
  padding-right: 3px;
  padding-left: 3px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  /* line 13, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 968px) {
  /* line 24, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-md, .container-sm, .container {
    max-width: 840px;
  }
}

@media (min-width: 1256px) {
  /* line 24, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1104px;
  }
}

@media (min-width: 1576px) {
  /* line 24, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1392px;
  }
}

@media (min-width: 1848px) {
  /* line 24, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1680px;
  }
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}

@media (min-width: 1256px) {
  /* line 45, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

/* line 48, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
.row + .row {
  margin-top: 12px;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
}

@media (min-width: 1256px) {
  /* line 8, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* line 36, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
.row-cols-1 > * {
  max-width: 100%;
  flex: 0 0 100%;
}

/* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
.row-cols-2 > * {
  max-width: 50%;
  flex: 0 0 50%;
}

/* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
.row-cols-3 > * {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

/* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
.row-cols-4 > * {
  max-width: 25%;
  flex: 0 0 25%;
}

/* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
.row-cols-5 > * {
  max-width: 20%;
  flex: 0 0 20%;
}

/* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
.row-cols-6 > * {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}

/* line 48, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-auto {
  width: auto;
  max-width: 100%;
  flex: 0 0 auto;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 36, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-sm-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-sm-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-sm-3 > * {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-sm-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-sm-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-sm-6 > * {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 968px) {
  /* line 36, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-md-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-md-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-md-3 > * {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-md-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-md-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-md-6 > * {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1256px) {
  /* line 36, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-lg-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-lg-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-lg-3 > * {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-lg-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-lg-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-lg-6 > * {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1576px) {
  /* line 36, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xl-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xl-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xl-3 > * {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xl-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xl-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xl-6 > * {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1848px) {
  /* line 36, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xxl-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xxl-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xxl-3 > * {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xxl-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xxl-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  /* line 74, app/assets/stylesheets/triangle_imports/../triangle_ui/_grid_mixin.scss */
  .row-cols-xxl-6 > * {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  /* line 48, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, node_modules/@cgtrader/triangle-ui/public/style/mixins/_grid-framework.scss */
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card {
  position: relative;
  margin: 0;
  background-color: white;
  padding: 0;
  transition-duration: 0.2s;
  transition-property: box-shadow, border-color;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--shadow-100 {
  box-shadow: 0 2px 6px 0 rgba(30, 39, 50, 0.12);
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--medium-shadow {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(30, 39, 50, 0.04), inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--shadow-50 {
  box-shadow: 0px 0px 0px 4px rgba(30, 39, 50, 0.06);
}

/* line 36, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border {
  border: 1px solid rgba(30, 39, 50, 0.12);
}

/* line 39, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border.is-focus {
  border-color: #19bcc9;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border.cgt-card--focus:focus {
  border-color: #19bcc9;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-primary-10 {
  border-color: rgba(25, 188, 201, 0.1);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-primary-20 {
  border-color: rgba(25, 188, 201, 0.2);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-primary-40 {
  border-color: rgba(25, 188, 201, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-primary-60 {
  border-color: rgba(25, 188, 201, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-primary-80 {
  border-color: rgba(25, 188, 201, 0.8);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-primary-100 {
  border-color: #19bcc9;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-primary-120 {
  border-color: #159ca9;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-secondary-10 {
  border-color: rgba(0, 80, 135, 0.1);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-secondary-20 {
  border-color: rgba(0, 80, 135, 0.2);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-secondary-40 {
  border-color: rgba(0, 80, 135, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-secondary-60 {
  border-color: rgba(0, 80, 135, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-secondary-80 {
  border-color: rgba(0, 80, 135, 0.8);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-secondary-100 {
  border-color: #005087;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-brand-secondary-120 {
  border-color: #004271;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-info-10 {
  border-color: rgba(0, 122, 255, 0.1);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-info-20 {
  border-color: rgba(0, 122, 255, 0.2);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-info-40 {
  border-color: rgba(0, 122, 255, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-info-60 {
  border-color: rgba(0, 122, 255, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-info-80 {
  border-color: rgba(0, 122, 255, 0.8);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-info-100 {
  border-color: #007aff;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-info-120 {
  border-color: #0065d6;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-positive-10 {
  border-color: rgba(0, 200, 83, 0.1);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-positive-20 {
  border-color: rgba(0, 200, 83, 0.2);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-positive-40 {
  border-color: rgba(0, 200, 83, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-positive-60 {
  border-color: rgba(0, 200, 83, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-positive-80 {
  border-color: rgba(0, 200, 83, 0.8);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-positive-100 {
  border-color: #00c853;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-positive-120 {
  border-color: #00a646;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-attention-10 {
  border-color: rgba(255, 143, 0, 0.1);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-attention-20 {
  border-color: rgba(255, 143, 0, 0.2);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-attention-40 {
  border-color: rgba(255, 143, 0, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-attention-60 {
  border-color: rgba(255, 143, 0, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-attention-80 {
  border-color: rgba(255, 143, 0, 0.8);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-attention-100 {
  border-color: #ff8f00;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-attention-120 {
  border-color: #d27700;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-danger-10 {
  border-color: rgba(235, 61, 61, 0.1);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-danger-20 {
  border-color: rgba(235, 61, 61, 0.2);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-danger-40 {
  border-color: rgba(235, 61, 61, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-danger-60 {
  border-color: rgba(235, 61, 61, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-danger-80 {
  border-color: rgba(235, 61, 61, 0.8);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-danger-100 {
  border-color: #eb3d3d;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-utility-danger-120 {
  border-color: #c13333;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-pink {
  border-color: #d43d62;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-pink-10 {
  border-color: rgba(212, 61, 98, 0.1);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-pink-20 {
  border-color: rgba(212, 61, 98, 0.2);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-pink-40 {
  border-color: rgba(212, 61, 98, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-pink-60 {
  border-color: rgba(212, 61, 98, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-pink-80 {
  border-color: rgba(212, 61, 98, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-pink-100 {
  border-color: #d43d62;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-pink-120 {
  border-color: #b03958;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-purple {
  border-color: #8f2cb7;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-purple-10 {
  border-color: rgba(143, 44, 183, 0.1);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-purple-20 {
  border-color: rgba(143, 44, 183, 0.2);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-purple-40 {
  border-color: rgba(143, 44, 183, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-purple-60 {
  border-color: rgba(143, 44, 183, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-purple-80 {
  border-color: rgba(143, 44, 183, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-purple-100 {
  border-color: #8f2cb7;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-purple-120 {
  border-color: #782b9c;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-indigo {
  border-color: #3a1db7;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-indigo-10 {
  border-color: rgba(58, 29, 183, 0.1);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-indigo-20 {
  border-color: rgba(58, 29, 183, 0.2);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-indigo-40 {
  border-color: rgba(58, 29, 183, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-indigo-60 {
  border-color: rgba(58, 29, 183, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-indigo-80 {
  border-color: rgba(58, 29, 183, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-indigo-100 {
  border-color: #3a1db7;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-extra-indigo-120 {
  border-color: #341f9c;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-white-0 {
  border-color: rgba(255, 255, 255, 0);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-white-20 {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-white-60 {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-white-80 {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-white-100 {
  border-color: white;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-2 {
  border-color: rgba(30, 39, 50, 0.02);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-4 {
  border-color: rgba(30, 39, 50, 0.04);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-6 {
  border-color: rgba(30, 39, 50, 0.06);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-8 {
  border-color: rgba(30, 39, 50, 0.08);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-10 {
  border-color: rgba(30, 39, 50, 0.1);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-12 {
  border-color: rgba(30, 39, 50, 0.12);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-16 {
  border-color: rgba(30, 39, 50, 0.16);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-24 {
  border-color: rgba(30, 39, 50, 0.24);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-32 {
  border-color: rgba(30, 39, 50, 0.32);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-40 {
  border-color: rgba(30, 39, 50, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-50 {
  border-color: rgba(30, 39, 50, 0.5);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-60 {
  border-color: rgba(30, 39, 50, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-70 {
  border-color: rgba(30, 39, 50, 0.7);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-80 {
  border-color: rgba(30, 39, 50, 0.8);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-90 {
  border-color: rgba(30, 39, 50, 0.9);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-grey-100 {
  border-color: #1e2732;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-typography-primary {
  border-color: #1e2732;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-typography-secondary {
  border-color: rgba(30, 39, 50, 0.8);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-typography-disabled {
  border-color: rgba(30, 39, 50, 0.4);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-typography-light {
  border-color: white;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-typography-secondary-light {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-typography-link {
  border-color: #19bcc9;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-typography-link-hover {
  border-color: #159ca9;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-typography-back-link {
  border-color: rgba(0, 80, 135, 0.6);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--border-color-typography-back-link-hover {
  border-color: #005087;
}

/* line 57, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-left::before, .cgt-card--decorator-left.details-box__separator::after {
  position: absolute;
  width: 4px;
  height: 100%;
  content: "";
}

/* line 66, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-right::before, .cgt-card--decorator-right.details-box__separator::after {
  position: absolute;
  right: 0;
  width: 4px;
  height: 100%;
  content: "";
}

/* line 76, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-top::before, .cgt-card--decorator-top.details-box__separator::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  content: "";
}

/* line 86, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-bottom::before, .cgt-card--decorator-bottom.details-box__separator::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  content: "";
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-primary-10::before, .cgt-card--decorator-color-brand-primary-10.details-box__separator::after {
  background: rgba(25, 188, 201, 0.1);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-primary-20::before, .cgt-card--decorator-color-brand-primary-20.details-box__separator::after {
  background: rgba(25, 188, 201, 0.2);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-primary-40::before, .cgt-card--decorator-color-brand-primary-40.details-box__separator::after {
  background: rgba(25, 188, 201, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-primary-60::before, .cgt-card--decorator-color-brand-primary-60.details-box__separator::after {
  background: rgba(25, 188, 201, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-primary-80::before, .cgt-card--decorator-color-brand-primary-80.details-box__separator::after {
  background: rgba(25, 188, 201, 0.8);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-primary-100::before, .cgt-card--decorator-color-brand-primary-100.details-box__separator::after {
  background: #19bcc9;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-primary-120::before, .cgt-card--decorator-color-brand-primary-120.details-box__separator::after {
  background: #159ca9;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-secondary-10::before, .cgt-card--decorator-color-brand-secondary-10.details-box__separator::after {
  background: rgba(0, 80, 135, 0.1);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-secondary-20::before, .cgt-card--decorator-color-brand-secondary-20.details-box__separator::after {
  background: rgba(0, 80, 135, 0.2);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-secondary-40::before, .cgt-card--decorator-color-brand-secondary-40.details-box__separator::after {
  background: rgba(0, 80, 135, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-secondary-60::before, .cgt-card--decorator-color-brand-secondary-60.details-box__separator::after {
  background: rgba(0, 80, 135, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-secondary-80::before, .cgt-card--decorator-color-brand-secondary-80.details-box__separator::after {
  background: rgba(0, 80, 135, 0.8);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-secondary-100::before, .cgt-card--decorator-color-brand-secondary-100.details-box__separator::after {
  background: #005087;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-secondary-120::before, .cgt-card--decorator-color-brand-secondary-120.details-box__separator::after {
  background: #004271;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-info-10::before, .cgt-card--decorator-color-utility-info-10.details-box__separator::after {
  background: rgba(0, 122, 255, 0.1);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-info-20::before, .cgt-card--decorator-color-utility-info-20.details-box__separator::after {
  background: rgba(0, 122, 255, 0.2);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-info-40::before, .cgt-card--decorator-color-utility-info-40.details-box__separator::after {
  background: rgba(0, 122, 255, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-info-60::before, .cgt-card--decorator-color-utility-info-60.details-box__separator::after {
  background: rgba(0, 122, 255, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-info-80::before, .cgt-card--decorator-color-utility-info-80.details-box__separator::after {
  background: rgba(0, 122, 255, 0.8);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-info-100::before, .cgt-card--decorator-color-utility-info-100.details-box__separator::after {
  background: #007aff;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-info-120::before, .cgt-card--decorator-color-utility-info-120.details-box__separator::after {
  background: #0065d6;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-positive-10::before, .cgt-card--decorator-color-utility-positive-10.details-box__separator::after {
  background: rgba(0, 200, 83, 0.1);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-positive-20::before, .cgt-card--decorator-color-utility-positive-20.details-box__separator::after {
  background: rgba(0, 200, 83, 0.2);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-positive-40::before, .cgt-card--decorator-color-utility-positive-40.details-box__separator::after {
  background: rgba(0, 200, 83, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-positive-60::before, .cgt-card--decorator-color-utility-positive-60.details-box__separator::after {
  background: rgba(0, 200, 83, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-positive-80::before, .cgt-card--decorator-color-utility-positive-80.details-box__separator::after {
  background: rgba(0, 200, 83, 0.8);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-positive-100::before, .cgt-card--decorator-color-utility-positive-100.details-box__separator::after {
  background: #00c853;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-positive-120::before, .cgt-card--decorator-color-utility-positive-120.details-box__separator::after {
  background: #00a646;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-attention-10::before, .cgt-card--decorator-color-utility-attention-10.details-box__separator::after {
  background: rgba(255, 143, 0, 0.1);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-attention-20::before, .cgt-card--decorator-color-utility-attention-20.details-box__separator::after {
  background: rgba(255, 143, 0, 0.2);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-attention-40::before, .cgt-card--decorator-color-utility-attention-40.details-box__separator::after {
  background: rgba(255, 143, 0, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-attention-60::before, .cgt-card--decorator-color-utility-attention-60.details-box__separator::after {
  background: rgba(255, 143, 0, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-attention-80::before, .cgt-card--decorator-color-utility-attention-80.details-box__separator::after {
  background: rgba(255, 143, 0, 0.8);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-attention-100::before, .cgt-card--decorator-color-utility-attention-100.details-box__separator::after {
  background: #ff8f00;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-attention-120::before, .cgt-card--decorator-color-utility-attention-120.details-box__separator::after {
  background: #d27700;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-danger-10::before, .cgt-card--decorator-color-utility-danger-10.details-box__separator::after {
  background: rgba(235, 61, 61, 0.1);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-danger-20::before, .cgt-card--decorator-color-utility-danger-20.details-box__separator::after {
  background: rgba(235, 61, 61, 0.2);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-danger-40::before, .cgt-card--decorator-color-utility-danger-40.details-box__separator::after {
  background: rgba(235, 61, 61, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-danger-60::before, .cgt-card--decorator-color-utility-danger-60.details-box__separator::after {
  background: rgba(235, 61, 61, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-danger-80::before, .cgt-card--decorator-color-utility-danger-80.details-box__separator::after {
  background: rgba(235, 61, 61, 0.8);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-danger-100::before, .cgt-card--decorator-color-utility-danger-100.details-box__separator::after {
  background: #eb3d3d;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-danger-120::before, .cgt-card--decorator-color-utility-danger-120.details-box__separator::after {
  background: #c13333;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-pink::before, .cgt-card--decorator-color-extra-pink.details-box__separator::after {
  background: #d43d62;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-pink-10::before, .cgt-card--decorator-color-extra-pink-10.details-box__separator::after {
  background: rgba(212, 61, 98, 0.1);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-pink-20::before, .cgt-card--decorator-color-extra-pink-20.details-box__separator::after {
  background: rgba(212, 61, 98, 0.2);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-pink-40::before, .cgt-card--decorator-color-extra-pink-40.details-box__separator::after {
  background: rgba(212, 61, 98, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-pink-60::before, .cgt-card--decorator-color-extra-pink-60.details-box__separator::after {
  background: rgba(212, 61, 98, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-pink-80::before, .cgt-card--decorator-color-extra-pink-80.details-box__separator::after {
  background: rgba(212, 61, 98, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-pink-100::before, .cgt-card--decorator-color-extra-pink-100.details-box__separator::after {
  background: #d43d62;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-pink-120::before, .cgt-card--decorator-color-extra-pink-120.details-box__separator::after {
  background: #b03958;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-purple::before, .cgt-card--decorator-color-extra-purple.details-box__separator::after {
  background: #8f2cb7;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-purple-10::before, .cgt-card--decorator-color-extra-purple-10.details-box__separator::after {
  background: rgba(143, 44, 183, 0.1);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-purple-20::before, .cgt-card--decorator-color-extra-purple-20.details-box__separator::after {
  background: rgba(143, 44, 183, 0.2);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-purple-40::before, .cgt-card--decorator-color-extra-purple-40.details-box__separator::after {
  background: rgba(143, 44, 183, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-purple-60::before, .cgt-card--decorator-color-extra-purple-60.details-box__separator::after {
  background: rgba(143, 44, 183, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-purple-80::before, .cgt-card--decorator-color-extra-purple-80.details-box__separator::after {
  background: rgba(143, 44, 183, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-purple-100::before, .cgt-card--decorator-color-extra-purple-100.details-box__separator::after {
  background: #8f2cb7;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-purple-120::before, .cgt-card--decorator-color-extra-purple-120.details-box__separator::after {
  background: #782b9c;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-indigo::before, .cgt-card--decorator-color-extra-indigo.details-box__separator::after {
  background: #3a1db7;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-indigo-10::before, .cgt-card--decorator-color-extra-indigo-10.details-box__separator::after {
  background: rgba(58, 29, 183, 0.1);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-indigo-20::before, .cgt-card--decorator-color-extra-indigo-20.details-box__separator::after {
  background: rgba(58, 29, 183, 0.2);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-indigo-40::before, .cgt-card--decorator-color-extra-indigo-40.details-box__separator::after {
  background: rgba(58, 29, 183, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-indigo-60::before, .cgt-card--decorator-color-extra-indigo-60.details-box__separator::after {
  background: rgba(58, 29, 183, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-indigo-80::before, .cgt-card--decorator-color-extra-indigo-80.details-box__separator::after {
  background: rgba(58, 29, 183, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-indigo-100::before, .cgt-card--decorator-color-extra-indigo-100.details-box__separator::after {
  background: #3a1db7;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-indigo-120::before, .cgt-card--decorator-color-extra-indigo-120.details-box__separator::after {
  background: #341f9c;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-white-0::before, .cgt-card--decorator-color-white-0.details-box__separator::after {
  background: rgba(255, 255, 255, 0);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-white-20::before, .cgt-card--decorator-color-white-20.details-box__separator::after {
  background: rgba(255, 255, 255, 0.2);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-white-40::before, .cgt-card--decorator-color-white-40.details-box__separator::after {
  background: rgba(255, 255, 255, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-white-60::before, .cgt-card--decorator-color-white-60.details-box__separator::after {
  background: rgba(255, 255, 255, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-white-80::before, .cgt-card--decorator-color-white-80.details-box__separator::after {
  background: rgba(255, 255, 255, 0.8);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-white-100::before, .cgt-card--decorator-color-white-100.details-box__separator::after {
  background: white;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-2::before, .cgt-card--decorator-color-grey-2.details-box__separator::after {
  background: rgba(30, 39, 50, 0.02);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-4::before, .cgt-card--decorator-color-grey-4.details-box__separator::after {
  background: rgba(30, 39, 50, 0.04);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-6::before, .cgt-card--decorator-color-grey-6.details-box__separator::after {
  background: rgba(30, 39, 50, 0.06);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-8::before, .cgt-card--decorator-color-grey-8.details-box__separator::after {
  background: rgba(30, 39, 50, 0.08);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-10::before, .cgt-card--decorator-color-grey-10.details-box__separator::after {
  background: rgba(30, 39, 50, 0.1);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-12::before, .cgt-card--decorator-color-grey-12.details-box__separator::after {
  background: rgba(30, 39, 50, 0.12);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-16::before, .cgt-card--decorator-color-grey-16.details-box__separator::after {
  background: rgba(30, 39, 50, 0.16);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-24::before, .cgt-card--decorator-color-grey-24.details-box__separator::after {
  background: rgba(30, 39, 50, 0.24);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-32::before, .cgt-card--decorator-color-grey-32.details-box__separator::after {
  background: rgba(30, 39, 50, 0.32);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-40::before, .cgt-card--decorator-color-grey-40.details-box__separator::after {
  background: rgba(30, 39, 50, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-50::before, .cgt-card--decorator-color-grey-50.details-box__separator::after {
  background: rgba(30, 39, 50, 0.5);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-60::before, .cgt-card--decorator-color-grey-60.details-box__separator::after {
  background: rgba(30, 39, 50, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-70::before, .cgt-card--decorator-color-grey-70.details-box__separator::after {
  background: rgba(30, 39, 50, 0.7);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-80::before, .cgt-card--decorator-color-grey-80.details-box__separator::after {
  background: rgba(30, 39, 50, 0.8);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-90::before, .cgt-card--decorator-color-grey-90.details-box__separator::after {
  background: rgba(30, 39, 50, 0.9);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-100::before, .cgt-card--decorator-color-grey-100.details-box__separator::after {
  background: #1e2732;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-primary::before, .cgt-card--decorator-color-typography-primary.details-box__separator::after {
  background: #1e2732;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-secondary::before, .cgt-card--decorator-color-typography-secondary.details-box__separator::after {
  background: rgba(30, 39, 50, 0.8);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-disabled::before, .cgt-card--decorator-color-typography-disabled.details-box__separator::after {
  background: rgba(30, 39, 50, 0.4);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-light::before, .cgt-card--decorator-color-typography-light.details-box__separator::after {
  background: white;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-secondary-light::before, .cgt-card--decorator-color-typography-secondary-light.details-box__separator::after {
  background: rgba(255, 255, 255, 0.8);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-link::before, .cgt-card--decorator-color-typography-link.details-box__separator::after {
  background: #19bcc9;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-link-hover::before, .cgt-card--decorator-color-typography-link-hover.details-box__separator::after {
  background: #159ca9;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-back-link::before, .cgt-card--decorator-color-typography-back-link.details-box__separator::after {
  background: rgba(0, 80, 135, 0.6);
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-back-link-hover::before, .cgt-card--decorator-color-typography-back-link-hover.details-box__separator::after {
  background: #005087;
}

/* line 103, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--inner-space {
  padding: 20px;
}

/* line 108, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--hover:hover {
  box-shadow: 0 8px 12px 0 rgba(30, 39, 50, 0.12);
}

/* line 114, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--focus:focus {
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2);
}

/* line 119, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card.is-focus {
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2);
}

/* line 123, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card.is-rounded {
  overflow: hidden;
  border-radius: 8px;
}

/* line 128, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--with-title {
  padding-top: 12px;
}

/* line 132, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card .space-top {
  padding-top: 20px;
}

/* line 136, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card .space-bottom {
  padding-bottom: 20px;
}

/* line 140, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card__header {
  border-bottom: 1px solid rgba(30, 39, 50, 0.12);
  padding: 16px;
}

/* line 144, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card__header .cgt-heading-h6, .cgt-card__header .__floater__body .react-joyride__tooltip > div:first-child, .__floater__body .cgt-card__header .react-joyride__tooltip > div:first-child, .cgt-card__header .cgt-avatar--40, .cgt-card__header .cgt-avatar--48 {
  color: rgba(30, 39, 50, 0.7);
}

@media (min-width: 968px) {
  /* line 140, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-card__header {
    padding: 24px;
  }
}

/* line 153, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card__content {
  padding: 16px;
}

@media (min-width: 968px) {
  /* line 153, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-card__content {
    padding: 16px 24px 24px;
  }
}

/* line 161, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card .cgt-item-card {
  padding: 8px;
}

/* line 167, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card__header-wrapper {
  display: flex;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(30, 39, 50, 0.12);
  align-items: baseline;
}

/* line 173, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card__header-wrapper .cgt-collapsible-card__trigger {
  padding: 20px 28px;
  cursor: pointer;
}

/* line 177, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card__header-wrapper .cgt-collapsible-card__trigger i {
  transition-property: transform;
  transition-duration: 0.2s;
  transform: rotate(-180deg);
}

/* line 183, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card__header-wrapper .cgt-collapsible-card__trigger.is-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

/* line 190, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card__trigger, .cgt-collapsible-card__header {
  padding: 20px 16px;
}

@media (min-width: 968px) {
  /* line 190, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-collapsible-card__trigger, .cgt-collapsible-card__header {
    padding: 20px 24px;
  }
}

/* line 199, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card__header {
  border-right: 1px solid rgba(30, 39, 50, 0.12);
  flex-grow: 1;
}

/* line 204, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card__content {
  padding: 0 16px 16px;
}

@media (min-width: 968px) {
  /* line 204, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-collapsible-card__content {
    padding: 0 24px 16px;
  }
}

/* line 213, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card.is-collapsed .cgt-collapsible-card__header-wrapper {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 217, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card.is-collapsed .cgt-collapsible-card__header-wrapper .cgt-collapsible-card__trigger i {
  transform: rotate(0deg);
}

/* line 222, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card.is-collapsed .cgt-collapsible-card__content {
  display: none;
}

/* line 228, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card--with-trigger .cgt-collapsible-card__header-wrapper {
  position: relative;
}

/* line 232, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card--with-trigger .cgt-collapsible-card__header {
  max-width: calc(100% - 40px);
  border-right: 1px solid rgba(30, 39, 50, 0.12);
  padding: 20px 16px;
  flex-grow: 1;
}

@media (min-width: 968px) {
  /* line 232, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-collapsible-card--with-trigger .cgt-collapsible-card__header {
    max-width: calc(100% - 70px);
    padding: 20px 24px;
  }
}

/* line 244, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card--with-trigger .cgt-collapsible-card__trigger {
  display: flex;
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  align-items: center;
}

@media (min-width: 968px) {
  /* line 244, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-collapsible-card--with-trigger .cgt-collapsible-card__trigger {
    width: 70px;
  }
}

/* line 258, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card .cgt-collapsible-card__item-content {
  padding: 0;
}

/* line 262, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card .cgt-collapsible-card__item-wrap {
  border: 0;
  margin-bottom: 0;
}

/* line 266, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card .cgt-collapsible-card__item-wrap .cgt-collapsible-card__item-collapse {
  padding: 0;
  border: 0;
  margin-left: -8px;
  margin-bottom: 4px;
}

/* line 273, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-card .cgt-collapsible-card__item-wrap .cgt-collapsible-card__item-trigger {
  width: 32px;
  padding: 20px 8px;
}

/* line 281, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-cards-list__row {
  width: 100%;
  display: flex;
  margin-bottom: 8px;
  align-items: baseline;
}

/* line 288, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-cards-list__card {
  width: 100%;
}

/* line 292, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-collapsible-cards-list__header {
  border-right: 0 !important;
}

/* line 302, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-cards-list-container {
  margin-bottom: 36px;
}

/* line 305, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-cards-list-container .cgt-card + .cgt-card {
  margin-top: 8px;
}

/* line 337, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card {
  display: flex;
  position: relative;
}

/* line 341, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info-row-wrap {
  position: relative;
}

/* line 344, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info-row-wrap::after {
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  z-index: 2;
  width: 24px;
  height: 100%;
  background-image: none;
  content: "";
}

/* line 356, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info-row-wrap--is-grey {
  color: rgba(30, 39, 50, 0.4);
}

/* line 361, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info-row {
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

/* line 372, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info-row::-webkit-scrollbar {
  display: none;
}

/* line 377, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  cursor: pointer;
}

/* line 387, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__wrapper {
  display: flex;
  position: relative;
  max-width: 100%;
  flex-grow: 1;
}

/* line 393, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__wrapper.is-faded {
  opacity: 0.5;
}

/* line 397, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__wrapper--clickable {
  cursor: pointer;
}

/* line 401, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__wrapper--align-center {
  align-items: center;
}

/* line 406, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info {
  width: 100%;
  min-width: 0;
  line-height: 1.5;
}

/* line 412, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__preview-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  color: rgba(30, 39, 50, 0.32);
  font-size: 24px;
  text-align: center;
}

/* line 427, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__preview-icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 72px;
  height: 72px;
  background: rgba(30, 39, 50, 0.1);
  box-shadow: inset 0px 0px 0px 1px rgba(30, 39, 50, 0.12);
  border-radius: 6px;
}

/* line 439, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__preview {
  display: inline-block;
  position: relative;
  width: 74px;
  height: 74px;
  overflow: hidden;
  margin-right: 12px;
  line-height: 0;
  flex-shrink: 0;
}

/* line 449, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__preview img,
.cgt-item-card__preview .cgt-item-card__preview-element {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  margin: auto;
  border: 1px solid rgba(30, 39, 50, 0.12);
}

/* line 462, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__preview .cgt-item-card__preview-element {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 467, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__preview .cgt-item-card__preview-element--is-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}

/* line 475, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__preview--placeholder {
  display: block;
  position: relative;
  height: 74px;
}

/* line 481, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__preview--clickable {
  cursor: pointer;
}

/* line 485, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__preview--is-rounded {
  border-radius: 4px;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info-block {
  width: 100%;
}

/* line 493, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info-block--space-between {
  display: flex;
  justify-content: space-between;
}

/* line 498, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info-block--is-grey {
  color: rgba(30, 39, 50, 0.8);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info-block--is-grey > div {
  color: rgba(30, 39, 50, 0.8);
}

/* line 507, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info-item {
  margin-right: 10px;
  border-right: 1px solid rgba(30, 39, 50, 0.12);
  padding-right: 10px;
  flex: 0 0 auto;
}

/* line 513, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__info-item:last-of-type {
  border: 0;
}

/* line 518, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__price {
  display: inline-block;
  margin-right: 8px;
}

/* line 522, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__price--primary {
  color: #19bcc9;
}

/* line 526, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__price--crossed {
  text-decoration: line-through;
}

/* line 531, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__checkbox, .cgt-item-card__actions {
  display: flex;
  flex-flow: column;
  align-items: center;
}

/* line 538, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__checkbox {
  justify-content: center;
}

/* line 542, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__actions {
  min-width: 32px;
  padding-left: 12px;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 548, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__actions .cgt-button {
  margin-bottom: 12px;
}

/* line 551, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__actions .cgt-button:last-of-type {
  margin-bottom: 0;
}

/* line 556, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__actions i {
  display: inline-block;
}

/* line 560, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__actions--horizontal {
  padding-left: 10px;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

/* line 568, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__actions--horizontal .cgt-button {
  margin-right: 12px;
}

/* line 573, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__actions--center {
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-flow: unset;
}

/* line 581, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__title-badges {
  display: inline-flex;
  z-index: 1;
  height: 21px;
  align-items: center;
}

/* line 588, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__title {
  display: inline-block;
  position: relative;
  margin: 0;
  word-break: break-word;
}

/* line 594, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__title .cgt-link {
  z-index: 1;
}

/* line 599, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__title--truncated .cgt-link {
  display: block;
  margin-bottom: 4px;
}

/* line 605, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__title--is-grey {
  color: rgba(30, 39, 50, 0.8);
}

/* line 608, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__title--is-grey > div {
  color: rgba(30, 39, 50, 0.8);
}

/* line 614, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__title-info, .cgt-item-card__title-badges {
  margin-left: 8px;
}

/* line 619, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__title-info {
  display: inline-flex;
}

/* line 623, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__title-info .cgt-item-card__info-item:last-of-type {
  margin-right: 0;
}

/* line 629, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card__title--with-icon {
  display: flex;
  column-gap: 4px;
}

@media (min-width: 576px) {
  /* line 635, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-item-card__title {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
  }
  /* line 640, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-item-card__title--space-between {
    display: flex;
    justify-content: space-between;
  }
  /* line 648, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-item-card__title-info .cgt-item-card__info-item:first-of-type {
    border-left: 1px solid rgba(30, 39, 50, 0.12);
    padding-left: 10px;
  }
}

@media (min-width: 968px) {
  /* line 657, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-item-card__preview {
    width: 92px;
    height: 92px;
    margin-right: 16px;
  }
  /* line 662, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-item-card__preview--placeholder {
    height: 92px;
  }
  /* line 667, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-item-card__info {
    display: flex;
    justify-content: space-between;
  }
  /* line 673, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-item-card__info-block:first-of-type {
    padding-right: 20px;
  }
  /* line 677, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-item-card__info-block--block {
    width: 100%;
  }
  /* line 681, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
  .cgt-item-card__info-block--align-center {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}

/* line 689, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card.is-updating {
  opacity: 0.5;
  pointer-events: none;
}

/* line 697, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--small .cgt-item-card__preview, .cgt-item-card--medium .cgt-item-card__preview {
  margin-right: 12px;
}

/* line 702, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--xsmall {
  padding: 0 0 8px 8px !important;
}

/* line 705, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--xsmall .cgt-item-card__preview {
  width: 24px;
  height: 24px;
}

/* line 709, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--xsmall .cgt-item-card__preview--placeholder {
  height: 24px;
  margin-right: 8px;
}

/* line 714, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--xsmall .cgt-item-card__preview .cgt-item-card__preview-icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
}

/* line 722, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--small {
  padding: 12px 0;
}

/* line 725, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--small .cgt-item-card__preview {
  width: 44px;
  height: 44px;
}

/* line 729, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--small .cgt-item-card__preview--placeholder {
  height: 44px;
}

/* line 734, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--small .cgt-item-card__checkbox {
  max-height: 44px;
}

/* line 738, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--small.cgt-card {
  padding: 8px 12px;
}

/* line 743, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--medium {
  padding: 16px 0;
}

/* line 746, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--medium .cgt-item-card__preview {
  width: 74px;
  height: 74px;
}

/* line 750, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--medium .cgt-item-card__preview--placeholder {
  height: 74px;
}

/* line 755, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card--medium .cgt-item-card__checkbox {
  max-height: 74px;
}

/* line 762, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader {
  display: flex;
  align-items: flex-start;
  position: relative;
}

/* line 767, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__info-row-wrap {
  position: relative;
}

/* line 770, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__info-row-wrap::after {
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  z-index: 2;
  width: 24px;
  height: 100%;
  background-image: none;
  content: "";
}

/* line 783, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__info-row {
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

/* line 794, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__info-row::-webkit-scrollbar {
  display: none;
}

/* line 799, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  cursor: pointer;
}

/* line 809, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader .cgt-item-card__actions--center {
  align-self: flex-start !important;
}

/* line 813, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 100%;
  flex-grow: 1;
}

/* line 820, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__wrapper.is-faded {
  opacity: 0.5;
}

/* line 824, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__wrapper--clickable {
  cursor: pointer;
}

/* line 829, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__info {
  width: 100%;
  min-width: 0;
  line-height: 1.5;
}

/* line 835, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__preview-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  color: rgba(30, 39, 50, 0.32);
  font-size: 24px;
  text-align: center;
}

/* line 850, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader .cgt-item-card__preview {
  display: inline-block;
  position: relative;
  width: 74px;
  height: 74px;
  overflow: hidden;
  margin-right: 12px;
  line-height: 0;
  flex-shrink: 0;
  height: 72px !important;
  width: 72px !important;
  border-radius: 6px;
}

/* line 863, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader .cgt-item-card__preview img,
.cgt-item-card-image-uploader .cgt-item-card__preview .cgt-item-card__preview-element {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  margin: auto;
  border: 1px solid rgba(30, 39, 50, 0.12);
  height: 72px !important;
  width: 72px !important;
}

/* line 878, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader .cgt-item-card__preview .cgt-item-card__preview-element {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 884, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader .cgt-item-card__preview--placeholder {
  display: block;
  position: relative;
  height: 74px;
  background-color: rgba(30, 39, 50, 0.12);
  height: 72px;
  width: 72px;
}

/* line 893, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader .cgt-item-card__preview--clickable {
  cursor: pointer;
}

/* line 898, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__info-block {
  display: flex;
  width: 100%;
  margin: 0 0 20px 0;
}

/* line 904, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__info-block-icon {
  flex-direction: column !important;
  justify-content: flex-start !important;
  margin-right: 12px;
}

/* line 910, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__info-item {
  margin-right: 10px;
  border-right: 1px solid rgba(30, 39, 50, 0.12);
  padding-right: 10px;
  flex: 0 0 auto;
}

/* line 916, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__info-item:last-of-type {
  border: 0;
}

/* line 921, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__price {
  display: inline-block;
  margin-right: 8px;
}

/* line 925, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__price--primary {
  color: #19bcc9;
}

/* line 929, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__price--crossed {
  text-decoration: line-through;
}

/* line 934, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__checkbox, .cgt-item-card-image-uploader__actions {
  display: flex;
  flex-flow: column;
  align-items: center;
}

/* line 941, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__checkbox {
  justify-content: center;
}

/* line 945, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__actions {
  min-width: 32px;
  padding-left: 12px;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 951, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__actions .cgt-button {
  margin-bottom: 12px;
}

/* line 954, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__actions .cgt-button:last-of-type {
  margin-bottom: 0;
}

/* line 959, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__actions i {
  display: inline-block;
}

/* line 963, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__actions--horizontal {
  padding-left: 10px;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

/* line 971, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__actions--horizontal .cgt-button {
  margin-right: 12px;
}

/* line 976, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__actions--center {
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-flow: unset;
}

/* line 984, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__title-badges {
  display: inline-flex;
  z-index: 1;
  height: 21px;
  align-items: center;
}

/* line 991, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__title {
  display: inline-block;
  position: relative;
  margin: 0;
  word-break: break-word;
}

/* line 997, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__title .cgt-link {
  z-index: 1;
}

/* line 1002, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__title--truncated .cgt-link {
  display: block;
  margin-bottom: 4px;
}

/* line 1008, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__title--is-grey {
  color: rgba(30, 39, 50, 0.8);
}

/* line 1011, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__title--is-grey > div {
  color: rgba(30, 39, 50, 0.8);
}

/* line 1017, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__title-info, .cgt-item-card-image-uploader__title-badges {
  margin-left: 8px;
}

/* line 1022, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__title-info {
  display: inline-flex;
}

/* line 1026, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader__title-info .cgt-item-card__info-item:last-of-type {
  margin-right: 0;
}

/* line 1033, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-item-card-image-uploader.is-updating {
  opacity: 0.5;
  pointer-events: none;
}

/* line 1042, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-toggle-icon i:last-of-type {
  display: none;
}

/* line 1047, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-toggle-icon:hover {
  cursor: pointer;
}

/* line 1051, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-toggle-icon:hover i:first-of-type {
  display: none;
}

/* line 1055, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-toggle-icon:hover i:last-of-type {
  display: inline-block;
  color: #eb3d3d;
}

/* line 118, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button {
  display: inline-block;
  height: 40px;
  margin: 0;
  border: 0;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, opacity;
  cursor: pointer;
  font-family: inherit;
  align-items: center;
  line-height: 24px;
}

/* line 137, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button > i,
.cgt-button > svg {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  transform-origin: calc(50% + 4px) 50%;
  transition-duration: 0.3s;
  transition-property: transform;
  vertical-align: middle;
}

/* line 147, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button > i + span,
.cgt-button > svg + span {
  vertical-align: middle;
}

/* line 152, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button > span {
  display: inline-block;
  padding: 0 12px;
}

/* line 157, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button:focus {
  outline: none;
}

/* line 161, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button:disabled, .cgt-button[disabled] {
  cursor: not-allowed;
}

/* line 166, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--primary {
  border: 1px solid #19bcc9;
  background-color: #19bcc9;
  color: white;
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--primary:hover, .cgt-button--primary:focus-visible {
  border-color: #159ca9;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--primary:active {
  border-color: #159ca9;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--primary:disabled, .cgt-button--primary[disabled] {
  border-color: rgba(30, 39, 50, 0.04);
}

/* line 176, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--primary.is-active, .cgt-button--primary:hover, .cgt-button--primary:active, .cgt-button--primary:focus-visible {
  background-color: #159ca9;
  color: white;
}

/* line 184, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--primary:disabled, .cgt-button--primary[disabled] {
  background-color: rgba(30, 39, 50, 0.04);
  color: rgba(30, 39, 50, 0.4);
}

/* line 191, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--secondary {
  border: 1px solid rgba(30, 39, 50, 0.12);
  background-color: transparent;
  color: rgba(30, 39, 50, 0.8);
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--secondary:hover, .cgt-button--secondary:focus-visible {
  border-color: rgba(30, 39, 50, 0.04);
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--secondary:active {
  border-color: rgba(30, 39, 50, 0.12);
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--secondary:disabled, .cgt-button--secondary[disabled] {
  border-color: rgba(30, 39, 50, 0.12);
}

/* line 201, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--secondary:hover, .cgt-button--secondary:focus-visible {
  background-color: rgba(30, 39, 50, 0.04);
  color: #1e2732;
}

/* line 207, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--secondary.is-active, .cgt-button--secondary:active {
  background-color: rgba(25, 188, 201, 0.2);
  color: #1e2732;
}

/* line 213, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--secondary:disabled, .cgt-button--secondary[disabled] {
  background-color: transparent;
  color: rgba(30, 39, 50, 0.4);
}

/* line 220, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--ghost {
  border: 1px solid transparent;
  background-color: transparent;
  color: rgba(30, 39, 50, 0.8);
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--ghost:hover, .cgt-button--ghost:focus-visible {
  border-color: transparent;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--ghost:active {
  border-color: transparent;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--ghost:disabled, .cgt-button--ghost[disabled] {
  border-color: transparent;
}

/* line 230, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--ghost:hover, .cgt-button--ghost:focus-visible {
  background-color: rgba(30, 39, 50, 0.04);
  color: #1e2732;
}

/* line 236, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--ghost.is-active, .cgt-button--ghost:active {
  background-color: rgba(25, 188, 201, 0.2);
  color: #1e2732;
}

/* line 242, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--ghost:disabled, .cgt-button--ghost[disabled] {
  background-color: transparent;
  color: rgba(30, 39, 50, 0.4);
}

/* line 249, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--ghost-primary {
  border: 1px solid transparent;
  background-color: transparent;
  color: #19bcc9;
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--ghost-primary:hover, .cgt-button--ghost-primary:focus-visible {
  border-color: transparent;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--ghost-primary:active {
  border-color: transparent;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--ghost-primary:disabled, .cgt-button--ghost-primary[disabled] {
  border-color: transparent;
}

/* line 259, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--ghost-primary:hover, .cgt-button--ghost-primary:focus-visible {
  background-color: rgba(30, 39, 50, 0.04);
  color: #159ca9;
}

/* line 265, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--ghost-primary.is-active, .cgt-button--ghost-primary:active {
  background-color: rgba(25, 188, 201, 0.2);
  color: #159ca9;
}

/* line 271, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--ghost-primary:disabled, .cgt-button--ghost-primary[disabled] {
  background-color: transparent;
  color: rgba(25, 188, 201, 0.4);
}

/* line 278, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--light-grey {
  color: rgba(30, 39, 50, 0.4);
}

/* line 282, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--primary-warning {
  border: 1px solid #eb3d3d;
  background-color: #eb3d3d;
  color: white;
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--primary-warning:hover, .cgt-button--primary-warning:focus-visible {
  border-color: #c13333;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--primary-warning:active {
  border-color: #c13333;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--primary-warning:disabled, .cgt-button--primary-warning[disabled] {
  border-color: rgba(235, 61, 61, 0.1);
}

/* line 292, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--primary-warning.is-active, .cgt-button--primary-warning:hover, .cgt-button--primary-warning:active, .cgt-button--primary-warning:focus-visible {
  background-color: #c13333;
  color: white;
}

/* line 300, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--primary-warning:disabled, .cgt-button--primary-warning[disabled] {
  background-color: rgba(235, 61, 61, 0.1);
  color: rgba(235, 61, 61, 0.4);
}

/* line 307, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--secondary-warning {
  border: 1px solid #eb3d3d;
  background-color: transparent;
  color: #eb3d3d;
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--secondary-warning:hover, .cgt-button--secondary-warning:focus-visible {
  border-color: #c13333;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--secondary-warning:active {
  border-color: #c13333;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--secondary-warning:disabled, .cgt-button--secondary-warning[disabled] {
  border-color: rgba(235, 61, 61, 0.4);
}

/* line 317, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--secondary-warning.is-active, .cgt-button--secondary-warning:hover, .cgt-button--secondary-warning:active, .cgt-button--secondary-warning:focus-visible {
  background-color: rgba(235, 61, 61, 0.1);
  color: #c13333;
}

/* line 325, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--secondary-warning:disabled, .cgt-button--secondary-warning[disabled] {
  background-color: transparent;
  color: rgba(235, 61, 61, 0.4);
}

/* line 332, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--ghost-warning {
  border: 1px solid transparent;
  background-color: transparent;
  color: #eb3d3d;
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--ghost-warning:hover, .cgt-button--ghost-warning:focus-visible {
  border-color: transparent;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--ghost-warning:active {
  border-color: transparent;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/mixins/_button-border.scss */
.cgt-button--ghost-warning:disabled, .cgt-button--ghost-warning[disabled] {
  border-color: transparent;
}

/* line 342, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--ghost-warning.is-active, .cgt-button--ghost-warning:hover, .cgt-button--ghost-warning:active, .cgt-button--ghost-warning:focus-visible {
  background-color: rgba(235, 61, 61, 0.1);
  color: #c13333;
}

/* line 350, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--ghost-warning:disabled, .cgt-button--ghost-warning[disabled] {
  background-color: transparent;
  color: rgba(235, 61, 61, 0.4);
}

/* line 357, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button > div,
.cgt-button * > svg {
  width: auto;
  margin-right: 0;
}

/* line 363, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button * > .fillable {
  fill: currentColor !important;
}

/* line 367, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--large {
  height: 48px;
  padding: 12px;
  font-size: 16px;
  line-height: 20px;
}

/* line 373, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--large.cgt-button--only-icon {
  align-items: baseline;
}

/* line 376, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--large.cgt-button--only-icon:not(.cgt-button--width-expand) {
  width: 48px;
}

/* line 381, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--large > i,
.cgt-button--large > svg {
  font-size: 20px;
  line-height: 20px;
}

/* line 387, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--large > span {
  padding: 0 12px;
}

/* line 392, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--small {
  height: 32px;
  padding: 4px 8px;
  font-size: 16px;
  line-height: 20px;
}

/* line 398, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--small.cgt-button--only-icon {
  padding: 4px;
  align-items: baseline;
}

/* line 402, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--small.cgt-button--only-icon:not(.cgt-button--width-expand) {
  width: 32px;
}

/* line 407, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--small > i,
.cgt-button--small > svg {
  font-size: 20px;
  line-height: 20px;
}

/* line 413, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--small > span {
  padding: 0 8px;
}

/* line 418, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--tiny, .cgt-button--xsmall {
  height: 24px;
  padding: 4px;
  font-size: 12px;
  line-height: 14px;
}

/* line 425, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--tiny.cgt-button--only-icon, .cgt-button--xsmall.cgt-button--only-icon {
  align-items: baseline;
  vertical-align: none;
  padding: 4px;
}

/* line 430, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--tiny.cgt-button--only-icon > i, .cgt-button--xsmall.cgt-button--only-icon > i {
  vertical-align: inherit;
}

/* line 434, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--tiny.cgt-button--only-icon:not(.cgt-button--width-expand), .cgt-button--xsmall.cgt-button--only-icon:not(.cgt-button--width-expand) {
  width: 24px;
}

/* line 439, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--tiny.cgt-button--with-icon, .cgt-button--tiny.cgt-button--icon, .cgt-button--xsmall.cgt-button--with-icon, .cgt-button--xsmall.cgt-button--icon {
  line-height: 14px;
}

/* line 444, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--tiny > i,
.cgt-button--tiny > svg, .cgt-button--xsmall > i,
.cgt-button--xsmall > svg {
  font-size: 14px;
  line-height: 14px;
}

/* line 450, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--tiny > span, .cgt-button--xsmall > span {
  padding: 0 4px;
  line-height: 14px;
}

/* line 456, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--with-icon, .cgt-button--icon {
  position: relative;
  line-height: initial;
}

/* line 462, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--with-icon {
  display: flex;
}

/* line 466, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--only-icon {
  position: relative;
  padding: 8px;
  align-items: baseline;
  line-height: initial;
}

/* line 472, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--only-icon:not(.cgt-button--width-expand) {
  width: 40px;
}

/* line 476, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--only-icon > div,
.cgt-button--only-icon * > svg {
  height: 100%;
}

/* line 482, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--no-wrap {
  white-space: nowrap;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-10 {
  color: rgba(25, 188, 201, 0.1);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-10 i, .cgt-button--custom-color-brand-primary-10:hover, .cgt-button--custom-color-brand-primary-10:active {
  color: rgba(25, 188, 201, 0.1);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-10:disabled, .cgt-button--custom-color-brand-primary-10[disabled] {
  opacity: 0.3;
  color: rgba(25, 188, 201, 0.1);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-10:disabled i, .cgt-button--custom-color-brand-primary-10[disabled] i {
  color: rgba(25, 188, 201, 0.1);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-20 {
  color: rgba(25, 188, 201, 0.2);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-20 i, .cgt-button--custom-color-brand-primary-20:hover, .cgt-button--custom-color-brand-primary-20:active {
  color: rgba(25, 188, 201, 0.2);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-20:disabled, .cgt-button--custom-color-brand-primary-20[disabled] {
  opacity: 0.3;
  color: rgba(25, 188, 201, 0.2);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-20:disabled i, .cgt-button--custom-color-brand-primary-20[disabled] i {
  color: rgba(25, 188, 201, 0.2);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-40 {
  color: rgba(25, 188, 201, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-40 i, .cgt-button--custom-color-brand-primary-40:hover, .cgt-button--custom-color-brand-primary-40:active {
  color: rgba(25, 188, 201, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-40:disabled, .cgt-button--custom-color-brand-primary-40[disabled] {
  opacity: 0.3;
  color: rgba(25, 188, 201, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-40:disabled i, .cgt-button--custom-color-brand-primary-40[disabled] i {
  color: rgba(25, 188, 201, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-60 {
  color: rgba(25, 188, 201, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-60 i, .cgt-button--custom-color-brand-primary-60:hover, .cgt-button--custom-color-brand-primary-60:active {
  color: rgba(25, 188, 201, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-60:disabled, .cgt-button--custom-color-brand-primary-60[disabled] {
  opacity: 0.3;
  color: rgba(25, 188, 201, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-60:disabled i, .cgt-button--custom-color-brand-primary-60[disabled] i {
  color: rgba(25, 188, 201, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-80 {
  color: rgba(25, 188, 201, 0.8);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-80 i, .cgt-button--custom-color-brand-primary-80:hover, .cgt-button--custom-color-brand-primary-80:active {
  color: rgba(25, 188, 201, 0.8);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-80:disabled, .cgt-button--custom-color-brand-primary-80[disabled] {
  opacity: 0.3;
  color: rgba(25, 188, 201, 0.8);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-80:disabled i, .cgt-button--custom-color-brand-primary-80[disabled] i {
  color: rgba(25, 188, 201, 0.8);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-100 {
  color: #19bcc9;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-100 i, .cgt-button--custom-color-brand-primary-100:hover, .cgt-button--custom-color-brand-primary-100:active {
  color: #19bcc9;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-100:disabled, .cgt-button--custom-color-brand-primary-100[disabled] {
  opacity: 0.3;
  color: #19bcc9;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-100:disabled i, .cgt-button--custom-color-brand-primary-100[disabled] i {
  color: #19bcc9;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-120 {
  color: #159ca9;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-120 i, .cgt-button--custom-color-brand-primary-120:hover, .cgt-button--custom-color-brand-primary-120:active {
  color: #159ca9;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-120:disabled, .cgt-button--custom-color-brand-primary-120[disabled] {
  opacity: 0.3;
  color: #159ca9;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-primary-120:disabled i, .cgt-button--custom-color-brand-primary-120[disabled] i {
  color: #159ca9;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-10 {
  color: rgba(0, 80, 135, 0.1);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-10 i, .cgt-button--custom-color-brand-secondary-10:hover, .cgt-button--custom-color-brand-secondary-10:active {
  color: rgba(0, 80, 135, 0.1);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-10:disabled, .cgt-button--custom-color-brand-secondary-10[disabled] {
  opacity: 0.3;
  color: rgba(0, 80, 135, 0.1);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-10:disabled i, .cgt-button--custom-color-brand-secondary-10[disabled] i {
  color: rgba(0, 80, 135, 0.1);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-20 {
  color: rgba(0, 80, 135, 0.2);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-20 i, .cgt-button--custom-color-brand-secondary-20:hover, .cgt-button--custom-color-brand-secondary-20:active {
  color: rgba(0, 80, 135, 0.2);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-20:disabled, .cgt-button--custom-color-brand-secondary-20[disabled] {
  opacity: 0.3;
  color: rgba(0, 80, 135, 0.2);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-20:disabled i, .cgt-button--custom-color-brand-secondary-20[disabled] i {
  color: rgba(0, 80, 135, 0.2);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-40 {
  color: rgba(0, 80, 135, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-40 i, .cgt-button--custom-color-brand-secondary-40:hover, .cgt-button--custom-color-brand-secondary-40:active {
  color: rgba(0, 80, 135, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-40:disabled, .cgt-button--custom-color-brand-secondary-40[disabled] {
  opacity: 0.3;
  color: rgba(0, 80, 135, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-40:disabled i, .cgt-button--custom-color-brand-secondary-40[disabled] i {
  color: rgba(0, 80, 135, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-60 {
  color: rgba(0, 80, 135, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-60 i, .cgt-button--custom-color-brand-secondary-60:hover, .cgt-button--custom-color-brand-secondary-60:active {
  color: rgba(0, 80, 135, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-60:disabled, .cgt-button--custom-color-brand-secondary-60[disabled] {
  opacity: 0.3;
  color: rgba(0, 80, 135, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-60:disabled i, .cgt-button--custom-color-brand-secondary-60[disabled] i {
  color: rgba(0, 80, 135, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-80 {
  color: rgba(0, 80, 135, 0.8);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-80 i, .cgt-button--custom-color-brand-secondary-80:hover, .cgt-button--custom-color-brand-secondary-80:active {
  color: rgba(0, 80, 135, 0.8);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-80:disabled, .cgt-button--custom-color-brand-secondary-80[disabled] {
  opacity: 0.3;
  color: rgba(0, 80, 135, 0.8);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-80:disabled i, .cgt-button--custom-color-brand-secondary-80[disabled] i {
  color: rgba(0, 80, 135, 0.8);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-100 {
  color: #005087;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-100 i, .cgt-button--custom-color-brand-secondary-100:hover, .cgt-button--custom-color-brand-secondary-100:active {
  color: #005087;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-100:disabled, .cgt-button--custom-color-brand-secondary-100[disabled] {
  opacity: 0.3;
  color: #005087;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-100:disabled i, .cgt-button--custom-color-brand-secondary-100[disabled] i {
  color: #005087;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-120 {
  color: #004271;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-120 i, .cgt-button--custom-color-brand-secondary-120:hover, .cgt-button--custom-color-brand-secondary-120:active {
  color: #004271;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-120:disabled, .cgt-button--custom-color-brand-secondary-120[disabled] {
  opacity: 0.3;
  color: #004271;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-brand-secondary-120:disabled i, .cgt-button--custom-color-brand-secondary-120[disabled] i {
  color: #004271;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-10 {
  color: rgba(0, 122, 255, 0.1);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-10 i, .cgt-button--custom-color-utility-info-10:hover, .cgt-button--custom-color-utility-info-10:active {
  color: rgba(0, 122, 255, 0.1);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-10:disabled, .cgt-button--custom-color-utility-info-10[disabled] {
  opacity: 0.3;
  color: rgba(0, 122, 255, 0.1);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-10:disabled i, .cgt-button--custom-color-utility-info-10[disabled] i {
  color: rgba(0, 122, 255, 0.1);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-20 {
  color: rgba(0, 122, 255, 0.2);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-20 i, .cgt-button--custom-color-utility-info-20:hover, .cgt-button--custom-color-utility-info-20:active {
  color: rgba(0, 122, 255, 0.2);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-20:disabled, .cgt-button--custom-color-utility-info-20[disabled] {
  opacity: 0.3;
  color: rgba(0, 122, 255, 0.2);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-20:disabled i, .cgt-button--custom-color-utility-info-20[disabled] i {
  color: rgba(0, 122, 255, 0.2);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-40 {
  color: rgba(0, 122, 255, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-40 i, .cgt-button--custom-color-utility-info-40:hover, .cgt-button--custom-color-utility-info-40:active {
  color: rgba(0, 122, 255, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-40:disabled, .cgt-button--custom-color-utility-info-40[disabled] {
  opacity: 0.3;
  color: rgba(0, 122, 255, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-40:disabled i, .cgt-button--custom-color-utility-info-40[disabled] i {
  color: rgba(0, 122, 255, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-60 {
  color: rgba(0, 122, 255, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-60 i, .cgt-button--custom-color-utility-info-60:hover, .cgt-button--custom-color-utility-info-60:active {
  color: rgba(0, 122, 255, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-60:disabled, .cgt-button--custom-color-utility-info-60[disabled] {
  opacity: 0.3;
  color: rgba(0, 122, 255, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-60:disabled i, .cgt-button--custom-color-utility-info-60[disabled] i {
  color: rgba(0, 122, 255, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-80 {
  color: rgba(0, 122, 255, 0.8);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-80 i, .cgt-button--custom-color-utility-info-80:hover, .cgt-button--custom-color-utility-info-80:active {
  color: rgba(0, 122, 255, 0.8);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-80:disabled, .cgt-button--custom-color-utility-info-80[disabled] {
  opacity: 0.3;
  color: rgba(0, 122, 255, 0.8);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-80:disabled i, .cgt-button--custom-color-utility-info-80[disabled] i {
  color: rgba(0, 122, 255, 0.8);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-100 {
  color: #007aff;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-100 i, .cgt-button--custom-color-utility-info-100:hover, .cgt-button--custom-color-utility-info-100:active {
  color: #007aff;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-100:disabled, .cgt-button--custom-color-utility-info-100[disabled] {
  opacity: 0.3;
  color: #007aff;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-100:disabled i, .cgt-button--custom-color-utility-info-100[disabled] i {
  color: #007aff;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-120 {
  color: #0065d6;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-120 i, .cgt-button--custom-color-utility-info-120:hover, .cgt-button--custom-color-utility-info-120:active {
  color: #0065d6;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-120:disabled, .cgt-button--custom-color-utility-info-120[disabled] {
  opacity: 0.3;
  color: #0065d6;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-info-120:disabled i, .cgt-button--custom-color-utility-info-120[disabled] i {
  color: #0065d6;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-10 {
  color: rgba(0, 200, 83, 0.1);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-10 i, .cgt-button--custom-color-utility-positive-10:hover, .cgt-button--custom-color-utility-positive-10:active {
  color: rgba(0, 200, 83, 0.1);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-10:disabled, .cgt-button--custom-color-utility-positive-10[disabled] {
  opacity: 0.3;
  color: rgba(0, 200, 83, 0.1);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-10:disabled i, .cgt-button--custom-color-utility-positive-10[disabled] i {
  color: rgba(0, 200, 83, 0.1);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-20 {
  color: rgba(0, 200, 83, 0.2);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-20 i, .cgt-button--custom-color-utility-positive-20:hover, .cgt-button--custom-color-utility-positive-20:active {
  color: rgba(0, 200, 83, 0.2);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-20:disabled, .cgt-button--custom-color-utility-positive-20[disabled] {
  opacity: 0.3;
  color: rgba(0, 200, 83, 0.2);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-20:disabled i, .cgt-button--custom-color-utility-positive-20[disabled] i {
  color: rgba(0, 200, 83, 0.2);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-40 {
  color: rgba(0, 200, 83, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-40 i, .cgt-button--custom-color-utility-positive-40:hover, .cgt-button--custom-color-utility-positive-40:active {
  color: rgba(0, 200, 83, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-40:disabled, .cgt-button--custom-color-utility-positive-40[disabled] {
  opacity: 0.3;
  color: rgba(0, 200, 83, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-40:disabled i, .cgt-button--custom-color-utility-positive-40[disabled] i {
  color: rgba(0, 200, 83, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-60 {
  color: rgba(0, 200, 83, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-60 i, .cgt-button--custom-color-utility-positive-60:hover, .cgt-button--custom-color-utility-positive-60:active {
  color: rgba(0, 200, 83, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-60:disabled, .cgt-button--custom-color-utility-positive-60[disabled] {
  opacity: 0.3;
  color: rgba(0, 200, 83, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-60:disabled i, .cgt-button--custom-color-utility-positive-60[disabled] i {
  color: rgba(0, 200, 83, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-80 {
  color: rgba(0, 200, 83, 0.8);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-80 i, .cgt-button--custom-color-utility-positive-80:hover, .cgt-button--custom-color-utility-positive-80:active {
  color: rgba(0, 200, 83, 0.8);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-80:disabled, .cgt-button--custom-color-utility-positive-80[disabled] {
  opacity: 0.3;
  color: rgba(0, 200, 83, 0.8);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-80:disabled i, .cgt-button--custom-color-utility-positive-80[disabled] i {
  color: rgba(0, 200, 83, 0.8);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-100 {
  color: #00c853;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-100 i, .cgt-button--custom-color-utility-positive-100:hover, .cgt-button--custom-color-utility-positive-100:active {
  color: #00c853;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-100:disabled, .cgt-button--custom-color-utility-positive-100[disabled] {
  opacity: 0.3;
  color: #00c853;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-100:disabled i, .cgt-button--custom-color-utility-positive-100[disabled] i {
  color: #00c853;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-120 {
  color: #00a646;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-120 i, .cgt-button--custom-color-utility-positive-120:hover, .cgt-button--custom-color-utility-positive-120:active {
  color: #00a646;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-120:disabled, .cgt-button--custom-color-utility-positive-120[disabled] {
  opacity: 0.3;
  color: #00a646;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-positive-120:disabled i, .cgt-button--custom-color-utility-positive-120[disabled] i {
  color: #00a646;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-10 {
  color: rgba(255, 143, 0, 0.1);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-10 i, .cgt-button--custom-color-utility-attention-10:hover, .cgt-button--custom-color-utility-attention-10:active {
  color: rgba(255, 143, 0, 0.1);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-10:disabled, .cgt-button--custom-color-utility-attention-10[disabled] {
  opacity: 0.3;
  color: rgba(255, 143, 0, 0.1);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-10:disabled i, .cgt-button--custom-color-utility-attention-10[disabled] i {
  color: rgba(255, 143, 0, 0.1);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-20 {
  color: rgba(255, 143, 0, 0.2);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-20 i, .cgt-button--custom-color-utility-attention-20:hover, .cgt-button--custom-color-utility-attention-20:active {
  color: rgba(255, 143, 0, 0.2);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-20:disabled, .cgt-button--custom-color-utility-attention-20[disabled] {
  opacity: 0.3;
  color: rgba(255, 143, 0, 0.2);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-20:disabled i, .cgt-button--custom-color-utility-attention-20[disabled] i {
  color: rgba(255, 143, 0, 0.2);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-40 {
  color: rgba(255, 143, 0, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-40 i, .cgt-button--custom-color-utility-attention-40:hover, .cgt-button--custom-color-utility-attention-40:active {
  color: rgba(255, 143, 0, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-40:disabled, .cgt-button--custom-color-utility-attention-40[disabled] {
  opacity: 0.3;
  color: rgba(255, 143, 0, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-40:disabled i, .cgt-button--custom-color-utility-attention-40[disabled] i {
  color: rgba(255, 143, 0, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-60 {
  color: rgba(255, 143, 0, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-60 i, .cgt-button--custom-color-utility-attention-60:hover, .cgt-button--custom-color-utility-attention-60:active {
  color: rgba(255, 143, 0, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-60:disabled, .cgt-button--custom-color-utility-attention-60[disabled] {
  opacity: 0.3;
  color: rgba(255, 143, 0, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-60:disabled i, .cgt-button--custom-color-utility-attention-60[disabled] i {
  color: rgba(255, 143, 0, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-80 {
  color: rgba(255, 143, 0, 0.8);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-80 i, .cgt-button--custom-color-utility-attention-80:hover, .cgt-button--custom-color-utility-attention-80:active {
  color: rgba(255, 143, 0, 0.8);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-80:disabled, .cgt-button--custom-color-utility-attention-80[disabled] {
  opacity: 0.3;
  color: rgba(255, 143, 0, 0.8);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-80:disabled i, .cgt-button--custom-color-utility-attention-80[disabled] i {
  color: rgba(255, 143, 0, 0.8);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-100 {
  color: #ff8f00;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-100 i, .cgt-button--custom-color-utility-attention-100:hover, .cgt-button--custom-color-utility-attention-100:active {
  color: #ff8f00;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-100:disabled, .cgt-button--custom-color-utility-attention-100[disabled] {
  opacity: 0.3;
  color: #ff8f00;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-100:disabled i, .cgt-button--custom-color-utility-attention-100[disabled] i {
  color: #ff8f00;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-120 {
  color: #d27700;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-120 i, .cgt-button--custom-color-utility-attention-120:hover, .cgt-button--custom-color-utility-attention-120:active {
  color: #d27700;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-120:disabled, .cgt-button--custom-color-utility-attention-120[disabled] {
  opacity: 0.3;
  color: #d27700;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-attention-120:disabled i, .cgt-button--custom-color-utility-attention-120[disabled] i {
  color: #d27700;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-10 {
  color: rgba(235, 61, 61, 0.1);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-10 i, .cgt-button--custom-color-utility-danger-10:hover, .cgt-button--custom-color-utility-danger-10:active {
  color: rgba(235, 61, 61, 0.1);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-10:disabled, .cgt-button--custom-color-utility-danger-10[disabled] {
  opacity: 0.3;
  color: rgba(235, 61, 61, 0.1);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-10:disabled i, .cgt-button--custom-color-utility-danger-10[disabled] i {
  color: rgba(235, 61, 61, 0.1);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-20 {
  color: rgba(235, 61, 61, 0.2);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-20 i, .cgt-button--custom-color-utility-danger-20:hover, .cgt-button--custom-color-utility-danger-20:active {
  color: rgba(235, 61, 61, 0.2);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-20:disabled, .cgt-button--custom-color-utility-danger-20[disabled] {
  opacity: 0.3;
  color: rgba(235, 61, 61, 0.2);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-20:disabled i, .cgt-button--custom-color-utility-danger-20[disabled] i {
  color: rgba(235, 61, 61, 0.2);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-40 {
  color: rgba(235, 61, 61, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-40 i, .cgt-button--custom-color-utility-danger-40:hover, .cgt-button--custom-color-utility-danger-40:active {
  color: rgba(235, 61, 61, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-40:disabled, .cgt-button--custom-color-utility-danger-40[disabled] {
  opacity: 0.3;
  color: rgba(235, 61, 61, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-40:disabled i, .cgt-button--custom-color-utility-danger-40[disabled] i {
  color: rgba(235, 61, 61, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-60 {
  color: rgba(235, 61, 61, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-60 i, .cgt-button--custom-color-utility-danger-60:hover, .cgt-button--custom-color-utility-danger-60:active {
  color: rgba(235, 61, 61, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-60:disabled, .cgt-button--custom-color-utility-danger-60[disabled] {
  opacity: 0.3;
  color: rgba(235, 61, 61, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-60:disabled i, .cgt-button--custom-color-utility-danger-60[disabled] i {
  color: rgba(235, 61, 61, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-80 {
  color: rgba(235, 61, 61, 0.8);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-80 i, .cgt-button--custom-color-utility-danger-80:hover, .cgt-button--custom-color-utility-danger-80:active {
  color: rgba(235, 61, 61, 0.8);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-80:disabled, .cgt-button--custom-color-utility-danger-80[disabled] {
  opacity: 0.3;
  color: rgba(235, 61, 61, 0.8);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-80:disabled i, .cgt-button--custom-color-utility-danger-80[disabled] i {
  color: rgba(235, 61, 61, 0.8);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-100 {
  color: #eb3d3d;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-100 i, .cgt-button--custom-color-utility-danger-100:hover, .cgt-button--custom-color-utility-danger-100:active {
  color: #eb3d3d;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-100:disabled, .cgt-button--custom-color-utility-danger-100[disabled] {
  opacity: 0.3;
  color: #eb3d3d;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-100:disabled i, .cgt-button--custom-color-utility-danger-100[disabled] i {
  color: #eb3d3d;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-120 {
  color: #c13333;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-120 i, .cgt-button--custom-color-utility-danger-120:hover, .cgt-button--custom-color-utility-danger-120:active {
  color: #c13333;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-120:disabled, .cgt-button--custom-color-utility-danger-120[disabled] {
  opacity: 0.3;
  color: #c13333;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-utility-danger-120:disabled i, .cgt-button--custom-color-utility-danger-120[disabled] i {
  color: #c13333;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink {
  color: #d43d62;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink i, .cgt-button--custom-color-extra-pink:hover, .cgt-button--custom-color-extra-pink:active {
  color: #d43d62;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink:disabled, .cgt-button--custom-color-extra-pink[disabled] {
  opacity: 0.3;
  color: #d43d62;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink:disabled i, .cgt-button--custom-color-extra-pink[disabled] i {
  color: #d43d62;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-10 {
  color: rgba(212, 61, 98, 0.1);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-10 i, .cgt-button--custom-color-extra-pink-10:hover, .cgt-button--custom-color-extra-pink-10:active {
  color: rgba(212, 61, 98, 0.1);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-10:disabled, .cgt-button--custom-color-extra-pink-10[disabled] {
  opacity: 0.3;
  color: rgba(212, 61, 98, 0.1);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-10:disabled i, .cgt-button--custom-color-extra-pink-10[disabled] i {
  color: rgba(212, 61, 98, 0.1);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-20 {
  color: rgba(212, 61, 98, 0.2);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-20 i, .cgt-button--custom-color-extra-pink-20:hover, .cgt-button--custom-color-extra-pink-20:active {
  color: rgba(212, 61, 98, 0.2);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-20:disabled, .cgt-button--custom-color-extra-pink-20[disabled] {
  opacity: 0.3;
  color: rgba(212, 61, 98, 0.2);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-20:disabled i, .cgt-button--custom-color-extra-pink-20[disabled] i {
  color: rgba(212, 61, 98, 0.2);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-40 {
  color: rgba(212, 61, 98, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-40 i, .cgt-button--custom-color-extra-pink-40:hover, .cgt-button--custom-color-extra-pink-40:active {
  color: rgba(212, 61, 98, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-40:disabled, .cgt-button--custom-color-extra-pink-40[disabled] {
  opacity: 0.3;
  color: rgba(212, 61, 98, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-40:disabled i, .cgt-button--custom-color-extra-pink-40[disabled] i {
  color: rgba(212, 61, 98, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-60 {
  color: rgba(212, 61, 98, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-60 i, .cgt-button--custom-color-extra-pink-60:hover, .cgt-button--custom-color-extra-pink-60:active {
  color: rgba(212, 61, 98, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-60:disabled, .cgt-button--custom-color-extra-pink-60[disabled] {
  opacity: 0.3;
  color: rgba(212, 61, 98, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-60:disabled i, .cgt-button--custom-color-extra-pink-60[disabled] i {
  color: rgba(212, 61, 98, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-80 {
  color: rgba(212, 61, 98, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-80 i, .cgt-button--custom-color-extra-pink-80:hover, .cgt-button--custom-color-extra-pink-80:active {
  color: rgba(212, 61, 98, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-80:disabled, .cgt-button--custom-color-extra-pink-80[disabled] {
  opacity: 0.3;
  color: rgba(212, 61, 98, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-80:disabled i, .cgt-button--custom-color-extra-pink-80[disabled] i {
  color: rgba(212, 61, 98, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-100 {
  color: #d43d62;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-100 i, .cgt-button--custom-color-extra-pink-100:hover, .cgt-button--custom-color-extra-pink-100:active {
  color: #d43d62;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-100:disabled, .cgt-button--custom-color-extra-pink-100[disabled] {
  opacity: 0.3;
  color: #d43d62;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-100:disabled i, .cgt-button--custom-color-extra-pink-100[disabled] i {
  color: #d43d62;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-120 {
  color: #b03958;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-120 i, .cgt-button--custom-color-extra-pink-120:hover, .cgt-button--custom-color-extra-pink-120:active {
  color: #b03958;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-120:disabled, .cgt-button--custom-color-extra-pink-120[disabled] {
  opacity: 0.3;
  color: #b03958;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-pink-120:disabled i, .cgt-button--custom-color-extra-pink-120[disabled] i {
  color: #b03958;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple {
  color: #8f2cb7;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple i, .cgt-button--custom-color-extra-purple:hover, .cgt-button--custom-color-extra-purple:active {
  color: #8f2cb7;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple:disabled, .cgt-button--custom-color-extra-purple[disabled] {
  opacity: 0.3;
  color: #8f2cb7;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple:disabled i, .cgt-button--custom-color-extra-purple[disabled] i {
  color: #8f2cb7;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-10 {
  color: rgba(143, 44, 183, 0.1);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-10 i, .cgt-button--custom-color-extra-purple-10:hover, .cgt-button--custom-color-extra-purple-10:active {
  color: rgba(143, 44, 183, 0.1);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-10:disabled, .cgt-button--custom-color-extra-purple-10[disabled] {
  opacity: 0.3;
  color: rgba(143, 44, 183, 0.1);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-10:disabled i, .cgt-button--custom-color-extra-purple-10[disabled] i {
  color: rgba(143, 44, 183, 0.1);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-20 {
  color: rgba(143, 44, 183, 0.2);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-20 i, .cgt-button--custom-color-extra-purple-20:hover, .cgt-button--custom-color-extra-purple-20:active {
  color: rgba(143, 44, 183, 0.2);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-20:disabled, .cgt-button--custom-color-extra-purple-20[disabled] {
  opacity: 0.3;
  color: rgba(143, 44, 183, 0.2);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-20:disabled i, .cgt-button--custom-color-extra-purple-20[disabled] i {
  color: rgba(143, 44, 183, 0.2);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-40 {
  color: rgba(143, 44, 183, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-40 i, .cgt-button--custom-color-extra-purple-40:hover, .cgt-button--custom-color-extra-purple-40:active {
  color: rgba(143, 44, 183, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-40:disabled, .cgt-button--custom-color-extra-purple-40[disabled] {
  opacity: 0.3;
  color: rgba(143, 44, 183, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-40:disabled i, .cgt-button--custom-color-extra-purple-40[disabled] i {
  color: rgba(143, 44, 183, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-60 {
  color: rgba(143, 44, 183, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-60 i, .cgt-button--custom-color-extra-purple-60:hover, .cgt-button--custom-color-extra-purple-60:active {
  color: rgba(143, 44, 183, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-60:disabled, .cgt-button--custom-color-extra-purple-60[disabled] {
  opacity: 0.3;
  color: rgba(143, 44, 183, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-60:disabled i, .cgt-button--custom-color-extra-purple-60[disabled] i {
  color: rgba(143, 44, 183, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-80 {
  color: rgba(143, 44, 183, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-80 i, .cgt-button--custom-color-extra-purple-80:hover, .cgt-button--custom-color-extra-purple-80:active {
  color: rgba(143, 44, 183, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-80:disabled, .cgt-button--custom-color-extra-purple-80[disabled] {
  opacity: 0.3;
  color: rgba(143, 44, 183, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-80:disabled i, .cgt-button--custom-color-extra-purple-80[disabled] i {
  color: rgba(143, 44, 183, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-100 {
  color: #8f2cb7;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-100 i, .cgt-button--custom-color-extra-purple-100:hover, .cgt-button--custom-color-extra-purple-100:active {
  color: #8f2cb7;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-100:disabled, .cgt-button--custom-color-extra-purple-100[disabled] {
  opacity: 0.3;
  color: #8f2cb7;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-100:disabled i, .cgt-button--custom-color-extra-purple-100[disabled] i {
  color: #8f2cb7;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-120 {
  color: #782b9c;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-120 i, .cgt-button--custom-color-extra-purple-120:hover, .cgt-button--custom-color-extra-purple-120:active {
  color: #782b9c;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-120:disabled, .cgt-button--custom-color-extra-purple-120[disabled] {
  opacity: 0.3;
  color: #782b9c;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-purple-120:disabled i, .cgt-button--custom-color-extra-purple-120[disabled] i {
  color: #782b9c;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo {
  color: #3a1db7;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo i, .cgt-button--custom-color-extra-indigo:hover, .cgt-button--custom-color-extra-indigo:active {
  color: #3a1db7;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo:disabled, .cgt-button--custom-color-extra-indigo[disabled] {
  opacity: 0.3;
  color: #3a1db7;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo:disabled i, .cgt-button--custom-color-extra-indigo[disabled] i {
  color: #3a1db7;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-10 {
  color: rgba(58, 29, 183, 0.1);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-10 i, .cgt-button--custom-color-extra-indigo-10:hover, .cgt-button--custom-color-extra-indigo-10:active {
  color: rgba(58, 29, 183, 0.1);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-10:disabled, .cgt-button--custom-color-extra-indigo-10[disabled] {
  opacity: 0.3;
  color: rgba(58, 29, 183, 0.1);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-10:disabled i, .cgt-button--custom-color-extra-indigo-10[disabled] i {
  color: rgba(58, 29, 183, 0.1);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-20 {
  color: rgba(58, 29, 183, 0.2);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-20 i, .cgt-button--custom-color-extra-indigo-20:hover, .cgt-button--custom-color-extra-indigo-20:active {
  color: rgba(58, 29, 183, 0.2);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-20:disabled, .cgt-button--custom-color-extra-indigo-20[disabled] {
  opacity: 0.3;
  color: rgba(58, 29, 183, 0.2);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-20:disabled i, .cgt-button--custom-color-extra-indigo-20[disabled] i {
  color: rgba(58, 29, 183, 0.2);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-40 {
  color: rgba(58, 29, 183, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-40 i, .cgt-button--custom-color-extra-indigo-40:hover, .cgt-button--custom-color-extra-indigo-40:active {
  color: rgba(58, 29, 183, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-40:disabled, .cgt-button--custom-color-extra-indigo-40[disabled] {
  opacity: 0.3;
  color: rgba(58, 29, 183, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-40:disabled i, .cgt-button--custom-color-extra-indigo-40[disabled] i {
  color: rgba(58, 29, 183, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-60 {
  color: rgba(58, 29, 183, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-60 i, .cgt-button--custom-color-extra-indigo-60:hover, .cgt-button--custom-color-extra-indigo-60:active {
  color: rgba(58, 29, 183, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-60:disabled, .cgt-button--custom-color-extra-indigo-60[disabled] {
  opacity: 0.3;
  color: rgba(58, 29, 183, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-60:disabled i, .cgt-button--custom-color-extra-indigo-60[disabled] i {
  color: rgba(58, 29, 183, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-80 {
  color: rgba(58, 29, 183, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-80 i, .cgt-button--custom-color-extra-indigo-80:hover, .cgt-button--custom-color-extra-indigo-80:active {
  color: rgba(58, 29, 183, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-80:disabled, .cgt-button--custom-color-extra-indigo-80[disabled] {
  opacity: 0.3;
  color: rgba(58, 29, 183, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-80:disabled i, .cgt-button--custom-color-extra-indigo-80[disabled] i {
  color: rgba(58, 29, 183, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-100 {
  color: #3a1db7;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-100 i, .cgt-button--custom-color-extra-indigo-100:hover, .cgt-button--custom-color-extra-indigo-100:active {
  color: #3a1db7;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-100:disabled, .cgt-button--custom-color-extra-indigo-100[disabled] {
  opacity: 0.3;
  color: #3a1db7;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-100:disabled i, .cgt-button--custom-color-extra-indigo-100[disabled] i {
  color: #3a1db7;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-120 {
  color: #341f9c;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-120 i, .cgt-button--custom-color-extra-indigo-120:hover, .cgt-button--custom-color-extra-indigo-120:active {
  color: #341f9c;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-120:disabled, .cgt-button--custom-color-extra-indigo-120[disabled] {
  opacity: 0.3;
  color: #341f9c;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-extra-indigo-120:disabled i, .cgt-button--custom-color-extra-indigo-120[disabled] i {
  color: #341f9c;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-0 {
  color: rgba(255, 255, 255, 0);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-0 i, .cgt-button--custom-color-white-0:hover, .cgt-button--custom-color-white-0:active {
  color: rgba(255, 255, 255, 0);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-0:disabled, .cgt-button--custom-color-white-0[disabled] {
  opacity: 0.3;
  color: rgba(255, 255, 255, 0);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-0:disabled i, .cgt-button--custom-color-white-0[disabled] i {
  color: rgba(255, 255, 255, 0);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-20 i, .cgt-button--custom-color-white-20:hover, .cgt-button--custom-color-white-20:active {
  color: rgba(255, 255, 255, 0.2);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-20:disabled, .cgt-button--custom-color-white-20[disabled] {
  opacity: 0.3;
  color: rgba(255, 255, 255, 0.2);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-20:disabled i, .cgt-button--custom-color-white-20[disabled] i {
  color: rgba(255, 255, 255, 0.2);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-40 i, .cgt-button--custom-color-white-40:hover, .cgt-button--custom-color-white-40:active {
  color: rgba(255, 255, 255, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-40:disabled, .cgt-button--custom-color-white-40[disabled] {
  opacity: 0.3;
  color: rgba(255, 255, 255, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-40:disabled i, .cgt-button--custom-color-white-40[disabled] i {
  color: rgba(255, 255, 255, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-60 i, .cgt-button--custom-color-white-60:hover, .cgt-button--custom-color-white-60:active {
  color: rgba(255, 255, 255, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-60:disabled, .cgt-button--custom-color-white-60[disabled] {
  opacity: 0.3;
  color: rgba(255, 255, 255, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-60:disabled i, .cgt-button--custom-color-white-60[disabled] i {
  color: rgba(255, 255, 255, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-80 i, .cgt-button--custom-color-white-80:hover, .cgt-button--custom-color-white-80:active {
  color: rgba(255, 255, 255, 0.8);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-80:disabled, .cgt-button--custom-color-white-80[disabled] {
  opacity: 0.3;
  color: rgba(255, 255, 255, 0.8);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-80:disabled i, .cgt-button--custom-color-white-80[disabled] i {
  color: rgba(255, 255, 255, 0.8);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-100 {
  color: white;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-100 i, .cgt-button--custom-color-white-100:hover, .cgt-button--custom-color-white-100:active {
  color: white;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-100:disabled, .cgt-button--custom-color-white-100[disabled] {
  opacity: 0.3;
  color: white;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-white-100:disabled i, .cgt-button--custom-color-white-100[disabled] i {
  color: white;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-2 {
  color: rgba(30, 39, 50, 0.02);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-2 i, .cgt-button--custom-color-grey-2:hover, .cgt-button--custom-color-grey-2:active {
  color: rgba(30, 39, 50, 0.02);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-2:disabled, .cgt-button--custom-color-grey-2[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.02);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-2:disabled i, .cgt-button--custom-color-grey-2[disabled] i {
  color: rgba(30, 39, 50, 0.02);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-4 {
  color: rgba(30, 39, 50, 0.04);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-4 i, .cgt-button--custom-color-grey-4:hover, .cgt-button--custom-color-grey-4:active {
  color: rgba(30, 39, 50, 0.04);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-4:disabled, .cgt-button--custom-color-grey-4[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.04);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-4:disabled i, .cgt-button--custom-color-grey-4[disabled] i {
  color: rgba(30, 39, 50, 0.04);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-6 {
  color: rgba(30, 39, 50, 0.06);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-6 i, .cgt-button--custom-color-grey-6:hover, .cgt-button--custom-color-grey-6:active {
  color: rgba(30, 39, 50, 0.06);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-6:disabled, .cgt-button--custom-color-grey-6[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.06);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-6:disabled i, .cgt-button--custom-color-grey-6[disabled] i {
  color: rgba(30, 39, 50, 0.06);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-8 {
  color: rgba(30, 39, 50, 0.08);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-8 i, .cgt-button--custom-color-grey-8:hover, .cgt-button--custom-color-grey-8:active {
  color: rgba(30, 39, 50, 0.08);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-8:disabled, .cgt-button--custom-color-grey-8[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.08);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-8:disabled i, .cgt-button--custom-color-grey-8[disabled] i {
  color: rgba(30, 39, 50, 0.08);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-10 {
  color: rgba(30, 39, 50, 0.1);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-10 i, .cgt-button--custom-color-grey-10:hover, .cgt-button--custom-color-grey-10:active {
  color: rgba(30, 39, 50, 0.1);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-10:disabled, .cgt-button--custom-color-grey-10[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.1);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-10:disabled i, .cgt-button--custom-color-grey-10[disabled] i {
  color: rgba(30, 39, 50, 0.1);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-12 {
  color: rgba(30, 39, 50, 0.12);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-12 i, .cgt-button--custom-color-grey-12:hover, .cgt-button--custom-color-grey-12:active {
  color: rgba(30, 39, 50, 0.12);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-12:disabled, .cgt-button--custom-color-grey-12[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.12);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-12:disabled i, .cgt-button--custom-color-grey-12[disabled] i {
  color: rgba(30, 39, 50, 0.12);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-16 {
  color: rgba(30, 39, 50, 0.16);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-16 i, .cgt-button--custom-color-grey-16:hover, .cgt-button--custom-color-grey-16:active {
  color: rgba(30, 39, 50, 0.16);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-16:disabled, .cgt-button--custom-color-grey-16[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.16);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-16:disabled i, .cgt-button--custom-color-grey-16[disabled] i {
  color: rgba(30, 39, 50, 0.16);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-24 {
  color: rgba(30, 39, 50, 0.24);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-24 i, .cgt-button--custom-color-grey-24:hover, .cgt-button--custom-color-grey-24:active {
  color: rgba(30, 39, 50, 0.24);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-24:disabled, .cgt-button--custom-color-grey-24[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.24);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-24:disabled i, .cgt-button--custom-color-grey-24[disabled] i {
  color: rgba(30, 39, 50, 0.24);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-32 {
  color: rgba(30, 39, 50, 0.32);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-32 i, .cgt-button--custom-color-grey-32:hover, .cgt-button--custom-color-grey-32:active {
  color: rgba(30, 39, 50, 0.32);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-32:disabled, .cgt-button--custom-color-grey-32[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.32);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-32:disabled i, .cgt-button--custom-color-grey-32[disabled] i {
  color: rgba(30, 39, 50, 0.32);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-40 {
  color: rgba(30, 39, 50, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-40 i, .cgt-button--custom-color-grey-40:hover, .cgt-button--custom-color-grey-40:active {
  color: rgba(30, 39, 50, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-40:disabled, .cgt-button--custom-color-grey-40[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-40:disabled i, .cgt-button--custom-color-grey-40[disabled] i {
  color: rgba(30, 39, 50, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-50 {
  color: rgba(30, 39, 50, 0.5);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-50 i, .cgt-button--custom-color-grey-50:hover, .cgt-button--custom-color-grey-50:active {
  color: rgba(30, 39, 50, 0.5);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-50:disabled, .cgt-button--custom-color-grey-50[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.5);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-50:disabled i, .cgt-button--custom-color-grey-50[disabled] i {
  color: rgba(30, 39, 50, 0.5);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-60 {
  color: rgba(30, 39, 50, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-60 i, .cgt-button--custom-color-grey-60:hover, .cgt-button--custom-color-grey-60:active {
  color: rgba(30, 39, 50, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-60:disabled, .cgt-button--custom-color-grey-60[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-60:disabled i, .cgt-button--custom-color-grey-60[disabled] i {
  color: rgba(30, 39, 50, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-70 {
  color: rgba(30, 39, 50, 0.7);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-70 i, .cgt-button--custom-color-grey-70:hover, .cgt-button--custom-color-grey-70:active {
  color: rgba(30, 39, 50, 0.7);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-70:disabled, .cgt-button--custom-color-grey-70[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.7);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-70:disabled i, .cgt-button--custom-color-grey-70[disabled] i {
  color: rgba(30, 39, 50, 0.7);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-80 {
  color: rgba(30, 39, 50, 0.8);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-80 i, .cgt-button--custom-color-grey-80:hover, .cgt-button--custom-color-grey-80:active {
  color: rgba(30, 39, 50, 0.8);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-80:disabled, .cgt-button--custom-color-grey-80[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.8);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-80:disabled i, .cgt-button--custom-color-grey-80[disabled] i {
  color: rgba(30, 39, 50, 0.8);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-90 {
  color: rgba(30, 39, 50, 0.9);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-90 i, .cgt-button--custom-color-grey-90:hover, .cgt-button--custom-color-grey-90:active {
  color: rgba(30, 39, 50, 0.9);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-90:disabled, .cgt-button--custom-color-grey-90[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.9);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-90:disabled i, .cgt-button--custom-color-grey-90[disabled] i {
  color: rgba(30, 39, 50, 0.9);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-100 {
  color: #1e2732;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-100 i, .cgt-button--custom-color-grey-100:hover, .cgt-button--custom-color-grey-100:active {
  color: #1e2732;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-100:disabled, .cgt-button--custom-color-grey-100[disabled] {
  opacity: 0.3;
  color: #1e2732;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-grey-100:disabled i, .cgt-button--custom-color-grey-100[disabled] i {
  color: #1e2732;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-primary {
  color: #1e2732;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-primary i, .cgt-button--custom-color-typography-primary:hover, .cgt-button--custom-color-typography-primary:active {
  color: #1e2732;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-primary:disabled, .cgt-button--custom-color-typography-primary[disabled] {
  opacity: 0.3;
  color: #1e2732;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-primary:disabled i, .cgt-button--custom-color-typography-primary[disabled] i {
  color: #1e2732;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-secondary {
  color: rgba(30, 39, 50, 0.8);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-secondary i, .cgt-button--custom-color-typography-secondary:hover, .cgt-button--custom-color-typography-secondary:active {
  color: rgba(30, 39, 50, 0.8);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-secondary:disabled, .cgt-button--custom-color-typography-secondary[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.8);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-secondary:disabled i, .cgt-button--custom-color-typography-secondary[disabled] i {
  color: rgba(30, 39, 50, 0.8);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-disabled {
  color: rgba(30, 39, 50, 0.4);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-disabled i, .cgt-button--custom-color-typography-disabled:hover, .cgt-button--custom-color-typography-disabled:active {
  color: rgba(30, 39, 50, 0.4);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-disabled:disabled, .cgt-button--custom-color-typography-disabled[disabled] {
  opacity: 0.3;
  color: rgba(30, 39, 50, 0.4);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-disabled:disabled i, .cgt-button--custom-color-typography-disabled[disabled] i {
  color: rgba(30, 39, 50, 0.4);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-light {
  color: white;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-light i, .cgt-button--custom-color-typography-light:hover, .cgt-button--custom-color-typography-light:active {
  color: white;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-light:disabled, .cgt-button--custom-color-typography-light[disabled] {
  opacity: 0.3;
  color: white;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-light:disabled i, .cgt-button--custom-color-typography-light[disabled] i {
  color: white;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-secondary-light {
  color: rgba(255, 255, 255, 0.8);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-secondary-light i, .cgt-button--custom-color-typography-secondary-light:hover, .cgt-button--custom-color-typography-secondary-light:active {
  color: rgba(255, 255, 255, 0.8);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-secondary-light:disabled, .cgt-button--custom-color-typography-secondary-light[disabled] {
  opacity: 0.3;
  color: rgba(255, 255, 255, 0.8);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-secondary-light:disabled i, .cgt-button--custom-color-typography-secondary-light[disabled] i {
  color: rgba(255, 255, 255, 0.8);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-link {
  color: #19bcc9;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-link i, .cgt-button--custom-color-typography-link:hover, .cgt-button--custom-color-typography-link:active {
  color: #19bcc9;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-link:disabled, .cgt-button--custom-color-typography-link[disabled] {
  opacity: 0.3;
  color: #19bcc9;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-link:disabled i, .cgt-button--custom-color-typography-link[disabled] i {
  color: #19bcc9;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-link-hover {
  color: #159ca9;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-link-hover i, .cgt-button--custom-color-typography-link-hover:hover, .cgt-button--custom-color-typography-link-hover:active {
  color: #159ca9;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-link-hover:disabled, .cgt-button--custom-color-typography-link-hover[disabled] {
  opacity: 0.3;
  color: #159ca9;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-link-hover:disabled i, .cgt-button--custom-color-typography-link-hover[disabled] i {
  color: #159ca9;
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-back-link {
  color: rgba(0, 80, 135, 0.6);
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-back-link i, .cgt-button--custom-color-typography-back-link:hover, .cgt-button--custom-color-typography-back-link:active {
  color: rgba(0, 80, 135, 0.6);
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-back-link:disabled, .cgt-button--custom-color-typography-back-link[disabled] {
  opacity: 0.3;
  color: rgba(0, 80, 135, 0.6);
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-back-link:disabled i, .cgt-button--custom-color-typography-back-link[disabled] i {
  color: rgba(0, 80, 135, 0.6);
}

/* line 487, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-back-link-hover {
  color: #005087;
}

/* line 490, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-back-link-hover i, .cgt-button--custom-color-typography-back-link-hover:hover, .cgt-button--custom-color-typography-back-link-hover:active {
  color: #005087;
}

/* line 496, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-back-link-hover:disabled, .cgt-button--custom-color-typography-back-link-hover[disabled] {
  opacity: 0.3;
  color: #005087;
}

/* line 501, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--custom-color-typography-back-link-hover:disabled i, .cgt-button--custom-color-typography-back-link-hover[disabled] i {
  color: #005087;
}

/* line 508, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--width-auto {
  width: auto;
}

@media (min-width: 576px) {
  /* line 511, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
  .cgt-button--width-auto\@s {
    width: auto;
  }
}

@media (min-width: 964px) {
  /* line 517, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
  .cgt-button--width-auto\@m {
    width: auto;
  }
}

@media (min-width: 1256px) {
  /* line 523, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
  .cgt-button--width-auto\@l {
    width: auto;
  }
}

@media (min-width: 1576px) {
  /* line 529, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
  .cgt-button--width-auto\@xl {
    width: auto;
  }
}

@media (min-width: 1848px) {
  /* line 535, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
  .cgt-button--width-auto\@xxl {
    width: auto;
  }
}

/* line 542, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--width-expand {
  display: flex;
  width: 100%;
  vertical-align: middle;
  flex-direction: row;
}

@media (min-width: 576px) {
  /* line 548, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
  .cgt-button--width-expand\@s {
    width: 100%;
  }
}

@media (min-width: 964px) {
  /* line 554, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
  .cgt-button--width-expand\@m {
    width: 100%;
  }
}

@media (min-width: 1256px) {
  /* line 560, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
  .cgt-button--width-expand\@l {
    width: 100%;
  }
}

@media (min-width: 1576px) {
  /* line 566, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
  .cgt-button--width-expand\@xl {
    width: 100%;
  }
}

@media (min-width: 1848px) {
  /* line 572, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
  .cgt-button--width-expand\@xxl {
    width: 100%;
  }
}

/* line 579, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--width-expand.cgt-button--only-icon > i,
.cgt-button--width-expand.cgt-button--only-icon > svg {
  flex-grow: 1;
}

/* line 585, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--width-expand span {
  flex-grow: 1;
}

/* line 590, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-group {
  display: inline-flex;
}

/* line 593, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-group--expanded {
  width: 100%;
}

/* line 596, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-group--expanded button {
  flex-grow: 1;
}

/* line 601, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-group--highlighted {
  background: rgba(25, 188, 201, 0.2);
  color: rgba(25, 188, 201, 0.8);
}

/* line 605, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-group--highlighted:hover {
  background: rgba(25, 188, 201, 0.4);
  color: #19bcc9;
}

/* line 610, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-group--highlighted:disabled {
  background: rgba(25, 188, 201, 0.2);
  color: rgba(25, 188, 201, 0.4);
}

/* line 617, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-group .cgt-button {
  margin: 0 1px;
  border-radius: 0;
  flex-shrink: 0;
}

/* line 622, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-group .cgt-button:first-child {
  margin-left: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 628, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-group .cgt-button:last-child {
  margin-right: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 634, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-group .cgt-button--secondary {
  margin: 0;
}

/* line 638, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-group .cgt-button:not(:first-child) {
  margin-left: -1px;
}

/* line 643, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--social {
  color: white;
}

/* line 646, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--social:hover, .cgt-button--social:active {
  opacity: 0.8;
}

/* line 651, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--social:focus {
  border-color: #19bcc9;
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2);
}

/* line 655, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--social:disabled, .cgt-button--social[disabled] {
  opacity: 0.6;
}

/* line 661, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--facebook {
  border: 1px solid #4267b2;
  background-color: #4267b2;
}

/* line 665, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--facebook:hover {
  border: 1px solid #395893;
  background-color: #395893;
}

/* line 671, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--twitter {
  border: 1px solid #1da1f2;
  background-color: #1da1f2;
}

/* line 676, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--linkedin {
  border: 1px solid #007bb6;
  background-color: #007bb6;
}

/* line 681, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--google-plus {
  border: 1px solid #db4437;
  background-color: #db4437;
}

/* line 685, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--google-plus:hover {
  border: 1px solid #ae3d36;
  background-color: #ae3d36;
}

/* line 691, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button--pinterest {
  border: 1px solid #bd081c;
  background-color: #bd081c;
}

/* line 697, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown-wrapper {
  display: flex;
}

/* line 700, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown-wrapper--with-backdrop {
  z-index: 452;
}

/* line 705, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown {
  position: relative;
}

/* line 708, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown--with-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 718, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown__trigger:hover {
  cursor: pointer;
}

/* line 723, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown__content {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  width: 100%;
  min-width: 197px;
  margin: 0;
  border-radius: 6px;
  background-color: white;
  padding: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 1px 8px rgba(30, 39, 50, 0.04), 0 2px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(30, 39, 50, 0.04), inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 740, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown__content.is-spaced {
  padding: 16px;
}

/* line 744, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown__content--large {
  min-width: 320px;
}

/* line 748, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown__content li {
  padding: 12px 16px;
  color: #1e2732;
  font-size: 16px;
  font-weight: normal;
  list-style-type: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  cursor: pointer;
}

/* line 758, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown__content li:hover {
  background-color: rgba(30, 39, 50, 0.08);
}

/* line 762, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown__content li i {
  padding-right: 12px;
  color: rgba(30, 39, 50, 0.7);
  vertical-align: middle;
}

/* line 768, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown__content li span {
  vertical-align: middle;
}

/* line 773, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown__content .cgt-dropdown__icon {
  display: flex;
  white-space: nowrap;
  align-items: center;
  padding: 0;
}

/* line 780, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown__content--align-left {
  right: 0;
  left: auto;
}

/* line 785, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown__content--align-top {
  top: auto;
  bottom: calc(100% + 12px);
}

/* line 792, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown--popper .cgt-dropdown__content {
  position: relative;
  top: auto;
  left: auto;
  margin: 4px 0;
}

/* line 801, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown.is-open .cgt-dropdown__content, .cgt-accordion.cgt-accordion--child .cgt-dropdown.cgt-accordion__item.is-open .cgt-dropdown__content {
  visibility: visible;
  opacity: 1;
}

/* line 807, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown.is-open .cgt-button i, .cgt-accordion.cgt-accordion--child .cgt-dropdown.cgt-accordion__item.is-open .cgt-button i {
  transform: rotate(-180deg);
}

/* line 812, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-dropdown--static-icon.is-open .cgt-button i, .cgt-accordion.cgt-accordion--child .cgt-dropdown--static-icon.cgt-accordion__item.is-open .cgt-button i {
  transform: none;
}

/* line 818, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
  width: fit-content;
  border-radius: 6px;
  padding: 1px;
  height: 40px;
  transition: 0.2s;
}

/* line 829, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-filter:hover {
  cursor: pointer;
  background-color: rgba(30, 39, 50, 0.04);
}

/* line 835, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-filter--enabled {
  background-color: rgba(25, 188, 201, 0.2);
}

/* line 838, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-filter--enabled:hover {
  background-color: rgba(25, 188, 201, 0.1);
}

/* line 844, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-filter__image {
  border-radius: 6px 0 0 6px;
  width: 58px;
  height: 38px;
  margin-right: 8px;
}

/* line 851, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-filter__button {
  margin-left: -8px;
}

/* line 855, node_modules/@cgtrader/triangle-ui/public/style/components/_buttons.scss */
.cgt-button-filter__text {
  line-height: 24px;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  margin: unset;
  font-size: 16px !important;
  padding-right: 8px;
}

/* line 1, node_modules/@cgtrader/triangle-ui/public/style/components/_link.scss */
.cgt-link {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 12, node_modules/@cgtrader/triangle-ui/public/style/components/_link.scss */
.cgt-link:hover {
  color: #159ca9;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_link.scss */
.cgt-link:active {
  color: #159ca9;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/components/_link.scss */
.cgt-link:disabled, .cgt-link[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 26, node_modules/@cgtrader/triangle-ui/public/style/components/_link.scss */
.cgt-link--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 29, node_modules/@cgtrader/triangle-ui/public/style/components/_link.scss */
.cgt-link--dark:hover {
  color: #005087;
}

/* line 33, node_modules/@cgtrader/triangle-ui/public/style/components/_link.scss */
.cgt-link--dark:active {
  color: #005087;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/components/_link.scss */
.cgt-link.cgt-text-tiny {
  color: #1e2732;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

/* line 3, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tabs {
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}

/* line 9, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tabs > * {
  position: relative;
  list-style: none;
  flex-basis: auto;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tabs--expand > * {
  flex-grow: 1;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tabs--with-separator {
  border-bottom: 1px solid rgba(30, 39, 50, 0.12);
}

/* line 26, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab {
  display: inline-flex;
  position: relative;
  border-radius: 6px 6px 0 0;
  background-color: transparent;
  color: rgba(30, 39, 50, 0.8);
  text-decoration: none;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, color;
  align-items: center;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--expand {
  display: flex;
  justify-content: center;
}

/* line 42, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--expand .cgt-tab__text {
  width: 100%;
}

/* line 49, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab__lead-icon .cgt-icon, .cgt-tab__trail-icon .cgt-icon {
  width: auto;
  height: auto;
  margin: 0;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab__lead-icon .fillable, .cgt-tab__trail-icon .fillable {
  fill: rgba(30, 39, 50, 0.6);
  transition-duration: 0.2s;
  transition-property: fill;
}

/* line 62, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  content: '';
  transition-duration: 0.2s;
  transition-property: background-color;
}

/* line 74, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab:hover {
  background-color: rgba(25, 188, 201, 0.1);
  color: #1e2732;
  cursor: pointer;
}

/* line 79, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab:hover::after {
  background-color: rgba(25, 188, 201, 0.4);
}

/* line 85, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab:hover .cgt-tab__lead-icon .fillable,
.cgt-tab:hover .cgt-tab__trail-icon .fillable {
  fill: #1e2732;
}

/* line 91, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--active, .cgt-tab:focus-within {
  color: #1e2732;
}

/* line 95, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--active::after, .cgt-tab:focus-within::after {
  background-color: #19bcc9;
}

/* line 101, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--active .cgt-tab__lead-icon .fillable,
.cgt-tab--active .cgt-tab__trail-icon .fillable, .cgt-tab:focus-within .cgt-tab__lead-icon .fillable,
.cgt-tab:focus-within .cgt-tab__trail-icon .fillable {
  fill: #1e2732;
}

/* line 107, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--active:hover::after, .cgt-tab:focus-within:hover::after {
  background-color: #19bcc9;
}

/* line 113, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--disabled {
  color: rgba(30, 39, 50, 0.4);
  pointer-events: none;
}

/* line 118, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--disabled.cgt-tab--active::after {
  background-color: rgba(30, 39, 50, 0.4);
}

/* line 124, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--large {
  padding: 20px;
}

/* line 127, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--large .cgt-tab__text {
  padding: 0 12px;
}

/* line 132, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--medium {
  padding: 12px;
}

/* line 135, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--medium .cgt-tab__text {
  padding: 0 12px;
}

/* line 140, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--small {
  padding: 8px 12px;
}

/* line 143, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--small .cgt-tab__text {
  padding: 0 8px;
}

/* line 148, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--tiny {
  padding: 8px 12px;
}

/* line 151, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--tiny .cgt-tab__text {
  padding: 0 8px;
}

/* line 157, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab--tiny .cgt-tab__lead-icon svg,
.cgt-tab--tiny .cgt-tab__trail-icon svg {
  width: 16px;
  height: 16px;
}

/* line 165, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab-content {
  display: none;
}

/* line 168, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tab-content.is-active {
  display: block;
}

/* line 174, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tabs-wrapper .cgt-tab-content {
  display: block;
  padding: 24px 12px;
}

@media (min-width: 576px) {
  /* line 174, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
  .cgt-tabs-wrapper .cgt-tab-content {
    padding: 24px 32px;
  }
}

/* line 182, node_modules/@cgtrader/triangle-ui/public/style/components/_tab.scss */
.cgt-tabs-wrapper .cgt-tab-content--not-spaced {
  padding: 16px 0;
}

/* line 12, node_modules/@cgtrader/triangle-ui/public/style/components/_switcher.scss */
.cgt-switcher {
  display: flex;
  overflow-x: auto;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_switcher.scss */
.cgt-switcher .cgt-switcher__text {
  display: inline-block;
  border: 1px solid rgba(30, 39, 50, 0.12);
  background-color: white;
  padding: 12px 24px;
  color: rgba(30, 39, 50, 0.5);
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  transition-duration: 0.2s;
  transition-property: background-color, color;
}

/* line 29, node_modules/@cgtrader/triangle-ui/public/style/components/_switcher.scss */
.cgt-switcher .cgt-switcher__text:hover {
  background-color: rgba(30, 39, 50, 0.12);
}

/* line 34, node_modules/@cgtrader/triangle-ui/public/style/components/_switcher.scss */
.cgt-switcher__label {
  flex-shrink: 0;
}

/* line 37, node_modules/@cgtrader/triangle-ui/public/style/components/_switcher.scss */
.cgt-switcher__label:not(:first-child) {
  margin-left: -1px;
}

/* line 42, node_modules/@cgtrader/triangle-ui/public/style/components/_switcher.scss */
.cgt-switcher__label:first-child .cgt-switcher__text {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}

/* line 49, node_modules/@cgtrader/triangle-ui/public/style/components/_switcher.scss */
.cgt-switcher__label:last-child .cgt-switcher__text {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* line 56, node_modules/@cgtrader/triangle-ui/public/style/components/_switcher.scss */
.cgt-switcher__input {
  display: none;
}

/* line 60, node_modules/@cgtrader/triangle-ui/public/style/components/_switcher.scss */
.cgt-switcher__input:checked + .cgt-switcher__text {
  border-color: #19bcc9;
  background-color: #19bcc9;
  color: white;
}

/* line 1, node_modules/@cgtrader/triangle-ui/public/style/components/_breadcrumb.scss */
.cgt-breadcrumb {
  display: flex;
  padding: 0;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_breadcrumb.scss */
.cgt-breadcrumb .cgt-breadcrumb__icon {
  height: 24px;
  width: 24px;
}

/* line 58, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input {
  position: relative;
  margin-bottom: 16px;
}

/* line 62, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input__day-picker {
  position: relative;
}

/* line 66, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input__field-wrap {
  position: relative;
  line-height: 0;
}

/* line 71, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input__error-message, .cgt-input__success-message {
  display: none;
  width: 100%;
  padding-top: 8px;
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
}

/* line 80, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input__error-message::first-letter, .cgt-input__success-message::first-letter {
  text-transform: uppercase;
}

/* line 85, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input__error-message {
  color: #eb3d3d;
}

/* line 89, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input__success-message {
  color: #00c853;
}

/* line 93, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

/* line 99, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input__arrow i {
  display: block;
  position: static !important;
  padding-right: 0 !important;
  transform: none !important;
  transition-property: color;
  font-size: 14px;
  transition-duration: 0.2s;
  line-height: 8px;
  cursor: pointer;
}

/* line 110, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input__arrow i::after {
  display: none !important;
}

/* line 114, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input__arrow i:hover {
  color: rgba(30, 39, 50, 0.5);
}

/* line 120, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--not-spaced {
  margin-bottom: 0;
}

/* line 124, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input label {
  color: rgba(30, 39, 50, 0.5);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

/* line 131, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input input,
.cgt-input textarea,
.cgt-input .cgt-tags-input {
  width: 100%;
  height: 46px;
  margin: 0;
  outline: none;
  border: 1px solid rgba(30, 39, 50, 0.12);
  border-radius: 1px;
  background-color: white;
  padding-right: 16px;
  padding-left: 16px;
  color: #1e2732;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  transition-duration: 0.2s;
  transition-property: border-color, box-shadow;
  appearance: none;
}

/* line 151, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input input::placeholder,
.cgt-input textarea::placeholder,
.cgt-input .cgt-tags-input::placeholder {
  color: rgba(30, 39, 50, 0.32);
}

/* line 155, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input input:focus,
.cgt-input textarea:focus,
.cgt-input .cgt-tags-input:focus {
  border-color: #19bcc9;
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2);
}

/* line 159, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input input--is-rounded,
.cgt-input textarea--is-rounded,
.cgt-input .cgt-tags-input--is-rounded {
  border-radius: 6px;
}

/* line 164, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input input:-webkit-autofill,
.cgt-input input:-webkit-autofill:hover,
.cgt-input textarea:-webkit-autofill,
.cgt-input textarea:-webkit-autofill:hover {
  box-shadow: 0 0 0 1000px white inset;
}

/* line 171, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input input:-webkit-autofill:focus,
.cgt-input textarea:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px white inset, 0 0 0 4px rgba(25, 188, 201, 0.2);
}

/* line 176, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input .cgt-color-input__text-input {
  width: 70px;
  margin-right: 8px;
  padding: 4px 8px;
}

/* line 183, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--no-bg input,
.cgt-input--no-bg textarea,
.cgt-input--no-bg .cgt-tags-input {
  background-color: transparent;
}

/* line 188, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--no-bg input:focus,
.cgt-input--no-bg textarea:focus,
.cgt-input--no-bg .cgt-tags-input:focus {
  background-color: white;
}

/* line 194, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input textarea {
  min-height: 116px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: normal;
}

/* line 201, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input [type="date"] {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 207, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input .fa-times,
.cgt-input .fa-check,
.cgt-input .fa-eye,
.cgt-input .fa-eye-slash,
.cgt-input .cgt-input__loader {
  display: none;
}

/* line 215, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--error {
  margin-bottom: 12px;
}

/* line 218, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--error .cgt-input__error-message {
  display: block;
}

/* line 222, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--error input,
.cgt-input--error textarea {
  border-color: #eb3d3d;
  padding-right: 44px;
}

/* line 229, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--error .fa-times:not(.cgt-tag--remove) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: inline;
  top: 23px;
  color: #eb3d3d;
}

/* line 238, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--success {
  margin-bottom: 24px;
}

/* line 241, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--success .cgt-input__success-message {
  display: block;
}

/* line 245, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--success input,
.cgt-input--success textarea {
  border-color: #00c853;
  padding-right: 44px;
}

/* line 251, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--success .fa-check {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: inline;
  top: 23px;
  color: #00c853;
}

/* line 260, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--loading .cgt-input__loader {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: inline;
}

/* line 265, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--loading .fa-times,
.cgt-input--loading .fa-check,
.cgt-input--loading .fa-eye,
.cgt-input--loading .fa-eye-slash {
  display: none;
}

/* line 274, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--file input {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 281, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--password .fa-eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: inline;
  top: 23px;
  cursor: pointer;
}

/* line 289, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--password.is-password-visible .fa-eye {
  display: none;
}

/* line 293, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--password.is-password-visible .fa-eye-slash {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: inline;
  top: 23px;
  cursor: pointer;
}

/* line 301, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--password .fa-times,
.cgt-input--password .fa-check {
  display: none;
}

/* line 308, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--disabled label,
.cgt-input--disabled i {
  color: rgba(30, 39, 50, 0.4);
}

/* line 313, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--disabled input,
.cgt-input--disabled textarea {
  border-color: rgba(30, 39, 50, 0.4);
  color: rgba(30, 39, 50, 0.4);
  resize: none;
  cursor: not-allowed;
}

/* line 320, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--disabled input::placeholder,
.cgt-input--disabled textarea::placeholder {
  color: rgba(30, 39, 50, 0.4);
}

/* line 325, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--disabled .fa-angle-right {
  color: rgba(30, 39, 50, 0.4) !important;
}

/* line 331, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--icon-left i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}

/* line 335, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--icon-left input {
  padding-left: 44px;
}

/* line 341, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--icon-right i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

/* line 345, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--icon-right .svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* line 352, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--icon-right input {
  padding-right: 44px;
}

/* line 358, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--type-number i {
  padding-right: 12px;
}

/* line 361, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--type-number i::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 11;
  width: 1px;
  height: 28px;
  background-color: rgba(30, 39, 50, 0.08);
  transform: translateY(-50%);
  content: '';
}

/* line 374, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--type-number input {
  width: 92px;
  -moz-appearance: textfield;
}

/* line 378, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--type-number input::-webkit-inner-spin-button, .cgt-input--type-number input::-webkit-outer-spin-button {
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 387, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--type-number.cgt-input--icon-left input {
  width: 124px;
  padding-left: 50px;
}

/* line 393, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea, .cgt-input--buttons, .cgt-input--dropzone {
  display: flex;
  flex-wrap: wrap;
}

/* line 399, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea .cgt-input__field-wrap, .cgt-input--buttons .cgt-input__field-wrap, .cgt-input--dropzone .cgt-input__field-wrap {
  width: 100%;
}

/* line 403, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea label,
.cgt-input--textarea .cgt-input__error-message,
.cgt-input--textarea .cgt-input__success-message, .cgt-input--buttons label,
.cgt-input--buttons .cgt-input__error-message,
.cgt-input--buttons .cgt-input__success-message, .cgt-input--dropzone label,
.cgt-input--dropzone .cgt-input__error-message,
.cgt-input--dropzone .cgt-input__success-message {
  width: auto;
  max-width: 50%;
  margin-bottom: 8px;
  align-self: flex-end;
}

/* line 413, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea.cgt-input--error .cgt-input__error-message, .cgt-input--buttons.cgt-input--error .cgt-input__error-message, .cgt-input--dropzone.cgt-input--error .cgt-input__error-message {
  position: static;
  margin-left: auto;
  padding-left: 4px;
}

/* line 419, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea.cgt-input--error label, .cgt-input--buttons.cgt-input--error label, .cgt-input--dropzone.cgt-input--error label {
  padding-right: 4px;
}

/* line 425, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea.cgt-input--success .cgt-input__success-message, .cgt-input--buttons.cgt-input--success .cgt-input__success-message, .cgt-input--dropzone.cgt-input--success .cgt-input__success-message {
  position: static;
  margin-left: auto;
  padding-left: 4px;
}

/* line 431, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea.cgt-input--success .fa-check, .cgt-input--buttons.cgt-input--success .fa-check, .cgt-input--dropzone.cgt-input--success .fa-check {
  position: static;
  margin-left: auto;
  align-self: flex-end;
}

/* line 437, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea.cgt-input--success label, .cgt-input--buttons.cgt-input--success label, .cgt-input--dropzone.cgt-input--success label {
  padding-right: 4px;
}

/* line 442, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea__icon-container, .cgt-input--buttons__icon-container, .cgt-input--dropzone__icon-container {
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 1;
  background: white;
  padding-right: 3px;
  padding-bottom: 1px;
  touch-action: none;
  pointer-events: none;
}

/* line 454, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea__icon, .cgt-input--buttons__icon, .cgt-input--dropzone__icon {
  color: rgba(30, 39, 50, 0.7);
  font-size: 11px;
}

/* line 462, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea.has-rows textarea {
  height: auto;
  min-height: auto;
}

/* line 469, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--textarea.not-resizable textarea {
  resize: none;
}

/* line 475, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input .cgt-tags-input {
  height: auto;
  min-height: 46px;
  overflow: hidden;
  padding: 5px 16px;
  line-height: 32px;
}

/* line 482, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input .cgt-tags-input.is-focused {
  border-color: #19bcc9;
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2);
}

/* line 486, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input .cgt-tags-input input {
  width: 100px;
  height: 30px;
  outline: none;
  border: 0;
  background: transparent;
  padding: 0;
}

/* line 494, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input .cgt-tags-input input:focus {
  border-color: transparent;
  box-shadow: none;
}

/* line 499, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input .cgt-tags-input .cgt-tag {
  margin-right: 4px;
  margin-left: 0;
}

/* line 506, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--small i {
  font-size: 12px;
}

/* line 510, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--small input {
  height: 20px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

/* line 518, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--small .cgt-color-input__text-input {
  padding: 0;
}

/* line 523, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--small.cgt-input--error .fa-times {
  top: 10px;
}

/* line 529, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--small.cgt-input--success .fa-check {
  top: 10px;
}

/* line 541, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--small.cgt-input--error input, .cgt-input--small.cgt-input--success input, .cgt-input--small.cgt-input--icon-right input, .cgt-input--small.cgt-input--loading input, .cgt-input--medium.cgt-input--error input, .cgt-input--medium.cgt-input--success input, .cgt-input--medium.cgt-input--icon-right input, .cgt-input--medium.cgt-input--loading input {
  padding-right: 30px;
}

/* line 549, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--small.cgt-input--error i, .cgt-input--small.cgt-input--success i, .cgt-input--small.cgt-input--icon-right i, .cgt-input--medium.cgt-input--error i, .cgt-input--medium.cgt-input--success i, .cgt-input--medium.cgt-input--icon-right i {
  right: 8px;
}

/* line 555, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--small.cgt-input--icon-left input, .cgt-input--medium.cgt-input--icon-left input {
  padding-left: 30px;
}

/* line 559, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--small.cgt-input--icon-left i, .cgt-input--medium.cgt-input--icon-left i {
  left: 8px;
}

/* line 565, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--small.cgt-input--loading .cgt-input__loader, .cgt-input--medium.cgt-input--loading .cgt-input__loader {
  right: 8px;
}

/* line 572, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--medium input {
  height: 30px;
  padding: 4px 8px;
  font-size: 16px;
}

/* line 579, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--medium.cgt-input--error .fa-times {
  top: 14px;
}

/* line 585, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--medium.cgt-input--success .fa-check {
  top: 14px;
}

/* line 593, node_modules/@cgtrader/triangle-ui/public/style/components/_input.scss */
.cgt-input--type-tags.cgt-input--error .cgt-tags-input {
  border-color: #eb3d3d;
  padding-right: 44px;
}

/* Colors */
/* Spacings */
/* line 26, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input, .wayfinder .ReactPasswordStrength {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 6px;
  background-color: white;
  line-height: 24px;
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.12);
  transition-duration: 0.2s;
  transition-property: box-shadow;
  /* Style variants */
  /* State variants */
  /* Size variants */
}

/* line 37, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input > *, .wayfinder .ReactPasswordStrength > * {
  font-size: 16px;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input .lead-icon > *, .wayfinder .ReactPasswordStrength .lead-icon > *,
.cgt-text-input .trail-icon > *,
.wayfinder .ReactPasswordStrength .trail-icon > *,
.cgt-text-input .prefix-icon > *,
.wayfinder .ReactPasswordStrength .prefix-icon > * {
  width: 24px;
  height: 24px;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input__prefix {
  display: flex;
  gap: 12px;
  order: 1;
  border-right: 1px solid rgba(30, 39, 50, 0.12);
  padding-right: 12px;
  margin-right: 12px;
}

/* line 59, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input .lead-icon, .wayfinder .ReactPasswordStrength .lead-icon {
  order: 2;
  margin-right: 12px;
}

/* line 64, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input__dollar-sign {
  position: relative;
  display: block;
}

/* line 68, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input__dollar-sign:after {
  content: "$";
}

/* line 73, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input input, .wayfinder .ReactPasswordStrength input {
  flex-grow: 1;
  border: none;
  outline: none;
  color: #1e2732;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  appearance: none;
  order: 4;
  background-color: unset;
}

/* line 84, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input input::placeholder, .wayfinder .ReactPasswordStrength input::placeholder {
  color: rgba(30, 39, 50, 0.4);
}

/* line 89, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input__character-limit {
  color: rgba(30, 39, 50, 0.4);
  order: 5;
  margin-left: 12px;
}

/* line 95, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input__loader {
  order: 6;
}

/* line 99, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input .trail-icon, .wayfinder .ReactPasswordStrength .trail-icon {
  order: 7;
  margin-left: 12px;
}

/* line 104, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input .trail-button, .wayfinder .ReactPasswordStrength .trail-button {
  order: 8;
}

/* line 110, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--primary:hover {
  box-shadow: 0 0 0 4px rgba(30, 39, 50, 0.06), inset 0 0 0 1px rgba(30, 39, 50, 0.16);
}

/* line 114, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--primary:focus-within, .cgt-text-input--primary.cgt-text-input--focused {
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2), inset 0 0 0 1px #19bcc9;
}

/* line 120, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--ghost {
  box-shadow: none;
}

/* line 123, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--ghost:hover {
  background: rgba(30, 39, 50, 0.04);
}

/* line 127, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--ghost:focus-within, .cgt-text-input--ghost.cgt-text-input--focused {
  background: transparent;
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2), inset 0 0 0 1px #19bcc9;
}

/* line 135, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--password input {
  letter-spacing: 4px;
}

/* line 141, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--error {
  border-color: #eb3d3d;
}

/* line 144, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--error.cgt-text-input--primary {
  box-shadow: inset 0 0 0 1px #eb3d3d;
}

/* line 147, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--error.cgt-text-input--primary:hover {
  box-shadow: 0 0 0 4px rgba(30, 39, 50, 0.06), inset 0 0 0 1px #eb3d3d;
}

/* line 151, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--error.cgt-text-input--primary:focus-within, .cgt-text-input--error.cgt-text-input--primary.cgt-text-input--focused {
  box-shadow: 0 0 0 4px rgba(235, 61, 61, 0.2), inset 0 0 0 1px #eb3d3d;
}

/* line 157, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--error.cgt-text-input--ghost {
  color: #eb3d3d;
}

/* line 160, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--error.cgt-text-input--ghost:hover {
  background: rgba(30, 39, 50, 0.04);
}

/* line 164, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--error.cgt-text-input--ghost:focus-within, .cgt-text-input--error.cgt-text-input--ghost.cgt-text-input--focused {
  background: rgba(255, 255, 255, 0);
  color: #1e2732;
  box-shadow: 0 0 0 4px rgba(235, 61, 61, 0.2), inset 0 0 0 1px #eb3d3d;
}

/* line 174, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--loading .cgt-text-input__loader {
  width: 24px;
  height: 24px;
}

/* line 180, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--disabled {
  background-color: rgba(30, 39, 50, 0.02);
  color: rgba(30, 39, 50, 0.4);
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.08);
  resize: none;
  cursor: not-allowed;
}

/* line 187, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--disabled label,
.cgt-text-input--disabled i {
  color: rgba(30, 39, 50, 0.4);
}

/* line 192, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--disabled::placeholder {
  color: rgba(30, 39, 50, 0.4);
}

/* line 196, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--disabled:hover, .cgt-text-input--disabled:focus-within, .cgt-text-input--disabled.cgt-text-input--focused {
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.08);
}

/* line 202, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--disabled.cgt-text-input--ghost {
  background-color: transparent;
  color: rgba(30, 39, 50, 0.4);
  box-shadow: none;
}

/* line 209, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--grey {
  background-color: rgba(30, 39, 50, 0.04);
}

/* line 212, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--grey:focus-within, .cgt-text-input--grey.cgt-text-input--focused {
  background-color: rgba(255, 255, 255, 0);
}

/* line 219, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--tiny, .cgt-text-input--small {
  line-height: 16px;
}

/* line 221, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--tiny > *, .cgt-text-input--small > * {
  font-size: 12px;
  font-weight: 600;
}

/* line 231, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--tiny .lead-icon > *,
.cgt-text-input--tiny .trail-icon > *,
.cgt-text-input--tiny .prefix-icon > *, .cgt-text-input--small .lead-icon > *,
.cgt-text-input--small .trail-icon > *,
.cgt-text-input--small .prefix-icon > * {
  width: 16px;
  height: 16px;
}

/* line 237, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--tiny .cgt-text-input__loader, .cgt-text-input--small .cgt-text-input__loader {
  width: 14px;
  height: 14px;
}

/* line 243, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--tiny {
  height: 24px;
  padding: 4px 8px;
}

/* line 248, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--tiny .cgt-text-input__prefix {
  gap: 8px;
  padding-right: 8px;
  margin-right: 8px;
}

/* line 255, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--small {
  height: 32px;
  padding: 8px 8px;
}

/* line 260, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--small .cgt-text-input__prefix {
  gap: 8px;
  padding-right: 8px;
  margin-right: 8px;
}

/* line 267, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--medium {
  height: 40px;
  padding: 8px 8px;
}

/* line 272, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--medium .cgt-text-input__prefix {
  gap: 8px;
  padding-right: 8px;
  margin-right: 8px;
}

/* line 279, node_modules/@cgtrader/triangle-ui/public/style/components/_text-input.scss */
.cgt-text-input--large {
  height: 48px;
  padding: 12px 12px;
}

/* line 1, node_modules/@cgtrader/triangle-ui/public/style/components/_divider.scss */
.cgt-divider-wrapper {
  display: flex;
  align-items: center;
}

/* line 6, node_modules/@cgtrader/triangle-ui/public/style/components/_divider.scss */
.cgt-divider {
  display: flex;
  width: 100%;
  height: 4px;
  padding: 0;
  flex-direction: row;
  align-items: center;
}

/* line 14, node_modules/@cgtrader/triangle-ui/public/style/components/_divider.scss */
.cgt-divider__color {
  width: 100%;
  height: 1px;
}

/* line 19, node_modules/@cgtrader/triangle-ui/public/style/components/_divider.scss */
.cgt-divider__children {
  display: flex;
  margin: 0 8px;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/components/_divider.scss */
.cgt-divider--left, .cgt-divider--right {
  width: 100%;
}

/* line 29, node_modules/@cgtrader/triangle-ui/public/style/components/_divider.scss */
.cgt-divider--shrink {
  width: 40px;
}

/* line 35, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea {
  position: relative;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea__character-limit {
  position: absolute;
  top: 14px;
  right: 14px;
  color: rgba(30, 39, 50, 0.4);
  line-height: 18px;
  text-align: right;
}

/* line 47, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea textarea {
  width: 100%;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 6px;
  background-color: white;
  padding: 12px;
  color: #1e2732;
  appearance: none;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  transition-duration: 0.2s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 66, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea textarea::placeholder {
  color: rgba(30, 39, 50, 0.4);
}

/* line 72, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--with-character-limit textarea {
  padding-right: 45px;
}

/* line 78, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--not-resizable textarea {
  resize: none;
}

/* line 85, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--primary textarea:hover {
  box-shadow: 0 0 0 4px rgba(30, 39, 50, 0.06), inset 0 0 0 1px rgba(30, 39, 50, 0.16);
}

/* line 89, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--primary textarea:focus {
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2), inset 0 0 0 1px #19bcc9;
}

/* line 96, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--ghost textarea {
  box-shadow: none;
}

/* line 99, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--ghost textarea:hover {
  background: rgba(30, 39, 50, 0.04);
}

/* line 103, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--ghost textarea:focus {
  background: white;
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2), inset 0 0 0 1px #19bcc9;
}

/* line 110, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea .cgt-textarea__loader {
  display: none;
}

/* line 115, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--error textarea {
  border-color: #eb3d3d;
}

/* line 120, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--error.cgt-textarea--primary textarea {
  box-shadow: inset 0 0 0 1px #eb3d3d;
}

/* line 123, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--error.cgt-textarea--primary textarea:hover {
  box-shadow: 0 0 0 4px rgba(30, 39, 50, 0.06), inset 0 0 0 1px #eb3d3d;
}

/* line 127, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--error.cgt-textarea--primary textarea:focus {
  box-shadow: 0 0 0 4px rgba(235, 61, 61, 0.2), inset 0 0 0 1px #eb3d3d;
}

/* line 134, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--error.cgt-textarea--ghost textarea {
  color: #eb3d3d;
}

/* line 137, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--error.cgt-textarea--ghost textarea:hover {
  background: rgba(30, 39, 50, 0.04);
}

/* line 141, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--error.cgt-textarea--ghost textarea:focus {
  background: rgba(255, 255, 255, 0);
  color: #1e2732;
  box-shadow: 0 0 0 4px rgba(235, 61, 61, 0.2), inset 0 0 0 1px #eb3d3d;
}

/* line 151, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--loading .cgt-textarea__loader {
  position: absolute;
  right: 16px;
  display: inline;
  top: 16px;
}

/* line 156, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--loading .cgt-textarea__loader span {
  width: 24px;
  height: 24px;
}

/* line 164, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--disabled label,
.cgt-textarea--disabled i {
  color: rgba(30, 39, 50, 0.4);
}

/* line 169, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--disabled textarea {
  background-color: rgba(30, 39, 50, 0.02);
  color: rgba(30, 39, 50, 0.4);
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.08);
  resize: none;
  cursor: not-allowed;
}

/* line 176, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--disabled textarea::placeholder {
  color: rgba(30, 39, 50, 0.4);
}

/* line 180, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--disabled textarea:hover, .cgt-textarea--disabled textarea:focus {
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.08);
}

/* line 187, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--disabled.cgt-textarea--ghost textarea {
  background-color: transparent;
  color: rgba(30, 39, 50, 0.4);
  box-shadow: none;
}

/* line 196, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--icon-lead span.lead-icon {
  position: absolute;
  left: 2px;
  top: 4px;
}

/* line 201, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--icon-lead i.lead-icon {
  position: absolute;
  left: 14px;
  top: 17px;
}

/* line 206, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--icon-lead textarea {
  padding-left: 40px;
}

/* line 213, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--icon-trail span.trail-icon {
  position: absolute;
  right: -2px;
  top: 4px;
}

/* line 218, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--icon-trail i.trail-icon {
  position: absolute;
  right: 16px;
  top: 17px;
}

/* line 223, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--icon-trail textarea {
  padding-right: 40px;
}

/* line 227, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--icon-trail .cgt-textarea__character-limit {
  right: 40px;
}

/* line 232, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--icon-trail.cgt-textarea--with-character-limit input {
  padding-right: 84px !important;
}

/* line 239, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny textarea {
  height: 52px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

/* line 247, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny .cgt-textarea__character-limit {
  top: 16px;
  font-size: 14px;
}

/* line 253, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny.cgt-textarea--icon-lead span.lead-icon {
  top: -6px;
  left: -6px;
}

/* line 257, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny.cgt-textarea--icon-lead span.lead-icon svg {
  width: 16px !important;
  height: auto !important;
}

/* line 263, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny.cgt-textarea--icon-lead i.lead-icon {
  top: 9px;
  left: 8px;
  font-size: 10px;
}

/* line 269, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny.cgt-textarea--icon-lead textarea {
  padding-left: 24px;
}

/* line 275, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny.cgt-textarea--icon-trail span.trail-icon {
  top: -6px;
  right: -6px;
}

/* line 279, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny.cgt-textarea--icon-trail span.trail-icon svg {
  width: 16px !important;
  height: auto !important;
}

/* line 285, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny.cgt-textarea--icon-trail i.trail-icon {
  top: 9px;
  right: 12px;
  font-size: 10px;
}

/* line 291, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny.cgt-textarea--icon-trail .cgt-textarea__character-limit {
  top: 5px;
  right: 32px;
}

/* line 296, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny.cgt-textarea--icon-trail textarea {
  padding-right: 32px;
}

/* line 301, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--tiny.cgt-textarea--icon-trail.cgt-textarea--with-character-limit textarea {
  padding-right: 60px !important;
}

/* line 309, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small textarea {
  height: 64px;
  padding: 8px 12px 8px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

/* line 318, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--with-character-limit textarea {
  padding-right: 42px;
}

/* line 323, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small .cgt-textarea__character-limit {
  top: 9px;
  font-size: 14px;
}

/* line 329, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--icon-lead span.lead-icon {
  top: -2px;
  left: -2px;
}

/* line 333, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--icon-lead span.lead-icon svg {
  width: 16px !important;
  height: auto !important;
}

/* line 339, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--icon-lead i.lead-icon {
  top: 14px;
  font-size: 10px;
}

/* line 343, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--icon-lead i.lead-icon svg {
  width: 10px !important;
  height: auto !important;
}

/* line 349, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--icon-lead textarea {
  padding-left: 32px;
}

/* line 355, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--icon-trail span.trail-icon {
  top: -2px;
  right: -6px;
}

/* line 359, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--icon-trail span.trail-icon svg {
  width: 16px !important;
  height: auto !important;
}

/* line 365, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--icon-trail i.trail-icon {
  top: 14px;
  font-size: 10px;
}

/* line 370, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--icon-trail .cgt-textarea__character-limit {
  right: 32px;
}

/* line 375, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--icon-trail.cgt-textarea--with-character-limit textarea {
  padding-right: 60px !important;
}

/* line 380, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--small.cgt-textarea--icon-trail textarea {
  padding-right: 32px;
}

/* line 387, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--medium textarea {
  height: 136px;
  padding: 12px 12px 12px 8px;
}

/* line 393, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--medium.cgt-textarea--with-character-limit textarea {
  padding-right: 40px;
}

/* line 399, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--medium.cgt-textarea--icon-lead textarea {
  padding-left: 40px;
}

/* line 405, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--medium.cgt-textarea--icon-trail textarea {
  padding-right: 40px;
}

/* line 409, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--medium.cgt-textarea--icon-trail .cgt-textarea__character-limit {
  right: 40px;
}

/* line 414, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--medium.cgt-textarea--icon-trail.cgt-textarea--with-character-limit textarea {
  padding-right: 70px !important;
}

/* line 422, node_modules/@cgtrader/triangle-ui/public/style/components/_textarea.scss */
.cgt-textarea--large textarea {
  height: 144px;
}

/* line 10, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox {
  display: flex;
  position: relative;
  border-radius: 6px;
  padding: 8px;
  align-items: center;
  cursor: pointer;
}

/* line 18, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox__input {
  display: none;
}

/* line 23, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox__icon .icon {
  transition-duration: 0.2s;
  transition-property: fill;
}

/* line 29, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox__text {
  display: flex;
  flex-grow: 1;
}

/* line 34, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox__label {
  display: flex;
  padding-left: 32px;
  align-items: center;
  flex-grow: 1;
}

/* line 40, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox__label-trail {
  padding-left: 8px;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox__label--expand {
  width: 100%;
  justify-content: space-between;
}

/* line 51, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--auto-icon .cgt-checkbox__icon {
  width: auto;
  height: auto;
}

/* line 57, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--large {
  padding: 12px;
}

/* line 60, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--large .cgt-checkbox__icon {
  top: 4px;
  left: 4px;
}

/* line 65, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--large .cgt-checkbox__label {
  padding-left: 36px;
}

/* line 69, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--large .cgt-checkbox__label-trail {
  padding-left: 12px;
}

/* line 75, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--small .cgt-checkbox__icon {
  top: 4px;
  left: 4px;
}

/* line 80, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--small .cgt-checkbox__label {
  padding-left: 24px;
}

/* line 84, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--small .cgt-checkbox__label-trail {
  padding-left: 8px;
}

/* line 89, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--tiny {
  padding: 4px 8px;
}

/* line 92, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--tiny .cgt-checkbox__icon {
  top: 0;
  left: 4px;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--tiny .cgt-checkbox__label {
  padding-left: 24px;
}

/* line 101, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--tiny .cgt-checkbox__label-trail {
  padding-left: 8px;
}

/* line 106, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--disabled {
  cursor: not-allowed;
}

/* line 110, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--vertical {
  flex-direction: column;
}

/* line 113, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--vertical .cgt-checkbox__label {
  padding-left: 0;
}

/* line 119, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--highlighted:hover {
  background-color: rgba(30, 39, 50, 0.04);
}

/* line 123, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--highlighted:active, .cgt-checkbox--highlighted.cgt-checkbox--checked {
  background-color: rgba(25, 188, 201, 0.1);
}

/* line 130, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox:hover .fillable {
  fill: #1e2732;
  transition-duration: 0.2s;
  transition-property: fill;
}

/* line 139, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--checked:hover .fillable {
  fill: #159ca9;
}

/* line 147, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--warning:hover .fillable {
  fill: #c13333;
}

/* line 155, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input + .cgt-checkbox__icon {
  width: 40px;
  height: 40px;
  display: flex;
  margin-right: 4px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition-duration: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 168, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input + .cgt-checkbox__icon .fillable {
  fill: rgba(30, 39, 50, 0.6);
}

/* line 172, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input + .cgt-checkbox__icon:hover {
  background-color: rgba(30, 39, 50, 0.08);
}

/* line 175, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input + .cgt-checkbox__icon:hover .fillable {
  fill: #1e2732;
}

/* line 180, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input + .cgt-checkbox__icon .cgt-checkbox__icon-empty,
.cgt-checkbox--plain .cgt-checkbox__input + .cgt-checkbox__icon .cgt-checkbox__icon-full {
  width: 24px;
  height: 24px;
}

/* line 186, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input + .cgt-checkbox__icon .cgt-checkbox__icon-empty {
  display: block;
}

/* line 190, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input + .cgt-checkbox__icon .cgt-checkbox__icon-full {
  display: none;
}

/* line 197, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input:checked + .cgt-checkbox__icon .fillable {
  fill: #19bcc9;
}

/* line 201, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input:checked + .cgt-checkbox__icon:hover {
  background-color: rgba(25, 188, 201, 0.1);
}

/* line 204, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input:checked + .cgt-checkbox__icon:hover .fillable {
  fill: #159ca9;
}

/* line 209, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input:checked + .cgt-checkbox__icon .cgt-checkbox__icon-empty {
  display: none;
}

/* line 213, node_modules/@cgtrader/triangle-ui/public/style/components/_checkbox.scss */
.cgt-checkbox--plain .cgt-checkbox__input:checked + .cgt-checkbox__icon .cgt-checkbox__icon-full {
  display: block;
}

/* line 10, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio {
  display: flex;
  position: relative;
  padding: 8px;
  align-items: center;
  cursor: pointer;
}

/* line 17, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio__input {
  display: none;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio__icon .icon {
  transition-duration: 0.2s;
  transition-property: fill;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio__text {
  display: flex;
  flex-grow: 1;
}

/* line 33, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio__label {
  display: flex;
  padding-left: 32px;
  align-items: center;
  flex-grow: 1;
}

/* line 39, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio__label-trail {
  padding-left: 8px;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--highlighted {
  border-radius: 6px;
  padding-block: 4px;
}

/* line 48, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--highlighted .cgt-radio__icon {
  height: 32px;
}

/* line 52, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--highlighted:hover {
  background-color: rgba(30, 39, 50, 0.04);
}

/* line 56, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--highlighted:active, .cgt-radio--highlighted.cgt-radio--checked {
  background-color: rgba(25, 188, 201, 0.1);
}

/* line 62, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--large {
  padding: 12px;
}

/* line 65, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--large .cgt-radio__icon {
  top: 4px;
  left: 4px;
}

/* line 70, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--large .cgt-radio__label {
  padding-left: 36px;
}

/* line 74, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--large .cgt-radio__label-trail {
  padding-left: 12px;
}

/* line 80, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--small .cgt-radio__icon {
  top: 4px;
  left: 4px;
}

/* line 85, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--small .cgt-radio__label {
  padding-left: 24px;
}

/* line 89, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--small .cgt-radio__label-trail {
  padding-left: 8px;
}

/* line 94, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--tiny {
  padding: 4px 8px;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--tiny .cgt-radio__icon {
  top: 0;
  left: 4px;
}

/* line 102, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--tiny .cgt-radio__label {
  padding-left: 24px;
}

/* line 106, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--tiny .cgt-radio__label-trail {
  padding-left: 8px;
}

/* line 111, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--disabled {
  cursor: not-allowed;
}

/* line 115, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--vertical {
  flex-direction: column;
}

/* line 118, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--vertical .cgt-radio__label {
  padding-left: 0;
}

/* line 124, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio:hover .fillable {
  fill: #1e2732;
  transition-duration: 0.2s;
  transition-property: fill;
}

/* line 133, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--checked:hover .fillable {
  fill: #159ca9;
}

/* line 141, node_modules/@cgtrader/triangle-ui/public/style/components/_radio.scss */
.cgt-radio--warning:hover .fillable {
  fill: #c13333;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select-wrapper {
  margin-bottom: 16px;
}

/* line 47, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select-wrapper--not-spaced {
  margin-bottom: 0;
}

/* line 53, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select select, .cgt-select__control {
  font-size: 16px !important;
  color: #1e2732 !important;
  font-weight: normal !important;
  width: 100% !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background-color: white !important;
  padding-right: 8px !important;
  padding-left: 8px !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition-property: background-color;
  transition-duration: 0.2s;
  cursor: pointer !important;
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 71, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select select:focus, .cgt-select__control:focus {
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2), inset 0 0 0 1px #19bcc9;
}

/* line 75, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select select:not(.cgt-select__control--is-disabled):hover, .cgt-select__control:not(.cgt-select__control--is-disabled):hover {
  box-shadow: 0 0 0 4px rgba(30, 39, 50, 0.06), inset 0 0 0 1px rgba(30, 39, 50, 0.16);
}

/* line 79, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select select--is-disabled, .cgt-select select:disabled, .cgt-select__control--is-disabled, .cgt-select__control:disabled {
  background-color: rgba(30, 39, 50, 0.02) !important;
  color: rgba(30, 39, 50, 0.4) !important;
  cursor: not-allowed !important;
}

/* line 85, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select select--is-disabled .cgt-select__indicator, .cgt-select select:disabled .cgt-select__indicator, .cgt-select__control--is-disabled .cgt-select__indicator, .cgt-select__control:disabled .cgt-select__indicator {
  color: rgba(30, 39, 50, 0.24) !important;
}

/* line 91, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__wrapper {
  position: relative;
}

/* line 94, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__wrapper--full-width {
  width: 100%;
}

/* line 98, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__wrapper--padded {
  padding: 10px;
}

/* line 103, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select label {
  color: rgba(30, 39, 50, 0.5);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

/* line 110, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select .fa-angle-down {
  position: absolute;
  top: 14px;
  right: 16px;
  color: rgba(30, 39, 50, 0.6);
  font-size: 16px;
  touch-action: none;
  pointer-events: none;
}

/* line 120, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__indicator-separator {
  display: none;
}

/* line 124, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__value-container {
  padding: 0 !important;
  text-overflow: ellipsis !important;
}

/* line 128, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__value-container--is-multi {
  position: relative;
  overflow: hidden;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 136, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__dropdown-indicator {
  padding: 1px !important;
  font-size: 0;
  line-height: 0;
  transition: transform 0.2s !important;
}

/* line 142, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__dropdown-indicator svg {
  fill: rgba(30, 39, 50, 0.6);
  stroke: rgba(30, 39, 50, 0.6);
}

/* line 150, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--lead-icon .cgt-select__wrapper .cgt-select__lead-icon {
  position: absolute;
  top: 50%;
  left: 2px;
  z-index: 10;
  margin: 0;
  transform: translateY(-50%);
}

/* line 160, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--lead-icon select,
.cgt-select--lead-icon .cgt-select__control {
  padding-left: 40px !important;
}

/* line 167, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--multiple select {
  height: auto !important;
  max-height: 220px !important;
  padding: 0 !important;
}

/* line 173, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--multiple .fa-angle-down {
  display: none;
}

/* line 177, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--multiple option {
  padding: 12px 16px;
}

/* line 182, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--multiple .cgt-select__option::before, .cgt-select--multiple .cgt-select__option.details-box__separator::after {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 12px;
  border: 1px solid rgba(30, 39, 50, 0.32);
  border-radius: 1px;
  vertical-align: top;
  content: "";
  transition-property: border-color, background-color;
  transition-duration: 0.2s;
  margin-top: 5px;
}

/* line 187, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--multiple .cgt-select__option--is-selected {
  background-color: transparent !important;
}

/* line 191, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--multiple .cgt-select__option--is-selected::before, .cgt-select--multiple .cgt-select__option--is-selected.details-box__separator::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  border-color: #19bcc9;
  background-color: #19bcc9;
  color: white;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  content: "\f00c";
}

/* line 205, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--custom .cgt-select__menu {
  display: none;
}

/* line 211, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--disabled label,
.cgt-select--disabled i,
.cgt-select--disabled .fa-angle-down {
  color: rgba(30, 39, 50, 0.24);
}

/* line 217, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--disabled .cgt-select__wrapper {
  cursor: not-allowed;
}

/* line 222, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--disabled .cgt-select__dropdown-indicator svg {
  fill: rgba(30, 39, 50, 0.24);
  stroke: rgba(30, 39, 50, 0.24);
}

/* line 230, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--error select,
.cgt-select--error .cgt-select__control {
  box-shadow: inset 0 0 0 1px #eb3d3d !important;
}

/* line 234, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--error select:not(.cgt-select__control--is-focused):hover,
.cgt-select--error .cgt-select__control:not(.cgt-select__control--is-focused):hover {
  box-shadow: 0 0 0 4px rgba(30, 39, 50, 0.06), inset 0 0 0 1px #eb3d3d !important;
}

/* line 238, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--error select--is-focused, .cgt-select--error select:focus,
.cgt-select--error .cgt-select__control--is-focused,
.cgt-select--error .cgt-select__control:focus {
  box-shadow: 0 0 0 4px rgba(235, 61, 61, 0.2), inset 0 0 0 1px #eb3d3d !important;
}

/* line 246, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--ghost.cgt-select--disabled {
  background: rgba(255, 255, 255, 0.2) !important;
  box-shadow: none !important;
}

/* line 251, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--ghost select,
.cgt-select--ghost .cgt-select__control {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* line 257, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--ghost select:hover,
.cgt-select--ghost .cgt-select__control:hover {
  cursor: pointer;
}

/* line 260, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--ghost select:hover:not(.cgt-select__control--is-focused),
.cgt-select--ghost .cgt-select__control:hover:not(.cgt-select__control--is-focused) {
  border-color: transparent !important;
  background-color: rgba(30, 39, 50, 0.04) !important;
  box-shadow: none !important;
}

/* line 267, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--ghost select--is-focused, .cgt-select--ghost select:focus,
.cgt-select--ghost .cgt-select__control--is-focused,
.cgt-select--ghost .cgt-select__control:focus {
  background-color: white !important;
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2), inset 0 0 0 1px #19bcc9 !important;
}

/* line 274, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--ghost__option--is-selected {
  background: transparent !important;
  color: #19bcc9 !important;
}

/* line 281, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--ghost.cgt-select--error .cgt-select__control:not(.cgt-select__control--is-focused) .cgt-select__single-value {
  color: #eb3d3d !important;
}

/* line 285, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--ghost.cgt-select--error .cgt-select__control:not(.cgt-select__control--is-focused) .cgt-select__placeholder {
  color: rgba(235, 61, 61, 0.4) !important;
}

/* line 292, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--ghost.cgt-select--error select--is-focused, .cgt-select--ghost.cgt-select--error select:focus,
.cgt-select--ghost.cgt-select--error .cgt-select__control--is-focused,
.cgt-select--ghost.cgt-select--error .cgt-select__control:focus {
  background-color: white !important;
  box-shadow: 0 0 0 4px rgba(235, 61, 61, 0.2), inset 0 0 0 1px #eb3d3d !important;
}

/* line 302, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--inline .cgt-select label {
  margin-right: 2px;
  font-weight: 400;
}

/* line 307, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--inline .cgt-select__control {
  padding: 0 6px !important;
}

/* line 311, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--inline .cgt-select__indicators {
  margin-right: -6px;
}

/* line 317, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--large select,
.cgt-select--large .cgt-select__control {
  height: 48px !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
}

/* line 327, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--small select,
.cgt-select--small .cgt-select__control, .cgt-select--tiny select,
.cgt-select--tiny .cgt-select__control {
  min-height: auto !important;
  padding-right: 8px !important;
  padding-left: 8px !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
}

/* line 337, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--small .cgt-select__single-value, .cgt-select--tiny .cgt-select__single-value {
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* line 342, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--small .cgt-select__menu, .cgt-select--tiny .cgt-select__menu {
  z-index: 4;
}

/* line 346, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--small .cgt-select__dropdown-indicator, .cgt-select--tiny .cgt-select__dropdown-indicator {
  margin-right: -1px;
}

/* line 349, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--small .cgt-select__dropdown-indicator svg, .cgt-select--tiny .cgt-select__dropdown-indicator svg {
  width: 16px;
  height: 16px;
}

/* line 357, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--small select,
.cgt-select--small .cgt-select__control {
  height: 32px !important;
}

/* line 364, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--tiny select,
.cgt-select--tiny .cgt-select__control {
  height: 24px !important;
}

/* line 369, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--tiny .cgt-select__dropdown-indicator {
  padding: 0 !important;
}

/* line 375, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--fit-menu .cgt-select__menu {
  left: 0;
}

/* line 379, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--fit-menu .cgt-select__option {
  white-space: pre-line;
}

/* line 384, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__control {
  display: flex;
  position: relative;
  min-height: 38px;
  outline: 0 !important;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s;
}

/* line 394, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__control--menu-is-open .cgt-select__dropdown-indicator {
  transform: rotate(-180deg);
}

/* line 399, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__control--is-focused {
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2), inset 0 0 0 1px #19bcc9 !important;
}

/* line 403, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__control--is-disabled {
  cursor: not-allowed !important;
}

/* line 406, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__control--is-disabled .cgt-select__placeholder,
.cgt-select__control--is-disabled .cgt-select__dropdown-indicator::before,
.cgt-select__control--is-disabled .cgt-select__dropdown-indicator.details-box__separator::after {
  color: rgba(30, 39, 50, 0.4);
}

/* line 413, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__single-value {
  font-size: 16px !important;
  color: #1e2732 !important;
  font-weight: normal !important;
}

/* line 416, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__single-value--is-disabled {
  color: rgba(30, 39, 50, 0.4) !important;
}

/* line 421, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__multi-value {
  display: inline-block !important;
  margin: 0 !important;
  background: none !important;
  vertical-align: middle !important;
  flex-shrink: 0;
}

/* line 429, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__multi-value:not(:nth-last-child(2)) .cgt-select__multi-value__label::after {
  padding-right: 3px;
  content: ", ";
}

/* line 435, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__multi-value__label {
  font-size: 16px !important;
  color: #1e2732 !important;
  font-weight: normal !important;
  padding: 0 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

/* line 443, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__multi-value__remove {
  display: none !important;
}

/* line 448, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__multi-value--is-disabled > div {
  color: rgba(30, 39, 50, 0.4) !important;
}

/* line 454, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__placeholder {
  color: rgba(30, 39, 50, 0.32) !important;
}

/* line 458, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__menu {
  right: 0 !important;
  width: auto !important;
  min-width: 100% !important;
  margin: 4px 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 16px 24px rgba(30, 39, 50, 0.04), 0 6px 24px rgba(30, 39, 50, 0.04), 0 8px 16px rgba(30, 39, 50, 0.04) !important;
  white-space: nowrap !important;
}

/* line 467, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__menu-list {
  padding: 4px;
}

/* line 472, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__option {
  padding: 8px 16px !important;
  color: rgba(30, 39, 50, 0.8) !important;
  font-weight: normal !important;
  font-size: 16px !important;
  cursor: pointer !important;
}

/* line 479, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__option:hover, .cgt-select__option--is-focused, .cgt-select__option--is-selected, .cgt-select__option.is-selected {
  border-radius: 6px !important;
  background-color: rgba(30, 39, 50, 0.04) !important;
  color: #1e2732 !important;
}

/* line 489, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__select {
  position: relative;
}

/* line 493, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select__dummy-input {
  position: relative;
  left: -100px;
  opacity: 0;
  width: 1px;
  outline: 0;
  border: 0;
  background: 0;
  padding: 0;
  color: transparent;
  font-size: inherit;
  transform: scale(0);
}

/* line 508, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select.is-open .cgt-select__menu, .cgt-accordion.cgt-accordion--child .cgt-select.cgt-accordion__item.is-open .cgt-select__menu {
  display: block;
}

/* line 512, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select.is-open .cgt-select__dropdown-indicator, .cgt-accordion.cgt-accordion--child .cgt-select.cgt-accordion__item.is-open .cgt-select__dropdown-indicator {
  transform: rotate(-180deg);
}

/* line 517, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select .cgt-search input {
  width: calc(100% + 2px);
  margin: -1px -1px 0;
}

/* line 523, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select-light .cgt-select__control {
  padding: 8px !important;
  border-radius: 6px !important;
  height: 40px !important;
  border: 0px 0px 0px 1px rgba(30, 39, 50, 0.12);
}

/* line 529, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select-light .cgt-select__control:hover {
  box-shadow: 0 0 0 4px rgba(30, 39, 50, 0.06), inset 0 0 0 1px rgba(30, 39, 50, 0.16);
  background-color: white;
}

/* line 535, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select-light .cgt-select__trail-icon {
  margin-left: 8px;
  transition: none;
}

/* line 541, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select-light .cgt-select__menu {
  background: white;
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  right: 0 !important;
}

/* line 556, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select-light__input {
  position: absolute;
  z-index: 0;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* line 569, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select-light.is-open .cgt-select__control:hover, .cgt-select-light.is-focused .cgt-select__control:hover, .cgt-select-light:focus .cgt-select__control:hover {
  box-shadow: 0 0 0 4px rgba(30, 39, 50, 0.06), inset 0 0 0 1px rgba(30, 39, 50, 0.16);
  background-color: white;
}

/* line 577, node_modules/@cgtrader/triangle-ui/public/style/components/_select.scss */
.cgt-select--full-width {
  width: 100%;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker {
  display: inline-block;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 100;
  border: 1px solid rgba(30, 39, 50, 0.12);
  background-color: white;
  box-shadow: 0 2px 6px 0 rgba(30, 39, 50, 0.12);
}

/* line 26, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-wrapper {
  position: relative;
  padding-bottom: 16px;
  user-select: none;
  flex-direction: row;
}

/* line 33, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 39, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Month {
  display: table;
  margin: 0 16px;
  margin-top: 16px;
  border-spacing: 0;
  border-collapse: collapse;
  user-select: none;
}

/* line 48, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 16px;
}

/* line 53, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-WeekdaysRow {
  display: table-row;
}

/* line 57, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Weekday, .DayPicker-Day {
  display: table-cell;
  padding: 6px 8px;
  color: rgba(30, 39, 50, 0.7);
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}

/* line 66, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Weekday:nth-child(6), .DayPicker-Weekday:nth-child(7), .DayPicker-Day:nth-child(6), .DayPicker-Day:nth-child(7) {
  font-weight: 600;
}

/* line 72, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Weekday abbr[title] {
  border-bottom: 0;
  text-decoration: none;
}

/* line 77, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Day {
  display: table-cell;
  border-radius: 1px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

/* line 84, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Day:focus {
  outline: none;
}

/* line 88, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Day--today {
  color: #19bcc9;
  font-weight: 600;
}

/* line 93, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Day--selected, .DayPicker-Day:hover {
  background-color: rgba(30, 39, 50, 0.08);
}

/* line 98, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Day--outside, .DayPicker-Day--disabled {
  color: rgba(30, 39, 50, 0.12) !important;
  cursor: default;
}

/* line 104, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Day--disabled {
  color: rgba(30, 39, 50, 0.12) !important;
  cursor: not-allowed;
}

/* line 108, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Day--disabled:hover {
  background-color: transparent !important;
}

/* line 114, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Body {
  display: table-row-group;
}

/* line 118, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Week {
  display: table-row;
}

/* line 122, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-NavButton {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 24px;
  left: auto;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  color: rgba(30, 39, 50, 0.32);
  vertical-align: middle;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.2s;
}

/* line 139, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-NavButton::before, .DayPicker-NavButton.details-box__separator::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 143, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-NavButton:hover {
  color: #1e2732;
}

/* line 147, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-NavButton:focus {
  outline: none !important;
}

/* line 151, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-NavButton--prev {
  right: auto;
  left: 16px;
}

/* line 155, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-NavButton--prev::before, .DayPicker-NavButton--prev.details-box__separator::after {
  content: "\f104";
}

/* line 160, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-NavButton--next {
  right: 16px;
}

/* line 163, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-NavButton--next::before, .DayPicker-NavButton--next.details-box__separator::after {
  content: "\f105";
}

/* line 168, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-NavButton--interactionDisabled {
  display: none;
}

/* line 171, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-NavButton--interactionDisabled .DayPicker-Day {
  cursor: default;
}

/* line 177, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 8px;
  padding: 0 8px;
  color: #1e2732;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

/* line 189, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.DayPicker-Months:focus, .DayPicker-wrapper:focus {
  outline: none !important;
}

/* line 195, node_modules/@cgtrader/triangle-ui/public/style/components/_day-picker.scss */
.cgt-input__field-wrap + div {
  outline: none !important;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search {
  position: relative;
}

/* line 25, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search__dropdown {
  display: none;
  position: absolute;
  z-index: 5;
  width: 100%;
  margin: 0;
  border: solid 1px rgba(30, 39, 50, 0.12);
  background-color: white;
  padding: 0;
  box-shadow: 0 2px 6px 0 rgba(30, 39, 50, 0.12);
}

/* line 36, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search__dropdown li {
  padding: 12px 16px;
  color: #1e2732;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  list-style-type: none;
  transition-property: background-color;
  transition-duration: 0.2s;
  cursor: pointer;
}

/* line 47, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search__dropdown li:focus, .cgt-search__dropdown li.is-focus, .cgt-search__dropdown li:hover {
  outline: none;
  background-color: rgba(30, 39, 50, 0.08);
}

/* line 54, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search__dropdown li span {
  font-weight: 600;
}

/* line 60, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search__dropdown-icon {
  margin-right: 4px;
}

/* line 64, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search__clear-button {
  margin-right: 4px;
}

/* line 68, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search .cgt-text-input .lead-icon, .cgt-search .wayfinder .ReactPasswordStrength .lead-icon, .wayfinder .cgt-search .ReactPasswordStrength .lead-icon {
  margin-right: 6px;
}

/* line 72, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search .cgt-search__dropdown {
  top: calc(100% + 3px);
}

/* line 78, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--tiny.cgt-search__with-help-text .cgt-search__dropdown {
  top: calc(100% - 17px);
}

/* line 83, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--tiny .cgt-text-input, .cgt-search--tiny .wayfinder .ReactPasswordStrength, .wayfinder .cgt-search--tiny .ReactPasswordStrength {
  padding-right: 54px;
}

/* line 87, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--tiny .cgt-text-input--tiny .cgt-text-input__prefix {
  gap: 4px;
  padding-right: 0;
  margin-right: 4px;
}

/* line 94, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--tiny .cgt-button--only-icon.cgt-search__search-button {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 100, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--tiny .cgt-button--only-icon.cgt-search__clear-button {
  position: absolute;
  top: 0;
  right: 24px;
}

/* line 110, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--small.cgt-search__with-help-text .cgt-search__dropdown {
  top: calc(100% - 17px);
}

/* line 115, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--small .cgt-text-input, .cgt-search--small .wayfinder .ReactPasswordStrength, .wayfinder .cgt-search--small .ReactPasswordStrength {
  padding-right: 70px;
}

/* line 119, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--small .cgt-text-input--small .cgt-text-input__prefix {
  gap: 4px;
  padding-right: 0;
  margin-right: 4px;
}

/* line 126, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--small .cgt-button--only-icon.cgt-search__search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
}

/* line 134, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--small .cgt-button--only-icon.cgt-search__clear-button {
  position: absolute;
  top: 0;
  right: 32px;
  width: 32px;
  height: 32px;
}

/* line 146, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--medium.cgt-search__with-help-text .cgt-search__dropdown {
  top: calc(100% - 21px);
}

/* line 151, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--medium .cgt-text-input, .cgt-search--medium .wayfinder .ReactPasswordStrength, .wayfinder .cgt-search--medium .ReactPasswordStrength {
  padding-right: 86px;
}

/* line 155, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--medium .cgt-text-input--medium
.cgt-text-input__prefix {
  padding-right: 4px;
}

/* line 161, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--medium .cgt-button--only-icon.cgt-search__search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

/* line 169, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--medium .cgt-button--only-icon.cgt-search__clear-button {
  position: absolute;
  top: 0;
  right: 40px;
  width: 40px;
  height: 40px;
}

/* line 181, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--large.cgt-search__with-help-text .cgt-search__dropdown {
  top: calc(100% - 21px);
}

/* line 186, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--large .cgt-text-input, .cgt-search--large .wayfinder .ReactPasswordStrength, .wayfinder .cgt-search--large .ReactPasswordStrength {
  padding-right: 90px;
}

/* line 190, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--large .cgt-text-input__prefix {
  padding-right: 8px;
}

/* line 195, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--large .cgt-button--only-icon.cgt-search__search-button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
}

/* line 203, node_modules/@cgtrader/triangle-ui/public/style/components/_search.scss */
.cgt-search--large .cgt-button--only-icon.cgt-search__clear-button {
  position: absolute;
  top: 4px;
  right: 44px;
  width: 40px;
  height: 40px;
}

/* line 82, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 576px) {
  /* line 82, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
  .cgt-slider {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

/* line 94, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider__range {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2px;
  padding: 16px 0;
  touch-action: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  order: 1;
  cursor: pointer;
}

@media (min-width: 576px) {
  /* line 94, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
  .cgt-slider__range {
    order: 0;
  }
  /* line 109, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
  .cgt-slider__range--not-expanded {
    max-width: 297px;
  }
}

/* line 114, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider__range--hidden {
  position: absolute;
  opacity: 0;
  padding: 0;
}

/* line 121, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider__rail {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(30, 39, 50, 0.12);
  width: 100%;
}

/* line 125, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider__rail--prefix, .cgt-slider__rail--postfix {
  position: absolute;
}

/* line 131, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider__track {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background-color: #19bcc9;
  position: absolute;
}

/* line 136, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider__thumb {
  width: 20px;
  height: 20px;
  outline: 0;
  border: 2px solid #19bcc9;
  border-radius: 50%;
  background-color: white;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 144, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider .cgt-input input {
  width: 64px;
}

/* line 148, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider .cgt-input--icon-left input {
  width: 98px;
}

/* line 154, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled .cgt-slider__range {
  cursor: default;
}

/* line 158, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled .cgt-slider__rail {
  background-color: rgba(30, 39, 50, 0.04);
}

/* line 162, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled .cgt-slider__track {
  background-color: rgba(25, 188, 201, 0.2);
}

/* line 166, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled .cgt-slider__thumb {
  border-color: rgba(25, 188, 201, 0.2);
  background-color: white;
}

/* line 173, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--tiny, .cgt-slider--small, .cgt-slider--medium {
  margin: 0 8px;
}

/* line 179, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--large {
  margin: 0 12px;
}

/* line 183, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--dual {
  padding: 0 20px;
}

/* line 188, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--dual .cgt-slider__range, .cgt-slider--dual .cgt-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 194, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--dual .cgt-slider__rail {
  width: 100%;
}

/* line 198, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--dual .cgt-slider__inner-wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 207, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--dual .cgt-slider__range {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  height: 0;
  outline: none;
  margin: 0;
}

/* line 67, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--dual .cgt-slider__range::-webkit-slider-thumb {
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: all;
  width: 20px;
  height: 20px;
  outline: 0;
  border: 2px solid #19bcc9;
  border-radius: 50%;
  background-color: white;
  justify-content: center;
  align-items: center;
}

/* line 74, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--dual .cgt-slider__range::-moz-range-thumb {
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: all;
  width: 20px;
  height: 20px;
  outline: 0;
  border: 2px solid #19bcc9;
  border-radius: 50%;
  background-color: white;
  justify-content: center;
  align-items: center;
}

/* line 217, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--dual .cgt-slider__range--hidden {
  top: 1px;
  width: calc(100% + 20px);
}

/* line 222, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--dual .cgt-slider__range--left {
  z-index: 3;
  left: -20px;
}

/* line 227, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--dual .cgt-slider__range--right {
  z-index: 4;
  right: -20px;
}

/* line 235, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider__field input {
  width: 50px;
}

/* line 244, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider.cgt-slider--primary .cgt-slider__rail {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(30, 39, 50, 0.12);
}

/* line 248, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider.cgt-slider--primary .cgt-slider__track {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background-color: #19bcc9;
}

/* line 252, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider.cgt-slider--primary .cgt-slider__thumb {
  width: 20px;
  height: 20px;
  outline: 0;
  border: 2px solid #19bcc9;
  border-radius: 50%;
  background-color: white;
  justify-content: center;
  align-items: center;
}

/* line 67, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider.cgt-slider--primary .cgt-slider__range::-webkit-slider-thumb {
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: all;
  width: 20px;
  height: 20px;
  outline: 0;
  border: 2px solid #19bcc9;
  border-radius: 50%;
  background-color: white;
  justify-content: center;
  align-items: center;
}

/* line 74, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider.cgt-slider--primary .cgt-slider__range::-moz-range-thumb {
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: all;
  width: 20px;
  height: 20px;
  outline: 0;
  border: 2px solid #19bcc9;
  border-radius: 50%;
  background-color: white;
  justify-content: center;
  align-items: center;
}

/* line 244, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider.cgt-slider--dark .cgt-slider__rail {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(30, 39, 50, 0.24);
}

/* line 248, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider.cgt-slider--dark .cgt-slider__track {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(30, 39, 50, 0.8);
}

/* line 252, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider.cgt-slider--dark .cgt-slider__thumb {
  width: 20px;
  height: 20px;
  outline: 0;
  border: 2px solid rgba(30, 39, 50, 0.6);
  border-radius: 50%;
  background-color: white;
  justify-content: center;
  align-items: center;
}

/* line 67, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider.cgt-slider--dark .cgt-slider__range::-webkit-slider-thumb {
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: all;
  width: 20px;
  height: 20px;
  outline: 0;
  border: 2px solid rgba(30, 39, 50, 0.6);
  border-radius: 50%;
  background-color: white;
  justify-content: center;
  align-items: center;
}

/* line 74, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider.cgt-slider--dark .cgt-slider__range::-moz-range-thumb {
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: all;
  width: 20px;
  height: 20px;
  outline: 0;
  border: 2px solid rgba(30, 39, 50, 0.6);
  border-radius: 50%;
  background-color: white;
  justify-content: center;
  align-items: center;
}

/* line 267, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled.cgt-slider--primary .cgt-slider__rail {
  background-color: rgba(30, 39, 50, 0.04);
}

/* line 271, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled.cgt-slider--primary .cgt-slider__track {
  background-color: rgba(25, 188, 201, 0.2);
}

/* line 275, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled.cgt-slider--primary .cgt-slider__thumb {
  border-color: rgba(25, 188, 201, 0.2);
  background-color: white;
}

/* line 282, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled.cgt-slider--primary.cgt-slider--dual .cgt-slider__range::-webkit-slider-thumb {
  cursor: not-allowed;
  pointer-events: none;
  border-color: rgba(25, 188, 201, 0.2);
  background-color: white;
}

/* line 289, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled.cgt-slider--primary.cgt-slider--dual .cgt-slider__range::-moz-range-thumb {
  cursor: not-allowed;
  pointer-events: none;
  border-color: rgba(25, 188, 201, 0.2);
  background-color: white;
}

/* line 267, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled.cgt-slider--dark .cgt-slider__rail {
  background-color: rgba(30, 39, 50, 0.12);
}

/* line 271, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled.cgt-slider--dark .cgt-slider__track {
  background-color: rgba(30, 39, 50, 0.12);
}

/* line 275, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled.cgt-slider--dark .cgt-slider__thumb {
  border-color: rgba(30, 39, 50, 0.12);
  background-color: transparent;
}

/* line 282, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled.cgt-slider--dark.cgt-slider--dual .cgt-slider__range::-webkit-slider-thumb {
  cursor: not-allowed;
  pointer-events: none;
  border-color: rgba(30, 39, 50, 0.12);
  background-color: transparent;
}

/* line 289, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider--disabled.cgt-slider--dark.cgt-slider--dual .cgt-slider__range::-moz-range-thumb {
  cursor: not-allowed;
  pointer-events: none;
  border-color: rgba(30, 39, 50, 0.12);
  background-color: transparent;
}

/* line 301, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider__input_wrapper {
  width: 60px;
}

/* line 306, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper {
  display: flex;
  align-items: center;
}

/* line 310, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper .cgt-slider {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 313, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
  .cgt-slider-wrapper .cgt-slider--not-expanded {
    max-width: 297px;
  }
}

/* line 319, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper .cgt-slider--spacing-small {
  padding: 4px 8px;
}

/* line 323, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper .cgt-slider__marker-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  top: -6px;
}

/* line 331, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper .cgt-slider__marker-wrapper .cgt-slider__marker:first-of-type,
.cgt-slider-wrapper .cgt-slider__marker-wrapper .cgt-slider__marker:last-of-type {
  visibility: hidden;
}

/* line 337, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper .cgt-slider__marker {
  width: 2px;
  height: 16px;
  background-color: rgba(30, 39, 50, 0.1);
}

/* line 344, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper.with-slider-on-top {
  display: grid;
  grid-template-areas: "slider slider" "left-input right-input";
  margin-top: 24px;
}

/* line 349, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper.with-slider-on-top .cgt-slider__left-input {
  grid-area: left-input;
  justify-self: start;
  width: 84px;
}

/* line 355, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper.with-slider-on-top .cgt-slider--dual {
  grid-area: slider;
  margin-bottom: 24px;
  width: calc(100% - 16px);
}

/* line 361, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper.with-slider-on-top .cgt-slider__right-input {
  grid-area: right-input;
  justify-self: end;
  width: 84px;
}

/* line 367, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper.with-slider-on-top .cgt-slider__input_wrapper {
  height: 32px;
  width: 100%;
}

/* line 374, node_modules/@cgtrader/triangle-ui/public/style/components/_slider.scss */
.cgt-slider-wrapper.with-text-align-center .cgt-slider__left-input input,
.cgt-slider-wrapper.with-text-align-center .cgt-slider__right-input input {
  text-align: center;
  width: 100%;
}

/* line 17, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag {
  display: inline-flex;
  border-radius: 1px;
  padding: 4px 4px;
  height: 24px;
  width: auto;
  min-width: 24px;
  font-weight: 600;
  line-height: 1.33;
  font-size: 12px;
  align-items: center;
  place-content: center;
  vertical-align: middle;
  cursor: default;
  border-radius: 6px;
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, opacity;
  text-decoration: none;
}

/* line 36, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag__text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0px 4px;
  white-space: nowrap;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag__text + i {
  margin-left: 8px;
}

/* line 47, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag__text + i.fa-times {
  font-size: 14px;
  cursor: pointer;
}

/* line 53, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag--border {
  border: 1px solid rgba(30, 39, 50, 0.12);
}

/* line 57, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag--with-remove-icon {
  margin: 0 10px 4px 0;
}

/* line 60, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag--with-remove-icon .cgt-tag__remove-icon {
  display: inline;
}

/* line 65, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag + .cgt-tag {
  margin-left: 4px;
}

/* line 69, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag--clickable {
  cursor: pointer;
}

/* line 73, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag--small {
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

/* line 80, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag--small + .cgt-tag {
  margin-left: 8px;
}

/* line 84, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag--small.cgt-tag--border {
  padding: 1px 8px;
}

/* line 89, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag > div,
.cgt-tag * > svg {
  margin-right: 0px;
  height: 100%;
  width: auto;
}

/* line 96, node_modules/@cgtrader/triangle-ui/public/style/components/_tags.scss */
.cgt-tag * > .fillable {
  fill: currentColor !important;
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.cgt-alert, .notifyjs-custom-base {
  display: flex;
  border-radius: 1px;
  padding: 12px 12px 12px 16px;
  font-size: 16px;
  line-height: 1.25;
  align-items: center;
}

/* line 19, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.cgt-alert__icon, .notifyjs-custom-base .notification-icon {
  margin-bottom: auto;
  padding: 4px 12px 0 0;
  color: inherit;
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.cgt-alert__message, .notifyjs-custom-base .notifyjs-notification-text {
  padding-right: 12px;
  flex-grow: 1;
}

/* line 33, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.cgt-alert__close, .notifyjs-custom-base .notification-close-icon {
  outline: none;
  border: 0;
  background: none;
  padding: 4px;
  color: inherit;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.cgt-alert a, .notifyjs-custom-base a {
  color: inherit;
}

/* line 59, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.notifyjs-custom-base .notification-icon {
  font-family: "Font Awesome 5 Pro";
}

/* line 67, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.notifyjs-custom-base .notification-close-icon::before, .notifyjs-custom-base .notification-close-icon.details-box__separator::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
}

/* line 74, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.notifyjs-custom-error {
  background-color: rgba(235, 61, 61, 0.2);
  color: #eb3d3d;
}

/* line 79, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.notifyjs-custom-error .notification-icon::before, .notifyjs-custom-error .notification-icon.details-box__separator::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
}

/* line 86, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.notifyjs-custom-error .notification-close-icon::before, .notifyjs-custom-error .notification-close-icon.details-box__separator::after {
  font-family: "Font Awesome 5 Pro";
  -webkit-text-stroke: 2px #eb3d3d;
}

/* line 93, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.notifyjs-custom-success {
  background-color: #19bcc9;
  color: white;
}

/* line 98, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.notifyjs-custom-success .notification-icon::before, .notifyjs-custom-success .notification-icon.details-box__separator::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
}

/* line 105, node_modules/@cgtrader/triangle-ui/public/style/components/_alert.scss */
.notifyjs-custom-success .notification-close-icon::before, .notifyjs-custom-success .notification-close-icon.details-box__separator::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  -webkit-text-stroke: 2px white;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion {
  max-width: 436px;
  padding-left: 0;
}

/* line 25, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion__item {
  list-style-type: none;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion__item:not(:last-child) {
  border-bottom: 1px solid rgba(30, 39, 50, 0.12);
}

/* line 33, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion__item.is-open .cgt-accordion__content, .cgt-accordion.cgt-accordion--child .cgt-accordion__item.is-open .cgt-accordion__content {
  display: block;
}

/* line 37, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion__item.is-open .cgt-accordion__label, .cgt-accordion.cgt-accordion--child .cgt-accordion__item.is-open .cgt-accordion__label {
  color: #1e2732;
  font-weight: 600;
}

/* line 42, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion__item.is-open .cgt-accordion__head svg, .cgt-accordion.cgt-accordion--child .cgt-accordion__item.is-open .cgt-accordion__head svg {
  transform: rotate(-180deg);
}

/* line 48, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion__head {
  display: flex;
  padding: 2px 16px;
  cursor: pointer;
  align-items: center;
}

/* line 54, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion__head svg {
  padding-top: 2px;
  transition-property: transform;
  transition-duration: 0.2s;
  flex-shrink: 0;
}

/* line 62, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion__label {
  color: rgba(30, 39, 50, 0.5);
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  flex-grow: 1;
}

/* line 70, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion__content {
  display: none;
  margin-bottom: 12px;
  padding: 0 16px;
}

/* line 75, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion__content > * {
  margin: 0;
}

/* line 79, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion__content a {
  color: inherit;
}

/* line 84, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion--border {
  border: 1px solid rgba(30, 39, 50, 0.12);
}

/* line 92, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion.cgt-accordion--child .cgt-accordion__item .cgt-accordion__head {
  padding-left: 10px;
  padding-right: 0;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion.cgt-accordion--child .cgt-accordion__item .cgt-accordion__head svg {
  transform: initial;
}

/* line 101, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion.cgt-accordion--child .cgt-accordion__item .cgt-accordion__content {
  display: none;
  padding: 0;
}

/* line 106, node_modules/@cgtrader/triangle-ui/public/style/components/_accordion.scss */
.cgt-accordion.cgt-accordion--child .cgt-accordion__item .cgt-accordion__label {
  color: rgba(30, 39, 50, 0.5);
}

/* line 1, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
.cgt-avatar {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

/* line 14, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
.cgt-avatar--80 {
  width: 80px;
  height: 80px;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
.cgt-avatar--64 {
  width: 64px;
  height: 64px;
}

/* line 26, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
.cgt-avatar--48 {
  width: 48px;
  height: 48px;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
.cgt-avatar--40 {
  width: 40px;
  height: 40px;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
.cgt-avatar--32 {
  width: 32px;
  height: 32px;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
.cgt-avatar--24 {
  width: 24px;
  height: 24px;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
.cgt-avatar--grey {
  background: rgba(30, 39, 50, 0.02);
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
.cgt-avatar--color {
  color: white !important;
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 60, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
.cgt-avatar * > .fillable {
  fill: currentColor !important;
}

@media (min-width: 964px) {
  /* line 66, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
  .cgt-avatar--clickable:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

/* line 73, node_modules/@cgtrader/triangle-ui/public/style/components/_avatar.scss */
.cgt-avatar__image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(-50%);
}

/* line 23, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip-container {
  position: relative;
}

/* line 26, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip-container .cgt-tooltip {
  position: absolute;
  z-index: 100;
}

/* line 31, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip-container > .cgt-tooltip {
  display: none;
}

/* line 34, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip-container > .cgt-tooltip--top, .cgt-tooltip-container > .cgt-tooltip--bottom {
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 40, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip-container > .cgt-tooltip--left, .cgt-tooltip-container > .cgt-tooltip--right {
  top: 50%;
  transform: translate(0, -50%);
}

/* line 46, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip-container > .cgt-tooltip--top {
  bottom: calc(100% + 8px);
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip-container > .cgt-tooltip--bottom {
  top: calc(100% + 8px);
}

/* line 54, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip-container > .cgt-tooltip--right {
  left: calc(100% + 8px);
}

/* line 58, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip-container > .cgt-tooltip--left {
  right: calc(100% + 8px);
}

/* line 64, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip-container:hover > .cgt-tooltip {
  display: inline-block;
}

/* line 70, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip {
  display: inline-block;
  position: relative;
  max-width: 208px;
  border-radius: 6px;
  background-color: #1e2732;
  padding: 4px 8px;
  color: white;
  font-size: 12px;
}

/* line 80, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip::after {
  position: absolute;
  border: 5px solid transparent;
  content: "";
}

/* line 87, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip--top::after {
  bottom: -10px;
  left: 50%;
  border-top: 5px solid #1e2732;
  transform: translateX(-50%);
}

/* line 96, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip--right::after {
  top: 50%;
  left: -10px;
  border-right: 5px solid #1e2732;
  transform: translateY(-50%);
}

/* line 105, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip--left::after {
  top: 50%;
  right: -10px;
  border-left: 5px solid #1e2732;
  transform: translateY(-50%);
}

/* line 114, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip--bottom::after {
  top: -10px;
  left: 50%;
  border-bottom: 5px solid #1e2732;
  transform: translateX(-50%);
}

/* line 122, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip__head {
  margin: 0;
  font-weight: 600;
  line-height: 1.33;
}

/* line 128, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip__text {
  margin: 0;
  font-weight: normal;
  line-height: 1.67;
}

/* line 133, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip__text a {
  color: #19bcc9;
  text-decoration: none;
}

/* line 139, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip--clickable {
  pointer-events: auto !important;
}

/* line 142, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip--clickable:hover {
  visibility: visible;
  opacity: 1;
}

/* line 148, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip--adjustable {
  min-width: fit-content;
}

/* line 152, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip.__react_component_tooltip {
  opacity: 1 !important;
  max-width: 208px;
  border-radius: 6px !important;
  background-color: #1e2732 !important;
  padding: 4px 8px !important;
  color: white !important;
  font-size: 12px !important;
}

/* line 161, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip.__react_component_tooltip::after {
  border: 5px solid transparent !important;
  content: "";
}

/* line 167, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip.__react_component_tooltip.place-top::after {
  bottom: -11px !important;
  border-top: 5px solid #1e2732 !important;
}

/* line 174, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip.__react_component_tooltip.place-right::after {
  left: -11px !important;
  border-right: 5px solid #1e2732 !important;
}

/* line 181, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip.__react_component_tooltip.place-left::after {
  right: -11px !important;
  border-left: 5px solid #1e2732 !important;
}

/* line 188, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip.__react_component_tooltip.place-bottom::after {
  top: -11px !important;
  border-bottom: 5px solid #1e2732 !important;
}

/* line 194, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip.__react_component_tooltip a {
  color: #19bcc9;
  text-decoration: none;
}

/* line 199, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip.__react_component_tooltip.tooltip--medium {
  max-width: 350px;
}

/* line 203, node_modules/@cgtrader/triangle-ui/public/style/components/_tooltip.scss */
.cgt-tooltip.__react_component_tooltip.tooltip--big {
  max-width: 450px;
}

/* line 1, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader {
  position: relative;
  height: 4px;
  border-radius: 1px;
  background-color: rgba(30, 39, 50, 0.12);
}

/* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader::before, .cgt-loader.details-box__separator::after {
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  border-radius: 1px;
  background-color: #19bcc9;
  transition-property: width;
  transition-duration: 0.2s;
  content: '';
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='0']::before, .details-box__separator[data-percent='0']::after {
  width: 0%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='1']::before, .details-box__separator[data-percent='1']::after {
  width: 1%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='2']::before, .details-box__separator[data-percent='2']::after {
  width: 2%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='3']::before, .details-box__separator[data-percent='3']::after {
  width: 3%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='4']::before, .details-box__separator[data-percent='4']::after {
  width: 4%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='5']::before, .details-box__separator[data-percent='5']::after {
  width: 5%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='6']::before, .details-box__separator[data-percent='6']::after {
  width: 6%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='7']::before, .details-box__separator[data-percent='7']::after {
  width: 7%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='8']::before, .details-box__separator[data-percent='8']::after {
  width: 8%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='9']::before, .details-box__separator[data-percent='9']::after {
  width: 9%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='10']::before, .details-box__separator[data-percent='10']::after {
  width: 10%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='11']::before, .details-box__separator[data-percent='11']::after {
  width: 11%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='12']::before, .details-box__separator[data-percent='12']::after {
  width: 12%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='13']::before, .details-box__separator[data-percent='13']::after {
  width: 13%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='14']::before, .details-box__separator[data-percent='14']::after {
  width: 14%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='15']::before, .details-box__separator[data-percent='15']::after {
  width: 15%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='16']::before, .details-box__separator[data-percent='16']::after {
  width: 16%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='17']::before, .details-box__separator[data-percent='17']::after {
  width: 17%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='18']::before, .details-box__separator[data-percent='18']::after {
  width: 18%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='19']::before, .details-box__separator[data-percent='19']::after {
  width: 19%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='20']::before, .details-box__separator[data-percent='20']::after {
  width: 20%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='21']::before, .details-box__separator[data-percent='21']::after {
  width: 21%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='22']::before, .details-box__separator[data-percent='22']::after {
  width: 22%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='23']::before, .details-box__separator[data-percent='23']::after {
  width: 23%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='24']::before, .details-box__separator[data-percent='24']::after {
  width: 24%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='25']::before, .details-box__separator[data-percent='25']::after {
  width: 25%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='26']::before, .details-box__separator[data-percent='26']::after {
  width: 26%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='27']::before, .details-box__separator[data-percent='27']::after {
  width: 27%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='28']::before, .details-box__separator[data-percent='28']::after {
  width: 28%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='29']::before, .details-box__separator[data-percent='29']::after {
  width: 29%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='30']::before, .details-box__separator[data-percent='30']::after {
  width: 30%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='31']::before, .details-box__separator[data-percent='31']::after {
  width: 31%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='32']::before, .details-box__separator[data-percent='32']::after {
  width: 32%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='33']::before, .details-box__separator[data-percent='33']::after {
  width: 33%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='34']::before, .details-box__separator[data-percent='34']::after {
  width: 34%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='35']::before, .details-box__separator[data-percent='35']::after {
  width: 35%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='36']::before, .details-box__separator[data-percent='36']::after {
  width: 36%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='37']::before, .details-box__separator[data-percent='37']::after {
  width: 37%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='38']::before, .details-box__separator[data-percent='38']::after {
  width: 38%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='39']::before, .details-box__separator[data-percent='39']::after {
  width: 39%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='40']::before, .details-box__separator[data-percent='40']::after {
  width: 40%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='41']::before, .details-box__separator[data-percent='41']::after {
  width: 41%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='42']::before, .details-box__separator[data-percent='42']::after {
  width: 42%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='43']::before, .details-box__separator[data-percent='43']::after {
  width: 43%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='44']::before, .details-box__separator[data-percent='44']::after {
  width: 44%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='45']::before, .details-box__separator[data-percent='45']::after {
  width: 45%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='46']::before, .details-box__separator[data-percent='46']::after {
  width: 46%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='47']::before, .details-box__separator[data-percent='47']::after {
  width: 47%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='48']::before, .details-box__separator[data-percent='48']::after {
  width: 48%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='49']::before, .details-box__separator[data-percent='49']::after {
  width: 49%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='50']::before, .details-box__separator[data-percent='50']::after {
  width: 50%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='51']::before, .details-box__separator[data-percent='51']::after {
  width: 51%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='52']::before, .details-box__separator[data-percent='52']::after {
  width: 52%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='53']::before, .details-box__separator[data-percent='53']::after {
  width: 53%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='54']::before, .details-box__separator[data-percent='54']::after {
  width: 54%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='55']::before, .details-box__separator[data-percent='55']::after {
  width: 55%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='56']::before, .details-box__separator[data-percent='56']::after {
  width: 56%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='57']::before, .details-box__separator[data-percent='57']::after {
  width: 57%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='58']::before, .details-box__separator[data-percent='58']::after {
  width: 58%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='59']::before, .details-box__separator[data-percent='59']::after {
  width: 59%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='60']::before, .details-box__separator[data-percent='60']::after {
  width: 60%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='61']::before, .details-box__separator[data-percent='61']::after {
  width: 61%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='62']::before, .details-box__separator[data-percent='62']::after {
  width: 62%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='63']::before, .details-box__separator[data-percent='63']::after {
  width: 63%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='64']::before, .details-box__separator[data-percent='64']::after {
  width: 64%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='65']::before, .details-box__separator[data-percent='65']::after {
  width: 65%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='66']::before, .details-box__separator[data-percent='66']::after {
  width: 66%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='67']::before, .details-box__separator[data-percent='67']::after {
  width: 67%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='68']::before, .details-box__separator[data-percent='68']::after {
  width: 68%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='69']::before, .details-box__separator[data-percent='69']::after {
  width: 69%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='70']::before, .details-box__separator[data-percent='70']::after {
  width: 70%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='71']::before, .details-box__separator[data-percent='71']::after {
  width: 71%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='72']::before, .details-box__separator[data-percent='72']::after {
  width: 72%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='73']::before, .details-box__separator[data-percent='73']::after {
  width: 73%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='74']::before, .details-box__separator[data-percent='74']::after {
  width: 74%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='75']::before, .details-box__separator[data-percent='75']::after {
  width: 75%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='76']::before, .details-box__separator[data-percent='76']::after {
  width: 76%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='77']::before, .details-box__separator[data-percent='77']::after {
  width: 77%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='78']::before, .details-box__separator[data-percent='78']::after {
  width: 78%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='79']::before, .details-box__separator[data-percent='79']::after {
  width: 79%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='80']::before, .details-box__separator[data-percent='80']::after {
  width: 80%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='81']::before, .details-box__separator[data-percent='81']::after {
  width: 81%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='82']::before, .details-box__separator[data-percent='82']::after {
  width: 82%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='83']::before, .details-box__separator[data-percent='83']::after {
  width: 83%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='84']::before, .details-box__separator[data-percent='84']::after {
  width: 84%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='85']::before, .details-box__separator[data-percent='85']::after {
  width: 85%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='86']::before, .details-box__separator[data-percent='86']::after {
  width: 86%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='87']::before, .details-box__separator[data-percent='87']::after {
  width: 87%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='88']::before, .details-box__separator[data-percent='88']::after {
  width: 88%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='89']::before, .details-box__separator[data-percent='89']::after {
  width: 89%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='90']::before, .details-box__separator[data-percent='90']::after {
  width: 90%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='91']::before, .details-box__separator[data-percent='91']::after {
  width: 91%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='92']::before, .details-box__separator[data-percent='92']::after {
  width: 92%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='93']::before, .details-box__separator[data-percent='93']::after {
  width: 93%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='94']::before, .details-box__separator[data-percent='94']::after {
  width: 94%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='95']::before, .details-box__separator[data-percent='95']::after {
  width: 95%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='96']::before, .details-box__separator[data-percent='96']::after {
  width: 96%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='97']::before, .details-box__separator[data-percent='97']::after {
  width: 97%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='98']::before, .details-box__separator[data-percent='98']::after {
  width: 98%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='99']::before, .details-box__separator[data-percent='99']::after {
  width: 99%;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_loader.scss */
.cgt-loader[data-percent='100']::before, .details-box__separator[data-percent='100']::after {
  width: 100%;
}

/* line 23, node_modules/@cgtrader/triangle-ui/public/style/components/_spinner.scss */
.cgt-spinner {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 4px solid rgba(30, 39, 50, 0.12);
  border-left: 4px solid #19bcc9;
  border-radius: 50%;
  animation: cgt-spinner 1s infinite linear;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/components/_spinner.scss */
.cgt-spinner--small {
  width: 32px;
  height: 32px;
}

/* line 37, node_modules/@cgtrader/triangle-ui/public/style/components/_spinner.scss */
.cgt-spinner--xsmall {
  width: 14px;
  height: 14px;
  border-width: 2px;
}

@keyframes cgt-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 17, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar {
  position: fixed;
  top: 0;
  z-index: 452;
  width: 100%;
}

/* line 23, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar__container {
  display: flex;
  width: 100%;
  height: 52px;
  background-color: #1e2732;
}

/* line 29, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar__container--extended {
  height: 68px;
}

/* line 34, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar__logo {
  display: block;
  width: 134px;
  height: 52px;
  padding: 12px 24px;
}

/* line 40, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar__logo--wide {
  padding: 12px 8px;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar__logo img {
  max-width: 100%;
  vertical-align: middle;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar__bar {
  display: flex;
  width: 100%;
  padding: 0 24px;
  align-items: center;
  justify-content: flex-end;
}

/* line 58, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar--relative {
  position: relative;
  top: auto;
}

@media (max-width: 967.98px) {
  /* line 64, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
  .cgt-navbar__logo {
    width: 118px;
    padding-left: 8px;
  }
}

/* line 71, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar--light .cgt-navbar__container {
  border-bottom: 1px solid rgba(30, 39, 50, 0.12);
  background-color: white;
  box-shadow: 0 2px 6px 0 rgba(30, 39, 50, 0.12);
}

/* line 78, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar--bottom {
  top: auto;
  bottom: 0;
  left: 0;
}

/* line 83, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar--bottom .cgt-navbar__container {
  border-top: 1px solid rgba(30, 39, 50, 0.12);
}

/* line 89, node_modules/@cgtrader/triangle-ui/public/style/components/_navbar.scss */
.cgt-navbar--no-shadow .cgt-navbar__container {
  box-shadow: none;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.ReactModal__Body--open {
  overflow: hidden;
}

/* line 17, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  background-color: rgba(30, 39, 50, 0.8);
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--container {
  display: flex;
  max-width: none;
  margin: auto;
  outline: none;
  pointer-events: none;
  cursor: default;
  justify-content: center;
}

@media (max-width: 967.98px) {
  /* line 28, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
  .cgt-modal--container {
    width: 100%;
  }
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--container-small {
  max-width: 576px;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--container-medium {
  max-width: 964px;
}

/* line 49, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--container-large {
  max-width: 1256px;
}

/* line 54, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal {
  position: relative;
  width: 90%;
  min-width: 0;
  margin: 84px auto;
  border-radius: 16px;
  background-color: white;
  padding: 12px;
  pointer-events: auto;
}

/* line 65, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal__close {
  pointer-events: auto;
}

/* line 69, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal__header {
  display: flex;
  padding-bottom: 12px;
  align-items: center;
  gap: 12px;
}

/* line 75, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal__header .cgt-icon {
  margin: 0;
}

/* line 79, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal__header-content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 12px;
}

/* line 87, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal__content {
  padding: 12px 0;
}

/* line 91, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal__footer {
  z-index: 2;
}

/* line 94, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal__footer-content {
  display: flex;
  justify-content: flex-end;
}

/* line 99, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal__footer .cgt-modal__custom-footer-content {
  padding-top: 12px;
}

/* line 103, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal__footer--sticky {
  position: sticky;
  bottom: 0;
  margin: 0 -12px -12px;
  border-radius: 0 0 16px 16px;
  background: white;
  padding: 0 12px 12px;
}

/* line 113, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--large {
  border-radius: 24px;
  padding: 20px;
}

/* line 117, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--large .cgt-modal__header {
  padding-bottom: 20px;
  gap: 20px;
}

/* line 121, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--large .cgt-modal__header-content {
  gap: 20px;
}

/* line 126, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--large .cgt-modal__footer--sticky {
  margin: 0 -20px -20px;
  border-radius: 0 0 24px 24px;
  background: white;
  padding: 0 20px 20px;
}

/* line 133, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--large .cgt-modal__footer-content {
  padding-top: 8px;
}

/* line 137, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--large .cgt-modal__custom-footer-content {
  padding-top: 12px;
}

/* line 141, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--large .cgt-modal__content {
  padding: 20px 0;
}

/* line 146, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--small {
  border-radius: 12px;
}

/* line 152, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--small .cgt-modal__header,
.cgt-modal--tiny .cgt-modal__header {
  gap: 8px;
}

/* line 155, node_modules/@cgtrader/triangle-ui/public/style/components/_modal.scss */
.cgt-modal--small .cgt-modal__header-content,
.cgt-modal--tiny .cgt-modal__header-content {
  gap: 8px;
}

/* line 17, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
.cgt-hamburger {
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  padding: 9px 8px;
  transition: opacity 0.15s linear;
  vertical-align: top;
  cursor: pointer;
}

/* line 26, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
.cgt-hamburger .cgt-hamburger-box {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 12px;
}

/* line 33, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
.cgt-hamburger .cgt-hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
.cgt-hamburger .cgt-hamburger-inner, .cgt-hamburger .cgt-hamburger-inner::after, .cgt-hamburger .cgt-hamburger-inner::before {
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background-color: #1e2732;
}

/* line 48, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
.cgt-hamburger .cgt-hamburger-inner::after, .cgt-hamburger .cgt-hamburger-inner::before {
  display: block;
  content: "";
}

/* line 54, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
.cgt-hamburger .cgt-hamburger-inner::after {
  bottom: -5px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 60, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
.cgt-hamburger .cgt-hamburger-inner::before, .cgt-hamburger .cgt-hamburger-inner.details-box__separator::after {
  top: -5px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

/* line 70, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
.cgt-hamburger.is-active .cgt-hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

/* line 75, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
.cgt-hamburger.is-active .cgt-hamburger-inner::before, .cgt-hamburger.is-active .cgt-hamburger-inner.details-box__separator::after {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
}

/* line 81, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
.cgt-hamburger.is-active .cgt-hamburger-inner::after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

/* line 92, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
.cgt-hamburger--light .cgt-hamburger-inner, .cgt-hamburger--light .cgt-hamburger-inner::after, .cgt-hamburger--light .cgt-hamburger-inner::before {
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background-color: white;
}

@media (min-width: 968px) {
  /* line 17, node_modules/@cgtrader/triangle-ui/public/style/components/_hamburger.scss */
  .cgt-hamburger {
    display: none;
  }
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_password-strength.scss */
.cgt-password-strength {
  box-sizing: border-box;
  position: relative;
}

/* line 9, node_modules/@cgtrader/triangle-ui/public/style/components/_password-strength.scss */
.cgt-password-strength__input {
  padding-right: 80px !important;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/components/_password-strength.scss */
.cgt-password-strength__input.is-password-invalid:not(:focus) {
  color: #eb3d3d;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_password-strength.scss */
.cgt-password-strength__input:focus {
  outline: none;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/components/_password-strength.scss */
.cgt-password-strength__strength-desc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: transparent;
  font-style: italic;
  padding: 14px 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  transition: color 250ms ease-in-out;
  font-size: 14px;
  white-space: nowrap;
}

/* line 34, node_modules/@cgtrader/triangle-ui/public/style/components/_password-strength.scss */
.cgt-password-strength.is-strength-0 .cgt-password-strength__strength-desc {
  color: #eb3d3d;
}

/* line 37, node_modules/@cgtrader/triangle-ui/public/style/components/_password-strength.scss */
.cgt-password-strength.is-strength-1 .cgt-password-strength__strength-desc {
  color: #00c853;
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/components/_password-strength.scss */
.cgt-password-strength__strength-bar {
  box-sizing: border-box;
  height: 3px;
  position: relative;
  top: -3px;
  transition: width 300ms ease-out;
  width: 0;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_password-strength.scss */
.cgt-password-strength.is-strength-0 .cgt-password-strength__strength-bar {
  background: #eb3d3d;
  width: 100%;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/components/_password-strength.scss */
.cgt-password-strength.is-strength-1 .cgt-password-strength__strength-bar {
  background: #00c853;
  width: 100%;
}

/* line 1, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline {
  display: flex;
  border-radius: 12px;
  background: white;
  padding: 20px;
  flex-direction: row;
  align-items: flex-start;
}

/* line 9, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline + .cgt-notice-outline {
  margin-top: 25px;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline .cgt-notice__icon-container {
  position: relative;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline .cgt-notice__icon-container .cgt-notice__icon {
  top: -8px;
  left: -10px;
}

/* line 26, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline .cgt-notice__close {
  margin-left: 12px;
  padding: 0 2px;
  color: rgba(30, 39, 50, 0.8);
  cursor: pointer;
  line-height: 24px;
  font-size: 18px;
}

/* line 34, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline .cgt-notice__close:hover {
  color: rgba(30, 39, 50, 0.4);
}

/* line 39, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline .cgt-notice__content {
  flex-grow: 1;
  line-height: 24px;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline .cgt-notice__footer {
  margin-top: 20px;
}

/* line 49, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--primary.cgt-notice-outline--thick {
  box-shadow: 0 4px 16px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 12px rgba(30, 39, 50, 0.04), 0 0 0 8px rgba(25, 188, 201, 0.1), inset 0 0 0 1px rgba(25, 188, 201, 0.4);
}

/* line 53, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--primary.cgt-notice-outline--medium {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(25, 188, 201, 0.1), inset 0 0 0 1px rgba(25, 188, 201, 0.4);
}

/* line 57, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--primary.cgt-notice-outline--thin {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 1px 8px rgba(30, 39, 50, 0.04), 0 2px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(25, 188, 201, 0.1), inset 0 0 0 1px rgba(25, 188, 201, 0.4);
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--secondary.cgt-notice-outline--thick {
  box-shadow: 0 4px 16px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 12px rgba(30, 39, 50, 0.04), 0 0 0 8px rgba(30, 39, 50, 0.04), inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 67, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--secondary.cgt-notice-outline--medium {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(30, 39, 50, 0.04), inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 71, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--secondary.cgt-notice-outline--thin {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 1px 8px rgba(30, 39, 50, 0.04), 0 2px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(30, 39, 50, 0.04), inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 77, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--info.cgt-notice-outline--thick {
  box-shadow: 0 4px 16px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 12px rgba(30, 39, 50, 0.04), 0 0 0 8px rgba(0, 122, 255, 0.1), inset 0 0 0 1px rgba(0, 122, 255, 0.4);
}

/* line 81, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--info.cgt-notice-outline--medium {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(0, 122, 255, 0.1), inset 0 0 0 1px rgba(0, 122, 255, 0.4);
}

/* line 85, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--info.cgt-notice-outline--thin {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 1px 8px rgba(30, 39, 50, 0.04), 0 2px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(0, 122, 255, 0.1), inset 0 0 0 1px rgba(0, 122, 255, 0.4);
}

/* line 91, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--positive.cgt-notice-outline--thick {
  box-shadow: 0 4px 16px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 12px rgba(30, 39, 50, 0.04), 0 0 0 8px rgba(0, 200, 83, 0.1), inset 0 0 0 1px rgba(0, 200, 83, 0.4);
}

/* line 95, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--positive.cgt-notice-outline--medium {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(0, 200, 83, 0.1), inset 0 0 0 1px rgba(0, 200, 83, 0.4);
}

/* line 99, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--positive.cgt-notice-outline--thin {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 1px 8px rgba(30, 39, 50, 0.04), 0 2px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(0, 200, 83, 0.1), inset 0 0 0 1px rgba(0, 200, 83, 0.4);
}

/* line 105, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--attention.cgt-notice-outline--thick {
  box-shadow: 0 4px 16px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 12px rgba(30, 39, 50, 0.04), 0 0 0 8px rgba(255, 143, 0, 0.1), inset 0 0 0 1px rgba(255, 143, 0, 0.4);
}

/* line 109, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--attention.cgt-notice-outline--medium {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(255, 143, 0, 0.1), inset 0 0 0 1px rgba(255, 143, 0, 0.4);
}

/* line 113, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--attention.cgt-notice-outline--thin {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 1px 8px rgba(30, 39, 50, 0.04), 0 2px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(255, 143, 0, 0.1), inset 0 0 0 1px rgba(255, 143, 0, 0.4);
}

/* line 119, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--danger.cgt-notice-outline--thick {
  box-shadow: 0 4px 16px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 12px rgba(30, 39, 50, 0.04), 0 0 0 8px rgba(235, 61, 61, 0.1), inset 0 0 0 1px rgba(235, 61, 61, 0.4);
}

/* line 123, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--danger.cgt-notice-outline--medium {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 6px 8px rgba(30, 39, 50, 0.04), 0 8px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(235, 61, 61, 0.1), inset 0 0 0 1px rgba(235, 61, 61, 0.4);
}

/* line 127, node_modules/@cgtrader/triangle-ui/public/style/components/_notice.scss */
.cgt-notice-outline--danger.cgt-notice-outline--thin {
  box-shadow: 0 4px 4px rgba(30, 39, 50, 0.04), 0 1px 8px rgba(30, 39, 50, 0.04), 0 2px 4px rgba(30, 39, 50, 0.04), 0 0 0 4px rgba(235, 61, 61, 0.1), inset 0 0 0 1px rgba(235, 61, 61, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_introduction.scss */
.__floater__body .react-joyride__tooltip {
  border-radius: 8px !important;
  padding: 20px !important;
}

/* line 9, node_modules/@cgtrader/triangle-ui/public/style/components/_introduction.scss */
.__floater__body .react-joyride__tooltip button[data-action='close'] {
  display: none;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/components/_introduction.scss */
.__floater__body .react-joyride__tooltip button[data-action='skip'] {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 18, node_modules/@cgtrader/triangle-ui/public/style/components/_introduction.scss */
.__floater__body .react-joyride__tooltip > div:first-child {
  text-align: left !important;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/components/_introduction.scss */
.__floater__body .react-joyride__tooltip > div:first-child > div {
  padding: 0 0 25px !important;
}

/* line 29, node_modules/@cgtrader/triangle-ui/public/style/components/_introduction.scss */
.__floater__body .react-joyride__tooltip .react-joyride__skip-button {
  display: flex;
  position: relative;
  padding-left: 24px;
  align-items: center;
}

/* line 35, node_modules/@cgtrader/triangle-ui/public/style/components/_introduction.scss */
.__floater__body .react-joyride__tooltip .react-joyride__skip-button .skip-button-icon {
  top: -12px;
  left: -12px;
}

/* line 1, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-wrapper--inline {
  display: inline-block;
}

/* line 5, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-header {
  display: flex;
  height: 16px;
  margin: 0 8px 8px;
  align-items: center;
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-header--with-divider {
  position: relative;
  margin: -2px 8px 10px;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-header__divider {
  position: absolute;
}

/* line 19, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-header__divider.cgt-divider {
  width: calc(100% + 8px);
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-header__title {
  flex-grow: 1;
}

/* line 27, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-header__title--with-divider {
  flex-grow: unset;
  padding-right: 6px;
  box-sizing: unset;
  background: white;
  font-weight: 600;
  z-index: 1;
}

/* line 37, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-header__tooltip {
  padding-right: 4px;
  box-sizing: unset;
  background: white;
  z-index: 1;
}

/* line 47, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-wrapper--large .cgt-form-element-header {
  margin: 0 12px 8px;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-wrapper--large .cgt-form-element-header__tooltip-icon {
  margin-right: -4px;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-wrapper--large .cgt-form-element-footer {
  margin: 8px 12px 0;
}

/* line 61, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-wrapper--medium .cgt-form-element-header {
  margin: 0 8px 8px;
}

/* line 64, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-wrapper--medium .cgt-form-element-header__tooltip-icon {
  margin-right: -4px;
}

/* line 69, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-wrapper--medium .cgt-form-element-footer {
  margin: 8px 8px 0;
}

/* line 76, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-wrapper--small .cgt-form-element-header, .cgt-form-element-wrapper--tiny .cgt-form-element-header {
  margin: 0 8px 4px;
}

/* line 79, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-wrapper--small .cgt-form-element-header__tooltip-icon, .cgt-form-element-wrapper--tiny .cgt-form-element-header__tooltip-icon {
  margin-right: -4px;
}

/* line 84, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-wrapper--small .cgt-form-element-footer, .cgt-form-element-wrapper--tiny .cgt-form-element-footer {
  margin: 4px 8px 0;
}

/* line 89, node_modules/@cgtrader/triangle-ui/public/style/components/_form-element-wrapper.scss */
.cgt-form-element-wrapper--fluid {
  width: 100%;
}

/* line 9, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item {
  display: flex;
  position: relative;
  border-radius: 6px;
  padding: 8px;
  color: rgba(30, 39, 50, 0.8);
  transition-property: background-color, color;
  align-items: center;
  cursor: pointer;
  transition-duration: 0.2s;
}

/* line 20, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item__anchor {
  text-decoration: none;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item__lead-icon, .cgt-menu-item__trail-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 30, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item__lead-icon > div, .cgt-menu-item__trail-icon > div {
  width: auto;
  height: auto;
  margin: 0;
}

/* line 37, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item__lead-icon {
  left: 8px;
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item__trail-icon {
  right: 8px;
}

/* line 47, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item__lead-icon .fillable, .cgt-menu-item__trail-icon .fillable {
  fill: rgba(30, 39, 50, 0.6);
}

/* line 52, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item__text {
  display: flex;
  flex-grow: 1;
}

/* line 57, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item__label {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

/* line 62, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item__label-trail {
  padding-left: 8px;
}

/* line 67, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--icon-left {
  padding-left: 40px;
}

/* line 71, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--icon-right {
  padding-right: 40px;
}

/* line 75, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--large {
  padding: 12px;
}

/* line 78, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--large.cgt-menu-item--icon-left {
  padding-left: 48px;
}

/* line 82, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--large.cgt-menu-item--icon-right {
  padding-right: 48px;
}

/* line 86, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--large .cgt-menu-item__lead-icon {
  left: 12px;
}

/* line 90, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--large .cgt-menu-item__trail-icon {
  right: 12px;
}

/* line 94, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--large .cgt-menu-item__label-trail {
  padding-left: 12px;
}

/* line 101, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--small.cgt-menu-item--icon-left, .cgt-menu-item--tiny.cgt-menu-item--icon-left {
  padding-left: 32px;
}

/* line 105, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--small.cgt-menu-item--icon-right, .cgt-menu-item--tiny.cgt-menu-item--icon-right {
  padding-right: 32px;
}

/* line 109, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--small .cgt-menu-item__lead-icon, .cgt-menu-item--tiny .cgt-menu-item__lead-icon {
  left: 8px;
}

/* line 113, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--small .cgt-menu-item__trail-icon, .cgt-menu-item--tiny .cgt-menu-item__trail-icon {
  right: 8px;
}

/* line 117, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--small .cgt-menu-item__label-trail, .cgt-menu-item--tiny .cgt-menu-item__label-trail {
  padding-left: 8px;
}

/* line 121, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--small svg, .cgt-menu-item--tiny svg {
  width: 16px !important;
  height: auto !important;
}

/* line 127, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--tiny {
  padding: 4px 8px;
}

/* line 133, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item:not(.cgt-menu-item--no-hover):hover:not(.cgt-menu-item--disabled) {
  background-color: rgba(30, 39, 50, 0.04);
  color: #1e2732;
  cursor: pointer;
}

/* line 139, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item:not(.cgt-menu-item--no-hover):hover:not(.cgt-menu-item--disabled) > .cgt-menu-item__lead-icon .fillable {
  fill: #1e2732;
  transition-duration: 0.2s;
  transition-property: fill;
}

/* line 152, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--disabled > .cgt-menu-item__lead-icon .fillable,
.cgt-menu-item--disabled > .cgt-menu-item__trail-icon .fillable {
  fill: rgba(30, 39, 50, 0.24);
}

/* line 157, node_modules/@cgtrader/triangle-ui/public/style/components/_menu-item.scss */
.cgt-menu-item--disabled:hover {
  cursor: not-allowed;
}

/* line 2, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--default {
  width: 40px;
  height: 40px;
}

/* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--small {
  width: 24px;
  height: 24px;
}

/* line 12, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--tiny {
  width: 16px;
  height: 16px;
}

/* line 18, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--primary .fillable {
  fill: #19bcc9;
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--primary.cgt-icon--hover:hover {
  background-color: rgba(25, 188, 201, 0.1);
}

/* line 25, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--primary.cgt-icon--hover:hover .fillable {
  fill: #159ca9;
}

/* line 29, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--primary.cgt-icon--hover:hover .fillable-stroke {
  stroke: #159ca9;
}

/* line 34, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--primary.cgt-icon--hover:active .fillable, .cgt-icon--primary:active .fillable {
  fill: #159ca9;
}

/* line 39, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--primary.cgt-icon--hover.cgt-icon--disabled .fillable, .cgt-icon--primary.cgt-icon--disabled .fillable {
  fill: rgba(25, 188, 201, 0.4);
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--primary .fillable-stroke {
  stroke: #19bcc9;
}

/* line 48, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--primary.cgt-icon--hover:active .fillable-stroke, .cgt-icon--primary:active .fillable-stroke {
  stroke: #159ca9;
}

/* line 53, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--primary.cgt-icon--hover.cgt-icon--disabled .fillable-stroke, .cgt-icon--primary.cgt-icon--disabled .fillable-stroke {
  stroke: rgba(25, 188, 201, 0.4);
}

/* line 60, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--dark .fillable {
  fill: rgba(30, 39, 50, 0.6);
}

/* line 65, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--dark.cgt-icon--hover:hover {
  background-color: rgba(30, 39, 50, 0.08);
}

/* line 68, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--dark.cgt-icon--hover:hover .fillable {
  fill: #1e2732;
}

/* line 72, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--dark.cgt-icon--hover:hover .fillable-stroke {
  stroke: #1e2732;
}

/* line 78, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--dark.cgt-icon--hover:active .fillable, .cgt-icon--dark:active .fillable {
  fill: #1e2732;
}

/* line 83, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--dark.cgt-icon--hover.cgt-icon--disabled .fillable, .cgt-icon--dark.cgt-icon--disabled .fillable {
  fill: rgba(30, 39, 50, 0.24);
}

/* line 88, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--dark .fillable-stroke {
  stroke: rgba(30, 39, 50, 0.6);
}

/* line 92, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--dark.cgt-icon--hover:active .fillable-stroke, .cgt-icon--dark:active .fillable-stroke {
  stroke: #1e2732;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--dark.cgt-icon--hover.cgt-icon--disabled .fillable-stroke, .cgt-icon--dark.cgt-icon--disabled .fillable-stroke {
  stroke: rgba(30, 39, 50, 0.24);
}

/* line 104, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--light .fillable {
  fill: rgba(255, 255, 255, 0.8);
}

/* line 109, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--light.cgt-icon--hover:hover {
  background-color: rgba(30, 39, 50, 0.08);
}

/* line 112, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--light.cgt-icon--hover:hover .fillable {
  fill: white;
}

/* line 116, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--light.cgt-icon--hover:hover .fillable-stroke {
  stroke: white;
}

/* line 122, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--light.cgt-icon--hover:active .fillable, .cgt-icon--light:active .fillable {
  fill: white;
}

/* line 127, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--light.cgt-icon--hover.cgt-icon--disabled .fillable, .cgt-icon--light.cgt-icon--disabled .fillable {
  fill: rgba(255, 255, 255, 0.4);
}

/* line 132, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--light .fillable-stroke {
  stroke: rgba(255, 255, 255, 0.8);
}

/* line 136, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--light.cgt-icon--hover:active .fillable-stroke, .cgt-icon--light:active .fillable-stroke {
  stroke: white;
}

/* line 141, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--light.cgt-icon--hover.cgt-icon--disabled .fillable-stroke, .cgt-icon--light.cgt-icon--disabled .fillable-stroke {
  stroke: rgba(255, 255, 255, 0.4);
}

/* line 148, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--info .fillable {
  fill: #007aff;
}

/* line 153, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--info.cgt-icon--hover:hover {
  background-color: rgba(0, 122, 255, 0.1);
}

/* line 156, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--info.cgt-icon--hover:hover .fillable {
  fill: #0065d6;
}

/* line 160, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--info.cgt-icon--hover:hover .fillable-stroke {
  stroke: #0065d6;
}

/* line 166, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--info.cgt-icon--hover:active .fillable, .cgt-icon--info:active .fillable {
  fill: #0065d6;
}

/* line 171, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--info.cgt-icon--hover.cgt-icon--disabled .fillable, .cgt-icon--info.cgt-icon--disabled .fillable {
  fill: rgba(0, 122, 255, 0.4);
}

/* line 176, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--info .fillable-stroke {
  stroke: #007aff;
}

/* line 180, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--info.cgt-icon--hover:active .fillable-stroke, .cgt-icon--info:active .fillable-stroke {
  stroke: #0065d6;
}

/* line 185, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--info.cgt-icon--hover.cgt-icon--disabled .fillable-stroke, .cgt-icon--info.cgt-icon--disabled .fillable-stroke {
  stroke: rgba(0, 122, 255, 0.4);
}

/* line 192, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--positive .fillable {
  fill: #00c853;
}

/* line 197, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--positive.cgt-icon--hover:hover {
  background-color: rgba(0, 200, 83, 0.1);
}

/* line 200, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--positive.cgt-icon--hover:hover .fillable {
  fill: #00a646;
}

/* line 204, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--positive.cgt-icon--hover:hover .fillable-stroke {
  stroke: #00a646;
}

/* line 210, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--positive.cgt-icon--hover:active .fillable, .cgt-icon--positive:active .fillable {
  fill: #00a646;
}

/* line 215, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--positive.cgt-icon--hover.cgt-icon--disabled .fillable, .cgt-icon--positive.cgt-icon--disabled .fillable {
  fill: rgba(0, 200, 83, 0.4);
}

/* line 220, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--positive .fillable-stroke {
  stroke: #00c853;
}

/* line 224, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--positive.cgt-icon--hover:active .fillable-stroke, .cgt-icon--positive:active .fillable-stroke {
  stroke: #00a646;
}

/* line 229, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--positive.cgt-icon--hover.cgt-icon--disabled .fillable-stroke, .cgt-icon--positive.cgt-icon--disabled .fillable-stroke {
  stroke: rgba(0, 200, 83, 0.4);
}

/* line 236, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--attention .fillable {
  fill: #ff8f00;
}

/* line 241, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--attention.cgt-icon--hover:hover {
  background-color: rgba(255, 143, 0, 0.1);
}

/* line 244, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--attention.cgt-icon--hover:hover .fillable {
  fill: #d27700;
}

/* line 248, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--attention.cgt-icon--hover:hover .fillable-stroke {
  stroke: #d27700;
}

/* line 254, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--attention.cgt-icon--hover:active .fillable, .cgt-icon--attention:active .fillable {
  fill: #d27700;
}

/* line 259, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--attention.cgt-icon--hover.cgt-icon--disabled .fillable, .cgt-icon--attention.cgt-icon--disabled .fillable {
  fill: rgba(255, 143, 0, 0.4);
}

/* line 264, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--attention .fillable-stroke {
  stroke: #ff8f00;
}

/* line 268, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--attention.cgt-icon--hover:active .fillable-stroke, .cgt-icon--attention:active .fillable-stroke {
  stroke: #d27700;
}

/* line 273, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--attention.cgt-icon--hover.cgt-icon--disabled .fillable-stroke, .cgt-icon--attention.cgt-icon--disabled .fillable-stroke {
  stroke: rgba(255, 143, 0, 0.4);
}

/* line 280, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--warning .fillable {
  fill: #eb3d3d;
}

/* line 285, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--warning.cgt-icon--hover:hover {
  background-color: rgba(235, 61, 61, 0.1);
}

/* line 288, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--warning.cgt-icon--hover:hover .fillable {
  fill: #c13333;
}

/* line 292, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--warning.cgt-icon--hover:hover .fillable-stroke {
  stroke: #c13333;
}

/* line 298, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--warning.cgt-icon--hover:active .fillable, .cgt-icon--warning:active .fillable {
  fill: #c13333;
}

/* line 303, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--warning.cgt-icon--hover.cgt-icon--disabled .fillable, .cgt-icon--warning.cgt-icon--disabled .fillable {
  fill: rgba(235, 61, 61, 0.4);
}

/* line 308, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--warning .fillable-stroke {
  stroke: #eb3d3d;
}

/* line 312, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--warning.cgt-icon--hover:active .fillable-stroke, .cgt-icon--warning:active .fillable-stroke {
  stroke: #c13333;
}

/* line 317, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--warning.cgt-icon--hover.cgt-icon--disabled .fillable-stroke, .cgt-icon--warning.cgt-icon--disabled .fillable-stroke {
  stroke: rgba(235, 61, 61, 0.4);
}

/* line 324, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-pink .fillable {
  fill: #d43d62;
}

/* line 329, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-pink.cgt-icon--hover:hover {
  background-color: rgba(212, 61, 98, 0.1);
}

/* line 332, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-pink.cgt-icon--hover:hover .fillable {
  fill: #b03958;
}

/* line 336, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-pink.cgt-icon--hover:hover .fillable-stroke {
  stroke: #b03958;
}

/* line 342, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-pink.cgt-icon--hover:active .fillable, .cgt-icon--extra-pink:active .fillable {
  fill: #b03958;
}

/* line 347, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-pink.cgt-icon--hover.cgt-icon--disabled .fillable, .cgt-icon--extra-pink.cgt-icon--disabled .fillable {
  fill: rgba(212, 61, 98, 0.4);
}

/* line 352, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-pink .fillable-stroke {
  stroke: #d43d62;
}

/* line 356, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-pink.cgt-icon--hover:active .fillable-stroke, .cgt-icon--extra-pink:active .fillable-stroke {
  stroke: #b03958;
}

/* line 361, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-pink.cgt-icon--hover.cgt-icon--disabled .fillable-stroke, .cgt-icon--extra-pink.cgt-icon--disabled .fillable-stroke {
  stroke: rgba(212, 61, 98, 0.4);
}

/* line 368, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-purple .fillable {
  fill: #8f2cb7;
}

/* line 373, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-purple.cgt-icon--hover:hover {
  background-color: rgba(143, 44, 183, 0.1);
}

/* line 376, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-purple.cgt-icon--hover:hover .fillable {
  fill: #782b9c;
}

/* line 380, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-purple.cgt-icon--hover:hover .fillable-stroke {
  stroke: #782b9c;
}

/* line 386, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-purple.cgt-icon--hover:active .fillable, .cgt-icon--extra-purple:active .fillable {
  fill: #782b9c;
}

/* line 391, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-purple.cgt-icon--hover.cgt-icon--disabled .fillable, .cgt-icon--extra-purple.cgt-icon--disabled .fillable {
  fill: rgba(143, 44, 183, 0.4);
}

/* line 396, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-purple .fillable-stroke {
  stroke: #8f2cb7;
}

/* line 400, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-purple.cgt-icon--hover:active .fillable-stroke, .cgt-icon--extra-purple:active .fillable-stroke {
  stroke: #782b9c;
}

/* line 405, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-purple.cgt-icon--hover.cgt-icon--disabled .fillable-stroke, .cgt-icon--extra-purple.cgt-icon--disabled .fillable-stroke {
  stroke: rgba(143, 44, 183, 0.4);
}

/* line 412, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-indigo .fillable {
  fill: #3a1db7;
}

/* line 417, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-indigo.cgt-icon--hover:hover {
  background-color: rgba(58, 29, 183, 0.1);
}

/* line 420, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-indigo.cgt-icon--hover:hover .fillable {
  fill: #341f9c;
}

/* line 424, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-indigo.cgt-icon--hover:hover .fillable-stroke {
  stroke: #341f9c;
}

/* line 430, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-indigo.cgt-icon--hover:active .fillable, .cgt-icon--extra-indigo:active .fillable {
  fill: #341f9c;
}

/* line 435, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-indigo.cgt-icon--hover.cgt-icon--disabled .fillable, .cgt-icon--extra-indigo.cgt-icon--disabled .fillable {
  fill: rgba(58, 29, 183, 0.4);
}

/* line 440, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-indigo .fillable-stroke {
  stroke: #3a1db7;
}

/* line 444, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-indigo.cgt-icon--hover:active .fillable-stroke, .cgt-icon--extra-indigo:active .fillable-stroke {
  stroke: #341f9c;
}

/* line 449, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--extra-indigo.cgt-icon--hover.cgt-icon--disabled .fillable-stroke, .cgt-icon--extra-indigo.cgt-icon--disabled .fillable-stroke {
  stroke: rgba(58, 29, 183, 0.4);
}

/* line 455, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon__icon {
  display: flex;
  margin-right: 4px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition-duration: 0.2s;
}

/* line 463, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon__icon:active, .cgt-icon__icon.cgt-icon--disabled, .cgt-icon__icon.cgt-icon--hover:active, .cgt-icon__icon.cgt-icon--hover.cgt-icon--disabled {
  background-color: transparent;
}

/* line 470, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon__icon.cgt-icon--disabled {
  color: rgba(30, 39, 50, 0.4);
}

/* line 475, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--not-spaced {
  margin-right: 0;
}

/* line 479, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--clickable {
  cursor: pointer;
}

/* line 483, node_modules/@cgtrader/triangle-ui/public/style/components/_icon.scss */
.cgt-icon--spaceless {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1, node_modules/@cgtrader/triangle-ui/public/style/components/_footer.scss */
.cgt-footer {
  display: flex;
  width: 100%;
  margin-top: 12px;
}

/* line 6, node_modules/@cgtrader/triangle-ui/public/style/components/_footer.scss */
.cgt-footer__right {
  flex-grow: 1;
  text-align: right;
}

/* line 10, node_modules/@cgtrader/triangle-ui/public/style/components/_footer.scss */
.cgt-footer__right .cgt-button + .cgt-button,
.cgt-footer__right span + .cgt-button {
  margin-left: 20px;
}

/* line 1, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge {
  display: inline-flex;
  width: auto;
  min-width: 16px;
  height: 16px;
  border-radius: 6px;
  padding: 0;
  color: white;
  text-align: center;
}

/* line 11, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge .fillable {
  fill: rgba(255, 255, 255, 0.8) !important;
}

/* line 15, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge__content {
  padding: 0 4px;
}

/* line 19, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge .cgt-icon {
  width: 16px;
  height: 16px;
  margin: 0;
}

/* line 25, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--with-hover {
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: color, background-color, fill;
}

/* line 31, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--with-hover:hover .fillable {
  fill: white !important;
}

/* line 37, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--primary {
  background-color: #19bcc9;
}

/* line 40, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--primary.cgt-badge--with-hover:hover {
  background-color: #159ca9;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--dark {
  background-color: rgba(30, 39, 50, 0.8);
}

/* line 48, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--dark.cgt-badge--with-hover:hover {
  background-color: #1e2732;
}

/* line 53, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--light {
  background-color: rgba(30, 39, 50, 0.08);
  color: rgba(30, 39, 50, 0.8);
}

/* line 57, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--light .fillable {
  fill: rgba(30, 39, 50, 0.6) !important;
}

/* line 61, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--light.cgt-badge--with-hover:hover {
  color: #1e2732;
}

/* line 64, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--light.cgt-badge--with-hover:hover .fillable {
  fill: #1e2732 !important;
}

/* line 70, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--white {
  background-color: white;
  color: rgba(30, 39, 50, 0.8);
}

/* line 74, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--white .fillable {
  fill: rgba(30, 39, 50, 0.6) !important;
}

/* line 78, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--white.cgt-badge--with-hover:hover {
  color: #1e2732;
}

/* line 81, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--white.cgt-badge--with-hover:hover .fillable {
  fill: #1e2732 !important;
}

/* line 87, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--transparent {
  background-color: transparent;
  color: rgba(30, 39, 50, 0.8);
}

/* line 91, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--transparent .fillable {
  fill: rgba(30, 39, 50, 0.6) !important;
}

/* line 95, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--transparent.cgt-badge--with-hover:hover {
  color: #1e2732;
}

/* line 98, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--transparent.cgt-badge--with-hover:hover .fillable {
  fill: #1e2732 !important;
}

/* line 104, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--info {
  background-color: #007aff;
}

/* line 107, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--info.cgt-badge--with-hover:hover {
  background-color: #0065d6;
}

/* line 110, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--info.cgt-badge--with-hover:hover .fillable {
  fill: white !important;
}

/* line 116, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--positive {
  background-color: #00c853;
}

/* line 119, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--positive.cgt-badge--with-hover:hover {
  background-color: #00a646;
}

/* line 122, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--positive.cgt-badge--with-hover:hover .fillable {
  fill: white !important;
}

/* line 128, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--attention {
  background-color: #ff8f00;
}

/* line 131, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--attention.cgt-badge--with-hover:hover {
  background-color: #d27700;
}

/* line 134, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--attention.cgt-badge--with-hover:hover .fillable {
  fill: white !important;
}

/* line 140, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--warning {
  background-color: #eb3d3d;
}

/* line 143, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--warning.cgt-badge--with-hover:hover {
  background-color: #c13333;
}

/* line 146, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--warning.cgt-badge--with-hover:hover .fillable {
  fill: white !important;
}

/* line 152, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--light-red {
  background-color: rgba(235, 61, 61, 0.2);
  color: rgba(30, 39, 50, 0.8);
}

/* line 156, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--light-red.cgt-badge--with-hover:hover {
  background-color: rgba(235, 61, 61, 0.4);
}

/* line 159, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--light-red.cgt-badge--with-hover:hover .fillable {
  fill: white !important;
}

/* line 165, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--light-green {
  background-color: rgba(0, 200, 83, 0.2);
  color: rgba(30, 39, 50, 0.8);
}

/* line 169, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--light-green.cgt-badge--with-hover:hover {
  background-color: rgba(0, 200, 83, 0.4);
}

/* line 172, node_modules/@cgtrader/triangle-ui/public/style/components/_badge.scss */
.cgt-badge--light-green.cgt-badge--with-hover:hover .fillable {
  fill: white !important;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h1 a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h1 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h1 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h1 a:disabled, .cgt-heading-h1 a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h1 a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h1 a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h1 a--dark:active {
  color: #005087;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h2 a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h2 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h2 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h2 a:disabled, .cgt-heading-h2 a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h2 a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h2 a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h2 a--dark:active {
  color: #005087;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h3 a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h3 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h3 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h3 a:disabled, .cgt-heading-h3 a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h3 a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h3 a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h3 a--dark:active {
  color: #005087;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-h4, .cgt-avatar--80, .cgt-avatar--64 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h4 a, .cgt-avatar--80 a, .cgt-avatar--64 a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h4 a:hover, .cgt-avatar--80 a:hover, .cgt-avatar--64 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h4 a:active, .cgt-avatar--80 a:active, .cgt-avatar--64 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h4 a:disabled, .cgt-avatar--80 a:disabled, .cgt-avatar--64 a:disabled, .cgt-heading-h4 a[disabled], .cgt-avatar--80 a[disabled], .cgt-avatar--64 a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h4 a--dark, .cgt-avatar--80 a--dark, .cgt-avatar--64 a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h4 a--dark:hover, .cgt-avatar--80 a--dark:hover, .cgt-avatar--64 a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h4 a--dark:active, .cgt-avatar--80 a--dark:active, .cgt-avatar--64 a--dark:active {
  color: #005087;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-h5, .cgt-text-lead {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h5 a, .cgt-text-lead a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h5 a:hover, .cgt-text-lead a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h5 a:active, .cgt-text-lead a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h5 a:disabled, .cgt-text-lead a:disabled, .cgt-heading-h5 a[disabled], .cgt-text-lead a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h5 a--dark, .cgt-text-lead a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h5 a--dark:hover, .cgt-text-lead a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h5 a--dark:active, .cgt-text-lead a--dark:active {
  color: #005087;
}

/* line 16, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-h6, .cgt-avatar--48, .cgt-avatar--40, .__floater__body .react-joyride__tooltip > div:first-child {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h6 a, .cgt-avatar--48 a, .cgt-avatar--40 a, .__floater__body .react-joyride__tooltip > div:first-child a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h6 a:hover, .cgt-avatar--48 a:hover, .cgt-avatar--40 a:hover, .__floater__body .react-joyride__tooltip > div:first-child a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h6 a:active, .cgt-avatar--48 a:active, .cgt-avatar--40 a:active, .__floater__body .react-joyride__tooltip > div:first-child a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h6 a:disabled, .cgt-avatar--48 a:disabled, .cgt-avatar--40 a:disabled, .__floater__body .react-joyride__tooltip > div:first-child a:disabled, .cgt-heading-h6 a[disabled], .cgt-avatar--48 a[disabled], .cgt-avatar--40 a[disabled], .__floater__body .react-joyride__tooltip > div:first-child a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h6 a--dark, .cgt-avatar--48 a--dark, .cgt-avatar--40 a--dark, .__floater__body .react-joyride__tooltip > div:first-child a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h6 a--dark:hover, .cgt-avatar--48 a--dark:hover, .cgt-avatar--40 a--dark:hover, .__floater__body .react-joyride__tooltip > div:first-child a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h6 a--dark:active, .cgt-avatar--48 a--dark:active, .cgt-avatar--40 a--dark:active, .__floater__body .react-joyride__tooltip > div:first-child a--dark:active {
  color: #005087;
}

@media (min-width: 964px) {
  /* line 32, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
  .cgt-heading-h1 {
    font-size: 52px;
    line-height: 60px;
  }
  /* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h1 a {
    position: relative;
    color: #19bcc9;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    transition-duration: 0.2s;
    transition-property: color;
    text-decoration: underline;
  }
  /* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h1 a:hover {
    color: #159ca9;
  }
  /* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h1 a:active {
    color: #159ca9;
  }
  /* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h1 a:disabled, .cgt-heading-h1 a[disabled] {
    color: rgba(30, 39, 50, 0.4);
    cursor: not-allowed;
  }
  /* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h1 a--dark {
    color: rgba(0, 80, 135, 0.6);
  }
  /* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h1 a--dark:hover {
    color: #005087;
  }
  /* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h1 a--dark:active {
    color: #005087;
  }
  /* line 32, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
  .cgt-heading-h2 {
    font-size: 40px;
    line-height: 48px;
  }
  /* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h2 a {
    position: relative;
    color: #19bcc9;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    transition-duration: 0.2s;
    transition-property: color;
    text-decoration: underline;
  }
  /* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h2 a:hover {
    color: #159ca9;
  }
  /* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h2 a:active {
    color: #159ca9;
  }
  /* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h2 a:disabled, .cgt-heading-h2 a[disabled] {
    color: rgba(30, 39, 50, 0.4);
    cursor: not-allowed;
  }
  /* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h2 a--dark {
    color: rgba(0, 80, 135, 0.6);
  }
  /* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h2 a--dark:hover {
    color: #005087;
  }
  /* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h2 a--dark:active {
    color: #005087;
  }
  /* line 32, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
  .cgt-heading-h3 {
    font-size: 32px;
    line-height: 44px;
  }
  /* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h3 a {
    position: relative;
    color: #19bcc9;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    transition-duration: 0.2s;
    transition-property: color;
    text-decoration: underline;
  }
  /* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h3 a:hover {
    color: #159ca9;
  }
  /* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h3 a:active {
    color: #159ca9;
  }
  /* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h3 a:disabled, .cgt-heading-h3 a[disabled] {
    color: rgba(30, 39, 50, 0.4);
    cursor: not-allowed;
  }
  /* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h3 a--dark {
    color: rgba(0, 80, 135, 0.6);
  }
  /* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h3 a--dark:hover {
    color: #005087;
  }
  /* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h3 a--dark:active {
    color: #005087;
  }
  /* line 32, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
  .cgt-heading-h4, .cgt-avatar--80, .cgt-avatar--64 {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h4 a, .cgt-avatar--80 a, .cgt-avatar--64 a {
    position: relative;
    color: #19bcc9;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    transition-duration: 0.2s;
    transition-property: color;
    text-decoration: underline;
  }
  /* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h4 a:hover, .cgt-avatar--80 a:hover, .cgt-avatar--64 a:hover {
    color: #159ca9;
  }
  /* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h4 a:active, .cgt-avatar--80 a:active, .cgt-avatar--64 a:active {
    color: #159ca9;
  }
  /* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h4 a:disabled, .cgt-avatar--80 a:disabled, .cgt-avatar--64 a:disabled, .cgt-heading-h4 a[disabled], .cgt-avatar--80 a[disabled], .cgt-avatar--64 a[disabled] {
    color: rgba(30, 39, 50, 0.4);
    cursor: not-allowed;
  }
  /* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h4 a--dark, .cgt-avatar--80 a--dark, .cgt-avatar--64 a--dark {
    color: rgba(0, 80, 135, 0.6);
  }
  /* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h4 a--dark:hover, .cgt-avatar--80 a--dark:hover, .cgt-avatar--64 a--dark:hover {
    color: #005087;
  }
  /* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h4 a--dark:active, .cgt-avatar--80 a--dark:active, .cgt-avatar--64 a--dark:active {
    color: #005087;
  }
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading--light, .cgt-heading--white, .cgt-heading--dark-bg, .__floater__body .react-joyride__tooltip > div:first-child {
  color: white;
}

/* line 65, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading--disabled {
  color: rgba(30, 39, 50, 0.4);
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-mobile-h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h1 a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h1 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h1 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h1 a:disabled, .cgt-heading-mobile-h1 a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h1 a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h1 a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h1 a--dark:active {
  color: #005087;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-mobile-h2 {
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h2 a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h2 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h2 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h2 a:disabled, .cgt-heading-mobile-h2 a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h2 a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h2 a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h2 a--dark:active {
  color: #005087;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-mobile-h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h3 a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h3 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h3 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h3 a:disabled, .cgt-heading-mobile-h3 a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h3 a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h3 a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h3 a--dark:active {
  color: #005087;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-mobile-h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h4 a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h4 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h4 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h4 a:disabled, .cgt-heading-mobile-h4 a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h4 a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h4 a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h4 a--dark:active {
  color: #005087;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-mobile-h5 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h5 a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h5 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h5 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h5 a:disabled, .cgt-heading-mobile-h5 a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h5 a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h5 a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h5 a--dark:active {
  color: #005087;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-mobile-h6 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h6 a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h6 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h6 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h6 a:disabled, .cgt-heading-mobile-h6 a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h6 a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h6 a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile-h6 a--dark:active {
  color: #005087;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile--light, .cgt-heading-mobile--white, .cgt-heading-mobile--dark-bg {
  color: white;
}

/* line 65, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-mobile--disabled {
  color: rgba(30, 39, 50, 0.4);
}

/* line 62, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-container {
  display: flex;
  align-items: center;
}

/* line 66, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-container--full-width {
  width: 100%;
}

/* line 70, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-container__actions-wrapper {
  display: flex;
  flex-grow: 1;
}

/* line 75, node_modules/@cgtrader/triangle-ui/public/style/components/_heading.scss */
.cgt-heading-container__actions {
  display: flex;
  margin-left: auto;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-lead--light, .cgt-text-lead--white, .cgt-text-lead--dark-bg {
  color: white;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-lead a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-lead a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-lead a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-lead a:disabled, .cgt-text-lead a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-lead a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-lead a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-lead a--dark:active {
  color: #005087;
}

/* line 19, node_modules/@cgtrader/triangle-ui/public/style/components/_text.scss */
.cgt-text-default {
  color: #1e2732;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-default--light, .cgt-text-default--white, .cgt-text-default--dark-bg {
  color: white;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-default a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-default a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-default a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-default a:disabled, .cgt-text-default a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-default a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-default a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-default a--dark:active {
  color: #005087;
}

/* line 30, node_modules/@cgtrader/triangle-ui/public/style/components/_text.scss */
.cgt-text-caption, .cgt-avatar--32, .cgt-avatar--24 {
  color: #1e2732;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-caption--light, .cgt-text-caption--white, .cgt-text-caption--dark-bg {
  color: white;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-caption a, .cgt-avatar--32 a, .cgt-avatar--24 a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-caption a:hover, .cgt-avatar--32 a:hover, .cgt-avatar--24 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-caption a:active, .cgt-avatar--32 a:active, .cgt-avatar--24 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-caption a:disabled, .cgt-avatar--32 a:disabled, .cgt-avatar--24 a:disabled, .cgt-text-caption a[disabled], .cgt-avatar--32 a[disabled], .cgt-avatar--24 a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-caption a--dark, .cgt-avatar--32 a--dark, .cgt-avatar--24 a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-caption a--dark:hover, .cgt-avatar--32 a--dark:hover, .cgt-avatar--24 a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-caption a--dark:active, .cgt-avatar--32 a--dark:active, .cgt-avatar--24 a--dark:active {
  color: #005087;
}

/* line 40, node_modules/@cgtrader/triangle-ui/public/style/components/_text.scss */
.cgt-text-caption--disabled {
  color: rgba(30, 39, 50, 0.4);
  cursor: default;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/components/_text.scss */
.cgt-text-caption--inherit-color {
  color: inherit;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_text.scss */
.cgt-text-tiny {
  color: #1e2732;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

/* line 55, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-tiny--light, .cgt-text-tiny--white, .cgt-text-tiny--dark-bg {
  color: white;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-tiny a {
  position: relative;
  color: #19bcc9;
  line-height: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition-duration: 0.2s;
  transition-property: color;
  text-decoration: underline;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-tiny a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-tiny a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-tiny a:disabled, .cgt-text-tiny a[disabled] {
  color: rgba(30, 39, 50, 0.4);
  cursor: not-allowed;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-tiny a--dark {
  color: rgba(0, 80, 135, 0.6);
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-tiny a--dark:hover {
  color: #005087;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-tiny a--dark:active {
  color: #005087;
}

/* line 60, node_modules/@cgtrader/triangle-ui/public/style/components/_text.scss */
.cgt-text--align-left {
  text-align: left;
}

/* line 64, node_modules/@cgtrader/triangle-ui/public/style/components/_text.scss */
.cgt-text--align-center {
  text-align: center;
}

/* line 68, node_modules/@cgtrader/triangle-ui/public/style/components/_text.scss */
.cgt-text--align-right {
  text-align: right;
}

/* line 72, node_modules/@cgtrader/triangle-ui/public/style/components/_text.scss */
.cgt-text--color-primary {
  color: #1e2732;
}

/* line 76, node_modules/@cgtrader/triangle-ui/public/style/components/_text.scss */
.cgt-text--color-secondary {
  color: #1e2732;
}

/* line 80, node_modules/@cgtrader/triangle-ui/public/style/components/_text.scss */
.cgt-text--color-secondary-opaque {
  color: rgba(30, 39, 50, 0.8);
}

/* line 65, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text--disabled {
  color: rgba(30, 39, 50, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-primary-10 {
  color: rgba(25, 188, 201, 0.1);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-primary-10 {
  background-color: rgba(25, 188, 201, 0.1);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-primary-20 {
  color: rgba(25, 188, 201, 0.2);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-primary-20 {
  background-color: rgba(25, 188, 201, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-primary-40 {
  color: rgba(25, 188, 201, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-primary-40 {
  background-color: rgba(25, 188, 201, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-primary-60 {
  color: rgba(25, 188, 201, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-primary-60 {
  background-color: rgba(25, 188, 201, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-primary-80 {
  color: rgba(25, 188, 201, 0.8);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-primary-80 {
  background-color: rgba(25, 188, 201, 0.8);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-primary-100 {
  color: #19bcc9;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-primary-100 {
  background-color: #19bcc9;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-primary-120 {
  color: #159ca9;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-primary-120 {
  background-color: #159ca9;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-secondary-10 {
  color: rgba(0, 80, 135, 0.1);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-secondary-10 {
  background-color: rgba(0, 80, 135, 0.1);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-secondary-20 {
  color: rgba(0, 80, 135, 0.2);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-secondary-20 {
  background-color: rgba(0, 80, 135, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-secondary-40 {
  color: rgba(0, 80, 135, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-secondary-40 {
  background-color: rgba(0, 80, 135, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-secondary-60 {
  color: rgba(0, 80, 135, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-secondary-60 {
  background-color: rgba(0, 80, 135, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-secondary-80 {
  color: rgba(0, 80, 135, 0.8);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-secondary-80 {
  background-color: rgba(0, 80, 135, 0.8);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-secondary-100 {
  color: #005087;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-secondary-100 {
  background-color: #005087;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-brand-secondary-120 {
  color: #004271;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-brand-secondary-120 {
  background-color: #004271;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-info-10 {
  color: rgba(0, 122, 255, 0.1);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-info-10 {
  background-color: rgba(0, 122, 255, 0.1);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-info-20 {
  color: rgba(0, 122, 255, 0.2);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-info-20 {
  background-color: rgba(0, 122, 255, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-info-40 {
  color: rgba(0, 122, 255, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-info-40 {
  background-color: rgba(0, 122, 255, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-info-60 {
  color: rgba(0, 122, 255, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-info-60 {
  background-color: rgba(0, 122, 255, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-info-80 {
  color: rgba(0, 122, 255, 0.8);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-info-80 {
  background-color: rgba(0, 122, 255, 0.8);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-info-100 {
  color: #007aff;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-info-100 {
  background-color: #007aff;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-info-120 {
  color: #0065d6;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-info-120 {
  background-color: #0065d6;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-positive-10 {
  color: rgba(0, 200, 83, 0.1);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-positive-10 {
  background-color: rgba(0, 200, 83, 0.1);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-positive-20 {
  color: rgba(0, 200, 83, 0.2);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-positive-20 {
  background-color: rgba(0, 200, 83, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-positive-40 {
  color: rgba(0, 200, 83, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-positive-40 {
  background-color: rgba(0, 200, 83, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-positive-60 {
  color: rgba(0, 200, 83, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-positive-60 {
  background-color: rgba(0, 200, 83, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-positive-80 {
  color: rgba(0, 200, 83, 0.8);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-positive-80 {
  background-color: rgba(0, 200, 83, 0.8);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-positive-100 {
  color: #00c853;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-positive-100 {
  background-color: #00c853;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-positive-120 {
  color: #00a646;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-positive-120 {
  background-color: #00a646;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-attention-10 {
  color: rgba(255, 143, 0, 0.1);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-attention-10 {
  background-color: rgba(255, 143, 0, 0.1);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-attention-20 {
  color: rgba(255, 143, 0, 0.2);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-attention-20 {
  background-color: rgba(255, 143, 0, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-attention-40 {
  color: rgba(255, 143, 0, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-attention-40 {
  background-color: rgba(255, 143, 0, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-attention-60 {
  color: rgba(255, 143, 0, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-attention-60 {
  background-color: rgba(255, 143, 0, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-attention-80 {
  color: rgba(255, 143, 0, 0.8);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-attention-80 {
  background-color: rgba(255, 143, 0, 0.8);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-attention-100 {
  color: #ff8f00;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-attention-100 {
  background-color: #ff8f00;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-attention-120 {
  color: #d27700;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-attention-120 {
  background-color: #d27700;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-danger-10 {
  color: rgba(235, 61, 61, 0.1);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-danger-10 {
  background-color: rgba(235, 61, 61, 0.1);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-danger-20 {
  color: rgba(235, 61, 61, 0.2);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-danger-20 {
  background-color: rgba(235, 61, 61, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-danger-40 {
  color: rgba(235, 61, 61, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-danger-40 {
  background-color: rgba(235, 61, 61, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-danger-60 {
  color: rgba(235, 61, 61, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-danger-60 {
  background-color: rgba(235, 61, 61, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-danger-80 {
  color: rgba(235, 61, 61, 0.8);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-danger-80 {
  background-color: rgba(235, 61, 61, 0.8);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-danger-100 {
  color: #eb3d3d;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-danger-100 {
  background-color: #eb3d3d;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-utility-danger-120 {
  color: #c13333;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-utility-danger-120 {
  background-color: #c13333;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-pink {
  color: #d43d62;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-pink {
  background-color: #d43d62;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-pink-10 {
  color: rgba(212, 61, 98, 0.1);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-pink-10 {
  background-color: rgba(212, 61, 98, 0.1);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-pink-20 {
  color: rgba(212, 61, 98, 0.2);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-pink-20 {
  background-color: rgba(212, 61, 98, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-pink-40 {
  color: rgba(212, 61, 98, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-pink-40 {
  background-color: rgba(212, 61, 98, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-pink-60 {
  color: rgba(212, 61, 98, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-pink-60 {
  background-color: rgba(212, 61, 98, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-pink-80 {
  color: rgba(212, 61, 98, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-pink-80 {
  background-color: rgba(212, 61, 98, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-pink-100 {
  color: #d43d62;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-pink-100 {
  background-color: #d43d62;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-pink-120 {
  color: #b03958;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-pink-120 {
  background-color: #b03958;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-purple {
  color: #8f2cb7;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-purple {
  background-color: #8f2cb7;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-purple-10 {
  color: rgba(143, 44, 183, 0.1);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-purple-10 {
  background-color: rgba(143, 44, 183, 0.1);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-purple-20 {
  color: rgba(143, 44, 183, 0.2);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-purple-20 {
  background-color: rgba(143, 44, 183, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-purple-40 {
  color: rgba(143, 44, 183, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-purple-40 {
  background-color: rgba(143, 44, 183, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-purple-60 {
  color: rgba(143, 44, 183, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-purple-60 {
  background-color: rgba(143, 44, 183, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-purple-80 {
  color: rgba(143, 44, 183, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-purple-80 {
  background-color: rgba(143, 44, 183, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-purple-100 {
  color: #8f2cb7;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-purple-100 {
  background-color: #8f2cb7;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-purple-120 {
  color: #782b9c;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-purple-120 {
  background-color: #782b9c;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-indigo {
  color: #3a1db7;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-indigo {
  background-color: #3a1db7;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-indigo-10 {
  color: rgba(58, 29, 183, 0.1);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-indigo-10 {
  background-color: rgba(58, 29, 183, 0.1);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-indigo-20 {
  color: rgba(58, 29, 183, 0.2);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-indigo-20 {
  background-color: rgba(58, 29, 183, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-indigo-40 {
  color: rgba(58, 29, 183, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-indigo-40 {
  background-color: rgba(58, 29, 183, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-indigo-60 {
  color: rgba(58, 29, 183, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-indigo-60 {
  background-color: rgba(58, 29, 183, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-indigo-80 {
  color: rgba(58, 29, 183, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-indigo-80 {
  background-color: rgba(58, 29, 183, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-indigo-100 {
  color: #3a1db7;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-indigo-100 {
  background-color: #3a1db7;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-extra-indigo-120 {
  color: #341f9c;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-extra-indigo-120 {
  background-color: #341f9c;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-white-0 {
  color: rgba(255, 255, 255, 0);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-white-0 {
  background-color: rgba(255, 255, 255, 0);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-white-100 {
  color: white;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-white-100 {
  background-color: white;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-2 {
  color: rgba(30, 39, 50, 0.02);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-2 {
  background-color: rgba(30, 39, 50, 0.02);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-4 {
  color: rgba(30, 39, 50, 0.04);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-4 {
  background-color: rgba(30, 39, 50, 0.04);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-6 {
  color: rgba(30, 39, 50, 0.06);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-6 {
  background-color: rgba(30, 39, 50, 0.06);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-8 {
  color: rgba(30, 39, 50, 0.08);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-8 {
  background-color: rgba(30, 39, 50, 0.08);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-10 {
  color: rgba(30, 39, 50, 0.1);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-10 {
  background-color: rgba(30, 39, 50, 0.1);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-12 {
  color: rgba(30, 39, 50, 0.12);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-12 {
  background-color: rgba(30, 39, 50, 0.12);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-16 {
  color: rgba(30, 39, 50, 0.16);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-16 {
  background-color: rgba(30, 39, 50, 0.16);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-24 {
  color: rgba(30, 39, 50, 0.24);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-24 {
  background-color: rgba(30, 39, 50, 0.24);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-32 {
  color: rgba(30, 39, 50, 0.32);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-32 {
  background-color: rgba(30, 39, 50, 0.32);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-40 {
  color: rgba(30, 39, 50, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-40 {
  background-color: rgba(30, 39, 50, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-50 {
  color: rgba(30, 39, 50, 0.5);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-50 {
  background-color: rgba(30, 39, 50, 0.5);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-60 {
  color: rgba(30, 39, 50, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-60 {
  background-color: rgba(30, 39, 50, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-70 {
  color: rgba(30, 39, 50, 0.7);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-70 {
  background-color: rgba(30, 39, 50, 0.7);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-80 {
  color: rgba(30, 39, 50, 0.8);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-80 {
  background-color: rgba(30, 39, 50, 0.8);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-90 {
  color: rgba(30, 39, 50, 0.9);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-90 {
  background-color: rgba(30, 39, 50, 0.9);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-grey-100 {
  color: #1e2732;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-grey-100 {
  background-color: #1e2732;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-typography-primary {
  color: #1e2732;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-typography-primary {
  background-color: #1e2732;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-typography-secondary {
  color: rgba(30, 39, 50, 0.8);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-typography-secondary {
  background-color: rgba(30, 39, 50, 0.8);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-typography-disabled {
  color: rgba(30, 39, 50, 0.4);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-typography-disabled {
  background-color: rgba(30, 39, 50, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-typography-light {
  color: white;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-typography-light {
  background-color: white;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-typography-secondary-light {
  color: rgba(255, 255, 255, 0.8);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-typography-secondary-light {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-typography-link {
  color: #19bcc9;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-typography-link {
  background-color: #19bcc9;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-typography-link-hover {
  color: #159ca9;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-typography-link-hover {
  background-color: #159ca9;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-typography-back-link {
  color: rgba(0, 80, 135, 0.6);
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-typography-back-link {
  background-color: rgba(0, 80, 135, 0.6);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-color-typography-back-link-hover {
  color: #005087;
}

/* line 8, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-typography-back-link-hover {
  background-color: #005087;
}

/* line 13, node_modules/@cgtrader/triangle-ui/public/style/components/_colors.scss */
.cgt-back-color-transparency {
  background-color: rgba(30, 39, 50, 0.02);
  background-image: linear-gradient(45deg, rgba(30, 39, 50, 0.06) 25%, transparent 25%, transparent 75%, rgba(30, 39, 50, 0.06) 75%, rgba(30, 39, 50, 0.06)), linear-gradient(45deg, rgba(30, 39, 50, 0.06) 25%, transparent 25%, transparent 75%, rgba(30, 39, 50, 0.06) 75%, rgba(30, 39, 50, 0.06));
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}

/* line 5, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa {
  margin-right: 5px;
  vertical-align: baseline;
}

/* line 9, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.is-green {
  color: #19bcc9;
}

/* line 13, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.is-green-dark {
  color: #159ca9;
}

/* line 17, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.is-red {
  color: #ce3c5c;
}

/* line 21, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.is-red-heart {
  color: #e3454b;
}

/* line 25, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.is-grey {
  color: #d5d5d5;
}

/* line 29, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.is-grey-light {
  color: #eee;
}

/* line 33, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.is-grey-dark {
  color: #3f444c;
}

/* line 37, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.is-white {
  color: #fff;
}

/* line 41, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.is-yellow {
  color: #f5a623;
}

/* line 45, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.is-not-spaced {
  margin: 0;
}

/* line 49, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.ml-5 {
  margin: 0 0 0 5px;
}

/* line 53, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.height-12 {
  font-size: 0.625rem;
  line-height: 12px;
}

/* line 58, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.height-24 {
  font-size: 1.125rem;
  line-height: 24px;
}

/* line 63, app/assets/stylesheets/components/_icons.scss */
.svg-inline--fa.height-36 {
  font-size: 2.25rem;
  line-height: 36px;
}

/* line 71, app/assets/stylesheets/components/_icons.scss */
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  line-height: 16px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  fill: currentColor;
}

/* line 82, app/assets/stylesheets/components/_icons.scss */
.icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 92, app/assets/stylesheets/components/_icons.scss */
.icon--24 {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 98, app/assets/stylesheets/components/_icons.scss */
.icon--32,
.icon--big {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 105, app/assets/stylesheets/components/_icons.scss */
.icon--40,
.icon--huge {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* line 112, app/assets/stylesheets/components/_icons.scss */
.icon--material {
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 24px;
}

/* line 118, app/assets/stylesheets/components/_icons.scss */
.icon--material.icon--24 {
  font-size: 24px;
}

/* line 122, app/assets/stylesheets/components/_icons.scss */
.icon--material.icon--32 {
  font-size: 32px;
}

/* line 28, app/assets/stylesheets/components/_buttons.scss */
.button {
  background: #19bcc9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  height: 33px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  color: white;
  font-size: 1rem;
  line-height: 33px;
  text-decoration: none;
  text-align: center;
  transition: 0.15s ease-in-out background;
  cursor: pointer;
  vertical-align: middle;
}

/* line 4, app/assets/stylesheets/components/_buttons.scss */
.button:hover, .button.is-hover, .button.is-active {
  background: #23272c;
}

/* line 10, app/assets/stylesheets/components/_buttons.scss */
.button:active {
  background: #0c0e10;
}

/* line 20, app/assets/stylesheets/components/_buttons.scss */
.button.is-disabled:hover, .button.is-disabled.is-hover, .button.is-disabled.is-active, .button[disabled]:hover, .button.is-hover[disabled], .button.is-active[disabled] {
  background: #19bcc9;
}

/* line 45, app/assets/stylesheets/components/_buttons.scss */
.button.is-disabled, .button[disabled] {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

/* line 54, app/assets/stylesheets/components/_buttons.scss */
a.button {
  color: white;
}

/* line 58, app/assets/stylesheets/components/_buttons.scss */
.button--alt {
  background: #ce3c5c;
}

/* line 4, app/assets/stylesheets/components/_buttons.scss */
.button--alt:hover, .button--alt.is-hover, .button--alt.is-active {
  background: #23272c;
}

/* line 10, app/assets/stylesheets/components/_buttons.scss */
.button--alt:active {
  background: #0c0e10;
}

/* line 20, app/assets/stylesheets/components/_buttons.scss */
.button--alt.is-disabled:hover, .button--alt.is-disabled.is-hover, .button--alt.is-disabled.is-active, .button--alt[disabled]:hover, .button--alt.is-hover[disabled], .button--alt.is-active[disabled] {
  background: #ce3c5c;
}

/* line 62, app/assets/stylesheets/components/_buttons.scss */
.button--dark {
  background: #131518;
}

/* line 4, app/assets/stylesheets/components/_buttons.scss */
.button--dark:hover, .button--dark.is-hover, .button--dark.is-active {
  background: #3f444c;
}

/* line 10, app/assets/stylesheets/components/_buttons.scss */
.button--dark:active {
  background: #282b30;
}

/* line 20, app/assets/stylesheets/components/_buttons.scss */
.button--dark.is-disabled:hover, .button--dark.is-disabled.is-hover, .button--dark.is-disabled.is-active, .button--dark[disabled]:hover, .button--dark.is-hover[disabled], .button--dark.is-active[disabled] {
  background: #131518;
}

/* line 66, app/assets/stylesheets/components/_buttons.scss */
.button--light {
  background: #fff;
  color: #485c66;
}

/* line 4, app/assets/stylesheets/components/_buttons.scss */
.button--light:hover, .button--light.is-hover, .button--light.is-active {
  background: #19bcc9;
}

/* line 10, app/assets/stylesheets/components/_buttons.scss */
.button--light:active {
  background: #13929c;
}

/* line 20, app/assets/stylesheets/components/_buttons.scss */
.button--light.is-disabled:hover, .button--light.is-disabled.is-hover, .button--light.is-disabled.is-active, .button--light[disabled]:hover, .button--light.is-hover[disabled], .button--light.is-active[disabled] {
  background: #fff;
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.button--light:hover {
  color: #fff;
}

/* line 75, app/assets/stylesheets/components/_buttons.scss */
.button--horizontally-spaced {
  margin: 0 5px;
}

/* line 79, app/assets/stylesheets/components/_buttons.scss */
.button--transparent {
  background: transparent;
  opacity: 0.8;
  transition: 0.15s ease-in-out all;
}

/* line 4, app/assets/stylesheets/components/_buttons.scss */
.button--transparent:hover, .button--transparent.is-hover, .button--transparent.is-active {
  background: transparent;
}

/* line 10, app/assets/stylesheets/components/_buttons.scss */
.button--transparent:active {
  background: transparent;
}

/* line 20, app/assets/stylesheets/components/_buttons.scss */
.button--transparent.is-disabled:hover, .button--transparent.is-disabled.is-hover, .button--transparent.is-disabled.is-active, .button--transparent[disabled]:hover, .button--transparent.is-hover[disabled], .button--transparent.is-active[disabled] {
  background: transparent;
}

/* line 84, app/assets/stylesheets/components/_buttons.scss */
.button--transparent:hover, .button--transparent.is-hover, .button--transparent.is-active {
  opacity: 1;
}

/* line 90, app/assets/stylesheets/components/_buttons.scss */
.button--transparent.is-disabled, .button--transparent[disabled] {
  opacity: 0.4;
}

/* line 96, app/assets/stylesheets/components/_buttons.scss */
.button--compact {
  height: 40px;
  line-height: 40px;
}

/* line 101, app/assets/stylesheets/components/_buttons.scss */
.button--icon {
  padding: 0 5px;
}

/* line 106, app/assets/stylesheets/components/_buttons.scss */
.button--icon .svg-inline--fa {
  margin-right: 0;
}

/* line 111, app/assets/stylesheets/components/_buttons.scss */
.button--forward {
  padding: 0 15px;
}

/* line 116, app/assets/stylesheets/components/_buttons.scss */
.button--forward .svg-inline--fa {
  margin-left: 3px;
  margin-right: 0;
  position: relative;
  top: 0;
}

/* line 124, app/assets/stylesheets/components/_buttons.scss */
.button--big {
  height: 50px;
  padding: 0 15px;
  font-size: 1rem;
  line-height: 48px;
}

/* line 131, app/assets/stylesheets/components/_buttons.scss */
.button--tiny {
  height: 20px;
  padding: 0 9px;
  font-size: 0.6875rem;
  line-height: 20px;
}

/* line 138, app/assets/stylesheets/components/_buttons.scss */
.button--longer {
  padding: 0 30px;
}

/* line 142, app/assets/stylesheets/components/_buttons.scss */
.button--full {
  width: 100%;
}

/* line 146, app/assets/stylesheets/components/_buttons.scss */
.button--promo {
  height: 50px;
  padding: 0 55px;
  border: 1px dashed #19bcc9;
  background: rgba(255, 255, 255, 0.1);
  color: #19bcc9;
  font-size: 1.25rem;
  line-height: 45px;
  font-weight: 400;
}

/* line 156, app/assets/stylesheets/components/_buttons.scss */
.button--promo:hover {
  background: rgba(25, 188, 201, 0.7);
  border-color: transparent;
  color: white;
}

/* line 163, app/assets/stylesheets/components/_buttons.scss */
a.button--promo {
  color: #19bcc9;
}

/* line 166, app/assets/stylesheets/components/_buttons.scss */
a.button--promo:hover {
  color: white;
}

/* line 171, app/assets/stylesheets/components/_buttons.scss */
.button--outline {
  border-radius: 0;
  border: 2px solid #d6dee2;
  background: none;
  color: #131518;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 180, app/assets/stylesheets/components/_buttons.scss */
.button--outline:hover {
  border-color: #19bcc9;
  background: #19bcc9;
  color: white;
}

/* line 186, app/assets/stylesheets/components/_buttons.scss */
.button--outline.button--on-contrast {
  border-color: white;
  color: white;
}

/* line 190, app/assets/stylesheets/components/_buttons.scss */
.button--outline.button--on-contrast:hover {
  border-color: #19bcc9;
  background: #19bcc9;
  color: white;
}

/* line 198, app/assets/stylesheets/components/_buttons.scss */
a.button--outline {
  color: #131518;
}

/* line 201, app/assets/stylesheets/components/_buttons.scss */
a.button--outline:hover {
  color: white;
}

/* line 205, app/assets/stylesheets/components/_buttons.scss */
a.button--outline.button--on-contrast {
  color: white;
}

/* line 208, app/assets/stylesheets/components/_buttons.scss */
a.button--outline.button--on-contrast:hover {
  color: white;
}

/* line 214, app/assets/stylesheets/components/_buttons.scss */
.button--small-outline {
  font-size: 0.9375rem;
  border: 1px solid #19bcc9;
  background: transparent;
  color: #159ca9;
  line-height: 27px;
  height: 30px;
  padding: 0 5px;
}

/* line 224, app/assets/stylesheets/components/_buttons.scss */
.button--small-outline:hover {
  background: #19bcc9;
  color: white;
}

/* line 230, app/assets/stylesheets/components/_buttons.scss */
.button--facebook {
  background: #43609b;
}

/* line 4, app/assets/stylesheets/components/_buttons.scss */
.button--facebook:hover, .button--facebook.is-hover, .button--facebook.is-active {
  background: #344a77;
}

/* line 10, app/assets/stylesheets/components/_buttons.scss */
.button--facebook:active {
  background: #243454;
}

/* line 20, app/assets/stylesheets/components/_buttons.scss */
.button--facebook.is-disabled:hover, .button--facebook.is-disabled.is-hover, .button--facebook.is-disabled.is-active, .button--facebook[disabled]:hover, .button--facebook.is-hover[disabled], .button--facebook.is-active[disabled] {
  background: #43609b;
}

/* line 234, app/assets/stylesheets/components/_buttons.scss */
.button--wishlist {
  height: 28px;
  line-height: 28px;
}

/* line 238, app/assets/stylesheets/components/_buttons.scss */
.button--wishlist:hover {
  background: #117c85;
}

/* line 243, app/assets/stylesheets/components/_buttons.scss */
.button--pill {
  height: 40px;
  padding: 0 30px;
  margin-right: 5px;
  line-height: 36px;
  border: 2px solid transparent;
  border-radius: 20px;
}

/* line 253, app/assets/stylesheets/components/_buttons.scss */
.button--pill.button--small {
  height: 35px;
  padding: 0 20px;
  line-height: 32px;
}

/* line 260, app/assets/stylesheets/components/_buttons.scss */
.button--small-pill {
  height: auto;
  line-height: 33px;
}

/* line 264, app/assets/stylesheets/components/_buttons.scss */
.button--small-pill.button--alt {
  background: none;
  color: #19bcc9;
  border: 2px solid #19bcc9;
}

/* line 269, app/assets/stylesheets/components/_buttons.scss */
.button--small-pill.button--alt:hover {
  background: #19bcc9;
  color: white;
}

/* line 276, app/assets/stylesheets/components/_buttons.scss */
.button--tiny-pill {
  font-size: 0.875rem;
  height: auto;
  padding: 0 10px;
  line-height: 30px;
}

/* line 282, app/assets/stylesheets/components/_buttons.scss */
.button--tiny-pill.button--alt {
  background: none;
  color: #19bcc9;
  border: 2px solid #19bcc9;
}

/* line 287, app/assets/stylesheets/components/_buttons.scss */
.button--tiny-pill.button--alt:hover {
  background: #19bcc9;
  color: white;
}

/* line 294, app/assets/stylesheets/components/_buttons.scss */
.button--material {
  min-width: 88px;
  height: 36px;
  padding: 0 16px;
  margin: 6px 4px;
  line-height: 36px;
  font-size: 0.875rem;
  text-transform: uppercase;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
}

/* line 305, app/assets/stylesheets/components/_buttons.scss */
.button--paypal {
  width: auto !important;
  height: auto !important;
  background: #009be1;
}

/* line 311, app/assets/stylesheets/components/_buttons.scss */
.button--big-text {
  font-size: 1.125rem;
}

/* line 315, app/assets/stylesheets/components/_buttons.scss */
.button--file {
  position: relative;
  overflow: hidden;
}

/* line 319, app/assets/stylesheets/components/_buttons.scss */
.button--file input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 329, app/assets/stylesheets/components/_buttons.scss */
.button--link {
  color: #131518;
  border: none;
  background-color: inherit;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.button--link:hover {
  color: #19bcc9;
}

@media (max-width: 575.98px) {
  /* line 335, app/assets/stylesheets/components/_buttons.scss */
  .button--full-on-mobile {
    width: 100%;
  }
}

/* line 6, app/assets/stylesheets/components/_btns.scss */
.btn, .mde-header .mde-tabs button,
.mde-header .mde-header-group button {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0 solid transparent;
}

/* line 17, app/assets/stylesheets/components/_btns.scss */
.btn:focus, .mde-header .mde-tabs button:focus,
.mde-header .mde-header-group button:focus, .btn.focus, .mde-header .mde-tabs button.focus,
.mde-header .mde-header-group button.focus {
  outline: 0;
}

/* line 24, app/assets/stylesheets/components/_btns.scss */
.btn.disabled, .mde-header .mde-tabs button.disabled,
.mde-header .mde-header-group button.disabled, .btn:disabled, .mde-header .mde-tabs button:disabled,
.mde-header .mde-header-group button:disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* line 30, app/assets/stylesheets/components/_btns.scss */
.btn:not([disabled]):not(.disabled):active, .mde-header .mde-tabs button:not([disabled]):not(.disabled):active,
.mde-header .mde-header-group button:not([disabled]):not(.disabled):active, .btn.active:not([disabled]):not(.disabled), .mde-header .mde-tabs button.active:not([disabled]):not(.disabled),
.mde-header .mde-header-group button.active:not([disabled]):not(.disabled) {
  background-image: none;
}

/* line 37, app/assets/stylesheets/components/_btns.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 46, app/assets/stylesheets/components/_btns.scss */
.btn-primary {
  color: #fff;
  background-color: #41a48f;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #368977;
}

/* line 46, app/assets/stylesheets/components/_btns.scss */
.btn-secondary {
  color: #fff;
  background-color: #ce3c5c;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #b62e4c;
}

/* line 46, app/assets/stylesheets/components/_btns.scss */
.btn-default {
  color: #6d6d6d;
  background-color: #d7dfe3;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-default:hover {
  color: #6d6d6d;
  background-color: #c1cdd3;
}

/* line 46, app/assets/stylesheets/components/_btns.scss */
.btn-white {
  color: #6d6d6d;
  background-color: #fff;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-white:hover {
  color: #6d6d6d;
  background-color: #ececec;
}

/* line 46, app/assets/stylesheets/components/_btns.scss */
.btn-black {
  color: #fff;
  background-color: #23272c;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-black:hover {
  color: #fff;
  background-color: #121417;
}

/* line 46, app/assets/stylesheets/components/_btns.scss */
.btn-transparent {
  color: #fff;
  background-color: transparent;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-transparent:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

/* line 46, app/assets/stylesheets/components/_btns.scss */
.btn-dark, .mde-header .mde-tabs button.selected {
  color: #fff;
  background-color: #204659;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-dark:hover, .mde-header .mde-tabs button.selected:hover {
  color: #fff;
  background-color: #16303d;
}

/* line 52, app/assets/stylesheets/components/_btns.scss */
.btn-outline-primary {
  color: #3f444c;
  background-color: transparent;
  background-image: none;
  border-color: #41a48f;
  border-width: 1px;
  border-style: solid;
  padding: calc(0.5rem - 1px) calc(1.5rem - 1px);
}

/* line 31, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-primary:hover {
  color: #626976;
  border-color: #51baa4;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #41a48f;
  background-color: transparent;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary.active:not([disabled]):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  border-color: #41a48f;
  box-shadow: 0 0 0 0.2rem rgba(65, 164, 143, 0.5);
}

/* line 56, app/assets/stylesheets/components/_btns.scss */
.btn-outline-primary.btn-lg, .btn-group-lg > .btn-outline-primary.btn, .mde-header .mde-tabs .btn-group-lg > button.btn-outline-primary,
.mde-header .mde-header-group .btn-group-lg > button.btn-outline-primary {
  padding: calc(0.5rem - 1px) calc(2rem - 1px);
}

/* line 60, app/assets/stylesheets/components/_btns.scss */
.btn-outline-primary.btn-sm, .btn-group-sm > .btn-outline-primary.btn, .mde-header .mde-tabs .btn-group-sm > button.btn-outline-primary,
.mde-header .mde-header-group .btn-group-sm > button.btn-outline-primary {
  padding: calc(0.25rem - 1px) calc(1rem - 1px);
}

/* line 64, app/assets/stylesheets/components/_btns.scss */
.btn-outline-primary.btn-white {
  background: #fff;
}

/* line 68, app/assets/stylesheets/components/_btns.scss */
.btn-outline-primary.btn-dark, .mde-header .mde-tabs button.btn-outline-primary.selected {
  color: #204659;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-primary.btn-dark:hover, .mde-header .mde-tabs button.btn-outline-primary.selected:hover {
  color: #16303d;
}

/* line 52, app/assets/stylesheets/components/_btns.scss */
.btn-outline-secondary {
  color: #3f444c;
  background-color: transparent;
  background-image: none;
  border-color: #ce3c5c;
  border-width: 1px;
  border-style: solid;
  padding: calc(0.5rem - 1px) calc(1.5rem - 1px);
}

/* line 31, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-secondary:hover {
  color: #626976;
  border-color: #d65b76;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ce3c5c;
  background-color: transparent;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary.active:not([disabled]):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  border-color: #ce3c5c;
  box-shadow: 0 0 0 0.2rem rgba(206, 60, 92, 0.5);
}

/* line 56, app/assets/stylesheets/components/_btns.scss */
.btn-outline-secondary.btn-lg, .btn-group-lg > .btn-outline-secondary.btn, .mde-header .mde-tabs .btn-group-lg > button.btn-outline-secondary,
.mde-header .mde-header-group .btn-group-lg > button.btn-outline-secondary {
  padding: calc(0.5rem - 1px) calc(2rem - 1px);
}

/* line 60, app/assets/stylesheets/components/_btns.scss */
.btn-outline-secondary.btn-sm, .btn-group-sm > .btn-outline-secondary.btn, .mde-header .mde-tabs .btn-group-sm > button.btn-outline-secondary,
.mde-header .mde-header-group .btn-group-sm > button.btn-outline-secondary {
  padding: calc(0.25rem - 1px) calc(1rem - 1px);
}

/* line 64, app/assets/stylesheets/components/_btns.scss */
.btn-outline-secondary.btn-white {
  background: #fff;
}

/* line 68, app/assets/stylesheets/components/_btns.scss */
.btn-outline-secondary.btn-dark, .mde-header .mde-tabs button.btn-outline-secondary.selected {
  color: #204659;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-secondary.btn-dark:hover, .mde-header .mde-tabs button.btn-outline-secondary.selected:hover {
  color: #16303d;
}

/* line 52, app/assets/stylesheets/components/_btns.scss */
.btn-outline-default, .mde-header .mde-tabs button:not(.selected) {
  color: #6d6d6d;
  background-color: transparent;
  background-image: none;
  border-color: #d7dfe3;
  border-width: 1px;
  border-style: solid;
  padding: calc(0.5rem - 1px) calc(1.5rem - 1px);
}

/* line 31, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-default:hover, .mde-header .mde-tabs button:hover:not(.selected) {
  color: #939393;
  border-color: #eef1f3;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-default.disabled, .mde-header .mde-tabs button.disabled:not(.selected), .btn-outline-default:disabled, .mde-header .mde-tabs button:disabled:not(.selected) {
  color: #d7dfe3;
  background-color: transparent;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-default:not([disabled]):not(.disabled):active, .mde-header .mde-tabs button:not([disabled]):not(.disabled):active:not(.selected), .btn-outline-default.active:not([disabled]):not(.disabled), .mde-header .mde-tabs button.active:not([disabled]):not(.disabled):not(.selected), .show > .btn-outline-default.dropdown-toggle, .mde-header .mde-tabs .show > button.dropdown-toggle:not(.selected) {
  color: #6d6d6d;
  border-color: #d7dfe3;
  box-shadow: 0 0 0 0.2rem rgba(215, 223, 227, 0.5);
}

/* line 56, app/assets/stylesheets/components/_btns.scss */
.btn-outline-default.btn-lg, .mde-header .mde-tabs button.btn-lg:not(.selected), .btn-group-lg > .btn-outline-default.btn, .mde-header .mde-tabs .btn-group-lg > button.btn-outline-default, .mde-header .mde-tabs .btn-group-lg > button:not(.selected),
.mde-header .mde-header-group .btn-group-lg > button.btn-outline-default,
.mde-header .mde-tabs .mde-header-group .btn-group-lg > button:not(.selected) {
  padding: calc(0.5rem - 1px) calc(2rem - 1px);
}

/* line 60, app/assets/stylesheets/components/_btns.scss */
.btn-outline-default.btn-sm, .mde-header .mde-tabs button.btn-sm:not(.selected), .btn-group-sm > .btn-outline-default.btn, .mde-header .mde-tabs .btn-group-sm > button.btn-outline-default, .mde-header .mde-tabs .btn-group-sm > button:not(.selected),
.mde-header .mde-header-group .btn-group-sm > button.btn-outline-default,
.mde-header .mde-tabs .mde-header-group .btn-group-sm > button:not(.selected) {
  padding: calc(0.25rem - 1px) calc(1rem - 1px);
}

/* line 64, app/assets/stylesheets/components/_btns.scss */
.btn-outline-default.btn-white, .mde-header .mde-tabs button.btn-white:not(.selected) {
  background: #fff;
}

/* line 68, app/assets/stylesheets/components/_btns.scss */
.btn-outline-default.btn-dark, .mde-header .mde-tabs button.btn-dark:not(.selected), .mde-header .mde-tabs button.btn-outline-default.selected, .mde-header .mde-tabs button.selected:not(.selected) {
  color: #204659;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-default.btn-dark:hover, .mde-header .mde-tabs button.btn-dark:hover:not(.selected), .mde-header .mde-tabs button.btn-outline-default.selected:hover, .mde-header .mde-tabs button.selected:hover:not(.selected) {
  color: #16303d;
}

/* line 52, app/assets/stylesheets/components/_btns.scss */
.btn-outline-white {
  color: #3f444c;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  padding: calc(0.5rem - 1px) calc(1.5rem - 1px);
}

/* line 31, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-white:hover {
  color: #626976;
  border-color: white;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-white:not([disabled]):not(.disabled):active, .btn-outline-white.active:not([disabled]):not(.disabled), .show > .btn-outline-white.dropdown-toggle {
  color: #6d6d6d;
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 56, app/assets/stylesheets/components/_btns.scss */
.btn-outline-white.btn-lg, .btn-group-lg > .btn-outline-white.btn, .mde-header .mde-tabs .btn-group-lg > button.btn-outline-white,
.mde-header .mde-header-group .btn-group-lg > button.btn-outline-white {
  padding: calc(0.5rem - 1px) calc(2rem - 1px);
}

/* line 60, app/assets/stylesheets/components/_btns.scss */
.btn-outline-white.btn-sm, .btn-group-sm > .btn-outline-white.btn, .mde-header .mde-tabs .btn-group-sm > button.btn-outline-white,
.mde-header .mde-header-group .btn-group-sm > button.btn-outline-white {
  padding: calc(0.25rem - 1px) calc(1rem - 1px);
}

/* line 64, app/assets/stylesheets/components/_btns.scss */
.btn-outline-white.btn-white {
  background: #fff;
}

/* line 68, app/assets/stylesheets/components/_btns.scss */
.btn-outline-white.btn-dark, .mde-header .mde-tabs button.btn-outline-white.selected {
  color: #204659;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-white.btn-dark:hover, .mde-header .mde-tabs button.btn-outline-white.selected:hover {
  color: #16303d;
}

/* line 52, app/assets/stylesheets/components/_btns.scss */
.btn-outline-black {
  color: #3f444c;
  background-color: transparent;
  background-image: none;
  border-color: #23272c;
  border-width: 1px;
  border-style: solid;
  padding: calc(0.5rem - 1px) calc(1.5rem - 1px);
}

/* line 31, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-black:hover {
  color: #626976;
  border-color: #343a41;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #23272c;
  background-color: transparent;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-black:not([disabled]):not(.disabled):active, .btn-outline-black.active:not([disabled]):not(.disabled), .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  border-color: #23272c;
  box-shadow: 0 0 0 0.2rem rgba(35, 39, 44, 0.5);
}

/* line 56, app/assets/stylesheets/components/_btns.scss */
.btn-outline-black.btn-lg, .btn-group-lg > .btn-outline-black.btn, .mde-header .mde-tabs .btn-group-lg > button.btn-outline-black,
.mde-header .mde-header-group .btn-group-lg > button.btn-outline-black {
  padding: calc(0.5rem - 1px) calc(2rem - 1px);
}

/* line 60, app/assets/stylesheets/components/_btns.scss */
.btn-outline-black.btn-sm, .btn-group-sm > .btn-outline-black.btn, .mde-header .mde-tabs .btn-group-sm > button.btn-outline-black,
.mde-header .mde-header-group .btn-group-sm > button.btn-outline-black {
  padding: calc(0.25rem - 1px) calc(1rem - 1px);
}

/* line 64, app/assets/stylesheets/components/_btns.scss */
.btn-outline-black.btn-white {
  background: #fff;
}

/* line 68, app/assets/stylesheets/components/_btns.scss */
.btn-outline-black.btn-dark, .mde-header .mde-tabs button.btn-outline-black.selected {
  color: #204659;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-black.btn-dark:hover, .mde-header .mde-tabs button.btn-outline-black.selected:hover {
  color: #16303d;
}

/* line 52, app/assets/stylesheets/components/_btns.scss */
.btn-outline-transparent, .mde-header .mde-header-group button {
  color: #3f444c;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  padding: calc(0.5rem - 1px) calc(1.5rem - 1px);
}

/* line 31, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-transparent:hover, .mde-header .mde-header-group button:hover {
  color: #626976;
  border-color: rgba(19, 19, 19, 0);
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-transparent.disabled, .mde-header .mde-header-group button.disabled, .btn-outline-transparent:disabled, .mde-header .mde-header-group button:disabled {
  color: transparent;
  background-color: transparent;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-transparent:not([disabled]):not(.disabled):active, .mde-header .mde-header-group button:not([disabled]):not(.disabled):active, .btn-outline-transparent.active:not([disabled]):not(.disabled), .mde-header .mde-header-group button.active:not([disabled]):not(.disabled), .show > .btn-outline-transparent.dropdown-toggle, .mde-header .mde-header-group .show > button.dropdown-toggle {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/* line 56, app/assets/stylesheets/components/_btns.scss */
.btn-outline-transparent.btn-lg, .mde-header .mde-header-group button.btn-lg, .btn-group-lg > .btn-outline-transparent.btn, .mde-header .mde-tabs .btn-group-lg > button.btn-outline-transparent, .mde-header .mde-header-group .mde-tabs .btn-group-lg > button,
.mde-header .mde-header-group .btn-group-lg > button {
  padding: calc(0.5rem - 1px) calc(2rem - 1px);
}

/* line 60, app/assets/stylesheets/components/_btns.scss */
.btn-outline-transparent.btn-sm, .mde-header .mde-header-group button.btn-sm, .btn-group-sm > .btn-outline-transparent.btn, .mde-header .mde-tabs .btn-group-sm > button.btn-outline-transparent, .mde-header .mde-header-group .mde-tabs .btn-group-sm > button,
.mde-header .mde-header-group .btn-group-sm > button {
  padding: calc(0.25rem - 1px) calc(1rem - 1px);
}

/* line 64, app/assets/stylesheets/components/_btns.scss */
.btn-outline-transparent.btn-white, .mde-header .mde-header-group button.btn-white {
  background: #fff;
}

/* line 68, app/assets/stylesheets/components/_btns.scss */
.btn-outline-transparent.btn-dark, .mde-header .mde-tabs button.btn-outline-transparent.selected, .mde-header .mde-header-group button.btn-dark, .mde-header .mde-header-group .mde-tabs button.selected, .mde-header .mde-tabs .mde-header-group button.selected {
  color: #204659;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-transparent.btn-dark:hover, .mde-header .mde-tabs button.btn-outline-transparent.selected:hover, .mde-header .mde-header-group button.btn-dark:hover, .mde-header .mde-header-group .mde-tabs button.selected:hover, .mde-header .mde-tabs .mde-header-group button.selected:hover {
  color: #16303d;
}

/* line 52, app/assets/stylesheets/components/_btns.scss */
.btn-outline-dark {
  color: #3f444c;
  background-color: transparent;
  background-image: none;
  border-color: #204659;
  border-width: 1px;
  border-style: solid;
  padding: calc(0.5rem - 1px) calc(1.5rem - 1px);
}

/* line 31, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-dark:hover {
  color: #626976;
  border-color: #2a5c75;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #204659;
  background-color: transparent;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark.active:not([disabled]):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  border-color: #204659;
  box-shadow: 0 0 0 0.2rem rgba(32, 70, 89, 0.5);
}

/* line 56, app/assets/stylesheets/components/_btns.scss */
.btn-outline-dark.btn-lg, .btn-group-lg > .btn-outline-dark.btn, .mde-header .mde-tabs .btn-group-lg > button.btn-outline-dark,
.mde-header .mde-header-group .btn-group-lg > button.btn-outline-dark {
  padding: calc(0.5rem - 1px) calc(2rem - 1px);
}

/* line 60, app/assets/stylesheets/components/_btns.scss */
.btn-outline-dark.btn-sm, .btn-group-sm > .btn-outline-dark.btn, .mde-header .mde-tabs .btn-group-sm > button.btn-outline-dark,
.mde-header .mde-header-group .btn-group-sm > button.btn-outline-dark {
  padding: calc(0.25rem - 1px) calc(1rem - 1px);
}

/* line 64, app/assets/stylesheets/components/_btns.scss */
.btn-outline-dark.btn-white {
  background: #fff;
}

/* line 68, app/assets/stylesheets/components/_btns.scss */
.btn-outline-dark.btn-dark, .mde-header .mde-tabs button.btn-outline-dark.selected {
  color: #204659;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-dark.btn-dark:hover, .mde-header .mde-tabs button.btn-outline-dark.selected:hover {
  color: #16303d;
}

/* line 74, app/assets/stylesheets/components/_btns.scss */
.btn-outline-radio {
  font-size: 0.9375rem;
  color: #515151;
}

/* line 78, app/assets/stylesheets/components/_btns.scss */
.btn-outline-radio.is-active {
  background-color: #159ca9;
  border-color: #159ca9;
  color: #fff;
}

/* line 84, app/assets/stylesheets/components/_btns.scss */
.btn-outline-radio:hover {
  background-color: #19bcc9;
  border-color: #19bcc9;
  color: #fff;
}

/* line 91, app/assets/stylesheets/components/_btns.scss */
.btn-transparent {
  background-color: transparent;
  color: #212529;
}

/* line 95, app/assets/stylesheets/components/_btns.scss */
.btn-transparent:hover {
  background-color: transparent;
  color: #495057;
}

/* line 101, app/assets/stylesheets/components/_btns.scss */
.btn-transparent.btn-primary {
  color: #41a48f;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-transparent.btn-primary:hover {
  color: #368977;
}

/* line 101, app/assets/stylesheets/components/_btns.scss */
.btn-transparent.btn-secondary {
  color: #ce3c5c;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-transparent.btn-secondary:hover {
  color: #b62e4c;
}

/* line 101, app/assets/stylesheets/components/_btns.scss */
.btn-transparent.btn-white {
  color: #fff;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-transparent.btn-white:hover {
  color: #ececec;
}

/* line 101, app/assets/stylesheets/components/_btns.scss */
.btn-transparent.btn-black {
  color: #23272c;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-transparent.btn-black:hover {
  color: #121417;
}

/* line 101, app/assets/stylesheets/components/_btns.scss */
.btn-transparent.btn-dark, .mde-header .mde-tabs button.btn-transparent.selected {
  color: #204659;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-transparent.btn-dark:hover, .mde-header .mde-tabs button.btn-transparent.selected:hover {
  color: #16303d;
}

/* line 108, app/assets/stylesheets/components/_btns.scss */
.btn-lg, .btn-group-lg > .btn, .mde-header .mde-tabs .btn-group-lg > button,
.mde-header .mde-header-group .btn-group-lg > button {
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 112, app/assets/stylesheets/components/_btns.scss */
.btn-sm, .btn-group-sm > .btn, .mde-header .mde-tabs .btn-group-sm > button,
.mde-header .mde-header-group .btn-group-sm > button {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

/* line 116, app/assets/stylesheets/components/_btns.scss */
.btn-fat {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 122, app/assets/stylesheets/components/_btns.scss */
.btn-block {
  display: block;
  width: 100%;
  letter-spacing: 0.3px;
}

/* line 129, app/assets/stylesheets/components/_btns.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 137, app/assets/stylesheets/components/_btns.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 143, app/assets/stylesheets/components/_btns.scss */
.btn--facebook {
  background: #3c5a99;
  color: #fff;
}

/* line 148, app/assets/stylesheets/components/_btns.scss */
.btn--twitter {
  background: #1da1f2;
  color: #fff;
}

/* line 153, app/assets/stylesheets/components/_btns.scss */
.btn--linkedin {
  background: #007bb6;
  color: #fff;
}

/* line 158, app/assets/stylesheets/components/_btns.scss */
.btn--gplus {
  background: #dc4e41;
  color: #fff;
}

/* line 163, app/assets/stylesheets/components/_btns.scss */
.btn--pinterest {
  background: #bd081c;
  color: #fff;
}

/* line 169, app/assets/stylesheets/components/_btns.scss */
.btn-icon {
  position: relative;
}

/* line 172, app/assets/stylesheets/components/_btns.scss */
.btn-icon .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 178, app/assets/stylesheets/components/_btns.scss */
.btn-icon.btn-icon--left-big {
  padding-left: 3rem;
}

/* line 181, app/assets/stylesheets/components/_btns.scss */
.btn-icon.btn-icon--left-big .fa {
  left: 0.75rem;
}

/* line 186, app/assets/stylesheets/components/_btns.scss */
.btn-icon.btn-icon--right-big {
  padding-right: 3rem;
}

/* line 189, app/assets/stylesheets/components/_btns.scss */
.btn-icon.btn-icon--right-big .fa {
  right: 0.75rem;
}

/* line 195, app/assets/stylesheets/components/_btns.scss */
.btn-icon-round {
  font-size: 0.75rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 13px 0;
  line-height: 1;
}

/* line 204, app/assets/stylesheets/components/_btns.scss */
.btn-checkbox,
.btn-radio {
  display: inline-block;
}

/* line 210, app/assets/stylesheets/components/_btns.scss */
.btn-checkbox .btn.is-disabled:hover, .btn-checkbox .mde-header .mde-tabs button.is-disabled:hover, .mde-header .mde-tabs .btn-checkbox button.is-disabled:hover,
.btn-checkbox .mde-header .mde-header-group button.is-disabled:hover,
.mde-header .mde-header-group .btn-checkbox button.is-disabled:hover,
.btn-radio .btn.is-disabled:hover,
.btn-radio .mde-header .mde-tabs button.is-disabled:hover,
.mde-header .mde-tabs .btn-radio button.is-disabled:hover,
.btn-radio .mde-header .mde-header-group button.is-disabled:hover,
.mde-header .mde-header-group .btn-radio button.is-disabled:hover {
  cursor: not-allowed;
}

/* line 216, app/assets/stylesheets/components/_btns.scss */
.btn-checkbox .btn-outline-default, .btn-checkbox .mde-header .mde-tabs button:not(.selected), .mde-header .mde-tabs .btn-checkbox button:not(.selected),
.btn-radio .btn-outline-default,
.btn-radio .mde-header .mde-tabs button:not(.selected),
.mde-header .mde-tabs .btn-radio button:not(.selected) {
  color: #204659;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-checkbox .btn-outline-default:hover, .btn-checkbox .mde-header .mde-tabs button:hover:not(.selected), .mde-header .mde-tabs .btn-checkbox button:hover:not(.selected),
.btn-radio .btn-outline-default:hover,
.btn-radio .mde-header .mde-tabs button:hover:not(.selected),
.mde-header .mde-tabs .btn-radio button:hover:not(.selected) {
  color: #16303d;
}

/* line 221, app/assets/stylesheets/components/_btns.scss */
.btn-checkbox.btn-checkbox--without-transition .btn, .btn-checkbox.btn-checkbox--without-transition .mde-header .mde-tabs button, .mde-header .mde-tabs .btn-checkbox.btn-checkbox--without-transition button,
.btn-checkbox.btn-checkbox--without-transition .mde-header .mde-header-group button,
.mde-header .mde-header-group .btn-checkbox.btn-checkbox--without-transition button,
.btn-radio.btn-checkbox--without-transition .btn,
.btn-radio.btn-checkbox--without-transition .mde-header .mde-tabs button,
.mde-header .mde-tabs .btn-radio.btn-checkbox--without-transition button,
.btn-radio.btn-checkbox--without-transition .mde-header .mde-header-group button,
.mde-header .mde-header-group .btn-radio.btn-checkbox--without-transition button {
  transition: none;
}

/* line 230, app/assets/stylesheets/components/_btns.scss */
.btn-radio-group .btn-radio:not(:last-child) .btn, .btn-radio-group .btn-radio:not(:last-child) .mde-header .mde-tabs button, .mde-header .mde-tabs .btn-radio-group .btn-radio:not(:last-child) button,
.btn-radio-group .btn-radio:not(:last-child) .mde-header .mde-header-group button,
.mde-header .mde-header-group .btn-radio-group .btn-radio:not(:last-child) button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 237, app/assets/stylesheets/components/_btns.scss */
.btn-radio-group .btn-radio:not(:first-child) .btn, .btn-radio-group .btn-radio:not(:first-child) .mde-header .mde-tabs button, .mde-header .mde-tabs .btn-radio-group .btn-radio:not(:first-child) button,
.btn-radio-group .btn-radio:not(:first-child) .mde-header .mde-header-group button,
.mde-header .mde-header-group .btn-radio-group .btn-radio:not(:first-child) button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 247, app/assets/stylesheets/components/_btns.scss */
.btn-cta-light {
  border: 1px solid #e6ebf5;
  background-color: #fff;
  color: #636770;
}

/* line 252, app/assets/stylesheets/components/_btns.scss */
.btn-cta-light:hover {
  border-color: #e6ebf5;
  background-color: #e6ebf5;
  color: #636770;
}

/* line 4, app/assets/stylesheets/components/_btn-group.scss */
.btn-group, .mde-header .mde-tabs,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn, .mde-header .mde-tabs > .btn, .mde-header .mde-tabs .btn-group > button, .mde-header .mde-tabs .mde-tabs > button,
.mde-header .mde-header-group .btn-group > button,
.mde-header .mde-header-group .mde-tabs > button,
.btn-group-vertical > .btn,
.mde-header .mde-tabs .btn-group-vertical > button,
.mde-header .mde-header-group .btn-group-vertical > button {
  position: relative;
  flex: 0 1 auto;
}

/* line 14, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn.btn:last-child, .mde-header .mde-tabs > .btn.btn:last-child, .mde-header .mde-tabs .btn-group > button:last-child, .mde-header .mde-tabs .mde-tabs > button:last-child,
.mde-header .mde-header-group .btn-group > button:last-child,
.mde-header .mde-header-group .mde-tabs > button:last-child,
.btn-group-vertical > .btn.btn:last-child,
.mde-header .mde-tabs .btn-group-vertical > button:last-child,
.mde-header .mde-header-group .btn-group-vertical > button:last-child {
  border-left: 0;
}

/* line 20, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn:hover, .mde-header .mde-tabs > .btn:hover, .mde-header .mde-tabs .btn-group > button:hover, .mde-header .mde-tabs .mde-tabs > button:hover,
.mde-header .mde-header-group .btn-group > button:hover,
.mde-header .mde-header-group .mde-tabs > button:hover,
.btn-group-vertical > .btn:hover,
.mde-header .mde-tabs .btn-group-vertical > button:hover,
.mde-header .mde-header-group .btn-group-vertical > button:hover {
  z-index: 1;
}

/* line 24, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn:focus, .mde-header .mde-tabs > .btn:focus, .mde-header .mde-tabs .btn-group > button:focus, .mde-header .mde-tabs .mde-tabs > button:focus,
.mde-header .mde-header-group .btn-group > button:focus,
.mde-header .mde-header-group .mde-tabs > button:focus, .btn-group > .btn:active, .mde-header .mde-tabs > .btn:active, .mde-header .mde-tabs .btn-group > button:active, .mde-header .mde-tabs .mde-tabs > button:active,
.mde-header .mde-header-group .btn-group > button:active,
.mde-header .mde-header-group .mde-tabs > button:active, .btn-group > .btn.active, .mde-header .mde-tabs > .btn.active, .mde-header .mde-tabs .btn-group > button.active, .mde-header .mde-tabs .mde-tabs > button.active,
.mde-header .mde-header-group .btn-group > button.active,
.mde-header .mde-header-group .mde-tabs > button.active,
.btn-group-vertical > .btn:focus,
.mde-header .mde-tabs .btn-group-vertical > button:focus,
.mde-header .mde-header-group .btn-group-vertical > button:focus,
.btn-group-vertical > .btn:active,
.mde-header .mde-tabs .btn-group-vertical > button:active,
.mde-header .mde-header-group .btn-group-vertical > button:active,
.btn-group-vertical > .btn.active,
.mde-header .mde-tabs .btn-group-vertical > button.active,
.mde-header .mde-header-group .btn-group-vertical > button.active {
  z-index: 1;
}

/* line 32, app/assets/stylesheets/components/_btn-group.scss */
.btn-group .btn + .btn, .mde-header .mde-tabs .btn + .btn, .btn-group .mde-header .mde-tabs button + .btn, .mde-header .mde-tabs .mde-header .mde-tabs button + .btn, .mde-header .mde-tabs .btn-group button + .btn, .mde-header .mde-tabs .mde-tabs button + .btn,
.btn-group .mde-header .mde-header-group button + .btn,
.mde-header .mde-tabs .mde-header .mde-header-group button + .btn,
.mde-header .mde-header-group .btn-group button + .btn,
.mde-header .mde-header-group .mde-tabs button + .btn, .btn-group .mde-header .mde-tabs .btn + button, .mde-header .mde-tabs .mde-header .mde-tabs .btn + button, .mde-header .mde-tabs .btn-group .btn + button, .mde-header .mde-tabs .mde-tabs .btn + button, .btn-group .mde-header .mde-tabs button + button, .mde-header .mde-tabs .mde-header .mde-tabs button + button, .mde-header .mde-tabs .btn-group button + button, .mde-header .mde-tabs .mde-tabs button + button,
.mde-header .mde-header-group .btn-group .mde-tabs button + button,
.mde-header .mde-header-group .mde-tabs .mde-tabs button + button,
.btn-group .mde-header .mde-header-group .btn + button,
.mde-header .mde-tabs .mde-header .mde-header-group .btn + button,
.mde-header .mde-header-group .btn-group .btn + button,
.mde-header .mde-header-group .mde-tabs .btn + button,
.mde-header .mde-tabs .btn-group .mde-header-group button + button,
.mde-header .mde-tabs .mde-tabs .mde-header-group button + button,
.btn-group .mde-header .mde-header-group button + button,
.mde-header .mde-tabs .mde-header .mde-header-group button + button,
.mde-header .mde-header-group .btn-group button + button,
.mde-header .mde-header-group .mde-tabs button + button,
.btn-group .btn + .btn-group,
.mde-header .mde-tabs .btn + .btn-group,
.btn-group .mde-header .btn + .mde-tabs,
.mde-header .btn-group .btn + .mde-tabs,
.mde-header .mde-tabs .btn + .mde-tabs,
.btn-group .mde-header .mde-tabs button + .btn-group,
.mde-header .mde-tabs .mde-header .mde-tabs button + .btn-group,
.btn-group .mde-header .mde-tabs button + .mde-tabs,
.mde-header .mde-tabs .mde-header .mde-tabs button + .mde-tabs,
.mde-header .mde-tabs .btn-group button + .btn-group,
.mde-header .mde-tabs .mde-tabs button + .btn-group,
.mde-header .mde-tabs .btn-group button + .mde-tabs,
.mde-header .mde-tabs .mde-tabs button + .mde-tabs,
.btn-group .mde-header .mde-header-group button + .btn-group,
.mde-header .mde-tabs .mde-header .mde-header-group button + .btn-group,
.btn-group .mde-header .mde-header-group button + .mde-tabs,
.mde-header .mde-tabs .mde-header .mde-header-group button + .mde-tabs,
.mde-header .mde-header-group .btn-group button + .btn-group,
.mde-header .mde-header-group .mde-tabs button + .btn-group,
.mde-header .mde-header-group .btn-group button + .mde-tabs,
.mde-header .mde-header-group .mde-tabs button + .mde-tabs,
.btn-group .btn-group + .btn,
.mde-header .mde-tabs .btn-group + .btn,
.btn-group .mde-header .mde-tabs + .btn,
.mde-header .btn-group .mde-tabs + .btn,
.mde-header .mde-tabs .mde-tabs + .btn,
.btn-group .mde-header .mde-tabs .btn-group + button,
.mde-header .mde-tabs .mde-header .mde-tabs .btn-group + button,
.btn-group .mde-header .mde-tabs .mde-tabs + button,
.mde-header .mde-tabs .mde-header .mde-tabs .mde-tabs + button,
.mde-header .mde-tabs .btn-group .btn-group + button,
.mde-header .mde-tabs .mde-tabs .btn-group + button,
.mde-header .mde-tabs .btn-group .mde-tabs + button,
.mde-header .mde-tabs .mde-tabs .mde-tabs + button,
.btn-group .mde-header .mde-header-group .btn-group + button,
.mde-header .mde-tabs .mde-header .mde-header-group .btn-group + button,
.btn-group .mde-header .mde-header-group .mde-tabs + button,
.mde-header .mde-tabs .mde-header .mde-header-group .mde-tabs + button,
.mde-header .mde-header-group .btn-group .btn-group + button,
.mde-header .mde-header-group .mde-tabs .btn-group + button,
.mde-header .mde-header-group .btn-group .mde-tabs + button,
.mde-header .mde-header-group .mde-tabs .mde-tabs + button,
.btn-group .btn-group + .btn-group,
.mde-header .mde-tabs .btn-group + .btn-group,
.btn-group .mde-header .mde-tabs + .btn-group,
.mde-header .btn-group .mde-tabs + .btn-group,
.mde-header .mde-tabs .mde-tabs + .btn-group,
.btn-group .mde-header .btn-group + .mde-tabs,
.mde-header .btn-group .btn-group + .mde-tabs,
.mde-header .mde-tabs .btn-group + .mde-tabs,
.btn-group .mde-header .mde-tabs + .mde-tabs,
.mde-header .btn-group .mde-tabs + .mde-tabs,
.mde-header .mde-tabs .mde-tabs + .mde-tabs,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .mde-header .mde-tabs button + .btn,
.mde-header .mde-tabs .btn-group-vertical button + .btn,
.btn-group-vertical .mde-header .mde-header-group button + .btn,
.mde-header .mde-header-group .btn-group-vertical button + .btn,
.btn-group-vertical .mde-header .mde-tabs .btn + button,
.mde-header .mde-tabs .btn-group-vertical .btn + button,
.btn-group-vertical .mde-header .mde-tabs button + button,
.mde-header .mde-tabs .btn-group-vertical button + button,
.mde-header .mde-header-group .btn-group-vertical .mde-tabs button + button,
.btn-group-vertical .mde-header .mde-header-group .btn + button,
.mde-header .mde-header-group .btn-group-vertical .btn + button,
.mde-header .mde-tabs .btn-group-vertical .mde-header-group button + button,
.btn-group-vertical .mde-header .mde-header-group button + button,
.mde-header .mde-header-group .btn-group-vertical button + button,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .mde-header .btn + .mde-tabs,
.mde-header .btn-group-vertical .btn + .mde-tabs,
.btn-group-vertical .mde-header .mde-tabs button + .btn-group,
.btn-group-vertical .mde-header .mde-tabs button + .mde-tabs,
.mde-header .mde-tabs .btn-group-vertical button + .btn-group,
.mde-header .mde-tabs .btn-group-vertical button + .mde-tabs,
.btn-group-vertical .mde-header .mde-header-group button + .btn-group,
.btn-group-vertical .mde-header .mde-header-group button + .mde-tabs,
.mde-header .mde-header-group .btn-group-vertical button + .btn-group,
.mde-header .mde-header-group .btn-group-vertical button + .mde-tabs,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .mde-header .mde-tabs + .btn,
.mde-header .btn-group-vertical .mde-tabs + .btn,
.btn-group-vertical .mde-header .mde-tabs .btn-group + button,
.btn-group-vertical .mde-header .mde-tabs .mde-tabs + button,
.mde-header .mde-tabs .btn-group-vertical .btn-group + button,
.mde-header .mde-tabs .btn-group-vertical .mde-tabs + button,
.btn-group-vertical .mde-header .mde-header-group .btn-group + button,
.btn-group-vertical .mde-header .mde-header-group .mde-tabs + button,
.mde-header .mde-header-group .btn-group-vertical .btn-group + button,
.mde-header .mde-header-group .btn-group-vertical .mde-tabs + button,
.btn-group-vertical .btn-group + .btn-group,
.btn-group-vertical .mde-header .mde-tabs + .btn-group,
.mde-header .btn-group-vertical .mde-tabs + .btn-group,
.btn-group-vertical .mde-header .btn-group + .mde-tabs,
.mde-header .btn-group-vertical .btn-group + .mde-tabs,
.btn-group-vertical .mde-header .mde-tabs + .mde-tabs,
.mde-header .btn-group-vertical .mde-tabs + .mde-tabs {
  margin-left: 0;
}

/* line 41, app/assets/stylesheets/components/_btn-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 46, app/assets/stylesheets/components/_btn-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 52, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .mde-header .mde-tabs > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .mde-header .mde-tabs .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .mde-header .mde-tabs .mde-tabs > button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.mde-header .mde-header-group .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle),
.mde-header .mde-header-group .mde-tabs > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 58, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn:first-child, .mde-header .mde-tabs > .btn:first-child, .mde-header .mde-tabs .btn-group > button:first-child, .mde-header .mde-tabs .mde-tabs > button:first-child,
.mde-header .mde-header-group .btn-group > button:first-child,
.mde-header .mde-header-group .mde-tabs > button:first-child {
  margin-left: 0;
}

/* line 61, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .mde-header .mde-tabs > .btn:first-child:not(:last-child):not(.dropdown-toggle), .mde-header .mde-tabs .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .mde-header .mde-tabs .mde-tabs > button:first-child:not(:last-child):not(.dropdown-toggle),
.mde-header .mde-header-group .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle),
.mde-header .mde-header-group .mde-tabs > button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 69, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn:last-child:not(:first-child), .mde-header .mde-tabs > .btn:last-child:not(:first-child), .mde-header .mde-tabs .btn-group > button:last-child:not(:first-child), .mde-header .mde-tabs .mde-tabs > button:last-child:not(:first-child),
.mde-header .mde-header-group .btn-group > button:last-child:not(:first-child),
.mde-header .mde-header-group .mde-tabs > button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.mde-header .mde-tabs > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 76, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn-group, .mde-header .mde-tabs > .btn-group, .mde-header .btn-group > .mde-tabs, .mde-header .mde-tabs > .mde-tabs {
  float: left;
}

/* line 80, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .mde-header .mde-tabs > .btn-group:not(:first-child):not(:last-child) > .btn, .mde-header .btn-group > .mde-tabs:not(:first-child):not(:last-child) > .btn, .mde-header .mde-tabs > .mde-tabs:not(:first-child):not(:last-child) > .btn, .mde-header .mde-tabs .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .mde-header .mde-tabs .mde-tabs > .btn-group:not(:first-child):not(:last-child) > button, .mde-header .mde-tabs .btn-group > .mde-tabs:not(:first-child):not(:last-child) > button, .mde-header .mde-tabs .mde-tabs > .mde-tabs:not(:first-child):not(:last-child) > button,
.mde-header .mde-header-group .btn-group > .btn-group:not(:first-child):not(:last-child) > button,
.mde-header .mde-header-group .mde-tabs > .btn-group:not(:first-child):not(:last-child) > button,
.mde-header .mde-header-group .btn-group > .mde-tabs:not(:first-child):not(:last-child) > button,
.mde-header .mde-header-group .mde-tabs > .mde-tabs:not(:first-child):not(:last-child) > button {
  border-radius: 0;
}

/* line 85, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .mde-header .mde-tabs > .btn-group:first-child:not(:last-child) > .btn:last-child, .mde-header .btn-group > .mde-tabs:first-child:not(:last-child) > .btn:last-child, .mde-header .mde-tabs > .mde-tabs:first-child:not(:last-child) > .btn:last-child, .mde-header .mde-tabs .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .mde-header .mde-tabs .mde-tabs > .btn-group:first-child:not(:last-child) > button:last-child, .mde-header .mde-tabs .btn-group > .mde-tabs:first-child:not(:last-child) > button:last-child, .mde-header .mde-tabs .mde-tabs > .mde-tabs:first-child:not(:last-child) > button:last-child,
.mde-header .mde-header-group .btn-group > .btn-group:first-child:not(:last-child) > button:last-child,
.mde-header .mde-header-group .mde-tabs > .btn-group:first-child:not(:last-child) > button:last-child,
.mde-header .mde-header-group .btn-group > .mde-tabs:first-child:not(:last-child) > button:last-child,
.mde-header .mde-header-group .mde-tabs > .mde-tabs:first-child:not(:last-child) > button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.mde-header .mde-tabs > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.mde-header .btn-group > .mde-tabs:first-child:not(:last-child) > .dropdown-toggle,
.mde-header .mde-tabs > .mde-tabs:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 91, app/assets/stylesheets/components/_btn-group.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .mde-header .mde-tabs > .btn-group:last-child:not(:first-child) > .btn:first-child, .mde-header .btn-group > .mde-tabs:last-child:not(:first-child) > .btn:first-child, .mde-header .mde-tabs > .mde-tabs:last-child:not(:first-child) > .btn:first-child, .mde-header .mde-tabs .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .mde-header .mde-tabs .mde-tabs > .btn-group:last-child:not(:first-child) > button:first-child, .mde-header .mde-tabs .btn-group > .mde-tabs:last-child:not(:first-child) > button:first-child, .mde-header .mde-tabs .mde-tabs > .mde-tabs:last-child:not(:first-child) > button:first-child,
.mde-header .mde-header-group .btn-group > .btn-group:last-child:not(:first-child) > button:first-child,
.mde-header .mde-header-group .mde-tabs > .btn-group:last-child:not(:first-child) > button:first-child,
.mde-header .mde-header-group .btn-group > .mde-tabs:last-child:not(:first-child) > button:first-child,
.mde-header .mde-header-group .mde-tabs > .mde-tabs:last-child:not(:first-child) > button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 108, app/assets/stylesheets/components/_btn-group.scss */
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 112, app/assets/stylesheets/components/_btn-group.scss */
.dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 117, app/assets/stylesheets/components/_btn-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .mde-header .mde-tabs .btn-group-sm > button + .dropdown-toggle-split,
.mde-header .mde-header-group .btn-group-sm > button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 122, app/assets/stylesheets/components/_btn-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .mde-header .mde-tabs .btn-group-lg > button + .dropdown-toggle-split,
.mde-header .mde-header-group .btn-group-lg > button + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 132, app/assets/stylesheets/components/_btn-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 137, app/assets/stylesheets/components/_btn-group.scss */
.btn-group-vertical .btn, .btn-group-vertical .mde-header .mde-tabs button, .mde-header .mde-tabs .btn-group-vertical button,
.btn-group-vertical .mde-header .mde-header-group button,
.mde-header .mde-header-group .btn-group-vertical button,
.btn-group-vertical .btn-group,
.btn-group-vertical .mde-header .mde-tabs,
.mde-header .btn-group-vertical .mde-tabs {
  width: 100%;
}

/* line 142, app/assets/stylesheets/components/_btn-group.scss */
.btn-group-vertical > .btn + .btn, .mde-header .mde-tabs .btn-group-vertical > button + .btn,
.mde-header .mde-header-group .btn-group-vertical > button + .btn, .mde-header .mde-tabs .btn-group-vertical > .btn + button, .mde-header .mde-tabs .btn-group-vertical > button + button,
.mde-header .mde-header-group .btn-group-vertical > .btn + button,
.mde-header .mde-header-group .btn-group-vertical > button + button,
.btn-group-vertical > .btn + .btn-group,
.mde-header .btn-group-vertical > .btn + .mde-tabs,
.mde-header .mde-tabs .btn-group-vertical > button + .btn-group,
.mde-header .mde-tabs .btn-group-vertical > button + .mde-tabs,
.mde-header .mde-header-group .btn-group-vertical > button + .btn-group,
.mde-header .mde-header-group .btn-group-vertical > button + .mde-tabs,
.btn-group-vertical > .btn-group + .btn,
.mde-header .btn-group-vertical > .mde-tabs + .btn,
.mde-header .mde-tabs .btn-group-vertical > .btn-group + button,
.mde-header .mde-tabs .btn-group-vertical > .mde-tabs + button,
.mde-header .mde-header-group .btn-group-vertical > .btn-group + button,
.mde-header .mde-header-group .btn-group-vertical > .mde-tabs + button,
.btn-group-vertical > .btn-group + .btn-group,
.mde-header .btn-group-vertical > .mde-tabs + .btn-group,
.mde-header .btn-group-vertical > .btn-group + .mde-tabs,
.mde-header .btn-group-vertical > .mde-tabs + .mde-tabs {
  margin-top: 0;
  margin-left: 0;
}

/* line 151, app/assets/stylesheets/components/_btn-group.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .mde-header .mde-tabs .btn-group-vertical > button:not(:first-child):not(:last-child),
.mde-header .mde-header-group .btn-group-vertical > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 155, app/assets/stylesheets/components/_btn-group.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), .mde-header .mde-tabs .btn-group-vertical > button:first-child:not(:last-child),
.mde-header .mde-header-group .btn-group-vertical > button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 159, app/assets/stylesheets/components/_btn-group.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), .mde-header .mde-tabs .btn-group-vertical > button:last-child:not(:first-child),
.mde-header .mde-header-group .btn-group-vertical > button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 164, app/assets/stylesheets/components/_btn-group.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .mde-header .btn-group-vertical > .mde-tabs:not(:first-child):not(:last-child) > .btn, .mde-header .mde-tabs .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .mde-header .mde-tabs .btn-group-vertical > .mde-tabs:not(:first-child):not(:last-child) > button,
.mde-header .mde-header-group .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button,
.mde-header .mde-header-group .btn-group-vertical > .mde-tabs:not(:first-child):not(:last-child) > button {
  border-radius: 0;
}

/* line 169, app/assets/stylesheets/components/_btn-group.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .mde-header .btn-group-vertical > .mde-tabs:first-child:not(:last-child) > .btn:last-child, .mde-header .mde-tabs .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .mde-header .mde-tabs .btn-group-vertical > .mde-tabs:first-child:not(:last-child) > button:last-child,
.mde-header .mde-header-group .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child,
.mde-header .mde-header-group .btn-group-vertical > .mde-tabs:first-child:not(:last-child) > button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.mde-header .btn-group-vertical > .mde-tabs:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 175, app/assets/stylesheets/components/_btn-group.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .mde-header .btn-group-vertical > .mde-tabs:last-child:not(:first-child) > .btn:first-child, .mde-header .mde-tabs .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .mde-header .mde-tabs .btn-group-vertical > .mde-tabs:last-child:not(:first-child) > button:first-child,
.mde-header .mde-header-group .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child,
.mde-header .mde-header-group .btn-group-vertical > .mde-tabs:last-child:not(:first-child) > button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 194, app/assets/stylesheets/components/_btn-group.scss */
.btn-group-toggle > .btn, .mde-header .mde-tabs .btn-group-toggle > button,
.mde-header .mde-header-group .btn-group-toggle > button,
.btn-group-toggle > .btn-group > .btn,
.mde-header .btn-group-toggle > .mde-tabs > .btn,
.mde-header .mde-tabs .btn-group-toggle > .btn-group > button,
.mde-header .mde-tabs .btn-group-toggle > .mde-tabs > button,
.mde-header .mde-header-group .btn-group-toggle > .btn-group > button,
.mde-header .mde-header-group .btn-group-toggle > .mde-tabs > button {
  margin-bottom: 0;
}

/* line 198, app/assets/stylesheets/components/_btn-group.scss */
.btn-group-toggle > .btn input[type="radio"], .mde-header .mde-tabs .btn-group-toggle > button input[type="radio"],
.mde-header .mde-header-group .btn-group-toggle > button input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.mde-header .mde-tabs .btn-group-toggle > button input[type="checkbox"],
.mde-header .mde-header-group .btn-group-toggle > button input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/components/_fields.scss */
.field {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ebeff1;
  border-radius: 3px;
  background: white;
  color: #3f444c;
  font-size: 1rem;
  line-height: 24px;
  transition: 0.15s ease-in-out opacity;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_input-placeholder.scss */
.field.placeholder {
  color: #76919e;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_input-placeholder.scss */
.field:-moz-placeholder {
  color: #76919e;
}

/* line 4, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_input-placeholder.scss */
.field::-moz-placeholder {
  color: #76919e;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_input-placeholder.scss */
.field:-ms-input-placeholder {
  color: #76919e;
}

/* line 6, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_input-placeholder.scss */
.field::-webkit-input-placeholder {
  color: #76919e;
}

/* line 17, app/assets/stylesheets/components/_fields.scss */
.field.is-error, .field.error {
  border-color: #ce3c5c;
}

/* line 22, app/assets/stylesheets/components/_fields.scss */
.field:focus, .field:active {
  color: #131518;
  border-color: #19bcc9;
}

/* line 28, app/assets/stylesheets/components/_fields.scss */
.field.is-disabled, .field.disabled, .field[disabled] {
  opacity: 0.4;
}

/* line 35, app/assets/stylesheets/components/_fields.scss */
.field--important {
  padding: 10px;
}

/* line 39, app/assets/stylesheets/components/_fields.scss */
.field--outlined {
  border-width: 3px;
}

/* line 43, app/assets/stylesheets/components/_fields.scss */
.field--text,
.field--compact-text {
  margin-bottom: 10px;
  resize: none;
}

/* line 49, app/assets/stylesheets/components/_fields.scss */
.field--text {
  min-height: 150px;
}

/* line 53, app/assets/stylesheets/components/_fields.scss */
.field--compact-text {
  min-height: 80px;
}

/* line 57, app/assets/stylesheets/components/_fields.scss */
.field--small {
  width: 50px;
}

/* line 61, app/assets/stylesheets/components/_fields.scss */
.field-wrapper {
  width: 100%;
  position: relative;
}

/* line 65, app/assets/stylesheets/components/_fields.scss */
.field-wrapper .field-suffix {
  display: block;
  width: 40px;
  padding-right: 3px;
  border-left: 1px solid #ebeff1;
  color: #485c66;
  text-align: center;
  line-height: 37px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 80, app/assets/stylesheets/components/_fields.scss */
.field-wrapper.is-error .field-suffix, .field-wrapper.error .field-suffix {
  border-left-color: #ce3c5c;
}

/* line 87, app/assets/stylesheets/components/_fields.scss */
.field-wrapper .field {
  padding-right: 40px;
}

/* line 96, app/assets/stylesheets/components/_fields.scss */
.tagsinput {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  padding: 3px 5px 5px 35px;
  border: 1px solid #ebeff1;
  border-radius: 3px;
  background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAMAAADDGrRQAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAArlBMVEX%2F%2F%2F8ssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZAssZD%2F%2F%2F9TIVrNAAAAOHRSTlMAHlgiV%2BcoVvgPyFT6DsdT%2B1vhnwHGUvw5DcVR%2FuoMxFASwwUb4M4kSyCJ%2BRWH%2FWFfXjSLXdTyWiz7PSsAAAABYktHRACIBR1IAAAAB3RJTUUH4wIaCjcmVv2HCAAAAJJJREFUGNNdz9kWgiAYBOBpL8sWpYIWynYraS%2Fe%2F8lKECHnZuZ8XHB%2BAKWyTgU2ValTq1trNFW1PAfbHd1%2B12KvDwyCkMAf5jgaA4EnKcAmBqczIJRz%2FptskeFSRiCUq81XwTrtzXYX5R%2Fu5UF17ODxdEYBE3ExrwYTcbW3aEzEzbk5xftDPPGX%2BCXfHxRCKMvWF9KhDcn1Y5wfAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTAyLTI2VDEwOjU1OjM4KzAwOjAwkBotKQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wMi0yNlQxMDo1NTozOCswMDowMOFHlZUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) no-repeat 7px 9px;
  color: #3f444c;
  font-size: 1rem;
  line-height: 24px;
  transition: 0.15s ease-in-out opacity;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.tagsinput:before, .tagsinput:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.tagsinput:after {
  clear: both;
}

/* line 109, app/assets/stylesheets/components/_fields.scss */
.tagsinput .tag {
  display: block;
  padding: 1px 8px 2px;
  margin: 2px;
  border-radius: 15px;
  background: #19bcc9;
  color: white;
  font-size: 0.875rem;
  line-height: 20px;
  float: left;
}

/* line 120, app/assets/stylesheets/components/_fields.scss */
.tagsinput .tag a {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

/* line 126, app/assets/stylesheets/components/_fields.scss */
.tagsinput .tag.is-invalid {
  background: #ce3c5c;
}

/* line 131, app/assets/stylesheets/components/_fields.scss */
.tagsinput div {
  display: block;
  float: left;
}

/* line 136, app/assets/stylesheets/components/_fields.scss */
.tagsinput input {
  width: 80px;
  margin: 2px;
  border: 0;
  background: none;
  color: #76919e;
  line-height: 20px;
  outline: 0;
}

/* line 151, app/assets/stylesheets/components/_fields.scss */
.field--card {
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: auto 90%;
}

/* line 156, app/assets/stylesheets/components/_fields.scss */
.field--card.visa {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA8CAYAAACZ1L+0AAAAAXNSR0IArs4c6QAACs5JREFUeAHtXHtQVccZ/+4FLk9FEKOIUeSiYlR8YhJficF3rNZYOz4mxjaJnWlt61SbzGR0xj/a1MykbfqYdibNqHF8lbRFjYqJsUmM2qqoiKiggIj4ggs+QHlduN3fgT33nLN78V443vzR880wu/vtd3b3/L59fN+3l2MjDRUWFnbzeDxrbTbbPJY6WdpNU21lO4kAw7KWYVnC0r0sfT8tLa2WN2XjGQb+VCawiQkkc56Vmo8Aw7iMYfxDpoQv0bqiAIDP8odRjoyMpPj4eIqIiKDQ0FDIWNRFBNxuNzU0NFBNTQ3V19ejNQ/7y4QSbO3bTj5mPoBPSEgglu9il9bjMgTY7CeXy6Uoon0lpNtZBnt+Mma+Bb4MNvN4mNjAGFgDc2BvZ5n56AKzHwIWPVkEgDGwBrH8PKwAJwrY8y0KDgIca4Z9KlZADLq1DtzggK/FGtjbg9et1ZMMAUsBMlSCyLMUEESwZV1ZCpChEkSepYAggi3rylKADJUg8iwFBBFsWVeWAmSoBJFnKSCIYMu6shQgQyWIPEsBQQRb1pXfNy6elmZ2jdAia0Pl2WxMn/YwhPlUnq9MU3MLtba0CtXh4aFKVLaF1TUzGSPxeiOflxsamunm7XtU5aqlRw1N5GZtREeHU0x0BPWIjaTEPj0oLDSEi3eYNjW5qbUVdydeCgsLoZAQ8+at3wpoLj9CDRd2kfvmKfJ4ROD4EG2OaIqZsoEczpmcJaT1DKRJszZSXV2Drg4vlvvVeoqKdNCHW47QB389pKtH4T+H3qH4uGiBf+pMGW3adpSOHL9MbreoOP5AeHgYZW/7CTkH9uIsIf36aBG9veEfdPfeI6HujeVT6Jc/8/1uwgOPYfitAMfATMKf51EVNZYcpMbiA+SuvCA072l6SA+PvUuOlOlsJchnSs6h8wL4aGjG1GEK+MhfKbmDRKCYmHAdD7N0/a930+79Z3V8X4XGxmYKd/h+7fsP6mnt+k/oQa1ydSg0k5dfLvC6wpAj1EGLtqheFDHiVYpdsJNi522mpm6DBenW+rvUcrdY4HNGVvYpntWly5dMUMuXJQro3as7OcK84GF7+NHqrX6DzxuP6xHFs0K6658nfYIP4YLCG2yF+d4BhAYfwwhYAdr2QhPH0h8uL6Gc6llEIfqZ6a4s0Iqq+eLSSjormUXD0pJozMj+ihxesOyaS32GZwY5e/Oskn609Rs6frJEx+MF7PP9+sZRX7bna5UWExOhnAlcTps2s61r29//q2UJeZwxly7fEvidZXinUydbmPhcKq1dd4b29M+kP88/R6ENN5SW3FUFFJ72itCqr9n/2lLv7C8rdxHAMNIg51MqC4f01l3H1TLP4Bx56+ezafErGeyWjxkE7XT7zn06fKSQSq9WcpaQHvgsnypdDwS+kXHu/HUa8UySkd2pcpdWAHp8PsOpWC355SG0ZPtoaoxKUQYiWwGwavYcyBMGmtAzhubMGKHyZdsPKrUr4Nr1asXSUR9qz2SMTqYVTJla8FHVp3csLVv0LK1/6zvGR9Ty5h2iQjE2I509X25kdbrcZQVggGmDE5UB3Kix0aJNQ8kdkUgtNewMaGnUDeyzwxfo3n3Rsliy8FmdaVhcIp+lgzVbUM3dh7q2eeFi0S26Ktm+eL2v9ETuVbpUdFNXjXdbsXSijoeCmQdxlxWAAU15fhAShVy1dvpFTgZ5QhzkdhVytpJm7RYPX+zPixeO18nJVgB+TeBM8W5BSYlxumd4AdbL95b/RTFJYSH5S5u3HxVEF8wdw86lAQK/4uZdclXXCfzOMExRwOQJeksot9hD+yomEM4BTtgyTuSW8qKaYusxLvPiUtEETUrsoZqoeDixTyy9MHGI2o42U/ewkd77IIemzf8tfbI7V3CmtLLIl5VX01fM9jfSwnljafjQJN3q5DJ5Jm1DpihgdHp/5mnqraB390ZSRUU1H68ChFrQZLSmJ9iYteUVNRqJtmxqit4CAnfjhoUE09QX3al6QOt+lU3zl/6JLheLSuXPfbzjGHMu9R7vOHaWDByQQPC8+RbL5ZHmsYPYDDJFAaGhduUwNg5o+9dtlgzMyn99esZYTWNHDaBhaX11/JKrVQQLx0iDU0UFwCPe8dFKZpH0M4rrygB/6Rsf0um8azo+CnC8sveJTtyi+eNU2ZEjnlbzPCMzpXldIKkpCkCHxm0IvJ1fVFN1zUP695FLLBX3zOWLvaYn5EFXmJ8gI60FpK3vlxRHOzetZKbnLBbr8e1g1bKwx5p1WexHsiympSE4XvUsZqQl+Aqzpg1XWaMkCii4ZI5DZqICvAcxHzmW9fmLFZSVnctZaoqg2PSpz6hlnvEVghikOYC5LE/hdL3+6mQ6vGct/XRlJkVH6bdDLneLBen25njNYKzM7Vmi4zV3ZrrOjB05XFwBUGThla47ZF12xPjLweN0JveikrIqzlLSg18U0LETYlgCNrksqijbq+12e4fBM94h4kSrVr5E3507ml5ftYUdrqI3XXTlNhen/Z/nE84JI508fZWWvfk3L1t/PKj8vPzryiGtMjqRMW0FoG/ZNoQgWWurfk+Hk/T9BRnS4cosoAFPx5OjgwCasSGEIN58bYqRrZTdmvNlCzt8ZVTKJlHu2TLvX16ZTIwdxOVSfiBMkxUg34aMA5o3exTFdo80sulRfRPduHVP4BstoI93HqdKyczVPnjytGjyon7ggLYwNGb5xUK946V93p+8GZaQaVsQBjx+zEBl7zQedMaXkR2+kMHMM5qD4Gs9YJipv/ndAdr4+xzKGJNME8Y7KYVtfbHdo1hIhAhO0qcHz9FxybaHLW/O9LbDdfN2+exHf/7S9Rs1ipHRM168n/C3DVMVgG0CSsCliC8CYNqgmlYOJqiMUjVBuDuVDxQlQVFw7GTOnawN8H6wbBI9xfwGOF5ffqP30lEPRabjwNX4BNoJsf/z88JlD8zRaS8OxeOdIlMVgBHgHOhIAUbHSztqhKplpF0Btyvvy0Qey5vx0jBa/eNpitxWtoVpgeUPr1k1s0Mwi0ur6AK7D9ASzoGpk4ewO4QGxX8xevVaWVne1DMAHUzWxIWMHfbv15NenCQPH0AWW5CRYGIm909Q2QgrB0Lw0N9ePZv++N4SJaSA61CZU9gzPqbDsaHP0e33Fdr+sQIQ+sjed4Zw0xcomb4C4L6vWDaR4PgYCXY/gmq+aAjzdmPZxbmWerGIJDxtTlNY/OedNS8TDtGi4tvsn97qBEcqvkc0DWfx+swXhrIwdzp17xbBHyf4AnNmekPfvOK5cSm6fjhfm77M4lZGp83BLunhd8CwaGlp8/y1zzwuj/+SVKzcIUN8z8zHNfJt1+NqEuYldBvCfAa73beSv+2x8v6LitqCf6avAN5BMFMA7rD791OTYI7Ln768a9sfaUvGdAQsBZgOaWANWgoIDC/TpS0FmA5pYA1aCggML9OlLQWYDmlgDVoKCAwv06UtBZgOaWANWgoIDC/TpS0FmA5pYA3iczXKzxXwWS2LgoMAxxrY43M1yo05vmlmUXAQ4FgDe6yAvegWH5STXVIEZ0j/P70AY2ANAvZYAe+zTBm+5ocPyllKeHKTAdgCY2ANzIG9Eji3Plv55EBHyx1+tpJ3DSUwrVgfbuWAPKG0febrP9zK+2r/hij/dHEqWyIxvM5KO48AA70OBy5LhU8X/w+EfNh0C+5wmwAAAABJRU5ErkJggg==);
}

/* line 160, app/assets/stylesheets/components/_fields.scss */
.field--card.mastercard {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA8CAYAAACZ1L+0AAAAAXNSR0IArs4c6QAADMtJREFUeAHtXAtwVNUZ/javzWsTEvLgkYRAIgkPCaJWCqKoQEEt8hjUGWc6+KitdVSqjGOrg6/qaAc7OoO1tY6t6CAVYRQBtRJFRVAGEWKAGIgkJISQhLyz2Wx29/b7780Nebm62XOjM+4/s/eeex7/uff7z/nPf/7/7rWhF5WUlDg0TVtts9kW85zDs6NXcSg5RASIZSuxLON5K89r8/PzW01WNjNB8K9ghZdZIdvMC53VI0CMy4nxLRTCR8JdF4CAz3ShXMfExCA5ORnR0dGIiIiQOiEKEgGPxwOXy4WGhgZ0dHQIN42/q0QItm61UyQjX4BPSUkB00F2GWo+GAIc/aivr9cF0T0TpoUxITo/W0Z+CPzBYFOXJwNbMBasBXPBPoyJ66QLGf1SIUTWIiAYC9ZCTC+WGZAjF6LzQzQ8CJhYE/tcmQHx0m1owR0e8HtjLdiHDV+3oZ4GQyAkgMFQGca8kACGEezBugoJYDBUhjHvR9vqal4v2j77DB3Fxeg6dQpd1dXoqq1FeGIiItPTETlqFKInTYLjyisRHq/bCYHD4qbL5dROoKUMcJ42fl0tNPlSgdjRxm9kAZA+GwgLD5y/ghbDKgDN50PT22+jacsWNO/YAS+35t9HtshIxM2ejaSlSzHy1lsRHhfnv4mbAJe+AlRsBU5/Avjc/utLaVQSkLUIGL8cyF5CA334FIO4IsQvgby8PDlZRk3vvIPqBx9Ex9dfD7mPCO4i0+69F2l33onwhIS+fDz0sRxeBxx8Gug827cskKvk84GLHqcg9P1pIC0DqvvNN9/o9S0XgLuyEiduugltn34a0A36qxyZkYHxr70Gx+WXG9Wq/gfsWmmoGH8NAykTtXTVBiA+K5BWP7iuKQBL51rrxx/j6IUXKgVfnrCrqgqlXBuqH3mEI/4pYAfVh+h4lXTmM2DLRUC17jVWybkPL8sEUP/yyyidNw+euro+HSq70HyIaNgG7PsTWfqUse3DyMV73z4fKHmpT7bKC0sE0Pzee6i4/XaAfnCrKHH2eER2fYnGr4CmIqt6IV/NC3z6e+DkDks6UW4FySL77fXXAzQzraTm3SfQvPtcDxkraE3OO3etNCVCKLwRWMx1TMxWhaRUABpHfNmKFfC19oQ8Fd6qwcqem42EjApe6MZbD383LVqxOMOierLUJrr4TDtvAFbQiguLVMZbqQDqXngBnd3mlbI77Mco+3dpiE8o75c7TJfNNB2PvABMvVtZh8rMUE9TE4pzc+E9G4QN/j2PFZGUgOQZ3Gj5oREXAI7z/FQItsieDNx4HLBz8xYEmWaoshlQ/+KLloIvz+ppbEFtof+ndp7kpnK1/zpBlXZS1x39FzD9/qDYmI2VCUDcC1ZSVGYGxi48RdXfV/cP1ictVGu9CSc2/7QE4ObGqH3fPh2LmIICxE6frqfb9u5FZ2kp4ufMgX3CBD3PeegQOg4eHAw3v3mJl+Yi+aIqv3UGLRw1B5CfLJwNtFdPbv9h/qH+zGzhQO5NRtuy/wJtvJf4jP61Ar5WMgNaaPebIzPtnnuQcvPN+o2cpM+mjgLIXr8e9uxsPa+cDrVABJCxdi3i6XKoWbMaR5/8Yc/nmAhk3BADzPkHMPE3fRutTwNkgxUoOTiArqCTr4FWUNlGoIrPnH9boFwG1FcigM7y8h7GMefTmdVNNr7YFTdrVg/4ki3u54xnnkH8pZcinG8HuNm2+uGH0b5nDxIWLUL6qlWIysqCz+lE+S23YAS9oDJ70u5/BGVLlsCek4PRa9YgOj8fzi+/RNXq1eg6fRpjn3pKz2vYuBH2S/KBGRzxAr6LOrvoGS4gTiDtYo5gbg7nrqc9P42B8FjgLGfF5/cCMenABQ8a7utUuiD2rzE8o9lLDXd2rTHD0XDYeLrWcuMc7FG8ofILhk6sXKnt5xzYHxamedvbta6GBv1Xed992pl16zRXebnm83jojfZphzIzNa/LpbnKyjR3TY3erdQvnjJF83V16dfuM2c0+el5bCPkdTq1wwUFmqe1VfN2duo8Jb917169b6kv/KXs1AOrNM3j0jSfV9PenK5p/+T8NH/b5mtaZ4umNR3juUlYaFpVoabt+aOR7urQtPpDmnbob8a1efR6jNS+hwxeH600S4Z0NnEPC1aA0t7NgIqQjM6w2Fjd5ay53fKeI5K4K27//HPYwsP10e6pqcFBhwPF552Hw1OmQGZPRFISkpYvh8wY54EDKGJARn4SiJH3aGR9KaIHdMxjj+l5MhOKqdI6jhxB/MyZsJNXZFqaXrf+pZfgqjgDhNs5mj/kCO+33oiT7T+JwKYphrNNblx2t0m8FnLyWUxbXwI6Wzhrdiw8F7Bp7J4B7cYzG42GflQiALP7mKlT9aS4I7TOTiQuXIiIkSN1VSEFon4iMzORw6DMDJZP52t6sjZIdKyRVpQEbGJnzEDe7t2wc08RPXmywa+oCN7GRiTQuSc0/tVXUUAnX/REKnuSeRbXdyXXIBGGTk0lxrn3MYXqZckXwK0u2vPHjJK2SgrA6AsHHjeEJxGybzcB9Zzb4u72sL5Q4xHjrOioZA2IGjtWvx1T/4sAEhYsQDwjWS2FhQjrDimKAHK3bdMBO/3EE/q+IfO55/SZ4WLZMQosa906vd2EN99E686dOt+Ow4cRPmKEPru8LS1oeP31nsf3tbXpa4ZkiPtbdwD6Oo3ymNSeenpCQpGLttNPRTD3Uu87xgHnrwKaS4FMjnKhKvY5/QEj7ao1zokUdEQ025Fvy3EjL854ZuNi6EclMyByEAGIChI6+8oriKGqEZJRHMM4rwB6mgtvWHd40UVLSWLBrR98gGMUnJDMDHv3CAdnho9vFXdx1NvsdjRs2IDKu+5C9UMP4SwtrOjumSeLspD7GF2kQuOXcSFeSaAnML0cGH05EMn4csU2oPg5IC5DrwYvo2lRCVQ/VF2iglz1Rn7WNVy4ZwIX/8W4bqIrQhxzQooEoGQGmCZmjwriaBYV5OXobNq8GaMeMEZU2yef6EDGTpuGAroswqn7hSQgX0DhiIBkDRFqfv/9nvivzBJRT7XPPouxnDn5tJjESpK6NbR+YkxVxX6FbHVUMSe4MRQBzP23ngfXWepyQ7jIWwmMW3zOnWDrhsHU78c30CL6M1+YpUW3ZK/RXo5muaQd2XIMmpQIIIGqA1wsWwlw87vvwkc1ITrd29ysAyXAt3NT5vzqK5QtW4ZU7g9kMRaQE+bPR+uuXXp7ifnKeiAmaS1Bj+bM8dKzKoH51g8/hOvoUXSWlekLtpiwEuxp3LRJnxXuigp0cJMn5MjjYef1wOQ/dI/6OEa2dlGfHwB2My/rWkOXC6Dpv2Q+Z4zmMeqwKVq4NmyfRzv/t1RpbYCYoOmzgModUkqycaPRrbKMjCEflTnjSmiNtH/BkWchJc+0Uc7f74oY/WsO7pEW3kjqL4ClwT2rcmfcCJqRlgvgV1OROIY70R+bZD1RREpUkNxLym23oebppy31iFZvdqIty/+Tp3KdjRrhv05QpeKOnkTVpIiUCUA2U2No2VTefbeiWxvIxllcBqexzg4sZE4cjZ2x1w1apC7zwofPLd4KuCoTgNxL6h13oPb55y2Nitmi7chY6qZzc+BaEJ+rABF/LGQ/MPkOfzUCLlMqAHEl5NAqKeEGzKq4sObqRId7FsbN3RPwwwbVINIBzHtDaTxY7kepAISh7IYnvPEGjl9LU8+iNyPqN++B82vuajvrpEuMpIWYNldPWnOQWMBVG5W/ESE3q2Qn3P+pxQc0jiFK/u+pf5Gya2dpHZwV9AONouq7TBnbgYwEfIkrZF09sExBjiUCkPtKoS9/Il0LEakcqVYQvasSF8j++xMMP1r0GOI7uuYDJYGX74LAojs3unPMnYtJ9M9I8EUlycu5E7kzHvPoo7DNoMvg6neNd/1VdiIv5y7bD4y5QiXXAbwsFYD0FkX3cx7fjM7ZuhUx9AEFQ+KqGPPkk5hCZ57jsl56J2MBXctlwCV/DX4LLP6fBW8B1+227M3o3hgoc0X0ZvpdaYaO0PTWW7qDTnxGP+c/aJiuiGEVQG/B6H9RotNNHGgS05WfONfCGC3T/6LEiJgEZIL+i1J1IV2r9OH/xP6i9KMLoLcwfo5pUwCWrwE/R3ADeeaQAAJBy4K6IQFYAGogLEMCCAQtC+rK52oYc5OXCRiSC9GwIGBiLdjL52poo/FFAH7TLETDg4CJtWAvM2CrdCsflJONUoisRUAwFqyFBHuZAWuZKJev+ckH5UJCsE4Agq1gLFgL5oI936/g32BDn620DnVy9vvZSrNnEQKlEvpwqwmIRefukd/3w61mXxRC708X53KKxJtlofPQESDobbLg8jzg08X/B5694n04m3zkAAAAAElFTkSuQmCC);
}

/* line 164, app/assets/stylesheets/components/_fields.scss */
.field--card.amex {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA7CAYAAACE0Y8MAAAAAXNSR0IArs4c6QAAEFNJREFUeAHtXHl8FEUWfj25yUVICCEEwhUghPuWIHILcgnK4YLgLbCCLO66Cq66uijgiierIq6wCigIiooIAgLhvo+EK1zhDiRAAoHc4/tqpjo1PT0hsCT5g3n+Jt1d9bqq+r16d6FGCnhPWtjfWkhdNItWV2l23/4/FLBa861WOmGxaEcLCgoT86cMXq0Op4mHl+eE+mgVviJN66V2uu9LgwLW9YVW69i8twbvxugW/mlu4pcGoV2NqXXQSNvqPfGbRsCw+Ly8sLd757siVum0a5rmpWken/DomqXQonUunWncoxZPAa2D58sLO1g0qzWqeER3b2lRQLNYY2ED3FBOFGBbEONmQDkRX0xrpSg3A8qTAewEuRlQvgwQcUA5L+Hunt4tAeXMfzcD3AwoZwqU8/RuCShnBngWN39clSCyaLaEqYp3OuM6hQf4kreHOf9Sr2bThawc8UpYBW+qGuSnvn5H79N5nnPXsqlyBR+qEujrNHZuQSEduniV011EIb7eFObvQz6e5utWX05Ou0oxYYFqk35/Pa+A0njeGhUr6G3qzYnLWXQ1J19tcnnvkgGtqoXQ+tFdTF9csv8MNY4IptqVAkz7N5xIo66z1oq+WQ+1op71q5ri3anGU1eu00n+xdcMcxoShPr54DnqFxtJlXgzlBSmrDlAL3WKNUXPzS+kqWsP0j+6NjTtf/B/G+jXw+dN+4yNLhkw4d56Avcw754TV7L09zrWrCw+JpsXAUg4fpFu5Bfo/Z1qhQtCtK1eia5k59H99SKosNBKq45eICv/J6FHTARlcv/mU+myyelakXdsGx7n0MVMSmECG8HHw4NC/LyoUZVgqm7fjRK3gpcndWCGYMc/1rKmeDWVJQW7M4PnBbTkTRbKkrMpJZ2u5trafD09qGOtyjSufYzAucG7PeHERXGPP9WDK1BseBBJ+oDBO89eFv3x0WHk7+2SpPoY6o0pdq0Qf+rfsJrAGzxvEx1kJkj4oG8zerZtHfLz8hBNTy3a7kCcj/o1p6fb1KYXmIFp13NZ9DXegWdp0NxNcghxzXpjICWnX6N+czY4tKsPbaIq0bpRnWnm1uM0Y9MRtcvhPoLV4bxH2lJ7JsBnW47RfzYfJXzDgRd6CjxskglL99C+8xkO7/38WAeqx2qm2xdrqYA3iYQdY7tRHDMVAKapawxlKdrzfA/BWPTvOHOZ+vOOB+we150aMHNuBUyV4dj4uuRh0WhF8nmd+A3tA3+08QhZucZmBGkqpiccFh/Tp0EkDWtWQ6B9uCFZXCUOHoyWBRLTtU64w69VVIh4T/7x9/bQ+7swLogHOM9EGv3DTonmcN1z7go9MDtBEJ8/SbzTmsfFL9jXSzAWxK/K9gPSBJDrdRjI/pDOm+qlX/eadd1Wm5MEYBEjW9QUg8mFdKwVRn/tWF/shCO8a385dI56M4FV6MvPPx44S8dZxL/de4r+xMT3sXgQCJDANgEAPbxk/1n1Nf0ektOkakX92ewmuqI/LX38Xoeuh77eSEtZxx/ldZltjPfWH6a8Aiv5suFd+2xnaqrMcTUnj77cflyM9wxL7bXcfHqXN9D8PafojR6NqApLlgrx0aG0gdXV17tO0vDm0dSpdrjafVv3ThLwTJs6Qo8lpWbQyiMXxKBj2tWl7nWrUN1Qm9H9wL6j1RnhMfVkfQ+YxgZKEkMyETscOtIVQLImLt/n8FvAjFQBHs2xS9f03+aT6bQ/NVOgYGyoOyNItTMgrpoD8YE3Z8cJymRvBd7cU8yAUaxaISWYB6rMCDDKdSr5i+bnluyiHMX2GXFL+uwkAX1ibR6LJFxUsB/15Z2Ljxvdrg69wLp03fE02n32CjWLLNqxUErQ+7D+sBmQhrbVQ2nBPhsR0XfisrMhlQv9aleKvNWvQ5pUp8H8kwDpazh9uXzUr2D+zIEt9Wf15nTGDfFYk22CClA7H9vtyuAmUVSZjTUAtu/7pDM0c8tRepGlXgVI0Ycsqb1nryesZeraQ/yNlVSUW753YoAHE/oC61SIIeAa75D4T2wnKVRv54MNh+nLQW30CbH37mXvAbp12+nLNHXNQeEBQfxjwgIINmHGZteG9C8d6lG1IEeRN/rhXh4aQQ0B+GQBned4Az758UtZtJtVXbSByMDzY68mg/LoInsrKvx44Iy+IbCh2s1YJbrTrtvw4EDM23OSYGtU6Mqa4JGm1QV93ll3kCb3aKx23/K9EwMwAsQPYgiAK4mPM8LCfafpX/c7Tw737JH5W9g1u0KJdvUwPr4eJ76d1YM6Jj7qZjYgJjSQdrKnIQEuYneON7azJ/L6yiTdc5P9uEJKIZXY1a91i9N3uqpGEUPgZwRogc4men7aA03FmJdv5NGbq/cbX7ulZycG4KM+Y/EDDGxUjdWKoxjC74Xblc8i/Am7e0boH1uN6rCtgFEEE8NZtIc3t3lDRlz1+dXfknQvRLZjnFe6OAc7iB/gy8P378F2BwxIveq4w+UYCJbgzcF7iZv+K7Vg39+TN8Pmk5cEypSejYXkSnxcYdTf+v2AUKW/HUlVu8Q91NXbPZvQqO93lDjidRrE3uDEgPksdhA/wIsdGzjoefs71COmCn9UKs3aeoy8DOkI7PTx8TE09sddAv3P99Tl0N8WM8j3za5mkSPiADMGQP9iR7/Jnoo3qyUAVJIZINiazarylRWJYpevOVYUVGFzwMHwNqQm6rN7+9HGZEFcXM1gZIto9oZSaL3dwzPDKUmbEwNieNfN4QX7eVkE8SERbWasFLbg750aCE/h3d5NaecZR7UEQwjIZvxH2UUL8rH51L3qRxDGQOB2P0e/4YNseh4OC4IlzOUKQv1tqQNIEJgR7Fu0XEnufixxtUICmIg2RsA9hPEP8CliOgz5g2xcky5kENIWN/Js6hW5HBB/J0sQ3FnA4kfbU/PIEFo8vD2dzcx2WJoMsqQD8t+HW4soWiJF3kbOq+iL7KPAkEJMJUAiktOuiUfoxGda1xZJKqOBVPEfb1WLhrBOl/DFtuP0ZOtaVK9yoPjJduRmVDzZbryCIPhJUL3Nhsx4/CRg7er609mormJ3Gp6ccRz5Dnb5OTboAETcsx5q7aSWJC6u7yYcoldZtYEGrhJyKn5x95r3xIXfsos5WCI1rRpMgfbdi7aDFzJ1lYRniLRMQ+DZCMBHrkSFA9wmd4/afrv3CKCg042updl4kD6kC+ADVA30o0j2tIwqEfEEbBoAnhYkqDhA7IGo3MzrwnuIoWCgbwYcKy1wYsDNXnL33zkKgAFOkfCdG949Ukko4GQDSvLSzXCm92lKwYoauxk+hP/f6w7piT/kjPo3dMw1GceAyrhyI5fTEllCxSBKdwXQLpcZdx1nRU9xMUmmml3hq+3fJZ6mSn7enB0N4hjCV6gytR/3iCGQ/+rD64ZN8LdniiXeWxyUwi03g1JhwMC4KIowqU6ZLUC2dapdme77bI3I18wd2tbJvZV4Ztc8jjeM7rAZ3jh2j5G/MdoAM1zZhnSIp8HVln3yivlfYg/RLBcFnM+3HWMGSGzHa6kwQHopkzi5JpNhjtMWPaHkOa1XE+EdrXiyIyH3BGJ+w97XvN0nixANd3gPuXl4bYMaR4l3fueiD7KfRkBqHW5xuxqhNIL9d2R9lnFG1yyQlO/Ca0JdA0RFxhSGWnpKEifQx5PmDm0n5t6YkkaLEs+ItEh+oc3NlXgHLhTVU2SbvJYKA+Tg205fEok7+ezqmshew+9PdxIRNHAWsdg/8d02Dq5IJLu2nLJFrWbvz2UmgUDLOE0NAiFAdAVQE/N2p1DCqC5CbRSHKzO/Q7gghZKmGcj6AQIyFKZuB0qVAXJBSGgh2WaES+xKjlmyg5CxRNFkNTNhC++0kQu2CuLD5V0yIp4iJv8kXh3fIYYLMlXEfTarkrmcl/+B69NgkBrhAmHR8Hs4SrYFY4gF4N8jSYgfXGUJcDsXD4+Xj/o1mnU53GdJfNgkZErVgr48lDCNs6KASFa7E7vEckrFFkDKwZCnkrGUbJPXMmEA7EF3Tl+YQXiAj8gtYYFdPl9DKZyyhoFtwkV/lAxlRI13UftVx6nHWVYwAHCQ68YR7OdLQBKtglKfPcdRLYgPgEqSAFWmjinbccXhAgnIgg5le2CWVISBB6CMOaxZtFOc9DHXOpKpDI2wXLS8IppeaK8LyLYaXNxOmtCTOrN0fD2kDQ2dv1nfJQ04Yv6FVQp2Egr6EpI4AFppT45d5+rV7B0pskt8PIIzCSjueNrPHqPStZjVGgCpEUSwq9leAHL4cEHga4vFvfrnHc54oqRakcuWyAiP49zW+J92CeKGcSEf5VBUCe9j5wEVQ+h/JO5C/vmDwAlg5sMjGsoZAaNNUOcpEwlAnkxGmnJy9Rk7F9F1Vm6B6MbHwfUzAgysmZHtzESAFwUiSPjUpKKF4v37fZpJFP2qrkU2IrmHjMA6LmM+z4SHmkPtAWvMyr0uDiKsZbd27/ge9PnAViLNjQRh6rUckftCBI4aBKLw4qBMGID6MBJXZoDEVt8568WHyd2GatqYJTvp0wGOVa7mnNuPYskBQHdjJ2IHoh5tzGi+x4SGjgYhQYiZzBAU7wdy0m37c930pUCnZ7w+QH823iB/teyJjkIS01nVQPJgF1AZRLp9C6e1kc96v29z8UOaHBJ3LvMG9foy4abp6jJhAAwmjncYAfp+wFcbRG4fpxJWPnUfwatBLn4212txauFtpeiD1DaynSUBpItVGwA7NIZPTkCNgRESIJ1YW5FV4BMbbBdQSQtgNxMn5FSAtCAAlBDEGVpU5pCfUgHq0FWKXMUrEwYsZtWAnyvA8UW4kSjAIMt4ib0WqBBUrYKYCEZAbIEfxBzGF0k5MMcMJnPFahIXddSsJd6TgF0cPWWpfNSvGA9p98bvr9DbjDcYE4cBJizdLU5KGPvxDHuPQ2KQCjNw/jozrNtsw8k2ELc4wEmyhcPuEdlSuIs4qTa9dzMhusu5lIhgSY6BU2uA77gciqOBEkbzaQYAiuYSV0alqPdOEn0eeh/q3rA5Ele8bPgDIwow4sBrgueGE3t/44JVEEtpoLeXEx5O5NVn9fU8R9+TlifSJnavzaBUGACxBixgwpYUUCjpxvXdkS1r0sTOsfSFC5tR3HgDG0VxGTXKFAXHFE9P7Kv3jWCpGdGipv7s6kZ9xxXOe3xaEL/bgVJhAPLh0IslBaiEJxdtE57FG6v2s8h66IeeeMM5AU5tqHCRJQfG3Aygm131meHfrA32DJsFHhAkCcUnI+AMbGZ2vrAta7kEuve8+drwnrseYKReGT676wFlSGxXU7kLMq4oU0btbgaUEaFdTeNmgCvKlFE7GOBYPSijid3TMAU0KgADUtzEKCcKWOmkhV2h5HKa/q6f1kraYQtZCpPuekqUFwGslGTJmzx0M/9zlmXltYa7dl6med7bD28RXlBOYe5zrIqK/i3qXUuVsvlw0Bo0x2w2N3TKsGO5Oblx3OFcmyubNd01s3CichFoTUxzfLRTqkv8/ywLLXFclajDKd1oq2a1nTO/a0h0Zz9Us2p5vLFTWM0fJaslMXfqww429w/rK4NL1aZ6HAAAAABJRU5ErkJggg==);
}

/* line 168, app/assets/stylesheets/components/_fields.scss */
.field--card.discover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAA8CAYAAACZ1L+0AAAAAXNSR0IArs4c6QAACvlJREFUeAHtXGlsFMkVfmMbL4fNDWZtDgcTAQGMOVYRN8t9CCMFEAsShyIULgkICijwJ4QkCEgQEkKIXcwRCMQsxy53OMKGhUBYFjAOhMM2xmAv4AMWbK/Hc3TlfWWqmaPHM2ObwQv9pJ6qrnpV1f29o19V17SFXOjOnTvRQojfWCyWZE4TOI12qTazVUSAsSxmLLM4PczpXzp16lSsurKoDIP/MTNsY4Z4VWamNY8AY/yAMf4lC+Er9C4FAPA5/0+c16tXj5o2bUp169aliIgI8JhUTQQcDgdZrVZ69uwZlZWVoTfBx1AIwfLK7aRD8wF88+bNifPVHNJsboQAaz8VFhZKQbyyhMQwzsDnx0PzTfCNYKu5Mig2MAbWwBzYh3FmPIaA9oPBpDeLADAG1iDOJ8MCEnACn29SaBBQWDP2HWABURjWfOCGBnxXrIF9WOiGNUcyQsAUgBEqISwzBRBCsI2GMgVghEoIy0wBhBBso6FMARihEsIyUwAhBNtoqIBW27KysqigoEBvj9lc69atKS4uTi9zzdy7d0+ud/BiEzVu3FivysvLo7Nnz9KTJ0+oXbt2NHDgQGrVqpVerzJYuLpx4wbdunVLLl4lJiZS79695RRe8ahUOO3kvHuKtMc3STzPIUuzBAqL607hPx2qz+wfP35MOTk5VL9+fUJfnuR0OunKlSuyGONkZ2dTUVGRJ5s8b9SoEXXu3Jl4EkWXL1/WeYBJw4YNqU2bNhQVJadWel2lGV6MEzgqo+nTp2P1zuvggcSCBQsELzC5NR8/frzkPXz4sF6+YsUKUadOHbc+GjRoIA4cOKDzIHPw4EHBwnXjw9gsKHHs2DE3Xkdemvhh80hRujLe6yjbNkE4CzIlP4Mr+8P4rEhufeDk6NGjsr5r166ybuLEiV7jq/sfMmSI5LHb7YY8kZGRYvLkyeLFixeSz9ePwj0gC1ASTE5Opm7dulFpaanUqFOnTtGGDRsoNTWVrl+/TrGxsYrVLT1y5AixAKhFixa0evVqiomJoRMnTkgtHzFihM67adMmmj9/vjyfNm0aDR8+nKKjo+nQoUO0Y8cOOn78OI0ZM0bWa0XZVL5zCpFdLu/qfaiMlnuVrDs/oXqz/yGtp2fPnnTt2jXavXs3LVy4ULHJdOvWrTJVY6vKCRMmEKzYlRIS5MqNtACUYwVh/fr18hxWs2fPHtq7dy9hCXr//v2uTY3zShK+JIVyZQG7du1yY4Pmjxo1SmrCgAED9DpPC+AbljzLly/XeZBh09fP2c0JWARfpdi3b59erjKoV6RpmihLGe+l9UaWYP18tmy2ZcsW2XePHj1UNzJ9+vSptEx2H6K4uFiWKQvwtE7XhsoCoPGuBDxxD+gP1+mLFO7Vegg3a9ZMShy+7/z589J3GokZzwsQLAVaqCgs7PXwfLPSsqB1DIBi0dP27dvree27G4QjEHLeOUnayyc0ZcoU6aNhqenp6XrTnTt3EoNJM2bMCM536z24Zx49eiQL8EzA4Y9eI+CP00d9kyZNCOYNunr1qiEX+0Rq27Yt3b9/n3r16kWshdJs2U/q/AAGNHToUL3MV0bk3/VVZVguCu4RWxfBrYHgzhRt27ZNZufNm6eK9HTRokXUpUsXt2P79u16PTJwNVOnTpUChsscN26crJ81a5Ybn6+TagsAHcNPgxDdGBEiA0QMS5culVFPWloaLV68WPrm3Nxc2QSv60CIVPySJdwvixuDpeI258yZI4vxHABwly5dotu3b9OwYcO8fD0Y2SXJaA7Xpg5EaK7EbkZaNqz7zJkzMjrEM2Ht2rWubD7z1RYA+zg9hFMPKKPREG6uWbOGEIpy1CHDtczMTNq8ebNk7969u0yVJRj1ocrCWv1MZf2nDH5YTGfJx1EO9e/fn/Lz82UQ4OvhqzpFPUJY12Pu3LmqWqb8DCAIAQECCG4HgnZ1r7LCx0+1BbBs2TKp+XAx0CR/hAsbO3astADw3rx5UzYZPHiwTFNSUujhw4cy7/rz8uVL/RQCCPtJf/28skx44i/I0qCZzqKsYOPGjTJagXUqt6EzVSEzevRoGjlyJGVkZNCqVasC7iEoAcBdALBz584RtKNfv35SqzHx4JifOM42HBgTKkxw0A7aAnOGFYCU5uMGJk2aJB/E0FKO+eUkDA9I9B0fH08zZ86kkpIS2S4y+c/8Gq+RzPv6sTRuTZEjf+dWjQc83ssihEZfEEh4uLFLgyLgfj0PWL0RrVu3TvYFS+cox4jFu0yFQ77CJZSrMJRbyxDLNe3bt69gX+rW3DMM5YeU3g6hJt+wPO/QoYPg2Flvy4IRKgTEGODj13d6W56HiPLycp3fWfRAlP31E8NwFOGnVpyv87pmlixZIvtECIkw1JNcr8H1XlUe1+ArDGUXJfseNGiQZ7du59nnUuUEOII79UuYLCHaUYTJB/x9UlIS9enTRxXrKUwaGqtCRzz0YJ4nT54kLFPgpTRfoJx0YWqvCGPwHIBOnz4tLQCWg4ceoiyegRILVrHKNKxpO/pg2h7SHn3LSxH/5aWIh2RpzksRsbwUEeu95KAaI+Kx2WzUsWNHatmypSrWU7hIX8ssYILFwNdjQuf5KnflypWE5wIIUZ/CQBa8+nHev0DR976g8pgkwr4gSExejCuTmX8zCGgv8siakkxlDROocOAfKKhnwJu5pPenV2ErpfJUnh/8UBFy485NAYRI/sJRTuWfzyaR7/5wNgUQAgEIzUm2LxaSlv1vr9FMAXhBUrMFeF9hO7iAsCZlRAFFQUYNzTL/CMDt2PbPJ2cGNp4bkykAY1yqXSqsL6XP13L+U2lfpgAqhadqldr3uVT+95kkCrP8dmAKwC9EwTE4c69JzafSwoAamgIICKbAmOzf7CD76T8RaY7AGjCXKYCAofLNiAmW7ehvyXmrYoHRN6d3jSkAb0yCKnF+l062L39Nouh+UO0UsykAhUSQqWA3Yz+/kRx8kHAG2fo1uymA11gEnNMKMsh2aLHcDBZwIx+MpgB8AGNULOxWsl9grb/4GT9o7UYsQZeZAggQMsfd02Q/+XsSvJxck2QKwA+a2rMcsp1aSVrGWT+cVas2BeADN1FSQPavN5DjempQcb2P7nwWmwLwgAZrOPaLn5LjMm/YcrjvAfJgrZFTUwCvYBTlxeT49m8SfLK+3rFXIyhX0sl7LwCt+Clr+3ZyXN1NZKvY8lIJXjVe9d4KQOOVSvulT8mZ/mWNhZRVkc57JQC8GtQy/0X2a7yV5Q1FNcEK4b0QANbnHWn7yJm2lwS7nNpE76wA5H/HWMsd0Pas84y53P5Um7CX1/JOCQALZFr2RXL871jFS/AQRjPBSlZ7ta81gjcslvA2uyjsl/fcZhdsp2+DXwf99vEK0Mu+fxuXEfSY9qg4/K+sJILBz+TWSdiDGdTfK4MesuYaYLLkZE13Zn4l/6JKPxLQXRFwNGyD/aWZsAB8SjEJW8bxNx7Ou/LVirwQmvxPmJb1NTn50PLS2KVrteLaqnIRzqgPydrqI1jA4Vr70T78DVV7+I0E3Jl9gYi1/l2hgoF/pLKYXg9Y2ROluvMO6Y/55rB76K18thLvVLU8/ucj7yjArgIt7zr9GN2KPwWB23ne/Vdk/fAjhGQVn61UjSAENomQfbg1zPqcPii6TZF81HmRU63Xeuoeal9qIWe95uSIiiVHdByVxf6chCUcmu/+4VZ14SwE108Xd2DGID56oHoxU08EEO0wlvhugteni/8PeZ8N/t7wLHIAAAAASUVORK5CYII=);
}

/* line 5, app/assets/stylesheets/components/_inputs.scss */
.form-control, .create-project-form .create-project__deadline .day-picker__input input, .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .form-inline__mobile-toggle, .react-mde .mde-text,
.react-mde .mde-preview, .overlay-modal--deadline .create-project__deadline .day-picker__input input,
.embed-contact-form input,
.embed-contact-form select {
  display: block;
  width: 100%;
  border: 1px solid #ced4da;
  background-color: #fff;
  padding: 0.5rem 0.5rem;
  color: #495057;
  background-clip: padding-box;
  line-height: 1.5;
  font-size: 1rem;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 30, app/assets/stylesheets/components/_inputs.scss */
.form-control::-ms-expand, .create-project-form .create-project__deadline .day-picker__input input::-ms-expand, .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle::-ms-expand, .site-page--projects .form-inline .form-inline__mobile-toggle::-ms-expand, .react-mde .mde-text::-ms-expand,
.react-mde .mde-preview::-ms-expand, .overlay-modal--deadline .create-project__deadline .day-picker__input input::-ms-expand,
.embed-contact-form input::-ms-expand,
.embed-contact-form select::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 36, app/assets/stylesheets/components/_inputs.scss */
.form-control::placeholder, .create-project-form .create-project__deadline .day-picker__input input::placeholder, .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle::placeholder, .site-page--projects .form-inline .form-inline__mobile-toggle::placeholder, .react-mde .mde-text::placeholder,
.react-mde .mde-preview::placeholder, .overlay-modal--deadline .create-project__deadline .day-picker__input input::placeholder,
.embed-contact-form input::placeholder,
.embed-contact-form select::placeholder {
  opacity: 1;
  color: #868e96;
}

/* line 47, app/assets/stylesheets/components/_inputs.scss */
.form-control:disabled, .create-project-form .create-project__deadline .day-picker__input input:disabled, .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle:disabled, .site-page--projects .form-inline .form-inline__mobile-toggle:disabled, .react-mde .mde-text:disabled,
.react-mde .mde-preview:disabled, .overlay-modal--deadline .create-project__deadline .day-picker__input input:disabled, .form-control[readonly], .create-project-form .create-project__deadline .day-picker__input input[readonly], .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle[readonly], .site-page--projects .form-inline .form-inline__mobile-toggle[readonly], .react-mde .mde-text[readonly],
.react-mde .mde-preview[readonly], .overlay-modal--deadline .create-project__deadline .day-picker__input input[readonly],
.embed-contact-form input:disabled,
.embed-contact-form input[readonly],
.embed-contact-form select:disabled,
.embed-contact-form select[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

/* line 55, app/assets/stylesheets/components/_inputs.scss */
.form-control.error, .create-project-form .create-project__deadline .day-picker__input input.error, .site-page--jobs-dashboard .form-inline .error.form-inline__mobile-toggle, .site-page--projects .form-inline .error.form-inline__mobile-toggle, .react-mde .error.mde-text,
.react-mde .error.mde-preview, .overlay-modal--deadline .create-project__deadline .day-picker__input input.error,
.embed-contact-form input.error,
.embed-contact-form select.error {
  border-color: #dc3545;
}

/* line 61, app/assets/stylesheets/components/_inputs.scss */
select.form-control:not([size]):not([multiple]), .site-page--jobs-dashboard .form-inline select.form-inline__mobile-toggle:not([size]):not([multiple]), .site-page--projects .form-inline select.form-inline__mobile-toggle:not([size]):not([multiple]), .react-mde select.mde-text:not([size]):not([multiple]),
.react-mde select.mde-preview:not([size]):not([multiple]) {
  height: calc(2.5rem + 0);
}

/* line 65, app/assets/stylesheets/components/_inputs.scss */
select.form-control:focus::-ms-value, .site-page--jobs-dashboard .form-inline select.form-inline__mobile-toggle:focus::-ms-value, .site-page--projects .form-inline select.form-inline__mobile-toggle:focus::-ms-value, .react-mde select.mde-text:focus::-ms-value,
.react-mde select.mde-preview:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}

/* line 77, app/assets/stylesheets/components/_inputs.scss */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 88, app/assets/stylesheets/components/_inputs.scss */
.col-form-label {
  margin-bottom: 0;
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: inherit;
  line-height: 1.5;
}

/* line 96, app/assets/stylesheets/components/_inputs.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 103, app/assets/stylesheets/components/_inputs.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 111, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-prefix,
.form-group--with-postfix {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

/* line 119, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-prefix .form-group-prepend,
.form-group--with-prefix .form-group-append,
.form-group--with-postfix .form-group-prepend,
.form-group--with-postfix .form-group-append {
  display: flex;
  align-items: center;
}

/* line 124, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-prefix .form-group-prepend .form-group-text,
.form-group--with-prefix .form-group-append .form-group-text,
.form-group--with-postfix .form-group-prepend .form-group-text,
.form-group--with-postfix .form-group-append .form-group-text {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-width: 40px;
  margin-bottom: 0;
  border: 1px solid #ced4da;
  background-color: #fff;
  padding: 0.5rem 0;
  color: #3f444c;
  cursor: default;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
}

/* line 139, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-prefix .form-group-prepend .form-group-text.is-invalid,
.form-group--with-prefix .form-group-append .form-group-text.is-invalid,
.form-group--with-postfix .form-group-prepend .form-group-text.is-invalid,
.form-group--with-postfix .form-group-append .form-group-text.is-invalid {
  border-color: #dc3545;
}

/* line 143, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-prefix .form-group-prepend .form-group-text.with-notification,
.form-group--with-prefix .form-group-append .form-group-text.with-notification,
.form-group--with-postfix .form-group-prepend .form-group-text.with-notification,
.form-group--with-postfix .form-group-append .form-group-text.with-notification {
  border-color: #19bcc9;
}

/* line 149, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-prefix .form-control, .form-group--with-prefix .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .form-group--with-prefix input, .form-group--with-prefix .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .form-group--with-prefix .form-inline__mobile-toggle, .form-group--with-prefix .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .form-group--with-prefix .form-inline__mobile-toggle, .form-group--with-prefix .react-mde .mde-text, .react-mde .form-group--with-prefix .mde-text,
.form-group--with-prefix .react-mde .mde-preview,
.react-mde .form-group--with-prefix .mde-preview, .form-group--with-prefix .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .form-group--with-prefix input,
.form-group--with-postfix .form-control,
.form-group--with-postfix .create-project-form .create-project__deadline .day-picker__input input,
.create-project-form .create-project__deadline .day-picker__input .form-group--with-postfix input,
.form-group--with-postfix .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle,
.site-page--jobs-dashboard .form-inline .form-group--with-postfix .form-inline__mobile-toggle,
.form-group--with-postfix .site-page--projects .form-inline .form-inline__mobile-toggle,
.site-page--projects .form-inline .form-group--with-postfix .form-inline__mobile-toggle,
.form-group--with-postfix .react-mde .mde-text,
.react-mde .form-group--with-postfix .mde-text,
.form-group--with-postfix .react-mde .mde-preview,
.react-mde .form-group--with-postfix .mde-preview,
.form-group--with-postfix .overlay-modal--deadline .create-project__deadline .day-picker__input input,
.overlay-modal--deadline .create-project__deadline .day-picker__input .form-group--with-postfix input {
  position: relative;
  width: 1%;
  margin-bottom: 0;
  background-color: #f7f7f7;
  flex: 1 1 auto;
}

/* line 156, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-prefix .form-control:disabled, .form-group--with-prefix .create-project-form .create-project__deadline .day-picker__input input:disabled, .create-project-form .create-project__deadline .day-picker__input .form-group--with-prefix input:disabled, .form-group--with-prefix .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle:disabled, .site-page--jobs-dashboard .form-inline .form-group--with-prefix .form-inline__mobile-toggle:disabled, .form-group--with-prefix .site-page--projects .form-inline .form-inline__mobile-toggle:disabled, .site-page--projects .form-inline .form-group--with-prefix .form-inline__mobile-toggle:disabled, .form-group--with-prefix .react-mde .mde-text:disabled, .react-mde .form-group--with-prefix .mde-text:disabled,
.form-group--with-prefix .react-mde .mde-preview:disabled,
.react-mde .form-group--with-prefix .mde-preview:disabled, .form-group--with-prefix .overlay-modal--deadline .create-project__deadline .day-picker__input input:disabled, .overlay-modal--deadline .create-project__deadline .day-picker__input .form-group--with-prefix input:disabled,
.form-group--with-postfix .form-control:disabled,
.form-group--with-postfix .create-project-form .create-project__deadline .day-picker__input input:disabled,
.create-project-form .create-project__deadline .day-picker__input .form-group--with-postfix input:disabled,
.form-group--with-postfix .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle:disabled,
.site-page--jobs-dashboard .form-inline .form-group--with-postfix .form-inline__mobile-toggle:disabled,
.form-group--with-postfix .site-page--projects .form-inline .form-inline__mobile-toggle:disabled,
.site-page--projects .form-inline .form-group--with-postfix .form-inline__mobile-toggle:disabled,
.form-group--with-postfix .react-mde .mde-text:disabled,
.react-mde .form-group--with-postfix .mde-text:disabled,
.form-group--with-postfix .react-mde .mde-preview:disabled,
.react-mde .form-group--with-postfix .mde-preview:disabled,
.form-group--with-postfix .overlay-modal--deadline .create-project__deadline .day-picker__input input:disabled,
.overlay-modal--deadline .create-project__deadline .day-picker__input .form-group--with-postfix input:disabled {
  background-color: #e9ecef;
}

/* line 163, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-prefix .form-group-prepend {
  margin-right: -1px;
}

/* line 166, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-prefix .form-group-prepend .form-group-text {
  border-radius: 3px 0 0 3px;
}

/* line 172, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-prefix .form-control:not(:first-child), .form-group--with-prefix .create-project-form .create-project__deadline .day-picker__input input:not(:first-child), .create-project-form .create-project__deadline .day-picker__input .form-group--with-prefix input:not(:first-child), .form-group--with-prefix .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle:not(:first-child), .site-page--jobs-dashboard .form-inline .form-group--with-prefix .form-inline__mobile-toggle:not(:first-child), .form-group--with-prefix .site-page--projects .form-inline .form-inline__mobile-toggle:not(:first-child), .site-page--projects .form-inline .form-group--with-prefix .form-inline__mobile-toggle:not(:first-child), .form-group--with-prefix .react-mde .mde-text:not(:first-child), .react-mde .form-group--with-prefix .mde-text:not(:first-child),
.form-group--with-prefix .react-mde .mde-preview:not(:first-child),
.react-mde .form-group--with-prefix .mde-preview:not(:first-child), .form-group--with-prefix .overlay-modal--deadline .create-project__deadline .day-picker__input input:not(:first-child), .overlay-modal--deadline .create-project__deadline .day-picker__input .form-group--with-prefix input:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 180, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-postfix .form-control, .form-group--with-postfix .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .form-group--with-postfix input, .form-group--with-postfix .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .form-group--with-postfix .form-inline__mobile-toggle, .form-group--with-postfix .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .form-group--with-postfix .form-inline__mobile-toggle, .form-group--with-postfix .react-mde .mde-text, .react-mde .form-group--with-postfix .mde-text,
.form-group--with-postfix .react-mde .mde-preview,
.react-mde .form-group--with-postfix .mde-preview, .form-group--with-postfix .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .form-group--with-postfix input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 185, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-postfix .form-group-append {
  margin-left: -1px;
}

/* line 188, app/assets/stylesheets/components/_inputs.scss */
.form-group--with-postfix .form-group-append .form-group-text {
  border-radius: 0 3px 3px 0;
  padding: 0.5rem 2rem;
}

/* line 196, app/assets/stylesheets/components/_inputs.scss */
.form-control-grey, .create-project-form .create-project__deadline .day-picker__input input, .react-mde .mde-text,
.react-mde .mde-preview, .overlay-modal--deadline .create-project__deadline .day-picker__input input {
  border-color: #f0f0f0;
  background-color: #f7f7f7;
}

/* line 201, app/assets/stylesheets/components/_inputs.scss */
.form-control-invisible {
  border-color: transparent;
  background-color: transparent;
  resize: none;
}

/* line 207, app/assets/stylesheets/components/_inputs.scss */
.form-control--with-placeholder::placeholder {
  color: #868e96;
  font-style: italic;
  font-weight: 200;
}

/* line 218, app/assets/stylesheets/components/_inputs.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  margin-bottom: 0;
  border: solid transparent;
  border-width: 1px 0;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.5;
}

/* line 229, app/assets/stylesheets/components/_inputs.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 245, app/assets/stylesheets/components/_inputs.scss */
.form-control-sm,
.form-group-text-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

/* line 254, app/assets/stylesheets/components/_inputs.scss */
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 0);
}

/* line 259, app/assets/stylesheets/components/_inputs.scss */
.form-control-lg,
.form-group-text-sm {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px;
}

/* line 268, app/assets/stylesheets/components/_inputs.scss */
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 0);
}

/* line 279, app/assets/stylesheets/components/_inputs.scss */
.form-group,
.embed-contact-form .field {
  margin-bottom: 1rem;
}

/* line 285, app/assets/stylesheets/components/_inputs.scss */
.form-group label b,
.embed-contact-form .field label b {
  color: #dc3545;
  font-weight: 400;
}

/* line 290, app/assets/stylesheets/components/_inputs.scss */
.form-group label.error,
.embed-contact-form .field label.error {
  font-size: 0.8125rem;
  margin-top: 3px;
  color: #dc3545;
  letter-spacing: 0.44px;
}

/* line 298, app/assets/stylesheets/components/_inputs.scss */
.form-group .is-invalid,
.embed-contact-form .field .is-invalid {
  border-color: #dc3545;
}

/* line 301, app/assets/stylesheets/components/_inputs.scss */
.form-group .is-invalid .mde-text,
.form-group .is-invalid .mde-preview,
.embed-contact-form .field .is-invalid .mde-text,
.embed-contact-form .field .is-invalid .mde-preview {
  border-color: #dc3545;
}

/* line 307, app/assets/stylesheets/components/_inputs.scss */
.form-group .with-notification,
.embed-contact-form .field .with-notification {
  border-color: #19bcc9;
}

/* line 311, app/assets/stylesheets/components/_inputs.scss */
.form-group .error-message,
.embed-contact-form .field .error-message {
  font-size: 0.8125rem;
  margin-top: 3px;
  color: #dc3545;
  letter-spacing: 0.44px;
}

/* line 318, app/assets/stylesheets/components/_inputs.scss */
.form-group .notification-message,
.embed-contact-form .field .notification-message {
  font-size: 0.8125rem;
  margin-top: 3px;
  color: #19bcc9;
  letter-spacing: 0.44px;
}

/* line 325, app/assets/stylesheets/components/_inputs.scss */
.form-group .ReactPasswordStrength,
.embed-contact-form .field .ReactPasswordStrength {
  border: 1px solid #ced4da;
  border-radius: 3px;
}

/* line 335, app/assets/stylesheets/components/_inputs.scss */
.form-group .ReactPasswordStrength-input,
.embed-contact-form .field .ReactPasswordStrength-input {
  padding: 0.5rem 0.5rem;
  line-height: 1.5;
  font-size: 1rem;
}

/* line 341, app/assets/stylesheets/components/_inputs.scss */
.form-group .ReactPasswordStrength-strength-desc,
.embed-contact-form .field .ReactPasswordStrength-strength-desc {
  font-size: 0.8125rem;
  padding: 12px 5px;
  letter-spacing: 0.44px;
}

/* line 347, app/assets/stylesheets/components/_inputs.scss */
.form-group .error-message--tooltip,
.embed-contact-form .field .error-message--tooltip {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 5;
  border-radius: 3px;
  background-color: #ce3c5c;
  padding: 12px;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.27);
  font-weight: 400;
  white-space: nowrap;
  animation: BlockFadeIn 0.25s ease-in;
}

/* line 362, app/assets/stylesheets/components/_inputs.scss */
.form-group .error-message--tooltip::after,
.embed-contact-form .field .error-message--tooltip::after {
  position: absolute;
  bottom: -14px;
  left: 15px;
  width: 0;
  height: 0;
  border: 7px solid #000;
  border-color: transparent transparent #ce3c5c #ce3c5c;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 376, app/assets/stylesheets/components/_inputs.scss */
.form-group .error-message--tooltip.tooltip--left,
.embed-contact-form .field .error-message--tooltip.tooltip--left {
  top: 50%;
  left: -15px;
  transform: translate(-100%, -50%);
}

/* line 381, app/assets/stylesheets/components/_inputs.scss */
.form-group .error-message--tooltip.tooltip--left::after,
.embed-contact-form .field .error-message--tooltip.tooltip--left::after {
  top: 50%;
  right: -23px;
  bottom: auto;
  left: auto;
  transform: rotate(-135deg) translateY(-100%);
}

/* line 390, app/assets/stylesheets/components/_inputs.scss */
.form-group .error-message--tooltip.tooltip--bottom,
.embed-contact-form .field .error-message--tooltip.tooltip--bottom {
  top: auto;
  bottom: -60px;
}

/* line 394, app/assets/stylesheets/components/_inputs.scss */
.form-group .error-message--tooltip.tooltip--bottom::after,
.embed-contact-form .field .error-message--tooltip.tooltip--bottom::after {
  top: 0;
  left: 40px;
  transform: rotate(135deg);
}

/* line 403, app/assets/stylesheets/components/_inputs.scss */
.form-group-grey {
  margin-bottom: 1.25rem;
}

/* line 406, app/assets/stylesheets/components/_inputs.scss */
.form-group-grey label {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 3px;
  color: #6d6d6d;
}

/* line 415, app/assets/stylesheets/components/_inputs.scss */
.form-group-grey .form-group--with-prefix .form-group-text,
.form-group-grey .form-group--with-postfix .form-group-text {
  border-color: #f0f0f0;
}

/* line 421, app/assets/stylesheets/components/_inputs.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 431, app/assets/stylesheets/components/_inputs.scss */
.form-row {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

/* line 437, app/assets/stylesheets/components/_inputs.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 449, app/assets/stylesheets/components/_inputs.scss */
.form-check {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}

/* line 455, app/assets/stylesheets/components/_inputs.scss */
.form-check.disabled .form-check-label {
  color: #868e96;
}

/* line 461, app/assets/stylesheets/components/_inputs.scss */
.form-check-label {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

/* line 466, app/assets/stylesheets/components/_inputs.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

/* line 473, app/assets/stylesheets/components/_inputs.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

/* line 477, app/assets/stylesheets/components/_inputs.scss */
.form-check-inline .form-check-label {
  vertical-align: middle;
}

/* line 491, app/assets/stylesheets/components/_inputs.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 499, app/assets/stylesheets/components/_inputs.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 505, app/assets/stylesheets/components/_inputs.scss */
  .form-inline label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 513, app/assets/stylesheets/components/_inputs.scss */
  .form-inline .form-group {
    display: flex;
    margin-bottom: 0;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
  }
  /* line 522, app/assets/stylesheets/components/_inputs.scss */
  .form-inline .form-control, .form-inline .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .form-inline input, .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .form-inline__mobile-toggle, .form-inline .react-mde .mde-text, .react-mde .form-inline .mde-text,
.form-inline .react-mde .mde-preview,
.react-mde .form-inline .mde-preview, .form-inline .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .form-inline input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 529, app/assets/stylesheets/components/_inputs.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 533, app/assets/stylesheets/components/_inputs.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 539, app/assets/stylesheets/components/_inputs.scss */
  .form-inline .form-check {
    display: flex;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 548, app/assets/stylesheets/components/_inputs.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }
  /* line 552, app/assets/stylesheets/components/_inputs.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 560, app/assets/stylesheets/components/_inputs.scss */
  .form-inline .custom-control {
    display: flex;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 567, app/assets/stylesheets/components/_inputs.scss */
  .form-inline .custom-control-indicator {
    display: inline-block;
    position: static;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  /* line 575, app/assets/stylesheets/components/_inputs.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 1, app/assets/stylesheets/components/_boxes.scss */
.box {
  display: block;
  width: 100%;
  border: 1px solid #e5eaec;
  border-radius: 3px;
  background: white;
  box-shadow: 0 2px 5px rgba(19, 21, 24, 0.05);
}

/* line 11, app/assets/stylesheets/components/_boxes.scss */
.box--grey {
  background-color: #efefef;
  margin-top: 0;
  border-radius: 3px 3px 0 0;
}

/* line 16, app/assets/stylesheets/components/_boxes.scss */
.box--grey:first-child {
  margin-top: 0;
}

/* line 20, app/assets/stylesheets/components/_boxes.scss */
.box--grey:last-child {
  margin-bottom: 0;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

/* line 9, app/assets/stylesheets/components/_content-box.scss */
.content-box {
  position: relative;
  width: 100%;
  overflow: visible;
  transform-style: preserve-3d;
}

/* line 16, app/assets/stylesheets/components/_content-box.scss */
.content-box.is-checked {
  border: 5px solid #159ca9;
}

/* line 22, app/assets/stylesheets/components/_content-box.scss */
.content-box.is-no-results-box, .content-box.content-box--react-layout {
  margin: 6px 0;
}

/* line 27, app/assets/stylesheets/components/_content-box.scss */
.content-box.is-no-results-box {
  height: calc(100% - 12px);
}

@media (min-width: 576px) {
  /* line 22, app/assets/stylesheets/components/_content-box.scss */
  .content-box.is-no-results-box, .content-box.content-box--react-layout {
    margin: 6px 0;
  }
  /* line 27, app/assets/stylesheets/components/_content-box.scss */
  .content-box.is-no-results-box {
    height: calc(100% - 12px);
  }
}

@media (min-width: 968px) {
  /* line 22, app/assets/stylesheets/components/_content-box.scss */
  .content-box.is-no-results-box, .content-box.content-box--react-layout {
    margin: 6px 0;
  }
  /* line 27, app/assets/stylesheets/components/_content-box.scss */
  .content-box.is-no-results-box {
    height: calc(100% - 12px);
  }
}

@media (min-width: 1256px) {
  /* line 22, app/assets/stylesheets/components/_content-box.scss */
  .content-box.is-no-results-box, .content-box.content-box--react-layout {
    margin: 12px 0;
  }
  /* line 27, app/assets/stylesheets/components/_content-box.scss */
  .content-box.is-no-results-box {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1576px) {
  /* line 22, app/assets/stylesheets/components/_content-box.scss */
  .content-box.is-no-results-box, .content-box.content-box--react-layout {
    margin: 12px 0;
  }
  /* line 27, app/assets/stylesheets/components/_content-box.scss */
  .content-box.is-no-results-box {
    height: calc(100% - 24px);
  }
}

@media (min-width: 1848px) {
  /* line 22, app/assets/stylesheets/components/_content-box.scss */
  .content-box.is-no-results-box, .content-box.content-box--react-layout {
    margin: 12px 0;
  }
  /* line 27, app/assets/stylesheets/components/_content-box.scss */
  .content-box.is-no-results-box {
    height: calc(100% - 24px);
  }
}

/* line 34, app/assets/stylesheets/components/_content-box.scss */
.content-box__image {
  padding-top: 78.431372549%;
  position: relative;
  opacity: 1;
  transition: 0.15s ease-in-out all;
}

/* line 40, app/assets/stylesheets/components/_content-box.scss */
.content-box__image > img {
  display: block;
  width: 100%;
  height: calc(100% - 54px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  object-fit: cover;
}

/* line 52, app/assets/stylesheets/components/_content-box.scss */
.content-box__content {
  position: relative;
  overflow: visible;
}

/* line 56, app/assets/stylesheets/components/_content-box.scss */
.content-box__content.no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 200px;
  color: #3f444c;
  font-weight: 600;
  padding: 18% 0;
}

@media (min-width: 1576px) {
  /* line 56, app/assets/stylesheets/components/_content-box.scss */
  .content-box__content.no-results {
    padding: 22% 0;
  }
}

@media (min-width: 1848px) {
  /* line 56, app/assets/stylesheets/components/_content-box.scss */
  .content-box__content.no-results {
    padding: 18% 0;
  }
}

/* line 74, app/assets/stylesheets/components/_content-box.scss */
.content-box__content.no-results .content-text {
  font-size: 1.25rem;
  margin-bottom: 12%;
  line-height: 1.5;
}

/* line 80, app/assets/stylesheets/components/_content-box.scss */
.content-box__content.no-results.no-results--higher {
  padding: 22% 0;
}

@media (min-width: 1576px) {
  /* line 80, app/assets/stylesheets/components/_content-box.scss */
  .content-box__content.no-results.no-results--higher {
    padding: 29% 0;
  }
}

@media (min-width: 1848px) {
  /* line 80, app/assets/stylesheets/components/_content-box.scss */
  .content-box__content.no-results.no-results--higher {
    padding: 22% 0;
  }
}

/* line 94, app/assets/stylesheets/components/_content-box.scss */
.content-box__link {
  display: block;
  text-decoration: none;
}

/* line 99, app/assets/stylesheets/components/_content-box.scss */
.content-box__link:hover .content-box__image {
  opacity: 0.85;
}

/* line 105, app/assets/stylesheets/components/_content-box.scss */
.content-box__title {
  font-size: 0.9375rem;
  display: block;
  width: 100%;
  padding-right: 20%;
  padding-left: 10px;
  background: #fff;
  line-height: 30px;
  color: #131518;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 119, app/assets/stylesheets/components/_content-box.scss */
.content-box__file-extensions {
  font-size: 0.75rem;
  width: 100%;
  height: 25px;
  margin-top: -5px;
  padding: 0 10px;
  line-height: 20px;
  color: #5d7784;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background: #fff;
}

/* line 134, app/assets/stylesheets/components/_content-box.scss */
.content-box__price {
  font-size: 1rem;
  padding-left: 10px;
  background: #fff;
  color: #19bcc9;
  line-height: 30px;
  text-align: right;
  position: absolute;
  right: 11px;
  bottom: 20px;
  transform: translateZ(0);
  font-weight: 800;
}

/* line 147, app/assets/stylesheets/components/_content-box.scss */
.content-box__price.is-discounted-price {
  bottom: 5px;
  line-height: 19px;
}

/* line 151, app/assets/stylesheets/components/_content-box.scss */
.content-box__price.is-discounted-price .content-box__sale-off {
  color: #ce3c5c;
}

/* line 155, app/assets/stylesheets/components/_content-box.scss */
.content-box__price.is-discounted-price .content-box__original-price {
  font-size: 0.8125rem;
  color: #6d798a;
  text-decoration: line-through;
  font-weight: 400;
}

/* line 162, app/assets/stylesheets/components/_content-box.scss */
.content-box__price.is-discounted-price .content-box__discount {
  font-size: 0.8125rem;
  padding-left: 3px;
  color: #ce3c5c;
  text-decoration: none;
  font-weight: 400;
}

/* line 171, app/assets/stylesheets/components/_content-box.scss */
.content-box__price.is-discounted-price.discount-is-visible .content-box__original-price {
  display: inline;
}

/* line 175, app/assets/stylesheets/components/_content-box.scss */
.content-box__price.is-discounted-price.discount-is-visible .content-box__discount {
  display: inline;
}

/* line 181, app/assets/stylesheets/components/_content-box.scss */
.content-box__price.title-is-hidden {
  display: flex;
  right: 0;
  left: 0;
  bottom: 22px;
  padding-top: 3px;
  line-height: 30px;
}

/* line 189, app/assets/stylesheets/components/_content-box.scss */
.content-box__price.title-is-hidden .content-box__sale-off {
  float: left;
  padding-right: 10px;
}

/* line 194, app/assets/stylesheets/components/_content-box.scss */
.content-box__price.title-is-hidden .content-box__discount {
  display: inline;
}

/* line 199, app/assets/stylesheets/components/_content-box.scss */
.content-box__price .content-box__discount {
  display: none;
}

/* line 204, app/assets/stylesheets/components/_content-box.scss */
.content-box__premium-badge {
  font-size: 0.75rem;
  display: block;
  position: absolute;
  z-index: 99;
  top: 5%;
  right: -40%;
  width: 100%;
  padding: 5px 0;
  background: #ce3c5c;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(45deg);
}

/* line 219, app/assets/stylesheets/components/_content-box.scss */
.content-box__premium-badge.is-shop-credit-sign {
  top: -4px;
  right: 47%;
  padding: 5px 0 0;
  transform: rotate(-45deg);
  opacity: .7;
}

/* line 226, app/assets/stylesheets/components/_content-box.scss */
.content-box__premium-badge.is-shop-credit-sign i {
  transform: translate3d(0, 0, 0);
}

/* line 232, app/assets/stylesheets/components/_content-box.scss */
.content-box__premium-badge--dark {
  background: #3f444c;
  top: 15%;
  right: -30%;
}

/* line 238, app/assets/stylesheets/components/_content-box.scss */
.content-box__premium-badge--sale-off {
  font-size: 0.875rem;
  top: 7%;
  right: -37%;
  background: #b31c3c;
  background: linear-gradient(left, #dd254c, #87152d);
  color: rgba(255, 255, 255, 0.9);
}

/* line 246, app/assets/stylesheets/components/_content-box.scss */
.content-box__premium-badge--sale-off.is-new {
  background: rgba(13, 149, 129, 0.72);
}

/* line 249, app/assets/stylesheets/components/_content-box.scss */
.content-box__premium-badge--sale-off.is-new.is-secondary-color {
  background: rgba(161, 5, 39, 0.72);
}

/* line 255, app/assets/stylesheets/components/_content-box.scss */
.content-box__badges-list {
  width: 100%;
  padding: 0;
  list-style: none;
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 23px;
  z-index: 99;
}

/* line 266, app/assets/stylesheets/components/_content-box.scss */
.content-box__badges-list li {
  display: inline;
  padding: 1px 4px;
  margin: 0 5px;
  opacity: 0.7;
  border-radius: 3px;
  background-color: #3f444c;
}

/* line 276, app/assets/stylesheets/components/_content-box.scss */
.content-box__controls {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 13px 10px;
  background: #fff;
  opacity: 0;
  transition: 0.15s ease-in-out opacity;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

/* line 290, app/assets/stylesheets/components/_content-box.scss */
.content-box__control {
  display: block;
  margin: -2px 6px;
}

/* line 294, app/assets/stylesheets/components/_content-box.scss */
.content-box__control.content-box__checkbox {
  line-height: 2em;
}

/* line 301, app/assets/stylesheets/components/_content-box.scss */
.grid--smaller .content-box__control,
.grid--dense .content-box__control {
  margin: -2px 3px;
}

/* line 307, app/assets/stylesheets/components/_content-box.scss */
.content-box--compact .content-box__title,
.content-box--compact .content-box__price {
  display: none;
}

/* line 312, app/assets/stylesheets/components/_content-box.scss */
.content-box--compact .content-box__controls {
  padding: 5px 10px;
}

/* line 316, app/assets/stylesheets/components/_content-box.scss */
.content-box--compact .content-box__image {
  min-height: 0;
}

/* line 319, app/assets/stylesheets/components/_content-box.scss */
.content-box--compact .content-box__image > img {
  border-radius: 5px;
}

@media screen and (min-width: 640px) {
  /* line 331, app/assets/stylesheets/components/_content-box.scss */
  .content-box--interactive.previewable:hover .content-box__controls {
    opacity: 1;
  }
}

/* line 340, app/assets/stylesheets/components/_content-box.scss */
.content-box--with-single-image .carousel-trigger {
  pointer-events: none;
  opacity: 0.4;
}

/* line 344, app/assets/stylesheets/components/_content-box.scss */
.content-box--with-single-image .carousel-trigger .action,
.content-box--with-single-image .carousel-trigger .action:hover {
  opacity: 0.4;
}

/* line 352, app/assets/stylesheets/components/_content-box.scss */
.content-box--adaptive .content-box__premium-badge,
.content-box--adaptive .content-box__badges-list {
  display: none;
}

/* line 357, app/assets/stylesheets/components/_content-box.scss */
.content-box--adaptive .content-box__image {
  padding-top: 0;
}

/* line 360, app/assets/stylesheets/components/_content-box.scss */
.content-box--adaptive .content-box__image > img {
  position: static;
}

/* line 368, app/assets/stylesheets/components/_content-box.scss */
.content-box-wrapper.is-updating-with-spinner:after {
  opacity: 0.8;
}

/* line 374, app/assets/stylesheets/components/_content-box.scss */
.content-box figure {
  margin: 0;
}

/* line 378, app/assets/stylesheets/components/_content-box.scss */
.content-box--placeholder {
  -webkit-animation: flickerAnimation 1s infinite ease-in-out;
  -moz-animation: flickerAnimation 1s infinite ease-in-out;
  animation: flickerAnimation 1s infinite ease-in-out;
}

/* line 383, app/assets/stylesheets/components/_content-box.scss */
.content-box--placeholder .content-box__price-placeholder {
  width: 35%;
  height: 23px;
  border-radius: 5px;
  background: #f5f5f5;
}

/* line 390, app/assets/stylesheets/components/_content-box.scss */
.content-box--placeholder .content-box__file-extensions-placeholder {
  margin-top: 5px;
  height: 17px;
  border-radius: 5px;
  background: #f5f5f5;
}

/* line 401, app/assets/stylesheets/components/_content-box.scss */
.content-box-new {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  transform-style: preserve-3d;
}

/* line 407, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__content {
  position: relative;
  overflow: hidden;
}

/* line 412, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__link {
  display: block;
  text-decoration: none;
}

/* line 416, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__link .content-box-new__image {
  position: relative;
  opacity: 1;
  margin: 0;
  transition: 0.15s ease-in-out opacity;
}

/* line 422, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__link .content-box-new__image > img {
  display: block;
  width: 100%;
}

/* line 429, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__link:hover .content-box-new__image {
  opacity: 0.85;
}

/* line 435, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__info {
  position: relative;
  padding: 9px 12px 8px;
  overflow: hidden;
}

/* line 440, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__info .content-box-new__author {
  display: block;
  height: 22px;
  overflow: hidden;
}

/* line 445, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__info .content-box-new__author .content-box-new__author-link {
  font-size: 0.75rem;
  color: #159ca9;
  font-weight: 600;
  text-decoration: none;
  padding: 0 3px;
  vertical-align: bottom;
}

/* line 453, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__info .content-box-new__author .content-box-new__author-link:hover {
  color: #19bcc9;
}

/* line 459, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__info .context-box-new__stats {
  background: #fff;
  position: absolute;
  top: 8px;
  right: 12px;
  box-shadow: -10px 0 30px 15px #fff;
}

/* line 467, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__info .content-box-new__likes,
.content-box-new .content-box-new__info .content-box-new__views,
.content-box-new .content-box-new__info .content-box-new__comments {
  font-size: 0.75rem;
  color: #3f444c;
  float: right;
  padding-left: 10px;
}

/* line 475, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__info .content-box-new__likes svg,
.content-box-new .content-box-new__info .content-box-new__views svg,
.content-box-new .content-box-new__info .content-box-new__comments svg {
  font-size: 0.5rem;
  color: #6d6d6d;
}

/* line 481, app/assets/stylesheets/components/_content-box.scss */
.content-box-new .content-box-new__info .content-box-new__likes {
  padding-left: 0;
}

/* line 488, app/assets/stylesheets/components/_content-box.scss */
.content-box--new {
  overflow: visible;
}

/* line 491, app/assets/stylesheets/components/_content-box.scss */
.content-box--new .content-box__content {
  position: static;
}

/* line 495, app/assets/stylesheets/components/_content-box.scss */
.content-box--new .content-box__image {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}

/* line 500, app/assets/stylesheets/components/_content-box.scss */
.content-box--new .content-box__badges-list {
  bottom: 43px;
}

/* line 505, app/assets/stylesheets/components/_content-box.scss */
.discounts-wrapper {
  position: absolute;
  top: -8px;
  z-index: 99;
  width: calc(100% + 16px);
}

/* line 512, app/assets/stylesheets/components/_content-box.scss */
.content-box--react-layout {
  transform-style: initial;
}

/* line 515, app/assets/stylesheets/components/_content-box.scss */
.content-box--react-layout .content-box__content {
  position: relative;
  overflow: visible;
}

/* line 520, app/assets/stylesheets/components/_content-box.scss */
.content-box--react-layout .discounts-wrapper {
  z-index: auto;
}

/* line 524, app/assets/stylesheets/components/_content-box.scss */
.content-box--react-layout .discounts-wrapper span .content-box__discount-badge {
  position: absolute;
  z-index: 10;
}

/* line 530, app/assets/stylesheets/components/_content-box.scss */
.content-box--react-layout .discounts-wrapper .content-box__discount-badge {
  position: relative;
  z-index: 10;
}

/* line 534, app/assets/stylesheets/components/_content-box.scss */
.content-box--react-layout .discounts-wrapper .content-box__discount-badge--spaced {
  padding: 4px;
}

/* line 541, app/assets/stylesheets/components/_content-box.scss */
.content-box--react-layout:hover + .tooltip--react-preview {
  opacity: 0;
  animation: PreviewFadein 0.2s ease-in-out 0.5s both;
}

/* line 549, app/assets/stylesheets/components/_content-box.scss */
.tooltipster-base .discounts-wrapper {
  display: none;
}

/* line 554, app/assets/stylesheets/components/_content-box.scss */
.content-box__discount-badge {
  font-size: 0.875rem;
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 4px;
  border-radius: 16px;
  background-color: #ce3c5c;
  padding: 0 8px;
  color: #fff;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.28);
}

/* line 570, app/assets/stylesheets/components/_content-box.scss */
.content-box__discount-badge--spaced {
  padding-top: 2px;
}

/* line 574, app/assets/stylesheets/components/_content-box.scss */
.content-box__discount-badge.discount-badge__premium {
  background-color: #c79750;
}

/* line 578, app/assets/stylesheets/components/_content-box.scss */
.content-box__discount-badge.discount-badge__green {
  background-color: #159ca9;
}

/* line 1, app/assets/stylesheets/components/_splits.scss */
.split {
  display: block;
  width: 100%;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAnCAMAAABQShoEAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA5FBMVEVnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLBnxLD%2F%2F%2F%2Br0c6QAAAASnRSTlMAHWSMHqX8Bnn2eEHX1qP%2BohwQiIdz63JI211cDQxgX56durnDwLSoppyvrLfCsYo7wSHpICgJe%2FMYlfv6FySrPdMFdnUErT%2BzsgRikvUAAAABYktHREtpC4VQAAAAB3RJTUUH4wIaCjcmVv2HCAAAAQxJREFUOMuN1FlTwjAUhuGv0AIplbBoBXcUQUURRKCisriAnv%2F%2Fg7xAmcamOXkvO89MMs2cA6g5mWw248CU6%2BWIiHKem0ryBUG%2FCT%2BvN8WAYu0UNcQpSVKS5co%2FUq0JSiR2q%2FHL7IWkLdzfXq3eoNQa9Y3xJRmSPgAcENMhcBRyKDzGCbGd4oxHTZzz6AItHl2izaO2Herw6Aoejzw0eXSNEo%2FKdsfd8Khr9wssnuXW5lnu0ONRD%2Fc8qqHPoz4w4MwAwMPQbIaPADAKTCYYbQZvPInSSDQZb%2Bf8afqsIy%2FTV2VjzLqJOZbzWWL3LJaqWS50S%2BztPXa16OMzbWWu%2FszKNWzW9ZcgEt9r9esPzJ0v62lxE0wAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMjZUMTA6NTU6MzgrMDA6MDCQGi0pAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTI2VDEwOjU1OjM4KzAwOjAw4UeVlQAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII%3D) no-repeat center;
  position: relative;
}

/* line 8, app/assets/stylesheets/components/_splits.scss */
.split:before, .split:after {
  display: block;
  width: 46%;
  height: 1px;
  background: #d6dee2;
  position: absolute;
  top: 50%;
  content: "";
}

/* line 19, app/assets/stylesheets/components/_splits.scss */
.split:before, .split.details-box__separator::after {
  left: 0;
}

/* line 23, app/assets/stylesheets/components/_splits.scss */
.split:after {
  right: 0;
}

/* line 1, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
  min-width: 200px;
  font-size: 0.8125rem;
  line-height: 16px;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  background: #23272c;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 600;
}

/* line 15, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown.is-active {
  display: block;
}

/* line 20, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown__item {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: none;
}

/* line 26, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown__item > a {
  display: block;
  padding: 8px 15px;
  border-left: 1px solid transparent;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: 0.15s ease-in-out all;
  vertical-align: middle;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.dropdown__item > a:hover {
  color: white;
}

/* line 35, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown__item > a:hover {
  border-left: 5px solid #ce3c5c;
  background: rgba(255, 255, 255, 0.1);
}

/* line 42, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown__item.with-icon .category-item-image--small {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}

/* line 51, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown__item.with-icon .category-item-image--small img {
  position: absolute;
  left: 0;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--1 {
  top: 0px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--2 {
  top: -16px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--3 {
  top: -32px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--4 {
  top: -48px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--5 {
  top: -64px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--6 {
  top: -80px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--7 {
  top: -96px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--8 {
  top: -112px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--9 {
  top: -128px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--10 {
  top: -144px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--11 {
  top: -160px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--12 {
  top: -176px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--13 {
  top: -192px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--14 {
  top: -208px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--15 {
  top: -224px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--16 {
  top: -240px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--17 {
  top: -256px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--18 {
  top: -272px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--19 {
  top: -288px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--20 {
  top: -304px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--21 {
  top: -320px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--22 {
  top: -336px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--23 {
  top: -352px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--24 {
  top: -368px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.dropdown__item.with-icon .category-item-image--small img.sprite-image--25 {
  top: -384px;
}

/* line 58, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown__item.with-icon h6 {
  font-size: 0.8125rem;
  display: inline;
  margin: 0;
  font-weight: 400;
}

/* line 67, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown__item--top {
  border-bottom: 5px solid #ce3c5c;
}

/* line 71, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light {
  position: absolute;
  left: -10px;
  z-index: 10;
  border: 1px solid #d7dfe3;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* line 80, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light::after {
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 0;
  border: 7px solid #fff;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -1px 1px 0 #d7dfe3;
  content: '';
}

/* line 95, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--top-middle {
  left: 50%;
  transform: translateX(-50%);
}

/* line 99, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--top-middle::after {
  top: 6px;
  left: 50%;
  margin-left: 5px;
  transform: rotate(135deg) translateX(-50%);
}

/* line 107, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--top-right {
  right: -10px;
  left: auto;
}

/* line 111, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--top-right::after {
  right: -3px;
  left: auto;
}

/* line 118, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--right-top {
  top: -10px;
  right: -10px;
  left: auto;
  transform: translateX(100%);
}

/* line 124, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--right-top::after {
  top: 10px;
  left: 0;
  transform: rotate(45deg);
}

/* line 131, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--right-middle {
  top: 50%;
  right: -10px;
  left: auto;
  transform: translate(100%, -50%);
}

/* line 137, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--right-middle::after {
  top: 50%;
  left: -4px;
  margin-top: -4px;
  transform: rotate(45deg) translateY(-50%);
}

/* line 145, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--right-bottom {
  top: auto;
  right: -10px;
  bottom: -10px;
  left: auto;
  transform: translateX(100%);
}

/* line 152, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--right-bottom::after {
  top: auto;
  bottom: 15px;
  left: 0;
  transform: rotate(45deg);
}

/* line 161, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--bottom-left {
  top: -10px;
  left: 10px;
  transform: translateY(-100%);
}

/* line 166, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--bottom-left::after {
  top: auto;
  left: 10px;
  transform: rotate(-45deg);
}

/* line 173, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--bottom-middle {
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
}

/* line 178, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--bottom-middle::after {
  top: auto;
  left: 50%;
  margin-top: -6px;
  margin-left: -4px;
  transform: rotate(-45deg) translateX(-50%);
}

/* line 187, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--bottom-right {
  top: -10px;
  right: -10px;
  left: auto;
  transform: translateY(-100%);
}

/* line 193, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--bottom-right::after {
  top: auto;
  right: 14px;
  left: auto;
  transform: rotate(-45deg);
}

/* line 202, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--left-top {
  top: -10px;
  left: -10px;
  transform: translateX(-100%);
}

/* line 207, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--left-top::after {
  top: 28px;
  right: -14px;
  left: auto;
  transform: rotate(-135deg);
}

/* line 215, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--left-middle {
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
}

/* line 220, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--left-middle::after {
  top: 50%;
  right: -18px;
  left: auto;
  transform: rotate(-135deg) translateY(-50%);
}

/* line 228, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--left-bottom {
  top: auto;
  bottom: -10px;
  left: -10px;
  transform: translateX(-100%);
}

/* line 234, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light.dropdown--left-bottom::after {
  top: auto;
  right: -14px;
  bottom: -4px;
  left: auto;
  transform: rotate(-135deg);
}

/* line 243, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown--light .dropdown__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1, app/assets/stylesheets/components/_avatars.scss */
.avatar {
  display: inline-block;
  position: relative;
  opacity: 1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  transition: 0.2s ease-in-out opacity;
  vertical-align: middle;
}

/* line 12, app/assets/stylesheets/components/_avatars.scss */
.avatar:hover {
  opacity: 0.8;
}

/* line 16, app/assets/stylesheets/components/_avatars.scss */
.avatar img {
  width: 100%;
  height: 100%;
}

/* line 21, app/assets/stylesheets/components/_avatars.scss */
.avatar.is-empty {
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #19bcc9;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

/* line 33, app/assets/stylesheets/components/_avatars.scss */
.avatar--small {
  width: 30px;
  height: 30px;
}

/* line 37, app/assets/stylesheets/components/_avatars.scss */
.avatar--small.is-empty {
  line-height: 30px;
}

/* line 41, app/assets/stylesheets/components/_avatars.scss */
.avatar--small.username {
  margin-left: 20px;
}

/* line 46, app/assets/stylesheets/components/_avatars.scss */
.avatar--large {
  width: 60px;
  height: 60px;
}

/* line 50, app/assets/stylesheets/components/_avatars.scss */
.avatar--large.is-empty {
  line-height: 60px;
}

/* line 55, app/assets/stylesheets/components/_avatars.scss */
.avatar--huge {
  width: 100px;
  height: 100px;
}

/* line 59, app/assets/stylesheets/components/_avatars.scss */
.avatar--huge.is-empty {
  line-height: 100px;
}

/* line 64, app/assets/stylesheets/components/_avatars.scss */
.avatar--with-name {
  margin-right: 5px;
}

/* line 1, app/assets/stylesheets/components/_vertical-menus.scss */
.vertical-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 4, app/assets/stylesheets/components/_vertical-menus.scss */
.vertical-menu > li,
.vertical-menu > .vertical-menu__item {
  display: block;
  width: 100%;
}

/* line 9, app/assets/stylesheets/components/_vertical-menus.scss */
.vertical-menu > li a,
.vertical-menu > li button,
.vertical-menu > .vertical-menu__item a,
.vertical-menu > .vertical-menu__item button {
  display: block;
  padding: 1px 20px;
  border-left: 0;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: 0.15s ease-in-out all;
}

/* line 18, app/assets/stylesheets/components/_vertical-menus.scss */
.vertical-menu > li a:hover, .vertical-menu > li a.is-active,
.vertical-menu > li button:hover,
.vertical-menu > li button.is-active,
.vertical-menu > .vertical-menu__item a:hover,
.vertical-menu > .vertical-menu__item a.is-active,
.vertical-menu > .vertical-menu__item button:hover,
.vertical-menu > .vertical-menu__item button.is-active {
  border-left: 5px solid #ce3c5c;
  color: white;
}

/* line 1, app/assets/stylesheets/components/_headings.scss */
.heading {
  display: block;
  margin: 0 0 20px 0;
  padding-left: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAMAAAA11AaTAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAOVBMVEV6yrlWvqVhwqttxbFVvqVcwKltxbFav6dpxa9Xv6Zlw612ybdlw61Xv6ZvxrN0yLZzyLV6yrn%2F%2F%2F%2FPUIm5AAAAEXRSTlMAI7TzBI%2F0aOdD1P7TRfj9%2FIwLXUMAAAABYktHRBJ7vGwAAAAAB3RJTUUH4wIaCjcmVv2HCAAAAExJREFUGNOljzcSwCAQxAQm2cT7%2F2cpGGZ8uLQ6NRsAwNjLGjbOBxEJ3i2NSRYpAveTZZNLpcmbRlfeGcrHbz%2Fzz%2F5a9L5z%2F%2Fef%2Bj8BnHoMdNn0llwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMjZUMTA6NTU6MzgrMDA6MDCQGi0pAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTI2VDEwOjU1OjM4KzAwOjAw4UeVlQAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII%3D) no-repeat 0 3px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #131518;
  font-weight: 300;
}

/* line 12, app/assets/stylesheets/components/_headings.scss */
.heading--on-contrast {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}

/* line 17, app/assets/stylesheets/components/_headings.scss */
.heading--compact {
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/components/_headings.scss */
.heading--small {
  font-size: 1.0625rem;
  line-height: 17px;
  background-position: 0 0;
}

/* line 5, app/assets/stylesheets/components/_lists.scss */
.list--choices {
  display: inline-block;
  margin: 0 15px;
  padding: 0;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/components/_lists.scss */
.list--choices > li,
.list--choices > .list__item {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

/* line 17, app/assets/stylesheets/components/_lists.scss */
.list--choices > li:after,
.list--choices > .list__item:after {
  display: block;
  width: 6px;
  height: 1px;
  background: #b9c6cc;
  position: absolute;
  top: 49%;
  right: -13px;
  content: "";
}

/* line 28, app/assets/stylesheets/components/_lists.scss */
.list--choices > li a,
.list--choices > .list__item a {
  color: #485c66;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.list--choices > li a:hover,
.list--choices > .list__item a:hover {
  color: #19bcc9;
}

/* line 33, app/assets/stylesheets/components/_lists.scss */
.list--choices > li.is-active,
.list--choices > .list__item.is-active {
  text-decoration: underline;
}

/* line 36, app/assets/stylesheets/components/_lists.scss */
.list--choices > li.is-active a,
.list--choices > .list__item.is-active a {
  color: #19bcc9;
  cursor: default;
}

/* line 42, app/assets/stylesheets/components/_lists.scss */
.list--choices > li:last-child, .list--choices > li.is-last,
.list--choices > .list__item:last-child,
.list--choices > .list__item.is-last {
  margin-right: 0;
}

/* line 46, app/assets/stylesheets/components/_lists.scss */
.list--choices > li:last-child:after, .list--choices > li.is-last:after,
.list--choices > .list__item:last-child:after,
.list--choices > .list__item.is-last:after {
  display: none;
}

/* line 54, app/assets/stylesheets/components/_lists.scss */
.list--horizontal > li,
.list--horizontal > .list__item {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #c8d2d7;
}

/* line 60, app/assets/stylesheets/components/_lists.scss */
.list--horizontal > li:last-child,
.list--horizontal > .list__item:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

/* line 68, app/assets/stylesheets/components/_lists.scss */
.list--inline {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 73, app/assets/stylesheets/components/_lists.scss */
.list--inline > li,
.list--inline > .list__item {
  display: inline-block;
  margin-right: 15px;
}

/* line 78, app/assets/stylesheets/components/_lists.scss */
.list--inline > li.is-last, .list--inline > li:last-child,
.list--inline > .list__item.is-last,
.list--inline > .list__item:last-child {
  margin-right: 0;
}

/* line 85, app/assets/stylesheets/components/_lists.scss */
.list--stats {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 88, app/assets/stylesheets/components/_lists.scss */
.list--stats > li,
.list--stats > .list__item {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #e5eaec;
  position: relative;
}

/* line 95, app/assets/stylesheets/components/_lists.scss */
.list--stats > li > b,
.list--stats > .list__item > b {
  color: #ce3c5c;
  font-weight: normal;
  position: absolute;
  top: 8px;
  right: 0;
}

/* line 102, app/assets/stylesheets/components/_lists.scss */
.list--stats > li > b .hint,
.list--stats > .list__item > b .hint {
  color: #485c66;
}

/* line 107, app/assets/stylesheets/components/_lists.scss */
.list--stats > li:last-child, .list--stats > li.is-last,
.list--stats > .list__item:last-child,
.list--stats > .list__item.is-last {
  border-bottom: 0;
}

/* line 112, app/assets/stylesheets/components/_lists.scss */
.list--stats > li.is-distinct,
.list--stats > .list__item.is-distinct {
  color: #ce3c5c;
}

/* line 117, app/assets/stylesheets/components/_lists.scss */
.list--stats > li.royalty-rate > b,
.list--stats > .list__item.royalty-rate > b {
  text-align: right;
}

/* line 120, app/assets/stylesheets/components/_lists.scss */
.list--stats > li.royalty-rate > b .svg-inline--fa,
.list--stats > .list__item.royalty-rate > b .svg-inline--fa {
  margin-right: 0;
}

/* line 124, app/assets/stylesheets/components/_lists.scss */
.list--stats > li.royalty-rate > b .hint,
.list--stats > .list__item.royalty-rate > b .hint {
  display: block;
}

/* line 132, app/assets/stylesheets/components/_lists.scss */
.list--stats.list--compact > li,
.list--stats.list--compact > .list__item {
  padding: 5px 0;
}

/* line 138, app/assets/stylesheets/components/_lists.scss */
.list--stats .list__value {
  margin-right: 10px;
  color: black;
  font-weight: bold;
}

/* line 145, app/assets/stylesheets/components/_lists.scss */
.list--tree {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 148, app/assets/stylesheets/components/_lists.scss */
.list--tree a {
  text-decoration: none;
}

/* line 152, app/assets/stylesheets/components/_lists.scss */
.list--tree b {
  font-weight: normal;
}

/* line 156, app/assets/stylesheets/components/_lists.scss */
.list--tree > li {
  display: block;
}

/* line 159, app/assets/stylesheets/components/_lists.scss */
.list--tree > li > a {
  color: black;
}

/* line 162, app/assets/stylesheets/components/_lists.scss */
.list--tree > li > a b {
  color: #ce3c5c;
}

/* line 168, app/assets/stylesheets/components/_lists.scss */
.list--tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
}

/* line 172, app/assets/stylesheets/components/_lists.scss */
.list--tree ul > li {
  padding: 5px 0;
}

/* line 175, app/assets/stylesheets/components/_lists.scss */
.list--tree ul > li a {
  color: #485c66;
}

/* line 178, app/assets/stylesheets/components/_lists.scss */
.list--tree ul > li a b {
  color: #ce3c5c;
}

/* line 186, app/assets/stylesheets/components/_lists.scss */
.list--primary {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 189, app/assets/stylesheets/components/_lists.scss */
.list--primary li {
  padding: 4px 0 4px 1em;
  text-indent: -.9em;
}

/* line 193, app/assets/stylesheets/components/_lists.scss */
.list--primary li .fa {
  text-indent: 0;
}

/* line 198, app/assets/stylesheets/components/_lists.scss */
.list--primary li:before, .list--primary li.details-box__separator::after {
  font-size: 1.4375rem;
  padding-right: 9px;
  content: '\002022';
  color: #159ca9;
}

/* line 205, app/assets/stylesheets/components/_lists.scss */
.list--primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
}

/* line 209, app/assets/stylesheets/components/_lists.scss */
.list--primary ul li:before, .list--primary ul li.details-box__separator::after {
  font-size: 1rem;
  content: '\0025E6';
}

/* line 1, app/assets/stylesheets/components/_content-headings.scss */
.content-heading {
  margin: 30px 0;
}

/* line 4, app/assets/stylesheets/components/_content-headings.scss */
.content-heading.is-compact {
  margin: 0;
}

/* line 7, app/assets/stylesheets/components/_content-headings.scss */
.content-heading.is-compact .content-heading__subtitle {
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/components/_content-headings.scss */
.content-heading.is-with-border {
  margin-bottom: 0;
  border-bottom: 1px solid #d6dee2;
}

/* line 18, app/assets/stylesheets/components/_content-headings.scss */
.content-heading__title {
  display: block;
  margin: 0 0 5px 0;
  font-size: 2rem;
  line-height: 1;
  color: #131518;
  font-weight: 300;
  word-wrap: break-word;
}

/* line 28, app/assets/stylesheets/components/_content-headings.scss */
.content-heading__subtitle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: 22px;
  color: #485c66;
  word-wrap: break-word;
}

/* line 37, app/assets/stylesheets/components/_content-headings.scss */
.content-heading--on-contrast .content-heading__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

/* line 42, app/assets/stylesheets/components/_content-headings.scss */
.content-heading--on-contrast .content-heading__subtitle {
  color: #fff;
}

/* line 46, app/assets/stylesheets/components/_content-headings.scss */
.content-heading--on-contrast a:hover {
  color: #0e676e;
}

/* line 52, app/assets/stylesheets/components/_content-headings.scss */
.content-heading--big .content-heading__title {
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 44px;
}

/* line 58, app/assets/stylesheets/components/_content-headings.scss */
.content-heading--big .content-heading__subtitle {
  font-size: 1.25rem;
  line-height: 24px;
}

/* line 64, app/assets/stylesheets/components/_content-headings.scss */
.content-heading--small {
  margin: 20px 0;
}

/* line 67, app/assets/stylesheets/components/_content-headings.scss */
.content-heading--small .content-heading__title {
  font-size: 1.5rem;
  line-height: 30px;
}

/* line 73, app/assets/stylesheets/components/_content-headings.scss */
.content-heading--tiny {
  margin: 10px 0;
}

/* line 76, app/assets/stylesheets/components/_content-headings.scss */
.content-heading--tiny .content-heading__title {
  font-size: 1.125rem;
  line-height: 24px;
}

/* line 81, app/assets/stylesheets/components/_content-headings.scss */
.content-heading--tiny .content-heading__subtitle {
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 87, app/assets/stylesheets/components/_content-headings.scss */
.content-heading__h1 {
  font-size: 1.9375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 10px 0;
  line-height: 1.5;
  color: #204659;
  font-weight: 400;
}

/* line 95, app/assets/stylesheets/components/_content-headings.scss */
.content-heading__h1 .info-icon {
  font-size: 1.5rem;
  margin-left: 0.5rem;
}

/* line 101, app/assets/stylesheets/components/_content-headings.scss */
.content-heading__h2 {
  font-size: 1.625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 10px 0;
  line-height: 1.5;
  color: #204659;
  font-weight: 400;
}

/* line 109, app/assets/stylesheets/components/_content-headings.scss */
.content-heading__h2 .info-icon {
  font-size: 1.275rem;
  margin-left: 0.5rem;
}

/* line 115, app/assets/stylesheets/components/_content-headings.scss */
.content-heading__buttons {
  float: right;
  line-height: 1;
}

/* line 119, app/assets/stylesheets/components/_content-headings.scss */
.content-heading__buttons {
  float: right;
  line-height: 1;
}

/* line 1, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb {
  margin: 20px 0;
  padding: 0;
  font-size: 0.9375rem;
}

/* line 6, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb.breadcrumb-new {
  display: none;
  height: 36px;
  line-height: 36px;
}

/* line 11, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb.breadcrumb-new .breadcrumb-new__cta {
  display: block;
  width: 100%;
}

/* line 17, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb.breadcrumb-new .breadcrumb__item a {
  color: #bcbcbc;
}

/* line 24, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb-new__title {
  font-size: 1rem;
  position: relative;
  margin: 10px 0;
  color: #204659;
  line-height: 40px;
  text-align: center;
}

/* line 32, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb-new__title .btn, .breadcrumb-new__title .mde-header .mde-tabs button, .mde-header .mde-tabs .breadcrumb-new__title button,
.breadcrumb-new__title .mde-header .mde-header-group button,
.mde-header .mde-header-group .breadcrumb-new__title button {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 40, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb-new__cta .btn-group, .breadcrumb-new__cta .mde-header .mde-tabs, .mde-header .breadcrumb-new__cta .mde-tabs {
  width: 100%;
  margin-top: 12px;
}

@media (min-width: 968px) {
  /* line 40, app/assets/stylesheets/components/_breadcrumbs.scss */
  .breadcrumb-new__cta .btn-group, .breadcrumb-new__cta .mde-header .mde-tabs, .mde-header .breadcrumb-new__cta .mde-tabs {
    margin-top: 0;
    margin-left: 24px;
  }
}

/* line 50, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb-new__cta .btn, .breadcrumb-new__cta .mde-header .mde-tabs button, .mde-header .mde-tabs .breadcrumb-new__cta button,
.breadcrumb-new__cta .mde-header .mde-header-group button,
.mde-header .mde-header-group .breadcrumb-new__cta button {
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

@media (min-width: 968px) {
  /* line 39, app/assets/stylesheets/components/_breadcrumbs.scss */
  .breadcrumb-new__cta {
    display: flex;
  }
}

/* line 61, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb__item {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  color: #131518;
  list-style: none;
}

/* line 68, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb__item::after {
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 15px;
  height: 15px;
  color: #aabac1;
  content: "/";
}

/* line 79, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb__item a {
  color: #bcbcbc;
  text-decoration: none;
}

@media (max-width: 967.98px) {
  /* line 85, app/assets/stylesheets/components/_breadcrumbs.scss */
  .breadcrumb__item a {
    padding: 8px;
  }
}

/* line 92, app/assets/stylesheets/components/_breadcrumbs.scss */
.breadcrumb__item:last-child::after, .breadcrumb__item.is-last::after {
  display: none;
}

@media (min-width: 968px) {
  /* line 100, app/assets/stylesheets/components/_breadcrumbs.scss */
  .breadcrumb.breadcrumb-new {
    display: block;
  }
  /* line 105, app/assets/stylesheets/components/_breadcrumbs.scss */
  .breadcrumb-new__cta {
    float: right;
  }
  /* line 108, app/assets/stylesheets/components/_breadcrumbs.scss */
  .breadcrumb-new__cta .btn, .breadcrumb-new__cta .mde-header .mde-tabs button, .mde-header .mde-tabs .breadcrumb-new__cta button,
.breadcrumb-new__cta .mde-header .mde-header-group button,
.mde-header .mde-header-group .breadcrumb-new__cta button {
    flex-basis: auto;
    flex-grow: 0;
  }
  /* line 114, app/assets/stylesheets/components/_breadcrumbs.scss */
  .breadcrumb-new__title {
    display: none;
  }
}

/* line 119, app/assets/stylesheets/components/_breadcrumbs.scss */
.mobile-breadcrumb {
  display: none;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 125, app/assets/stylesheets/components/_breadcrumbs.scss */
.mobile-breadcrumb button {
  position: absolute;
}

/* line 129, app/assets/stylesheets/components/_breadcrumbs.scss */
.mobile-breadcrumb button > i {
  font-size: 1.33333em;
  line-height: 0.75em;
}

/* line 134, app/assets/stylesheets/components/_breadcrumbs.scss */
.mobile-breadcrumb h6 {
  margin: 0 auto;
  color: #204659;
  font-size: 1rem;
}

/* line 3, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:not(:checked), .checkbox:checked {
  position: absolute;
  left: -9999px;
}

/* line 9, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:not(:checked) + label, .checkbox:checked + label {
  position: relative;
  padding-left: 1.43em;
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:not(:checked) + label:before, .checkbox:not(:checked) + label.details-box__separator::after, .checkbox:checked + label:before, .checkbox:checked + label.details-box__separator::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  transform: translateY(-50%);
}

/* line 29, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:not(:checked) + label:before, .checkbox:not(:checked) + label.details-box__separator::after {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}

/* line 36, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:checked + label:before, .checkbox:checked + label.details-box__separator::after {
  border: 1px solid #19bcc9;
  background: #19bcc9;
}

/* line 42, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:not(:checked) + label:after, .checkbox:checked + label:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  text-align: center;
  font-size: 72%;
  -webkit-text-size-adjust: 72%;
  line-height: 0;
  color: #fff;
  transition: all .2s;
  transform: translateY(-50%);
}

/* line 63, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

/* line 68, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* line 74, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:disabled:not(:checked) + label:before, .checkbox:disabled:not(:checked) + label.details-box__separator::after {
  border-color: rgba(38, 38, 38, 0.15);
  background-color: #fff;
}

/* line 78, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:disabled:checked + label:before, .checkbox:disabled:checked + label.details-box__separator::after {
  opacity: 0.5;
}

/* line 81, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:disabled:checked + label:after {
  opacity: 0.5;
  color: #fff;
}

/* line 86, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:disabled + .text-default {
  color: #485c66;
}

/* line 90, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox:disabled + label {
  color: rgba(38, 38, 38, 0.15);
}

/* line 95, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox + label:hover:before, .checkbox + .details-box__separator:hover::after {
  border: 1px solid #19bcc9;
}

/* line 100, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox.is-spaced:not(:checked) + label, .checkbox.is-spaced:checked + label {
  padding-left: 1.7em;
}

/* line 107, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox__info {
  display: inline-block;
  margin-left: 10px;
}

/* line 111, app/assets/stylesheets/components/_checkboxes.scss */
.checkbox__info .svg-inline--fa {
  color: #d7dfe3;
}

/* line 3, app/assets/stylesheets/components/_radio.scss */
.radio:not(:checked), .radio:checked {
  position: absolute;
  left: -9999px;
  display: none;
}

/* line 10, app/assets/stylesheets/components/_radio.scss */
.radio:not(:checked) + label, .radio:checked + label {
  position: relative;
  padding-left: 1.625em;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/components/_radio.scss */
.radio:not(:checked) + label:before, .radio:not(:checked) + label.details-box__separator::after, .radio:checked + label:before, .radio:checked + label.details-box__separator::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* line 30, app/assets/stylesheets/components/_radio.scss */
.radio:not(:checked) + label:before, .radio:not(:checked) + label.details-box__separator::after {
  background-color: #d5d5d5;
}

/* line 33, app/assets/stylesheets/components/_radio.scss */
.radio:not(:checked) + label.auto-approval:before, .radio:not(:checked) + .auto-approval.details-box__separator::after {
  background-color: #ffd800;
}

/* line 37, app/assets/stylesheets/components/_radio.scss */
.radio:checked + label:before, .radio:checked + label.details-box__separator::after {
  background-color: #19bcc9;
}

/* line 42, app/assets/stylesheets/components/_radio.scss */
.radio:not(:checked) + label:after, .radio:checked + label:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  text-align: center;
  font-size: 72%;
  -webkit-text-size-adjust: 72%;
  line-height: 0;
  color: #fff;
  transition: all .2s;
  transform: translateY(-50%);
}

/* line 63, app/assets/stylesheets/components/_radio.scss */
.radio:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

/* line 67, app/assets/stylesheets/components/_radio.scss */
.radio:not(:checked) + label.auto-approval:after {
  opacity: 1;
  transform: scale(1);
}

/* line 72, app/assets/stylesheets/components/_radio.scss */
.radio:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* line 78, app/assets/stylesheets/components/_radio.scss */
.radio:disabled:not(:checked) + label:before, .radio:disabled:not(:checked) + label.details-box__separator::after, .radio:disabled:checked + label:before, .radio:disabled:checked + label.details-box__separator::after {
  opacity: 0.5;
}

/* line 82, app/assets/stylesheets/components/_radio.scss */
.radio:disabled + label {
  color: rgba(38, 38, 38, 0.15);
}

/* line 87, app/assets/stylesheets/components/_radio.scss */
.radio:not(:checked) + label:hover:before, .radio:not(:checked) + .details-box__separator:hover::after {
  background-color: #bcbcbc;
}

/* line 90, app/assets/stylesheets/components/_radio.scss */
.radio:disabled:not(:checked) + label:hover:before, .radio:disabled:not(:checked) + .details-box__separator:hover::after {
  background-color: #d5d5d5;
}

/* line 95, app/assets/stylesheets/components/_radio.scss */
.radio.is-spaced:not(:checked) + label, .radio.is-spaced:checked + label {
  padding-left: 1.7em;
}

/* line 4, app/assets/stylesheets/components/_selects.scss */
.chosen-container {
  display: inline-block;
  min-width: 200px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 14px;
  position: relative;
  user-select: none;
  text-align: left;
}

/* line 14, app/assets/stylesheets/components/_selects.scss */
.chosen-container .chosen-drop {
  width: 100%;
  border: 1px solid #d6dee2;
  border-top: 0;
  background: white;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
}

/* line 27, app/assets/stylesheets/components/_selects.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 32, app/assets/stylesheets/components/_selects.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 38, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 0 0 8px;
  border: 1px solid #d6dee2;
  border-radius: 3px;
  background: white;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #3f444c;
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px;
  position: relative;
  overflow: hidden;
}

/* line 55, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 63, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 12px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAYAAAAN8srVAAACTUlEQVR42u3Wv2sTcRiA8VPBxUKwEAxU3NxPIoFAl1bIkkmwYKAKRbqbRSWQCGJ%2BrMUibjo4FARBl0AgUIh%2FQXFxFIpKJHAQKA56r0%2FhDbyEK5VrDH2hBx%2Bud%2BGa9%2BG%2BuSQQkVOv0%2BlMZNBFHoFRwABZb0F9CCITVdRjQd9b0CoOTNSGiRkidBWkljGGINb9CCECd0FqE7GJqkxeMxccK8UbJzppUPGIO5SfR9DCjINsTIR1RDbKXvAakuB9yqAsvuLaDIN6Jqag5%2FIaIxjYCxaxDzFGyKUMegdBb4ZBGfQmMUaIXeSmLyhDjHspl9wdiPHgJEGlUumf2UGml96HlJ%2BhRQwhRoSleQfZgfawlDJoB5KgO4OgDLrIT4UUMEA2xdNpro%2Ft6aA%2BBJGJKuqxoJ9ikLmzQas4MFEbJmYIHz99GNRaxhiCWPcjhAjcBalNxCaqgsBrUPGIO5T3GGRjIqwjslHegnompqDn8hojGHgLyqA3iTFC7CLnLOh4Z0Gn3FnQf2O3ZrN5iZ9aVw81Go3zQfLmI4iIx%2FgBUXvtdnvNXZDGbEMI2Gf%2FBFsQPXffVRADr%2Bjgn1hylwPdOL6Bn7w2brVaV9wEMfALBheGDu3QGvVQ79RtT0FvGDyu1WoXE4JWNKjiack916HXEoJecT7GLTdBLLXrDPwbEX%2BXq9XqucPHNzFVzv3B93q9fsHbU%2B4uhAhh%2FwXfIMaWqyBdXjfxluE%2F63fQM%2FYt8%2Fje9hQ0vdnQpybqJRZcB2nUI4J%2BQVB2H6RRHzUoTPo%2FfwGr9gNcek8bXAAAAABJRU5ErkJggg%3D%3D) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 73, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 78, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-single div {
  display: block;
  width: 18px;
  height: 100%;
  position: absolute;
  top: 12px;
  right: 3px;
}

/* line 86, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  width: 0;
  height: 0;
  border-top: 0.4em solid #485c66;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  transition: 0.15s ease-in-out border;
}

/* line 95, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-single:hover {
  color: #19bcc9;
}

/* line 99, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-single:hover div b {
  border-top-color: #19bcc9;
}

/* line 106, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-default {
  color: #485c66;
}

/* line 110, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 114, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 118, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 6px;
  white-space: nowrap;
}

/* line 125, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  height: auto;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  border: 0;
  border-bottom: 1px solid #d6dee2;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAYAAAAN8srVAAACTUlEQVR42u3Wv2sTcRiA8VPBxUKwEAxU3NxPIoFAl1bIkkmwYKAKRbqbRSWQCGJ%2BrMUibjo4FARBl0AgUIh%2FQXFxFIpKJHAQKA56r0%2FhDbyEK5VrDH2hBx%2Bud%2BGa9%2BG%2BuSQQkVOv0%2BlMZNBFHoFRwABZb0F9CCITVdRjQd9b0CoOTNSGiRkidBWkljGGINb9CCECd0FqE7GJqkxeMxccK8UbJzppUPGIO5SfR9DCjINsTIR1RDbKXvAakuB9yqAsvuLaDIN6Jqag5%2FIaIxjYCxaxDzFGyKUMegdBb4ZBGfQmMUaIXeSmLyhDjHspl9wdiPHgJEGlUumf2UGml96HlJ%2BhRQwhRoSleQfZgfawlDJoB5KgO4OgDLrIT4UUMEA2xdNpro%2Ft6aA%2BBJGJKuqxoJ9ikLmzQas4MFEbJmYIHz99GNRaxhiCWPcjhAjcBalNxCaqgsBrUPGIO5T3GGRjIqwjslHegnompqDn8hojGHgLyqA3iTFC7CLnLOh4Z0Gn3FnQf2O3ZrN5iZ9aVw81Go3zQfLmI4iIx%2FgBUXvtdnvNXZDGbEMI2Gf%2FBFsQPXffVRADr%2Bjgn1hylwPdOL6Bn7w2brVaV9wEMfALBheGDu3QGvVQ79RtT0FvGDyu1WoXE4JWNKjiack916HXEoJecT7GLTdBLLXrDPwbEX%2BXq9XqucPHNzFVzv3B93q9fsHbU%2B4uhAhh%2FwXfIMaWqyBdXjfxluE%2F63fQM%2FYt8%2Fje9hQ0vdnQpybqJRZcB2nUI4J%2BQVB2H6RRHzUoTPo%2FfwGr9gNcek8bXAAAAABJRU5ErkJggg%3D%3D) no-repeat 100% -20px;
  font-size: 1em;
}

/* line 137, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-drop {
  margin-top: 12px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}

/* line 142, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single .chosen-drop:after {
  display: block;
  width: 0;
  height: 0;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid white;
  border-left: 0.5em solid transparent;
  position: absolute;
  top: -0.5em;
  right: 0.5em;
  content: "";
}

/* line 152, app/assets/stylesheets/components/_selects.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* line 159, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  height: auto !important;
  height: 1%;
  padding: 0 6px;
  margin-top: 0;
  border: 1px solid #d6dee2;
  border-radius: 3px;
  background: white;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #3f444c;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  position: relative;
  cursor: text;
  overflow: hidden;
}

/* line 179, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 183, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 188, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 204, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  max-width: 100%;
  margin: 4px 5px 0 0;
  padding: 4px 25px 4px 8px;
  border: 1px solid #c03050;
  border-radius: 3px;
  background: #ce3c5c;
  background-clip: padding-box;
  color: white;
  line-height: 14px;
  font-size: 0.875rem;
  cursor: default;
  position: relative;
}

/* line 218, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 222, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  display: block;
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JQAAgIMAAPn%2FAACA6QAAdTAAAOpgAAA6mAAAF2%2BSX8VGAAAAAmJLR0QA%2F4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjAhoKNych%2BreeAAAAaUlEQVQI103OwQYCYRiF4XMHraLLGH6GoVV3EW1adI0xDDF3E8NHtJynxRRtH6%2FjxM5dExG92T4mlCYGhSlO3ihXhacu4uiFFYtOto2bFauzbDT8VU1%2BUC5qwxhRetEsmGNn1H9%2FdR4OH2O2e6OVlD6VAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTAyLTI2VDEwOjU1OjM5KzAwOjAwNm0mnQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wMi0yNlQxMDo1NTozOSswMDowMEcwniEAAAAASUVORK5CYII%3D) no-repeat;
  font-size: 1px;
  position: absolute;
  top: 6px;
  right: 5px;
}

/* line 234, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

/* line 241, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 246, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 251, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #859da9;
  cursor: default;
}

/* line 257, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 6px;
  white-space: nowrap;
}

/* line 264, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-search input[type="text"] {
  width: 100%;
  height: auto;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  border: 0;
  border-bottom: 1px solid #d6dee2;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAlCAYAAAAN8srVAAACTUlEQVR42u3Wv2sTcRiA8VPBxUKwEAxU3NxPIoFAl1bIkkmwYKAKRbqbRSWQCGJ%2BrMUibjo4FARBl0AgUIh%2FQXFxFIpKJHAQKA56r0%2FhDbyEK5VrDH2hBx%2Bud%2BGa9%2BG%2BuSQQkVOv0%2BlMZNBFHoFRwABZb0F9CCITVdRjQd9b0CoOTNSGiRkidBWkljGGINb9CCECd0FqE7GJqkxeMxccK8UbJzppUPGIO5SfR9DCjINsTIR1RDbKXvAakuB9yqAsvuLaDIN6Jqag5%2FIaIxjYCxaxDzFGyKUMegdBb4ZBGfQmMUaIXeSmLyhDjHspl9wdiPHgJEGlUumf2UGml96HlJ%2BhRQwhRoSleQfZgfawlDJoB5KgO4OgDLrIT4UUMEA2xdNpro%2Ft6aA%2BBJGJKuqxoJ9ikLmzQas4MFEbJmYIHz99GNRaxhiCWPcjhAjcBalNxCaqgsBrUPGIO5T3GGRjIqwjslHegnompqDn8hojGHgLyqA3iTFC7CLnLOh4Z0Gn3FnQf2O3ZrN5iZ9aVw81Go3zQfLmI4iIx%2FgBUXvtdnvNXZDGbEMI2Gf%2FBFsQPXffVRADr%2Bjgn1hylwPdOL6Bn7w2brVaV9wEMfALBheGDu3QGvVQ79RtT0FvGDyu1WoXE4JWNKjiack916HXEoJecT7GLTdBLLXrDPwbEX%2BXq9XqucPHNzFVzv3B93q9fsHbU%2B4uhAhh%2FwXfIMaWqyBdXjfxluE%2F63fQM%2FYt8%2Fje9hQ0vdnQpybqJRZcB2nUI4J%2BQVB2H6RRHzUoTPo%2FfwGr9gNcek8bXAAAAABJRU5ErkJggg%3D%3D) no-repeat 100% -20px;
  font-size: 1em;
}

/* line 276, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-drop {
  margin-top: 0;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}

/* line 281, app/assets/stylesheets/components/_selects.scss */
.chosen-container-multi .chosen-drop:after {
  display: block;
  width: 0;
  height: 0;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid white;
  border-left: 0.5em solid transparent;
  position: absolute;
  top: -0.5em;
  right: 0.5em;
  content: "";
}

/*
.chosen-container-active {
  .chosen-single {
    div {
      b {
        border-top: 0;
        @include triangle(top, 0.8em, half, $text-color);
      }
    }

    &:hover {
      div {
        b {
          border-bottom-color: $link-color;
        }
      }
    }
  }
}
*/
/* line 314, app/assets/stylesheets/components/_selects.scss */
.chosen-container .chosen-results {
  margin: 5px 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  color: #485c66;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 324, app/assets/stylesheets/components/_selects.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 332, app/assets/stylesheets/components/_selects.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 337, app/assets/stylesheets/components/_selects.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #d6dee2;
  cursor: default;
}

/* line 343, app/assets/stylesheets/components/_selects.scss */
.chosen-container .chosen-results li.highlighted {
  background: #19bcc9;
  color: white;
}

/* line 348, app/assets/stylesheets/components/_selects.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 354, app/assets/stylesheets/components/_selects.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 360, app/assets/stylesheets/components/_selects.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 364, app/assets/stylesheets/components/_selects.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* line 372, app/assets/stylesheets/components/_selects.scss */
.form-group .chosen-drop,
.form-group .chosen-single,
.form-group .chosen-search input[type="text"] {
  border-color: #ced4da;
}

/* line 378, app/assets/stylesheets/components/_selects.scss */
.form-group .chosen-single {
  height: 38px;
  line-height: 35px;
}

/* line 383, app/assets/stylesheets/components/_selects.scss */
.form-group .chosen-container-multi {
  font-size: 0.9375rem;
  width: 100% !important;
}

/* line 387, app/assets/stylesheets/components/_selects.scss */
.form-group .chosen-container-multi .chosen-choices {
  font-size: 0.9375rem;
  margin-bottom: 0;
  box-shadow: none;
  border: 1px solid #ced4da;
  padding: 0.5rem 0.5rem;
  line-height: 1;
}

/* line 395, app/assets/stylesheets/components/_selects.scss */
.form-group .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding-left: 2px;
  color: #bcbcbc;
}

/* line 400, app/assets/stylesheets/components/_selects.scss */
.form-group .chosen-container-multi .chosen-choices li.search-choice {
  margin: 2px;
  border: 1px solid #159ca9;
  background: #fff;
  color: #159ca9;
  font-weight: 600;
}

/* line 407, app/assets/stylesheets/components/_selects.scss */
.form-group .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) right -12px no-repeat;
}

/* line 415, app/assets/stylesheets/components/_selects.scss */
.form-group .chosen-container-multi .chosen-results li:nth-child(even) {
  background: #f5f5f5;
}

/* line 419, app/assets/stylesheets/components/_selects.scss */
.form-group .chosen-container-multi .chosen-results li.highlighted {
  background: #159ca9;
}

/* line 425, app/assets/stylesheets/components/_selects.scss */
.form-group .chosen-container-multi .chosen-drop::after {
  display: none;
}

/* line 434, app/assets/stylesheets/components/_selects.scss */
.select--prompt-hidden + .chosen-container-active .chosen-results [data-option-array-index="0"] {
  display: none;
}

/* line 4, app/assets/stylesheets/components/_selects-select2.scss */
.custom-select2.select2-container {
  border: 1px solid #ebeff1;
  border-radius: 3px;
  background: white;
}

/* line 9, app/assets/stylesheets/components/_selects-select2.scss */
.custom-select2.select2-container.select2-container-active {
  border-color: #19bcc9;
}

/* line 12, app/assets/stylesheets/components/_selects-select2.scss */
.custom-select2.select2-container.select2-container-active .select2-choices {
  border: none;
  box-shadow: none;
}

/* line 18, app/assets/stylesheets/components/_selects-select2.scss */
.custom-select2.select2-container .select2-choices {
  border: none;
  box-shadow: none;
  padding-right: 5px;
  background-image: none;
  background: white;
}

/* line 26, app/assets/stylesheets/components/_selects-select2.scss */
.custom-select2.select2-container .select2-choices .select2-search-field input {
  height: 24px;
}

/* line 31, app/assets/stylesheets/components/_selects-select2.scss */
.custom-select2.select2-container .select2-choices .select2-search-choice {
  border: none;
  padding-bottom: 5px;
  background-color: #159ca9;
  background-image: none;
  color: #fff;
}

/* line 39, app/assets/stylesheets/components/_selects-select2.scss */
.custom-select2.select2-container .select2-choices .select2-search-choice-close,
.custom-select2.select2-container .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) right -13px no-repeat;
  top: 7px;
}

/* line 44, app/assets/stylesheets/components/_selects-select2.scss */
.custom-select2.select2-container .select2-choices .select2-search-choice-close:hover,
.custom-select2.select2-container .select2-choices .select2-search-choice-focus .select2-search-choice-close:hover {
  top: 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) right no-repeat;
  cursor: hand;
}

/* line 51, app/assets/stylesheets/components/_selects-select2.scss */
.custom-select2.select2-container .select2-choices .select2-search-choice-focus {
  background-color: #0f727c;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select {
  position: relative;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select input::-webkit-contacts-auto-fill-button, .Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select input::-ms-clear {
  display: none !important;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select input::-ms-reveal {
  display: none !important;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select, .Select div, .Select input, .Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: .35;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.is-open > .Select-control, .cgt-accordion.cgt-accordion--child .Select.cgt-accordion__item.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.is-searchable.is-open > .Select-control, .cgt-accordion.cgt-accordion--child .is-searchable.cgt-accordion__item.is-open > .Select-control {
  cursor: text;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.is-focused > .Select-control {
  background: #fff;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover {
  color: #007eff;
  outline: 0;
  text-decoration: underline;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus, .Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select .Select-arrow-zone:hover > .Select-arrow, .Select.is-open .Select-arrow, .cgt-accordion.cgt-accordion--child .Select.cgt-accordion__item.is-open .Select-arrow {
  border-top-color: #666;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-control .Select-input:focus {
  outline: 0;
  background: #fff;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--single > .Select-control .Select-value, .Select-placeholder {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: 0;
  line-height: 17px;
  padding: 8px 0 12px;
  -webkit-appearance: none;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.is-focused .Select-input > input {
  cursor: text;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-control:not(.is-searchable) > .Select-input {
  outline: 0;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-loading {
  -webkit-animation: Select-animation-spin .4s infinite linear;
  -o-animation: Select-animation-spin .4s infinite linear;
  animation: Select-animation-spin .4s infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn .2s;
  -o-animation: Select-animation-fadeIn .2s;
  animation: Select-animation-fadeIn .2s;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-clear-zone:hover {
  color: #D0021B;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi .Select-clear-zone {
  width: 17px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-control > :last-child {
  padding-right: 5px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-option.is-selected {
  background-color: #f5faff;
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-option.is-focused {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-option.is-disabled {
  color: #ccc;
  cursor: default;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select-noresults {
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi .Select-value {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: .9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi .Select-value-icon, .Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi .Select-value-icon:focus, .Select--multi .Select-value-icon:hover {
  background-color: #d8eafd;
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  background-color: rgba(0, 126, 255, 0.24);
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

/* line 1, node_modules/react-select/dist/react-select.min.css */
.Select--multi.is-disabled .Select-value-icon:active, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:hover {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

/* line 5, app/assets/stylesheets/components/_react-select.scss */
.Select.is-open > .Select-control, .cgt-accordion.cgt-accordion--child .Select.cgt-accordion__item.is-open > .Select-control {
  border-color: #19bcc9;
}

/* line 9, app/assets/stylesheets/components/_react-select.scss */
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #ebeff1;
  box-shadow: none;
}

/* line 14, app/assets/stylesheets/components/_react-select.scss */
.Select .Select-control {
  border: 3px solid #ebeff1;
}

/* line 18, app/assets/stylesheets/components/_react-select.scss */
.Select .Select-option.is-focused {
  background-color: #a1edf3;
}

/* line 24, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new .Select-control {
  background: transparent;
  border: 0;
}

/* line 28, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new .Select-control .Select-input:focus {
  background: transparent;
}

/* line 33, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new .Select-menu {
  max-height: 400px;
}

/* line 37, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new .Select-menu-outer {
  border: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 43, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new .Select-option.is-selected {
  background-color: #fff;
  color: #19bcc9;
}

/* line 48, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new .Select-option.is-focused {
  background: #f7f7f7;
}

/* line 53, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new .Select-arrow {
  border-color: #19bcc9 transparent transparent;
}

/* line 57, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new.is-focused > .Select-control {
  background: transparent;
}

/* line 61, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new.is-focused:not(.is-open) > .Select-control {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* line 67, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new.is-open, .cgt-accordion.cgt-accordion--child .Select-new.cgt-accordion__item.is-open {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

/* line 70, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new.is-open > .Select-control, .cgt-accordion.cgt-accordion--child .Select-new.cgt-accordion__item.is-open > .Select-control {
  background: #fff;
}

/* line 72, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new.is-open > .Select-control .Select-arrow, .cgt-accordion.cgt-accordion--child .Select-new.cgt-accordion__item.is-open > .Select-control .Select-arrow {
  border-color: transparent transparent #19bcc9;
}

/* line 77, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new.is-open .Select-arrow, .cgt-accordion.cgt-accordion--child .Select-new.cgt-accordion__item.is-open .Select-arrow,
.Select.Select-new.is-open .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #159ca9;
}

/* line 83, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-new.has-value.Select--single > .Select-control .Select-value .Select-value-label, .Select.Select-new.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #19bcc9;
}

/* line 89, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline {
  min-width: 100px;
}

/* line 92, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline .Select-control {
  height: 38px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background: #fff;
}

/* line 98, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline .Select-control .Select-input:focus {
  background: #fff;
}

/* line 103, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline .Select-menu-outer {
  width: calc(100% + 2px);
  margin-left: -1px;
  border: 1px solid #ced4da;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 111, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline .Select-option {
  font-size: 0.9375rem;
  color: #3f444c;
}

/* line 115, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline .Select-option.is-selected {
  background-color: transparent;
  color: #19bcc9;
  font-weight: 600;
}

/* line 121, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline .Select-option.is-focused {
  background: #f7f7f7;
}

/* line 127, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline .Select-multi-value-wrapper .Select-value {
  padding-right: 50px;
  text-align: center;
}

/* line 133, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline .Select-arrow-zone {
  border-left: 1px solid #ced4da;
  padding: 5px 15px;
}

/* line 138, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline .Select-arrow {
  border-color: #23272c transparent transparent;
}

/* line 142, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline.is-invalid > .Select-control {
  border-color: #dc3545;
}

/* line 146, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline.is-focused > .Select-control {
  background: #fff;
}

/* line 150, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline.is-focused:not(.is-open) > .Select-control {
  background: #fff;
  border-color: #ced4da;
  box-shadow: none;
}

/* line 156, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline.is-open, .cgt-accordion.cgt-accordion--child .Select-outline.cgt-accordion__item.is-open {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #ced4da;
  border-radius: 3px 3px 0 0;
}

/* line 161, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline.is-open > .Select-control, .cgt-accordion.cgt-accordion--child .Select-outline.cgt-accordion__item.is-open > .Select-control {
  height: 36px;
  border: 0;
  background: #fff;
}

/* line 166, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline.is-open > .Select-control .Select-arrow, .cgt-accordion.cgt-accordion--child .Select-outline.cgt-accordion__item.is-open > .Select-control .Select-arrow {
  border-color: transparent transparent #23272c;
}

/* line 171, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline.is-open .Select-arrow, .cgt-accordion.cgt-accordion--child .Select-outline.cgt-accordion__item.is-open .Select-arrow,
.Select.Select-outline.is-open .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #3f444c;
}

/* line 177, app/assets/stylesheets/components/_react-select.scss */
.Select.Select-outline.has-value.Select--single > .Select-control .Select-value .Select-value-label, .Select.Select-outline.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  font-size: 0.9375rem;
  color: #3f444c;
  font-weight: 600;
  line-height: 38px;
}

/* line 187, app/assets/stylesheets/components/_react-select.scss */
.Select.Select--dark .Select-option {
  color: #204659;
}

/* line 190, app/assets/stylesheets/components/_react-select.scss */
.Select.Select--dark .Select-option.is-selected {
  color: #204659;
}

/* line 195, app/assets/stylesheets/components/_react-select.scss */
.Select.Select--dark.has-value.Select--single > .Select-control .Select-value .Select-value-label, .Select.Select--dark.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #204659;
}

/* line 200, app/assets/stylesheets/components/_react-select.scss */
.Select.Select--dark .Select-arrow {
  border-color: #204659 transparent transparent;
}

/* line 206, app/assets/stylesheets/components/_react-select.scss */
.Select.Select--dark.is-open > .Select-control .Select-arrow, .cgt-accordion.cgt-accordion--child .Select--dark.cgt-accordion__item.is-open > .Select-control .Select-arrow {
  border-color: transparent transparent #204659;
}

/* line 211, app/assets/stylesheets/components/_react-select.scss */
.Select.Select--dark.is-open .Select-arrow, .cgt-accordion.cgt-accordion--child .Select--dark.cgt-accordion__item.is-open .Select-arrow,
.Select.Select--dark.is-open .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #204659;
}

/* line 5, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

/* line 14, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-target {
  position: relative;
  top: -2px;
}

/* line 19, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 25, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

/* line 33, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-background {
  background: #d6dee2;
}

/* line 37, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-connect {
  background: #19bcc9;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

/* line 42, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-origin {
  border-radius: 10px;
}

/* line 46, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-target {
  border-radius: 10px;
}

/* line 50, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-horizontal {
  height: 5px;
}

/* line 54, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-handle {
  width: 12px;
  height: 12px;
  border: 2px solid #19bcc9;
  border-radius: 12px;
  background: white;
  cursor: pointer;
  transition: 0.15s ease-in-out all;
  position: relative;
  z-index: 1;
  left: -10px;
  top: -4px;
}

/* line 67, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-handle:after {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 3px solid white;
  background: #19bcc9;
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.15s ease-in-out all;
}

/* line 83, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-handle:hover {
  border-color: white;
  background: #19bcc9;
}

/* line 87, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-handle:hover:after {
  opacity: 1;
}

/* line 93, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-active {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 3px solid white;
  background: #19bcc9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease-in-out all;
  top: -5px;
  left: -11px;
}

/* line 105, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-stacking .noUi-handle {
  z-index: 10;
}

/* line 109, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-stacking + .noUi-origin {
  *z-index: -1;
}

/* line 113, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

/* line 117, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* line 121, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}

/* line 125, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}

/* line 129, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-dragable {
  cursor: w-resize;
}

/* line 133, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

/* line 137, app/assets/stylesheets/components/_dashboard_banners.scss */
.noUi-connect[disabled],
[disabled] .noUi-connect {
  opacity: 0.4;
}

/* line 142, app/assets/stylesheets/components/_dashboard_banners.scss */
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* line 1, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

/* line 13, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 29, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 36, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

/* line 43, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

/* line 50, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

/* line 57, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

/* line 64, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 70, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

/* line 74, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

/* line 78, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

/* line 82, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

/* line 86, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

/* line 95, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

/* line 102, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

/* line 111, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
/* line 121, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

/* line 130, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-fade-show {
  opacity: 1;
}

/* line 134, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

/* line 148, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 162, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

/* line 176, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* line 191, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 209, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

/* line 219, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 237, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
/* line 248, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 3, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip {
  position: fixed;
  opacity: 0;
}

/* line 7, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.clickable {
  pointer-events: auto !important;
}

/* line 11, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.type-light {
  font-size: 0.875rem;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  opacity: 1 !important;
  max-width: 250px;
  padding: 8px 10px;
  color: #485c66 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
}

/* line 23, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.type-light a {
  text-decoration: underline;
}

/* line 26, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.type-light a:hover {
  color: #117c85 !important;
}

/* line 32, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.tooltip--medium {
  max-width: 350px;
}

/* line 36, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.tooltip--big {
  max-width: 450px;
}

/* line 40, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.tooltip--chart {
  min-width: 640px;
  max-width: 640px;
}

/* line 45, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.tooltip--sales {
  max-width: 200px;
}

/* line 49, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.tooltip--publishing-score {
  max-width: 500px !important;
}

/* line 53, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.tooltip--spaced {
  line-height: 18px;
}

/* line 57, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.tooltip--interactive {
  pointer-events: auto !important;
}

/* line 60, app/assets/stylesheets/components/_tooltips.scss */
.__react_component_tooltip.tooltip--interactive:hover {
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 1255.98px) {
  /* line 67, app/assets/stylesheets/components/_tooltips.scss */
  .__react_component_tooltip.tooltip--chart {
    min-width: 320px;
    max-width: 640px;
  }
}

/* line 74, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--light {
  border-radius: 5px;
  background: white;
  color: #485c66;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* line 80, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--light .tooltipster-content {
  padding: 8px 10px;
  font-size: 0.875rem;
  line-height: 15px;
}

/* line 88, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--spaced .tooltipster-content {
  line-height: 18px;
}

/* line 94, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--is-list .tooltipster-content {
  font-size: 0.9375rem;
  padding: 0 10px;
  line-height: 18px;
}

/* line 99, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--is-list .tooltipster-content ol {
  padding-left: 20px;
}

/* line 104, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--is-list ul {
  padding-left: 20px;
}

/* line 109, app/assets/stylesheets/components/_tooltips.scss */
.tooltipster--lower-index {
  z-index: 100 !important;
}

/* line 113, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--item-preview {
  border-radius: 8px;
  box-shadow: 0 1px 4px 5px rgba(19, 21, 24, 0.25);
}

/* line 117, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--item-preview.tooltip--react-preview {
  position: absolute;
  z-index: 101;
  width: auto;
  min-width: 160px;
  box-shadow: 0 6px 12px rgba(14, 30, 38, 0.3);
}

/* line 124, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--item-preview.tooltip--react-preview .content-box__content {
  position: relative;
  top: 0;
  width: auto;
  margin: 0 auto;
  white-space: nowrap;
}

/* line 132, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--item-preview.tooltip--react-preview img {
  max-width: 400px;
  padding-bottom: 52px;
}

/* line 137, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--item-preview.tooltip--react-preview .content-box__title {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 52px;
}

@media (max-width: 967.98px) {
  /* line 117, app/assets/stylesheets/components/_tooltips.scss */
  .tooltip--item-preview.tooltip--react-preview {
    display: none;
  }
}

@media (min-width: 1256px) {
  /* line 149, app/assets/stylesheets/components/_tooltips.scss */
  .tooltip--item-preview.tooltip--react-preview img {
    max-width: 500px;
  }
}

@media (min-width: 1576px) {
  /* line 155, app/assets/stylesheets/components/_tooltips.scss */
  .tooltip--item-preview.tooltip--react-preview img {
    max-width: 676px;
  }
}

/* line 160, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--item-preview.tooltip--react-preview .item-preview__count {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #515151;
  padding: 8px 12px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 3px;
}

/* line 171, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--item-preview.tooltip--align-left {
  left: 100%;
}

/* line 175, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--item-preview.tooltip--align-right {
  right: 100%;
}

/* line 179, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--item-preview.tooltip--is-visible {
  opacity: 1;
}

/* line 184, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--normal-weight {
  font-weight: 400;
}

/* line 188, app/assets/stylesheets/components/_tooltips.scss */
.tooltip-content {
  display: none;
}

/* line 192, app/assets/stylesheets/components/_tooltips.scss */
.tooltip--licenses {
  max-width: 500px !important;
  font-weight: 400;
}

/* line 3, app/assets/stylesheets/components/_paginations.scss */
.pagination, .pagination--grey {
  margin: 20px 0;
  padding: 0;
  color: #485c66;
  text-align: center;
}

/* line 9, app/assets/stylesheets/components/_paginations.scss */
.pagination > li, .pagination--grey > li,
.pagination .pagination__item,
.pagination--grey .pagination__item {
  display: inline-block;
  margin-right: 5px;
}

/* line 14, app/assets/stylesheets/components/_paginations.scss */
.pagination > li .svg-inline--fa.fa-chevron-right, .pagination--grey > li .svg-inline--fa.fa-chevron-right,
.pagination .pagination__item .svg-inline--fa.fa-chevron-right,
.pagination--grey .pagination__item .svg-inline--fa.fa-chevron-right {
  margin: 0 0 0 5px;
}

/* line 18, app/assets/stylesheets/components/_paginations.scss */
.pagination > li a, .pagination--grey > li a,
.pagination .pagination__item a,
.pagination--grey .pagination__item a {
  display: block;
  padding: 3px 6px;
  text-decoration: none;
  color: #19bcc9;
  transition: 0.15s ease-in-out color;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.pagination > li a:hover, .pagination--grey > li a:hover,
.pagination .pagination__item a:hover,
.pagination--grey .pagination__item a:hover {
  color: white;
}

/* line 25, app/assets/stylesheets/components/_paginations.scss */
.pagination > li a:hover, .pagination--grey > li a:hover,
.pagination .pagination__item a:hover,
.pagination--grey .pagination__item a:hover {
  border-radius: 3px;
  background: #19bcc9;
}

/* line 31, app/assets/stylesheets/components/_paginations.scss */
.pagination > li.is-current, .pagination--grey > li.is-current, .pagination > li.is-active, .pagination--grey > li.is-active,
.pagination .pagination__item.is-current,
.pagination--grey .pagination__item.is-current,
.pagination .pagination__item.is-active,
.pagination--grey .pagination__item.is-active {
  padding: 3px 6px;
  color: #131518;
  font-weight: 700;
}

/* line 38, app/assets/stylesheets/components/_paginations.scss */
.pagination > li.is-gap, .pagination--grey > li.is-gap,
.pagination .pagination__item.is-gap,
.pagination--grey .pagination__item.is-gap {
  color: #5d7784;
}

/* line 44, app/assets/stylesheets/components/_paginations.scss */
.pagination--grey {
  margin: 0;
  color: #3f444c;
}

/* line 50, app/assets/stylesheets/components/_paginations.scss */
.pagination--grey > li a {
  color: #3f444c;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.pagination--grey > li a:hover {
  color: #19bcc9;
}

/* line 53, app/assets/stylesheets/components/_paginations.scss */
.pagination--grey > li a:hover {
  border-radius: 0;
  background: none;
}

/* line 58, app/assets/stylesheets/components/_paginations.scss */
.pagination--grey > li a.is-active {
  color: #19bcc9;
  font-weight: 600;
}

/* line 69, app/assets/stylesheets/components/_paginations.scss */
.pagination-full .pagination-full__select-page .form-inline input {
  width: 50px;
}

/* line 1, app/assets/stylesheets/components/_scrollbars.scss */
.scrollbar {
  width: 100%;
  height: 10px;
  margin: 5px 0 15px;
  border-radius: 10px;
  background: #d6dee2;
  cursor: pointer;
  transition: 0.15s ease-in-out background;
}

/* line 10, app/assets/stylesheets/components/_scrollbars.scss */
.scrollbar:hover {
  background: #c8d2d7;
}

/* line 15, app/assets/stylesheets/components/_scrollbars.scss */
.scrollbar__handle {
  width: 100px;
  height: 100%;
  border-radius: 10px;
  background: #19bcc9;
  cursor: pointer;
  transition: 0.15s ease-in-out background;
}

/* line 23, app/assets/stylesheets/components/_scrollbars.scss */
.scrollbar__handle:hover {
  background: #3f444c;
}

/* line 27, app/assets/stylesheets/components/_scrollbars.scss */
.scrollbar__handle.is-dragged {
  background: #ce3c5c;
}

/* line 1, app/assets/stylesheets/components/_tabs.scss */
.tabs,
.legacy-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d6dee2;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.tabs:before, .tabs:after,
.legacy-tabs:before,
.legacy-tabs:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.tabs:after,
.legacy-tabs:after {
  clear: both;
}

/* line 11, app/assets/stylesheets/components/_tabs.scss */
.tabs__item, .tabs__item--small,
.legacy-tabs__item {
  font-size: 0.875rem;
  display: block;
  float: left;
  line-height: 20px;
  text-transform: uppercase;
  color: #ce3c5c;
  position: relative;
}

/* line 21, app/assets/stylesheets/components/_tabs.scss */
.tabs__item a, .tabs__item--small a,
.legacy-tabs__item a {
  color: #ce3c5c;
  display: block;
  padding: 10px 7px;
  border: 1px solid transparent;
  border-bottom: 0;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.tabs__item a:hover, .tabs__item--small a:hover,
.legacy-tabs__item a:hover {
  color: black;
}

@media (pointer: coarse) {
  /* line 31, app/assets/stylesheets/components/_tabs.scss */
  .tabs__item a, .tabs__item--small a,
.legacy-tabs__item a {
    padding: 0.8em;
  }
}

/* line 36, app/assets/stylesheets/components/_tabs.scss */
.tabs__item .svg-inline--fa, .tabs__item--small .svg-inline--fa,
.tabs__item .svg-inline--fa:hover,
.legacy-tabs__item .svg-inline--fa,
.legacy-tabs__item .svg-inline--fa:hover {
  color: #ce3c5c;
}

/* line 41, app/assets/stylesheets/components/_tabs.scss */
.tabs__item.is-active, .is-active.tabs__item--small,
.legacy-tabs__item.is-active {
  background: white;
  color: black;
  font-weight: normal;
}

/* line 46, app/assets/stylesheets/components/_tabs.scss */
.tabs__item.is-active a, .is-active.tabs__item--small a,
.legacy-tabs__item.is-active a {
  color: inherit;
  border-color: #d6dee2;
  cursor: default;
}

/* line 52, app/assets/stylesheets/components/_tabs.scss */
.tabs__item.is-active .svg-inline--fa, .is-active.tabs__item--small .svg-inline--fa,
.legacy-tabs__item.is-active .svg-inline--fa {
  color: inherit;
}

/* line 56, app/assets/stylesheets/components/_tabs.scss */
.tabs__item.is-active:after, .is-active.tabs__item--small:after,
.legacy-tabs__item.is-active:after {
  display: block;
  width: 13px;
  height: 8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAMAAAAV%2BIX9AAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JQAAgIMAAPn%2FAACA6QAAdTAAAOpgAAA6mAAAF2%2BSX8VGAAAAQlBMVEX%2F%2F%2F%2FY19H08%2B%2Fk4tzV1M%2FX1tHl493Pz8nr6ufQz8vk4t3s6%2BfNzMbLysXl497W1dDq6ebX1tDPz8jPzcfn5uD%2F%2F%2F8GVsnwAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjAhoKNych%2BreeAAAAQElEQVQI10XHURaAEBRF0fN6kSiE%2BY%2B1YpXzc%2B9GZPkTdJ0yYDc3vts94KUzGOXNHuHBGRnFlPP1AbRUZdZanxtQeQGY79yrsgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wMi0yNlQxMDo1NTozOSswMDowMDZtJp0AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDItMjZUMTA6NTU6MzkrMDA6MDBHMJ4hAAAAAElFTkSuQmCC) no-repeat;
  position: absolute;
  bottom: -8px;
  left: 46%;
  content: '';
}

/* line 69, app/assets/stylesheets/components/_tabs.scss */
.tabs__item--small {
  font-size: 0.75rem;
}

/* line 75, app/assets/stylesheets/components/_tabs.scss */
.tabs--sealed .tabs__item, .tabs--sealed .tabs__item--small {
  transition: 0.15s ease-in-out background;
}

/* line 78, app/assets/stylesheets/components/_tabs.scss */
.tabs--sealed .tabs__item a, .tabs--sealed .tabs__item--small a {
  border-color: #d6dee2;
  border-left-color: transparent;
}

/* line 83, app/assets/stylesheets/components/_tabs.scss */
.tabs--sealed .tabs__item:first-child, .tabs--sealed .tabs__item--small:first-child, .tabs--sealed .tabs__item.is-first, .tabs--sealed .is-first.tabs__item--small {
  border-color: #d6dee2;
}

/* line 87, app/assets/stylesheets/components/_tabs.scss */
.tabs--sealed .tabs__item:first-child a, .tabs--sealed .tabs__item--small:first-child a, .tabs--sealed .tabs__item.is-first a, .tabs--sealed .is-first.tabs__item--small a {
  border-left-color: #d6dee2;
}

/* line 92, app/assets/stylesheets/components/_tabs.scss */
.tabs--sealed .tabs__item.is-active:first-child a, .tabs--sealed .tabs__item--small.is-active:first-child a, .tabs--sealed .tabs__item.is-first.is-active a, .tabs--sealed .is-first.is-active.tabs__item--small a {
  border-left-color: #d6dee2;
}

/* line 98, app/assets/stylesheets/components/_tabs.scss */
.tabs--sealed .tabs__item:hover, .tabs--sealed .tabs__item--small:hover {
  background: #fafbfb;
}

/* line 103, app/assets/stylesheets/components/_tabs.scss */
.tabs--sealed .tabs__item.is-active a, .tabs--sealed .is-active.tabs__item--small a {
  border-left-color: transparent;
}

/* line 107, app/assets/stylesheets/components/_tabs.scss */
.tabs--sealed .tabs__item.is-active:hover, .tabs--sealed .is-active.tabs__item--small:hover {
  background: white;
}

/* line 115, app/assets/stylesheets/components/_tabs.scss */
.tabs--stretched > .tabs__item, .tabs--stretched > .tabs__item--small {
  margin-right: 20px;
}

/* line 121, app/assets/stylesheets/components/_tabs.scss */
.tabs--has-new-tab .tabs__item, .tabs--has-new-tab .tabs__item--small {
  line-height: 18px;
}

/* line 125, app/assets/stylesheets/components/_tabs.scss */
.tabs--has-new-tab .tabs__item.is-new span, .tabs--has-new-tab .is-new.tabs__item--small span {
  font-size: 0.75rem;
  float: right;
  position: absolute;
  right: 1%;
  top: 9%;
  transform: rotate(25deg);
  padding: 1px 5px;
  border-radius: 3px;
  background: #ce3c5c;
  color: #fff;
  line-height: 12px;
}

/* line 139, app/assets/stylesheets/components/_tabs.scss */
.tabs--has-new-tab .tabs__item.is-new a, .tabs--has-new-tab .is-new.tabs__item--small a {
  padding-right: 20px;
}

/* line 144, app/assets/stylesheets/components/_tabs.scss */
.tabs--has-new-tab .tabs__item a, .tabs--has-new-tab .tabs__item--small a {
  padding-top: 13px;
}

/* line 150, app/assets/stylesheets/components/_tabs.scss */
.tabs-container {
  padding-top: 20px;
}

/* line 154, app/assets/stylesheets/components/_tabs.scss */
.sales-tabs {
  border-bottom: 1px solid #d2d5d8;
}

/* line 156, app/assets/stylesheets/components/_tabs.scss */
.sales-tabs li {
  white-space: nowrap !important;
}

/* line 1, app/assets/stylesheets/components/_vertical-tabs.scss */
.vertical-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}

/* line 7, app/assets/stylesheets/components/_vertical-tabs.scss */
.vertical-tabs__item {
  display: block;
  border-bottom: 1px solid #eef1f3;
  font-size: 0.875rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #ce3c5c;
}

/* line 15, app/assets/stylesheets/components/_vertical-tabs.scss */
.vertical-tabs__item a {
  display: block;
  padding: 10px 13px;
  text-decoration: none;
  color: #ce3c5c;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.vertical-tabs__item a:hover {
  color: black;
}

/* line 22, app/assets/stylesheets/components/_vertical-tabs.scss */
.vertical-tabs__item.is-active {
  background: white;
}

/* line 25, app/assets/stylesheets/components/_vertical-tabs.scss */
.vertical-tabs__item.is-active a {
  color: black;
}

/* line 1, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block {
  width: 100%;
  margin: 16px 0 20px;
  border: 1px solid #d7dfe3;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
  color: #485c66;
}

/* line 10, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-block__section {
  align-self: center;
}

/* line 14, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--price-selector {
  display: flex;
  padding: 12px 16px;
}

/* line 18, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--price-selector .price-selector__slider {
  display: none;
  position: relative;
  padding-top: 20px;
}

/* line 24, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--price-selector .min-value,
.filter-block .filter-section--price-selector .max-value {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 31, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--price-selector .max-value {
  right: 0;
  left: auto;
}

/* line 36, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--price-selector .price-range {
  margin-left: 10px;
}

/* line 42, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--attributes .filter-attributes__list {
  padding: 12px 16px;
}

/* line 45, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--attributes .filter-attributes__list .filter-block__section {
  padding: 4px 0;
}

@media (min-width: 968px) {
  /* line 42, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--attributes .filter-attributes__list {
    padding: 8px 16px 8px 8px;
  }
  /* line 52, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--attributes .filter-attributes__list .filter-block__section {
    margin-right: 12px;
  }
  /* line 55, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--attributes .filter-attributes__list .filter-block__section:last-of-type {
    margin-right: 0;
  }
}

/* line 64, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--sorting .chosen-container {
  font-size: 1rem;
  width: 100% !important;
  line-height: 1;
}

/* line 69, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--sorting .chosen-container .chosen-single {
  height: 46px;
  border: 1px solid #d7dfe3;
  padding: 0 16px;
  line-height: 46px;
  box-shadow: none;
}

/* line 76, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--sorting .chosen-container .chosen-single div {
  font-size: 0.875rem;
  top: 19px;
  right: 9px;
}

/* line 83, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--sorting .chosen-container .chosen-drop {
  display: none;
  position: static;
  width: 100%;
  margin: 0 0 12px;
  padding: 8px 0;
}

/* line 90, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--sorting .chosen-container .chosen-drop::after {
  display: none;
}

/* line 95, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--sorting .chosen-container .chosen-results {
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
}

/* line 100, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--sorting .chosen-container .chosen-results li {
  padding: 8px 16px;
}

/* line 106, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--sorting .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

/* line 114, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .filter-section--free {
  padding: 0 8px;
}

@media (min-width: 1256px) {
  /* line 114, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--free {
    padding: 0 16px;
  }
}

/* line 122, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .checkbox.is-spaced:not(:checked) + label,
.filter-block .checkbox.is-spaced:checked + label {
  padding-left: 1.35em;
}

/* line 127, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .price-selector__dropdowns {
  display: flex;
}

/* line 130, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .price-selector__dropdowns .price-dropdown {
  position: relative;
}

/* line 133, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .price-selector__dropdowns .price-dropdown select {
  -webkit-appearance: none;
}

/* line 137, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .price-selector__dropdowns .price-dropdown::after {
  display: block;
  position: absolute;
  top: 7px;
  right: 20px;
  font-family: 'Font Awesome 5 Pro';
  content: '\f0d7';
  transition: transform 300ms;
}

/* line 148, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .price-selector__dropdowns select {
  position: relative;
  width: 80px;
  max-width: 150px;
  height: 34px;
  margin-right: 8px;
  border: 1px solid #d7dfe3;
  background-color: #fff;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 600;
  appearance: none;
}

/* line 163, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block .price-selector__dropdowns select::-ms-expand {
  display: none;
}

@media (max-width: 1255.98px) {
  /* line 169, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--attributes {
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #d7dfe3;
  }
}

@media (min-width: 576px) {
  /* line 1, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block {
    display: flex;
    align-content: space-between;
  }
  /* line 180, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-block__section {
    align-self: top;
  }
  /* line 184, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block > .filters-group,
.filter-block .filter-section--sorting {
    width: 50%;
    margin-right: 4px;
    margin-bottom: 0;
    flex-grow: 1;
  }
  /* line 192, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--sorting {
    margin-right: 0;
    margin-left: 4px;
  }
  /* line 197, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--sorting .chosen-container .chosen-drop {
    position: absolute;
  }
}

@media (min-width: 1256px) {
  /* line 206, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--sorting .chosen-container {
    width: 140px !important;
    min-width: 140px;
  }
  /* line 210, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--sorting .chosen-container .chosen-drop {
    position: absolute;
  }
  /* line 216, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block > .filters-group {
    margin-right: 12px;
    margin-bottom: 0;
    border: 0;
    border-right: 1px solid #d7dfe3;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    flex-grow: 5;
  }
  /* line 226, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block > .filters-group > .filters-group__content {
    display: flex;
  }
  /* line 230, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block > .filters-group > .filters-group__heading {
    display: none;
  }
  /* line 237, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--attributes.is-opened > .filters-group__content {
    display: block;
    position: absolute;
    z-index: 120;
    width: calc(100% + 2px);
    margin: 0 -1px;
    border: 1px solid #d7dfe3;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(14, 30, 38, 0.15);
  }
  /* line 249, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--attributes.is-opened .filter-attributes__list {
    display: block;
  }
  /* line 255, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--price-selector {
    padding: 0;
  }
  /* line 258, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--price-selector .price-selector__slider {
    display: block;
  }
  /* line 263, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .price-selector__dropdowns {
    display: none;
  }
  /* line 267, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-attributes__list {
    display: flex;
  }
}

@media (min-width: 1256px) {
  /* line 273, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block > .filters-group,
.filter-block .filter-section--sorting {
    width: auto;
  }
  /* line 277, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block > .filters-group.is-opened,
.filter-block .filter-section--sorting.is-opened {
    box-shadow: none;
  }
  /* line 280, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block > .filters-group.is-opened > .filters-group__content,
.filter-block .filter-section--sorting.is-opened > .filters-group__content {
    display: flex;
    border: 0;
    background-color: transparent;
  }
}

@media (min-width: 1848px) {
  /* line 292, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--attributes.is-opened > .filters-group__content {
    position: static;
    width: 100%;
    margin: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
  }
  /* line 301, app/assets/stylesheets/components/_filter-blocks.scss */
  .filter-block .filter-section--attributes.is-opened .filter-attributes__list {
    display: flex;
  }
}

/* line 309, app/assets/stylesheets/components/_filter-blocks.scss */
.filter-block select {
  font-size: 1rem;
  max-width: 150px;
  height: 44px;
  border: 1px solid #d7dfe3;
  background-color: #fff;
  padding: 4px 16px;
  appearance: none;
}

/* line 320, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group {
  position: relative;
  min-width: 140px;
  min-height: 46px;
  margin-bottom: 8px;
  border: 1px solid #d7dfe3;
  border-radius: 3px;
  background: #fff;
}

/* line 329, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group.is-opened {
  box-shadow: 0 3px 6px rgba(14, 30, 38, 0.15);
}

/* line 332, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group.is-opened > .filters-group__content {
  display: block;
  position: static;
  background-color: #fff;
}

/* line 338, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group.is-opened > .filters-group__heading {
  border-bottom: 1px solid #d7dfe3;
}

@media (max-width: 1255.98px) {
  /* line 345, app/assets/stylesheets/components/_filter-blocks.scss */
  .filters-group.is-opened > .filters-group__content {
    position: absolute;
    z-index: 120;
    width: calc(100% + 2px);
    margin: 0 -1px;
    border: 1px solid #d7dfe3;
    border-top: 0;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(14, 30, 38, 0.15);
  }
}

@media (min-width: 1256px) {
  /* line 320, app/assets/stylesheets/components/_filter-blocks.scss */
  .filters-group {
    margin-bottom: 0;
    margin-left: 4px;
  }
}

@media (min-width: 1848px) {
  /* line 320, app/assets/stylesheets/components/_filter-blocks.scss */
  .filters-group {
    margin-bottom: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    flex-grow: 5;
  }
  /* line 370, app/assets/stylesheets/components/_filter-blocks.scss */
  .filters-group .filters-group__content {
    display: flex;
  }
  /* line 374, app/assets/stylesheets/components/_filter-blocks.scss */
  .filters-group .filters-group__heading {
    display: none;
  }
}

/* line 380, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__heading {
  position: relative;
  height: 44px;
  padding: 0 16px;
  line-height: 44px;
  user-select: none;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}

/* line 389, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__heading:hover {
  color: #19bcc9;
}

/* line 393, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__heading span {
  position: absolute;
  right: 16px;
}

/* line 399, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content {
  display: none;
}

/* line 402, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content .chosen-container {
  font-size: 1rem;
  width: 140px !important;
  min-width: 140px;
  margin: 0 4px;
  line-height: 1;
}

/* line 409, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content .chosen-container .chosen-single {
  height: 46px;
  padding: 0 16px;
  line-height: 46px;
  box-shadow: none;
}

/* line 415, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content .chosen-container .chosen-single div {
  font-size: 0.875rem;
  top: 19px;
  right: 9px;
}

/* line 422, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content .chosen-container .chosen-drop {
  display: none;
  width: 100%;
  margin: 0 0 12px;
}

/* line 427, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content .chosen-container .chosen-drop::after {
  display: none;
}

/* line 432, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content .chosen-container .chosen-results {
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
}

/* line 437, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content .chosen-container .chosen-results li {
  padding: 8px 16px;
}

/* line 443, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

@media (max-width: 1255.98px) {
  /* line 402, app/assets/stylesheets/components/_filter-blocks.scss */
  .filters-group__content .chosen-container {
    width: 100% !important;
    margin: 0;
  }
  /* line 452, app/assets/stylesheets/components/_filter-blocks.scss */
  .filters-group__content .chosen-container .chosen-single {
    border: 0;
    border-top: 1px solid #d7dfe3;
    border-radius: 0;
  }
  /* line 458, app/assets/stylesheets/components/_filter-blocks.scss */
  .filters-group__content .chosen-container .chosen-drop {
    position: static;
    border: 0;
    box-shadow: none;
  }
}

/* line 466, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content .tooltipstered {
  display: none;
}

@media (min-width: 1256px) {
  /* line 466, app/assets/stylesheets/components/_filter-blocks.scss */
  .filters-group__content .tooltipstered {
    display: inline;
  }
}

/* line 474, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content .noUi-connect,
.filters-group__content .noUi-handle::after {
  background: #159ca9;
}

/* line 479, app/assets/stylesheets/components/_filter-blocks.scss */
.filters-group__content .noUi-handle {
  border-color: #159ca9;
}

/* line 487, app/assets/stylesheets/components/_filter-blocks.scss */
html:lang(ru) .filter-block .filter-section--attributes .filter-attributes__list {
  flex-wrap: wrap;
}

/* line 490, app/assets/stylesheets/components/_filter-blocks.scss */
html:lang(ru) .filter-block .filter-section--attributes .filter-attributes__list .filter-block__section {
  white-space: nowrap;
}

@media (min-width: 1256px) {
  /* line 497, app/assets/stylesheets/components/_filter-blocks.scss */
  html:lang(ru) .filter-block .filter-section--attributes.is-opened > .filters-group__content {
    width: auto;
  }
}

/* line 504, app/assets/stylesheets/components/_filter-blocks.scss */
html:lang(ru) .filter-block .filter-block__section {
  white-space: nowrap;
}

/* line 509, app/assets/stylesheets/components/_filter-blocks.scss */
html:lang(ru) .filter-block .chosen-container .chosen-drop {
  width: auto;
}

/* line 1, app/assets/stylesheets/components/_active-filters.scss */
.active-filters {
  position: relative;
  min-height: 25px;
  margin: 0 0 20px;
  padding: 0 120px 0 0;
}

/* line 8, app/assets/stylesheets/components/_active-filters.scss */
.active-filters__item {
  display: inline-block;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  background: #ce3c5c;
  color: white;
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 4px 5px 3px 10px;
  margin-right: 8px;
  margin-bottom: 5px;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  max-width: 88%;
  word-wrap: break-word;
}

/* line 21, app/assets/stylesheets/components/_pills.scss */
.active-filters__item > a {
  color: white;
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/components/_active-filters.scss */
.active-filters__item a {
  text-transform: none;
}

/* line 25, app/assets/stylesheets/components/_active-filters.scss */
.active-filters__item.not-removable {
  padding-right: 10px;
}

/* line 30, app/assets/stylesheets/components/_active-filters.scss */
.active-filters__item-remove {
  margin: 0 5px;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/components/_active-filters.scss */
.active-filters__reset {
  list-style: none;
  background: none;
  color: #ce3c5c;
  text-transform: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: 0.15s ease-in-out color;
}

/* line 46, app/assets/stylesheets/components/_active-filters.scss */
.active-filters__reset:hover {
  color: #3f444c;
}

/* line 1, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 17px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.category-cluster:before, .category-cluster:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.category-cluster:after {
  clear: both;
}

@media (max-width: 575.98px) {
  /* line 1, app/assets/stylesheets/components/_category-clusters.scss */
  .category-cluster {
    display: none;
  }
}

/* line 16, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster--on-contrast .category-cluster__item a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.category-cluster--on-contrast .category-cluster__item a:hover {
  color: #19bcc9;
}

/* line 22, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster--packed {
  margin-bottom: 10px;
}

/* line 25, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster--packed .category-cluster__item {
  width: 11.7338003503%;
  float: left;
  margin-bottom: 15px;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster--packed .category-cluster__item:nth-child(8n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster--packed .category-cluster__item:nth-child(8n + 2) {
  margin-left: 12.6094570928%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster--packed .category-cluster__item:nth-child(8n + 3) {
  margin-left: 25.2189141856%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster--packed .category-cluster__item:nth-child(8n + 4) {
  margin-left: 37.8283712785%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster--packed .category-cluster__item:nth-child(8n + 5) {
  margin-left: 50.4378283713%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster--packed .category-cluster__item:nth-child(8n + 6) {
  margin-left: 63.0472854641%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster--packed .category-cluster__item:nth-child(8n + 7) {
  margin-left: 75.6567425569%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster--packed .category-cluster__item:nth-child(8n + 8) {
  margin-left: 88.2661996497%;
  margin-right: -100%;
  clear: none;
}

/* line 31, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster--mobile {
  display: none;
}

@media (max-width: 575.98px) {
  /* line 31, app/assets/stylesheets/components/_category-clusters.scss */
  .category-cluster--mobile {
    display: block;
    width: 100%;
    height: 44px;
    border: 1px solid #d7dfe3;
    border-radius: 5px;
    background-color: #fff;
    padding: 4px 16px;
    font-size: 1rem;
  }
}

/* line 46, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster__item {
  width: 18.0385288967%;
  float: left;
  margin-bottom: 7px;
  color: #131518;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster__item:nth-child(5n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster__item:nth-child(5n + 2) {
  margin-left: 18.9141856392%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster__item:nth-child(5n + 3) {
  margin-left: 37.8283712785%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster__item:nth-child(5n + 4) {
  margin-left: 56.7425569177%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.category-cluster__item:nth-child(5n + 5) {
  margin-left: 75.6567425569%;
  margin-right: -100%;
  clear: none;
}

/* line 51, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster__item a {
  color: #565d68;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.category-cluster__item a:hover {
  color: #19bcc9;
}

/* line 55, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster__item a span {
  margin-left: 5px;
  color: rgba(19, 21, 24, 0.35);
}

/* line 61, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster__item.is-active {
  font-weight: 700;
}

/* line 64, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster__item.is-active a {
  color: #19bcc9;
  cursor: default;
}

/* line 68, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster__item.is-active a span {
  color: #13929c;
}

/* line 74, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 77, app/assets/stylesheets/components/_category-clusters.scss */
.category-cluster__item ul > li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 5px;
  font-size: 0.875rem;
}

/* line 1, app/assets/stylesheets/components/_sortables.scss */
.sortable {
  user-select: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.sortable:before, .sortable:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.sortable:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/components/_sortables.scss */
.sortable li.disabled {
  opacity: 0.4;
}

/* line 11, app/assets/stylesheets/components/_sortables.scss */
.sortable li.highlight {
  background: #FEE25F;
}

/* line 18, app/assets/stylesheets/components/_sortables.scss */
.sortable__item {
  display: block;
  width: 100px;
  height: 75px;
  margin-right: 13px;
  margin-bottom: 13px;
  float: left;
  border-radius: 3px;
  background: white;
  line-height: 75px;
  text-align: center;
  overflow: hidden;
  cursor: move;
  transition: 0.15s ease-in-out all;
  filter: brightness(100%) contrast(100%) sepia(0);
  position: relative;
  -webkit-backface-visibility: hidden;
}

/* line 38, app/assets/stylesheets/components/_sortables.scss */
.sortable__item:hover {
  filter: brightness(115%) contrast(95%) sepia(5%);
}

/* line 41, app/assets/stylesheets/components/_sortables.scss */
.sortable__item:hover .sortable__item-remove {
  display: block;
}

/* line 46, app/assets/stylesheets/components/_sortables.scss */
.sortable__item:last-child, .sortable__item:nth-child(10n), .sortable__item.is-last {
  margin-right: 0;
}

/* line 52, app/assets/stylesheets/components/_sortables.scss */
.sortable__item.is-placeholder {
  border: 2px dashed #f4f6f7;
}

/* line 56, app/assets/stylesheets/components/_sortables.scss */
.sortable__item.is-disabled, .sortable__item.disabled {
  cursor: default;
  opacity: 0.4;
}

/* line 66, app/assets/stylesheets/components/_sortables.scss */
.sortable--has-adult-content .sortable__item:hover .adult-content-mark {
  display: block;
}

/* line 71, app/assets/stylesheets/components/_sortables.scss */
.sortable--has-adult-content .sortable__item.is-checked-as-adult {
  border: 2px solid #b31c3d;
}

/* line 74, app/assets/stylesheets/components/_sortables.scss */
.sortable--has-adult-content .sortable__item.is-checked-as-adult .adult-content-mark {
  display: block;
  background: #b31c3d;
}

/* line 82, app/assets/stylesheets/components/_sortables.scss */
.adult-content-mark {
  font-size: 0.75rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  padding-top: 31%;
  transition: background 0.2s ease;
  color: #fff;
  background: #131518;
  line-height: 1;
}

/* line 96, app/assets/stylesheets/components/_sortables.scss */
.adult-content-mark:hover {
  background: #b31c3d;
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/components/_sortables.scss */
.sortable__item-remove {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #131518;
  color: white;
  text-align: center;
  line-height: 14px;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.15s ease-in-out all;
}

/* line 119, app/assets/stylesheets/components/_sortables.scss */
.sortable__item-remove:hover {
  background: #ce3c5c;
  opacity: 1;
}

/* line 125, app/assets/stylesheets/components/_sortables.scss */
.sortable__item--new {
  border: 2px dashed #d6dee2;
  color: #ce3c5c;
  cursor: pointer;
}

/* line 130, app/assets/stylesheets/components/_sortables.scss */
.sortable__item--new:hover {
  background: #f4f6f7;
  color: #19bcc9;
  filter: brightness(100%) contrast(100%) sepia(0);
}

/* line 136, app/assets/stylesheets/components/_sortables.scss */
.sortable__item--new .svg-inline--fa {
  margin-top: 23px;
}

/* line 1, app/assets/stylesheets/components/_authors.scss */
.author {
  display: inline-block;
}

/* line 5, app/assets/stylesheets/components/_authors.scss */
.author.is-online .author__avatar {
  border-width: 3px;
}

/* line 11, app/assets/stylesheets/components/_authors.scss */
.author.is-offline .author__avatar {
  border-width: 3px;
  border-color: #d6dee2;
}

/* line 15, app/assets/stylesheets/components/_authors.scss */
.author.is-offline .author__avatar:hover {
  border-color: #19bcc9;
}

/* line 22, app/assets/stylesheets/components/_authors.scss */
.author__name {
  display: inline-block;
  max-width: 200px;
  vertical-align: middle;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 40px;
}

/* line 30, app/assets/stylesheets/components/_authors.scss */
.author__name a {
  color: #3f444c;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.author__name a:hover {
  color: #19bcc9;
}

/* line 36, app/assets/stylesheets/components/_authors.scss */
.author__status {
  display: block;
  color: #131518;
  font-size: 0.875rem;
  line-height: 20px;
  text-transform: uppercase;
}

/* line 43, app/assets/stylesheets/components/_authors.scss */
.author__status span {
  color: #688493;
  text-transform: none;
}

/* line 48, app/assets/stylesheets/components/_authors.scss */
.author__status a {
  color: #19bcc9;
  text-transform: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.author__status a:hover {
  color: #ce3c5c;
}

/* line 54, app/assets/stylesheets/components/_authors.scss */
.author__contact {
  display: inline-block;
  margin-left: 3px;
  color: #688493;
}

/* line 61, app/assets/stylesheets/components/_authors.scss */
.author--small .author__avatar {
  width: 30px;
  height: 30px;
}

/* line 68, app/assets/stylesheets/components/_authors.scss */
.author--large .author__avatar {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

/* line 74, app/assets/stylesheets/components/_authors.scss */
.author--large .author__name {
  font-size: 1.125rem;
  line-height: 20px;
}

/* line 1, app/assets/stylesheets/components/_overlay-buttons.scss */
.overlay-button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 10px 13px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  color: white;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  transition: 0.15s ease-in-out background;
  -webkit-backface-visibility: hidden;
}

/* line 15, app/assets/stylesheets/components/_overlay-buttons.scss */
.overlay-button span {
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  line-height: 18px;
}

/* line 22, app/assets/stylesheets/components/_overlay-buttons.scss */
.overlay-button:hover {
  background: rgba(25, 188, 201, 0.7);
}

/* line 26, app/assets/stylesheets/components/_overlay-buttons.scss */
.overlay-button.is-disabled {
  display: none;
}

/* line 32, app/assets/stylesheets/components/_overlay-buttons.scss */
.overlay-button .icon {
  margin-right: 0;
}

/* line 37, app/assets/stylesheets/components/_overlay-buttons.scss */
.overlay-button--big {
  padding: 122px 20px;
}

/* line 41, app/assets/stylesheets/components/_overlay-buttons.scss */
.overlay-button--scalable {
  padding: 122px 20px;
}

@media screen and (min-width: 1200px) {
  /* line 41, app/assets/stylesheets/components/_overlay-buttons.scss */
  .overlay-button--scalable {
    height: 40vh;
    padding: 0 15px;
    line-height: 40vh;
  }
  /* line 49, app/assets/stylesheets/components/_overlay-buttons.scss */
  .overlay-button--scalable .svg-inline--fa {
    vertical-align: middle;
  }
}

/* line 55, app/assets/stylesheets/components/_overlay-buttons.scss */
.overlay-button--transparent {
  background: none;
  color: #131518;
}

/* line 59, app/assets/stylesheets/components/_overlay-buttons.scss */
.overlay-button--transparent:hover {
  background: none;
}

/* line 63, app/assets/stylesheets/components/_overlay-buttons.scss */
.overlay-button--transparent.is-disabled {
  display: inline-block;
  cursor: default;
}

/* line 67, app/assets/stylesheets/components/_overlay-buttons.scss */
.overlay-button--transparent.is-disabled .icon {
  opacity: 0.3;
}

/* line 1, app/assets/stylesheets/components/_comments.scss */
.comments {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/components/_comments.scss */
.comments .content-heading {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/components/_comments.scss */
.comment {
  border-bottom: 1px solid #d6dee2;
  position: relative;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.comment:before, .comment:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.comment:after {
  clear: both;
}

/* line 16, app/assets/stylesheets/components/_comments.scss */
.comment.is-author, .comment.is-buyer {
  background: white;
}

/* line 20, app/assets/stylesheets/components/_comments.scss */
.comment.is-author .comment__body, .comment.is-buyer .comment__body {
  padding-right: 15px;
}

/* line 24, app/assets/stylesheets/components/_comments.scss */
.comment.is-author:after, .comment.is-buyer:after {
  display: block;
  width: 100px;
  height: 20px;
  background: #76919e;
  color: white;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: -30px;
  content: "Author";
  transform: rotate(45deg);
}

/* line 43, app/assets/stylesheets/components/_comments.scss */
.comment.is-buyer:after {
  content: "Buyer";
}

/* line 49, app/assets/stylesheets/components/_comments.scss */
.comment.is-edited:after, .comment.is-edited .comment__info, .comment.is-edited .comment__author, .comment.is-edited .comment__body {
  display: none;
}

/* line 53, app/assets/stylesheets/components/_comments.scss */
.comment.is-edited .comment-form-container {
  padding-top: 15px;
  padding-right: 15px;
}

/* line 59, app/assets/stylesheets/components/_comments.scss */
.comment:last-child, .comment.is-last {
  border-bottom: 0;
}

/* line 64, app/assets/stylesheets/components/_comments.scss */
.comment .comment-form-container {
  margin-top: 20px;
}

/* line 68, app/assets/stylesheets/components/_comments.scss */
.comment .update-comment-form {
  padding-top: 44px;
}

/* line 73, app/assets/stylesheets/components/_comments.scss */
.comment__author {
  width: 8.7323943662%;
  float: left;
  margin-right: 1.4084507042%;
  text-align: center;
}

/* line 78, app/assets/stylesheets/components/_comments.scss */
.comment__body {
  width: 89.8591549296%;
  float: left;
  margin-right: 1.4084507042%;
  float: right;
  margin-right: 0;
  padding-top: 20px;
  margin-bottom: 15px;
  color: #334148;
  font-size: 1rem;
  line-height: 24px;
  overflow: hidden;
  word-wrap: break-word;
}

/* line 90, app/assets/stylesheets/components/_comments.scss */
.comment__body p:last-of-type {
  margin-bottom: 0;
}

/* line 95, app/assets/stylesheets/components/_comments.scss */
.comment__body a {
  color: #19bcc9;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.comment__body a:hover {
  color: #ce3c5c;
}

/* line 101, app/assets/stylesheets/components/_comments.scss */
.comment__info {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10.1408450704%;
  color: #688493;
  position: relative;
  top: 17px;
}

/* line 108, app/assets/stylesheets/components/_comments.scss */
.comment__info .comment__author-name {
  color: #3f444c;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.comment__info .comment__author-name:hover {
  color: #19bcc9;
}

/* line 112, app/assets/stylesheets/components/_comments.scss */
.comment__info a {
  text-decoration: none;
  font-weight: 700;
}

/* line 118, app/assets/stylesheets/components/_comments.scss */
.comment__actions {
  display: inline-block;
  margin-left: 10px;
}

/* line 122, app/assets/stylesheets/components/_comments.scss */
.comment__actions ul {
  margin: 0;
  padding: 0;
}

/* line 126, app/assets/stylesheets/components/_comments.scss */
.comment__actions ul > li {
  display: inline-block;
  margin-right: 5px;
}

/* line 132, app/assets/stylesheets/components/_comments.scss */
.comment__actions a {
  color: #19bcc9;
  text-decoration: none;
  font-weight: 400;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.comment__actions a:hover {
  color: #ce3c5c;
}

/* line 139, app/assets/stylesheets/components/_comments.scss */
.comment__action {
  color: #19bcc9;
  cursor: pointer;
  transition: 0.15s ease-in-out color;
}

/* line 144, app/assets/stylesheets/components/_comments.scss */
.comment__action:hover {
  color: #ce3c5c;
}

/* line 150, app/assets/stylesheets/components/_comments.scss */
.comment--depth-1 .comment__author {
  width: 18.8732394366%;
  float: left;
  margin-right: 1.4084507042%;
  padding-left: 10.1408450704%;
}

/* line 155, app/assets/stylesheets/components/_comments.scss */
.comment--depth-1 .comment__body {
  width: 79.7183098592%;
  float: left;
  margin-right: 1.4084507042%;
  float: right;
  margin-right: 0;
}

/* line 160, app/assets/stylesheets/components/_comments.scss */
.comment--depth-1 .comment__info {
  padding-left: 20.2816901408%;
}

/* line 166, app/assets/stylesheets/components/_comments.scss */
.comment--depth-2 .comment__author {
  width: 29.014084507%;
  float: left;
  margin-right: 1.4084507042%;
  padding-left: 20.2816901408%;
}

/* line 171, app/assets/stylesheets/components/_comments.scss */
.comment--depth-2 .comment__body {
  width: 69.5774647887%;
  float: left;
  margin-right: 1.4084507042%;
  float: right;
  margin-right: 0;
}

/* line 176, app/assets/stylesheets/components/_comments.scss */
.comment--depth-2 .comment__info {
  padding-left: 30.4225352113%;
}

/* line 182, app/assets/stylesheets/components/_comments.scss */
.comment--depth-3 .comment__author {
  width: 39.1549295775%;
  float: left;
  margin-right: 1.4084507042%;
  padding-left: 30.4225352113%;
}

/* line 187, app/assets/stylesheets/components/_comments.scss */
.comment--depth-3 .comment__body {
  width: 59.4366197183%;
  float: left;
  margin-right: 1.4084507042%;
  float: right;
  margin-right: 0;
}

/* line 192, app/assets/stylesheets/components/_comments.scss */
.comment--depth-3 .comment__info {
  padding-left: 40.5633802817%;
}

/* line 197, app/assets/stylesheets/components/_comments.scss */
.comment-form {
  margin-bottom: 20px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.comment-form:before, .comment-form:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.comment-form:after {
  clear: both;
}

/* line 202, app/assets/stylesheets/components/_comments.scss */
.comment-form__author {
  width: 8.7323943662%;
  float: left;
  margin-right: 1.4084507042%;
  text-align: center;
}

/* line 207, app/assets/stylesheets/components/_comments.scss */
.comment-form__content {
  width: 89.8591549296%;
  float: left;
  margin-right: 1.4084507042%;
  float: right;
  margin-right: 0;
  text-align: right;
  position: relative;
}

/* line 213, app/assets/stylesheets/components/_comments.scss */
.comment-form__content:after {
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-right: 0.5em solid white;
  border-bottom: 0.5em solid transparent;
  position: absolute;
  top: 13px;
  left: -0.45em;
  content: "";
}

/* line 1, app/assets/stylesheets/components/_details-boxes.scss */
.preloader {
  display: none;
  opacity: 0.4;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: url(/assets/preloader_big_new-398f9708f21ba4acc9fbbb6a8f6ca96e8483b973128f6e588370fed964f03075.gif) no-repeat center;
  text-align: center;
  line-height: 800px;
  font-size: x-large;
}

/* line 17, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__title {
  display: block;
  width: 100%;
  margin: 0 10px 15px 10px;
  padding-top: 10px;
  color: #ce3c5c;
  font-size: 1rem;
  line-height: 24px;
}

/* line 27, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__separator, .details-box__separator::after {
  font-size: 0.875rem;
  margin: 0;
  padding: 10px 0;
  color: #b2c1c8;
  text-align: center;
}

/* line 35, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__separator::before, .details-box__separator::after {
  float: left;
  width: 40%;
  height: 1px;
  margin-top: 10px;
  background-color: #b2c1c8;
  content: ' ';
  text-shadow: none;
}

/* line 45, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__separator::after {
  float: right;
}

/* line 50, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 53, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__list > li,
.details-box__list .details-box__list-item {
  padding: 5px 10px;
  border-bottom: 1px solid #f4f6f7;
  color: #485c66;
  font-size: 0.875rem;
  line-height: 20px;
  position: relative;
}

/* line 62, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__list > li > span,
.details-box__list .details-box__list-item > span {
  color: #131518;
  text-align: right;
  position: absolute;
  right: 10px;
}

/* line 68, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__list > li > span .icon,
.details-box__list .details-box__list-item > span .icon {
  color: #19bcc9;
}

/* line 72, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__list > li > span.val-positive,
.details-box__list .details-box__list-item > span.val-positive {
  color: #19bcc9;
}

/* line 76, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__list > li > span.val-negative,
.details-box__list .details-box__list-item > span.val-negative {
  color: #ce3c5c;
}

/* line 80, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__list > li > span.val-neutral,
.details-box__list .details-box__list-item > span.val-neutral {
  color: #76919e;
}

/* line 85, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__list > li .is-approved,
.details-box__list .details-box__list-item .is-approved {
  position: relative;
  right: 0;
  left: 5px;
  color: #485c66;
  text-align: left;
}

/* line 92, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__list > li .is-approved span,
.details-box__list .details-box__list-item .is-approved span {
  color: #19bcc9;
  text-decoration: underline;
}

/* line 96, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__list > li .is-approved span:hover,
.details-box__list .details-box__list-item .is-approved span:hover {
  color: #485c66;
}

/* line 102, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__list > li:nth-child(2n),
.details-box__list .details-box__list-item:nth-child(2n) {
  background: white;
}

/* line 108, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__footer {
  font-size: 0.9375rem;
  margin: 10px 0 5px;
  border-top: 1px solid #d6dee2;
  padding-top: 12px;
  text-align: center;
  line-height: 20px;
}

/* line 116, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__footer .footer-title {
  font-size: 0.9375rem;
  padding: 0 0 10px;
  color: #485c66;
}

/* line 122, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__footer span {
  color: #131518;
  text-decoration: underline;
  cursor: pointer;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.details-box__footer span:hover {
  color: #19bcc9;
}

/* line 130, app/assets/stylesheets/components/_details-boxes.scss */
.details-box__footer--alt span {
  color: #131518;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.details-box__footer--alt span:hover {
  color: #ce3c5c;
}

/* line 135, app/assets/stylesheets/components/_details-boxes.scss */
.info-list__heading {
  color: #204659;
  font-weight: 600;
}

/* line 140, app/assets/stylesheets/components/_details-boxes.scss */
.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 12px;
  color: #204659;
}

/* line 145, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li,
.info-list .info-list-item {
  position: relative;
  border-bottom: 1px solid #f3f6f7;
  padding: 7px 8px;
  color: #485c66;
  line-height: 21px;
}

/* line 153, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li:last-of-type,
.info-list .info-list-item:last-of-type {
  border-bottom: 0;
}

/* line 157, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li .right-column,
.info-list .info-list-item .right-column {
  float: right;
  text-align: right;
  font-weight: 600;
}

/* line 162, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li .right-column.svg-inline--fa,
.info-list .info-list-item .right-column.svg-inline--fa {
  font-size: 1.125rem;
  font-weight: 300;
}

/* line 167, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li .right-column.right-column--narrow,
.info-list .info-list-item .right-column.right-column--narrow {
  letter-spacing: -0.9px;
}

/* line 172, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li .approve-buttons,
.info-list .info-list-item .approve-buttons {
  font-size: 0.875rem;
  float: none;
  padding-top: 4px;
  padding-right: 0;
  text-align: right;
}

/* line 179, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li .approve-buttons .btn, .info-list > li .approve-buttons .mde-header .mde-tabs button, .mde-header .mde-tabs .info-list > li .approve-buttons button,
.info-list > li .approve-buttons .mde-header .mde-header-group button,
.mde-header .mde-header-group .info-list > li .approve-buttons button,
.info-list .info-list-item .approve-buttons .btn,
.info-list .info-list-item .approve-buttons .mde-header .mde-tabs button,
.mde-header .mde-tabs .info-list .info-list-item .approve-buttons button,
.info-list .info-list-item .approve-buttons .mde-header .mde-header-group button,
.mde-header .mde-header-group .info-list .info-list-item .approve-buttons button {
  font-size: 0.875rem;
  margin-left: 8px;
  padding: 0 0 0 1.625em;
}

/* line 186, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li .is-approved,
.info-list .info-list-item .is-approved {
  font-size: 0.875rem;
  position: relative;
  margin-right: 7px;
  color: #485c66;
  text-align: left;
  font-weight: 600;
  vertical-align: super;
}

/* line 195, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li .is-approved span,
.info-list .info-list-item .is-approved span {
  color: #159ca9;
}

/* line 200, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li .modal-link,
.info-list .info-list-item .modal-link {
  font-size: 0.875rem;
  color: #159ca9;
  font-weight: 600;
  cursor: pointer;
}

/* line 207, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li .product-formats__version, .info-list > li .product-formats__renderer,
.info-list .info-list-item .product-formats__version,
.info-list .info-list-item .product-formats__renderer {
  display: block;
  color: #6d7d85;
}

/* line 212, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li .product-formats__renderer,
.info-list .info-list-item .product-formats__renderer {
  margin-bottom: 8px;
}

/* line 224, app/assets/stylesheets/components/_details-boxes.scss */
.info-list > li .approve-buttons,
.info-list .info-list-item .approve-buttons {
  float: none;
  padding-right: 0;
}

/* line 1, app/assets/stylesheets/components/_input-containers.scss */
.input-container {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6dee2;
  position: relative;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.input-container:before, .input-container:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.input-container:after {
  clear: both;
}

/* line 8, app/assets/stylesheets/components/_input-containers.scss */
.input-container label {
  display: block;
  margin-bottom: 3px;
}

/* line 12, app/assets/stylesheets/components/_input-containers.scss */
.input-container label b {
  color: #ce3c5c;
  font-weight: normal;
}

/* line 17, app/assets/stylesheets/components/_input-containers.scss */
.input-container label.is-error, .input-container label.error {
  display: block;
  margin-top: 5px;
  color: #ce3c5c;
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 27, app/assets/stylesheets/components/_input-containers.scss */
.input-container.is-compact {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* line 32, app/assets/stylesheets/components/_input-containers.scss */
.input-container.is-last {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 38, app/assets/stylesheets/components/_input-containers.scss */
.input-container--inline {
  display: inline-block;
  border-bottom: 0;
  width: 50%;
}

/* line 43, app/assets/stylesheets/components/_input-containers.scss */
.input-container--inline label {
  display: inline-block;
  width: 25%;
  text-align: right;
  margin-right: 10px;
}

/* line 50, app/assets/stylesheets/components/_input-containers.scss */
.input-container--inline input {
  width: 70%;
}

/* line 55, app/assets/stylesheets/components/_input-containers.scss */
.input-container__note {
  display: block;
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 16px;
  color: #485c66;
}

/* line 63, app/assets/stylesheets/components/_input-containers.scss */
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/components/_tables.scss */
.table,
table {
  width: 100%;
  border: 1px solid #d6dee2;
  background: #fdfdfd;
}

/* line 11, app/assets/stylesheets/components/_tables.scss */
.table td,
.table th,
table td,
table th {
  padding: 10px;
  border: 1px solid #d6dee2;
}

/* line 17, app/assets/stylesheets/components/_tables.scss */
.table th,
table th {
  background: white;
}

/* line 22, app/assets/stylesheets/components/_tables.scss */
.table--on-contrast {
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 25, app/assets/stylesheets/components/_tables.scss */
.table--on-contrast td,
.table--on-contrast th {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 29, app/assets/stylesheets/components/_tables.scss */
.table--on-contrast td.is-highlighted,
.table--on-contrast th.is-highlighted {
  background: rgba(255, 255, 255, 0.05);
}

/* line 35, app/assets/stylesheets/components/_tables.scss */
.table--list {
  margin-bottom: 10px;
}

/* line 38, app/assets/stylesheets/components/_tables.scss */
.table--list td,
.table--list th {
  text-align: left;
}

/* line 44, app/assets/stylesheets/components/_tables.scss */
.table--compact {
  font-size: 0.75rem;
}

/* line 48, app/assets/stylesheets/components/_tables.scss */
.table--spaced {
  margin-bottom: 40px;
}

/* line 52, app/assets/stylesheets/components/_tables.scss */
.table--small {
  font-size: 0.875rem;
}

/* line 55, app/assets/stylesheets/components/_tables.scss */
.table--small tr {
  background: white;
}

/* line 58, app/assets/stylesheets/components/_tables.scss */
.table--small tr:nth-child(2n) {
  background: #fff;
}

/* line 63, app/assets/stylesheets/components/_tables.scss */
.table--small tr.is-indented td:nth-child(1) {
  width: 4%;
  background: white;
  border: none;
}

/* line 69, app/assets/stylesheets/components/_tables.scss */
.table--small tr.is-indented td:nth-child(2) {
  width: 46%;
}

/* line 74, app/assets/stylesheets/components/_tables.scss */
.table--small tr td {
  padding: 5px 10px;
}

/* line 80, app/assets/stylesheets/components/_tables.scss */
.table-light {
  width: 100%;
}

/* line 83, app/assets/stylesheets/components/_tables.scss */
.table-light td,
.table-light th {
  padding: 10px;
}

/* line 88, app/assets/stylesheets/components/_tables.scss */
.table-light th {
  font-weight: 300;
  text-align: left;
  color: #6d6d6d;
}

/* line 95, app/assets/stylesheets/components/_tables.scss */
.table-with-borders {
  display: table !important;
  margin: 0;
  color: #3f444c;
}

/* line 103, app/assets/stylesheets/components/_tables.scss */
.table-with-borders.table-with-borders--compact tbody tr {
  height: 60px;
}

/* line 110, app/assets/stylesheets/components/_tables.scss */
.table-with-borders.table-with-borders--centered th,
.table-with-borders.table-with-borders--centered tr {
  text-align: center;
}

/* line 116, app/assets/stylesheets/components/_tables.scss */
.table-with-borders th,
.table-with-borders td {
  border-left: 1px solid #e0e0e0;
  padding: 10px;
}

/* line 121, app/assets/stylesheets/components/_tables.scss */
.table-with-borders th:first-child,
.table-with-borders td:first-child {
  border-left: none;
}

/* line 125, app/assets/stylesheets/components/_tables.scss */
.table-with-borders th.no-pad,
.table-with-borders td.no-pad {
  padding: 0;
}

/* line 129, app/assets/stylesheets/components/_tables.scss */
.table-with-borders th.no-border,
.table-with-borders td.no-border {
  border-left: none;
}

/* line 133, app/assets/stylesheets/components/_tables.scss */
.table-with-borders th.selector,
.table-with-borders td.selector {
  cursor: pointer;
}

/* line 136, app/assets/stylesheets/components/_tables.scss */
.table-with-borders th.selector label,
.table-with-borders td.selector label {
  pointer-events: none;
}

/* line 142, app/assets/stylesheets/components/_tables.scss */
.table-with-borders th {
  font-size: 0.875rem;
  position: relative;
  font-weight: 400;
  text-align: left;
  color: #3f444c;
}

/* line 149, app/assets/stylesheets/components/_tables.scss */
.table-with-borders th.is-sortable {
  padding-right: 20px;
  cursor: pointer;
}

/* line 154, app/assets/stylesheets/components/_tables.scss */
.table-with-borders th.is-active {
  color: #19bcc9;
  font-weight: 600;
}

/* line 160, app/assets/stylesheets/components/_tables.scss */
.table-with-borders tr {
  border-bottom: 1px solid #e0e0e0;
}

/* line 165, app/assets/stylesheets/components/_tables.scss */
.table-with-borders tbody tr {
  height: 100px;
}

/* line 168, app/assets/stylesheets/components/_tables.scss */
.table-with-borders tbody tr.is-selected, .table-with-borders tbody tr:hover {
  background-color: #f7f7f7;
}

/* line 173, app/assets/stylesheets/components/_tables.scss */
.table-with-borders tbody tr.is-selected .product-inline-edit .inline-edit__edit-button, .table-with-borders tbody tr:hover .product-inline-edit .inline-edit__edit-button {
  display: block;
  animation: BlockFadeIn 0.25s ease-in;
}

/* line 180, app/assets/stylesheets/components/_tables.scss */
.table-with-borders tbody tr:last-child {
  border-bottom: none;
}

/* line 184, app/assets/stylesheets/components/_tables.scss */
.table-with-borders tbody tr.is-expanded {
  border-bottom: 2px solid #e0e0e0;
  background-color: #f7f7f7;
}

/* line 188, app/assets/stylesheets/components/_tables.scss */
.table-with-borders tbody tr.is-expanded .expansion-caret {
  transform: rotate(180deg);
}

/* line 195, app/assets/stylesheets/components/_tables.scss */
.table-with-borders .expansion-caret {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out;
}

/* line 200, app/assets/stylesheets/components/_tables.scss */
.table-with-borders .table__child-row {
  font-size: 0.875rem;
  opacity: 1;
  background-color: #f7f7f7;
  padding: 0;
}

/* line 206, app/assets/stylesheets/components/_tables.scss */
.table-with-borders .table__child-row .detailed-info {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px 15px;
}

/* line 210, app/assets/stylesheets/components/_tables.scss */
.table-with-borders .table__child-row .detailed-info:last-child {
  border-bottom: 0;
}

/* line 216, app/assets/stylesheets/components/_tables.scss */
.table-with-borders .table__child-row .detailed-info__images li {
  border: 0;
  padding: 0 10px;
}

/* line 221, app/assets/stylesheets/components/_tables.scss */
.table-with-borders .table__child-row .detailed-info__images img {
  max-height: 60px;
}

/* line 227, app/assets/stylesheets/components/_tables.scss */
.table-with-borders .sorting-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* line 234, app/assets/stylesheets/components/_tables.scss */
.table-with-borders .product-inline-edit {
  position: relative;
}

/* line 237, app/assets/stylesheets/components/_tables.scss */
.table-with-borders .product-inline-edit .inline-edit__edit-button {
  display: none;
}

@media (max-width: 1255.98px) {
  /* line 243, app/assets/stylesheets/components/_tables.scss */
  .table-with-borders,
.table-with-borders th {
    font-size: 0.8125rem;
  }
}

@media (min-width: 1256px) {
  /* line 253, app/assets/stylesheets/components/_tables.scss */
  .table-hover tbody tr:hover td {
    background-color: #f7f7f7;
  }
}

/* line 261, app/assets/stylesheets/components/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

@media (min-width: 1256px) {
  /* line 267, app/assets/stylesheets/components/_tables.scss */
  .table-striped tbody tr:hover td {
    background-color: #eee;
  }
}

/* line 277, app/assets/stylesheets/components/_tables.scss */
.legacy-responsive-table.table-responsive table th,
.legacy-responsive-table.table-responsive table td {
  border-right: 1px solid #d7dfe3;
  vertical-align: middle;
}

/* line 283, app/assets/stylesheets/components/_tables.scss */
.legacy-responsive-table.table-responsive table th {
  text-align: center;
}

/* line 290, app/assets/stylesheets/components/_tables.scss */
.legacy-responsive-table.table-responsive table tr td:last-of-type,
.legacy-responsive-table.table-responsive table tr th:last-of-type {
  border-right: 0;
}

/* line 298, app/assets/stylesheets/components/_tables.scss */
.legacy-responsive-table--small {
  font-size: 14px;
}

/* line 303, app/assets/stylesheets/components/_tables.scss */
.data-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 308, app/assets/stylesheets/components/_tables.scss */
.data-table table {
  width: 100%;
  border: none;
  min-width: auto;
  background-color: #ffffff;
}

/* line 314, app/assets/stylesheets/components/_tables.scss */
.data-table table tr {
  border-bottom: 1px solid #e0e0e0;
}

/* line 318, app/assets/stylesheets/components/_tables.scss */
.data-table table td {
  border: none;
  vertical-align: top;
  white-space: normal;
  height: auto;
  font-size: 14px;
  line-height: 1.46;
  padding: 10px;
}

/* line 327, app/assets/stylesheets/components/_tables.scss */
.data-table table td p {
  margin: 0;
}

/* line 333, app/assets/stylesheets/components/_tables.scss */
.data-table table thead th {
  font-size: 0.875rem;
  font-weight: 600;
  vertical-align: top;
  padding: 10px;
  line-height: 1.4;
  white-space: normal;
  height: auto;
  border: none;
  background-color: #f7f7f8;
  border-bottom: 1px solid #e0e0e0;
}

/* line 345, app/assets/stylesheets/components/_tables.scss */
.data-table table thead th.has-tooltip {
  position: relative;
}

/* line 349, app/assets/stylesheets/components/_tables.scss */
.data-table table thead th.has-tooltip:hover {
  background-color: #272c301a;
}

/* line 354, app/assets/stylesheets/components/_tables.scss */
.data-table table thead .tooltip-trigger {
  border-bottom: 1px dotted #333;
  display: inline-block;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  /* line 362, app/assets/stylesheets/components/_tables.scss */
  .data-table table thead th {
    padding: 8px;
    font-size: 0.8125rem;
  }
  /* line 367, app/assets/stylesheets/components/_tables.scss */
  .data-table table tbody td {
    padding: 8px;
    font-size: 0.8125rem;
  }
}

/* line 1, app/assets/stylesheets/components/_action-bars.scss */
.action-bar {
  display: block;
  width: 100%;
  height: 60px;
  background: #19bcc9;
  color: white;
  line-height: 57px;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/components/_action-bars.scss */
.action-bar.is-positioned {
  position: absolute;
}

/* line 14, app/assets/stylesheets/components/_action-bars.scss */
.action-bar.is-at-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
}

/* line 23, app/assets/stylesheets/components/_action-bars.scss */
.sticky-wrapper.is-sticky .action-bar {
  z-index: 101;
}

/* line 29, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--subscribe {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
  padding: 10px 0;
  line-height: 24px;
  background: #ce3c5c;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 600;
  opacity: 0.95;
  transition: 0.15s ease-in-out opacity;
}

/* line 42, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--subscribe .action-bar__content {
  float: left;
}

/* line 46, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--subscribe .action-bar__actions {
  margin-top: 17px;
  float: right;
}

/* line 51, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--subscribe .action-bar__title {
  margin: 0 0 5px;
  font-size: 1.875rem;
  line-height: 36px;
  font-weight: 300;
}

/* line 61, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--subscribe .button .icon {
  top: -1px;
}

/* line 66, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--subscribe .field {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 33px;
  margin-right: 10px;
  border: 0;
}

/* line 75, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--subscribe:hover {
  opacity: 1;
}

/* line 80, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--green {
  background: #159ca9;
}

/* line 84, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--with-timer {
  margin-bottom: -10px;
  padding-top: 20px;
}

/* line 88, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--with-timer .container {
  margin-top: -14px;
}

/* line 92, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--with-timer .action-bar__countdown {
  float: right;
  margin-top: 10px;
}

/* line 96, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--with-timer .action-bar__countdown table {
  background: #159ca9;
  border: none;
}

/* line 101, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--with-timer .action-bar__countdown th {
  width: 75px;
  background: #19bcc9;
  border: 1px solid white;
  font-size: 25px;
  text-align: center;
}

/* line 109, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--with-timer .action-bar__countdown td {
  border: none;
  text-align: center;
}

/* line 115, app/assets/stylesheets/components/_action-bars.scss */
.action-bar--with-timer .action-bar__text-content {
  max-width: 850px;
}

/* line 1, app/assets/stylesheets/components/_tag-lists.scss */
.tag-list {
  margin-bottom: 20px;
  position: relative;
}

/* line 5, app/assets/stylesheets/components/_tag-lists.scss */
.tag-list ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 20px;
  color: #5d7784;
}

/* line 13, app/assets/stylesheets/components/_tag-lists.scss */
.tag-list ul > li {
  display: inline-block;
  margin-right: 5px;
  list-style: none;
  position: relative;
}

/* line 19, app/assets/stylesheets/components/_tag-lists.scss */
.tag-list ul > li:after {
  display: inline-block;
}

/* line 23, app/assets/stylesheets/components/_tag-lists.scss */
.tag-list ul > li:first-child {
  padding-left: 50px;
}

/* line 27, app/assets/stylesheets/components/_tag-lists.scss */
.tag-list ul > li:last-child, .tag-list ul > li.is-last {
  margin-right: 0;
}

/* line 31, app/assets/stylesheets/components/_tag-lists.scss */
.tag-list ul > li:last-child:after, .tag-list ul > li.is-last:after {
  display: none;
  content: "";
}

/* line 39, app/assets/stylesheets/components/_tag-lists.scss */
.tag-list a {
  color: inherit;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.tag-list a:hover {
  color: #ce3c5c;
}

/* line 44, app/assets/stylesheets/components/_tag-lists.scss */
.tag-list span {
  display: block;
  margin-right: 5px;
  color: #131518;
  font-weight: 700;
  position: absolute;
  top: 2px;
  left: 0;
}

/* line 3, app/assets/stylesheets/components/_progress-bars.scss */
.progress-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 453;
  width: 100%;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.17);
  background: #fff;
  padding: 15px 40px;
}

/* line 13, app/assets/stylesheets/components/_progress-bars.scss */
.progress-container .progress-container__info {
  width: calc(100% - 72px);
}

/* line 17, app/assets/stylesheets/components/_progress-bars.scss */
.progress-container .progress-container__warning {
  letter-spacing: 0.2px;
}

/* line 22, app/assets/stylesheets/components/_progress-bars.scss */
.progress-bar, .progress-bar--thin {
  display: block;
  width: 100%;
  height: 10px;
  margin: 20px 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}

/* line 32, app/assets/stylesheets/components/_progress-bars.scss */
.progress-bar__progress {
  display: inline-block;
  position: absolute;
  width: 0;
  left: 0;
  height: 10px;
  border-radius: 10px;
  background: #19bcc9;
}

/* line 42, app/assets/stylesheets/components/_progress-bars.scss */
.progress-bar__remainder {
  display: inline-block;
  width: 0;
  height: 10px;
  float: right;
  border-radius: 10px;
}

/* line 50, app/assets/stylesheets/components/_progress-bars.scss */
.progress-bar__info {
  font-size: 0.875rem;
  line-height: 18px;
  color: #485c66;
  position: absolute;
  top: -20px;
  left: 0;
}

/* line 59, app/assets/stylesheets/components/_progress-bars.scss */
.progress-bar--thin {
  height: 5px;
  margin: 0;
  border-radius: 4px;
  background: #f0f0f0;
}

/* line 66, app/assets/stylesheets/components/_progress-bars.scss */
.progress-bar--thin .progress-bar__progress,
.progress-bar--thin .progress-bar__remainder {
  height: 5px;
  border-radius: 4px;
}

/* line 74, app/assets/stylesheets/components/_progress-bars.scss */
.file-upload-progress {
  margin-top: 10px;
}

/* line 77, app/assets/stylesheets/components/_progress-bars.scss */
.file-upload-progress .progress-bar, .file-upload-progress .progress-bar--thin {
  margin: 5px 0 10px;
}

/* line 81, app/assets/stylesheets/components/_progress-bars.scss */
.file-upload-progress .progress-bar__info {
  position: relative;
  top: 0;
  word-break: break-all;
}

/* line 86, app/assets/stylesheets/components/_progress-bars.scss */
.file-upload-progress .progress-bar__info span {
  font-weight: 800;
}

/* line 93, app/assets/stylesheets/components/_progress-bars.scss */
.images--attachments .file-upload-progress {
  display: inline;
}

/* line 97, app/assets/stylesheets/components/_progress-bars.scss */
.images--attachments .upload--image {
  width: 33.3%;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

/* line 106, app/assets/stylesheets/components/_progress-bars.scss */
.images--attachments .upload--image .upload__image-wrapper {
  position: relative;
  height: 83px;
}

/* line 110, app/assets/stylesheets/components/_progress-bars.scss */
.images--attachments .upload--image .upload__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (min-width: 1576px) {
  /* line 97, app/assets/stylesheets/components/_progress-bars.scss */
  .images--attachments .upload--image {
    width: 25%;
  }
}

@media (min-width: 968px) {
  /* line 122, app/assets/stylesheets/components/_progress-bars.scss */
  .images--attachments .upload--image.only--images {
    width: 20%;
  }
}

@media (min-width: 1576px) {
  /* line 122, app/assets/stylesheets/components/_progress-bars.scss */
  .images--attachments .upload--image.only--images {
    width: 16.66%;
  }
}

/* line 132, app/assets/stylesheets/components/_progress-bars.scss */
.images--attachments .upload--image .remove {
  position: absolute;
  top: 2px;
  right: 7px;
  z-index: 10;
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #131518;
  color: #fff;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
  opacity: .8;
  transition: .15s ease-in-out background;
}

/* line 150, app/assets/stylesheets/components/_progress-bars.scss */
.images--attachments .upload--image a:hover {
  background: #ce3c5c;
}

/* line 155, app/assets/stylesheets/components/_progress-bars.scss */
.images--attachments .upload--image:hover a {
  display: block;
}

/* line 163, app/assets/stylesheets/components/_progress-bars.scss */
.files--attachments .upload--file {
  width: 100%;
  margin: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 10px 5px;
}

/* line 169, app/assets/stylesheets/components/_progress-bars.scss */
.files--attachments .upload--file .file-info {
  display: inline-block;
  width: calc(100% - 38px);
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 3px;
  vertical-align: middle;
}

/* line 178, app/assets/stylesheets/components/_progress-bars.scss */
.files--attachments .upload--file .file-remove {
  display: inline-block;
}

/* line 182, app/assets/stylesheets/components/_progress-bars.scss */
.files--attachments .upload--file a {
  color: #6d6d6d;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.files--attachments .upload--file a:hover {
  color: #131518;
}

/* line 190, app/assets/stylesheets/components/_progress-bars.scss */
.progress {
  border-radius: 2px;
  display: flex;
  height: 7px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
}

/* line 198, app/assets/stylesheets/components/_progress-bars.scss */
.progress .progress-bar, .progress .progress-bar--thin {
  transition: width 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: initial;
  margin: 0;
  border-radius: 0;
  color: #fff;
  text-align: center;
  background-color: #19bcc9;
}

/* line 210, app/assets/stylesheets/components/_progress-bars.scss */
.progress .progress-bar.is-default, .progress .is-default.progress-bar--thin {
  background-color: #bcbcbc;
}

/* line 214, app/assets/stylesheets/components/_progress-bars.scss */
.progress .progress-bar.is-negative, .progress .is-negative.progress-bar--thin {
  background-color: #ce3c5c;
}

/* line 218, app/assets/stylesheets/components/_progress-bars.scss */
.progress .progress-bar.is-dark, .progress .is-dark.progress-bar--thin {
  background-color: #19bcc9;
}

/* line 224, app/assets/stylesheets/components/_progress-bars.scss */
.progress-label {
  float: left;
  text-align: right;
  margin-right: 5px;
}

/* line 230, app/assets/stylesheets/components/_progress-bars.scss */
.progress-circle {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 235, app/assets/stylesheets/components/_progress-bars.scss */
.progress-circle__text {
  font-weight: 600;
}

/* line 240, app/assets/stylesheets/components/_progress-bars.scss */
.progress-text {
  margin-left: 5px;
}

/* line 1, app/assets/stylesheets/components/_modals.scss */
.modal {
  display: none;
  position: relative;
  left: 25%;
  z-index: 500;
  width: 90%;
  min-height: 100px;
  border-radius: 3px;
  background: #fdfdfd;
}

/* line 11, app/assets/stylesheets/components/_modals.scss */
.modal:before, .modal.details-box__separator::after {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #19bcc9;
  position: absolute;
  top: -4px;
  left: 0;
  content: "";
  z-index: -1;
}

@media (min-width: 968px) {
  /* line 1, app/assets/stylesheets/components/_modals.scss */
  .modal {
    width: 49.5621716287%;
  }
}

/* line 29, app/assets/stylesheets/components/_modals.scss */
.modal__header {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  border-radius: 3px 3px 0 0;
  background: #23272c;
  color: white;
  line-height: 50px;
  position: relative;
  top: -1px;
}

/* line 42, app/assets/stylesheets/components/_modals.scss */
.modal__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 3px 0 0 0;
  padding-left: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAMAAAA11AaTAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAOVBMVEV6yrlWvqVhwqttxbFVvqVcwKltxbFav6dpxa9Xv6Zlw612ybdlw61Xv6ZvxrN0yLZzyLV6yrn%2F%2F%2F%2FPUIm5AAAAEXRSTlMAI7TzBI%2F0aOdD1P7TRfj9%2FIwLXUMAAAABYktHRBJ7vGwAAAAAB3RJTUUH4wIaCjcmVv2HCAAAAExJREFUGNOljzcSwCAQxAQm2cT7%2F2cpGGZ8uLQ6NRsAwNjLGjbOBxEJ3i2NSRYpAveTZZNLpcmbRlfeGcrHbz%2Fzz%2F5a9L5z%2F%2Fef%2Bj8BnHoMdNn0llwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMjZUMTA6NTU6MzgrMDA6MDCQGi0pAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTI2VDEwOjU1OjM4KzAwOjAw4UeVlQAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII%3D) no-repeat 0 3px;
  font-size: 1.5rem;
  line-height: 24px;
  color: white;
  font-weight: 300;
}

/* line 54, app/assets/stylesheets/components/_modals.scss */
.modal__close {
  background: transparent;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0 5px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  opacity: 0.8;
  transition: 0.15s ease-in-out all;
  position: absolute;
  top: 8px;
  right: 15px;
}

/* line 4, app/assets/stylesheets/components/_buttons.scss */
.modal__close:hover, .modal__close.is-hover, .modal__close.is-active {
  background: transparent;
}

/* line 10, app/assets/stylesheets/components/_buttons.scss */
.modal__close:active {
  background: transparent;
}

/* line 20, app/assets/stylesheets/components/_buttons.scss */
.modal__close.is-disabled:hover, .modal__close.is-disabled.is-hover, .modal__close.is-disabled.is-active, .modal__close[disabled]:hover, .modal__close.is-hover[disabled], .modal__close.is-active[disabled] {
  background: transparent;
}

/* line 75, app/assets/stylesheets/components/_modals.scss */
.modal__close:hover {
  color: #d9d9d9;
}

/* line 79, app/assets/stylesheets/components/_modals.scss */
.modal__close .svg-inline--fa {
  margin-right: 0;
  -webkit-text-stroke: 2px #23272c;
}

/* line 85, app/assets/stylesheets/components/_modals.scss */
.modal__body {
  display: block;
  width: 100%;
  padding: 10px 15px 20px;
}

/* line 90, app/assets/stylesheets/components/_modals.scss */
.modal__body.is-contained {
  height: 400px;
  overflow: auto;
}

/* line 96, app/assets/stylesheets/components/_modals.scss */
.modal__footer {
  border-radius: 0 0 3px 3px;
  padding: 10px 15px;
  border-top: 1px solid #e5eaec;
  background: white;
  text-align: right;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.modal__footer:before, .modal__footer:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.modal__footer:after {
  clear: both;
}

/* line 105, app/assets/stylesheets/components/_modals.scss */
.modal-backdrop {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 39, 44, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px 0;
  overflow: scroll;
}

/* line 117, app/assets/stylesheets/components/_modals.scss */
.modal--full {
  width: 74.7810858144%;
}

/* line 121, app/assets/stylesheets/components/_modals.scss */
.modal__button--separated {
  margin-left: 15px;
}

/* line 125, app/assets/stylesheets/components/_modals.scss */
.modal--fluid {
  width: auto;
  max-width: 500px;
}

/* line 129, app/assets/stylesheets/components/_modals.scss */
.modal--fluid .modal__body {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 135, app/assets/stylesheets/components/_modals.scss */
.modal--light {
  z-index: 901 !important;
  width: 74.7810858144%;
  max-width: 850px;
  padding: 5px 0;
  background: #fff;
  color: #485c66;
}

/* line 143, app/assets/stylesheets/components/_modals.scss */
.modal--light.is-smaller {
  max-width: 500px;
}

/* line 147, app/assets/stylesheets/components/_modals.scss */
.modal--light:before, .modal--light.details-box__separator::after {
  display: none;
  height: 0;
}

/* line 152, app/assets/stylesheets/components/_modals.scss */
.modal--light .modal--close {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 0;
  line-height: 1;
  background: #fff;
}

/* line 161, app/assets/stylesheets/components/_modals.scss */
.modal--light .modal-light__header {
  font-size: 1.25rem;
  margin-bottom: 30px;
  padding: 20px 25px 0;
}

/* line 167, app/assets/stylesheets/components/_modals.scss */
.modal--light .modal-light__body {
  max-height: 70vh;
  overflow: auto;
  padding: 0 25px 20px;
}

/* line 172, app/assets/stylesheets/components/_modals.scss */
.modal--light .modal-light__body.is-invisible {
  opacity: 0;
}

/* line 177, app/assets/stylesheets/components/_modals.scss */
.modal--light .modal-light__success-screen {
  font-size: 1.375rem;
  z-index: 1;
  display: flex;
  align-items: center;
  position: absolute;
  top: 25px;
  width: 100%;
  height: calc(100% - 30px);
  padding: 10px 20%;
  background: #fff;
  color: #159ca9;
  line-height: 1.5;
  font-weight: 300;
}

/* line 192, app/assets/stylesheets/components/_modals.scss */
.modal--light .modal-light__success-screen p {
  height: max-content;
  text-align: center;
}

/* line 199, app/assets/stylesheets/components/_modals.scss */
.modal--transparent {
  background: transparent;
}

/* line 202, app/assets/stylesheets/components/_modals.scss */
.modal--transparent .modal--close {
  background: transparent;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.modal--first-model-upload .modal__content:before, .modal--first-model-upload .modal__content:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.modal--first-model-upload .modal__content:after {
  clear: both;
}

/* line 212, app/assets/stylesheets/components/_modals.scss */
.modal--first-model-upload .modal__content-main {
  width: 74.7810858144%;
  float: left;
  margin-right: 0.8756567426%;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 24px;
}

/* line 218, app/assets/stylesheets/components/_modals.scss */
.modal--first-model-upload .modal__content-main ol {
  margin-top: 50px;
}

/* line 222, app/assets/stylesheets/components/_modals.scss */
.modal--first-model-upload .modal__content-main li {
  margin-bottom: 20px;
}

/* line 227, app/assets/stylesheets/components/_modals.scss */
.modal--first-model-upload p {
  margin-bottom: 0;
}

/* line 231, app/assets/stylesheets/components/_modals.scss */
.modal--first-model-upload .modal__content-partner {
  width: 24.3432574431%;
  float: right;
  margin-right: 0;
  margin-top: 40px;
}

/* line 236, app/assets/stylesheets/components/_modals.scss */
.modal--first-model-upload .more-details {
  line-height: 32px;
}

/* line 240, app/assets/stylesheets/components/_modals.scss */
.modal--first-model-upload .first-logo {
  margin-bottom: 50px;
}

/* line 245, app/assets/stylesheets/components/_modals.scss */
.modal--happy-hour-discount {
  max-width: 480px;
}

/* line 248, app/assets/stylesheets/components/_modals.scss */
.modal--happy-hour-discount .modal__content-main {
  padding: 15px 30px;
  text-align: justify;
}

/* line 254, app/assets/stylesheets/components/_modals.scss */
.modal--share-cart {
  max-width: 480px;
}

/* line 257, app/assets/stylesheets/components/_modals.scss */
.modal--share-cart .modal__content-main {
  font-size: 1.125rem;
  line-height: 24px;
  padding: 5px;
  text-align: justify;
}

/* line 265, app/assets/stylesheets/components/_modals.scss */
.modal--file-conversion-request-success-message {
  display: none;
}

/* line 270, app/assets/stylesheets/components/_modals.scss */
.modal--new-visual .preview-container {
  text-align: center;
}

/* line 273, app/assets/stylesheets/components/_modals.scss */
.modal--new-visual iframe {
  width: 100%;
  max-width: 625px;
}

/* line 280, app/assets/stylesheets/components/_modals.scss */
.modal--downloads .client-feedback {
  color: #485c66;
}

/* line 283, app/assets/stylesheets/components/_modals.scss */
.modal--downloads .client-feedback .details-box__content {
  font-size: 0.875rem;
}

/* line 287, app/assets/stylesheets/components/_modals.scss */
.modal--downloads .client-feedback .rating-label {
  font-size: 0.875rem;
  display: inline-block;
  color: #485c66;
}

/* line 294, app/assets/stylesheets/components/_modals.scss */
.modal--downloads .client-feedback .rating-stars-container,
.modal--downloads .client-feedback .rating-stars,
.modal--downloads .client-feedback .jq-ry-container {
  display: inline-block;
}

/* line 303, app/assets/stylesheets/components/_modals.scss */
.modal--downloads-collection::before, .modal--downloads-collection.details-box__separator::after {
  display: none;
}

/* line 307, app/assets/stylesheets/components/_modals.scss */
.modal--downloads-collection .modal__close {
  font-size: 0.75rem;
  top: -24px;
  right: -24px;
  width: 24px;
  height: 24px;
}

/* line 315, app/assets/stylesheets/components/_modals.scss */
.modal--downloads-collection .details-box__collection-download {
  display: flex;
  margin: 0 -24px 20px;
  border-bottom: 1px solid #d7dfe3;
  padding: 0 24px 10px;
}

/* line 321, app/assets/stylesheets/components/_modals.scss */
.modal--downloads-collection .details-box__collection-download .collection-title {
  font-size: 1.25rem;
  margin: auto;
  color: #23272c;
  font-weight: 600;
  flex-grow: 1;
}

/* line 330, app/assets/stylesheets/components/_modals.scss */
.modal--downloads-collection .Collapsible__trigger::after {
  top: 25px;
}

/* line 334, app/assets/stylesheets/components/_modals.scss */
.modal--downloads-collection .model-thumb {
  width: 70px;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 340, app/assets/stylesheets/components/_modals.scss */
.modal--downloads-collection .files-list {
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}

/* line 345, app/assets/stylesheets/components/_modals.scss */
.modal--downloads-collection .files-list li {
  border-bottom: 1px solid #d7dfe3;
  padding: 5px;
  list-style-type: none;
}

/* line 350, app/assets/stylesheets/components/_modals.scss */
.modal--downloads-collection .files-list li:last-child {
  border-bottom: 0;
}

/* line 358, app/assets/stylesheets/components/_modals.scss */
.modal--request-custom-item .request-form {
  margin-top: 20px;
}

/* line 362, app/assets/stylesheets/components/_modals.scss */
.modal--request-custom-item .price-range {
  margin-right: 20px;
}

/* line 366, app/assets/stylesheets/components/_modals.scss */
.modal--request-custom-item .checkbox-block {
  display: inline-block;
  margin-right: 13px;
  vertical-align: middle;
}

/* line 371, app/assets/stylesheets/components/_modals.scss */
.modal--request-custom-item .checkbox-block:last-child {
  margin-right: 0;
}

/* line 376, app/assets/stylesheets/components/_modals.scss */
.modal--request-custom-item textarea {
  resize: none;
}

/* line 381, app/assets/stylesheets/components/_modals.scss */
.modal--user-segmentation {
  padding: 50px 30px;
  margin: 25px auto;
}

/* line 385, app/assets/stylesheets/components/_modals.scss */
.modal--user-segmentation .modal-header {
  margin-bottom: 60px;
}

/* line 389, app/assets/stylesheets/components/_modals.scss */
.modal--user-segmentation .modal-title {
  font-size: 2.125rem;
  margin-bottom: 30px;
  color: #204659;
  font-weight: 300;
}

/* line 396, app/assets/stylesheets/components/_modals.scss */
.modal--user-segmentation .modal-subtitle {
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 20px;
  line-height: 1.5;
}

/* line 403, app/assets/stylesheets/components/_modals.scss */
.modal--user-segmentation .btn-group, .modal--user-segmentation .mde-header .mde-tabs, .mde-header .modal--user-segmentation .mde-tabs {
  width: 100%;
  margin: 20px 0 70px;
}

/* line 407, app/assets/stylesheets/components/_modals.scss */
.modal--user-segmentation .btn-group .btn, .modal--user-segmentation .mde-header .mde-tabs .btn, .mde-header .modal--user-segmentation .mde-tabs .btn, .modal--user-segmentation .btn-group .mde-header .mde-tabs button, .modal--user-segmentation .mde-header .mde-tabs .mde-header .mde-tabs button, .mde-header .modal--user-segmentation .mde-tabs .mde-header .mde-tabs button, .mde-header .mde-tabs .modal--user-segmentation .btn-group button, .mde-header .mde-tabs .modal--user-segmentation .mde-tabs button,
.modal--user-segmentation .btn-group .mde-header .mde-header-group button,
.modal--user-segmentation .mde-header .mde-tabs .mde-header .mde-header-group button,
.mde-header .modal--user-segmentation .mde-tabs .mde-header .mde-header-group button,
.mde-header .mde-header-group .modal--user-segmentation .btn-group button,
.mde-header .mde-header-group .modal--user-segmentation .mde-tabs button {
  width: 33.33%;
}

/* line 412, app/assets/stylesheets/components/_modals.scss */
.modal--user-segmentation .gdpr-section-wrapper {
  margin-top: -60px;
}

/* line 416, app/assets/stylesheets/components/_modals.scss */
.modal--user-segmentation .save-segment-btn {
  max-width: 400px;
  margin-bottom: 20px;
}

/* line 421, app/assets/stylesheets/components/_modals.scss */
.modal--user-segmentation a {
  text-decoration: none;
}

/* line 426, app/assets/stylesheets/components/_modals.scss */
.modal--guest-email-login {
  max-width: 700px;
}

/* line 429, app/assets/stylesheets/components/_modals.scss */
.modal--guest-email-login .account-content__heading {
  font-size: 1.25rem;
  font-weight: 400;
}

/* line 435, app/assets/stylesheets/components/_modals.scss */
.modal--guest-email-login .input-container {
  margin-top: 30px;
}

/* line 439, app/assets/stylesheets/components/_modals.scss */
.modal--guest-email-login .button {
  display: block;
  margin: 30px auto 15px;
  width: 100px;
}

/* line 446, app/assets/stylesheets/components/_modals.scss */
.modal--user-subscriptions {
  position: relative;
  margin: 25px auto;
}

/* line 450, app/assets/stylesheets/components/_modals.scss */
.modal--user-subscriptions .modal-title {
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: #204659;
}

/* line 456, app/assets/stylesheets/components/_modals.scss */
.modal--user-subscriptions .modal-subtitle {
  margin-bottom: 60px;
}

/* line 461, app/assets/stylesheets/components/_modals.scss */
.modal--user-subscriptions .modal-content .svg-inline--fa {
  font-size: 3.75rem;
}

/* line 465, app/assets/stylesheets/components/_modals.scss */
.modal--user-subscriptions .modal-content .modal-content__title {
  font-size: 1.125rem;
  margin: 20px 0;
  color: #3f444c;
  font-weight: 600;
}

/* line 473, app/assets/stylesheets/components/_modals.scss */
.modal--user-subscriptions .modal-actions {
  max-width: 576px;
  margin: 25px auto 0 !important;
}

/* line 477, app/assets/stylesheets/components/_modals.scss */
.modal--user-subscriptions .modal-actions .btn, .modal--user-subscriptions .modal-actions .mde-header .mde-tabs button, .mde-header .mde-tabs .modal--user-subscriptions .modal-actions button,
.modal--user-subscriptions .modal-actions .mde-header .mde-header-group button,
.mde-header .mde-header-group .modal--user-subscriptions .modal-actions button {
  width: calc(50% - 5px);
}

/* line 481, app/assets/stylesheets/components/_modals.scss */
.modal--user-subscriptions .modal-actions a {
  text-decoration: none;
}

/* line 487, app/assets/stylesheets/components/_modals.scss */
.modal-description {
  max-height: 190px;
  overflow: auto;
  color: #485c66;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.modal-description::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.modal-description::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.modal-description::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.modal-description::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 1, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 400px;
  background: #33383e;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: 200;
  pointer-events: none;
  opacity: 0.0;
  transition: opacity 0.5s ease;
}

/* line 12, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box a {
  color: #19bcc9;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.popover-box a:hover {
  color: white;
}

/* line 17, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box p {
  margin-bottom: 10px;
}

/* line 21, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box.is-active {
  pointer-events: all;
  opacity: 1.0;
}

/* line 28, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box .tabs-container {
  padding-top: 0;
}

/* line 33, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box__inner {
  padding: 15px;
}

/* line 36, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box__inner .popover-box__important-text {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 800;
}

/* line 43, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 0 20px 0;
  padding-left: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAMAAAA11AaTAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAOVBMVEV6yrlWvqVhwqttxbFVvqVcwKltxbFav6dpxa9Xv6Zlw612ybdlw61Xv6ZvxrN0yLZzyLV6yrn%2F%2F%2F%2FPUIm5AAAAEXRSTlMAI7TzBI%2F0aOdD1P7TRfj9%2FIwLXUMAAAABYktHRBJ7vGwAAAAAB3RJTUUH4wIaCjcmVv2HCAAAAExJREFUGNOljzcSwCAQxAQm2cT7%2F2cpGGZ8uLQ6NRsAwNjLGjbOBxEJ3i2NSRYpAveTZZNLpcmbRlfeGcrHbz%2Fzz%2F5a9L5z%2F%2Fef%2Bj8BnHoMdNn0llwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMjZUMTA6NTU6MzgrMDA6MDCQGi0pAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTI2VDEwOjU1OjM4KzAwOjAw4UeVlQAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII%3D) no-repeat 0 3px;
  font-size: 1.5rem;
  line-height: 24px;
  color: white;
  font-weight: 300;
}

/* line 55, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box__tabs {
  display: block;
  width: 100%;
  border: 1px solid #565d68;
  border-left: 0;
  border-right: 0;
}

/* line 62, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box__tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.popover-box__tabs ul:before, .popover-box__tabs ul:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.popover-box__tabs ul:after {
  clear: both;
}

/* line 66, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box__tabs ul > li {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  transition: 0.15s ease-in-out all;
}

/* line 73, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box__tabs ul > li a {
  display: block;
  padding: 10px 15px;
  color: #19bcc9;
}

/* line 79, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box__tabs ul > li.is-active, .popover-box__tabs ul > li:hover {
  background: #565d68;
}

/* line 85, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box__tabs ul > li.is-active a {
  color: white;
  cursor: default;
}

/* line 94, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box__actions {
  margin-top: 15px;
  line-height: 33px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.popover-box__actions:before, .popover-box__actions:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.popover-box__actions:after {
  clear: both;
}

/* line 100, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box__actions a.button {
  color: white;
}

/* line 105, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box--wide {
  width: 700px;
}

/* line 110, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box--shopping-cart .popover-box__cart-price-info {
  margin-top: 10px;
  line-height: 25px;
}

/* line 115, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box--shopping-cart .credits-used-tooltip,
.popover-box--shopping-cart .low-cart-price-tooltip {
  position: absolute;
  right: -28px;
}

/* line 121, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box--shopping-cart .popover-box__bonus-credits-info {
  margin: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #565d68;
}

/* line 129, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box--shopping-cart .cart-price-info__total-price,
.popover-box--shopping-cart .cart-price-info__credits-used,
.popover-box--shopping-cart .cart-price-info__final-price {
  position: relative;
  margin-right: 30px;
}

/* line 136, app/assets/stylesheets/components/_popover-boxes.scss */
.popover-box--shopping-cart .cart-price-info__credits_used {
  margin-right: 1px;
}

/* line 3, app/assets/stylesheets/components/_product-lists.scss */
.product-list {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 9, app/assets/stylesheets/components/_product-lists.scss */
.product-list.is-contained {
  max-height: 245px;
  overflow: auto;
}

/* line 13, app/assets/stylesheets/components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar {
  width: 10px;
}

/* line 17, app/assets/stylesheets/components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f4f6f7;
}

/* line 22, app/assets/stylesheets/components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #19bcc9;
}

/* line 26, app/assets/stylesheets/components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar-thumb:hover {
  background: #159ca9;
}

/* line 33, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #d6dee2;
  position: relative;
  overflow: hidden;
}

/* line 46, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-shop-credit-badge {
  font-size: 0.625rem;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  z-index: 98;
  top: -11px;
  right: 44%;
  width: 50px;
  padding: 10px 0 0;
  background: #ce3c5c;
  color: #fff;
  text-align: center;
  opacity: 0.7;
}

/* line 62, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-check {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  line-height: 35px;
}

/* line 69, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-preview {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 35px;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
}

/* line 78, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-preview.is-with-credit-badge {
  position: relative;
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-preview a {
  display: block;
  position: relative;
}

/* line 87, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-preview a:after {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  transition: 0.15s ease-in-out all;
}

/* line 104, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-preview:hover a:after {
  opacity: 0.4;
}

/* line 111, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-info {
  display: inline-block;
  vertical-align: top;
}

/* line 116, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-price {
  font-size: 1rem;
  line-height: 38px;
  font-weight: bold;
  color: #131518;
  position: absolute;
  top: 5px;
  right: 30px;
}

/* line 126, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-remove {
  display: block;
  width: 16px;
  height: 16px;
  color: #ce3c5c;
  position: absolute;
  top: 15px;
  right: 5px;
  cursor: pointer;
  transition: 0.15s ease-in-out color;
}

/* line 137, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-remove:hover {
  color: #131518;
}

/* line 141, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-remove .svg-inline--fa {
  margin-right: 0;
}

/* line 146, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-title {
  margin: 0;
  font-size: 1rem;
  line-height: 20px;
}

/* line 151, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-title a {
  color: #19bcc9;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.product-list__item-title a:hover {
  color: #ce3c5c;
}

/* line 156, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-summary {
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 161, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-guarantee {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 24px;
  color: #485c66;
  position: absolute;
  top: 33px;
  right: 0;
  cursor: pointer;
}

/* line 171, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-guarantee:hover {
  color: #ce3c5c;
}

/* line 178, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast.is-contained::-webkit-scrollbar-track {
  background: #4b505a;
}

/* line 183, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 188, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-title a {
  color: white;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.product-list--on-contrast .product-list__item-title a:hover {
  color: #19bcc9;
}

/* line 193, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-summary {
  color: rgba(255, 255, 255, 0.3);
}

/* line 199, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-preview a:after {
  background: #19bcc9;
}

/* line 205, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-price {
  color: white;
}

/* line 209, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-remove {
  color: rgba(255, 255, 255, 0.2);
}

/* line 212, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-remove:hover {
  color: #ce3c5c;
}

/* line 219, app/assets/stylesheets/components/_product-lists.scss */
.product-list--spaced .product-list__item {
  padding: 10px 0;
}

/* line 223, app/assets/stylesheets/components/_product-lists.scss */
.product-list--spaced .product-list__item-remove {
  top: 18px;
  right: 8px;
}

/* line 228, app/assets/stylesheets/components/_product-lists.scss */
.product-list--spaced .product-list__item-price {
  top: 10px;
}

/* line 233, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 238, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item {
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 6px;
  background: rgba(30, 39, 50, 0.04);
  padding: 0;
}

/* line 247, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-preview {
  border: 0;
  position: relative;
  border-radius: 0;
  margin-right: 0;
  width: 56px;
  min-width: 56px;
  height: 46px;
  border: 1px solid rgba(30, 39, 50, 0.12);
  border-radius: 6px 0 0 6px;
}

/* line 258, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-preview a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 264, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 968px) {
  /* line 247, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-preview {
    width: 64px;
    min-width: 64px;
    height: 50px;
  }
}

@media (min-width: 1256px) {
  /* line 247, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-preview {
    width: 80px;
    min-width: 80px;
    height: 62px;
  }
}

/* line 286, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-badge {
  z-index: 1;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #19bcc9;
  border-radius: 4px;
  padding: 0 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

/* line 298, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-badge--discount {
  padding: 2px 4px;
  background-color: #eb3d3d;
  color: white;
}

/* line 304, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-badge .fillable {
  fill: rgba(255, 255, 255, 0.8) !important;
}

/* line 309, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-content-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid rgba(30, 39, 50, 0.12);
  border-radius: 0 6px 6px 0;
  border-left-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 8px;
  padding-left: 8px;
}

@media (min-width: 968px) {
  /* line 309, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-content-wrapper {
    gap: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 1256px) {
  /* line 309, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-content-wrapper {
    gap: 16px;
    padding-left: 16px;
  }
}

/* line 333, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 4px 0;
  gap: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

@media (min-width: 968px) {
  /* line 333, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-content {
    padding: 6px 0;
  }
}

@media (min-width: 1256px) {
  /* line 333, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-content {
    padding: 12px 0;
  }
}

/* line 353, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-info {
  max-width: 100% !important;
}

/* line 357, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #1e2732;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

/* line 367, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-title a {
  color: #3f444c;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.product-list--new .product-list__item-title a:hover {
  color: #19bcc9;
}

/* line 373, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-price-info {
  display: flex;
  gap: 4px;
}

/* line 378, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-original-price {
  font-weight: 600;
  line-height: 16px;
  text-decoration-line: line-through;
  color: rgba(30, 39, 50, 0.4);
  font-size: 12px;
}

@media (min-width: 968px) {
  /* line 378, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-original-price {
    font-size: 16px;
  }
}

/* line 390, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-price {
  position: relative;
  font-weight: 600;
  line-height: 16px;
  color: #1e2732;
  top: unset;
  right: unset;
  font-size: 12px;
}

@media (min-width: 968px) {
  /* line 390, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-price {
    font-size: 16px;
  }
}

/* line 404, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-remove {
  position: relative;
  top: unset;
  right: unset;
  width: 32px;
  min-width: 32px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 968px) {
  /* line 404, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-remove {
    width: 36px;
    min-width: 36px;
  }
}

@media (min-width: 1256px) {
  /* line 404, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-remove {
    width: 40px;
    min-width: 40px;
  }
}

/* line 425, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-remove-button {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

/* line 430, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-remove-button:hover {
  background-color: rgba(30, 39, 50, 0.04);
}

/* line 435, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-summary {
  font-size: 0.75rem;
  color: #485c66;
}

/* line 1, app/assets/stylesheets/components/_product-preview.scss */
.product-preview {
  position: relative;
  height: 520px;
  overflow: hidden;
  text-align: center;
  -webkit-backface-visibility: hidden;
}

/* line 9, app/assets/stylesheets/components/_product-preview.scss */
.product-preview.is-with-border {
  display: block;
  margin: 5px 0 10px;
  padding: 10px;
}

/* line 15, app/assets/stylesheets/components/_product-preview.scss */
.product-preview .overlay-button--zoom {
  position: absolute;
  z-index: 101;
  top: 10px;
  right: 10px;
}

/* line 22, app/assets/stylesheets/components/_product-preview.scss */
.product-preview .product-preview__navigation-left,
.product-preview .product-preview__navigation-right {
  position: absolute;
  z-index: 99;
  top: 28%;
  opacity: 0.7;
}

/* line 29, app/assets/stylesheets/components/_product-preview.scss */
.product-preview .product-preview__navigation-left .svg-inline--fa,
.product-preview .product-preview__navigation-right .svg-inline--fa {
  -webkit-text-stroke: 1px white;
}

/* line 33, app/assets/stylesheets/components/_product-preview.scss */
.product-preview .product-preview__navigation-left:hover,
.product-preview .product-preview__navigation-right:hover {
  opacity: 1;
}

/* line 38, app/assets/stylesheets/components/_product-preview.scss */
.product-preview .product-preview__navigation-left {
  left: 10px;
}

/* line 41, app/assets/stylesheets/components/_product-preview.scss */
.product-preview .product-preview__navigation-left .overlay-button {
  padding-right: 70px;
}

/* line 46, app/assets/stylesheets/components/_product-preview.scss */
.product-preview .product-preview__navigation-right {
  right: 10px;
}

/* line 49, app/assets/stylesheets/components/_product-preview.scss */
.product-preview .product-preview__navigation-right .overlay-button {
  padding-left: 70px;
}

/* line 55, app/assets/stylesheets/components/_product-preview.scss */
.product-preview__image {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  line-height: 500px;
  overflow: hidden;
  background: white;
}

/* line 64, app/assets/stylesheets/components/_product-preview.scss */
.product-preview__image ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 500px;
}

/* line 68, app/assets/stylesheets/components/_product-preview.scss */
.product-preview__image ul li {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 77, app/assets/stylesheets/components/_product-preview.scss */
.product-preview__image ul li img {
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/components/_product-preview.scss */
.product-preview__image ul li iframe {
  display: none;
  height: 100%;
}

/* line 88, app/assets/stylesheets/components/_product-preview.scss */
.product-preview__image ul li.is-active {
  z-index: 98;
  opacity: 1;
}

/* line 92, app/assets/stylesheets/components/_product-preview.scss */
.product-preview__image ul li.is-active iframe {
  display: block;
  margin: auto;
}

/* line 104, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview {
  position: relative;
  height: 431px;
  overflow: hidden;
  line-height: 431px;
  text-align: center;
  user-select: none;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 576px) {
  /* line 104, app/assets/stylesheets/components/_product-preview.scss */
  .site-page--product .product-page .product-preview {
    height: 405px;
    line-height: 405px;
  }
}

@media (min-width: 968px) {
  /* line 104, app/assets/stylesheets/components/_product-preview.scss */
  .site-page--product .product-page .product-preview {
    height: 472px;
    line-height: 472px;
  }
  /* line 123, app/assets/stylesheets/components/_product-preview.scss */
  .site-page--product .product-page .product-preview .zoom-button {
    display: block;
  }
  /* line 127, app/assets/stylesheets/components/_product-preview.scss */
  .site-page--product .product-page .product-preview .count-box {
    font-size: 1.125rem;
    height: 48px;
    padding: 0 16px;
    line-height: 48px;
  }
}

@media (min-width: 1256px) {
  /* line 104, app/assets/stylesheets/components/_product-preview.scss */
  .site-page--product .product-page .product-preview {
    height: 562px;
    line-height: 562px;
  }
}

@media (min-width: 1576px) {
  /* line 104, app/assets/stylesheets/components/_product-preview.scss */
  .site-page--product .product-page .product-preview {
    height: 816px;
    line-height: 816px;
  }
}

/* line 146, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__image {
  height: inherit;
  background-color: #fff;
  line-height: inherit;
}

/* line 151, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__image ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 155, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__image li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 159, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__image li > img {
  width: initial;
  max-width: 100%;
  max-height: 100%;
  margin-top: -4px;
  object-fit: contain;
  cursor: default;
}

/* line 168, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__image li iframe {
  display: none;
}

/* line 172, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__image li.is-active {
  opacity: 1;
  z-index: 98;
}

/* line 176, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__image li.is-active iframe {
  display: block;
  margin: auto;
}

/* line 184, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__navigation-left,
.site-page--product .product-page .product-preview__navigation-right {
  font-size: 2.25rem;
  position: absolute;
  top: 50%;
  opacity: 0.5;
  z-index: 99;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  color: #fff;
  line-height: 100px;
  cursor: pointer;
}

/* line 198, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__navigation-left .svg-inline--fa,
.site-page--product .product-page .product-preview__navigation-right .svg-inline--fa {
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5));
}

/* line 202, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__navigation-left:hover,
.site-page--product .product-page .product-preview__navigation-right:hover {
  opacity: 1;
}

@media (min-width: 968px) {
  /* line 184, app/assets/stylesheets/components/_product-preview.scss */
  .site-page--product .product-page .product-preview__navigation-left,
.site-page--product .product-page .product-preview__navigation-right {
    font-size: 5.25rem;
  }
}

/* line 211, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__navigation-left {
  left: 0;
  padding-left: 16px;
  text-align: left;
}

@media (min-width: 968px) {
  /* line 211, app/assets/stylesheets/components/_product-preview.scss */
  .site-page--product .product-page .product-preview__navigation-left {
    padding-right: 24px;
  }
}

/* line 221, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-preview__navigation-right {
  right: 0;
  padding-right: 16px;
  text-align: right;
}

@media (min-width: 968px) {
  /* line 221, app/assets/stylesheets/components/_product-preview.scss */
  .site-page--product .product-page .product-preview__navigation-right {
    padding-right: 24px;
  }
}

/* line 231, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-thumbs {
  display: none;
  height: 75px;
  margin: 16px 32px;
}

/* line 236, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-thumbs ul > li {
  width: 100px;
  height: 75px;
  margin: 0 8px;
  border: 0;
  padding: 0;
}

/* line 243, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-thumbs ul > li a {
  width: 100px;
  height: 75px;
  overflow: hidden;
  border-radius: 3px;
  background: transparent;
}

/* line 251, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-thumbs ul > li img {
  position: relative;
  height: 75px;
}

/* line 256, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-thumbs ul > li.is-active {
  border-color: none;
}

/* line 259, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-thumbs ul > li.is-active img {
  z-index: -1;
}

/* line 263, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-thumbs ul > li.is-active a {
  box-shadow: inset 0 0 0 2px #159ca9;
}

@media (min-width: 968px) {
  /* line 231, app/assets/stylesheets/components/_product-preview.scss */
  .site-page--product .product-page .product-thumbs {
    display: block;
  }
}

/* line 274, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-thumb-navigation {
  display: none;
  position: relative;
  color: #485c66;
}

/* line 279, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-thumb-navigation .product-thumb-navigation__item {
  font-size: 3rem;
  top: -88px;
  margin: 0;
  background: transparent;
  user-select: none;
}

/* line 287, app/assets/stylesheets/components/_product-preview.scss */
.site-page--product .product-page .product-thumb-navigation .svg-inline--fa {
  font-size: 2.5rem;
  width: 15px;
  height: 40px;
}

@media (min-width: 968px) {
  /* line 274, app/assets/stylesheets/components/_product-preview.scss */
  .site-page--product .product-page .product-thumb-navigation {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs {
  position: relative;
  height: 61px;
  overflow: hidden;
  margin: 0 28px;
  font-size: 0;
}

/* line 8, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs .tooltip--react-preview {
  min-width: 100%;
}

/* line 12, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs .tooltip--react-preview .content-box__content img {
  max-width: 100%;
}

/* line 18, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs ul {
  margin: 0;
  padding: 0;
}

/* line 22, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs ul > li {
  display: inline-block;
  width: 79px;
  height: 59px;
  margin-right: 2px;
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 1px;
  opacity: 1;
  transition: 0.15s ease-in-out all;
  list-style: none;
}

/* line 34, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs ul > li a {
  display: block;
  width: 73px;
  height: 53px;
  background: #d6dee2;
  overflow: hidden;
}

/* line 42, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs ul > li img {
  width: 100%;
  height: 53px;
}

/* line 47, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs ul > li:hover {
  border-color: #19bcc9;
  opacity: 0.7;
}

/* line 52, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs ul > li.is-active {
  border-color: #ce3c5c;
  opacity: 0.7;
}

/* line 56, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs ul > li.is-active a {
  cursor: default;
}

/* line 61, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs ul > li.is-disabled {
  opacity: 1;
}

/* line 65, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs ul > li:last-child, .product-thumbs ul > li.is-last {
  margin-right: 0;
}

/* line 72, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs .product-thumb-container {
  display: block;
  width: 75px;
  height: 55px;
}

/* line 78, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs.is-disabled {
  display: none;
}

/* line 83, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs-action {
  font-size: 0.875rem;
  position: absolute;
  margin-top: 0;
  background: #19bcc9;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  transition: 0.15s ease-in-out background;
}

/* line 94, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs-action .add-photo-form {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 99, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs-action .add-photo-form .button {
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 20px;
}

/* line 107, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs-action span {
  display: block;
}

/* line 111, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumbs-action:hover {
  background: #ce3c5c;
  color: #fff;
}

/* line 117, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}

/* line 121, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation.is-disabled {
  display: none;
}

/* line 126, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation__item {
  position: absolute;
  margin-top: -63px;
  border-radius: 5px;
  padding: 16px 4px;
  background: rgba(25, 188, 201, 0.7);
  cursor: pointer;
  transition: 0.15s ease-in-out color;
}

/* line 135, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation__item.community-ratings-item-navigation {
  margin-top: -88px;
}

/* line 139, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation__item.navigation-without-scrollbar {
  margin-top: -58px;
}

/* line 143, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation__item.is-prev {
  left: 0;
}

/* line 146, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation__item.is-prev .svg-inline--fa {
  width: 16px;
  height: 16px;
  margin-right: 0;
  text-align: center;
}

/* line 154, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation__item.is-next {
  right: 0;
}

/* line 157, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation__item.is-next .svg-inline--fa {
  width: 16px;
  height: 16px;
  margin-right: 0;
  text-align: center;
}

/* line 165, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation__item:hover {
  background: #19bcc9;
}

/* line 169, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation__item.is-disabled {
  opacity: 0.2;
  cursor: default;
}

/* line 173, app/assets/stylesheets/components/_product-thumbs.scss */
.product-thumb-navigation__item.is-disabled:hover {
  color: inherit;
}

/* line 1, app/assets/stylesheets/components/_indicators.scss */
.indicator {
  display: inline-block;
  vertical-align: middle;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ce3c5c;
  padding: 0 2px;
  color: white;
  font-size: 0.875rem;
  line-height: 19px;
  text-align: center;
}

/* line 14, app/assets/stylesheets/components/_indicators.scss */
.indicator.is-cornered, .indicator.is-outbound, .indicator.is-sticky, .indicator.is-outside {
  position: absolute;
}

/* line 21, app/assets/stylesheets/components/_indicators.scss */
.indicator.is-sticky {
  top: -5px;
  right: 0;
}

/* line 26, app/assets/stylesheets/components/_indicators.scss */
.indicator.is-cornered {
  top: 10px;
  right: 10px;
}

/* line 31, app/assets/stylesheets/components/_indicators.scss */
.indicator.is-outbound {
  top: -10px;
  right: -10px;
}

/* line 36, app/assets/stylesheets/components/_indicators.scss */
.indicator.is-outside {
  top: -5px;
  right: -5px;
}

/* line 41, app/assets/stylesheets/components/_indicators.scss */
.indicator.is-disabled {
  background: #485c66;
  opacity: 0.6;
}

/* line 47, app/assets/stylesheets/components/_indicators.scss */
.indicator--square {
  font-size: 0.75rem;
  min-width: 16px;
  max-height: 16px;
  border-radius: 4px;
  line-height: 16px;
  font-weight: 400;
}

/* line 57, app/assets/stylesheets/components/_indicators.scss */
.has-indicator {
  position: relative;
}

/* line 61, app/assets/stylesheets/components/_indicators.scss */
.rating-indicator {
  font-size: 1rem;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 30px;
  cursor: pointer;
}

/* line 71, app/assets/stylesheets/components/_indicators.scss */
.rating-indicator--red {
  background-color: #e3454b;
}

/* line 75, app/assets/stylesheets/components/_indicators.scss */
.rating-indicator--orange {
  background-color: #f97a00;
}

/* line 79, app/assets/stylesheets/components/_indicators.scss */
.rating-indicator--green {
  background-color: #2baf9f;
}

/* line 84, app/assets/stylesheets/components/_indicators.scss */
.rating-indicator--dynamic:not(:hover) {
  border-color: #d7dfe3;
  background-color: #fff;
  color: #485c66;
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/components/_content-cards.scss */
.content-card {
  width: 24.3432574431%;
  float: left;
  height: 320px;
  margin-bottom: 20px;
  border-radius: 3px;
  background: white;
  overflow: hidden;
  position: relative;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.content-card:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.content-card:nth-child(4n + 2) {
  margin-left: 25.2189141856%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.content-card:nth-child(4n + 3) {
  margin-left: 50.4378283713%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.content-card:nth-child(4n + 4) {
  margin-left: 75.6567425569%;
  margin-right: -100%;
  clear: none;
}

/* line 11, app/assets/stylesheets/components/_content-cards.scss */
.content-card:hover .content-card__image {
  height: 320px;
}

/* line 15, app/assets/stylesheets/components/_content-cards.scss */
.content-card:hover .content-card__image a:before, .content-card:hover .content-card__image a.details-box__separator::after {
  opacity: 0.3;
}

/* line 19, app/assets/stylesheets/components/_content-cards.scss */
.content-card:hover .content-card__image a:after {
  opacity: 1;
}

/* line 27, app/assets/stylesheets/components/_content-cards.scss */
.content-card__image {
  display: block;
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s ease-in-out all;
}

/* line 37, app/assets/stylesheets/components/_content-cards.scss */
.content-card__image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

/* line 44, app/assets/stylesheets/components/_content-cards.scss */
.content-card__image a:before, .content-card__image a.details-box__separator::after {
  display: block;
  width: 100%;
  height: 100%;
  background: #131518;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 5;
  opacity: 0;
  transition: 0.15s ease-in-out opacity;
}

/* line 58, app/assets/stylesheets/components/_content-cards.scss */
.content-card__image a:after {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 0.875rem;
  line-height: 56px;
  font-family: Georgia, serif;
  font-style: italic;
  color: white;
  position: absolute;
  top: 40%;
  left: 40%;
  content: "View";
  z-index: 10;
  opacity: 0;
  transition: 0.4s ease-in-out all;
}

/* line 82, app/assets/stylesheets/components/_content-cards.scss */
.content-card__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
  margin: 0;
  height: 45px;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  position: absolute;
  top: 225px;
  left: 0;
}

/* line 99, app/assets/stylesheets/components/_content-cards.scss */
.content-card__info {
  display: block;
  width: 100%;
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.content-card__info:before, .content-card__info:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.content-card__info:after {
  clear: both;
}

/* line 109, app/assets/stylesheets/components/_content-cards.scss */
.content-card__type {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  color: #ce3c5c;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/* line 119, app/assets/stylesheets/components/_content-cards.scss */
.content-card__type.is-type-1 {
  color: #ce3c5c;
}

/* line 123, app/assets/stylesheets/components/_content-cards.scss */
.content-card__type.is-type-2 {
  color: #19bcc9;
}

/* line 128, app/assets/stylesheets/components/_content-cards.scss */
.content-card__date {
  float: right;
  color: #76919e;
  font-size: 0.875rem;
  line-height: 24px;
  text-align: right;
  font-family: Georgia, serif;
  font-style: italic;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.content-cards:before, .content-cards:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.content-cards:after {
  clear: both;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.section-cluster:before, .section-cluster:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.section-cluster:after {
  clear: both;
}

/* line 5, app/assets/stylesheets/components/_section-clusters.scss */
.section-cluster__item {
  width: 32.7102803738%;
  float: left;
  padding-right: 30px;
  margin-bottom: 60px;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.section-cluster__item:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.section-cluster__item:nth-child(3n + 2) {
  margin-left: 33.6448598131%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.section-cluster__item:nth-child(3n + 3) {
  margin-left: 67.2897196262%;
  margin-right: -100%;
  clear: none;
}

/* line 10, app/assets/stylesheets/components/_section-clusters.scss */
.section-cluster__item a {
  color: #19bcc9;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.section-cluster__item a:hover {
  color: #131518;
}

/* line 15, app/assets/stylesheets/components/_section-clusters.scss */
.section-cluster__item p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 22, app/assets/stylesheets/components/_section-clusters.scss */
.section-cluster__item-heading {
  display: block;
  margin: 0 0 5px 0;
  padding-left: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAMAAAA11AaTAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAOVBMVEV6yrlWvqVhwqttxbFVvqVcwKltxbFav6dpxa9Xv6Zlw612ybdlw61Xv6ZvxrN0yLZzyLV6yrn%2F%2F%2F%2FPUIm5AAAAEXRSTlMAI7TzBI%2F0aOdD1P7TRfj9%2FIwLXUMAAAABYktHRBJ7vGwAAAAAB3RJTUUH4wIaCjcmVv2HCAAAAExJREFUGNOljzcSwCAQxAQm2cT7%2F2cpGGZ8uLQ6NRsAwNjLGjbOBxEJ3i2NSRYpAveTZZNLpcmbRlfeGcrHbz%2Fzz%2F5a9L5z%2F%2Fef%2Bj8BnHoMdNn0llwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMjZUMTA6NTU6MzgrMDA6MDCQGi0pAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTI2VDEwOjU1OjM4KzAwOjAw4UeVlQAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII%3D) no-repeat 0 3px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #131518;
  font-weight: 300;
}

/* line 33, app/assets/stylesheets/components/_section-clusters.scss */
.section-cluster--light {
  color: white;
}

/* line 37, app/assets/stylesheets/components/_section-clusters.scss */
.section-cluster--light .section-cluster__item a {
  color: #19bcc9;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.section-cluster--light .section-cluster__item a:hover {
  color: white;
}

/* line 1, app/assets/stylesheets/vendor/_simply-scroll.scss */
.simply-scroll-container {
  position: relative;
}

/* line 5, app/assets/stylesheets/vendor/_simply-scroll.scss */
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/vendor/_simply-scroll.scss */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 17, app/assets/stylesheets/vendor/_simply-scroll.scss */
.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 23, app/assets/stylesheets/vendor/_simply-scroll.scss */
.simply-scroll-list li img {
  border: none;
  display: block;
}

/* line 3, app/assets/stylesheets/components/_scrollers.scss */
.simply-scroll {
  width: 100%;
  height: 130px;
}

/* line 7, app/assets/stylesheets/components/_scrollers.scss */
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 130px;
}

/* line 13, app/assets/stylesheets/components/_scrollers.scss */
.simply-scroll .simply-scroll-list li {
  float: left;
  width: 180px;
  height: 130px;
}

/* line 1, app/assets/stylesheets/components/_notification-bars.scss */
.notification-bar {
  display: none;
  width: 100%;
  padding: 10px;
  background: #23272c;
  color: white;
  text-align: center;
  opacity: 0.95;
  position: fixed;
  bottom: -45px;
  z-index: 900;
}

/* line 13, app/assets/stylesheets/components/_notification-bars.scss */
.notification-bar:hover {
  opacity: 1;
}

/* line 17, app/assets/stylesheets/components/_notification-bars.scss */
.notification-bar.is-active {
  display: block;
}

/* line 21, app/assets/stylesheets/components/_notification-bars.scss */
.notification-bar.is-bottom {
  top: auto;
  bottom: 0;
}

/* line 27, app/assets/stylesheets/components/_notification-bars.scss */
.notification-bar--success {
  border-color: #19bcc9;
  background: #19bcc9;
}

/* line 32, app/assets/stylesheets/components/_notification-bars.scss */
.notification-bar--error {
  border-color: #ce3c5c;
  background: #ce3c5c;
}

/* line 36, app/assets/stylesheets/components/_notification-bars.scss */
.notification-bar--error a {
  color: #3f444c;
}

/* line 40, app/assets/stylesheets/components/_notification-bars.scss */
.notification-bar--error a:hover {
  color: #131518;
}

/* line 46, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-base {
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
}

/* line 52, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-base .notification-icon {
  position: absolute;
  top: 28%;
  left: 13px;
}

/* line 57, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-base .notification-icon:before, .notifyjs-custom-base .notification-icon.details-box__separator::after {
  font-size: 1.25rem;
  font-family: 'Font Awesome 5 Pro';
}

/* line 63, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-base .notification-content {
  font-size: 0.9375rem;
  display: inline-block;
  margin-right: 25px;
  padding: 10px 0 10px 40px;
  vertical-align: middle;
  text-align: left;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.notifyjs-custom-base .notification-content:before, .notifyjs-custom-base .notification-content:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.notifyjs-custom-base .notification-content:after {
  clear: both;
}

/* line 73, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-base .notification-close-icon {
  position: absolute;
  top: 3px;
  right: 0;
  display: inline-block;
}

/* line 79, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-base .notification-close-icon:before, .notifyjs-custom-base .notification-close-icon.details-box__separator::after {
  font-size: 0.9375rem;
  font-family: 'Font Awesome 5 Pro';
  content: '\f00d';
}

/* line 87, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-error {
  background-color: #c03050;
}

/* line 91, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-error .notification-icon:before, .notifyjs-custom-error .notification-icon.details-box__separator::after {
  content: '\f057';
}

/* line 97, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-error .notification-close-icon:before, .notifyjs-custom-error .notification-close-icon.details-box__separator::after {
  -webkit-text-stroke: 2px #c03050;
}

/* line 103, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-success {
  background-color: #13929c;
}

/* line 107, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-success .notification-icon:before, .notifyjs-custom-success .notification-icon.details-box__separator::after {
  content: '\f058';
}

/* line 113, app/assets/stylesheets/components/_notification-bars.scss */
.notifyjs-custom-success .notification-close-icon:before, .notifyjs-custom-success .notification-close-icon.details-box__separator::after {
  -webkit-text-stroke: 2px #13929c;
}

/* line 119, app/assets/stylesheets/components/_notification-bars.scss */
.notification-content--fitted {
  padding: 0.5rem !important;
}

/* line 1, app/assets/stylesheets/components/_like-buttons.scss */
.like-button {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  padding: 0;
  border-radius: 3px;
  border: 0;
  background: #3f444c;
  color: white;
  font-size: 0.75rem;
  line-height: 24px;
  transition: 0.15s ease-in-out all;
  position: relative;
  left: -1px;
  cursor: pointer;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.like-button:before, .like-button:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.like-button:after {
  clear: both;
}

/* line 18, app/assets/stylesheets/components/_like-buttons.scss */
.like-button:hover, .like-button.is-active {
  background: #23272c;
}

/* line 22, app/assets/stylesheets/components/_like-buttons.scss */
.like-button:hover .like-button__counter, .like-button.is-active .like-button__counter {
  background: #ce3c5c;
}

/* line 25, app/assets/stylesheets/components/_like-buttons.scss */
.like-button:hover .like-button__counter:after, .like-button.is-active .like-button__counter:after {
  border-right-color: #ce3c5c;
}

/* line 31, app/assets/stylesheets/components/_like-buttons.scss */
.like-button.is-active, .like-button.is-disabled {
  cursor: default;
}

/* line 36, app/assets/stylesheets/components/_like-buttons.scss */
.like-button.is-disabled {
  opacity: 1;
}

/* line 39, app/assets/stylesheets/components/_like-buttons.scss */
.like-button.is-disabled .like-button__counter {
  background: #ce3c5c;
}

/* line 42, app/assets/stylesheets/components/_like-buttons.scss */
.like-button.is-disabled .like-button__counter:after {
  border-right-color: #ce3c5c;
}

/* line 49, app/assets/stylesheets/components/_like-buttons.scss */
.like-button__text {
  display: block;
  height: 34px;
  padding: 0 10px;
  float: left;
}

/* line 56, app/assets/stylesheets/components/_like-buttons.scss */
.like-button__counter {
  display: block;
  height: 24px;
  padding: 0 14px;
  margin-left: 10px;
  border-radius: 0 3px 3px 0;
  float: right;
  background: #19bcc9;
  font-size: 0.75rem;
  position: relative;
  right: -1px;
  transition: 0.15s ease-in-out all;
}

/* line 69, app/assets/stylesheets/components/_like-buttons.scss */
.like-button__counter:after {
  display: block;
  width: 0;
  height: 0;
  border-top: 7.5px solid transparent;
  border-right: 7.5px solid #19bcc9;
  border-bottom: 7.5px solid transparent;
  position: absolute;
  top: 20%;
  left: -5px;
  content: "";
  transition: 0.15s ease-in-out all;
}

/* line 80, app/assets/stylesheets/components/_like-buttons.scss */
.like-button--green {
  height: 28px;
  line-height: 28px;
}

/* line 84, app/assets/stylesheets/components/_like-buttons.scss */
.like-button--green:hover, .like-button--green.is-active {
  background: #117c85;
}

/* line 89, app/assets/stylesheets/components/_like-buttons.scss */
.like-button--green.is-disabled {
  opacity: 0.4;
  pointer-events: auto;
}

/* line 93, app/assets/stylesheets/components/_like-buttons.scss */
.like-button--green.is-disabled:hover {
  opacity: 0.5;
}

/* line 3, app/assets/stylesheets/components/_links.scss */
.link--darker {
  color: #19bcc9;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--darker:hover {
  color: #0e676e;
}

/* line 7, app/assets/stylesheets/components/_links.scss */
.link--alt {
  color: #ce3c5c;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--alt:hover {
  color: #131518;
}

/* line 11, app/assets/stylesheets/components/_links.scss */
.link--primary-dark {
  color: #159ca9;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--primary-dark:hover {
  color: #131518;
}

/* line 15, app/assets/stylesheets/components/_links.scss */
.link--white {
  color: #fff;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--white:hover {
  color: #d5d5d5;
}

/* line 19, app/assets/stylesheets/components/_links.scss */
.link--black {
  color: #23272c;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.link--black:hover {
  color: #3f444c;
}

/* line 1, app/assets/stylesheets/components/_text-boxes.scss */
.text-box {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 60px;
  line-height: 26px;
}

/* line 8, app/assets/stylesheets/components/_text-boxes.scss */
.text-box h3 {
  display: block;
  margin: 0 0 20px 0;
  padding-left: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAARCAMAAAA11AaTAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAOVBMVEV6yrlWvqVhwqttxbFVvqVcwKltxbFav6dpxa9Xv6Zlw612ybdlw61Xv6ZvxrN0yLZzyLV6yrn%2F%2F%2F%2FPUIm5AAAAEXRSTlMAI7TzBI%2F0aOdD1P7TRfj9%2FIwLXUMAAAABYktHRBJ7vGwAAAAAB3RJTUUH4wIaCjcmVv2HCAAAAExJREFUGNOljzcSwCAQxAQm2cT7%2F2cpGGZ8uLQ6NRsAwNjLGjbOBxEJ3i2NSRYpAveTZZNLpcmbRlfeGcrHbz%2Fzz%2F5a9L5z%2F%2Fef%2Bj8BnHoMdNn0llwAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMjZUMTA6NTU6MzgrMDA6MDCQGi0pAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTI2VDEwOjU1OjM4KzAwOjAw4UeVlQAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII%3D) no-repeat 0 3px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #131518;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/components/_help-bubbles.scss */
.help-bubble {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  background: white;
  color: #5d7784;
  font-size: 0.875rem;
  line-height: 18px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* line 13, app/assets/stylesheets/components/_help-bubbles.scss */
.help-bubble:after {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}

/* line 21, app/assets/stylesheets/components/_help-bubbles.scss */
.help-bubble.is-left:after {
  top: 13px;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid white;
  border-bottom: 10px solid transparent;
}

/* line 30, app/assets/stylesheets/components/_help-bubbles.scss */
.help-bubble.is-right:after {
  top: 13px;
  right: -10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
}

/* line 39, app/assets/stylesheets/components/_help-bubbles.scss */
.help-bubble.is-last:after {
  top: 310px;
}

/* line 45, app/assets/stylesheets/components/_help-bubbles.scss */
.help-bubble__title {
  margin: 0 0 10px 0;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 400;
  color: #ce3c5c;
}

/* line 54, app/assets/stylesheets/components/_help-bubbles.scss */
.help-bubble__content p {
  margin-bottom: 10px;
}

/* line 57, app/assets/stylesheets/components/_help-bubbles.scss */
.help-bubble__content p:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/components/_error-clusters.scss */
.error-cluster {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/components/_error-clusters.scss */
.error-cluster__item {
  display: block;
  font-size: 1rem;
  line-height: 24px;
  color: #ce3c5c;
}

/* line 1, app/assets/stylesheets/components/_overlays.scss */
.overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(19, 21, 24, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}

/* line 11, app/assets/stylesheets/components/_overlays.scss */
.overlay .overlay__close {
  position: absolute;
  right: 0;
  z-index: 1;
  transition: color .15s ease-in-out;
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/components/_overlays.scss */
.overlay .overlay__close:hover {
  color: #ce3c5c;
}

/* line 24, app/assets/stylesheets/components/_overlays.scss */
.product-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 991;
  opacity: 0.98;
  background: #d6dee2;
}

/* line 35, app/assets/stylesheets/components/_overlays.scss */
.product-overlay.is-active {
  display: block;
}

/* line 40, app/assets/stylesheets/components/_overlays.scss */
.parental-lock--gallery-big {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #23272c;
  color: #fff;
  line-height: 1;
}

/* line 48, app/assets/stylesheets/components/_overlays.scss */
.parental-lock--gallery-big .parental-lock__body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 50px;
}

/* line 55, app/assets/stylesheets/components/_overlays.scss */
.parental-lock--gallery-big .parental-lock__content {
  display: inline-block;
}

/* line 59, app/assets/stylesheets/components/_overlays.scss */
.parental-lock--gallery-big .parental-lock__title {
  font-size: 2.5rem;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 66, app/assets/stylesheets/components/_overlays.scss */
.parental-lock--gallery-big p {
  font-size: 1.1875rem;
  color: #bcbcbc;
  margin-bottom: 60px;
}

/* line 72, app/assets/stylesheets/components/_overlays.scss */
.parental-lock--gallery-big .bottom-note {
  font-size: 0.8125rem;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #bcbcbc;
}

/* line 80, app/assets/stylesheets/components/_overlays.scss */
.parental-lock--gallery-big .btn-transparent {
  color: #159ca9;
}

/* line 87, app/assets/stylesheets/components/_overlays.scss */
.gallery__main .l-inner-compact {
  position: relative;
}

/* line 91, app/assets/stylesheets/components/_overlays.scss */
.gallery__main .parental-lock--gallery-big {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 97, app/assets/stylesheets/components/_overlays.scss */
.gallery__main .parental-lock--gallery-big .parental-lock__body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

/* line 104, app/assets/stylesheets/components/_overlays.scss */
.gallery__main .parental-lock--gallery-big .bottom-note {
  bottom: -100px;
}

/* line 110, app/assets/stylesheets/components/_overlays.scss */
.parental-lock--gallery-small {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #23272c;
  color: #6d6d6d;
  line-height: 1;
}

/* line 118, app/assets/stylesheets/components/_overlays.scss */
.parental-lock--gallery-small .parental-lock__title {
  font-size: 0.8125rem;
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
}

/* line 130, app/assets/stylesheets/components/_overlays.scss */
.ReactModal__Body--open {
  overflow: hidden;
}

/* line 134, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(19, 21, 24, 0.6);
  z-index: 1000;
  overflow: auto;
}

/* line 144, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--background.overlay-modal--background-dark {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 148, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--background.overlay-modal--visible-menu {
  top: 60px;
  z-index: 451;
}

/* line 152, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--background.overlay-modal--visible-menu .overlay-modal--close {
  top: calc(60px + 4px);
}

/* line 158, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--container {
  outline: none;
  pointer-events: none;
  cursor: default;
  min-height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

/* line 169, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal-container--large-closable {
  width: 90%;
  margin: auto;
}

/* line 173, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal-container--large-closable .overlay-modal {
  width: 100%;
}

@media (max-width: 967.98px) {
  /* line 169, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal-container--large-closable {
    width: 100%;
  }
}

/* line 182, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal-container--smaller, .overlay-modal--batch-upload-bad-structure.overlay-modal, .overlay-modal-container--xs {
  width: 70%;
  max-width: 840px;
  margin: auto;
}

@media (max-width: 967.98px) {
  /* line 182, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal-container--smaller, .overlay-modal--batch-upload-bad-structure.overlay-modal, .overlay-modal-container--xs {
    width: 100%;
  }
}

/* line 198, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--container_after-open.is-full-size {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 205, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal {
  position: relative;
  width: 90%;
  min-width: 0;
  margin: 25px auto;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(19, 21, 24, 0.15);
  pointer-events: auto;
}

/* line 215, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal.overlay-modal--transparent {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

/* line 221, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal.overlay-modal--transparent .btn-transparent {
  color: #fff;
}

/* line 226, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal.overlay-modal--dark-bg {
  background-color: #000;
}

/* line 230, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal.overlay-modal--dark-bg .overlay-modal--close-inner .svg-inline--fa {
  color: #fff;
}

/* line 236, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal header {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 1rem;
  z-index: 5;
}

/* line 243, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal header:after {
  display: table;
  content: '';
  clear: right;
}

/* line 250, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal .overlay-modal--content {
  padding: 0 1rem;
}

/* line 254, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal .overlay-modal__footer {
  padding: 35px 0;
  text-align: center;
}

/* line 258, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal .overlay-modal__footer .btn, .overlay-modal .overlay-modal__footer .mde-header .mde-tabs button, .mde-header .mde-tabs .overlay-modal .overlay-modal__footer button,
.overlay-modal .overlay-modal__footer .mde-header .mde-header-group button,
.mde-header .mde-header-group .overlay-modal .overlay-modal__footer button {
  margin: 0 15px;
}

@media (min-width: 1256px) {
  /* line 205, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal {
    margin: 50px auto;
    max-width: 1392px;
    border-radius: 4px;
  }
}

/* line 270, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--close {
  position: fixed;
  top: 0.5rem;
  right: 0.25rem;
  pointer-events: auto;
  padding: 0.375rem 0.5rem;
}

/* line 278, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--close-inner {
  position: absolute;
  top: 0.5rem;
  right: 0.25rem;
  pointer-events: auto;
  padding: 0.375rem 0.5rem;
}

/* line 287, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--cancel-uploading p {
  font-size: 1.25rem;
  margin-top: 20px;
  letter-spacing: 0.3px;
}

/* line 295, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-upload-initiated .overlay-modal__header {
  font-size: 2.3125rem;
  margin-bottom: 35px;
  text-align: center;
  font-weight: 600;
  color: #19bcc9;
}

/* line 302, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-upload-initiated .overlay-modal__header .svg-inline--fa {
  font-size: 7.8125rem;
}

/* line 306, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-upload-initiated .overlay-modal__header .header-text {
  margin-top: 15px;
}

/* line 311, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-upload-initiated .content__big-text {
  font-size: 1.3125rem;
  color: #3f444c;
}

/* line 316, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-upload-initiated .content__attention-text {
  font-size: 0.9375rem;
  margin-bottom: 30px;
  letter-spacing: 0.3px;
  color: #e8627f;
}

/* line 322, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-upload-initiated .content__attention-text .attention-text__icon {
  display: inline-block;
  vertical-align: top;
}

/* line 327, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-upload-initiated .content__attention-text .attention-text__text {
  display: inline-block;
  width: calc(100% - 20px);
}

/* line 335, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review header {
  border-radius: 2px;
  padding: 30px 0 0;
}

/* line 339, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review header .header-text {
  padding: 0 30px;
}

/* line 343, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review header table {
  margin-bottom: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* line 349, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review .overlay-modal__content {
  margin-bottom: -10px;
  padding: 0;
}

@media (min-width: 968px) {
  /* line 349, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--folders-structure-review .overlay-modal__content {
    min-height: 55vh;
  }
}

/* line 360, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review tbody tr td {
  opacity: 0.3;
}

/* line 364, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review tbody tr.is-selected {
  background-color: inherit;
}

/* line 367, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review tbody tr.is-selected td {
  opacity: 1;
}

/* line 372, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review tbody tr.is-expanded, .overlay-modal--folders-structure-review tbody tr:hover {
  background-color: #f7f7f7;
}

/* line 377, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review tbody tr.is-disabled {
  opacity: 1;
}

/* line 383, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review .detailed-info__section-title {
  display: inline-block;
  margin-top: 5px;
  margin-left: 20px;
  vertical-align: top;
  letter-spacing: 0.3px;
  color: #3f444c;
  font-weight: 600;
}

/* line 393, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review .list--horizontal {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0;
  padding-left: 5px;
}

/* line 399, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review .list--horizontal li {
  margin: 5px 0;
  border-color: #e0e0e0;
}

/* line 405, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review .overlay-modal__footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.24);
  border-radius: 0 0 2px 2px;
  background-color: #fff;
  padding: 10px 30px;
  z-index: 5;
}

/* line 416, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review .footer__info {
  font-size: 0.875rem;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  letter-spacing: 0.2px;
  font-weight: 600;
}

/* line 424, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review .footer__info span {
  margin-right: 20px;
}

/* line 427, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review .footer__info span:last-child {
  margin-right: 0;
}

/* line 433, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review .footer__action {
  display: inline-block;
  width: 50%;
}

/* line 437, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--folders-structure-review .footer__action .btn, .overlay-modal--folders-structure-review .footer__action .mde-header .mde-tabs button, .mde-header .mde-tabs .overlay-modal--folders-structure-review .footer__action button,
.overlay-modal--folders-structure-review .footer__action .mde-header .mde-header-group button,
.mde-header .mde-header-group .overlay-modal--folders-structure-review .footer__action button {
  margin: 0;
}

/* line 444, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-upload-bad-structure.overlay-modal {
  margin: 25px auto;
}

/* line 449, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-upload-bad-structure .content__image-container {
  margin-bottom: 20px;
  text-align: center;
}

/* line 453, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-upload-bad-structure .content__image-container img {
  max-width: 400px;
}

/* line 459, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--report-conversation {
  color: #3f444c;
}

/* line 462, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--report-conversation .header {
  font-size: 1.4375rem;
  margin-bottom: 20px;
}

/* line 467, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--report-conversation label {
  vertical-align: middle;
}

/* line 470, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--report-conversation label strong {
  color: #ce3c5c;
}

/* line 476, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--report-conversation form .form-group {
  margin: 20px 0 30px;
}

/* line 481, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--report-conversation .Select-new {
  display: inline-block;
  width: 200px;
  margin-left: 20px;
  vertical-align: middle;
}

@media (min-width: 576px) {
  /* line 490, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--report-conversation .footer .btn, .overlay-modal--report-conversation .footer .mde-header .mde-tabs button, .mde-header .mde-tabs .overlay-modal--report-conversation .footer button,
.overlay-modal--report-conversation .footer .mde-header .mde-header-group button,
.mde-header .mde-header-group .overlay-modal--report-conversation .footer button {
    width: 200px;
  }
}

/* line 504, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--leave-company-review .modal-title,
.overlay-modal--order-print .modal-title,
.overlay-modal--contact .modal-title,
.overlay-modal--jobs .modal-title,
.overlay-modal--deadline .modal-title,
.overlay-modal--adult .modal-title,
.overlay-modal--cookies .modal-title {
  font-size: 1.3125rem;
  margin: 0 0 30px;
  color: #204659;
  font-weight: 600;
}

/* line 512, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 515, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .modal-title {
  margin-bottom: 16px;
}

/* line 519, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .modal-title--small {
  font-size: 1rem;
  position: relative;
  margin-bottom: 10px;
  color: #204659;
  font-weight: 600;
}

/* line 527, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .previous-offer {
  border: 1px solid #d7dfe3;
  border-radius: 3px;
  padding: 0 16px 14px;
}

/* line 532, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .previous-offer .modal-title--small {
  margin-bottom: 5px;
}

/* line 536, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .previous-offer .previous-offer__pricing {
  color: #485c66;
}

/* line 539, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .previous-offer .previous-offer__pricing strong {
  color: #204659;
  font-weight: 600;
}

/* line 544, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .previous-offer .previous-offer__pricing:nth-child(odd) {
  margin-left: 16px;
  border-left: 1px solid #d7dfe3;
  padding-left: 16px;
}

/* line 552, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .form-group-grey {
  margin-bottom: 0;
}

/* line 556, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .counter-offer-revenue {
  margin-left: 8px;
  border-left: 1px solid #d7dfe3;
  padding-left: 24px;
}

/* line 561, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .counter-offer-revenue .modal-description {
  margin-bottom: 0;
  line-height: 1.2;
}

/* line 566, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .counter-offer-revenue strong {
  color: #204659;
  font-weight: 600;
}

/* line 572, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--jobs .rating-indicator {
  margin: 0 2px 10px;
}

/* line 578, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--deadline p {
  margin-bottom: 12px;
}

/* line 582, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--deadline .modal-description {
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 24px;
  padding-left: 45px;
  color: #6d7d85;
  line-height: 20px;
}

/* line 590, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--deadline .modal-description span {
  font-size: 1rem;
  position: absolute;
  top: -1px;
  left: 0;
}

/* line 600, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--deadline .create-project__deadline.is-invalid .form-group-text {
  border-color: #dc3545;
}

/* line 605, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--deadline .create-project__deadline.is-invalid .day-picker__input input {
  border-color: #dc3545;
}

/* line 611, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--deadline .create-project__deadline .form-group-prepend {
  margin-bottom: 16px;
}

/* line 615, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--deadline .create-project__deadline .day-picker__input {
  margin-right: 16px;
  margin-bottom: 16px;
}

/* line 625, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--deadline .create-project__deadline .day-picker__infinite-checkbox {
  display: flex;
  position: relative;
  margin-bottom: 16px;
  line-height: 16px;
  justify-content: center;
  align-items: center;
}

/* line 633, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--deadline .create-project__deadline .day-picker__infinite-checkbox span {
  font-size: 1rem;
  color: #000;
}

/* line 640, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--deadline .create-project__deadline .form-group--with-prefix .form-group-text {
  border-right: 0;
  background-color: #f7f7f7;
}

/* line 645, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--deadline .create-project__deadline .form-group--with-prefix .form-control, .overlay-modal--deadline .create-project__deadline .form-group--with-prefix .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .overlay-modal--deadline .create-project__deadline .form-group--with-prefix .form-inline__mobile-toggle, .overlay-modal--deadline .create-project__deadline .form-group--with-prefix .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .overlay-modal--deadline .create-project__deadline .form-group--with-prefix .form-inline__mobile-toggle, .overlay-modal--deadline .create-project__deadline .form-group--with-prefix .react-mde .mde-text, .react-mde .overlay-modal--deadline .create-project__deadline .form-group--with-prefix .mde-text,
.overlay-modal--deadline .create-project__deadline .form-group--with-prefix .react-mde .mde-preview,
.react-mde .overlay-modal--deadline .create-project__deadline .form-group--with-prefix .mde-preview, .overlay-modal--deadline .create-project__deadline .form-group--with-prefix .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .form-group--with-prefix input {
  border-left: 0;
}

/* line 653, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--adult .modal-description {
  font-size: 1.125rem;
  overflow: unset;
  margin-bottom: 24px;
  line-height: 20px;
}

/* line 660, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--adult .modal-note {
  font-size: 0.875rem;
  margin-bottom: 48px;
  color: #6d7d85;
  line-height: 20px;
}

/* line 666, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--adult .modal-note span {
  font-weight: 600;
}

/* line 672, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--loading-content {
  height: 90vh;
  color: #3f444c;
}

/* line 676, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--loading-content .content-wrapper {
  display: flex;
  height: 90%;
  align-items: center;
  justify-content: center;
}

/* line 683, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--loading-content .loading-content__title {
  font-size: 1.5625rem;
  margin: 40px 0 30px;
  line-height: 1.2;
  font-weight: 600;
}

/* line 690, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--loading-content .loading-content__text {
  font-size: 1.125rem;
  margin: 0;
}

/* line 696, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content {
  position: relative;
  color: #23272c;
}

/* line 700, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .content-wrapper {
  padding: 30px 30px 100px;
}

@media (min-width: 968px) {
  /* line 700, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--details-content .content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}

/* line 709, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .header-text {
  margin-bottom: 30px;
}

/* line 713, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .modal-section__title {
  margin-bottom: 15px;
  font-weight: 600;
}

/* line 717, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .modal-section__title.modal-section__title--not-spaced {
  margin-bottom: 0;
}

/* line 722, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .Collapsible__trigger {
  padding: 15px 25px 15px 15px;
}

/* line 726, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .Collapsible__contentInner {
  padding: 0 15px 15px;
}

/* line 730, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .is-disabled {
  pointer-events: none;
}

/* line 734, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .separator {
  display: inline-block;
  height: 27px;
  margin: 0 15px;
  border-left: 1px solid #d5d5d5;
  vertical-align: middle;
}

/* line 742, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .section__category,
.overlay-modal--details-content .section__pricing {
  position: relative;
}

/* line 746, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .section__category .separator,
.overlay-modal--details-content .section__pricing .separator {
  position: absolute;
  top: 31px;
  right: 0;
  height: 30px;
  margin: 0;
}

/* line 755, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .Select-control,
.overlay-modal--details-content .Select-input {
  height: 40px;
}

/* line 760, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .Select-control .Select-multi-value-wrapper .Select-value,
.overlay-modal--details-content .Select-input .Select-multi-value-wrapper .Select-value {
  line-height: 40px;
  text-align: left;
}

/* line 767, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .section__images {
  margin-bottom: 20px;
}

/* line 772, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .section__embeds.sortable-images-list {
  margin-top: 0;
}

/* line 776, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .section__embeds .thumbnail-container {
  border: 0;
  background: transparent;
}

/* line 782, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.12);
}

/* line 789, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--details-content .footer .content-wrapper {
  padding: 10px 30px;
}

@media (max-width: 575.98px) {
  /* line 794, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--details-content .footer .content-wrapper {
    padding: 10px;
  }
  /* line 798, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--details-content .footer .btn, .overlay-modal--details-content .footer .mde-header .mde-tabs button, .mde-header .mde-tabs .overlay-modal--details-content .footer button,
.overlay-modal--details-content .footer .mde-header .mde-header-group button,
.mde-header .mde-header-group .overlay-modal--details-content .footer button {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 807, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--add-embed .modal-header {
  margin-bottom: 30px;
}

/* line 813, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .modal-section__title {
  font-size: 1.125rem;
}

/* line 817, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .content-wrapper {
  max-width: none;
  padding: 30px;
}

@media (min-width: 1256px) {
  /* line 817, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .content-wrapper {
    padding: 30px 60px;
  }
}

/* line 826, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .section__details,
.overlay-modal--batch-draft-editor .section__tech-details {
  margin-bottom: 30px;
}

/* line 832, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .section__pricing-and-license .form-group {
  margin-bottom: 10px;
}

/* line 836, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .section__pricing-and-license .pricing-section__free-check, .overlay-modal--batch-draft-editor .section__pricing-and-license .pricing-section__ai-generated-check {
  color: #204659;
}

/* line 841, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .custom-license-section {
  margin-top: 20px;
}

/* line 845, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .section__footer {
  margin-top: 40px;
}

/* line 849, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-actions {
  text-align: right;
}

/* line 852, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-actions .template-actions__save-template {
  position: relative;
}

/* line 857, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-actions .template-actions__open-template .custom-dropdown__dropdown {
  max-height: 300px;
  overflow: auto;
  padding: 5px 0;
}

/* line 863, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-actions .template-actions__open-template .custom-dropdown__title {
  max-width: 275px;
  overflow: hidden;
  padding-top: 9px;
  padding-bottom: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

/* line 873, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-actions .template-actions__open-template .custom-dropdown__caret {
  padding: 9px 0;
  vertical-align: middle;
}

/* line 879, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-actions .custom-dropdown, .overlay-modal--batch-draft-editor .template-actions .custom-dropdown--multi {
  width: 280px;
}

/* line 883, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-actions .template-title {
  display: inline-block;
  width: calc(100% - 15px);
  vertical-align: middle;
}

/* line 889, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-actions .delete-icon {
  display: none;
  vertical-align: middle;
}

/* line 895, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-list-item {
  padding: 5px 10px;
}

/* line 898, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-list-item:hover {
  background: #f7f7f7;
  cursor: pointer;
}

/* line 902, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-list-item:hover .delete-icon {
  display: inline-block;
}

/* line 907, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-list-item.is-active {
  background: #159ca9;
  color: #fff;
}

/* line 911, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .template-list-item.is-active .delete-icon {
  display: none;
}

/* line 917, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .inline-edit {
  top: -35px;
  right: 0%;
  left: auto;
  min-width: 0;
  height: 110px;
}

/* line 924, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--batch-draft-editor .inline-edit form {
  width: 300px;
}

@media (max-width: 575.98px) {
  /* line 930, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .template-actions {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 935, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .template-actions__save-template {
    width: 100%;
    height: 42px;
    margin-bottom: 20px;
    order: 2;
  }
  /* line 941, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .template-actions__save-template .btn-save-template {
    width: 100%;
  }
  /* line 945, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .template-actions__save-template .inline-edit {
    left: 50%;
    width: 100%;
  }
  /* line 949, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .template-actions__save-template .inline-edit form {
    width: 100%;
  }
  /* line 955, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .template-actions__open-template {
    width: 100%;
    margin: 0 0 10px;
    order: 1;
  }
  /* line 960, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .template-actions__open-template .custom-dropdown, .overlay-modal--batch-draft-editor .template-actions__open-template .custom-dropdown--multi {
    width: 100%;
  }
  /* line 963, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .template-actions__open-template .custom-dropdown .custom-dropdown__title, .overlay-modal--batch-draft-editor .template-actions__open-template .custom-dropdown--multi .custom-dropdown__title {
    max-width: none;
  }
  /* line 970, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .btn-radio-group .btn-radio {
    width: 50%;
  }
  /* line 973, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .btn-radio-group .btn-radio .btn, .overlay-modal--batch-draft-editor .btn-radio-group .btn-radio .mde-header .mde-tabs button, .mde-header .mde-tabs .overlay-modal--batch-draft-editor .btn-radio-group .btn-radio button,
.overlay-modal--batch-draft-editor .btn-radio-group .btn-radio .mde-header .mde-header-group button,
.mde-header .mde-header-group .overlay-modal--batch-draft-editor .btn-radio-group .btn-radio button {
    width: 100%;
  }
  /* line 981, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__tech-details .separator,
.overlay-modal--batch-draft-editor .section__pricing .separator {
    display: block;
    position: relative;
    top: 0;
    height: 1px;
    margin: 15px 0;
    border-bottom: 1px solid #d5d5d5;
    border-left: 0;
  }
  /* line 993, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__tech-details .btn-checkbox {
    display: block;
  }
  /* line 996, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__tech-details .btn-checkbox .btn, .overlay-modal--batch-draft-editor .section__tech-details .btn-checkbox .mde-header .mde-tabs button, .mde-header .mde-tabs .overlay-modal--batch-draft-editor .section__tech-details .btn-checkbox button,
.overlay-modal--batch-draft-editor .section__tech-details .btn-checkbox .mde-header .mde-header-group button,
.mde-header .mde-header-group .overlay-modal--batch-draft-editor .section__tech-details .btn-checkbox button {
    width: 100%;
  }
  /* line 1001, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__tech-details .unwrapped-uvs__title {
    order: 1;
  }
  /* line 1005, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__tech-details .unwrapped-uvs__select {
    order: 2;
  }
  /* line 1009, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__tech-details .geometry__title {
    order: 3;
  }
  /* line 1013, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__tech-details .geometry__select {
    order: 4;
  }
  /* line 1019, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__category .separator {
    display: none;
  }
  /* line 1024, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__footer {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 1028, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__footer .btn, .overlay-modal--batch-draft-editor .section__footer .mde-header .mde-tabs button, .mde-header .mde-tabs .overlay-modal--batch-draft-editor .section__footer button,
.overlay-modal--batch-draft-editor .section__footer .mde-header .mde-header-group button,
.mde-header .mde-header-group .overlay-modal--batch-draft-editor .section__footer button {
    width: 100%;
  }
  /* line 1032, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__footer .btn-submit {
    margin: 0 0 15px;
    order: 1;
  }
  /* line 1037, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__footer .btn-cancel {
    order: 2;
  }
  /* line 1041, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--batch-draft-editor .section__footer .submit-note {
    order: 3;
  }
}

/* line 1049, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--business-contact .time-selection {
  display: flex;
  margin-bottom: 20px;
  color: #485c66;
  align-items: center;
}

/* line 1055, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--business-contact .time-selection .time-selection__wrapper {
  display: flex;
  align-items: center;
}

/* line 1060, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--business-contact .time-selection .time-from-select,
.overlay-modal--business-contact .time-selection .time-to-select {
  margin: 0 3px;
}

/* line 1065, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--business-contact .time-selection .time-zone-select {
  flex: 1 auto;
}

@media (max-width: 575.98px) {
  /* line 1049, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--business-contact .time-selection {
    flex-direction: column;
  }
  /* line 1072, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--business-contact .time-selection .time-selection__wrapper {
    width: 100%;
  }
  /* line 1076, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--business-contact .time-selection .time-from-select,
.overlay-modal--business-contact .time-selection .time-to-select {
    margin: 0 2px;
    flex: 1 auto;
  }
  /* line 1082, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--business-contact .time-selection .time-to-select {
    margin-right: 0;
  }
  /* line 1086, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--business-contact .time-selection .time-zone-select {
    width: 100%;
    margin-top: 10px;
  }
}

/* line 1093, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--business-contact .trigger-phone-checkbox {
  margin-bottom: 20px;
}

/* line 1097, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--business-contact .comment-heading {
  margin-top: 20px;
}

/* line 1101, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--business-contact textarea {
  min-height: 90px;
  max-height: 270px;
  resize: vertical;
}

/* line 1109, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--info-preview .info-preview__image-section {
  display: inline-block;
  position: relative;
  width: 40%;
  height: 100%;
  overflow: hidden;
}

/* line 1116, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--info-preview .info-preview__image-section .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 156, 169, 0.62);
  padding: 30px 0;
  letter-spacing: -2.7px;
  text-align: right;
  line-height: 0.82;
}

/* line 1125, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--info-preview .info-preview__image-section img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* line 1132, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--info-preview .info-preview__image-section .info-heading {
  line-height: 1;
}

/* line 1137, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--info-preview .info-preview__text-section {
  font-size: 1.25rem;
  display: inline-block;
  width: 60%;
  padding: 30px 0;
  color: #485c66;
  line-height: 1.33;
  vertical-align: top;
}

/* line 1147, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--info-preview .overlay-modal--close-inner {
  z-index: 1;
}

/* line 1151, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--info-preview .btn-nav {
  position: absolute;
  opacity: 0.52;
  height: 100%;
  color: #23272c;
}

/* line 1157, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--info-preview .btn-nav:hover {
  opacity: 0.9;
}

/* line 1162, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--info-preview .btn-next {
  right: 0;
}

@media (max-width: 967.98px) {
  /* line 1167, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .info-preview__image-section,
.overlay-modal--info-preview .info-preview__text-section {
    display: block;
    width: 100%;
  }
  /* line 1173, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .info-preview__image-section {
    height: 150px;
  }
  /* line 1177, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .info-preview__text-section {
    padding: 30px 60px;
  }
}

@media (max-width: 575.98px) {
  /* line 1183, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .info-preview__image-section {
    height: 180px;
  }
  /* line 1187, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .info-preview__text-section {
    padding: 30px;
  }
}

@media (min-width: 968px) {
  /* line 1193, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .btn-nav {
    color: #fff;
  }
  /* line 1197, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .btn-prev {
    left: -66px;
  }
  /* line 1201, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .btn-next {
    right: -66px;
  }
}

@media (min-width: 968px) and (max-width: 1255.98px) {
  /* line 1108, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview {
    width: 80%;
    max-height: 450px;
  }
  /* line 1211, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .info-preview__image-section img {
    max-width: none;
    max-height: 450px;
  }
}

@media (min-width: 1256px) {
  /* line 1108, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview {
    width: 80%;
    max-height: 520px;
  }
  /* line 1222, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .info-preview__image-section {
    max-width: 520px;
  }
  /* line 1225, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .info-preview__image-section img {
    max-width: none;
    max-height: 520px;
  }
}

@media (min-width: 1576px) {
  /* line 1233, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .info-preview__image-section {
    width: 520px;
  }
  /* line 1237, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--info-preview .info-preview__text-section {
    width: calc(100% - 520px);
    padding: 30px 60px;
  }
}

@media (max-width: 967.98px) {
  /* line 1244, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--container__info-preview {
    align-items: flex-start;
  }
}

/* line 1250, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--video-preview {
  height: 80vh;
}

/* line 1253, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--video-preview div,
.overlay-modal--video-preview span {
  height: 100%;
}

/* line 1260, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .overlay-modal--close {
  right: 16px;
}

/* line 1263, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .overlay-modal--close .svg-inline--fa {
  vertical-align: middle;
}

/* line 1268, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .overlay-modal--content {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 44px 0;
  align-items: center;
}

@media (min-width: 968px) {
  /* line 1268, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--next-steps .overlay-modal--content {
    margin: 0;
  }
}

/* line 1280, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .overlay-modal__subtitle {
  font-size: 1.25rem;
}

/* line 1284, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .instructions-container {
  max-width: 100%;
}

/* line 1288, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .instructions-container .instruction .fa-layers {
  position: relative;
  margin: 32px 0 24px;
}

/* line 1292, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .instructions-container .instruction .fa-layers .svg-inline--fa {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* line 1300, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .instructions-container .instruction .fa-layers .svg-inline--fa:last-of-type {
  transform-origin: center;
  transform: translate(0, 0) scale(0.3125, 0.3125) rotate(0deg);
}

/* line 1307, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .instructions-container .instruction a {
  color: rgba(255, 255, 255, 0.24);
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.overlay-modal--next-steps .instructions-container .instruction a:hover {
  color: rgba(21, 156, 169, 0.48);
}

/* line 1311, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .instructions-container .instruction .instruction-heading {
  line-height: 1;
}

/* line 1317, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .instruction--search {
  position: fixed;
  top: calc(60px + 4px);
  right: 340px;
  max-width: 274px;
  text-align: center;
}

/* line 1324, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--next-steps .instruction--search .svg-inline--fa {
  font-size: 1.75rem;
}

@media (max-width: 967.98px) {
  /* line 1317, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--next-steps .instruction--search {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 967.98px) {
  /* line 1334, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--next-steps .instruction {
    display: inline-block;
    width: 250px;
    padding: 0 32px;
    vertical-align: top;
  }
}

@media (min-width: 968px) {
  /* line 1343, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--next-steps .content-wrapper {
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
  }
  /* line 1349, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--next-steps .instructions-container {
    display: flex;
  }
  /* line 1352, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--next-steps .instructions-container .instruction {
    padding: 0 16px;
    flex: 1 1 0;
  }
}

@media (min-width: 968px) and (max-width: 1255.98px) {
  /* line 1360, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--next-steps .content-wrapper--spaced-top {
    margin-top: 150px;
  }
  /* line 1365, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--next-steps .instructions-container .fa-layers {
    font-size: 7.5rem;
  }
  /* line 1369, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--next-steps .instructions-container .instruction {
    padding: 0;
  }
}

@media (min-width: 1576px) {
  /* line 1377, app/assets/stylesheets/components/_overlays.scss */
  .overlay-modal--next-steps .instructions-container .fa-layers {
    font-size: 12rem;
  }
}

/* line 1385, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--rate-model .product-ratings__thumbs {
  margin: 8px 0 16px;
}

/* line 1389, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--rate-model label {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #204659;
  font-weight: 600;
}

/* line 1397, app/assets/stylesheets/components/_overlays.scss */
.overlay-modal--custom-license-modal {
  padding: 24px;
}

/* line 1, app/assets/stylesheets/components/_share-modal.scss */
.share-modal {
  padding: 24px 8px;
}

/* line 4, app/assets/stylesheets/components/_share-modal.scss */
.share-modal .share-modal__header {
  margin: 24px 0;
  text-align: center;
}

/* line 8, app/assets/stylesheets/components/_share-modal.scss */
.share-modal .share-modal__header .heading-40 {
  margin: 16px 0 0;
}

/* line 12, app/assets/stylesheets/components/_share-modal.scss */
.share-modal .share-modal__header .heading-18 {
  margin: 0 0 8px;
}

/* line 17, app/assets/stylesheets/components/_share-modal.scss */
.share-modal .share-modal__heading {
  margin: 4px 0 16px;
  color: #204659;
  font-weight: 600;
}

/* line 23, app/assets/stylesheets/components/_share-modal.scss */
.share-modal .social-buttons {
  margin-bottom: 24px;
  transform: rotateX(180deg);
}

/* line 28, app/assets/stylesheets/components/_share-modal.scss */
.share-modal .form-control, .share-modal .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .share-modal input, .share-modal .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .share-modal .form-inline__mobile-toggle, .share-modal .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .share-modal .form-inline__mobile-toggle, .share-modal .react-mde .mde-text, .react-mde .share-modal .mde-text,
.share-modal .react-mde .mde-preview,
.react-mde .share-modal .mde-preview, .share-modal .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .share-modal input {
  flex: 2 0;
}

/* line 1, app/assets/stylesheets/components/_cards.scss */
.card__content {
  padding: 20px;
  color: #485c66;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.card__content:before, .card__content:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.card__content:after {
  clear: both;
}

/* line 6, app/assets/stylesheets/components/_cards.scss */
.card__content p:last-child {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/components/_cards.scss */
.card__heading {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: normal;
  color: black;
}

/* line 20, app/assets/stylesheets/components/_cards.scss */
.card__wrapper {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/components/_values.scss */
.value {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

/* line 7, app/assets/stylesheets/components/_values.scss */
.value__value {
  color: #ce3c5c;
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: normal;
}

/* line 14, app/assets/stylesheets/components/_values.scss */
.value__label {
  color: #485c66;
  font-size: 0.875rem;
  position: absolute;
  top: -5px;
  right: 0;
}

/* line 23, app/assets/stylesheets/components/_values.scss */
.value--singleton .value__value {
  font-size: 0.875rem;
  line-height: 16px;
}

/* line 30, app/assets/stylesheets/components/_values.scss */
.value--light .value__value {
  color: white;
}

/* line 34, app/assets/stylesheets/components/_values.scss */
.value--light .value__label {
  color: rgba(255, 255, 255, 0.6);
}

/* line 1, app/assets/stylesheets/components/_rich-headings.scss */
.rich-heading {
  padding-left: 78px;
  text-align: left;
  position: relative;
}

/* line 7, app/assets/stylesheets/components/_rich-headings.scss */
.rich-heading__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 5px 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: 300;
}

/* line 16, app/assets/stylesheets/components/_rich-headings.scss */
.rich-heading__title a {
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/components/_rich-headings.scss */
.rich-heading__description {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 18px;
  color: #485c66;
}

/* line 29, app/assets/stylesheets/components/_rich-headings.scss */
.rich-heading__image {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1, app/assets/stylesheets/components/_dialogs.scss */
.dialog {
  display: none;
  width: 300px;
  padding: 20px;
  background: white;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 30%;
  left: 40%;
  z-index: 500;
}

/* line 14, app/assets/stylesheets/components/_dialogs.scss */
.dialog.is-active {
  display: block;
}

/* line 19, app/assets/stylesheets/components/_dialogs.scss */
.dialog__title {
  display: block;
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  line-height: 24px;
  color: black;
}

/* line 27, app/assets/stylesheets/components/_dialogs.scss */
.dialog__message {
  display: block;
  font-size: 1rem;
  line-height: 22px;
  color: #485c66;
}

/* line 34, app/assets/stylesheets/components/_dialogs.scss */
.dialog__actions {
  display: block;
  margin-top: 20px;
}

/* line 39, app/assets/stylesheets/components/_dialogs.scss */
.dialog-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(35, 39, 44, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 499;
}

/* line 49, app/assets/stylesheets/components/_dialogs.scss */
.dialog-overlay.is-active {
  display: block;
}

/* line 1, app/assets/stylesheets/components/_content-lists.scss */
.content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 5, app/assets/stylesheets/components/_content-lists.scss */
.content-list__item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  line-height: 20px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.content-list__item:before, .content-list__item:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.content-list__item:after {
  clear: both;
}

/* line 13, app/assets/stylesheets/components/_content-lists.scss */
.content-list__item-image {
  width: 7.7997671711%;
  float: left;
  margin-right: 0.5820721769%;
}

/* line 17, app/assets/stylesheets/components/_content-lists.scss */
.content-list__item-content {
  width: 91.6181606519%;
  float: left;
  margin-right: 0.5820721769%;
  float: right;
  margin-right: 0;
  padding: 5px 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 24, app/assets/stylesheets/components/_content-lists.scss */
.content-list__item-content-main {
  width: 87.3905429072%;
  float: left;
  margin-right: 0.8756567426%;
}

/* line 28, app/assets/stylesheets/components/_content-lists.scss */
.content-list__item-content-extra {
  width: 11.7338003503%;
  float: left;
  margin-right: 0.8756567426%;
  float: right;
  margin-right: 0;
  text-align: right;
}

/* line 35, app/assets/stylesheets/components/_content-lists.scss */
.content-list--light .content-list__item-content {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 39, app/assets/stylesheets/components/_content-lists.scss */
.content-list--light a {
  color: white;
}

/* line 42, app/assets/stylesheets/components/_content-lists.scss */
.content-list--light a:hover {
  color: #19bcc9;
}

/* line 47, app/assets/stylesheets/components/_content-lists.scss */
.content-list--light .content-list__item-content-main b {
  font-weight: normal;
  color: white;
}

/* line 54, app/assets/stylesheets/components/_content-lists.scss */
.content-list--faded .content-list__item {
  opacity: 0.5;
}

/* line 57, app/assets/stylesheets/components/_content-lists.scss */
.content-list--faded .content-list__item .svg-inline--fa {
  display: none;
}

/* line 61, app/assets/stylesheets/components/_content-lists.scss */
.content-list--faded .content-list__item.is-active {
  opacity: 1;
}

/* line 64, app/assets/stylesheets/components/_content-lists.scss */
.content-list--faded .content-list__item.is-active .svg-inline--fa {
  display: inline-block;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.showcase-items:before, .showcase-items:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.showcase-items:after {
  clear: both;
}

/* line 5, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item {
  width: 32.2884012539%;
  float: left;
  height: 160px;
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.showcase-item:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.showcase-item:nth-child(3n + 2) {
  margin-left: 33.855799373%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.showcase-item:nth-child(3n + 3) {
  margin-left: 67.7115987461%;
  margin-right: -100%;
  clear: none;
}

/* line 14, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item:hover .showcase-item__header {
  bottom: 0;
  opacity: 1;
}

/* line 21, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item--square {
  position: relative;
  width: 100%;
  height: auto;
}

/* line 26, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item--square::before, .showcase-item--square.details-box__separator::after {
  display: block;
  padding-top: 100%;
  content: '';
}

/* line 32, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item--square .link {
  color: #fff;
}

/* line 36, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item--square .showcase-item__image {
  position: relative;
  z-index: 0;
  height: 100%;
}

/* line 41, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item--square .showcase-item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}

/* line 52, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item--square .showcase-item__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@supports (-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px)) {
  /* line 61, app/assets/stylesheets/components/_showcase-items.scss */
  .showcase-item--square .showcase-item__header {
    background: rgba(25, 188, 201, 0.7);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
}

/* line 68, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item--square .showcase-item__header {
  z-index: 1;
}

/* line 71, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item--square .showcase-item__header .showcase-item__title-link {
  display: block;
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 80, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item--square .showcase-item__info {
  display: flex;
  justify-content: space-between;
}

/* line 85, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item--square .showcase-item__stats {
  float: none;
  min-width: 50px;
}

/* line 91, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item__header {
  display: block;
  width: 100%;
  height: 85px;
  padding: 10px 0;
  background: rgba(25, 188, 201, 0.7);
  color: white;
  position: absolute;
  bottom: -90px;
  left: 0;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}

/* line 105, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item__title {
  display: block;
  margin: 0;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9375rem;
  line-height: 20px;
  text-align: center;
}

/* line 114, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item__title a {
  color: white;
  text-decoration: none;
}

/* line 120, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item__info {
  padding: 0 10px;
  line-height: 40px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.showcase-item__info:before, .showcase-item__info:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.showcase-item__info:after {
  clear: both;
}

/* line 126, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item__stats {
  float: left;
}

/* line 130, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item__stats--tutorial {
  float: left;
  padding: 0 8px;
  white-space: nowrap;
}

@media (min-width: 1256px) {
  /* line 130, app/assets/stylesheets/components/_showcase-items.scss */
  .showcase-item__stats--tutorial {
    padding: 0 16px;
  }
}

/* line 140, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item__author {
  width: 150px;
  float: right;
  text-align: right;
  font-size: 0.875rem;
  overflow: hidden;
}

/* line 147, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item__author .avatar {
  vertical-align: middle;
  margin-right: 3px;
}

/* line 152, app/assets/stylesheets/components/_showcase-items.scss */
.showcase-item__author a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.showcase-item__author a:hover {
  color: white;
}

/* line 1, app/assets/stylesheets/components/_notices.scss */
.notice {
  font-size: 0.875rem;
  position: fixed;
  bottom: 42px;
  left: 0;
  z-index: 448;
  width: 100%;
  background-color: #3f444c;
  padding: 20px 30px;
  color: #fff;
  text-align: left;
}

/* line 13, app/assets/stylesheets/components/_notices.scss */
.notice.is-secondary-color {
  background-color: #b3475d;
}

/* line 17, app/assets/stylesheets/components/_notices.scss */
.notice.old-navigation-used {
  bottom: 0;
}

/* line 21, app/assets/stylesheets/components/_notices.scss */
.notice.notice-float {
  left: 50%;
  width: 90%;
  margin: 0 auto 10px;
  border-radius: 2px;
  transform: translate(-50%, 0);
}

/* line 28, app/assets/stylesheets/components/_notices.scss */
.notice.notice-float .close-notice {
  top: 11px;
  right: 14px;
}

/* line 34, app/assets/stylesheets/components/_notices.scss */
.notice.notice-light {
  background-color: #fff;
  color: #131518;
  box-shadow: 0 1px 5px rgba(19, 21, 24, 0.2);
}

/* line 40, app/assets/stylesheets/components/_notices.scss */
.notice .btn, .notice .mde-header .mde-tabs button, .mde-header .mde-tabs .notice button,
.notice .mde-header .mde-header-group button,
.mde-header .mde-header-group .notice button {
  display: block;
  width: 100px;
  margin: 15px auto 0;
}

/* line 46, app/assets/stylesheets/components/_notices.scss */
.notice .notice-content {
  position: relative;
}

/* line 50, app/assets/stylesheets/components/_notices.scss */
.notice .close-notice {
  position: absolute;
  top: -5px;
  right: -15px;
  cursor: pointer;
  transition: 0.15s ease-in-out opacity;
}

/* line 57, app/assets/stylesheets/components/_notices.scss */
.notice .close-notice:hover {
  opacity: 0.8;
}

@media (min-width: 576px) {
  /* line 1, app/assets/stylesheets/components/_notices.scss */
  .notice {
    bottom: 0;
    padding: 10px 25px;
    text-align: center;
  }
  /* line 67, app/assets/stylesheets/components/_notices.scss */
  .notice.notice-float {
    width: 60%;
  }
  /* line 71, app/assets/stylesheets/components/_notices.scss */
  .notice .btn, .notice .mde-header .mde-tabs button, .mde-header .mde-tabs .notice button,
.notice .mde-header .mde-header-group button,
.mde-header .mde-header-group .notice button {
    display: inline-block;
    margin: 0 0 0 15px;
  }
  /* line 76, app/assets/stylesheets/components/_notices.scss */
  .notice .close-notice {
    top: 0;
    right: -10px;
  }
}

/* line 5, app/assets/stylesheets/components/_countdowns.scss */
.countdown__block {
  display: inline-block;
  width: 45px;
  padding: 8px;
  border-right: 1px solid #f4f6f7;
  text-align: center;
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/components/_countdowns.scss */
.countdown__block:last-child {
  border-right: 0;
}

/* line 1, app/assets/stylesheets/components/_vote-blocks.scss */
.vote-block {
  width: 40px;
  text-align: center;
}

/* line 6, app/assets/stylesheets/components/_vote-blocks.scss */
.vote-block.is-voted .vote-block__action {
  opacity: 0.4;
  pointer-events: none;
}

/* line 15, app/assets/stylesheets/components/_vote-blocks.scss */
.vote-block__action:hover {
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/components/_vote-blocks.scss */
.vote-block__action a,
.vote-block__action i {
  color: black;
}

/* line 25, app/assets/stylesheets/components/_vote-blocks.scss */
.vote-block__action.is-positive a:hover,
.vote-block__action.is-positive i:hover {
  color: #19bcc9;
}

/* line 31, app/assets/stylesheets/components/_vote-blocks.scss */
.vote-block__action.is-positive.is-active a,
.vote-block__action.is-positive.is-active i {
  color: #19bcc9;
}

/* line 38, app/assets/stylesheets/components/_vote-blocks.scss */
.vote-block__action.is-negative {
  margin-top: 30px;
}

/* line 41, app/assets/stylesheets/components/_vote-blocks.scss */
.vote-block__action.is-negative a:hover,
.vote-block__action.is-negative i:hover {
  color: #ce3c5c;
}

/* line 47, app/assets/stylesheets/components/_vote-blocks.scss */
.vote-block__action.is-negative.is-active a,
.vote-block__action.is-negative.is-active i {
  color: #ce3c5c;
}

/* line 54, app/assets/stylesheets/components/_vote-blocks.scss */
.vote-block__action.is-active {
  opacity: 1;
}

/* line 59, app/assets/stylesheets/components/_vote-blocks.scss */
.vote-block__score {
  position: relative;
  top: 48px;
  left: -2px;
}

/* line 2, app/assets/stylesheets/components/_social-networks.scss */
.social-networks .list__item:hover {
  opacity: 0.8;
}

/* line 6, app/assets/stylesheets/components/_social-networks.scss */
.social-networks .fa-social {
  position: relative;
  display: inline-block;
  width: 1.875em;
  height: 1.875em;
  line-height: 1.875em;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
}

/* line 16, app/assets/stylesheets/components/_social-networks.scss */
.social-networks .fa-social .svg-inline--fa {
  margin: 0;
}

/* line 21, app/assets/stylesheets/components/_social-networks.scss */
.social-networks .fa-social-share {
  font-size: 1.25rem;
}

/* line 25, app/assets/stylesheets/components/_social-networks.scss */
.social-networks .fa-facebook-icon {
  background-color: #3c5a99;
}

/* line 29, app/assets/stylesheets/components/_social-networks.scss */
.social-networks .fa-linkedin-icon {
  background-color: #007bb6;
}

/* line 33, app/assets/stylesheets/components/_social-networks.scss */
.social-networks .fa-twitter-icon {
  background-color: #1da1f2;
}

/* line 37, app/assets/stylesheets/components/_social-networks.scss */
.social-networks .fa-pinterest-icon {
  background-color: #bd081c;
}

/* line 43, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .row {
  margin: 0;
}

/* line 47, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .col {
  padding: 0 4px;
}

/* line 51, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: #eee;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}

/* line 63, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--small {
  font-size: 1rem;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

/* line 70, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--large {
  font-size: 1.1875rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* line 77, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--xlarge {
  font-size: 1.4375rem;
  width: 50px;
  height: 50px;
  line-height: 55px;
}

/* line 84, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle .svg-inline--fa {
  margin: 0;
}

/* line 88, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--facebook {
  background-color: #3c5a99;
}

/* line 92, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--twitter {
  background-color: #1da1f2;
}

/* line 96, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--linkedin {
  background-color: #007bb6;
}

/* line 100, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--instagram {
  background-color: #ce3c5c;
}

/* line 104, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--pinterest {
  background-color: #bd081c;
}

/* line 108, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--outline {
  border: 1px solid #d7dfe3;
  background-color: transparent;
}

/* line 112, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--outline:hover {
  background-color: #f4f6f7;
}

/* line 115, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--outline:hover .svg-inline--fa {
  color: #204659;
}

/* line 120, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle.social-icon-circle--outline .svg-inline--fa {
  color: #485c66;
}

/* line 125, app/assets/stylesheets/components/_social-networks.scss */
.social-buttons .social-icon-circle:hover {
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/components/_titles.scss */
.title {
  margin: 0 0 10px 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAAUUlEQVR4AWNABmH7lirGrJ2xN2Z2738QDeIzoIPYAytF4g6u7AApQscgcZA8ROHBlRkgQUIYpI4BxCAWD3vFJAUdSZGCGd3Lp50FKQLR6NENAJ%2BIG4Teu49gAAAAAElFTkSuQmCC) no-repeat 0 4px;
  font-size: 0.9375rem;
  line-height: 22px;
  text-indent: 20px;
  font-weight: normal;
  text-align: left;
}

/* line 1, app/assets/stylesheets/components/_admin-control-warnings.scss */
.site-admin-control-warning {
  font-size: 0.875rem;
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 12px 30px;
  background-color: #b3475d;
  color: #fff;
  line-height: 24px;
  z-index: 449;
}

/* line 13, app/assets/stylesheets/components/_admin-control-warnings.scss */
.site-admin-control-warning a {
  color: #fff;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/components/_admin-control-warnings.scss */
.site-admin-control-warning a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/_challenges.scss */
.challenges-list {
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/components/_challenges.scss */
.challenges-list.is-list .challenge {
  margin-bottom: 20px;
}

/* line 9, app/assets/stylesheets/components/_challenges.scss */
.challenges-list.is-list .challenge__description {
  height: auto;
}

/* line 15, app/assets/stylesheets/components/_challenges.scss */
.challenge {
  position: relative;
}

/* line 18, app/assets/stylesheets/components/_challenges.scss */
.challenge .challenge__inner {
  padding: 20px 20px;
}

/* line 23, app/assets/stylesheets/components/_challenges.scss */
.challenge:hover .challenge__image {
  opacity: 0.8;
}

/* line 29, app/assets/stylesheets/components/_challenges.scss */
.challenge__title {
  font-size: 1.6875rem;
  margin: 0 0 15px 0;
  line-height: 30px;
  color: #131518;
  font-weight: 300;
  display: inline-block;
}

/* line 38, app/assets/stylesheets/components/_challenges.scss */
.challenge__title a {
  color: #131518;
  display: block;
  width: 100%;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.challenge__title a:hover {
  color: #19bcc9;
}

/* line 48, app/assets/stylesheets/components/_challenges.scss */
.challenge__title a > span {
  display: block;
  width: 100%;
  position: absolute;
  top: 185px;
  left: 20px;
}

/* line 58, app/assets/stylesheets/components/_challenges.scss */
.challenge__image {
  display: block;
  width: 100%;
  height: 175px;
  border-radius: 3px 3px 0 0;
  background: white;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transition: 0.3s ease-in-out opacity;
}

/* line 69, app/assets/stylesheets/components/_challenges.scss */
.challenge__image .backstretch {
  border-radius: 3px 3px 0 0;
}

/* line 74, app/assets/stylesheets/components/_challenges.scss */
.challenge__description {
  font-size: 1rem;
  height: 205px;
  margin-top: 25px;
  margin-bottom: 35px;
  line-height: 26px;
  color: #485c66;
  overflow: hidden;
}

/* line 85, app/assets/stylesheets/components/_challenges.scss */
.challenge__description p:last-child {
  margin-bottom: 0;
}

/* line 91, app/assets/stylesheets/components/_challenges.scss */
.challenge__info {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

/* line 98, app/assets/stylesheets/components/_challenges.scss */
.challenge__deadline {
  width: 100%;
}

/* line 101, app/assets/stylesheets/components/_challenges.scss */
.challenge__deadline span {
  display: inline-block;
  padding-right: 10px;
  z-index: 1;
}

/* line 108, app/assets/stylesheets/components/_challenges.scss */
.challenge__action {
  top: -25%;
  right: 0;
  padding-left: 10px;
  white-space: nowrap;
}

/* line 115, app/assets/stylesheets/components/_challenges.scss */
.challenge--competitions {
  margin-bottom: 40px;
}

/* line 119, app/assets/stylesheets/components/_challenges.scss */
.challenge--competitions:hover .challenge__image {
  opacity: 1;
}

/* line 124, app/assets/stylesheets/components/_challenges.scss */
.challenge--competitions .challenge__image,
.challenge--competitions .challenge__description {
  height: auto;
  padding: 0;
}

/* line 130, app/assets/stylesheets/components/_challenges.scss */
.challenge--competitions .challenge__description {
  margin: 0 0 15px;
}

/* line 2, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .loading-conversation {
  margin: 130px auto 400px;
}

/* line 6, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation {
  margin-bottom: 30px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--conversations .conversation:before, .site-page--conversations .conversation:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--conversations .conversation:after {
  clear: both;
}

/* line 11, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation__header {
  margin-bottom: 20px;
  border-radius: 3px;
  background: #f5f5f5;
  padding: 10px 15px;
}

/* line 17, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation__header .header__row {
  padding: 0 10px;
  color: #485c66;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--conversations .conversation__header .header__row:before, .site-page--conversations .conversation__header .header__row:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--conversations .conversation__header .header__row:after {
  clear: both;
}

/* line 22, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation__header .header__row.is-with-border {
  margin-top: 10px;
  border-top: 1px solid #c8d2d7;
  padding-top: 10px;
}

/* line 30, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation__header .header-actions__action:hover {
  color: #ce3c5c;
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation__header .conversation__offer-actions {
  text-align: right;
}

/* line 40, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation__header .conversation-info {
  display: inline-block;
}

/* line 44, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation__header .conversation__offer-value {
  display: inline-block;
  float: none;
  width: 120px;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 52, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation__header .input-container {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}

/* line 59, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation-sidebar__content {
  margin-top: 20px;
  color: #485c66;
}

/* line 63, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation-sidebar__content .section__title {
  font-size: 1.125rem;
  display: inline-block;
  margin: 15px 0 15px 20px;
}

/* line 69, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation-sidebar__content .conversation-sidebar__area {
  margin-bottom: 30px;
  background: #f5f5f5;
}

/* line 74, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation-sidebar__content .conversation-sidebar__section {
  padding: 15px 20px;
}

/* line 79, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation-sidebar__content .recipient-details-section .section__item {
  margin: 5px 0;
}

/* line 83, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation-sidebar__content .recipient-details-section .recipient-details-section__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 89, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation-sidebar__content .recipient-details-section .author {
  flex: 1 1 0;
}

/* line 93, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation-sidebar__content .recipient-details-section .author__avatar,
.site-page--conversations .conversation-sidebar__content .recipient-details-section .author__attributes {
  vertical-align: middle;
}

/* line 98, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation-sidebar__content .recipient-details-section .online-indicator {
  margin-left: 5px;
}

/* line 105, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .recipient-details-section a {
  text-decoration: none;
}

/* line 111, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .attachments-section .section__item {
  margin: 5px 0 20px;
}

/* line 114, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .attachments-section .section__item:hover {
  cursor: pointer;
}

/* line 118, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .attachments-section .section__item .item-info {
  font-size: 0.875rem;
  color: #485c66;
  text-decoration: none;
  word-break: break-all;
  line-height: 20px;
}

/* line 125, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .attachments-section .section__item .item-info:hover {
  color: #159ca9;
}

/* line 132, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .attachments-section .section__item--image .item-info,
.site-page--conversations .attachments-section .section__item--image .item-image {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 139, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .attachments-section .section__item--image .item-info {
  width: 60%;
  padding: 0 5px 0 0;
}

/* line 144, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .attachments-section .section__item--image .item-image {
  position: relative;
  width: 40%;
  height: 70px;
  overflow: hidden;
}

/* line 150, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .attachments-section .section__item--image .item-image:hover {
  opacity: 0.7;
}

/* line 154, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .attachments-section .section__item--image .item-image img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  width: 100%;
  max-width: 87px;
  margin: auto;
}

/* line 165, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .attachments-section .no-attachments-message {
  font-size: 1rem;
  font-style: italic;
}

/* line 171, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation__main-content {
  padding-top: 10px;
}

/* line 174, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--conversations .conversation__main-content .main-content__messages {
  max-height: 70vh;
  overflow: auto;
  padding: 10px 16px;
}

@media screen and (min-width: 640px) {
  /* line 185, app/assets/stylesheets/components/_conversation-messages.scss */
  .site-page--conversations .conversation-sidebar__content {
    margin-top: 0;
  }
  /* line 189, app/assets/stylesheets/components/_conversation-messages.scss */
  .site-page--conversations .conversation-sidebar__section {
    max-height: 50vh;
    overflow: auto;
  }
}

/* line 197, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .main-content__send-message {
  margin: 0 auto;
  padding: 0;
}

/* line 205, app/assets/stylesheets/components/_conversation-messages.scss */
.site-page--jobs-dashboard .main-content__messages {
  max-height: 58vh;
  margin-right: -5px;
  padding-right: 5px;
  overflow-y: auto;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.site-page--jobs-dashboard .main-content__messages::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.site-page--jobs-dashboard .main-content__messages::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.site-page--jobs-dashboard .main-content__messages::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.site-page--jobs-dashboard .main-content__messages::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

@media (max-width: 967.98px) {
  /* line 214, app/assets/stylesheets/components/_conversation-messages.scss */
  .site-page--jobs-dashboard .conversation__main-content {
    padding: 0 10px;
  }
  /* line 218, app/assets/stylesheets/components/_conversation-messages.scss */
  .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .nav-tabs--fatter-font {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  /* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
  .site-page--jobs-dashboard .nav-tabs::-webkit-scrollbar, .site-page--jobs-dashboard .nav-tabs--fatter-font::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  /* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
  .site-page--jobs-dashboard .nav-tabs::-webkit-scrollbar-track, .site-page--jobs-dashboard .nav-tabs--fatter-font::-webkit-scrollbar-track {
    border-radius: 3.5px;
    background: transparent;
  }
  /* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
  .site-page--jobs-dashboard .nav-tabs::-webkit-scrollbar-thumb, .site-page--jobs-dashboard .nav-tabs--fatter-font::-webkit-scrollbar-thumb {
    border-radius: 3.5px;
    background-color: rgba(35, 39, 44, 0.1);
  }
  /* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
  .site-page--jobs-dashboard .nav-tabs::-webkit-scrollbar-thumb:hover, .site-page--jobs-dashboard .nav-tabs--fatter-font::-webkit-scrollbar-thumb:hover {
    background-color: rgba(35, 39, 44, 0.2);
  }
  /* line 224, app/assets/stylesheets/components/_conversation-messages.scss */
  .site-page--jobs-dashboard .nav-tabs li, .site-page--jobs-dashboard .nav-tabs--fatter-font li {
    text-align: center;
  }
  /* line 227, app/assets/stylesheets/components/_conversation-messages.scss */
  .site-page--jobs-dashboard .nav-tabs li a, .site-page--jobs-dashboard .nav-tabs--fatter-font li a {
    margin: 0;
    white-space: nowrap;
  }
}

@media (min-width: 968px) {
  /* line 235, app/assets/stylesheets/components/_conversation-messages.scss */
  .site-page--jobs-dashboard .attach-dropzone {
    padding-bottom: 44px;
  }
}

/* line 243, app/assets/stylesheets/components/_conversation-messages.scss */
.main-content__send-message .main-content__suspended-messaging {
  margin: 5px;
  color: #ce3c5c;
}

/* line 248, app/assets/stylesheets/components/_conversation-messages.scss */
.main-content__send-message .form-group {
  margin-bottom: 0;
}

/* line 252, app/assets/stylesheets/components/_conversation-messages.scss */
.main-content__send-message textarea {
  width: 100%;
  border: 0;
  padding: 8px 16px;
  color: #485c66;
  resize: none;
  transition: 0.4s ease max-height;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.main-content__send-message textarea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.main-content__send-message textarea::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.main-content__send-message textarea::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.main-content__send-message textarea::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 262, app/assets/stylesheets/components/_conversation-messages.scss */
.main-content__send-message .send-message-form__actions {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}

/* line 269, app/assets/stylesheets/components/_conversation-messages.scss */
.main-content__send-message .attach-file-button {
  width: 44px;
  color: #204659;
}

/* line 274, app/assets/stylesheets/components/_conversation-messages.scss */
.main-content__send-message .attach-file {
  display: none;
}

/* line 278, app/assets/stylesheets/components/_conversation-messages.scss */
.main-content__send-message .messaging-input {
  display: flex;
  flex-flow: column;
}

/* line 283, app/assets/stylesheets/components/_conversation-messages.scss */
.main-content__send-message .non-restricted-form {
  padding-bottom: 44px;
}

@media (min-width: 968px) {
  /* line 288, app/assets/stylesheets/components/_conversation-messages.scss */
  .main-content__send-message .non-restricted-form {
    padding-bottom: 0;
  }
  /* line 291, app/assets/stylesheets/components/_conversation-messages.scss */
  .main-content__send-message .non-restricted-form textarea {
    padding-right: 120px;
  }
}

/* line 298, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments {
  margin: 0;
  margin-top: 20px;
  padding: 0 8px;
}

/* line 303, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments .attachment__column {
  padding: 0 8px;
}

@media (min-width: 576px) {
  /* line 308, app/assets/stylesheets/components/_conversation-messages.scss */
  .message__attachments .attachment__column {
    min-width: 269px;
  }
}

/* line 313, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments .attachment__wrapper {
  display: flex;
  margin: 8px 0;
  border: 1px solid #d7dfe3;
  border-radius: 2px;
  background-color: #fff;
  flex-flow: column;
}

/* line 321, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments .attachment__wrapper .message-attachment {
  max-width: none;
  margin: 0;
  border: 0;
  border-top: 1px solid #d7dfe3;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments .attachment__wrapper .processing-text {
  position: absolute;
  right: 12px;
  z-index: 1;
}

/* line 336, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments .attachment__wrapper .attachment-progress {
  position: relative;
  height: 3px;
}

/* line 341, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments .attachment__wrapper .rc-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 349, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments .attachment__wrapper .rc-progress-line-trail {
  stroke: #d7dfe3;
}

/* line 353, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments .attachment__wrapper .attachment-preview {
  display: flex;
  min-height: 150px;
  justify-content: center;
  align-items: center;
}

/* line 360, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments .attachment__wrapper .attachment-preview__icon {
  font-size: 2.5rem;
  width: 40px;
  height: 40px;
  color: #204659;
  line-height: 40px;
}

/* line 368, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments .attachment__wrapper .attachment-preview__img {
  height: 100%;
  max-height: 150px;
}

/* line 372, app/assets/stylesheets/components/_conversation-messages.scss */
.message__attachments .attachment__wrapper .attachment-preview__img.is-clickable {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/components/messages.scss */
.main-content__message {
  display: flex;
  padding: 10px 0;
  color: #485c66;
  flex-flow: column;
}

/* line 7, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__header {
  display: flex;
  margin: 0;
  margin-bottom: 5px;
  flex-flow: row;
}

/* line 14, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info {
  margin: 0 16px;
}

/* line 17, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info .designer-info__header {
  margin-bottom: 12px;
}

/* line 20, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info .designer-info__header a {
  font-size: 0.875rem;
}

/* line 25, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info .designer-info__stats {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

/* line 31, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info .designer-info__stats-heading {
  margin-bottom: 12px;
  font-weight: 600;
}

/* line 37, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info .designer-info__stats--cell span {
  margin-left: 8px;
  font-weight: 600;
}

/* line 42, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info .designer-info__stats--cell:not(:last-of-type) {
  margin-right: 16px;
  border-right: 1px solid #d7dfe3;
  padding-right: 16px;
}

/* line 49, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info .job-list-item__row--bottom {
  margin-bottom: 20px;
}

/* line 52, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info .job-list-item__row--bottom span {
  margin-right: 12px;
  align-self: center;
}

/* line 58, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info .designer-models {
  display: none;
}

@media (min-width: 968px) {
  /* line 58, app/assets/stylesheets/components/messages.scss */
  .main-content__message .message__designer-info .designer-models {
    display: block;
  }
}

/* line 66, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info .job-list-item__labels {
  flex: 2 0;
}

/* line 70, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__designer-info hr {
  margin: 12px 0;
}

@media (min-width: 968px) and (max-width: 1255.98px) {
  /* line 75, app/assets/stylesheets/components/messages.scss */
  .main-content__message .message__designer-info [class^="col-"]:last-of-type {
    display: none;
  }
}

/* line 81, app/assets/stylesheets/components/messages.scss */
.main-content__message .message-time,
.main-content__message .message-author {
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 87, app/assets/stylesheets/components/messages.scss */
.main-content__message .message-time {
  margin-left: 10px;
  color: #485c66;
}

/* line 92, app/assets/stylesheets/components/messages.scss */
.main-content__message .message-author {
  position: relative;
  font-weight: 600;
}

/* line 97, app/assets/stylesheets/components/messages.scss */
.main-content__message .author {
  position: relative;
  padding-left: 40px;
  color: #204659;
}

/* line 102, app/assets/stylesheets/components/messages.scss */
.main-content__message .author .avatar {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/* line 110, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__content {
  min-width: 80%;
  max-width: calc(100% - 40px);
  padding: 16px 0;
  color: #204659;
  white-space: pre-line;
  word-break: break-word;
  word-wrap: break-word;
}

/* line 119, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__content p:last-of-type {
  margin-bottom: 0;
}

/* line 124, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__title,
.main-content__message .message-pricing,
.main-content__message .message__rating,
.main-content__message .message__description {
  padding: 0 16px;
}

/* line 131, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__description {
  color: #485c66;
}

/* line 135, app/assets/stylesheets/components/messages.scss */
.main-content__message strong {
  color: #204659;
  font-weight: 600;
}

/* line 140, app/assets/stylesheets/components/messages.scss */
.main-content__message .message-pricing {
  margin-top: 12px;
}

/* line 143, app/assets/stylesheets/components/messages.scss */
.main-content__message .message-pricing p:first-of-type {
  margin-bottom: 8px;
}

/* line 148, app/assets/stylesheets/components/messages.scss */
.main-content__message .message-pricing__item {
  margin-right: 16px;
  border-right: 1px solid #d7dfe3;
  padding-right: 16px;
  color: #485c66;
}

/* line 154, app/assets/stylesheets/components/messages.scss */
.main-content__message .message-pricing__item:last-of-type {
  margin: 0;
  border: 0;
  padding: 0;
}

/* line 161, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__rating {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 20px;
}

/* line 168, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__rating .message__stars-rate {
  margin-left: 8px;
  vertical-align: inherit;
}

/* line 174, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__rating-title {
  margin-right: 16px;
  border-right: 1px solid #d7dfe3;
  padding-right: 16px;
  color: #204659;
}

/* line 181, app/assets/stylesheets/components/messages.scss */
.main-content__message .message__rating-subtitle {
  color: #485c66;
}

@media (max-width: 1255.98px) {
  /* line 186, app/assets/stylesheets/components/messages.scss */
  .main-content__message .message-time,
.main-content__message .message-author {
    font-size: 0.75rem;
    line-height: 16px;
  }
  /* line 192, app/assets/stylesheets/components/messages.scss */
  .main-content__message .message__content {
    font-size: 0.875rem;
    padding: 10px;
    line-height: 18px;
  }
}

/* line 200, app/assets/stylesheets/components/messages.scss */
.main-content__message--recieved {
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 204, app/assets/stylesheets/components/messages.scss */
.main-content__message--recieved .message__content {
  margin-left: 40px;
}

/* line 207, app/assets/stylesheets/components/messages.scss */
.main-content__message--recieved .message__content .typing-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 3px;
  border-radius: 50%;
  background: #19bcc9;
  animation: wave 1.3s linear infinite;
}

/* line 216, app/assets/stylesheets/components/messages.scss */
.main-content__message--recieved .message__content .typing-dot:nth-child(2) {
  animation-delay: -1.1s;
}

/* line 220, app/assets/stylesheets/components/messages.scss */
.main-content__message--recieved .message__content .typing-dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-7px);
  }
}

/* line 237, app/assets/stylesheets/components/messages.scss */
.main-content__message--sent {
  justify-content: flex-end;
  align-items: flex-end;
}

/* line 241, app/assets/stylesheets/components/messages.scss */
.main-content__message--sent .message__content {
  background-color: #e7ecef;
}

/* line 245, app/assets/stylesheets/components/messages.scss */
.main-content__message--sent .message-time,
.main-content__message--sent .message__header {
  display: flex;
  flex-flow: row-reverse;
}

/* line 251, app/assets/stylesheets/components/messages.scss */
.main-content__message--sent .author {
  padding-left: 0;
}

/* line 254, app/assets/stylesheets/components/messages.scss */
.main-content__message--sent .author img {
  right: 0;
  left: auto;
}

/* line 260, app/assets/stylesheets/components/messages.scss */
.main-content__message--sent .message-time {
  margin-right: 10px;
  margin-left: 0;
}

/* line 269, app/assets/stylesheets/components/messages.scss */
.main-content__message--alarm .message__content,
.main-content__message--neutral .message__content,
.main-content__message--success .message__content {
  width: 100%;
  text-align: center;
}

/* line 273, app/assets/stylesheets/components/messages.scss */
.main-content__message--alarm .message__content .message__description,
.main-content__message--neutral .message__content .message__description,
.main-content__message--success .message__content .message__description {
  color: #fff;
}

/* line 277, app/assets/stylesheets/components/messages.scss */
.main-content__message--alarm .message__content p,
.main-content__message--neutral .message__content p,
.main-content__message--success .message__content p {
  margin: 0;
}

/* line 281, app/assets/stylesheets/components/messages.scss */
.main-content__message--alarm .message__content a,
.main-content__message--neutral .message__content a,
.main-content__message--success .message__content a {
  color: #fff;
}

/* line 288, app/assets/stylesheets/components/messages.scss */
.main-content__message--alarm .message__content {
  border-color: #e3454b;
  background-color: #e3454b;
}

/* line 295, app/assets/stylesheets/components/messages.scss */
.main-content__message--neutral .message__content {
  border-color: #485c66;
  background-color: #485c66;
}

/* line 302, app/assets/stylesheets/components/messages.scss */
.main-content__message--success .message__content {
  border-color: #2baf9f;
  background-color: #2baf9f;
}

/* line 308, app/assets/stylesheets/components/messages.scss */
.message-attachment {
  min-height: 74px;
  border-top: 1px solid #d7dfe3;
  padding: 16px 16px 16px 0;
  justify-content: space-between;
  text-decoration: none;
}

/* line 316, app/assets/stylesheets/components/messages.scss */
.message-attachment.message-attachment--aligned {
  flex-wrap: nowrap;
}

/* line 321, app/assets/stylesheets/components/messages.scss */
.message-attachment__body {
  width: calc(100% - 68px);
  margin-right: 4px;
}

/* line 325, app/assets/stylesheets/components/messages.scss */
.message-attachment__body p {
  overflow: hidden;
  margin-bottom: 4px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 575.98px) {
  /* line 325, app/assets/stylesheets/components/messages.scss */
  .message-attachment__body p {
    max-width: 127px;
  }
}

/* line 337, app/assets/stylesheets/components/messages.scss */
.message-attachment__body p:last-of-type {
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 18px;
}

/* line 343, app/assets/stylesheets/components/messages.scss */
.message-attachment__body .message-attachment__filename {
  color: #204659;
}

/* line 347, app/assets/stylesheets/components/messages.scss */
.message-attachment__body .message-attachment__filesize {
  color: #969b9e;
}

/* line 351, app/assets/stylesheets/components/messages.scss */
.message-attachment__body .message-attachment__filesize:hover {
  color: #969b9e;
}

/* line 356, app/assets/stylesheets/components/messages.scss */
.message-attachment__icon-container {
  display: flex;
  color: #204659;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

/* line 363, app/assets/stylesheets/components/messages.scss */
.message-attachment__icon-container .message-attachment__icon {
  margin: 0;
}

/* line 368, app/assets/stylesheets/components/messages.scss */
.message-attachment__icon-container--big {
  width: 48px;
  height: 42px;
}

/* line 372, app/assets/stylesheets/components/messages.scss */
.message-attachment__icon-container--big .message-attachment__icon {
  font-size: 1rem;
}

/* line 377, app/assets/stylesheets/components/messages.scss */
.message-attachment__icon-container--small {
  width: 20px;
  padding-top: 4px;
  justify-content: flex-start;
}

/* line 382, app/assets/stylesheets/components/messages.scss */
.message-attachment__icon-container--small .message-attachment__icon {
  font-size: 0.75rem;
}

/* line 387, app/assets/stylesheets/components/messages.scss */
.message-attachment__icon--file-extension {
  font-size: 1rem;
}

/* line 391, app/assets/stylesheets/components/messages.scss */
.message-attachment__icon--file-close {
  font-size: 0.75rem;
}

/* line 396, app/assets/stylesheets/components/messages.scss */
.attachments__files .message-attachment {
  padding-right: 15px;
  color: #485c66;
  text-decoration: none;
  word-break: break-all;
}

/* line 402, app/assets/stylesheets/components/messages.scss */
.attachments__files .message-attachment:last-child {
  padding-right: 16px;
}

/* line 406, app/assets/stylesheets/components/messages.scss */
.attachments__files .message-attachment:hover {
  color: #19bcc9;
}

/* line 411, app/assets/stylesheets/components/messages.scss */
.attachments__files i,
.attachments__files span {
  display: inline-block;
}

/* line 418, app/assets/stylesheets/components/messages.scss */
.attachments__images .message-attachment {
  position: relative;
  height: 70px;
  overflow: hidden;
}

/* line 424, app/assets/stylesheets/components/messages.scss */
.attachments__images img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  width: 100%;
  margin: auto;
}

/* line 431, app/assets/stylesheets/components/messages.scss */
.attachments__images img:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* line 438, app/assets/stylesheets/components/messages.scss */
.new-messade-indicator {
  position: relative;
  height: 24px;
  margin: 10px 0;
  padding-left: 60px;
}

/* line 444, app/assets/stylesheets/components/messages.scss */
.new-messade-indicator::before, .new-messade-indicator.details-box__separator::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #ce3c5c;
  content: '';
}

/* line 458, app/assets/stylesheets/components/messages.scss */
.new-messade-indicator__message {
  font-size: 0.75rem;
  position: absolute;
  border-radius: 5px;
  background-color: #ce3c5c;
  padding: 0 12px;
  color: #fff;
  line-height: 24px;
}

/* line 5, app/assets/stylesheets/components/_conversations.scss */
.conversation__note {
  margin: 40px 0;
  text-align: center;
  color: #ce3c5c;
}

/* line 11, app/assets/stylesheets/components/_conversations.scss */
.conversation__form {
  margin-bottom: 40px;
}

/* line 15, app/assets/stylesheets/components/_conversations.scss */
.conversation__context {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5eaec;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.conversation__context:before, .conversation__context:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.conversation__context:after {
  clear: both;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.conversation__offer-actions:before, .conversation__offer-actions:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.conversation__offer-actions:after {
  clear: both;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.conversation__offer-actions > form:before, .conversation__offer-actions > form:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.conversation__offer-actions > form:after {
  clear: both;
}

/* line 29, app/assets/stylesheets/components/_conversations.scss */
.conversation__offer-actions p {
  margin: 10px 0 0 0;
}

/* line 35, app/assets/stylesheets/components/_conversations.scss */
.header__actions a {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/components/_forum-boards.scss */
.forum-board {
  padding: 20px 0;
  border-bottom: 1px solid #e5eaec;
}

/* line 5, app/assets/stylesheets/components/_forum-boards.scss */
.forum-board:nth-child(2n) {
  background: #ebeff1;
}

/* line 10, app/assets/stylesheets/components/_forum-boards.scss */
.forum-board:hover .forum-board__icon {
  color: #ce3c5c;
}

/* line 14, app/assets/stylesheets/components/_forum-boards.scss */
.forum-board:hover .forum-board__title {
  color: #ce3c5c;
}

/* line 17, app/assets/stylesheets/components/_forum-boards.scss */
.forum-board:hover .forum-board__title a {
  color: inherit;
}

/* line 24, app/assets/stylesheets/components/_forum-boards.scss */
.forum-board__icon {
  padding-top: 2px;
  transition: 0.15s ease-in-out all;
  text-align: center;
  color: #536975;
}

@media (max-width: 967.98px) {
  /* line 24, app/assets/stylesheets/components/_forum-boards.scss */
  .forum-board__icon {
    position: absolute;
    right: 0;
  }
}

/* line 36, app/assets/stylesheets/components/_forum-boards.scss */
.forum-board__title {
  margin: 0 0 5px;
  font-weight: normal;
  line-height: 1.75;
}

/* line 41, app/assets/stylesheets/components/_forum-boards.scss */
.forum-board__title a {
  text-decoration: none;
  color: black;
}

/* line 47, app/assets/stylesheets/components/_forum-boards.scss */
.forum-board__description {
  color: #536975;
  line-height: 1.75;
}

/* line 52, app/assets/stylesheets/components/_forum-boards.scss */
.forum-board__metric {
  text-align: center;
  color: #536975;
}

/* line 56, app/assets/stylesheets/components/_forum-boards.scss */
.forum-board__metric b {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  color: black;
}

@media (max-width: 967.98px) {
  /* line 52, app/assets/stylesheets/components/_forum-boards.scss */
  .forum-board__metric {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
}

/* line 1, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic {
  padding: 10px 0;
  border-bottom: 1px solid #e5eaec;
}

/* line 6, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic.is-without-tags .forum-topic__title {
  margin-top: 10px;
}

/* line 11, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic:nth-child(2n) {
  background: #ebeff1;
}

/* line 16, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic:hover .forum-topic__title {
  color: #ce3c5c;
}

/* line 19, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic:hover .forum-topic__title a {
  color: inherit;
}

/* line 26, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic__title {
  display: flex;
  margin: 0 0 5px;
  flex-wrap: wrap;
  font-weight: normal;
  transition: 0.2s ease-in-out color;
  font-size: 1.1875rem;
}

/* line 34, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic__title span {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 5px;
  background: #e5eaec;
  border: 1px solid #dce3e6;
  font-size: 0.875rem;
}

/* line 43, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic__title a {
  display: block;
  max-width: 100%;
  text-decoration: none;
  color: black;
}

/* line 51, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic__link {
  display: flex;
}

/* line 55, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic__content {
  padding-left: 15px;
}

/* line 58, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic__content .tag-list {
  margin-bottom: 5px;
}

/* line 63, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic__last-post {
  font-size: 0.875rem;
  color: #485c66;
}

/* line 67, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic__last-post span {
  display: block;
}

/* line 72, app/assets/stylesheets/components/_forum-topic.scss */
.forum-board__stats {
  display: flex;
  padding: 0.5rem 1.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 79, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic__stats {
  font-size: 0.875rem;
}

/* line 83, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic__metric {
  text-align: center;
  color: #536975;
}

/* line 87, app/assets/stylesheets/components/_forum-topic.scss */
.forum-topic__metric b {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  color: black;
}

/* line 5, app/assets/stylesheets/components/_listed-products.scss */
.listed-product__title {
  display: block;
  font-size: 1.125rem;
  color: #ce3c5c;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/components/_listed-products.scss */
.listed-product__actions .print-button {
  display: block;
  margin: 2px auto;
}

/* line 24, app/assets/stylesheets/components/_listed-products.scss */
.listed-product__image.is-with-credit-badge {
  position: relative;
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/components/_listed-products.scss */
.listed-product__image img {
  border: 2px solid white;
}

/* line 34, app/assets/stylesheets/components/_listed-products.scss */
.listed-product__shop-credit-badge {
  font-size: 0.625rem;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  z-index: 100;
  top: -10px;
  right: 50%;
  width: 100px;
  padding: 10px 0 0;
  background: #ce3c5c;
  color: #fff;
  text-align: center;
  opacity: 0.7;
}

/* line 50, app/assets/stylesheets/components/_listed-products.scss */
.listed-product__type {
  font-size: 0.875rem;
  line-height: 20px;
  color: #485c66;
}

/* line 56, app/assets/stylesheets/components/_listed-products.scss */
.listed-product__date {
  font-size: 0.875rem;
  line-height: 20px;
  color: #485c66;
}

/* line 66, app/assets/stylesheets/components/_listed-products.scss */
.listed-product__discount {
  color: #ce3c5c;
}

/* line 71, app/assets/stylesheets/components/_listed-products.scss */
.listed-product--card .listed-product__image {
  width: 130px;
  display: inline-block;
}

/* line 75, app/assets/stylesheets/components/_listed-products.scss */
.listed-product--card .listed-product__image img {
  width: 100%;
  border: none;
}

/* line 81, app/assets/stylesheets/components/_listed-products.scss */
.listed-product--card .listed-product__info {
  display: inline-block;
  width: calc(100% - 140px);
  float: none;
  padding: 10px 0 10px 20px;
  color: #485c66;
}

/* line 88, app/assets/stylesheets/components/_listed-products.scss */
.listed-product--card .listed-product__info small {
  font-size: 1rem;
  line-height: 1.85;
}

/* line 94, app/assets/stylesheets/components/_listed-products.scss */
.listed-product--card .listed-product__title {
  font-size: 1.25rem;
  color: #485c66;
  padding-bottom: 3px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.listed-product--card .listed-product__title:hover {
  color: #159ca9;
}

/* line 102, app/assets/stylesheets/components/_listed-products.scss */
.listed-product--card .purchase-date {
  font-weight: 600;
}

/* line 106, app/assets/stylesheets/components/_listed-products.scss */
.listed-product--card .listed-product__shop-credit-badge {
  right: 58%;
}

/* line 110, app/assets/stylesheets/components/_listed-products.scss */
.listed-product--card .listed-product__actions {
  padding: 10px 20px 10px 0;
}

/* line 113, app/assets/stylesheets/components/_listed-products.scss */
.listed-product--card .listed-product__actions .row:last-child {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

/* line 120, app/assets/stylesheets/components/_listed-products.scss */
.listed-product--card .listed-product__price {
  font-size: 1.5rem;
  margin-bottom: 50px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1;
  color: #3f444c;
}

/* line 129, app/assets/stylesheets/components/_listed-products.scss */
.listed-product--card .payment-status {
  font-size: 1rem;
  color: #bcbcbc;
}

/* line 1, app/assets/stylesheets/components/_profile-headers.scss */
.profile-header {
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/components/_profile-headers.scss */
.profile-header__side {
  padding-top: 30px;
  text-align: right;
}

@media (min-width: 968px) {
  /* line 11, app/assets/stylesheets/components/_profile-headers.scss */
  .profile-header__content--with-banner {
    margin-top: 20px;
  }
}

/* line 2, app/assets/stylesheets/components/_profile-layout.scss */
.profile-layout__boost-credits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

/* line 9, app/assets/stylesheets/components/_profile-layout.scss */
.profile-layout__boost-credits-text {
  color: rgba(30, 39, 50, 0.8);
  font-size: 14px;
  font-weight: 400;
}

/* line 15, app/assets/stylesheets/components/_profile-layout.scss */
.profile-layout__boost-credits-value {
  color: #1e2732;
  font-size: 14px;
  font-weight: 600;
}

/* line 21, app/assets/stylesheets/components/_profile-layout.scss */
.profile-layout__boost-credits-tooltip {
  max-width: 200px;
  white-space: break-spaces;
}

/* line 26, app/assets/stylesheets/components/_profile-layout.scss */
.profile-layout__info-icon {
  font-size: 16px;
  color: rgba(30, 39, 50, 0.8);
}

/* line 1, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
  height: 800px;
  color: white;
  position: relative;
}

/* line 11, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo .content-heading {
  color: white;
}

/* line 14, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo .content-heading .content-heading__title {
  font-size: 3rem;
  line-height: 56px;
  color: white;
}

/* line 20, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo .content-heading .content-heading__subtitle {
  font-size: 1.5rem;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 27, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo .table {
  margin-bottom: 20px;
}

/* line 30, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo .table .is-heading {
  background: rgba(255, 255, 255, 0.1);
}

/* line 34, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo .table th {
  background: rgba(255, 255, 255, 0.2);
}

/* line 40, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__header {
  margin-top: 200px;
  text-align: center;
}

/* line 45, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__fees {
  display: none;
  margin-top: 50px;
  text-align: center;
}

/* line 51, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__fees-heading {
  font-size: 2.25rem;
  line-height: 42px;
}

/* line 56, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__footer {
  display: block;
  width: 100%;
  height: 220px;
  padding-top: 30px;
  background: rgba(24, 26, 30, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.sellers-promo__footer:before, .sellers-promo__footer:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.sellers-promo__footer:after {
  clear: both;
}

/* line 67, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__footer > .container {
  position: relative;
}

/* line 72, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__footer-section {
  display: block;
  width: 33%;
  height: 150px;
  padding: 0 2%;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 80, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__footer-section:first-child, .sellers-promo__footer-section.is-first {
  padding-left: 0;
}

/* line 85, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__footer-section:last-child, .sellers-promo__footer-section.is-last {
  border-right: 0;
  padding-right: 0;
}

/* line 92, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__footer-heading {
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 30px;
  color: white;
}

/* line 99, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__footer-description {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 20px;
}

/* line 104, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__footer-description p {
  margin: 0;
}

/* line 109, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-promo__fees-link {
  color: #19bcc9;
  text-decoration: none;
  position: absolute;
  top: -70px;
  left: 0;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.sellers-promo__fees-link:hover {
  color: white;
}

/* line 117, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-secondary-promo {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
  min-height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.sellers-secondary-promo > .container:before, .sellers-secondary-promo > .container:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.sellers-secondary-promo > .container:after {
  clear: both;
}

/* line 130, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-secondary-promo hr {
  margin: 35px 0;
  background: rgba(255, 255, 255, 0.2);
}

/* line 136, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-secondary-promo__section {
  width: 49.5621716287%;
  float: left;
  margin-right: 0.8756567426%;
  padding-right: 35px;
}

/* line 140, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-secondary-promo__section.is-last {
  padding-right: 0;
  float: right;
  margin-right: 0;
}

/* line 146, app/assets/stylesheets/components/_sellers-promos.scss */
.sellers-secondary-promo__heading {
  font-size: 2.25rem;
  line-height: 42px;
  font-weight: 300;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.share-block:before, .share-block:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.share-block:after {
  clear: both;
}

/* line 5, app/assets/stylesheets/components/_share-blocks.scss */
.share-block__options {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

/* line 9, app/assets/stylesheets/components/_share-blocks.scss */
.share-block__options > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}

/* line 14, app/assets/stylesheets/components/_share-blocks.scss */
.share-block__options > li:last-child {
  margin-right: 0;
}

/* line 20, app/assets/stylesheets/components/_share-blocks.scss */
.share-block__info {
  margin-top: 10px;
}

/* line 24, app/assets/stylesheets/components/_share-blocks.scss */
.share-block__bonuses {
  text-align: left;
  font-size: 0.75rem;
}

/* line 28, app/assets/stylesheets/components/_share-blocks.scss */
.share-block__bonuses > li {
  padding: 3px 0;
}

/* line 1, app/assets/stylesheets/components/_share-options.scss */
.share-option {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 3px solid transparent;
  background: #f4f6f7;
  position: relative;
  cursor: pointer;
  transition: 0.15s ease-in-out all;
}

/* line 13, app/assets/stylesheets/components/_share-options.scss */
.share-option a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/components/_share-options.scss */
.share-option .icon,
.share-option .share-option__container {
  display: block;
  width: 60px;
  height: 60px;
  margin: 8px auto 0;
}

/* line 28, app/assets/stylesheets/components/_share-options.scss */
.share-option .share-option__container {
  border-radius: 50%;
}

/* line 32, app/assets/stylesheets/components/_share-options.scss */
.share-option .share-option__label {
  display: block;
  width: 160%;
  font-size: 0.8125rem;
  color: #485c66;
  font-weight: bold;
  position: absolute;
  left: -30%;
  bottom: -30px;
}

/* line 44, app/assets/stylesheets/components/_share-options.scss */
.share-option:hover {
  border: 3px solid #ce3c5c;
  background: #ebeff1;
}

/* line 48, app/assets/stylesheets/components/_share-options.scss */
.share-option:hover .share-option__label {
  color: #ce3c5c;
}

/* line 55, app/assets/stylesheets/components/_share-options.scss */
.share-option--facebook .fa-circle {
  color: #3c5a99;
}

/* line 61, app/assets/stylesheets/components/_share-options.scss */
.share-option--twitter .fa-circle {
  color: #1da1f2;
}

/* line 67, app/assets/stylesheets/components/_share-options.scss */
.share-option--facebook-like .share-option__target {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 77, app/assets/stylesheets/components/_share-options.scss */
.share-option--facebook-like .share-option__container {
  background: linear-gradient(#4c69ba, #3c5a99);
}

/* line 1, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

/* line 6, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content ul {
  list-style: none;
  padding-left: 0;
}

/* line 11, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content h4 {
  margin-top: -15px;
}

/* line 15, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content h3 {
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content .tutorials__title {
  margin-top: 0;
}

/* line 26, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content a {
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content .tutorials__author {
  font-weight: normal;
}

/* line 35, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content .tutorials-item__info span {
  vertical-align: bottom;
}

/* line 39, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content .tutorials-item__info .tags-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  /* line 45, app/assets/stylesheets/components/_tutorial-content.scss */
  .tutorials-item__content .tutorials-item__info .community-links {
    width: 100%;
    text-align: center;
  }
}

/* line 53, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content .tutorials-item__info--mobile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 59, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content .tag-list {
  margin-bottom: 10px;
  top: 5px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: auto;
}

/* line 67, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content .tag-list.software {
  margin-right: 10px;
}

/* line 71, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content .tag-list ul {
  list-style: none;
}

/* line 74, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content .tag-list ul li {
  border-radius: 3px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #3f444c;
  color: #f4f6f7;
}

/* line 81, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content .tag-list ul li:first-child {
  padding-left: 3px;
}

/* line 88, app/assets/stylesheets/components/_tutorial-content.scss */
.tutorials-item__content .community-list {
  margin-bottom: 15px;
  margin-right: 20px;
  top: 5px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

/* line 3, app/assets/stylesheets/components/_action.scss */
.action {
  font-size: 0.875rem;
  border: 1px solid #fff;
  border-radius: 5px;
  background: none;
  color: #131518;
  opacity: 0.6;
  transition: 0.15s ease-in-out opacity, 0.15s ease-in-out background;
  padding: 4px 5px;
}

/* line 13, app/assets/stylesheets/components/_action.scss */
.action:hover {
  opacity: 1;
  color: #fff;
  background: #19bcc9;
}

/* line 19, app/assets/stylesheets/components/_action.scss */
.action.is-arrow-left {
  padding: 4px 5px 4px 4px;
}

/* line 23, app/assets/stylesheets/components/_action.scss */
.action.is-arrow-right {
  padding: 4px 3px 4px 6px;
}

/* line 27, app/assets/stylesheets/components/_action.scss */
.action.is-eye {
  padding: 3px 5px 5px;
}

/* line 1, app/assets/stylesheets/components/_banner.scss */
.internal-banner, .business-banner {
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 9, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__link, .business-banner .banner__link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 46px 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

/* line 18, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__link:hover, .business-banner .banner__link:hover {
  opacity: 0.7;
}

/* line 23, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__link--flex, .business-banner .banner__link--flex, .business-banner.business-banner--order-page .banner__link, .business-banner.business-banner--purchases .banner__link {
  display: flex;
  align-items: center;
}

/* line 27, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__link--flex .banner__title, .business-banner .banner__link--flex .banner__title, .business-banner.business-banner--order-page .banner__link .banner__title, .business-banner.business-banner--purchases .banner__link .banner__title,
.internal-banner .banner__link--flex .banner__services-list,
.business-banner .banner__link--flex .banner__services-list,
.business-banner.business-banner--order-page .banner__link .banner__services-list,
.business-banner.business-banner--purchases .banner__link .banner__services-list {
  flex: 1 1 0;
}

/* line 33, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__title, .business-banner .banner__title {
  font-size: 2.75rem;
  margin: 0 auto;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.7px;
  text-align: center;
}

@media (max-width: 967.98px) {
  /* line 33, app/assets/stylesheets/components/_banner.scss */
  .internal-banner .banner__title, .business-banner .banner__title {
    max-width: 500px;
  }
}

/* line 46, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__services-list, .business-banner .banner__services-list {
  font-size: 1.25rem;
  display: inline-block;
  margin: 32px 0;
  padding-left: 20px;
}

/* line 52, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__services-list li, .business-banner .banner__services-list li {
  margin-bottom: 16px;
  text-align: left;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* line 57, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__services-list li:last-child, .business-banner .banner__services-list li:last-child {
  margin-bottom: 0;
}

/* line 63, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__services-list--small, .business-banner .banner__services-list--small, .business-banner.business-banner--guest-order .banner__services-list, .business-banner.business-banner--purchases .banner__services-list {
  font-size: 1rem;
  margin: 0;
}

/* line 67, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__services-list--small li, .business-banner .banner__services-list--small li, .business-banner.business-banner--guest-order .banner__services-list li, .business-banner.business-banner--purchases .banner__services-list li {
  margin-bottom: 6px;
}

/* line 70, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__services-list--small li:last-child, .business-banner .banner__services-list--small li:last-child, .business-banner.business-banner--guest-order .banner__services-list li:last-child, .business-banner.business-banner--purchases .banner__services-list li:last-child {
  margin-bottom: 0;
}

/* line 76, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__services-list--tiny, .business-banner .banner__services-list--tiny, .business-banner.business-banner--order-page .banner__services-list {
  font-size: 0.875rem;
  margin: 0;
}

/* line 80, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__services-list--tiny li, .business-banner .banner__services-list--tiny li, .business-banner.business-banner--order-page .banner__services-list li {
  margin-bottom: 1px;
}

/* line 83, app/assets/stylesheets/components/_banner.scss */
.internal-banner .banner__services-list--tiny li:last-child, .business-banner .banner__services-list--tiny li:last-child, .business-banner.business-banner--order-page .banner__services-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 968px) {
  /* line 89, app/assets/stylesheets/components/_banner.scss */
  .internal-banner .banner__services-list--inline, .business-banner .banner__services-list--inline, .business-banner.business-banner--wish-list .banner__services-list, .business-banner.business-banner--home-page .banner__services-list {
    padding: 0;
    list-style-type: none;
  }
  /* line 94, app/assets/stylesheets/components/_banner.scss */
  .internal-banner .banner__services-list--inline li, .business-banner .banner__services-list--inline li, .business-banner.business-banner--wish-list .banner__services-list li, .business-banner.business-banner--home-page .banner__services-list li {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
    border-right: 1px solid #d7dfe3;
    padding: 8px 16px 8px 0;
  }
  /* line 101, app/assets/stylesheets/components/_banner.scss */
  .internal-banner .banner__services-list--inline li:last-child, .business-banner .banner__services-list--inline li:last-child, .business-banner.business-banner--wish-list .banner__services-list li:last-child, .business-banner.business-banner--home-page .banner__services-list li:last-child {
    margin: 0;
    border: 0;
    padding-right: 0;
  }
}

@media (min-width: 968px) and (max-width: 1255.98px) {
  /* line 89, app/assets/stylesheets/components/_banner.scss */
  .internal-banner .banner__services-list--inline, .business-banner .banner__services-list--inline, .business-banner.business-banner--wish-list .banner__services-list, .business-banner.business-banner--home-page .banner__services-list {
    font-size: 1rem;
  }
  /* line 112, app/assets/stylesheets/components/_banner.scss */
  .internal-banner .banner__services-list--inline li, .business-banner .banner__services-list--inline li, .business-banner.business-banner--wish-list .banner__services-list li, .business-banner.business-banner--home-page .banner__services-list li {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

/* line 119, app/assets/stylesheets/components/_banner.scss */
.internal-banner .btn-cta, .business-banner .btn-cta {
  color: #fff;
}

/* line 124, app/assets/stylesheets/components/_banner.scss */
.business-banner {
  background-image: url(/assets/business/banner/banner_bg-d60141da87faf7e7979ba4889223de566d4cda1c38b0e3c5ae3f0d884ac9f440.png);
}

/* line 128, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--home-page {
  border-radius: 0;
  box-shadow: none;
}

/* line 137, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--wish-list {
  margin: 64px 0;
}

/* line 146, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--purchases .banner__link {
  padding: 24px 16px;
}

/* line 151, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--purchases .banner__title {
  font-size: 1.875rem;
  margin-right: 24px;
  line-height: 1;
  letter-spacing: -1.2px;
}

@media (max-width: 1255.98px) {
  /* line 163, app/assets/stylesheets/components/_banner.scss */
  .business-banner.business-banner--purchases .banner__cta {
    display: none;
  }
}

@media (max-width: 967.98px) {
  /* line 169, app/assets/stylesheets/components/_banner.scss */
  .business-banner.business-banner--purchases .banner__title {
    font-size: 1.5rem;
    margin-right: 10px;
  }
  /* line 174, app/assets/stylesheets/components/_banner.scss */
  .business-banner.business-banner--purchases .banner__services-list {
    font-size: 0.875rem;
  }
}

/* line 180, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--order-page {
  margin-bottom: 24px;
}

/* line 183, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--order-page .banner__link {
  padding: 16px;
}

/* line 188, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--order-page .banner__title {
  font-size: 1.5rem;
  margin-right: 10px;
}

/* line 197, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--order-page .banner__cta {
  display: none;
}

@media (max-width: 967.98px) {
  /* line 180, app/assets/stylesheets/components/_banner.scss */
  .business-banner.business-banner--order-page {
    margin-top: 24px;
  }
}

/* line 206, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--guest-order {
  margin-bottom: 24px;
}

/* line 209, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--guest-order .banner__link {
  padding: 24px 16px;
}

/* line 213, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--guest-order .banner__title {
  font-size: 2.25rem;
  line-height: 1.06;
  letter-spacing: -0.8px;
}

/* line 219, app/assets/stylesheets/components/_banner.scss */
.business-banner.business-banner--guest-order .banner__services-list {
  margin: 24px 0;
}

@media (min-width: 576px) and (max-width: 967.98px) {
  /* line 225, app/assets/stylesheets/components/_banner.scss */
  .business-banner.business-banner--guest-order .banner__link {
    display: flex;
    align-items: center;
  }
  /* line 230, app/assets/stylesheets/components/_banner.scss */
  .business-banner.business-banner--guest-order .banner__title,
.business-banner.business-banner--guest-order .banner__services-list {
    margin: 0;
    flex: 1 1 0;
  }
  /* line 236, app/assets/stylesheets/components/_banner.scss */
  .business-banner.business-banner--guest-order .banner__cta {
    display: none;
  }
}

/* line 243, app/assets/stylesheets/components/_banner.scss */
.new-banner {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 50px;
  margin-bottom: 42px;
  min-height: 332px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 256, app/assets/stylesheets/components/_banner.scss */
.new-banner ul {
  padding: 0 16px;
}

/* line 260, app/assets/stylesheets/components/_banner.scss */
.new-banner__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 268, app/assets/stylesheets/components/_banner.scss */
.new-banner__cta {
  background-color: #7370b3 !important;
  border-color: #7370b3 !important;
}

@media (min-width: 576px) {
  /* line 274, app/assets/stylesheets/components/_banner.scss */
  .new-banner__heading {
    max-width: 50%;
    margin-bottom: 27px;
  }
  /* line 279, app/assets/stylesheets/components/_banner.scss */
  .new-banner__content {
    max-width: 59%;
  }
}

@media (min-width: 1256px) and (max-width: 1575.98px) {
  /* line 285, app/assets/stylesheets/components/_banner.scss */
  .new-banner__content--wide {
    max-width: 70%;
  }
}

@media (min-width: 1256px) {
  /* line 291, app/assets/stylesheets/components/_banner.scss */
  .new-banner__heading {
    max-width: 66%;
  }
}

/* line 297, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  background-image: url(/assets/design_partnership/wildcat_hero-eae02a78d22761fc7703eca44d9ab65336dfb0021aa75dc48778fd3162f537b9.webp);
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
}

/* line 307, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner .banner__link {
  display: block;
  padding: 40px 16px;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 576px) and (max-width: 967.98px) {
  /* line 307, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__link {
    padding: 72px 44px;
  }
}

@media (min-width: 968px) {
  /* line 307, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__link {
    display: flex;
    padding: 72px 100px;
    flex-direction: row;
    align-items: center;
  }
  /* line 323, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__link .banner__heading,
.wildcat-banner .banner__link .banner__benefits-list {
    flex-grow: 2;
  }
  /* line 328, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__link .banner__cta {
    flex-grow: 1;
  }
}

/* line 333, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner .banner__link:hover {
  opacity: 0.95;
}

/* line 338, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner .banner-content {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 968px) {
  /* line 338, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner-content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

/* line 350, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner .banner__heading {
  color: #fff;
}

/* line 354, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner .banner__title {
  font-size: 1.25rem;
  margin: 0;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: #000 0 2px 24px;
}

@media (min-width: 576px) {
  /* line 354, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__title {
    font-size: 2rem;
  }
}

@media (min-width: 968px) {
  /* line 354, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__title {
    font-size: 2.375rem;
    max-width: 313px;
    line-height: 1.5;
  }
}

@media (min-width: 1256px) and (max-width: 1575.98px) {
  /* line 354, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__title {
    max-width: 400px;
  }
}

@media (min-width: 1576px) {
  /* line 354, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__title {
    font-size: 3.5rem;
    max-width: 520px;
    line-height: 1.5;
  }
}

/* line 382, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner .banner__subtitle {
  font-size: 1rem;
  padding: 0 10px;
}

/* line 387, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner .banner__benefits-list {
  font-size: 0.875rem;
  color: #fff;
}

@media (max-width: 575.98px) {
  /* line 387, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__benefits-list {
    margin: 20px 0;
  }
}

@media (min-width: 576px) and (max-width: 967.98px) {
  /* line 387, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__benefits-list {
    margin: 35px 0;
  }
}

@media (min-width: 576px) {
  /* line 387, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__benefits-list {
    font-size: 1.125rem;
    padding-right: 12px;
  }
}

@media (min-width: 1576px) {
  /* line 387, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .banner__benefits-list {
    font-size: 1.3125rem;
  }
}

/* line 409, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner .benefits-list__item {
  margin-bottom: 4px;
}

/* line 412, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner .benefits-list__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1256px) {
  /* line 409, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner .benefits-list__item {
    margin-bottom: 12px;
  }
}

/* line 421, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner .banner__cta {
  white-space: nowrap;
}

/* line 425, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--projects-listing {
  margin-top: 40px;
}

/* line 429, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--community, .wildcat-banner.wildcat-banner--my-models-listing, .wildcat-banner.wildcat-banner--projects-pending-tab, .wildcat-banner.wildcat-banner--seller-dashboard {
  margin-bottom: 40px;
}

/* line 437, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--seller-dashboard.top-banner {
  margin: 10px auto;
}

/* line 440, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--seller-dashboard.top-banner .banner__link {
  padding: 32px;
}

@media (max-width: 575.98px) {
  /* line 445, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner.wildcat-banner--seller-dashboard.top-banner .banner__link {
    padding: 16px;
  }
  /* line 449, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner.wildcat-banner--seller-dashboard.top-banner .banner__benefits-list {
    margin-bottom: 0;
  }
  /* line 453, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner.wildcat-banner--seller-dashboard.top-banner .banner__cta {
    display: none;
  }
}

@media (min-width: 968px) {
  /* line 459, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner.wildcat-banner--seller-dashboard.top-banner .banner__link {
    padding: 16px 100px;
  }
}

/* line 467, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--free-download .banner__link {
  padding: 64px 24px;
  flex-direction: column;
}

/* line 472, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--free-download .banner-content {
  flex-direction: column;
}

@media (min-width: 576px) {
  /* line 476, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner.wildcat-banner--free-download .banner__title {
    font-size: 2rem;
  }
}

@media (min-width: 576px) {
  /* line 482, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner.wildcat-banner--free-download .banner__subtitle {
    font-size: 1.375rem;
  }
}

/* line 488, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--free-download .banner__cta {
  margin-top: 28px;
}

/* line 493, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--free-listing {
  height: 100%;
  min-height: 171px;
}

/* line 497, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--free-listing .banner__link {
  display: flex;
  height: 100%;
  padding: 0 4px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

/* line 506, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--free-listing .banner-content {
  height: auto;
  flex-direction: column;
}

/* line 511, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--free-listing .banner__heading {
  flex-grow: unset;
}

/* line 515, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--free-listing .banner__title {
  font-size: 1.25rem;
}

/* line 519, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--free-listing .banner__subtitle {
  font-size: 1rem;
}

/* line 523, app/assets/stylesheets/components/_banner.scss */
.wildcat-banner.wildcat-banner--free-listing .banner__cta {
  margin-top: 24px;
}

@media (min-width: 576px) and (max-width: 967.98px) {
  /* line 297, app/assets/stylesheets/components/_banner.scss */
  .wildcat-banner {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 1, app/assets/stylesheets/components/_loyalty-level-progress-bars.scss */
.loyalty-level-progress {
  width: 80%;
  margin: 20px auto;
}

/* line 5, app/assets/stylesheets/components/_loyalty-level-progress-bars.scss */
.loyalty-level-progress .loyalty-level-progress__title {
  font-size: 1.25rem;
  margin-bottom: 15px;
}

/* line 10, app/assets/stylesheets/components/_loyalty-level-progress-bars.scss */
.loyalty-level-progress .loyalty-level-progress__progress {
  margin-bottom: 5px;
}

/* line 13, app/assets/stylesheets/components/_loyalty-level-progress-bars.scss */
.loyalty-level-progress .loyalty-level-progress__progress span {
  font-size: 0.875rem;
}

/* line 17, app/assets/stylesheets/components/_loyalty-level-progress-bars.scss */
.loyalty-level-progress .loyalty-level-progress__progress .progress-bar, .loyalty-level-progress .loyalty-level-progress__progress .progress-bar--thin {
  width: 97%;
  margin: 2px auto;
}

/* line 24, app/assets/stylesheets/components/_loyalty-level-progress-bars.scss */
.loyalty-level-progress .current-loyalty-level .credit-earn-rate {
  font-size: 1.0625rem;
  margin-right: 5px;
}

/* line 31, app/assets/stylesheets/components/_loyalty-level-progress-bars.scss */
.loyalty-level-progress--dark {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #2d3036;
  background: #3f444c;
  color: #fff;
}

/* line 38, app/assets/stylesheets/components/_loyalty-level-progress-bars.scss */
.loyalty-level-progress--small {
  width: 100%;
  padding: 5px;
}

/* line 42, app/assets/stylesheets/components/_loyalty-level-progress-bars.scss */
.loyalty-level-progress--small .loyalty-level-progress__title {
  font-size: 1rem;
  margin-bottom: 15px;
}

/* line 48, app/assets/stylesheets/components/_loyalty-level-progress-bars.scss */
.loyalty-level-progress--transparent {
  border: transparent;
  background: none;
}

/* line 52, app/assets/stylesheets/components/_loyalty-level-progress-bars.scss */
.loyalty-level-progress--transparent.has-border {
  border: 1px solid rgba(35, 39, 44, 0.16);
}

/* line 5, app/assets/stylesheets/components/_spinners.scss */
.is-updating-with-spinner {
  position: relative;
}

/* line 8, app/assets/stylesheets/components/_spinners.scss */
.is-updating-with-spinner:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #f4f6f7 url(/assets/preloader_big_new-398f9708f21ba4acc9fbbb6a8f6ca96e8483b973128f6e588370fed964f03075.gif) no-repeat center;
  content: "";
  opacity: 0.5;
}

/* line 22, app/assets/stylesheets/components/_spinners.scss */
.is-updating-with-spinner--expanded::after {
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}

/* line 32, app/assets/stylesheets/components/_spinners.scss */
.spinner--horizontal:after {
  background-image: url(/assets/@cgtrader/cgtrader-ui/images/preloader_horizontal-040e5dba03a92687a937352e4aae96da42e89b75a5fd735f06a4ae11b1dc747d.gif);
}

/* line 38, app/assets/stylesheets/components/_spinners.scss */
.spinner--top:after {
  background-position: 50% 15%;
}

/* line 43, app/assets/stylesheets/components/_spinners.scss */
.spinner--top.is-fixed:after {
  background-position: 50% 130px;
}

/* line 1, app/assets/stylesheets/components/_loading-content-spinner.scss */
.loading-content {
  font-size: 1.25rem;
  margin: 200px auto;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/components/_categories-container.scss */
.categories-container {
  text-align: center;
}

/* line 4, app/assets/stylesheets/components/_categories-container.scss */
.categories-container .category-item {
  width: 20%;
  height: 75px;
  margin: 5px 0 0;
  text-align: center;
}

/* line 10, app/assets/stylesheets/components/_categories-container.scss */
.categories-container .category-item a {
  text-decoration: none;
  color: #485c66;
  line-height: 1;
  transition: color 0.15s;
}

/* line 16, app/assets/stylesheets/components/_categories-container.scss */
.categories-container .category-item a .category-item-icon {
  font-size: 1.875rem;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 auto;
  line-height: 50px;
  color: #3f444c;
  transition: transform 0.15s;
}

/* line 28, app/assets/stylesheets/components/_categories-container.scss */
.categories-container .category-item a:hover {
  color: #159ca9;
}

/* line 31, app/assets/stylesheets/components/_categories-container.scss */
.categories-container .category-item a:hover .category-item-icon {
  transform: scale(1.2);
  color: #159ca9;
}

@media screen and (min-width: 640px) {
  /* line 4, app/assets/stylesheets/components/_categories-container.scss */
  .categories-container .category-item {
    width: 10%;
  }
}

/* line 3, app/assets/stylesheets/components/_datepicker.scss */
.day-picker {
  display: inline-block;
  font-size: 1rem;
}

/* line 8, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__wrapper {
  position: relative;
  padding-bottom: 1em;
  flex-direction: row;
  user-select: none;
}

/* line 15, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 21, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  user-select: none;
}

/* line 30, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__nav-button {
  display: inline-block;
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  width: 1.25em;
  height: 1.25em;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  color: #969b9e;
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__nav-button:hover {
  opacity: 0.8;
}

/* line 50, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__nav-button--prev {
  margin-right: 1.5em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC");
}

/* line 55, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__nav-button--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==");
}

/* line 59, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__nav-button--interaction-disabled {
  display: none;
}

/* line 63, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

/* line 69, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

/* line 75, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__weekdays {
  display: table-header-group;
  margin-top: 1em;
}

/* line 80, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__weekdays-row {
  display: table-row;
}

/* line 84, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__weekday {
  display: table-cell;
  padding: 0.5em;
  color: #969b9e;
  text-align: center;
  font-size: 0.875em;
}

/* line 91, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__weekday abbr[title] {
  border-bottom: 0;
  text-decoration: none;
}

/* line 97, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__body {
  display: table-row-group;
}

/* line 101, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__week {
  display: table-row;
}

/* line 105, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__day {
  display: table-cell;
  border-radius: 50%;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

/* line 114, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__week-number {
  display: table-cell;
  min-width: 1em;
  border-right: 1px solid #d7dfe3;
  padding: 0.5em;
  color: #969b9e;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

/* line 127, app/assets/stylesheets/components/_datepicker.scss */
.day-picker--interaction-disabled .day-picker__day {
  cursor: default;
}

/* line 132, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__footer {
  padding-top: 0.5em;
}

/* line 136, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__today-button {
  border: 0;
  background-color: transparent;
  background-image: none;
  color: #19bcc9;
  box-shadow: none;
  font-size: 0.875em;
  cursor: pointer;
}

/* line 148, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__day--today {
  color: #ce3c5c;
  font-weight: 700;
}

/* line 153, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__day--outside {
  color: #969b9e;
  cursor: default;
}

/* line 158, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__day--disabled {
  color: #e0e0e0;
  cursor: default;
}

/* line 165, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__day--selected:not(.day-picker__day--disabled):not(.day-picker__day--outside) {
  position: relative;
  background-color: #19bcc9;
  color: #ccf4eb;
}

/* line 171, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__day--selected:not(.day-picker__day--disabled):not(.day-picker__day--outside):hover {
  background-color: #96dfcf;
}

/* line 175, app/assets/stylesheets/components/_datepicker.scss */
.day-picker:not(.day-picker--interaction-disabled)
.day-picker__day:not(.day-picker__day--disabled):not(.day-picker__day--selected):not(.day-picker__day--outside):hover {
  background-color: #ccf4eb;
}

/* line 181, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__input {
  display: inline-block;
}

/* line 185, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__input input {
  height: 100%;
}

/* line 190, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__input-overlay-wrapper {
  position: relative;
}

/* line 194, app/assets/stylesheets/components/_datepicker.scss */
.day-picker__input-overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* line 2, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible, .Collapsible--grey {
  min-height: 46px;
  color: #485c66;
}

/* line 8, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible__contentInner {
  padding: 20px 30px;
}

/* line 11, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible__contentInner strong {
  color: #159ca9;
}

/* line 15, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible__contentInner p {
  margin-bottom: 10px;
}

/* line 18, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible__contentInner p:last-child {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible__trigger {
  position: relative;
  display: block;
  margin: 5px 0;
  padding: 10px 20px;
  background: #fff;
  color: #131518;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

/* line 36, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible__trigger:after {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  content: '\f107';
  transition: transform 300ms;
}

/* line 46, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible__trigger.is-open, .cgt-accordion.cgt-accordion--child .Collapsible__trigger.cgt-accordion__item.is-open {
  background: #159ca9;
  color: #fff;
  font-weight: 800;
}

/* line 51, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible__trigger.is-open:after, .cgt-accordion.cgt-accordion--child .Collapsible__trigger.cgt-accordion__item.is-open:after {
  transform: rotateZ(180deg);
}

/* line 56, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible__trigger.is-disabled {
  opacity: 0.6;
}

/* line 61, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--grey {
  color: #515151;
}

/* line 65, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--grey .Collapsible__contentInner {
  padding: 10px 0;
}

/* line 69, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--grey .Collapsible__trigger {
  background: #f0f0f0;
  color: #6d6d6d;
}

/* line 73, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--grey .Collapsible__trigger a {
  color: #6d6d6d;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.Collapsible--grey .Collapsible__trigger a:hover {
  color: #159ca9;
}

/* line 77, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--grey .Collapsible__trigger.is-open, .Collapsible--grey .cgt-accordion.cgt-accordion--child .Collapsible__trigger.cgt-accordion__item.is-open, .cgt-accordion.cgt-accordion--child .Collapsible--grey .Collapsible__trigger.cgt-accordion__item.is-open {
  background: #159ca9;
  color: #fff;
  font-weight: 400;
}

/* line 82, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--grey .Collapsible__trigger.is-open a, .Collapsible--grey .cgt-accordion.cgt-accordion--child .Collapsible__trigger.cgt-accordion__item.is-open a, .cgt-accordion.cgt-accordion--child .Collapsible--grey .Collapsible__trigger.cgt-accordion__item.is-open a {
  color: #fff;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.Collapsible--grey .Collapsible__trigger.is-open a:hover {
  color: #515151;
}

/* line 89, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent {
  min-height: unset;
}

/* line 92, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent .collapsible-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px 20px;
}

/* line 98, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent .collapsible-trigger__content {
  display: flex;
  align-items: center;
}

/* line 103, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent .collapsible-trigger__button {
  margin-left: 15px;
}

/* line 108, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent .Collapsible__trigger,
.Collapsible--transparent .Collapsible__trigger.is-open,
.Collapsible--transparent .cgt-accordion.cgt-accordion--child .Collapsible__trigger.cgt-accordion__item.is-open,
.cgt-accordion.cgt-accordion--child .Collapsible--transparent .Collapsible__trigger.cgt-accordion__item.is-open {
  margin: 0;
  background: transparent;
  padding: 0;
  color: #204659;
}

/* line 115, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent .Collapsible__trigger::after,
.Collapsible--transparent .Collapsible__trigger.is-open::after,
.Collapsible--transparent .cgt-accordion.cgt-accordion--child .Collapsible__trigger.cgt-accordion__item.is-open::after,
.cgt-accordion.cgt-accordion--child .Collapsible--transparent .Collapsible__trigger.cgt-accordion__item.is-open::after {
  top: 20px;
  right: 20px;
}

/* line 121, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent .Collapsible__contentInner {
  padding: 0 20px 20px;
}

/* line 125, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent.Collapsible--paddingless {
  border-top: 1px solid #f4f6f7;
}

/* line 130, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent.Collapsible--paddingless .Collapsible__trigger::after,
.Collapsible--transparent.Collapsible--paddingless .Collapsible__trigger.is-open::after {
  right: 4px;
}

/* line 135, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent.Collapsible--paddingless .Collapsible__trigger {
  padding: 20px 4px 0;
  transition: padding ease-in-out 0.3s;
}

/* line 139, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent.Collapsible--paddingless .Collapsible__trigger.is-open {
  padding: 20px 4px;
}

/* line 144, app/assets/stylesheets/components/_collapsible.scss */
.Collapsible--transparent.Collapsible--paddingless .Collapsible__contentInner {
  padding: 0;
}

/* line 1, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone {
  position: relative;
}

/* line 4, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .attach-dropzone__container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  border: 2px dashed #c8d2d7;
  border-radius: 3px;
  background: white url(/assets/upload_area_bg-8e1ac1ed7618e159f3e455d3e71c2e2ec4d0dbcba33470b2477976d9d2e28202.png) no-repeat 50% 20%;
}

/* line 15, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .attach-dropzone__container .attach-dropzone__text-box {
  font-size: 1.1875rem;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #485c66;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/* line 28, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .attach-dropzone__container--new {
  top: 25px;
  z-index: 2;
  width: 100%;
  border-color: #d5d5d5;
  background: #fff;
}

/* line 35, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .attach-dropzone__container--new .attach-dropzone__text-box {
  color: #d5d5d5;
  font-weight: 600;
}

/* line 40, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .attach-dropzone__container--new .svg-inline--fa {
  display: block;
  margin: 0 auto 10px;
}

/* line 47, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone label b {
  color: #dc3545;
  font-weight: 400;
}

/* line 53, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .container__input-with-attachments {
  padding: 0;
}

/* line 57, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .message-attachments {
  margin: 10px 10px 0;
}

/* line 60, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .message-attachments .message-attachments__title {
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #3f444c;
  font-weight: 600;
  line-height: 1;
}

/* line 68, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .message-attachments .attachments__image {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 68px;
  overflow: hidden;
  margin: 0 3px;
}

/* line 77, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .message-attachments .remove-image {
  font-size: 0.75rem;
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(35, 39, 44, 0.5);
  color: #fff;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .message-attachments img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 150%;
  transform: translateX(-50%) translateY(-50%);
}

/* line 102, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .message-attachments .attachments__file {
  text-transform: none;
}

/* line 107, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .attach-file-button {
  width: 36px;
  margin-left: auto;
  padding: 5px 10px;
}

/* line 113, app/assets/stylesheets/components/_dropzone.scss */
.attach-dropzone .uploading-message {
  font-size: 0.875rem;
  margin-left: 10px;
  font-style: italic;
}

/* line 121, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container .drop-area, .dropzone-container--grey .drop-area {
  position: relative;
  width: 80%;
  margin: 10px auto 0;
  border: 3px dashed #e7e7e7;
  border-radius: 3px;
  padding: 65px 0 60px;
  text-align: center;
}

/* line 130, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container .drop-area .drop-area__text, .dropzone-container--grey .drop-area .drop-area__text {
  font-size: 1.4375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  line-height: 1.26;
}

/* line 140, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container .drop-area .svg-inline--fa, .dropzone-container--grey .drop-area .svg-inline--fa {
  font-size: 10rem;
}

/* line 144, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container .drop-area:hover, .dropzone-container--grey .drop-area:hover {
  border: 3px dashed #d5d5d5;
  cursor: pointer;
}

/* line 148, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container .drop-area:hover .drop-area__text, .dropzone-container--grey .drop-area:hover .drop-area__text {
  color: #515151;
}

/* line 153, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container .drop-area.is-active, .dropzone-container--grey .drop-area.is-active {
  border-color: #96dfcf;
}

/* line 156, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container .drop-area.is-active .drop-area__text, .dropzone-container--grey .drop-area.is-active .drop-area__text {
  color: #159ca9;
}

/* line 162, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container .separator, .dropzone-container--grey .separator {
  position: relative;
  width: 50%;
  margin: 15px auto;
}

/* line 167, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container .separator .separator__text, .dropzone-container--grey .separator .separator__text {
  font-size: 1.125rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  padding: 8px;
  color: #bcbcbc;
  transform: translate(-50%, -50%);
  font-weight: 700;
  text-transform: uppercase;
}

/* line 182, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container .terms-text, .dropzone-container--grey .terms-text {
  margin: 15px 0 10px;
}

/* line 187, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container .drop-area__button input, .dropzone-container--grey .drop-area__button input {
  width: 100%;
  height: 100%;
}

/* line 194, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container--grey {
  height: 130px;
}

/* line 198, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container--grey .drop-area {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  background-color: #f7f7f7;
  padding: 13px 0;
}

/* line 205, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container--grey .drop-area .drop-area__text {
  font-size: 1.125rem;
  color: #204659;
  font-weight: 600;
}

/* line 211, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container--grey .drop-area .svg-inline--fa {
  font-size: 6.125rem;
  color: #e7e7e7;
}

/* line 216, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container--grey .drop-area:hover {
  border: 1px solid #d5d5d5;
}

/* line 219, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container--grey .drop-area:hover .drop-area__text {
  color: #23272c;
}

/* line 224, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container--grey .drop-area.is-active {
  border-color: #159ca9;
}

/* line 227, app/assets/stylesheets/components/_dropzone.scss */
.dropzone-container--grey .drop-area.is-active .drop-area__text {
  color: #159ca9;
}

/* line 234, app/assets/stylesheets/components/_dropzone.scss */
.drop-area--full-screen {
  position: relative;
}

/* line 237, app/assets/stylesheets/components/_dropzone.scss */
.drop-area--full-screen .drop-overlay {
  font-size: 1.875rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 410;
  border: 3px dashed #159ca9;
  border-radius: 3px;
  background: rgba(244, 246, 247, 0.7);
  padding: 100px 20px 20px;
  color: #485c66;
  text-align: center;
  font-weight: 600;
}

/* line 253, app/assets/stylesheets/components/_dropzone.scss */
.drop-area--full-screen .drop-overlay .svg-inline--fa {
  font-size: 5rem;
  margin-bottom: 40px;
}

/* line 1, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip {
  background-color: #159ca9;
  padding: 1.25rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
}

/* line 9, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip.is-secondary-color {
  background-color: #b31c3d;
}

/* line 13, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .timer-row {
  line-height: 2;
}

/* line 16, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .timer-row.is-small {
  line-height: 1;
}

/* line 20, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .timer-row:first-child:not(:last-child) {
  margin-bottom: 25px;
}

/* line 25, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .timer-strip__item {
  display: inline-flex;
  height: 24px;
  vertical-align: middle;
  border-right: 0.5px solid rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 24px;
}

/* line 33, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .timer-strip__item:first-child {
  padding-left: 0;
}

/* line 37, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .timer-strip__item:last-child {
  border-right: 0;
  padding-right: 0;
}

/* line 42, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .timer-strip__item .big-text {
  font-size: 2.5rem;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 600;
}

@media (min-width: 968px) {
  /* line 25, app/assets/stylesheets/components/_timer-strips.scss */
  .timer-strip .timer-strip__item {
    padding: 0 25px;
  }
  /* line 52, app/assets/stylesheets/components/_timer-strips.scss */
  .timer-strip .timer-strip__item .big-text {
    font-weight: 800;
  }
}

/* line 58, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .no-borders {
  border: none;
}

/* line 62, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .react-cntdwn-day:after {
  content: ': ';
}

/* line 66, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .learn-more-button {
  font-size: 0.875rem;
  background: none;
  border: 1px solid #fff;
  height: 25px;
  padding: 0 20px;
  line-height: 23px;
  font-weight: 400;
}

/* line 75, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .learn-more-button:hover {
  background: #fff;
  color: #131518;
}

/* line 80, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip .learn-more-button.is-bigger {
  height: 30px;
  line-height: 28px;
}

/* line 87, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar {
  width: 100%;
  height: 40px;
  z-index: 500;
  text-decoration: none;
}

/* line 93, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip {
  font-size: 1rem;
  padding: 7px 0;
}

/* line 97, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip .timer-row {
  line-height: 24px;
}

/* line 101, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip .big-text {
  font-size: 1.0625rem;
  line-height: 24px;
}

/* line 106, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip .timer-strip__item--text,
.timer-strip--top-bar .timer-strip .timer-strip__item--content {
  display: none;
}

@media (min-width: 968px) {
  /* line 106, app/assets/stylesheets/components/_timer-strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--text,
.timer-strip--top-bar .timer-strip .timer-strip__item--content {
    display: inline-flex;
  }
}

/* line 115, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip .timer-strip__item--button {
  display: none;
}

/* line 119, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip .timer-strip__item--time {
  border: none;
}

@media (min-width: 576px) {
  /* line 119, app/assets/stylesheets/components/_timer-strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--time {
    padding-right: 10px;
    border-right: 0.5px solid rgba(255, 255, 255, 0.7);
  }
}

@media (min-width: 968px) {
  /* line 119, app/assets/stylesheets/components/_timer-strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--time {
    padding-right: 25px;
  }
}

/* line 132, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip .timer-strip__item--info {
  padding-right: 10px;
}

/* line 136, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip .timer-strip__item--time {
  padding-left: 10px;
}

@media (min-width: 576px) {
  /* line 141, app/assets/stylesheets/components/_timer-strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--button {
    display: inline-flex;
    margin-left: 10px;
  }
}

@media (min-width: 968px) {
  /* line 148, app/assets/stylesheets/components/_timer-strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--button {
    display: inline-flex;
    margin-left: 0;
  }
  /* line 153, app/assets/stylesheets/components/_timer-strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--info {
    padding-right: 25px;
  }
  /* line 157, app/assets/stylesheets/components/_timer-strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--time {
    padding-left: 25px;
  }
}

/* line 164, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip--bonus-credits .timer-row {
  display: inline-block;
}

/* line 167, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip--bonus-credits .timer-row:first-child:not(:last-child) {
  margin-bottom: 0;
}

/* line 174, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip--bonus-credits .is-small .timer-strip__item:last-child {
  border-right: 0.5px solid rgba(255, 255, 255, 0.7);
}

@media (min-width: 968px) {
  /* line 174, app/assets/stylesheets/components/_timer-strips.scss */
  .timer-strip--top-bar .timer-strip--bonus-credits .is-small .timer-strip__item:last-child {
    margin-right: 25px;
    padding-right: 25px;
  }
}

/* line 185, app/assets/stylesheets/components/_timer-strips.scss */
.timer-strip--top-bar .timer-strip--bonus-credits .learn-more-button {
  margin-left: -25px;
  margin-top: -1px;
}

/* line 3, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs, .nav-tabs--fatter-font {
  padding: 0 1.25rem;
  margin: 0;
  list-style: none;
}

/* line 8, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs li, .nav-tabs--fatter-font li {
  display: inline-block;
}

/* line 11, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs li > a, .nav-tabs--fatter-font li > a,
.nav-tabs li .no-link,
.nav-tabs--fatter-font li .no-link {
  font-size: 1.1875rem;
  display: block;
  padding: 0.875rem 1.25rem 0.75rem;
  border-bottom: 3px solid transparent;
  margin: 0 0.625rem;
  color: #204659;
  text-decoration: none;
  font-weight: 300;
}

/* line 22, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs li > a:hover, .nav-tabs--fatter-font li > a:hover,
.nav-tabs li .no-link:hover,
.nav-tabs--fatter-font li .no-link:hover {
  border-bottom-color: #bcbcbc;
}

/* line 28, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs li.is-active > a, .nav-tabs--fatter-font li.is-active > a,
.nav-tabs li.is-active .no-link,
.nav-tabs--fatter-font li.is-active .no-link {
  border-bottom-color: #19bcc9;
  font-weight: 400;
}

/* line 35, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs li.is-right, .nav-tabs--fatter-font li.is-right {
  float: right;
}

/* line 45, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--fatter-font li > a {
  padding: 0.75rem 0.3125rem 0.625rem;
  font-weight: 400;
}

/* line 51, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--fatter-font li.is-active > a {
  font-weight: 600;
}

/* line 58, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--small {
  padding: 0;
}

/* line 62, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--small li > a {
  font-size: 1rem;
  padding: 0.625rem 0 0;
}

/* line 68, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--small li:first-child > a {
  margin-left: 1px;
}

/* line 75, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--bordered-small {
  padding: 0 20px;
  border-bottom: 1px solid #e0e0e0;
}

/* line 79, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--bordered-small li {
  margin-bottom: -1px;
}

/* line 82, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--bordered-small li > a {
  font-size: 0.9375rem;
  padding: 17px 12px 5px;
}

/* line 88, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--bordered-small li:first-child > a {
  margin-left: 1px;
}

@media (min-width: 576px) {
  /* line 75, app/assets/stylesheets/components/_nav-tabs.scss */
  .nav-tabs--bordered-small {
    padding: 0 30px;
  }
}

/* line 99, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--buttons {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 10px;
}

/* line 104, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--buttons .btn, .nav-tabs--buttons .mde-header .mde-tabs button, .mde-header .mde-tabs .nav-tabs--buttons button,
.nav-tabs--buttons .mde-header .mde-header-group button,
.mde-header .mde-header-group .nav-tabs--buttons button {
  flex-basis: 100%;
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--buttons .btn-transparent a {
  color: #485c66;
}

/* line 115, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--buttons .btn-transparent:hover a {
  color: #19bcc9;
}

/* line 122, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--buttons .btn-primary a {
  color: #fff;
}

/* line 129, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--navigation-menu .btn-tab-container {
  float: right;
}

@media (max-width: 575.98px) {
  /* line 129, app/assets/stylesheets/components/_nav-tabs.scss */
  .nav-tabs--navigation-menu .btn-tab-container {
    float: none;
  }
}

/* line 137, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--navigation-menu .btn-tab {
  margin-right: 5px;
}

/* line 140, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--navigation-menu .btn-tab:last-child {
  margin-right: 0;
}

/* line 144, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--navigation-menu .btn-tab .btn, .nav-tabs--navigation-menu .btn-tab .mde-header .mde-tabs button, .mde-header .mde-tabs .nav-tabs--navigation-menu .btn-tab button,
.nav-tabs--navigation-menu .btn-tab .mde-header .mde-header-group button,
.mde-header .mde-header-group .nav-tabs--navigation-menu .btn-tab button {
  margin: 5px 0;
  padding: 11px 10px 12px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width: 968px) {
  /* line 144, app/assets/stylesheets/components/_nav-tabs.scss */
  .nav-tabs--navigation-menu .btn-tab .btn, .nav-tabs--navigation-menu .btn-tab .mde-header .mde-tabs button, .mde-header .mde-tabs .nav-tabs--navigation-menu .btn-tab button,
.nav-tabs--navigation-menu .btn-tab .mde-header .mde-header-group button,
.mde-header .mde-header-group .nav-tabs--navigation-menu .btn-tab button {
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* line 158, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--navigation-menu .btn-tab.btn-with-borders .btn, .nav-tabs--navigation-menu .btn-tab.btn-with-borders .mde-header .mde-tabs button, .mde-header .mde-tabs .nav-tabs--navigation-menu .btn-tab.btn-with-borders button,
.nav-tabs--navigation-menu .btn-tab.btn-with-borders .mde-header .mde-header-group button,
.mde-header .mde-header-group .nav-tabs--navigation-menu .btn-tab.btn-with-borders button {
  padding-top: 10px;
  padding-bottom: 11px;
}

/* line 166, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--navigation-menu li a,
.nav-tabs--navigation-menu li .no-link {
  padding: 15px 10px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
}

/* line 175, app/assets/stylesheets/components/_nav-tabs.scss */
.nav-tabs--navigation-menu li.is-active a,
.nav-tabs--navigation-menu li.is-active .no-link {
  font-weight: 600;
}

/* line 3, app/assets/stylesheets/components/_texts.scss */
.text-green {
  color: #19bcc9;
}

/* line 7, app/assets/stylesheets/components/_texts.scss */
.text-red {
  color: #b31c3d;
}

/* line 11, app/assets/stylesheets/components/_texts.scss */
.text-undecorated, .link {
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/components/_texts.scss */
.text-blue {
  color: #3b82a0;
}

/* line 19, app/assets/stylesheets/components/_texts.scss */
.text-orange {
  color: #ffa064;
}

/* line 23, app/assets/stylesheets/components/_texts.scss */
.text-default {
  color: #485c66;
}

/* line 27, app/assets/stylesheets/components/_texts.scss */
.text-light-grey {
  color: #bcbcbc;
}

/* line 31, app/assets/stylesheets/components/_texts.scss */
.text-dark {
  color: #3f444c;
}

/* line 35, app/assets/stylesheets/components/_texts.scss */
.text-primary-dark {
  color: #159ca9;
}

/* line 39, app/assets/stylesheets/components/_texts.scss */
.text-warning {
  color: #ce3c5c;
}

/* line 43, app/assets/stylesheets/components/_texts.scss */
.text-semibold {
  font-weight: 600;
}

/* line 47, app/assets/stylesheets/components/_texts.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 51, app/assets/stylesheets/components/_texts.scss */
.text-tiny {
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/components/_forms.scss */
.user-form {
  margin-top: 3rem;
}

/* line 4, app/assets/stylesheets/components/_forms.scss */
.user-form.no-margin {
  margin: 0;
}

/* line 8, app/assets/stylesheets/components/_forms.scss */
.user-form .form-heading {
  font-size: 1.25rem;
  color: #23272c;
  font-weight: 400;
  margin: 0 0 1.5em;
}

/* line 15, app/assets/stylesheets/components/_forms.scss */
.user-form label {
  display: inline-block;
  margin-bottom: 4px;
  color: #6d6d6d;
}

/* line 21, app/assets/stylesheets/components/_forms.scss */
.user-form .terms-text {
  margin: 1rem 0;
  color: #204659;
}

/* line 26, app/assets/stylesheets/components/_forms.scss */
.user-form .form-group {
  margin-bottom: 1.5rem;
}

/* line 32, app/assets/stylesheets/components/_forms.scss */
.user-auth-container .hidden {
  display: none;
}

/* line 37, app/assets/stylesheets/components/_forms.scss */
.user-auth-container .form-gdpr .gdpr-buttons {
  margin-bottom: 8px;
}

/* line 42, app/assets/stylesheets/components/_forms.scss */
.user-auth-container .form-group-pass {
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/components/_forms.scss */
.user-auth-container .undecorated-text {
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/components/_forms.scss */
.user-auth-container .tiny-link {
  font-size: 12px;
  line-height: 16px;
}

/* line 55, app/assets/stylesheets/components/_forms.scss */
.user-auth-container .form__remember-me {
  margin-bottom: 8px;
}

/* line 59, app/assets/stylesheets/components/_forms.scss */
.user-auth-container .form__two-fa-second-state {
  display: none;
}

/* line 63, app/assets/stylesheets/components/_forms.scss */
.user-auth-container .resend-link {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding: 16px 0 0;
  text-align: center;
}

/* line 72, app/assets/stylesheets/components/_forms.scss */
.search-form {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* line 77, app/assets/stylesheets/components/_forms.scss */
.search-form .form-control, .search-form .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .search-form input, .search-form .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .search-form .form-inline__mobile-toggle, .search-form .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .search-form .form-inline__mobile-toggle, .search-form .react-mde .mde-text, .react-mde .search-form .mde-text,
.search-form .react-mde .mde-preview,
.react-mde .search-form .mde-preview, .search-form .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .search-form input {
  display: block;
  width: 100%;
  padding-right: 35px;
}

/* line 83, app/assets/stylesheets/components/_forms.scss */
.search-form .btn, .search-form .mde-header .mde-tabs button, .mde-header .mde-tabs .search-form button,
.search-form .mde-header .mde-header-group button,
.mde-header .mde-header-group .search-form button {
  position: absolute;
  top: 1px;
  right: 1px;
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 1, app/assets/stylesheets/components/_navigation-menu.scss */
.navigation-menu {
  left: 0;
  z-index: 101;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(19, 21, 24, 0.05);
}

/* line 8, app/assets/stylesheets/components/_navigation-menu.scss */
.navigation-menu .list-item {
  width: 30%;
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/components/_navigation-menu.scss */
  .navigation-menu .list-item {
    width: 16.6667%;
  }
}

/* line 21, app/assets/stylesheets/components/_navigation-menu.scss */
.navigation-menu a {
  color: #485c66;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/components/_navigation-menu.scss */
.navigation-menu a:hover {
  color: #19bcc9;
}

/* line 30, app/assets/stylesheets/components/_navigation-menu.scss */
.navigation-menu .button {
  color: #fff;
  font-weight: 400;
}

/* line 34, app/assets/stylesheets/components/_navigation-menu.scss */
.navigation-menu .button:hover {
  color: #fff;
}

/* line 40, app/assets/stylesheets/components/_navigation-menu.scss */
.navigation-menu--competition {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  z-index: 101;
  width: 100%;
  background: #23272c;
  box-shadow: 0 2px 5px rgba(19, 21, 24, 0.1);
}

/* line 48, app/assets/stylesheets/components/_navigation-menu.scss */
.navigation-menu--competition .container-fixed, .navigation-menu--competition .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--my-products .form-footer__wrapper--sticky .navigation-menu--competition .form-footer, .navigation-menu--competition .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .navigation-menu--competition .nav-tabs,
.navigation-menu--competition .site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .navigation-menu--competition .main-content__messages,
.navigation-menu--competition .site-page--jobs-dashboard .main-content__send-message,
.site-page--jobs-dashboard .navigation-menu--competition .main-content__send-message, .navigation-menu--competition .site-page--jobs-dashboard .nav-tabs--fatter-font, .site-page--jobs-dashboard .navigation-menu--competition .nav-tabs--fatter-font {
  position: relative;
}

/* line 52, app/assets/stylesheets/components/_navigation-menu.scss */
.navigation-menu--competition.is-sticky {
  z-index: 101;
}

/* line 56, app/assets/stylesheets/components/_navigation-menu.scss */
.navigation-menu--competition.is-inverted {
  background: #fff;
}

/* line 60, app/assets/stylesheets/components/_navigation-menu.scss */
.navigation-menu--competition.is-inverted li a {
  color: #23272c;
}

/* line 3, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery header .form-group {
  margin-right: 40px;
}

/* line 6, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery header .form-group label {
  margin-right: 10px;
}

/* line 12, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery .infinite-gallery__list {
  margin: 15px -7px;
}

/* line 15, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery .infinite-gallery__list .infinite-gallery__item-container {
  padding: 7px;
}

/* line 18, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery .infinite-gallery__list .infinite-gallery__item-container .infinite-gallery__item {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  line-height: 0;
  overflow: hidden;
  transition: 0.25s box-shadow ease-in-out;
}

/* line 28, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery .infinite-gallery__list .infinite-gallery__item-container .infinite-gallery__item .infinite-gallery__item-shadow {
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.83));
  opacity: 0;
  transition: 0.35s opacity ease-in;
}

/* line 39, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery .infinite-gallery__list .infinite-gallery__item-container .infinite-gallery__item .infinite-gallery__item-overlay {
  position: absolute;
  bottom: -15px;
  width: 100%;
  padding: 30px;
  opacity: 0;
  transition: 0.25s opacity ease-in, 0.25s bottom ease-in;
}

/* line 47, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery .infinite-gallery__list .infinite-gallery__item-container .infinite-gallery__item .infinite-gallery__item-overlay .infinite-gallery__item-title {
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}

/* line 54, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery .infinite-gallery__list .infinite-gallery__item-container .infinite-gallery__item .infinite-gallery__item-overlay .infinite-gallery__item-author {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 0;
  color: #96dfcf;
  text-decoration: underline;
}

/* line 63, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery .infinite-gallery__list .infinite-gallery__item-container .infinite-gallery__item:hover {
  box-shadow: 0 9px 25px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* line 67, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery .infinite-gallery__list .infinite-gallery__item-container .infinite-gallery__item:hover .infinite-gallery__item-shadow {
  opacity: 1;
}

/* line 71, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery .infinite-gallery__list .infinite-gallery__item-container .infinite-gallery__item:hover .infinite-gallery__item-overlay {
  bottom: 0;
  opacity: 1;
}

/* line 80, app/assets/stylesheets/components/_infitine-gallery.scss */
.infinite-gallery footer {
  text-align: center;
}

/* line 1, node_modules/react-images/lib/Lightbox.css */
.arrow--2c7xY {
  background: none;
  border: none;
  border-radius: 4;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 13, node_modules/react-images/lib/Lightbox.css */
.arrow--small--3pBqm {
  width: 20px;
  padding: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 21, node_modules/react-images/lib/Lightbox.css */
.arrow--medium--16aJ3 {
  width: 30px;
}

@media (min-width: 768px) {
  /* line 26, node_modules/react-images/lib/Lightbox.css */
  .arrow--medium--16aJ3 {
    width: 48px;
  }
}

@media (min-width: 500px) {
  /* line 32, node_modules/react-images/lib/Lightbox.css */
  .arrow--small--3pBqm {
    width: 40px;
  }
}

/* line 37, node_modules/react-images/lib/Lightbox.css */
.container--2Emzb {
  box-sizing: border-box;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

/* line 49, node_modules/react-images/lib/Lightbox.css */
.footer--31A1H {
  box-sizing: border-box;
  cursor: auto;
  display: flex;
  justify-content: space-between;
  left: 0;
  line-height: 1.3;
}

/* line 58, node_modules/react-images/lib/Lightbox.css */
.footerCaption--cx_Am {
  flex: 1 1 0;
}

/* line 62, node_modules/react-images/lib/Lightbox.css */
.header--1qkOk {
  display: flex;
  justify-content: space-between;
}

/* line 67, node_modules/react-images/lib/Lightbox.css */
.close--TU4Ug {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  position: relative;
  top: 0;
  vertical-align: bottom;
  z-index: 1;
  height: 40px;
  margin-right: -10px;
  padding: 10px;
  width: 40px;
}

/* line 83, node_modules/react-images/lib/Lightbox.css */
.thumbnail--3TnIz {
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

/* line 92, node_modules/react-images/lib/Lightbox.css */
.paginatedThumbnails--1YcLm {
  flex: 0;
  position: relative;
  white-space: nowrap;
}

@keyframes rippleKeyframes--l0Tr8 {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

/* line 115, node_modules/react-images/lib/Lightbox.css */
.arrowspinner--2KYCm {
  display: inline-block;
  position: relative;
}

/* line 120, node_modules/react-images/lib/Lightbox.css */
.ripple--oQZmy {
  position: absolute;
  border-width: 4px;
  opacity: 1;
  border-radius: 50%;
  animation-name: rippleKeyframes--l0Tr8;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-iteration-count: infinite;
}

/* line 131, node_modules/react-images/lib/Lightbox.css */
.icon--1AQ_V {
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 16px;
}

/* line 143, node_modules/react-images/lib/Lightbox.css */
.containerModal--edA0p {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 60%;
  background: #fff;
}

/* line 151, node_modules/react-images/lib/Lightbox.css */
.containerInline--3GmJH {
  width: 100%;
  height: 100%;
  background: #fff;
}

/* line 157, node_modules/react-images/lib/Lightbox.css */
.containerInline--3GmJH img {
  margin: auto !important;
  display: block;
  max-height: 100%;
  max-width: 100%;
}

/* line 163, node_modules/react-images/lib/Lightbox.css */
.modalContainer--1Ax_6 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 171, node_modules/react-images/lib/Lightbox.css */
.inline--2XbTL {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1;
}

/* line 179, node_modules/react-images/lib/Lightbox.css */
.content--2lgfR {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
}

/* line 186, node_modules/react-images/lib/Lightbox.css */
.figure--j0cPA {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 80%;
  margin: 0;
  display: flex;
  align-items: center;
}

/* line 198, node_modules/react-images/lib/Lightbox.css */
.inlineFigure--FRwaJ {
  position: relative;
  flex: 1 0;
  margin: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 100px);
  display: flex;
  align-items: center;
  height: 0;
  background: #fff;
}

@media (max-width: 768px) {
  /* line 212, node_modules/react-images/lib/Lightbox.css */
  .inlineFigure--FRwaJ {
    max-height: 100%;
  }
}

/* line 217, node_modules/react-images/lib/Lightbox.css */
.image--3XEDb {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-touch-callout: none;
  user-select: none;
  /* not needed since we have ssr */
  /* opacity: 0; */
  /* transition: opacity 0.3s; */
}

/* line 231, node_modules/react-images/lib/Lightbox.css */
.imageLoaded--a19Si {
  opacity: 1;
}

/* line 235, node_modules/react-images/lib/Lightbox.css */
.spinner--yrzfs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

/* line 246, node_modules/react-images/lib/Lightbox.css */
.spinnerActive--vwjEn {
  opacity: 1;
}

/* line 3, app/assets/stylesheets/components/_gallery.scss */
.gallery-container {
  height: 100%;
  line-height: 1.2;
  padding-bottom: 10px;
}

/* line 9, app/assets/stylesheets/components/_gallery.scss */
.overflow-gallery__download {
  position: fixed;
  top: 30px;
  left: 92px;
  z-index: 2010;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 16px;
  color: #fff;
  line-height: 16px;
}

/* line 20, app/assets/stylesheets/components/_gallery.scss */
.overflow-gallery__nav-info {
  font-size: 1.125rem;
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 2010;
  color: #fff;
  line-height: 32px;
  transform: translateX(-50%);
}

/* line 31, app/assets/stylesheets/components/_gallery.scss */
.overflow-gallery__key {
  font-size: 0.75rem;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 2px;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 30px;
}

/* line 44, app/assets/stylesheets/components/_gallery.scss */
.react-images .arrow svg {
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5));
}

/* line 49, app/assets/stylesheets/components/_gallery.scss */
.react-images .footer {
  color: #fff;
}

/* line 53, app/assets/stylesheets/components/_gallery.scss */
.react-images .thumbnail-active {
  box-shadow: inset 0 0 0 2px #159ca9 !important;
}

/* line 58, app/assets/stylesheets/components/_gallery.scss */
.react-images__inline {
  position: relative;
}

/* line 61, app/assets/stylesheets/components/_gallery.scss */
.react-images__inline .footer {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 16px;
  line-height: 36px;
  font-weight: 600;
}

/* line 71, app/assets/stylesheets/components/_gallery.scss */
.react-images__inline .footer .footerCount {
  font-size: 0.875rem;
}

@media (min-width: 968px) {
  /* line 61, app/assets/stylesheets/components/_gallery.scss */
  .react-images__inline .footer {
    height: 48px;
    line-height: 48px;
  }
  /* line 79, app/assets/stylesheets/components/_gallery.scss */
  .react-images__inline .footer .footerCount {
    font-size: 1.125rem;
  }
}

/* line 85, app/assets/stylesheets/components/_gallery.scss */
.react-images__inline .arrow {
  opacity: 0.5;
}

/* line 88, app/assets/stylesheets/components/_gallery.scss */
.react-images__inline .arrow:hover {
  opacity: 1;
}

/* line 93, app/assets/stylesheets/components/_gallery.scss */
.react-images__inline .arrow--small {
  opacity: 1;
}

/* line 96, app/assets/stylesheets/components/_gallery.scss */
.react-images__inline .arrow--small svg {
  fill: #204659;
  filter: none;
}

/* line 104, app/assets/stylesheets/components/_gallery.scss */
.react-images__modal .footerCount {
  position: fixed;
  top: 24px;
  left: 24px;
  font-size: 1.25rem;
}

/* line 111, app/assets/stylesheets/components/_gallery.scss */
.react-images__modal .close {
  position: fixed;
  top: 14px;
  right: 22px;
}

/* line 3, app/assets/stylesheets/components/_popover.scss */
.popover-container {
  position: relative;
}

/* line 7, app/assets/stylesheets/components/_popover.scss */
.popover-container.is-active .popover {
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

/* line 14, app/assets/stylesheets/components/_popover.scss */
.popover-container.hidden {
  display: none !important;
}

/* line 19, app/assets/stylesheets/components/_popover.scss */
.undecorated-text {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/components/_popover.scss */
.popover {
  display: none;
  opacity: 0;
  position: fixed;
  right: 4px;
  bottom: 8px;
  left: 4px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 4px rgba(30, 39, 50, 0.04), 0px 2px 4px 0px rgba(30, 39, 50, 0.04), 0px 1px 8px 0px rgba(30, 39, 50, 0.04), 0px 4px 4px 0px rgba(30, 39, 50, 0.04), inset 0px 0px 0px 1px rgba(30, 39, 50, 0.12);
  transition: opacity 0.25s ease-in-out;
  z-index: 451;
}

/* line 36, app/assets/stylesheets/components/_popover.scss */
.popover.is-active {
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

@media (min-width: 576px) {
  /* line 23, app/assets/stylesheets/components/_popover.scss */
  .popover {
    left: auto;
    bottom: auto;
    width: 400px;
    right: 8px;
  }
  /* line 48, app/assets/stylesheets/components/_popover.scss */
  .popover--narrow {
    width: 320px;
  }
}

/* line 54, app/assets/stylesheets/components/_popover.scss */
.popover-content {
  overflow-y: auto;
  overflow-x: visible;
  color: #3f444c;
}

/* line 59, app/assets/stylesheets/components/_popover.scss */
.popover-content.is-empty {
  font-size: 1.25rem;
  color: #485c66;
  letter-spacing: 0.3px;
  font-weight: 600;
}

/* line 65, app/assets/stylesheets/components/_popover.scss */
.popover-content.is-empty p {
  margin: 90px 0;
  opacity: 0.49;
}

/* line 70, app/assets/stylesheets/components/_popover.scss */
.popover-content.is-empty .svg-inline--fa {
  display: block;
  margin: 0 auto 30px auto;
}

/* line 76, app/assets/stylesheets/components/_popover.scss */
.popover-content .popover-content__title {
  font-size: 1.125rem;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.2px;
  font-weight: 600;
}

/* line 83, app/assets/stylesheets/components/_popover.scss */
.popover-content .popover-content__title.is-smaller {
  font-size: 1rem;
  padding-bottom: 15px;
}

/* line 88, app/assets/stylesheets/components/_popover.scss */
.popover-content .popover-content__title.is-lighter {
  font-weight: 400;
}

/* line 92, app/assets/stylesheets/components/_popover.scss */
.popover-content .popover-content__title span {
  font-weight: 800;
}

/* line 98, app/assets/stylesheets/components/_popover.scss */
.popover-content ul:not(.cgt-tabs) {
  display: block !important;
}

@media (max-width: 575.98px) {
  /* line 106, app/assets/stylesheets/components/_popover.scss */
  .popover__credits .btn-learn-more {
    margin-top: 30px;
  }
}

/* line 112, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty {
  position: relative;
  text-align: center;
  height: 100%;
}

/* line 117, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty .empty-container {
  padding-bottom: 25px;
}

/* line 120, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty .empty-container h2 {
  font-size: 1.5rem;
  margin: 0;
  padding-bottom: 25px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 2.8125rem;
}

/* line 128, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty .empty-container h2 .highlighted-text {
  font-size: 2.8125rem;
  color: #159ca9;
  font-weight: 800;
}

@media (max-width: 575.98px) {
  /* line 117, app/assets/stylesheets/components/_popover.scss */
  .popover__credits--empty .empty-container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
}

/* line 144, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty .empty-text {
  font-size: 0.875rem;
  padding: 10px 0;
  color: #6d6d6d;
}

/* line 150, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty .empty-footer {
  font-size: 0.875rem;
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
  color: #6d6d6d;
}

@media (max-width: 575.98px) {
  /* line 150, app/assets/stylesheets/components/_popover.scss */
  .popover__credits--empty .empty-footer {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
  }
}

/* line 165, app/assets/stylesheets/components/_popover.scss */
.popover__cart {
  letter-spacing: 0.2px;
}

/* line 168, app/assets/stylesheets/components/_popover.scss */
.popover__cart .product-list__item-preview {
  vertical-align: middle;
}

/* line 172, app/assets/stylesheets/components/_popover.scss */
.popover__cart .product-list__item-info {
  max-width: 55%;
  vertical-align: middle;
}

/* line 176, app/assets/stylesheets/components/_popover.scss */
.popover__cart .product-list__item-info .product-list__item-title {
  line-height: 16px;
}

/* line 181, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover-content__footer {
  padding-top: 15px;
}

/* line 185, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover-content__items {
  margin: 0;
  max-height: calc(100vh - 358px);
  overflow-y: auto;
  background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0) 10px, #fff 70%) bottom, radial-gradient(at top, rgba(0, 0, 0, 0.2), transparent 70%), radial-gradient(at bottom, rgba(0, 0, 0, 0.2), transparent 70%) bottom;
  background-repeat: no-repeat;
  background-size: 100% 20px, 100% 20px, 100% 10px, 100% 10px;
  background-attachment: local, local, scroll, scroll;
}

@media (min-width: 576px) {
  /* line 185, app/assets/stylesheets/components/_popover.scss */
  .popover__cart .popover-content__items {
    max-height: 250px;
  }
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.popover__cart .popover-content__items::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.popover__cart .popover-content__items::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.popover__cart .popover-content__items::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.popover__cart .popover-content__items::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 206, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 6px;
  text-transform: capitalize;
  margin-right: 8px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #1e2732;
}

/* line 219, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing-total {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 6px 0;
}

/* line 226, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing span {
  color: #1e2732;
}

/* line 229, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing span.disabled {
  text-decoration-line: line-through;
  color: rgba(30, 39, 50, 0.4);
}

/* line 235, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .sale-info-tag {
  background-color: #eb3d3d;
  color: white;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

/* line 244, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .sale-info-tag span {
  color: white;
}

/* line 249, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .cgt-icon--primary .fillable {
  fill: #19bcc9;
}

/* line 253, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .wallet-icon-tag,
.popover__cart .popover__pricing .discount-icon-tag {
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

/* line 262, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .wallet-icon-tag .cgt-icon--light .fillable,
.popover__cart .popover__pricing .discount-icon-tag .cgt-icon--light .fillable {
  fill: rgba(255, 255, 255, 0.8);
}

/* line 268, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .wallet-icon-tag {
  background-color: #19bcc9;
}

/* line 272, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .discount-icon-tag {
  background-color: #eb3d3d;
}

/* line 277, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__actions {
  padding-top: 8px;
}

/* line 280, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__actions-button {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0;
  height: 32px;
}

/* line 291, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__actions-button .fillable {
  fill: rgba(255, 255, 255, 0.8) !important;
}

/* line 296, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__actions .action-button--proceed {
  background-color: #eb3d3d;
}

@media (min-width: 968px) {
  /* line 277, app/assets/stylesheets/components/_popover.scss */
  .popover__cart .popover__actions {
    padding-top: 12px;
  }
  /* line 303, app/assets/stylesheets/components/_popover.scss */
  .popover__cart .popover__actions .popover__actions-button {
    gap: 8px;
    height: 40px;
  }
}

@media (min-width: 1256px) {
  /* line 277, app/assets/stylesheets/components/_popover.scss */
  .popover__cart .popover__actions {
    padding-top: 16px;
  }
  /* line 312, app/assets/stylesheets/components/_popover.scss */
  .popover__cart .popover__actions .popover__actions-button {
    gap: 12px;
    height: 48px;
  }
}

@media (min-width: 576px) {
  /* line 321, app/assets/stylesheets/components/_popover.scss */
  #top-menu-credits {
    right: 127px;
  }
  /* line 325, app/assets/stylesheets/components/_popover.scss */
  #top-menu-cart {
    right: 69px;
  }
}

/* line 2, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-container__content, .feed-container--inbox .feed-container__content {
  width: 100%;
}

/* line 6, app/assets/stylesheets/components/_feed.scss */
.feed-container .avatar, .feed-container--inbox .avatar {
  vertical-align: top;
}

/* line 10, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-list__item, .feed-container--inbox .feed-list__item {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #d5d5d5;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 16, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-list__item.is-active, .feed-container--inbox .feed-list__item.is-active {
  background: rgba(206, 60, 92, 0.05);
}

/* line 19, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-list__item.is-active.promotions-item, .feed-container--inbox .feed-list__item.is-active.promotions-item {
  background: rgba(25, 188, 201, 0.05);
}

/* line 23, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-list__item.is-active.promotions-item:after, .feed-container--inbox .feed-list__item.is-active.promotions-item:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 4px;
  height: 101%;
  background-color: #19bcc9;
  content: '';
}

/* line 34, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-list__item a, .feed-container--inbox .feed-list__item a {
  color: #19bcc9;
  font-weight: 400;
  word-break: break-all;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.feed-container .feed-list__item a:hover, .feed-container--inbox .feed-list__item a:hover {
  color: #131518;
}

/* line 41, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-item__info, .feed-container--inbox .feed-item__info {
  font-size: 0.875rem;
  display: inline-block;
  width: calc(100% - 40px);
  padding-left: 10px;
  line-height: 1.2;
}

/* line 49, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-item__title, .feed-container--inbox .feed-item__title {
  color: #3f444c;
  font-weight: 600;
}

/* line 54, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-item__secondary-info, .feed-container--inbox .feed-item__secondary-info {
  font-size: 0.75rem;
}

/* line 58, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-item__date, .feed-container--inbox .feed-item__date {
  margin-right: 10px;
  border-right: 1px solid rgba(35, 39, 44, 0.1);
  padding-right: 10px;
}

/* line 68, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__separator {
  font-size: 0.8125rem;
  position: relative;
  z-index: 1;
  margin-bottom: -10px;
  text-align: center;
}

/* line 75, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__separator::before, .feed-container--inbox .feed-list__separator.details-box__separator::after {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 95%;
  margin: 0 auto;
  border-top: 1px solid rgba(206, 60, 92, 0.5);
  content: '';
}

/* line 88, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__separator span {
  border-radius: 10px;
  background-color: #fff;
  padding: 2px 10px;
  color: #ce3c5c;
  text-align: center;
}

/* line 97, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item {
  position: relative;
}

/* line 100, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item .message-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 108, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item .avatar,
.feed-container--inbox .feed-list__item .feed-item__info {
  position: relative;
  pointer-events: none;
}

/* line 115, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item .avatar.svg-inline--fa {
  font-size: 2.5rem;
}

/* line 120, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item .feed-item__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}

/* line 126, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item .feed-item__title a {
  pointer-events: all;
}

/* line 1, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown, .custom-dropdown--multi {
  display: inline-block;
  position: relative;
  min-width: 140px;
  font-size: 1rem;
  color: #3f444c;
  cursor: pointer;
  text-align: left;
  user-select: none;
}

/* line 11, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown .custom-dropdown__header, .custom-dropdown--multi .custom-dropdown__header {
  font-size: 0.9375rem;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background: #fff;
}

/* line 18, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown .custom-dropdown__title, .custom-dropdown--multi .custom-dropdown__title {
  display: inline-block;
  width: calc(100% - 43px);
  padding: 0.5rem 1rem;
  font-weight: 600;
}

/* line 25, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown .custom-dropdown__caret, .custom-dropdown--multi .custom-dropdown__caret {
  display: inline-block;
  width: 43px;
  border-left: 1px solid #ced4da;
  padding: 0.5rem 0;
  text-align: center;
}

/* line 33, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown .custom-dropdown__content, .custom-dropdown--multi .custom-dropdown__content {
  font-size: 0.9375rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  min-width: 100%;
  box-shadow: 0 6px 12px 0 rgba(63, 68, 76, 0.2);
  border-radius: 3px;
  background: #fff;
}

/* line 44, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown .custom-dropdown__content .custom-dropdown__header, .custom-dropdown--multi .custom-dropdown__content .custom-dropdown__header {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown .custom-dropdown__content .custom-dropdown__dropdown, .custom-dropdown--multi .custom-dropdown__content .custom-dropdown__dropdown {
  border: 1px solid #ced4da;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 15px;
}

/* line 63, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown--multi .custom-dropdown__content .custom-dropdown__dropdown {
  max-height: 300px;
  overflow: auto;
  padding: 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.custom-dropdown--multi .custom-dropdown__content .custom-dropdown__dropdown::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.custom-dropdown--multi .custom-dropdown__content .custom-dropdown__dropdown::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.custom-dropdown--multi .custom-dropdown__content .custom-dropdown__dropdown::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.custom-dropdown--multi .custom-dropdown__content .custom-dropdown__dropdown::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 71, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown--multi .custom-dropdown__search {
  padding: 10px 15px 15px;
}

/* line 75, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown--multi .custom-dropdown__search-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ced4da;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown--multi .custom-dropdown__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 87, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown--multi .custom-dropdown__list li {
  padding: 5px 15px;
}

/* line 90, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown--multi .custom-dropdown__list li:hover, .custom-dropdown--multi .custom-dropdown__list li:focus {
  background-color: #f7f7f7;
}

/* line 95, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown--multi .custom-dropdown__list li label {
  display: block;
  white-space: nowrap;
}

/* line 104, app/assets/stylesheets/components/_custom-dropdown.scss */
.custom-dropdown--dark .custom-dropdown--multi {
  color: #204659;
}

/* line 1, app/assets/stylesheets/components/_filter-pills.scss */
.filter-pill {
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 5px 3px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  background: #fff;
  padding: 3px 10px;
  color: #3f444c;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 13, app/assets/stylesheets/components/_filter-pills.scss */
.filter-pill .filter-pill__remove {
  margin-left: 10px;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/components/_filter-pills.scss */
.recommended-tags {
  margin-top: 10px;
}

/* line 22, app/assets/stylesheets/components/_filter-pills.scss */
.recommended-tags span {
  font-size: 0.875rem;
  color: #485c66;
}

/* line 27, app/assets/stylesheets/components/_filter-pills.scss */
.recommended-tags .filter-pill {
  font-size: 0.75rem;
  padding: 0 10px;
  text-transform: none;
}

/* line 32, app/assets/stylesheets/components/_filter-pills.scss */
.recommended-tags .filter-pill:hover {
  border-color: #159ca9;
  background: #159ca9;
  color: #fff;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/components/_inline-edit.scss */
.inline-edit {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  min-width: calc(100% + 10px);
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* line 15, app/assets/stylesheets/components/_inline-edit.scss */
.inline-edit.is-active {
  animation: BlockFadeIn 0.25s ease-in;
}

/* line 19, app/assets/stylesheets/components/_inline-edit.scss */
.inline-edit .form-group {
  position: relative;
  min-width: 210px;
  margin-bottom: 6px;
}

/* line 25, app/assets/stylesheets/components/_inline-edit.scss */
.inline-edit .row {
  margin: 0 -3px;
}

/* line 28, app/assets/stylesheets/components/_inline-edit.scss */
.inline-edit .row .col-6 {
  padding: 0 3px;
}

/* line 31, app/assets/stylesheets/components/_inline-edit.scss */
.inline-edit .row .col-6 .btn, .inline-edit .row .col-6 .mde-header .mde-tabs button, .mde-header .mde-tabs .inline-edit .row .col-6 button,
.inline-edit .row .col-6 .mde-header .mde-header-group button,
.mde-header .mde-header-group .inline-edit .row .col-6 button {
  height: 40px;
}

/* line 38, app/assets/stylesheets/components/_inline-edit.scss */
.inline-edit__edit-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
  color: #6d6d6d;
}

/* line 1, app/assets/stylesheets/components/_color-bubbles.scss */
.color-bubble {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.19);
}

/* line 10, app/assets/stylesheets/components/_color-bubbles.scss */
.color-bubble:last-child {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/components/_headroom.scss */
.headroom {
  top: 0;
  right: 0;
  left: 0;
  z-index: 449;
  transition: transform 0.2s ease-in-out;
}

/* line 9, app/assets/stylesheets/components/_headroom.scss */
.headroom--unfixed {
  position: relative;
  transform: translateY(0);
}

/* line 14, app/assets/stylesheets/components/_headroom.scss */
.headroom--unpinned {
  position: fixed;
  top: 60px;
  transform: translateY(-100%);
}

/* line 20, app/assets/stylesheets/components/_headroom.scss */
.headroom--pinned {
  position: fixed;
  top: 60px;
  transform: translateY(0%);
}

/* line 27, app/assets/stylesheets/components/_headroom.scss */
.headroom-wrapper--offer .headroom--unpinned {
  top: 100px;
}

/* line 31, app/assets/stylesheets/components/_headroom.scss */
.headroom-wrapper--offer .headroom--pinned {
  top: 100px;
}

/* line 1, app/assets/stylesheets/components/_reviews.scss */
.review, .full-review-modal {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #485c66;
}

/* line 8, app/assets/stylesheets/components/_reviews.scss */
.review .reviewer img, .full-review-modal .reviewer img {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}

/* line 15, app/assets/stylesheets/components/_reviews.scss */
.review .reviewer__info, .full-review-modal .reviewer__info {
  display: inline-block;
  width: calc(100% - 60px);
  padding-left: 10px;
  vertical-align: middle;
}

/* line 21, app/assets/stylesheets/components/_reviews.scss */
.review .reviewer__info h4, .full-review-modal .reviewer__info h4 {
  font-size: 1.125rem;
  margin: 0 10px 5px 0;
  color: #23272c;
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/components/_reviews.scss */
.review .reviewer__info .review, .full-review-modal .reviewer__info .review, .review .reviewer__info .full-review-modal, .full-review-modal .reviewer__info .full-review-modal {
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/components/_reviews.scss */
.review .review__title, .full-review-modal .review__title {
  font-size: 1rem;
  overflow: hidden;
  margin: 10px 0;
  color: #23272c;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 43, app/assets/stylesheets/components/_reviews.scss */
.review .review__content, .full-review-modal .review__content {
  margin: 0;
}

/* line 47, app/assets/stylesheets/components/_reviews.scss */
.review .read-more-link, .full-review-modal .read-more-link {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 968px) {
  /* line 1, app/assets/stylesheets/components/_reviews.scss */
  .review, .full-review-modal {
    height: 228px;
  }
}

@media (min-width: 1576px) and (max-width: 1847.98px) {
  /* line 1, app/assets/stylesheets/components/_reviews.scss */
  .review, .full-review-modal {
    height: 206px;
  }
}

/* line 61, app/assets/stylesheets/components/_reviews.scss */
.no-reviews-message {
  font-size: 1.375rem;
  margin-top: 15px;
  color: #485c66;
  font-weight: 600;
  text-align: center;
}

/* line 72, app/assets/stylesheets/components/_reviews.scss */
.full-review-modal .review__title {
  font-size: 1.125rem;
  margin: 15px 0;
  white-space: normal;
}

/* line 78, app/assets/stylesheets/components/_reviews.scss */
.full-review-modal .review__content {
  max-height: 60vh;
  overflow: auto;
  margin-bottom: -30px;
  padding-right: 5px;
  padding-bottom: 30px;
  white-space: pre-line;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.full-review-modal .review__content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.full-review-modal .review__content::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.full-review-modal .review__content::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.full-review-modal .review__content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

@media (min-width: 968px) {
  /* line 69, app/assets/stylesheets/components/_reviews.scss */
  .full-review-modal {
    height: auto;
  }
}

@media (min-width: 1576px) and (max-width: 1847.98px) {
  /* line 69, app/assets/stylesheets/components/_reviews.scss */
  .full-review-modal {
    height: auto;
  }
}

/* line 1, app/assets/stylesheets/components/_location-search.scss */
.location-search {
  position: relative;
}

/* line 4, app/assets/stylesheets/components/_location-search.scss */
.location-search .location-search__indicator {
  display: inline-block;
  border-right: 1px solid #e7e7e7;
  border-radius: 3px 0 0 3px;
  background: #fff;
  padding: 9px 13px;
  vertical-align: middle;
}

/* line 13, app/assets/stylesheets/components/_location-search.scss */
.location-search input {
  min-width: 260px;
  border: 0;
  border-radius: 0 3px 3px 0;
}

/* line 19, app/assets/stylesheets/components/_location-search.scss */
.location-search .location-search__suggestions {
  position: absolute;
  z-index: 9;
  width: 100%;
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  background: #fff;
  text-align: left;
}

/* line 28, app/assets/stylesheets/components/_location-search.scss */
.location-search .location-search__suggestions .suggestion-item {
  display: block;
  padding: 8px 16px;
  color: #485c66;
}

/* line 33, app/assets/stylesheets/components/_location-search.scss */
.location-search .location-search__suggestions .suggestion-item:hover {
  background-color: #f7f7f7;
}

/* line 38, app/assets/stylesheets/components/_location-search.scss */
.location-search .location-search__suggestions .suggestion-item--active {
  background-color: #f7f7f7;
  padding: 8px 16px;
  color: #159ca9;
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/components/_location-search.scss */
.location-search.location-search--inline {
  display: flex;
}

/* line 49, app/assets/stylesheets/components/_location-search.scss */
.location-search.location-search--inline .location-search__input,
.location-search.location-search--inline .location-search__indicator {
  border: 1px solid #d7dfe3;
}

/* line 54, app/assets/stylesheets/components/_location-search.scss */
.location-search.location-search--inline .location-search__indicator {
  border-right: 0;
  color: #204659;
}

/* line 59, app/assets/stylesheets/components/_location-search.scss */
.location-search.location-search--inline .location-search__suggestions {
  top: 43px;
  right: 0;
  width: calc(100% - 40px);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 66, app/assets/stylesheets/components/_location-search.scss */
.location-search.location-search--inline .form-control, .location-search.location-search--inline .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .location-search.location-search--inline input, .location-search.location-search--inline .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .location-search.location-search--inline .form-inline__mobile-toggle, .location-search.location-search--inline .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .location-search.location-search--inline .form-inline__mobile-toggle, .location-search.location-search--inline .react-mde .mde-text, .react-mde .location-search.location-search--inline .mde-text,
.location-search.location-search--inline .react-mde .mde-preview,
.react-mde .location-search.location-search--inline .mde-preview, .location-search.location-search--inline .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .location-search.location-search--inline input {
  min-width: auto;
}

@media (min-width: 968px) {
  /* line 73, app/assets/stylesheets/components/_location-search.scss */
  .location-search.location-search--inline .location-search__indicator {
    padding: 7px 13px;
  }
  /* line 77, app/assets/stylesheets/components/_location-search.scss */
  .location-search.location-search--inline .location-search__suggestions {
    top: 39px;
  }
}

/* line 3, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item {
  display: block;
  margin-bottom: 16px;
  border: 1px solid #d7dfe3;
  border-radius: 4px;
  padding: 0;
  box-shadow: 0 3px 6px 0 rgba(35, 39, 44, 0.15);
  text-decoration: none;
}

/* line 12, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item h3 {
  margin: 0;
}

/* line 16, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item picture {
  display: block;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

/* line 22, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item img {
  width: 100%;
  max-width: none;
}

/* line 27, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item .user-review__private-placeholder {
  display: flex;
  height: 126px;
  background-color: #edf2f4;
  justify-content: center;
  align-items: center;
}

/* line 35, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item .bullets-icon {
  font-size: 1.5rem;
  margin: auto;
  color: #204659;
}

/* line 41, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item.job-list-item--review {
  height: calc(100% - 16px);
}

/* line 44, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item.job-list-item--review .user-review__image-wrapper,
.job-list-item.job-list-item--review .user-review__private-placeholder {
  height: 160px;
}

/* line 50, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item.job-list-item--review .user-review__image-wrapper img {
  object-fit: cover;
}

@media (min-width: 968px) {
  /* line 3, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item {
    display: flex;
    height: 158px;
    flex-flow: row;
    flex-wrap: nowrap;
  }
  /* line 62, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item picture {
    border-radius: 4px 0 0 4px;
  }
  /* line 66, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item img {
    width: 214px;
    height: 156px;
  }
  /* line 71, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item .job-list-item__content {
    width: calc(100% - 214px);
    padding: 20px 24px;
  }
  /* line 76, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item .job-list-item__title {
    max-height: 24px;
  }
  /* line 80, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item .job-list-item__price {
    flex-wrap: nowrap;
  }
  /* line 84, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item.job-list-item--review {
    display: block;
  }
  /* line 87, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item.job-list-item--review .job-list-item__content {
    width: 100%;
    padding: 12px 16px;
  }
}

@media (min-width: 1576px) {
  /* line 95, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item.job-list-item--review {
    display: flex;
    max-width: none;
    height: 128px;
  }
  /* line 100, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item.job-list-item--review .user-review__image-wrapper,
.job-list-item.job-list-item--review .user-review__private-placeholder {
    width: 168px;
    height: 126px;
  }
  /* line 106, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item.job-list-item--review .job-list-item__content {
    width: calc(100% - 168px);
  }
}

/* line 112, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item .actions-dropdown {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* line 119, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item .actions-dropdown > .btn, .job-list-item .mde-header .mde-tabs .actions-dropdown > button, .mde-header .mde-tabs .job-list-item .actions-dropdown > button,
.job-list-item .mde-header .mde-header-group .actions-dropdown > button,
.mde-header .mde-header-group .job-list-item .actions-dropdown > button {
  padding: 0;
}

/* line 123, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item .actions-dropdown .dropdown--top-right {
  top: 30px;
}

/* line 128, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item.is-featured {
  border-color: #c79750;
}

/* line 134, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .tag {
  font-size: 0.875rem;
  border-right: 1px solid #d7dfe3;
  padding: 0 10px;
  font-weight: 600;
}

/* line 140, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .tag .tag-icon {
  font-size: 0.75rem;
  vertical-align: baseline;
}

/* line 145, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .tag:first-of-type {
  padding-left: 0;
}

/* line 149, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .tag:last-of-type {
  margin-right: 10px;
  border-right: 0;
}

@media (min-width: 968px) {
  /* line 155, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__row .tag:last-of-type {
    border-right: 1px solid #d7dfe3;
  }
}

/* line 161, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .tag--private {
  color: #c79750;
  text-transform: capitalize;
}

/* line 166, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .tag--public {
  color: #19bcc9;
  text-transform: capitalize;
}

/* line 171, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .tag--info {
  color: #485c66;
}

/* line 174, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .tag--info .label {
  display: inline-block;
}

/* line 179, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label {
  font-size: 0.75rem;
  display: block;
  height: 24px;
  margin-right: 4px;
  border: 1px solid #d7dfe3;
  border-radius: 3px;
  padding: 0 8px;
  color: #204659;
  font-weight: 600;
  line-height: 24px;
}

/* line 191, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label a,
.job-list-item__row .label span {
  font-size: 0.75rem;
  line-height: 14px;
}

/* line 198, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--cta {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 5px;
  left: auto;
  min-width: 30px;
  margin: 0;
  border-color: transparent;
}

/* line 209, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--expired,
.job-list-item__row .label--canceled,
.job-list-item__row .label--withdrawn,
.job-list-item__row .label--refunded,
.job-list-item__row .label--not_chosen {
  border-color: #dc3545;
}

/* line 217, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--finished {
  border-color: #159ca9;
}

/* line 221, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--grey,
.job-list-item__row .label--white {
  margin: 4px;
  padding: 0 12px;
  font-weight: 600;
}

/* line 228, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--grey {
  font-size: 0.875rem;
  height: 28px;
  background-color: #f4f6f7;
  color: #485c66;
  line-height: 28px;
}

/* line 236, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--white {
  border: 0;
  background-color: #fff;
  color: #6d7d85;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
}

/* line 242, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--white a {
  color: #6d7d85;
}

/* line 246, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--white.label--flat {
  width: auto;
  border: 1px solid #d7dfe3;
  box-shadow: none;
}

/* line 253, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--white.label--with-count span {
  margin-left: 5px;
  color: #d5d5d5;
}

/* line 258, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--white.label--with-count:hover {
  cursor: pointer;
}

/* line 264, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--remove {
  position: relative;
  padding-right: 24px;
  color: #204659;
  line-height: 22px;
}

/* line 270, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--remove:hover {
  cursor: default;
}

/* line 274, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--remove .label__remove-icon {
  display: flex;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  color: #204659;
  justify-content: center;
  align-items: center;
}

/* line 285, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row .label--remove .label__remove-icon:hover {
  cursor: pointer;
}

@media (min-width: 968px) {
  /* line 292, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__row .label--cta {
    top: 0;
    bottom: auto;
  }
  /* line 297, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__row .tag {
    font-size: 1rem;
  }
}

/* line 303, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row--upper {
  flex-wrap: nowrap !important;
  justify-content: space-between;
}

/* line 309, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__row--bottom {
  display: flex;
  position: relative;
  flex-flow: row wrap;
}

/* line 315, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__tags,
.job-list-item__labels {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 322, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__tags li,
.job-list-item__labels li {
  display: inline-block;
}

/* line 325, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__tags li a,
.job-list-item__labels li a {
  text-decoration: none;
}

/* line 331, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__tags {
  margin-bottom: 15px;
  flex: 1 100%;
}

@media (min-width: 968px) {
  /* line 331, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__tags {
    margin-bottom: 0;
    flex: 0 auto;
    order: 1;
  }
}

/* line 342, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__labels {
  max-height: 24px;
  overflow: hidden;
  flex: 1 100%;
}

@media (min-width: 968px) {
  /* line 342, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__labels {
    flex: 2 0;
    order: 2;
  }
}

/* line 354, app/assets/stylesheets/components/_jobs-cards.scss */
.user-profile__row .job-list-item__labels {
  position: relative;
  max-height: 34px;
}

/* line 358, app/assets/stylesheets/components/_jobs-cards.scss */
.user-profile__row .job-list-item__labels li {
  max-width: 100%;
}

/* line 361, app/assets/stylesheets/components/_jobs-cards.scss */
.user-profile__row .job-list-item__labels li .label {
  overflow: hidden;
  white-space: nowrap;
}

/* line 367, app/assets/stylesheets/components/_jobs-cards.scss */
.user-profile__row .job-list-item__labels::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  content: '';
}

@media (min-width: 576px) {
  /* line 354, app/assets/stylesheets/components/_jobs-cards.scss */
  .user-profile__row .job-list-item__labels {
    max-height: none;
  }
  /* line 381, app/assets/stylesheets/components/_jobs-cards.scss */
  .user-profile__row .job-list-item__labels::after {
    display: none;
  }
}

/* line 388, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__more-tags {
  font-size: 0.75rem;
  padding: 0 8px;
  color: #204659;
  font-weight: 600;
}

/* line 395, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__description {
  font-size: 0.875rem;
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 12px;
  color: #6d7d85;
  line-height: 18px;
  text-overflow: ellipsis;
}

@media (min-width: 968px) {
  /* line 395, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__description {
    height: 36px;
  }
}

/* line 409, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content {
  width: 100%;
  padding: 12px 16px;
}

/* line 413, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content .job-actions {
  position: absolute;
  right: 0;
  bottom: 5px;
}

@media (min-width: 968px) {
  /* line 413, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__content .job-actions {
    position: static;
    order: 3;
  }
}

/* line 424, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content .show-on-hover {
  opacity: 0;
  transition: opacity 0.35s ease-out;
}

/* line 430, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content:hover .show-on-hover {
  opacity: 1;
  transition: opacity 0.35s ease-in;
}

/* line 436, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review {
  position: relative;
  color: #6d7d85;
}

/* line 440, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .review__row-upper,
.job-list-item__content.job-list-item__content--review .review__row-upper--half {
  display: flex;
}

/* line 445, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .review__row-upper {
  flex-flow: column;
}

/* line 449, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .review__row-upper--half {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 455, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .review-title,
.job-list-item__content.job-list-item__content--review .review-rate {
  margin-bottom: 8px;
}

/* line 460, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .review-title {
  max-height: 50px;
  overflow: hidden;
  margin-right: 8px;
}

/* line 466, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .review-meta {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

/* line 471, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .review-meta > * {
  font-size: 0.875rem;
  position: relative;
  padding: 0 8px;
  white-space: nowrap;
}

/* line 478, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .review-meta > *:first-child {
  padding-left: 0;
}

/* line 481, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .review-meta > *:first-child::after {
  display: none;
}

/* line 486, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .review-meta > *::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 16px;
  margin: auto;
  background-color: #d7dfe3;
  content: '';
}

/* line 500, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .review-rate {
  display: inline-block;
}

/* line 504, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .job-list-item__description {
  height: auto;
  margin-bottom: 12px;
  line-height: 24px;
}

/* line 510, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .job-list-item__description-more {
  float: right;
  padding-left: 8px;
  cursor: pointer;
}

/* line 515, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__content.job-list-item__content--review .job-list-item__description-more .svg-inline--fa {
  font-size: 0.625rem;
}

@media (min-width: 1576px) {
  /* line 521, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__content.job-list-item__content--review .review-title,
.job-list-item__content.job-list-item__content--review .review-rate,
.job-list-item__content.job-list-item__content--review .review-meta {
    margin-bottom: 0;
    white-space: nowrap;
  }
  /* line 528, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__content.job-list-item__content--review .review__row-upper {
    margin-bottom: 16px;
    flex-flow: row;
    justify-content: space-between;
  }
  /* line 534, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__content.job-list-item__content--review .review__row-upper--half {
    justify-content: flex-start;
    align-items: center;
  }
  /* line 539, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__content.job-list-item__content--review .job-list-item__description {
    height: 48px;
    margin: 0 0 12px;
  }
  /* line 545, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__content.job-list-item__content--review .review-meta > * {
    font-size: 1rem;
    padding: 0 16px;
  }
  /* line 549, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__content.job-list-item__content--review .review-meta > *:first-child {
    padding-left: 16px;
  }
  /* line 552, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__content.job-list-item__content--review .review-meta > *:first-child::after {
    display: block;
  }
  /* line 559, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__content.job-list-item__content--review .review-title {
    margin-right: 16px;
  }
}

/* line 566, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__title {
  font-size: 1.125rem;
  display: inline-block;
  width: 80%;
  max-height: 48px;
  overflow: hidden;
  margin: 0;
  padding-right: 5px;
  color: #204659;
  line-height: 24px;
  font-weight: 600;
}

/* line 579, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__price {
  justify-content: space-between;
  flex-direction: row-reverse !important;
}

/* line 584, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__price h3,
.job-list-item__price .job-list-item__indicator {
  max-height: 24px;
  padding-left: 16px;
}

@media (max-width: 967.98px) {
  /* line 584, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__price h3,
.job-list-item__price .job-list-item__indicator {
    min-width: 65px;
    padding-left: 8px;
  }
}

/* line 595, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__price h3 {
  color: #204659;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
}

/* line 602, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__price h3.job-list-item__price-separated {
  border-left: 1px solid #d7dfe3;
  text-align: left;
}

@media (min-width: 968px) {
  /* line 595, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__price h3 {
    border-left: 0;
  }
}

/* line 612, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__price .job-list-item__indicator {
  border-left: 1px solid #d7dfe3;
  order: 2;
}

@media (min-width: 968px) {
  /* line 612, app/assets/stylesheets/components/_jobs-cards.scss */
  .job-list-item__price .job-list-item__indicator {
    padding-right: 16px;
  }
}

/* line 622, app/assets/stylesheets/components/_jobs-cards.scss */
.job-list-item__date {
  font-size: 0.75rem;
  margin-bottom: 4px;
  color: #6d7d85;
  line-height: 18px;
}

/* line 1, app/assets/stylesheets/components/_tags-input.scss */
.react-tagsinput {
  overflow: hidden;
  padding: 3px 0 0 5px;
}

/* line 6, app/assets/stylesheets/components/_tags-input.scss */
.react-tagsinput-tag {
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #159ca9;
  border-radius: 3px;
  background-color: #159ca9;
  padding: 2px 18px 2px 5px;
  color: #fff;
  font-weight: 600;
}

/* line 20, app/assets/stylesheets/components/_tags-input.scss */
.react-tagsinput-tag a::before, .react-tagsinput-tag a.details-box__separator::after {
  content: ' ×';
}

/* line 25, app/assets/stylesheets/components/_tags-input.scss */
.react-tagsinput-remove {
  font-size: 0.9375rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 4px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.8px;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.react-tagsinput-remove:hover {
  color: #d5d5d5;
}

/* line 37, app/assets/stylesheets/components/_tags-input.scss */
.react-tagsinput-input {
  width: 80px;
  margin-top: 1px;
  margin-bottom: 6px;
  outline: none;
  border: 0;
  background: transparent;
  padding: 5px;
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/components/_rich-editor.scss */
.rich-editor {
  position: relative;
}

/* line 4, app/assets/stylesheets/components/_rich-editor.scss */
.rich-editor blockquote {
  margin: 16px 0;
  border-left: 4px solid #d7dfe3;
  padding: 8px 15px;
  font-style: italic;
}

/* line 11, app/assets/stylesheets/components/_rich-editor.scss */
.rich-editor .rich-editor__header {
  display: flex;
  position: absolute;
  top: 12px;
  left: 8px;
  max-width: 50%;
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/components/_rich-editor.scss */
.rich-editor .grip {
  cursor: row-resize;
  text-align: right;
}

/* line 33, app/assets/stylesheets/components/_rich-editor.scss */
.react-mde .mde-text {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 38, app/assets/stylesheets/components/_rich-editor.scss */
.react-mde .DraftEditor-root,
.react-mde .DraftEditor-editorContainer,
.react-mde .public-DraftEditor-content {
  height: 100%;
}

/* line 45, app/assets/stylesheets/components/_rich-editor.scss */
.mde-header {
  display: flex;
  margin-bottom: 5px;
  justify-content: flex-end;
  align-items: center;
}

/* line 51, app/assets/stylesheets/components/_rich-editor.scss */
.mde-header .mde-tabs,
.mde-header .mde-header-group {
  line-height: 40px;
}

/* line 60, app/assets/stylesheets/components/_rich-editor.scss */
.mde-header .mde-header-group {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  user-select: none;
}

/* line 67, app/assets/stylesheets/components/_rich-editor.scss */
.mde-header .mde-header-group button {
  font-size: 1.125rem;
  min-width: 20px;
  margin-right: 1rem;
  padding: 2px 0;
  color: #204659;
  text-align: center;
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/components/_rich-editor.scss */
.mde-header .mde-header-group button svg {
  margin: 0;
}

/* line 81, app/assets/stylesheets/components/_rich-editor.scss */
.mde-header .mde-header-group button:hover, .mde-header .mde-header-group button.is-active {
  color: #159ca9;
}

/* line 88, app/assets/stylesheets/components/_rich-editor.scss */
.mde-header .mde-tabs {
  order: 1;
}

@media (max-width: 967.98px) {
  /* line 105, app/assets/stylesheets/components/_rich-editor.scss */
  .rich-editor {
    padding-top: 40px;
  }
  /* line 109, app/assets/stylesheets/components/_rich-editor.scss */
  .rich-editor__header {
    max-width: none;
  }
  /* line 113, app/assets/stylesheets/components/_rich-editor.scss */
  .mde-header {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* line 2, app/assets/stylesheets/components/_loader.scss */
.loader.loader--full-height {
  width: 100%;
  height: 100%;
}

/* line 7, app/assets/stylesheets/components/_loader.scss */
.loader.loader--fixed-height {
  margin: 200px auto;
}

/* line 11, app/assets/stylesheets/components/_loader.scss */
.loader.loader--fixed-height-half {
  margin: 100px auto;
}

/* line 15, app/assets/stylesheets/components/_loader.scss */
.loader.loader--item-preview {
  margin: 100px 168px;
}

/* line 19, app/assets/stylesheets/components/_loader.scss */
.loader.loader--fixed-height-micro {
  margin: 0 auto;
}

/* line 22, app/assets/stylesheets/components/_loader.scss */
.loader.loader--fixed-height-micro img {
  max-height: 50px;
}

/* line 27, app/assets/stylesheets/components/_loader.scss */
.loader .loader__content-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/components/_alert.scss */
.alert {
  position: relative;
  border-radius: 4px;
  background-color: #159ca9;
  padding: 20px 42px 20px 20px;
  font-weight: 300;
}

@media (min-width: 576px) {
  /* line 1, app/assets/stylesheets/components/_alert.scss */
  .alert {
    padding: 12px 46px 12px 24px;
  }
}

/* line 12, app/assets/stylesheets/components/_alert.scss */
.alert a {
  color: #fff;
}

/* line 16, app/assets/stylesheets/components/_alert.scss */
.alert b,
.alert strong {
  font-weight: 600;
}

/* line 22, app/assets/stylesheets/components/_alert.scss */
.alert__link,
.alert__link:hover,
.alert__button {
  color: #fff;
}

/* line 28, app/assets/stylesheets/components/_alert.scss */
.alert__link {
  display: block;
  text-decoration: none;
  line-height: 20px;
}

/* line 34, app/assets/stylesheets/components/_alert.scss */
.alert__button {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  width: 12px;
  height: 20px;
  margin: auto;
  border: 0;
  background: transparent;
  padding: 0;
  line-height: 20px;
}

@media (min-width: 576px) {
  /* line 34, app/assets/stylesheets/components/_alert.scss */
  .alert__button {
    right: 24px;
  }
}

/* line 1, app/assets/stylesheets/components/_file-row.scss */
.file-row {
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #d7dfe3;
  background: #fff;
  flex-flow: column;
  justify-content: center;
}

/* line 9, app/assets/stylesheets/components/_file-row.scss */
.file-row.not-spaced, .file-row:last-child {
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/components/_file-row.scss */
.file-row.not-spaced {
  border-bottom: 0;
}

/* line 18, app/assets/stylesheets/components/_file-row.scss */
.file-row a {
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/components/_file-row.scss */
.file-row .file-row__col {
  display: flex;
  min-height: 50px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
}

/* line 30, app/assets/stylesheets/components/_file-row.scss */
.file-row .file-row__col--native {
  background: #159ca9;
  color: #fff;
}

/* line 35, app/assets/stylesheets/components/_file-row.scss */
.file-row .form-group {
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/components/_file-row.scss */
.file-row .file-row__filename {
  overflow: hidden;
}

/* line 43, app/assets/stylesheets/components/_file-row.scss */
.file-row .file-row__filename,
.file-row .file-row__col--close {
  color: #204659;
}

/* line 48, app/assets/stylesheets/components/_file-row.scss */
.file-row .file-row__col--close {
  min-width: 40px;
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/components/_file-row.scss */
.file-row .file-row__col--close:hover {
  opacity: 0.75;
}

/* line 57, app/assets/stylesheets/components/_file-row.scss */
.file-row .file-row__col--break {
  flex-flow: column;
}

/* line 61, app/assets/stylesheets/components/_file-row.scss */
.file-row .file-row__col--add-info {
  color: #159ca9;
  width: 100%;
  cursor: pointer;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.file-row .file-row__col--add-info:hover {
  color: #485c66;
}

/* line 67, app/assets/stylesheets/components/_file-row.scss */
.file-row .Select-control,
.file-row .form-group {
  margin-bottom: 16px;
}

/* line 73, app/assets/stylesheets/components/_file-row.scss */
.file-row .Select .Select-control {
  height: 42px;
}

/* line 76, app/assets/stylesheets/components/_file-row.scss */
.file-row .Select .Select-control.is-open {
  width: 250px;
}

/* line 82, app/assets/stylesheets/components/_file-row.scss */
.file-row .Select-placeholder,
.file-row .Select-value {
  line-height: 40px !important;
}

@media (min-width: 968px) {
  /* line 1, app/assets/stylesheets/components/_file-row.scss */
  .file-row {
    flex-flow: row;
  }
  /* line 90, app/assets/stylesheets/components/_file-row.scss */
  .file-row .file-row__col--native {
    max-width: 90px;
  }
  /* line 93, app/assets/stylesheets/components/_file-row.scss */
  .file-row .file-row__col--native.is-native-visible {
    min-width: 88px;
  }
  /* line 98, app/assets/stylesheets/components/_file-row.scss */
  .file-row .file-row__col--break {
    flex-flow: row;
  }
  /* line 102, app/assets/stylesheets/components/_file-row.scss */
  .file-row .file-row__col--toggle {
    width: 0;
    min-width: 0;
    overflow: hidden;
    padding: 0;
  }
  /* line 109, app/assets/stylesheets/components/_file-row.scss */
  .file-row .file-row__close-notation {
    display: none;
  }
  /* line 113, app/assets/stylesheets/components/_file-row.scss */
  .file-row .file-row__filename {
    padding: 0 16px;
    justify-content: flex-start;
  }
  /* line 118, app/assets/stylesheets/components/_file-row.scss */
  .file-row .file-row__info-section {
    display: flex;
    border-right: 1px solid #d7dfe3;
    padding: 0 12px;
  }
  /* line 123, app/assets/stylesheets/components/_file-row.scss */
  .file-row .file-row__info-section:last-of-type {
    border-right: 0;
  }
  /* line 128, app/assets/stylesheets/components/_file-row.scss */
  .file-row .Select {
    width: 150px;
    margin-right: 8px;
  }
  /* line 132, app/assets/stylesheets/components/_file-row.scss */
  .file-row .Select.is-open, .file-row .cgt-accordion.cgt-accordion--child .Select.cgt-accordion__item.is-open, .cgt-accordion.cgt-accordion--child .file-row .Select.cgt-accordion__item.is-open, .file-row .Select.file-row__select--big {
    width: 250px;
  }
  /* line 138, app/assets/stylesheets/components/_file-row.scss */
  .file-row .Select-control,
.file-row .form-group {
    margin-bottom: 0;
  }
  /* line 143, app/assets/stylesheets/components/_file-row.scss */
  .file-row .form-group {
    width: 90px;
  }
  /* line 148, app/assets/stylesheets/components/_file-row.scss */
  .file-row:hover .file-row__col--native {
    min-width: 88px;
  }
  /* line 152, app/assets/stylesheets/components/_file-row.scss */
  .file-row:hover .file-row__col--close {
    min-width: 40px;
  }
}

@media (min-width: 1256px) and (max-width: 1575.98px) {
  /* line 159, app/assets/stylesheets/components/_file-row.scss */
  .file-row .Select {
    width: 200px;
  }
}

@media (min-width: 1576px) {
  /* line 165, app/assets/stylesheets/components/_file-row.scss */
  .file-row .Select {
    width: 250px;
  }
}

/* line 171, app/assets/stylesheets/components/_file-row.scss */
.file-row--archive {
  background: #f4f6f7;
}

/* line 175, app/assets/stylesheets/components/_file-row.scss */
.file-row__filename {
  width: 100%;
}

/* line 1, app/assets/stylesheets/components/_user-search.scss */
.user-search {
  position: relative;
}

/* line 4, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__results {
  position: absolute;
  z-index: 5;
}

/* line 8, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__results .user-box {
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__results .user-box:hover {
  background-color: #f4f6f7;
}

/* line 15, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__results .user-box::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  margin: auto;
  background-color: #d7dfe3;
  content: '';
}

/* line 27, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__results .is-disabled {
  cursor: default;
}

/* line 30, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__results .is-disabled:hover {
  background-color: transparent;
}

/* line 36, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__selected-users {
  padding-top: 16px;
}

/* line 39, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__selected-users .user-box {
  margin-bottom: 10px;
}

/* line 43, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__selected-users .user-box--guest {
  padding-bottom: 13px;
  line-height: 37px;
}

/* line 47, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__selected-users .user-box--guest .user-box__info {
  width: calc(100% - 24px);
}

/* line 53, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__empty-container {
  min-height: 69px;
  color: #d5d5d5;
  text-align: center;
  line-height: 69px;
  font-weight: 300;
}

/* line 60, app/assets/stylesheets/components/_user-search.scss */
.user-search .user-search__empty-container .loader {
  padding-top: 3px;
}

/* line 1, app/assets/stylesheets/components/_user-box.scss */
.user-box {
  position: relative;
  padding: 12px 16px;
}

/* line 5, app/assets/stylesheets/components/_user-box.scss */
.user-box::after {
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  height: 1px;
  margin: auto;
  background-color: #eee;
  content: '';
}

/* line 17, app/assets/stylesheets/components/_user-box.scss */
.user-box:last-child::after {
  display: none;
}

/* line 22, app/assets/stylesheets/components/_user-box.scss */
.user-box.is-disabled {
  opacity: 0.75;
}

/* line 26, app/assets/stylesheets/components/_user-box.scss */
.user-box.is-active {
  background-color: #f4f6f7;
}

/* line 31, app/assets/stylesheets/components/_user-box.scss */
.user-box__avatar {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

/* line 36, app/assets/stylesheets/components/_user-box.scss */
.user-box__avatar .indicator {
  position: absolute;
  top: -5px;
  right: 7px;
}

/* line 43, app/assets/stylesheets/components/_user-box.scss */
.user-box__info {
  display: inline-block;
  width: calc(100% - 74px);
  max-height: 40px;
  vertical-align: middle;
}

/* line 49, app/assets/stylesheets/components/_user-box.scss */
.user-box__info .user-box__user {
  display: block;
  overflow: hidden;
  padding-bottom: 1px;
  color: inherit;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 59, app/assets/stylesheets/components/_user-box.scss */
.user-box__info .user-box__full-name {
  font-size: 0.875rem;
  margin-left: 8px;
  font-weight: 400;
}

/* line 66, app/assets/stylesheets/components/_user-box.scss */
.user-box__rating {
  font-size: 0.8125rem;
  margin-bottom: 3px;
  color: #bcbcbc;
  line-height: 1;
}

/* line 72, app/assets/stylesheets/components/_user-box.scss */
.user-box__rating .rating {
  vertical-align: middle;
}

/* line 76, app/assets/stylesheets/components/_user-box.scss */
.user-box__rating .text-semibold {
  color: #23272c;
}

/* line 81, app/assets/stylesheets/components/_user-box.scss */
.user-box__remove {
  position: absolute;
  top: 50%;
  right: 0;
  color: #dadee1;
  transform: translateY(-50%);
}

/* line 88, app/assets/stylesheets/components/_user-box.scss */
.user-box__remove:hover {
  color: #204659;
}

/* line 1, app/assets/stylesheets/components/_autosuggest.scss */
.react-autosuggest__container {
  display: inline-block;
  vertical-align: middle;
}

/* line 6, app/assets/stylesheets/components/_autosuggest.scss */
.react-autosuggest__suggestions-container {
  position: absolute;
  z-index: 5;
  height: auto;
  max-height: 250px;
  overflow: auto;
  background-color: #f7f7f7;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.react-autosuggest__suggestions-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.react-autosuggest__suggestions-container::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.react-autosuggest__suggestions-container::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.react-autosuggest__suggestions-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 17, app/assets/stylesheets/components/_autosuggest.scss */
.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 12px 0;
  list-style: none;
}

/* line 22, app/assets/stylesheets/components/_autosuggest.scss */
.react-autosuggest__suggestions-list li {
  font-size: 0.9375rem;
  padding: 6px 16px;
}

/* line 28, app/assets/stylesheets/components/_autosuggest.scss */
.react-autosuggest__suggestion--highlighted {
  background-color: #f0f0f0;
  color: #159ca9;
}

/* line 1, app/assets/stylesheets/components/_embed-trigger.scss */
.embed-trigger {
  color: #19bcc9;
  position: relative;
  height: 180px;
  border: 1px solid #d7dfe3;
  border-radius: 3px;
  cursor: pointer;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.embed-trigger:hover {
  color: #159ca9;
}

/* line 9, app/assets/stylesheets/components/_embed-trigger.scss */
.embed-trigger .embed-trigger__cta {
  font-size: 1.125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 600;
  line-height: 180px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/components/_embed-trigger.scss */
.embed-trigger .embed-trigger__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* line 3, app/assets/stylesheets/components/_tutorial-widget.scss */
.tutorial-widget {
  position: fixed;
  top: 50%;
  right: -29px;
  z-index: 1;
  border-radius: 0 0 3px 3px;
  background: #159ca9;
  padding: 7px 10px;
  color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  transform: rotate(90deg);
}

/* line 15, app/assets/stylesheets/components/_tutorial-widget.scss */
.tutorial-widget .tutorial-widget__icon {
  font-size: 1.25rem;
  vertical-align: middle;
}

/* line 20, app/assets/stylesheets/components/_tutorial-widget.scss */
.tutorial-widget .tutorial-widget__text {
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

/* line 26, app/assets/stylesheets/components/_tutorial-widget.scss */
.tutorial-widget:hover {
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.45);
}

/* line 2, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .images__header {
  display: flex;
}

/* line 6, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .thumbnail-text {
  font-size: 0.875rem;
  margin-top: auto;
}

/* line 11, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .header-actions {
  font-size: 0.875rem;
  color: #d5d5d5;
  flex-grow: 1;
}

/* line 16, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .header-actions .header-tip--dark {
  color: #bcbcbc;
}

/* line 21, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .col-12 {
  padding: 10px;
}

/* line 25, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .thumbnail-container {
  border: 1px solid #d5d5d5;
  background: #f7f7f7;
}

/* line 30, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .image-container__title {
  color: #204659;
  line-height: 1.25;
}

/* line 35, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .image-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
}

/* line 41, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 48, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .image-wrapper .image-loader {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 576px) and (max-width: 967.98px) {
  /* line 35, app/assets/stylesheets/components/_sortable-images-list.scss */
  .sortable-images-list .image-wrapper {
    height: 160px;
  }
}

@media (min-width: 968px) and (max-width: 1255.98px) {
  /* line 35, app/assets/stylesheets/components/_sortable-images-list.scss */
  .sortable-images-list .image-wrapper {
    height: 140px;
  }
}

@media (min-width: 1256px) and (max-width: 1575.98px) {
  /* line 35, app/assets/stylesheets/components/_sortable-images-list.scss */
  .sortable-images-list .image-wrapper {
    height: 160px;
  }
}

@media (min-width: 1576px) {
  /* line 35, app/assets/stylesheets/components/_sortable-images-list.scss */
  .sortable-images-list .image-wrapper {
    height: 140px;
  }
}

/* line 70, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .image-container {
  border: 2px solid transparent;
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .image-container:hover .delete-image {
  display: block;
}

/* line 80, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .image-container.is-selected {
  border-color: #159ca9;
}

/* line 83, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .image-container.is-selected .image-wrapper {
  transform: scale(0.96);
}

/* line 88, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .image-container.is-placeholder {
  border-color: #d5d5d5;
}

/* line 91, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .image-container.is-placeholder .image-wrapper {
  transform: scale(0.96);
}

/* line 96, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .image-container.is-dragging {
  opacity: 0.4;
}

/* line 101, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .delete-image {
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000);
  padding: 5px 10px 0 0;
  color: #fff;
  text-align: right;
  font-weight: 600;
}

/* line 119, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .delete-image span:hover {
  color: #ccf4eb;
}

/* line 124, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .delete-image svg {
  font-size: 0.75rem;
}

/* line 127, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list .delete-image svg.is-bigger {
  font-size: 1.125rem;
}

@media (max-width: 575.98px) {
  /* line 134, app/assets/stylesheets/components/_sortable-images-list.scss */
  .sortable-images-list .header-tip {
    display: none;
  }
}

@media (min-width: 968px) {
  /* line 141, app/assets/stylesheets/components/_sortable-images-list.scss */
  .sortable-image-list--contained .image-wrapper {
    height: 140px;
  }
}

/* line 149, app/assets/stylesheets/components/_sortable-images-list.scss */
.sortable-images-list--no-thumb .thumbnail-container {
  border: 0;
  background: transparent;
}

/* line 1, app/assets/stylesheets/components/_carousel.scss */
.slider-container {
  width: 100%;
}

/* line 5, app/assets/stylesheets/components/_carousel.scss */
.slider {
  width: 100%;
}

/* line 8, app/assets/stylesheets/components/_carousel.scss */
.slider .slider-control-centerleft,
.slider .slider-control-centerright {
  height: 100%;
}

/* line 12, app/assets/stylesheets/components/_carousel.scss */
.slider .slider-control-centerleft button,
.slider .slider-control-centerright button {
  height: 100%;
  color: #204659;
}

/* line 16, app/assets/stylesheets/components/_carousel.scss */
.slider .slider-control-centerleft button.is-with-opacity,
.slider .slider-control-centerright button.is-with-opacity {
  opacity: 0.3;
}

/* line 20, app/assets/stylesheets/components/_carousel.scss */
.slider .slider-control-centerleft button:hover,
.slider .slider-control-centerright button:hover {
  opacity: 1;
}

/* line 27, app/assets/stylesheets/components/_carousel.scss */
.slider .slider-control-bottomcenter button {
  padding: 6px !important;
  color: #204659 !important;
}

/* line 2, app/assets/stylesheets/components/_testimonials-tabs.scss */
.testimonial-tabs .author {
  font-size: 1.125rem;
  color: #485c66;
}

/* line 7, app/assets/stylesheets/components/_testimonials-tabs.scss */
.testimonial-tabs .separator {
  width: 192px;
  height: 4px;
  margin: 20px auto 0;
  border-radius: 4px;
  background: #e7e7e7;
}

/* line 16, app/assets/stylesheets/components/_testimonials-tabs.scss */
.testimonial-tabs .testimonial-tabs__tab-title img {
  max-height: 30px;
}

@media (max-width: 967.98px) {
  /* line 16, app/assets/stylesheets/components/_testimonials-tabs.scss */
  .testimonial-tabs .testimonial-tabs__tab-title img {
    max-height: 25px;
  }
}

@media (max-width: 575.98px) {
  /* line 16, app/assets/stylesheets/components/_testimonials-tabs.scss */
  .testimonial-tabs .testimonial-tabs__tab-title img {
    max-width: 80px;
  }
}

/* line 29, app/assets/stylesheets/components/_testimonials-tabs.scss */
.testimonial-tabs .nav-tabs, .testimonial-tabs .nav-tabs--fatter-font {
  display: flex;
  align-items: flex-end;
}

/* line 33, app/assets/stylesheets/components/_testimonials-tabs.scss */
.testimonial-tabs .nav-tabs a, .testimonial-tabs .nav-tabs--fatter-font a {
  opacity: 0.37;
}

@media (max-width: 967.98px) {
  /* line 33, app/assets/stylesheets/components/_testimonials-tabs.scss */
  .testimonial-tabs .nav-tabs a, .testimonial-tabs .nav-tabs--fatter-font a {
    padding: 0;
  }
}

/* line 41, app/assets/stylesheets/components/_testimonials-tabs.scss */
.testimonial-tabs .nav-tabs a:hover, .testimonial-tabs .nav-tabs--fatter-font a:hover {
  opacity: 1;
}

@media (max-width: 967.98px) {
  /* line 29, app/assets/stylesheets/components/_testimonials-tabs.scss */
  .testimonial-tabs .nav-tabs, .testimonial-tabs .nav-tabs--fatter-font {
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

@media (min-width: 576px) {
  /* line 52, app/assets/stylesheets/components/_testimonials-tabs.scss */
  .testimonial-tabs .nav-tabs li, .testimonial-tabs .nav-tabs--fatter-font li {
    flex-basis: 100%;
  }
}

/* line 58, app/assets/stylesheets/components/_testimonials-tabs.scss */
.testimonial-tabs .is-active a {
  opacity: 1;
}

/* line 62, app/assets/stylesheets/components/_testimonials-tabs.scss */
.testimonial-tabs .testimonial-tabs__tab-content {
  padding: 50px 0 20px;
}

/* line 65, app/assets/stylesheets/components/_testimonials-tabs.scss */
.testimonial-tabs .testimonial-tabs__tab-content .testimonial {
  font-size: 1.5rem;
  color: #204659;
  font-weight: 600;
  letter-spacing: -0.6px;
}

/* line 2, app/assets/stylesheets/components/_online-indicator.scss */
.online-indicator.online-indicator--circle {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #d5d5d5;
}

/* line 10, app/assets/stylesheets/components/_online-indicator.scss */
.online-indicator.is-online {
  background-color: #7ed321;
}

/* line 14, app/assets/stylesheets/components/_online-indicator.scss */
.online-indicator.online-indicator--for-avatar {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 20, app/assets/stylesheets/components/_online-indicator.scss */
.online-indicator.online-indicator--offline-time {
  color: #d5d5d5;
}

/* line 1, app/assets/stylesheets/components/user-cover-image.scss */
.user-cover {
  position: relative;
  height: 200px;
  margin-bottom: 16px;
}

/* line 6, app/assets/stylesheets/components/user-cover-image.scss */
.user-cover .user-cover__input,
.user-cover .user-cover__form-group {
  display: none;
}

/* line 11, app/assets/stylesheets/components/user-cover-image.scss */
.user-cover img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* line 17, app/assets/stylesheets/components/user-cover-image.scss */
.user-cover .user-cover__edit,
.user-cover .user-cover__actions {
  z-index: 10;
}

/* line 22, app/assets/stylesheets/components/user-cover-image.scss */
.user-cover .user-cover__edit {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 33px;
  padding: 6px 6px 10px 10px;
  color: #fff;
  line-height: 22px;
  user-select: none;
}

/* line 32, app/assets/stylesheets/components/user-cover-image.scss */
.user-cover .user-cover__edit.user-cover__edit--with-text {
  top: 50%;
  right: auto;
  left: 50%;
  background: rgba(0, 0, 0, 0.65);
  transform: translateX(-50%) translateY(-50%);
}

/* line 39, app/assets/stylesheets/components/user-cover-image.scss */
.user-cover .user-cover__edit.user-cover__edit--with-text .svg-inline--fa {
  margin-right: 10px;
}

/* line 45, app/assets/stylesheets/components/user-cover-image.scss */
.user-cover .user-cover__actions {
  position: absolute;
  right: 12px;
  bottom: 12px;
}

/* line 51, app/assets/stylesheets/components/user-cover-image.scss */
.user-cover.user-cover--empty {
  height: 200px;
}

@media (min-width: 968px) {
  /* line 51, app/assets/stylesheets/components/user-cover-image.scss */
  .user-cover.user-cover--empty {
    height: 0;
    margin-bottom: 0;
  }
}

@supports (-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px)) {
  /* line 63, app/assets/stylesheets/components/user-cover-image.scss */
  .user-cover .user-cover__edit--with-text {
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
}

/* line 71, app/assets/stylesheets/components/user-cover-image.scss */
.croppie-container {
  width: 100%;
  height: 100%;
}

/* line 75, app/assets/stylesheets/components/user-cover-image.scss */
.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  transform: translateZ(0);
}

/* line 81, app/assets/stylesheets/components/user-cover-image.scss */
.croppie-container .cr-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: none;
  max-height: none;
  transform-origin: 0 0;
}

/* line 91, app/assets/stylesheets/components/user-cover-image.scss */
.croppie-container .cr-boundary {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

/* line 100, app/assets/stylesheets/components/user-cover-image.scss */
.croppie-container .cr-viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100% !important;
  margin: auto;
}

/* line 111, app/assets/stylesheets/components/user-cover-image.scss */
.croppie-container .cr-original-image {
  display: none;
}

/* line 115, app/assets/stylesheets/components/user-cover-image.scss */
.croppie-container .cr-overlay {
  position: absolute;
  z-index: 1;
  cursor: move;
  touch-action: none;
}

/* line 122, app/assets/stylesheets/components/user-cover-image.scss */
.croppie-container .cr-slider-wrap {
  display: none;
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

/* line 129, app/assets/stylesheets/components/user-cover-image.scss */
.croppie-container .cr-resizer {
  display: none;
}

/* line 134, app/assets/stylesheets/components/user-cover-image.scss */
.croppie-result {
  position: relative;
  overflow: hidden;
}

/* line 138, app/assets/stylesheets/components/user-cover-image.scss */
.croppie-result img {
  position: absolute;
}

/* line 2, app/assets/stylesheets/components/_user-data.scss */
.user-data .job-applicant__rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 22px;
}

@media (max-width: 1255.98px) {
  /* line 9, app/assets/stylesheets/components/_user-data.scss */
  .user-data .job-applicant__rating .rating {
    display: none;
  }
}

/* line 15, app/assets/stylesheets/components/_user-data.scss */
.user-data .icon-holder {
  display: inline-block;
  position: relative;
  min-width: 30px;
}

/* line 20, app/assets/stylesheets/components/_user-data.scss */
.user-data .icon-holder .svg-inline--fa {
  color: #6d7d85;
}

/* line 23, app/assets/stylesheets/components/_user-data.scss */
.user-data .icon-holder .svg-inline--fa:first-of-type {
  margin-right: 10px;
}

/* line 27, app/assets/stylesheets/components/_user-data.scss */
.user-data .icon-holder .svg-inline--fa:nth-of-type(2) {
  font-size: 0.625rem;
  position: absolute;
  right: 8px;
  bottom: 4px;
}

/* line 37, app/assets/stylesheets/components/_user-data.scss */
.user-data .Collapsible h2, .user-data .Collapsible--grey h2 {
  margin: 0;
}

/* line 42, app/assets/stylesheets/components/_user-data.scss */
.user-data .user-data__flex-row, .user-data .user-data__actions, .user-data .user-data__row, .user-data .user-online__tooltip-wrapper {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* line 48, app/assets/stylesheets/components/_user-data.scss */
.user-data .user-data__flex-row .user-data__data, .user-data .user-data__actions .user-data__data, .user-data .user-data__row .user-data__data, .user-data .user-online__tooltip-wrapper .user-data__data {
  display: flex;
}

/* line 51, app/assets/stylesheets/components/_user-data.scss */
.user-data .user-data__flex-row .user-data__data .fa-caret-down, .user-data .user-data__actions .user-data__data .fa-caret-down, .user-data .user-data__row .user-data__data .fa-caret-down, .user-data .user-online__tooltip-wrapper .user-data__data .fa-caret-down {
  margin-left: 4px;
  align-self: center;
}

/* line 58, app/assets/stylesheets/components/_user-data.scss */
.user-data .user-online__tooltip-wrapper {
  justify-content: center;
}

/* line 63, app/assets/stylesheets/components/_user-data.scss */
.user-data .user-data__row {
  margin-bottom: 16px;
  color: #204659;
}

/* line 69, app/assets/stylesheets/components/_user-data.scss */
.user-data .user-data__actions {
  flex-wrap: wrap;
  justify-content: center;
}

/* line 74, app/assets/stylesheets/components/_user-data.scss */
.user-data .user-data__actions .btn, .user-data .user-data__actions .mde-header .mde-tabs button, .mde-header .mde-tabs .user-data .user-data__actions button,
.user-data .user-data__actions .mde-header .mde-header-group button,
.mde-header .mde-header-group .user-data .user-data__actions button {
  font-size: 0.875rem;
  width: calc(50% - 8px);
  margin-bottom: 8px;
  padding: 8px;
  margin-right: 8px;
}

/* line 81, app/assets/stylesheets/components/_user-data.scss */
.user-data .user-data__actions .btn.btn-outline-default, .user-data .user-data__actions .mde-header .mde-tabs button.btn-outline-default, .mde-header .mde-tabs .user-data .user-data__actions button.btn-outline-default,
.user-data .user-data__actions .mde-header .mde-header-group button.btn-outline-default,
.mde-header .mde-header-group .user-data .user-data__actions button.btn-outline-default, .user-data .user-data__actions .mde-header .mde-tabs button:not(.selected), .mde-header .mde-tabs .user-data .user-data__actions button:not(.selected) {
  color: #204659;
}

/* line 86, app/assets/stylesheets/components/_user-data.scss */
.user-data .user-data__actions .hire-me-tooltip {
  width: calc(50% - 8px);
  margin-right: 8px;
  margin-bottom: 8px;
}

/* line 91, app/assets/stylesheets/components/_user-data.scss */
.user-data .user-data__actions .hire-me-tooltip > span {
  display: block;
}

/* line 95, app/assets/stylesheets/components/_user-data.scss */
.user-data .user-data__actions .hire-me-tooltip .btn, .user-data .user-data__actions .hire-me-tooltip .mde-header .mde-tabs button, .mde-header .mde-tabs .user-data .user-data__actions .hire-me-tooltip button,
.user-data .user-data__actions .hire-me-tooltip .mde-header .mde-header-group button,
.mde-header .mde-header-group .user-data .user-data__actions .hire-me-tooltip button {
  width: 100%;
  margin: 0;
  padding: 9px;
}

/* line 104, app/assets/stylesheets/components/_user-data.scss */
.user-data__section {
  border-bottom: 2px solid #f4f6f7;
}

/* line 107, app/assets/stylesheets/components/_user-data.scss */
.user-data__section:last-of-type {
  border: 0;
}

/* line 111, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .social-icon-circle {
  background: transparent;
}

/* line 116, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .fa-star.is-grey {
  color: #d7dfe3;
}

/* line 121, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .user-profile__row {
  min-height: 36px;
}

/* line 124, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .user-profile__row .job-list-item__labels {
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
}

/* line 129, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .user-profile__row .job-list-item__labels::before, .user-data__section .user-profile__row .job-list-item__labels.details-box__separator::after {
  display: none;
}

@media (max-width: 967.98px) {
  /* line 121, app/assets/stylesheets/components/_user-data.scss */
  .user-data__section .user-profile__row {
    max-height: 34px;
  }
}

@media (min-width: 968px) {
  /* line 139, app/assets/stylesheets/components/_user-data.scss */
  .user-data__section .user-profile__row .job-list-item__labels {
    flex-wrap: wrap;
  }
  /* line 143, app/assets/stylesheets/components/_user-data.scss */
  .user-data__section .user-profile__row .user-profile__tags-container {
    position: relative;
    top: auto;
    left: 0 !important;
    transform: none;
  }
  /* line 150, app/assets/stylesheets/components/_user-data.scss */
  .user-data__section .user-profile__row.job-list-item__row {
    height: auto;
  }
}

/* line 157, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .user-data__row--interactive:hover {
  border-radius: 2px;
  background: #f4f6f7;
  cursor: pointer;
}

/* line 164, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .tooltip-rating__section {
  margin: 0 6px 16px;
  border-bottom: 1px solid #d7dfe3;
  padding: 0 8px 16px;
}

/* line 169, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .tooltip-rating__section .heading-16 {
  margin: 8px 0;
}

/* line 172, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .tooltip-rating__section .heading-16 span {
  color: #e0e0e0;
}

/* line 177, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .tooltip-rating__section:last-of-type, .user-data__section .tooltip-rating__section.tooltip-rating__section--borderless {
  margin: 0 6px;
  border-bottom: 0;
}

/* line 185, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .tooltip-rating__section--borderless .heading-16 {
  margin-bottom: 0;
}

/* line 188, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .tooltip-rating__section--borderless .heading-16:last-of-type {
  margin-top: 0;
}

/* line 193, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .tooltip-rating__section--borderless:first-of-type {
  padding-top: 10px;
}

/* line 198, app/assets/stylesheets/components/_user-data.scss */
.user-data__section.user-data__section--with-tooltips {
  padding: 20px 16px;
}

/* line 201, app/assets/stylesheets/components/_user-data.scss */
.user-data__section.user-data__section--with-tooltips .user-data__row {
  padding: 4px;
}

/* line 206, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .user-info__tooltip-wrapper,
.user-data__section .user-rating__tooltip-wrapper {
  display: inline-flex;
  justify-content: center;
}

/* line 212, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .user-info__tooltip-wrapper {
  margin-bottom: 8px;
}

/* line 216, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .user-rating__tooltip-wrapper {
  width: 100%;
  margin-bottom: 16px;
}

/* line 220, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .user-rating__tooltip-wrapper .user-rating__tooltip {
  width: 100%;
}

/* line 224, app/assets/stylesheets/components/_user-data.scss */
.user-data__section .user-rating__tooltip-wrapper .user-data__row {
  margin-bottom: 0;
}

/* line 233, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top h1,
.user-data__section--top p,
.user-data__section--top .user-data__avatar-wrapper {
  margin-top: 0;
  margin-bottom: 8px;
}

/* line 240, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top h1 {
  overflow-wrap: break-word;
}

/* line 244, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top .user-data__avatar-wrapper {
  display: inline-block;
  position: relative;
  max-height: 100px;
}

/* line 249, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top .user-data__avatar-wrapper .avatar + span {
  position: absolute;
  right: 1px;
  bottom: 5px;
  width: 16px;
  height: 16px;
}

/* line 256, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top .user-data__avatar-wrapper .avatar + span .online-indicator {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 2px;
}

/* line 266, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top .user-data__location,
.user-data__section--top .user-data__counters-row {
  margin-bottom: 16px;
}

/* line 274, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top .user-data__counters-row .user-data__tooltip-wrapper {
  margin-right: 24px;
}

/* line 279, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top .user-data__counters-row .user-data__counter-wrapper {
  display: inline-flex;
}

/* line 284, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top .user-data__counters-row .user-data__counters-icon {
  margin-right: 8px;
  color: #6d7d85;
}

/* line 291, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top .user-data__location.user-data__location--short {
  margin-bottom: 8px;
  cursor: pointer;
}

/* line 297, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top .user-data__occupation {
  color: #6d7d85;
}

/* line 301, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--top .user-data__is-admin {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

/* line 309, app/assets/stylesheets/components/_user-data.scss */
.user-models__load-more-row {
  border-bottom: 1px solid #d7dfe3;
}

/* line 312, app/assets/stylesheets/components/_user-data.scss */
.user-models__load-more-row .btn, .user-models__load-more-row .mde-header .mde-tabs button, .mde-header .mde-tabs .user-models__load-more-row button,
.user-models__load-more-row .mde-header .mde-header-group button,
.mde-header .mde-header-group .user-models__load-more-row button {
  margin: 20px 0;
}

/* line 317, app/assets/stylesheets/components/_user-data.scss */
.user-models {
  border-top: 0;
}

/* line 320, app/assets/stylesheets/components/_user-data.scss */
.user-models ~ .user-models {
  border-top: 1px solid #d7dfe3;
}

/* line 324, app/assets/stylesheets/components/_user-data.scss */
.user-models .content-box__price {
  color: #204659;
}

/* line 328, app/assets/stylesheets/components/_user-data.scss */
.user-models .content-box__file-extensions {
  color: #6d7d85;
}

/* line 334, app/assets/stylesheets/components/_user-data.scss */
.user-models .slider-control-centerleft .btn, .user-models .slider-control-centerleft .mde-header .mde-tabs button, .mde-header .mde-tabs .user-models .slider-control-centerleft button,
.user-models .slider-control-centerleft .mde-header .mde-header-group button,
.mde-header .mde-header-group .user-models .slider-control-centerleft button,
.user-models .slider-control-centerright .btn,
.user-models .slider-control-centerright .mde-header .mde-tabs button,
.mde-header .mde-tabs .user-models .slider-control-centerright button,
.user-models .slider-control-centerright .mde-header .mde-header-group button,
.mde-header .mde-header-group .user-models .slider-control-centerright button {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  border-radius: 50%;
  padding: 0;
  line-height: 36px;
  text-align: center;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
}

/* line 350, app/assets/stylesheets/components/_user-data.scss */
.user-models .slider-control-bottomcenter {
  display: none;
}

/* line 354, app/assets/stylesheets/components/_user-data.scss */
.user-models .slider-slide {
  padding: 8px 0 0 8px;
}

/* line 359, app/assets/stylesheets/components/_user-data.scss */
.user-models .content-box.content-box--react-layout {
  margin: 0 0 20px;
}

/* line 366, app/assets/stylesheets/components/_user-data.scss */
.user-models--loading .user-models__loading {
  position: relative;
  padding-top: calc(75% + 20px);
}

/* line 370, app/assets/stylesheets/components/_user-data.scss */
.user-models--loading .user-models__loading .loader {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 576px) {
  /* line 366, app/assets/stylesheets/components/_user-data.scss */
  .user-models--loading .user-models__loading {
    padding-top: calc(45% + 20px);
  }
}

@media (min-width: 968px) {
  /* line 366, app/assets/stylesheets/components/_user-data.scss */
  .user-models--loading .user-models__loading {
    padding-top: calc(30.7% + 20px);
  }
}

@media (min-width: 1256px) {
  /* line 366, app/assets/stylesheets/components/_user-data.scss */
  .user-models--loading .user-models__loading {
    padding-top: calc(33.3% - 20px);
  }
}

@media (min-width: 1576px) {
  /* line 366, app/assets/stylesheets/components/_user-data.scss */
  .user-models--loading .user-models__loading {
    padding-top: calc(20% - 20px);
  }
}

/* line 394, app/assets/stylesheets/components/_user-data.scss */
.user-models__header {
  position: relative;
  justify-content: space-between;
}

/* line 399, app/assets/stylesheets/components/_user-data.scss */
.user-models__header .user-models__header-left {
  justify-content: flex-start;
}

/* line 404, app/assets/stylesheets/components/_user-data.scss */
.user-models__header .user-models__heading,
.user-models__header .user-models__total-models {
  white-space: nowrap;
}

/* line 409, app/assets/stylesheets/components/_user-data.scss */
.user-models__header .user-models__total-models {
  text-decoration: none;
}

/* line 412, app/assets/stylesheets/components/_user-data.scss */
.user-models__header .user-models__total-models .svg-inline--fa {
  margin-left: 12px;
}

@media (max-width: 967.98px) {
  /* line 418, app/assets/stylesheets/components/_user-data.scss */
  .user-models__header .user-models__heading {
    margin-bottom: 0;
  }
  /* line 422, app/assets/stylesheets/components/_user-data.scss */
  .user-models__header .user-models__total-models {
    position: absolute;
    top: 18px;
    right: 0;
  }
  /* line 428, app/assets/stylesheets/components/_user-data.scss */
  .user-models__header .user-models__left-section {
    flex-wrap: wrap;
    margin-right: 0;
  }
  /* line 432, app/assets/stylesheets/components/_user-data.scss */
  .user-models__header .user-models__left-section .job-list-item__row {
    margin-left: 0;
  }
  /* line 436, app/assets/stylesheets/components/_user-data.scss */
  .user-models__header .user-models__left-section .job-list-item__labels {
    padding: 16px 0;
  }
  /* line 439, app/assets/stylesheets/components/_user-data.scss */
  .user-models__header .user-models__left-section .job-list-item__labels::before, .user-models__header .user-models__left-section .job-list-item__labels.details-box__separator::after {
    display: none;
  }
}

/* line 447, app/assets/stylesheets/components/_user-data.scss */
.user-models__left-section,
.user-data__section--scrollable {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-right: 16px;
}

/* line 455, app/assets/stylesheets/components/_user-data.scss */
.user-models__left-section::after,
.user-data__section--scrollable::after {
  right: 0;
  width: 30px;
  height: 100%;
}

@media (min-width: 968px) {
  /* line 463, app/assets/stylesheets/components/_user-data.scss */
  .user-models__left-section::after,
.user-data__section--scrollable::after {
    display: none;
  }
}

/* line 468, app/assets/stylesheets/components/_user-data.scss */
.user-models__left-section .job-list-item__labels,
.user-data__section--scrollable .job-list-item__labels {
  padding: 16px 12px;
  flex-wrap: nowrap;
}

/* line 473, app/assets/stylesheets/components/_user-data.scss */
.user-models__left-section .job-list-item__labels li,
.user-data__section--scrollable .job-list-item__labels li {
  user-select: none;
}

/* line 477, app/assets/stylesheets/components/_user-data.scss */
.user-models__left-section .job-list-item__labels::before, .user-models__left-section .job-list-item__labels.details-box__separator::after,
.user-data__section--scrollable .job-list-item__labels::before,
.user-data__section--scrollable .job-list-item__labels.details-box__separator::after {
  left: 0;
  width: 1px;
  height: 24px;
  margin: auto;
  background: #d7dfe3;
}

/* line 489, app/assets/stylesheets/components/_user-data.scss */
.user-models__left-section::after {
  background: linear-gradient(to right, rgba(244, 246, 247, 0) 0%, #f4f6f7 100%);
}

/* line 493, app/assets/stylesheets/components/_user-data.scss */
.user-models__left-section .job-list-item__row {
  margin-left: 16px;
  min-height: 48px;
}

/* line 498, app/assets/stylesheets/components/_user-data.scss */
.user-models__left-section .job-list-item__labels {
  position: relative;
}

/* line 501, app/assets/stylesheets/components/_user-data.scss */
.user-models__left-section .job-list-item__labels::before, .user-models__left-section .job-list-item__labels.details-box__separator::after {
  left: 0;
  width: 1px;
  height: 24px;
  margin: auto;
  background: #d7dfe3;
}

/* line 513, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--scrollable::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}

/* line 517, app/assets/stylesheets/components/_user-data.scss */
.user-data__section--scrollable .job-list-item__labels {
  padding-left: 0;
}

/* line 522, app/assets/stylesheets/components/_user-data.scss */
.user-profile__gallery-row {
  padding-top: 32px;
}

/* line 2, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews .user-reviews__heading,
.user-reviews .user-reviews__heading-right {
  display: flex;
  flex-flow: row;
  align-items: center;
}

/* line 9, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews .user-reviews__heading {
  margin-bottom: 32px;
  justify-content: space-between;
}

/* line 13, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews .user-reviews__heading .btn-outline-default, .user-reviews .user-reviews__heading .mde-header .mde-tabs button:not(.selected), .mde-header .mde-tabs .user-reviews .user-reviews__heading button:not(.selected) {
  background-color: #fff;
  color: #204659;
}

/* line 17, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews .user-reviews__heading .btn-outline-default span, .user-reviews .user-reviews__heading .mde-header .mde-tabs button:not(.selected) span, .mde-header .mde-tabs .user-reviews .user-reviews__heading button:not(.selected) span {
  color: #e0e0e0;
}

/* line 22, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews .user-reviews__heading .Select {
  min-width: 170px;
}

@media (max-width: 1255.98px) {
  /* line 9, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews .user-reviews__heading {
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
  /* line 30, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews .user-reviews__heading .user-reviews__heading-left,
.user-reviews .user-reviews__heading .user-reviews__heading-right {
    margin-bottom: 20px;
  }
  /* line 35, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews .user-reviews__heading .user-reviews__heading-left {
    margin-right: 2px;
  }
  /* line 39, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews .user-reviews__heading .Select {
    min-width: 160px;
    margin-left: 0;
  }
}

@media (max-width: 967.98px) {
  /* line 9, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews .user-reviews__heading {
    justify-content: space-evenly;
  }
  /* line 48, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews .user-reviews__heading .user-reviews__heading-left,
.user-reviews .user-reviews__heading .user-reviews__heading-right {
    width: 100%;
  }
  /* line 54, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews .user-reviews__heading .user-reviews__heading-left * {
    width: 100%;
  }
  /* line 60, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews .user-reviews__heading .user-reviews__heading-right .user-reviews__rating {
    flex-flow: row;
    flex-wrap: wrap;
  }
  /* line 66, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews .user-reviews__heading .Select {
    width: 100%;
  }
}

/* line 72, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews .user-reviews__row {
  min-height: 50vh;
}

/* line 75, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews .user-reviews__row .user-reviews__review-wrapper {
  display: flex;
  width: 100%;
  height: calc(100% - 16px);
  margin-bottom: 16px;
  text-decoration: none;
}

/* line 82, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews .user-reviews__row .user-reviews__review-wrapper .job-list-item--review {
  max-width: none;
  height: 100%;
  margin: 0;
}

@media (min-width: 968px) {
  /* line 72, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews .user-reviews__row {
    display: block;
  }
  /* line 92, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews .user-reviews__row .user-reviews__review-wrapper {
    display: block;
  }
}

/* line 99, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews__rating {
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
}

/* line 104, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews__rating::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 24px;
  margin: auto;
  background: #d7dfe3;
  content: '';
}

@media (max-width: 1255.98px) {
  /* line 99, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews__rating {
    flex-flow: column;
  }
}

@media (max-width: 575.98px) {
  /* line 121, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews__rating .message__stars-rate {
    font-size: 0.75rem;
  }
}

@media (max-width: 967.98px) {
  /* line 99, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews__rating {
    width: 100%;
  }
}

/* line 131, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews__rating,
.user-tooltip__rating {
  display: flex;
}

/* line 135, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews__rating .message__rating-subtitle,
.user-reviews__rating .product-ratings,
.user-tooltip__rating .message__rating-subtitle,
.user-tooltip__rating .product-ratings {
  color: #204659;
}

/* line 140, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews__rating .product-ratings,
.user-tooltip__rating .product-ratings {
  position: relative;
  min-width: 200px;
  font-weight: 600;
}

/* line 145, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews__rating .product-ratings .product-ratings__thumbs,
.user-tooltip__rating .product-ratings .product-ratings__thumbs {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/* line 151, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews__rating .product-ratings .label-none,
.user-tooltip__rating .product-ratings .label-none {
  display: none;
}

/* line 155, app/assets/stylesheets/components/_user-reviews.scss */
.user-reviews__rating .product-ratings .progress,
.user-tooltip__rating .product-ratings .progress {
  height: 2px;
  margin-top: 4px;
}

@media (max-width: 1255.98px) {
  /* line 140, app/assets/stylesheets/components/_user-reviews.scss */
  .user-reviews__rating .product-ratings,
.user-tooltip__rating .product-ratings {
    width: 100%;
    min-width: 100px;
  }
}

/* line 1, app/assets/stylesheets/components/_designers-search.scss */
.designers-search {
  display: flex;
}

/* line 4, app/assets/stylesheets/components/_designers-search.scss */
.designers-search .Select {
  width: 160px;
}

/* line 7, app/assets/stylesheets/components/_designers-search.scss */
.designers-search .Select.Select-outline.is-open > .Select-control, .designers-search .cgt-accordion.cgt-accordion--child .Select-outline.cgt-accordion__item.is-open > .Select-control, .cgt-accordion.cgt-accordion--child .designers-search .Select-outline.cgt-accordion__item.is-open > .Select-control {
  height: 42px;
}

@media (max-width: 967.98px) {
  /* line 1, app/assets/stylesheets/components/_designers-search.scss */
  .designers-search {
    display: block;
  }
  /* line 15, app/assets/stylesheets/components/_designers-search.scss */
  .designers-search .designers-search__input,
.designers-search .Select {
    width: 100%;
  }
}

@media (min-width: 968px) {
  /* line 22, app/assets/stylesheets/components/_designers-search.scss */
  .designers-search .designers-search__input {
    width: 270px;
  }
}

@media (min-width: 1256px) {
  /* line 28, app/assets/stylesheets/components/_designers-search.scss */
  .designers-search .designers-search__input {
    width: 360px;
  }
}

/* line 34, app/assets/stylesheets/components/_designers-search.scss */
.Select-menu-outer,
.Select-menu {
  z-index: 999;
}

/* line 38, app/assets/stylesheets/components/_designers-search.scss */
.dropdown-content {
  z-index: 999;
}

/* line 42, app/assets/stylesheets/components/_designers-search.scss */
.designers-list__empty-row,
.designers-list__no-designers {
  display: flex;
  text-align: center;
  flex-flow: column;
  justify-content: center;
}

/* line 50, app/assets/stylesheets/components/_designers-search.scss */
.designers-list__empty-row {
  height: calc(100% - 16px);
  margin: 0 8px;
  padding: 20px;
}

/* line 55, app/assets/stylesheets/components/_designers-search.scss */
.designers-list__empty-row .text-default {
  color: #6d7d85;
}

@media (max-width: 967.98px) {
  /* line 50, app/assets/stylesheets/components/_designers-search.scss */
  .designers-list__empty-row {
    margin: 0;
    border-width: 0 0 1px;
    background: transparent;
    box-shadow: none;
  }
}

/* line 67, app/assets/stylesheets/components/_designers-search.scss */
.designers-list__no-designers {
  min-height: 180px;
}

@media (min-width: 968px) {
  /* line 67, app/assets/stylesheets/components/_designers-search.scss */
  .designers-list__no-designers {
    min-height: 262px;
  }
}

/* line 76, app/assets/stylesheets/components/_designers-search.scss */
.designer-list__filters .Select-menu-outer,
.designer-list__filters .Select-menu {
  z-index: 999;
}

/* line 1, app/assets/stylesheets/components/_image-cover.scss */
.image-cover {
  width: 100%;
  height: 100%;
}

/* line 5, app/assets/stylesheets/components/_image-cover.scss */
.image-cover img {
  width: 100%;
  height: 100%;
}

/* line 10, app/assets/stylesheets/components/_image-cover.scss */
.image-cover.image-cover--active {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 15, app/assets/stylesheets/components/_image-cover.scss */
.image-cover.image-cover--active img {
  visibility: hidden;
  opacity: 0;
}

/* line 1, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form {
  margin: 0 0 25px;
}

/* line 4, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designers-list__search-form-container {
  display: flex;
  border-bottom: 1px solid #d7dfe3;
  padding: 20px 0;
  flex-wrap: wrap;
}

/* line 11, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designer-list__search-bar-wrapper {
  flex: 0;
}

/* line 15, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designer-list__filters-wrapper {
  flex: 1;
}

/* line 18, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designer-list__filters-wrapper .designer-list__filters {
  display: flex;
}

/* line 22, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designer-list__filters-wrapper .designer-list__filters-left {
  display: flex;
  flex: 1;
}

/* line 27, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designer-list__filters-wrapper .designer-list__filters-right {
  flex: 1;
}

/* line 32, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designers-search__input input,
.designer-list__search-form .custom-dropdown__header,
.designer-list__search-form .designer-list__filters-open-for-hire {
  height: 44px;
}

/* line 40, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designers-search__actions .Select-control,
.designer-list__search-form .designer-list__filters-right .Select-control {
  height: 44px;
}

/* line 45, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designers-search__actions .Select.is-open .Select-control,
.designer-list__search-form .designer-list__filters-right .Select.is-open .Select-control {
  height: 44px;
}

/* line 50, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designers-search__actions .Select-value,
.designer-list__search-form .designer-list__filters-right .Select-value {
  line-height: 42px;
}

/* line 55, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designers-search__input,
.designer-list__search-form .Select,
.designer-list__search-form .custom-dropdown--multi,
.designer-list__search-form .btn,
.designer-list__search-form .mde-header .mde-tabs button,
.mde-header .mde-tabs .designer-list__search-form button,
.designer-list__search-form .mde-header .mde-header-group button,
.mde-header .mde-header-group .designer-list__search-form button {
  margin: 10px 8px 10px 0;
}

/* line 62, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designers-search__actions {
  display: flex;
}

/* line 67, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designer-list__filters-right .Select {
  margin: 10px 0;
}

/* line 72, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .designer-list__filters-open-for-hire {
  margin: 10px 8px 10px 0;
  line-height: 44px;
  white-space: nowrap;
}

/* line 78, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .custom-dropdown--multi {
  width: 156px;
}

/* line 82, app/assets/stylesheets/components/_designer-list-filters.scss */
.designer-list__search-form .custom-dropdown__title {
  padding: 0.7rem 1rem;
}

@media (min-width: 968px) {
  /* line 87, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .designer-list__filters-right {
    max-width: 170px;
  }
}

@media (min-width: 1256px) {
  /* line 93, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .designer-list__filters-left {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 15px;
  }
  /* line 99, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .designers-search__input,
.designer-list__search-form .Select,
.designer-list__search-form .custom-dropdown--multi,
.designer-list__search-form .btn,
.designer-list__search-form .mde-header .mde-tabs button,
.mde-header .mde-tabs .designer-list__search-form button,
.designer-list__search-form .mde-header .mde-header-group button,
.mde-header .mde-header-group .designer-list__search-form button {
    margin: 10px 15px 10px 0;
  }
  /* line 106, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .designer-list__filters-left::before,
.designer-list__search-form .designer-list__filters-left::after {
    position: absolute;
    top: 50%;
    left: -2px;
    width: 1px;
    height: 34px;
    border-left: 1px solid #d7dfe3;
    content: ' ';
    transform: translate(0, -50%);
  }
  /* line 118, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .designer-list__filters-left::after {
    right: 0;
    left: auto;
  }
}

@media (max-width: 1255.98px) {
  /* line 125, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .custom-dropdown--multi {
    width: 156px;
  }
}

@media (max-width: 967.98px) {
  /* line 131, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .designer-list__filters-wrapper {
    display: block;
  }
  /* line 134, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .designer-list__filters-wrapper .designer-list__filters {
    display: block;
  }
  /* line 137, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .designer-list__filters-wrapper .designer-list__filters .designer-list__filters-left {
    display: block;
  }
  /* line 143, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .custom-dropdown--multi {
    width: 100%;
    margin: 10px 0;
  }
  /* line 148, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .designers-list__search-form-container {
    display: block;
  }
  /* line 152, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .designers-search__actions {
    border-bottom: 1px solid #d7dfe3;
  }
  /* line 155, app/assets/stylesheets/components/_designer-list-filters.scss */
  .designer-list__search-form .designers-search__actions .btn, .designer-list__search-form .designers-search__actions .mde-header .mde-tabs button, .mde-header .mde-tabs .designer-list__search-form .designers-search__actions button,
.designer-list__search-form .designers-search__actions .mde-header .mde-header-group button,
.mde-header .mde-header-group .designer-list__search-form .designers-search__actions button {
    margin: 10px 0;
  }
}

/* line 162, app/assets/stylesheets/components/_designer-list-filters.scss */
.active-filters__section--scrollable {
  position: relative;
  z-index: 0;
}

/* line 166, app/assets/stylesheets/components/_designer-list-filters.scss */
.active-filters__section--scrollable .active-filters__reset-filters {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* line 179, app/assets/stylesheets/components/_designer-list-filters.scss */
.active-filters__section--scrollable .active-filters__reset-filters-text {
  display: none;
}

/* line 183, app/assets/stylesheets/components/_designer-list-filters.scss */
.active-filters__section--scrollable::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, rgba(244, 246, 247, 0) 0%, #f4f6f7 50%);
  content: '';
}

@media (min-width: 968px) {
  /* line 196, app/assets/stylesheets/components/_designer-list-filters.scss */
  .active-filters__section--scrollable .active-filters__reset-filters-text {
    display: inline-block;
  }
  /* line 200, app/assets/stylesheets/components/_designer-list-filters.scss */
  .active-filters__section--scrollable::after {
    width: 100px;
    background: linear-gradient(to right, rgba(244, 246, 247, 0) 0%, #f4f6f7 10%);
  }
}

/* line 207, app/assets/stylesheets/components/_designer-list-filters.scss */
.active-filters__row {
  height: 36px;
  margin: 10px 0 25px;
}

/* line 211, app/assets/stylesheets/components/_designer-list-filters.scss */
.active-filters__row.job-list-item__row {
  position: relative;
  width: 100%;
  height: 36px;
  overflow: hidden;
  padding-top: 0;
}

/* line 219, app/assets/stylesheets/components/_designer-list-filters.scss */
.active-filters__row .job-list-item__labels {
  display: flex;
  max-height: none;
  margin: 0 -4px;
  padding: 16px 40px 16px 0;
  flex-wrap: nowrap;
}

/* line 226, app/assets/stylesheets/components/_designer-list-filters.scss */
.active-filters__row .job-list-item__labels .label {
  white-space: nowrap;
  user-select: none;
}

/* line 231, app/assets/stylesheets/components/_designer-list-filters.scss */
.active-filters__row .job-list-item__labels::before, .active-filters__row .job-list-item__labels.details-box__separator::after {
  display: none;
}

@media (min-width: 968px) {
  /* line 207, app/assets/stylesheets/components/_designer-list-filters.scss */
  .active-filters__row {
    height: auto;
  }
  /* line 239, app/assets/stylesheets/components/_designer-list-filters.scss */
  .active-filters__row .job-list-item__labels {
    padding: 16px 100px 16px 0;
  }
}

/* line 1, app/assets/stylesheets/components/_news-card.scss */
.news-card {
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/components/_news-card.scss */
.news-card .news-card__image-wrap {
  position: relative;
  padding-top: calc(225 / 368 * 100%);
}

/* line 10, app/assets/stylesheets/components/_news-card.scss */
.news-card .news-card__image-wrap .news-card__image {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 15, app/assets/stylesheets/components/_news-card.scss */
.news-card .news-card__image-wrap .news-card__image img {
  object-fit: cover;
}

/* line 21, app/assets/stylesheets/components/_news-card.scss */
.news-card .news-card__content-subheading-item {
  margin-right: 8px;
  border-right: 1px solid #d7dfe3;
  padding-right: 8px;
}

/* line 26, app/assets/stylesheets/components/_news-card.scss */
.news-card .news-card__content-subheading-item:last-of-type {
  border: 0;
}

/* line 31, app/assets/stylesheets/components/_news-card.scss */
.news-card.news-card--event-card {
  margin: 8px 0;
  color: #6d7d85;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/components/_news-card.scss */
.news-card.news-card--event-card .news-card__image-wrap {
  overflow: hidden;
  padding-top: calc(158 / 280 * 100%);
}

/* line 41, app/assets/stylesheets/components/_news-card.scss */
.news-card.news-card--event-card .event-card__more-row {
  text-align: center;
}

/* line 45, app/assets/stylesheets/components/_news-card.scss */
.news-card.news-card--event-card .event-card__content {
  padding: 20px;
}

/* line 48, app/assets/stylesheets/components/_news-card.scss */
.news-card.news-card--event-card .event-card__content .event-card__description {
  margin-bottom: 16px;
}

/* line 53, app/assets/stylesheets/components/_news-card.scss */
.news-card.news-card--event-card .event-card__date {
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  /* line 59, app/assets/stylesheets/components/_news-card.scss */
  .news-card .event-card__content {
    padding: 32px 32px 22px 22px;
    flex: auto;
  }
  /* line 65, app/assets/stylesheets/components/_news-card.scss */
  .news-card.news-card--event-card .card, .news-card.news-card--event-card .table-responsive, .news-card.news-card--event-card .content-box, .news-card.news-card--event-card .table-with-borders {
    display: flex;
    max-width: none;
    flex-wrap: nowrap;
  }
  /* line 71, app/assets/stylesheets/components/_news-card.scss */
  .news-card.news-card--event-card .card, .news-card.news-card--event-card .table-responsive, .news-card.news-card--event-card .content-box, .news-card.news-card--event-card .table-with-borders,
.news-card.news-card--event-card .news-card__content {
    width: 100%;
  }
  /* line 76, app/assets/stylesheets/components/_news-card.scss */
  .news-card.news-card--event-card .news-card__image-wrap {
    min-width: 280px;
    padding-top: 0;
  }
  /* line 81, app/assets/stylesheets/components/_news-card.scss */
  .news-card.news-card--event-card .event-card__more-row {
    text-align: right;
  }
}

@media (min-width: 968px) {
  /* line 88, app/assets/stylesheets/components/_news-card.scss */
  .news-card .news-card__image-wrap {
    padding-top: calc(255 / 343 * 100%);
  }
  /* line 93, app/assets/stylesheets/components/_news-card.scss */
  .news-card.news-card--event-card .news-card__image-wrap {
    min-width: 325px;
  }
}

@media (min-width: 1256px) {
  /* line 101, app/assets/stylesheets/components/_news-card.scss */
  .news-card.news-card--event-card .event-card__content {
    padding: 32px 55px 22px;
  }
}

/* line 1, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form {
  background-color: #fff;
}

/* line 4, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form select,
.embed-contact-form input {
  margin-top: 8px;
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 16, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form select::-ms-expand {
  display: none;
}

/* line 21, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .field {
  margin-bottom: 0 0 1rem 0;
  border: 0;
  padding: 0;
}

/* line 27, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .btn-primary {
  border: 0;
  color: #fff;
}

/* line 32, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 39, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs-form-booleancheckbox label {
  display: block;
  padding-left: 24px;
}

/* line 46, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs-fieldtype-booleancheckbox .inputs-list {
  margin-top: 8px;
}

/* line 51, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form input[type="checkbox"] {
  display: none;
}

/* line 54, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form input[type="checkbox"] + span {
  position: relative;
}

/* line 57, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form input[type="checkbox"] + span::before, .embed-contact-form input[type="checkbox"] + span.details-box__separator::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 1px solid #d7dfe3;
  border-radius: 3px;
  color: #fff;
  line-height: 16px;
  content: '';
  text-align: center;
  font-size: 72%;
  -webkit-text-size-adjust: 72%;
}

/* line 77, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form input[type="checkbox"]:checked + span::before, .embed-contact-form input[type="checkbox"]:checked + span.details-box__separator::after {
  border: 1px solid #19bcc9;
  background: #19bcc9;
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
}

/* line 86, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs-input.hs-fieldtype-intl-phone,
.embed-contact-form .hs_country .input {
  position: relative;
  z-index: 0;
}

/* line 91, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs-input.hs-fieldtype-intl-phone::after,
.embed-contact-form .hs_country .input::after {
  position: absolute;
  z-index: -1;
  border-left: 1px solid #d7dfe3;
  padding: 5px 15px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: '\f0d7';
}

/* line 103, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs-input.hs-fieldtype-intl-phone::after {
  top: 8px;
  left: calc(30% - 41px);
  line-height: 32px;
}

/* line 109, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs-input.hs-fieldtype-intl-phone select {
  padding-right: 42px;
}

/* line 113, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs-input.hs-fieldtype-intl-phone .hs-input {
  margin-bottom: 16px;
}

/* line 120, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs_country .input::after {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 34px;
}

/* line 130, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs-data_storage_consent,
.embed-contact-form .hs-communications_consent {
  position: relative;
  z-index: 0;
}

/* line 135, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs-data_storage_consent legend,
.embed-contact-form .hs-communications_consent legend {
  position: absolute;
  bottom: calc(100% + 10px);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border-radius: 3px;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 6px 12px rgba(14, 30, 38, 0.3);
}

/* line 146, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs-data_storage_consent legend::after,
.embed-contact-form .hs-communications_consent legend::after {
  position: absolute;
  bottom: -9px;
  left: 9px;
  width: 0;
  height: 0;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  content: '';
}

/* line 160, app/assets/stylesheets/components/_embed-contact-form.scss */
.embed-contact-form .hs-data_storage_consent:hover legend,
.embed-contact-form .hs-communications_consent:hover legend {
  visibility: visible;
  opacity: 1;
}

/* line 1, app/assets/stylesheets/components/_common.scss */
.u-user-entered-data {
  word-wrap: break-word;
}

/* line 4, app/assets/stylesheets/components/_badges.scss */
.ukranian-badge__donation {
  float: right;
  background: #0156b4 !important;
  color: #ffcc02 !important;
}

/* line 10, app/assets/stylesheets/components/_badges.scss */
.ukranian-badge {
  position: relative;
  cursor: pointer;
  margin-right: 0;
  float: right;
  background: linear-gradient(180deg, #0156b4 50%, #ffcc02 50%) !important;
}

/* line 9, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search {
  overflow: hidden;
  border-radius: 6px;
  background-color: white;
}

/* line 14, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search--with-tags {
  box-shadow: 0 0 0 4px rgba(30, 39, 50, 0.06), inset 0 0 0 1px rgba(30, 39, 50, 0.16);
}

/* line 18, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__search-icon {
  display: none;
  margin: 12px;
}

@media (min-width: 576px) {
  /* line 18, app/assets/stylesheets/components/_model-search.scss */
  .cgt-model-search__search-icon {
    display: block;
  }
}

/* line 27, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__wrap {
  position: relative;
}

/* line 31, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__suggestions {
  position: absolute;
  top: 64px;
  z-index: 1000;
  width: 100%;
  border-radius: 6px;
  background-color: white;
  padding: 12px;
}

/* line 41, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__suggestions-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 48, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__input {
  height: 56px !important;
}

/* line 51, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__input--with-tags {
  border-radius: 6px 6px 0 0 !important;
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.12) !important;
}

/* line 57, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__suggestions-divider {
  margin-bottom: 12px;
}

/* line 61, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__suggestion {
  display: flex;
  margin-bottom: 4px;
  padding: 4px;
  flex-direction: row;
  text-transform: capitalize;
}

/* line 68, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__suggestion img {
  border-radius: 6px;
}

/* line 73, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__tag-list {
  display: flex;
  background-color: rgba(30, 39, 50, 0.02);
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

/* line 81, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__tag-list-reset, .cgt-model-search__tag-list-navigation {
  padding: 12px;
}

/* line 86, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__tag-list-body {
  display: flex;
}

/* line 90, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__tag-list-tags {
  display: flex;
  padding: 12px 0;
  flex-grow: 1;
  text-transform: capitalize;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 99, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__tag-list-tags::-webkit-scrollbar {
  display: none;
}

/* line 103, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__tag-list-tags .cgt-button-filter {
  width: max-content;
  margin-right: 8px;
}

/* line 109, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__tag-list-navigation {
  display: none;
  flex-direction: row;
}

@media (min-width: 576px) {
  /* line 109, app/assets/stylesheets/components/_model-search.scss */
  .cgt-model-search__tag-list-navigation {
    display: flex;
  }
}

/* line 117, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__tag-list-navigation > :first-child {
  margin-right: 12px;
}

/* line 122, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search__tag-list-reset--active {
  left: 12px;
}

/* line 126, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search .cgt-button {
  display: flex;
  align-items: center;
}

/* line 131, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search .cgt-model-search__suggestion-wrapper {
  display: flex;
  align-items: center;
}

/* line 136, app/assets/stylesheets/components/_model-search.scss */
.cgt-model-search .cgt-model-search__suggestion-thumbnail {
  width: 50px;
  height: 37px;
  margin-right: 10px;
  border-radius: 2px !important;
  object-fit: cover;
}

/* line 1, app/assets/stylesheets/components/_new-navigation.scss */
.unstyled-list, .app-nav ul, .app-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 7, app/assets/stylesheets/components/_new-navigation.scss */
.uppercased-text {
  text-transform: uppercase;
}

/* line 11, app/assets/stylesheets/components/_new-navigation.scss */
.user-settings-row {
  display: flex;
}

/* line 14, app/assets/stylesheets/components/_new-navigation.scss */
.user-settings-row__link {
  width: 100%;
}

/* line 19, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav {
  display: none;
  position: absolute;
  left: 4px;
  z-index: 500;
  width: calc(100% - 8px);
  overflow: auto;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 4px 4px rgba(30, 39, 50, 0.04), 0px 1px 8px rgba(30, 39, 50, 0.04), 0px 2px 4px rgba(30, 39, 50, 0.04), 0px 0px 0px 4px rgba(30, 39, 50, 0.04), inset 0px 0px 0px 1px rgba(30, 39, 50, 0.12);
  flex-direction: row;
  align-items: flex-start;
  flex-flow: column;
  gap: 0;
}

@media (min-width: 960px) {
  /* line 19, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav {
    max-width: 624px;
  }
}

@media (min-width: 1280px) {
  /* line 19, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav {
    height: 100%;
  }
}

/* line 51, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav.is-opened {
  display: flex;
}

/* line 54, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__item, .app-nav__header, .app-nav__header-wrapper {
  width: 100%;
}

/* line 61, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__item:hover .cgt-button--ghost {
  background-color: rgba(30, 39, 50, 0.04);
}

/* line 66, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav .category-name-title, .app-nav__item-name {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #1e2732;
  letter-spacing: normal;
  font-style: normal;
  font-weight: 600;
}

/* line 77, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__header-wrapper {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 501;
  width: 100%;
  background-color: white;
  flex-flow: column;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0px 0px 0px 1px rgba(30, 39, 50, 0.12);
}

/* line 90, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__header {
  display: flex;
  width: 100%;
  padding: 8px 16px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

/* line 99, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__item-link {
  padding: 8px 6px;
  min-height: 56px;
  white-space: nowrap;
  color: #1e2732;
}

/* line 106, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__trigger-desktop {
  display: none !important;
}

/* line 110, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__item {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 116, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__item:last-of-type {
  border-bottom: 0;
}

/* line 120, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__item .custom-fast-dropdown {
  display: none;
  opacity: 0;
}

/* line 125, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__item .custom-fast-dropdown__top .cgt-menu-item {
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__item.is-subnav-active .app-nav__trigger-mobile .custom-font-icon {
  transform: rotate(90deg);
}

/* line 138, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav__item.is-subnav-active .custom-fast-dropdown {
  overflow: auto;
  border-top: 1px solid rgba(30, 39, 50, 0.12);
  display: block;
  opacity: 1;
}

/* line 148, app/assets/stylesheets/components/_new-navigation.scss */
.app-nav.is-opened {
  display: flex;
}

@media (min-width: 640px) {
  /* line 19, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav {
    left: 8px;
    width: auto;
    flex-flow: row;
    flex-wrap: wrap;
    gap: 0;
    width: 320px;
    box-shadow: 0px 4px 16px rgba(30, 39, 50, 0.04), 0px 6px 8px rgba(30, 39, 50, 0.04), 0px 8px 12px rgba(30, 39, 50, 0.04), 0px 0px 0px 8px rgba(30, 39, 50, 0.04), inset 0px 0px 0px 1px rgba(30, 39, 50, 0.12);
  }
  /* line 164, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__header {
    padding: 16px 32px;
  }
  /* line 169, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__item.is-subnav-active {
    max-width: none;
  }
  /* line 173, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__item--medium-last {
    width: 100%;
    order: 2;
  }
}

@media (min-width: 1280px) {
  /* line 19, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav {
    display: flex;
    position: relative;
    top: auto !important;
    left: auto;
    width: auto;
    max-width: none;
    overflow: visible;
    border-radius: none;
    background: transparent;
    flex-flow: row;
    box-shadow: none;
  }
  /* line 193, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__header-wrapper {
    display: none;
  }
  /* line 197, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__item {
    display: flex;
    width: auto;
    height: 100%;
    border-bottom: none;
  }
  /* line 203, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__item .custom-fast-dropdown {
    display: block;
  }
  /* line 208, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__item:hover .custom-fast-dropdown {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: opacity 0.15s ease-in;
  }
  /* line 216, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__item--medium-last {
    order: 0;
  }
  /* line 221, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__item-link {
    min-height: auto;
    display: flex;
  }
  /* line 227, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav .app-nav__item .app-nav__item-link {
    padding: 8px 20px;
  }
}

@media (min-width: 1280px) {
  /* line 233, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__item-link {
    min-height: none;
  }
  /* line 237, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__trigger-mobile {
    display: none !important;
  }
  /* line 241, app/assets/stylesheets/components/_new-navigation.scss */
  .app-nav__trigger-desktop {
    display: flex !important;
  }
}

@media (min-width: 1280px) {
  /* line 248, app/assets/stylesheets/components/_new-navigation.scss */
  .custom-fast-dropdown {
    display: block;
    position: absolute;
    top: calc(100% + 8px);
    left: -72px;
    visibility: hidden;
    opacity: 0;
    z-index: 455;
    height: 0;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0px 4px 16px rgba(30, 39, 50, 0.04), 0px 6px 8px rgba(30, 39, 50, 0.04), 0px 8px 12px rgba(30, 39, 50, 0.04), 0px 0px 0px 8px rgba(30, 39, 50, 0.04), inset 0px 0px 0px 1px rgba(30, 39, 50, 0.12);
  }
  /* line 264, app/assets/stylesheets/components/_new-navigation.scss */
  .custom-fast-dropdown--inline {
    left: -30px !important;
  }
  /* line 268, app/assets/stylesheets/components/_new-navigation.scss */
  .custom-fast-dropdown::before, .custom-fast-dropdown.details-box__separator::after {
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    background: transparent;
    content: '';
  }
}

/* line 284, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .nav-options-dropdown__title {
  margin: 0;
  padding: 0 0 8px 8px;
  color: rgba(30, 39, 50, 0.4) !important;
}

/* line 290, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .nav-options-dropdown__section {
  padding: 8px;
}

/* line 293, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .nav-options-dropdown__section--highlighted {
  background: rgba(25, 188, 201, 0.1);
}

/* line 297, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .nav-options-dropdown__section .logout-btn {
  flex-shrink: 0;
  justify-content: center;
}

/* line 305, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .category-menu__content {
  display: block;
}

/* line 309, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .category-menu .category-menu__wrapper {
  margin: 0;
  margin-bottom: 16px;
  border-left: 0;
}

/* line 314, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .category-menu .category-menu__wrapper:last-of-type {
  margin-bottom: 16px;
}

/* line 320, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .user-menu-item {
  margin-bottom: 4px;
}

/* line 323, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .user-menu-item * {
  text-decoration: none;
}

/* line 327, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .user-menu-item:last-of-type {
  margin: 0;
}

/* line 331, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .user-menu-item--long {
  min-width: 176px;
}

/* line 335, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .user-menu-item--short {
  min-width: 160px;
}

/* line 340, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .category-name-title {
  margin: 0 0 0 8px !important;
  white-space: nowrap;
}

/* line 346, app/assets/stylesheets/components/_new-navigation.scss */
.fast-options-dropdowns .all-categories-button--desktop {
  display: none !important;
}

@media (min-width: 960px) {
  /* line 353, app/assets/stylesheets/components/_new-navigation.scss */
  .fast-options-dropdowns .nav-options-dropdown__section {
    padding: 12px;
  }
}

@media (min-width: 1280px) {
  /* line 361, app/assets/stylesheets/components/_new-navigation.scss */
  .fast-options-dropdowns .nav-options-dropdown__section {
    padding: 16px;
  }
  /* line 364, app/assets/stylesheets/components/_new-navigation.scss */
  .fast-options-dropdowns .nav-options-dropdown__section--symmetric {
    padding: 24px 32px;
  }
  /* line 370, app/assets/stylesheets/components/_new-navigation.scss */
  .fast-options-dropdowns .type-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 377, app/assets/stylesheets/components/_new-navigation.scss */
  .fast-options-dropdowns .category-menu__content {
    display: flex;
    gap: 16px;
  }
  /* line 382, app/assets/stylesheets/components/_new-navigation.scss */
  .fast-options-dropdowns .category-menu__content:last-of-type .category-menu__wrapper {
    margin-bottom: 0 !important;
  }
  /* line 388, app/assets/stylesheets/components/_new-navigation.scss */
  .fast-options-dropdowns .category-menu .category-menu__wrapper {
    margin: 0;
    margin-bottom: 16px;
    border-left: 0;
  }
  /* line 396, app/assets/stylesheets/components/_new-navigation.scss */
  .fast-options-dropdowns .all-categories-button--mobile {
    display: none !important;
  }
  /* line 400, app/assets/stylesheets/components/_new-navigation.scss */
  .fast-options-dropdowns .all-categories-button--desktop {
    display: block !important;
  }
}

/* line 407, app/assets/stylesheets/components/_new-navigation.scss */
.social-buttons-container {
  margin-top: 16px;
}

/* line 410, app/assets/stylesheets/components/_new-navigation.scss */
.social-buttons-container__divider {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 16px;
}

/* line 418, app/assets/stylesheets/components/_new-navigation.scss */
.oauth-button .button_to {
  width: 100%;
}

/* line 423, app/assets/stylesheets/components/_new-navigation.scss */
.auth-tabs {
  border-bottom: 1px solid rgba(30, 39, 50, 0.12);
}

/* line 427, app/assets/stylesheets/components/_new-navigation.scss */
.auth-tab {
  padding: 16px;
}

/* line 430, app/assets/stylesheets/components/_new-navigation.scss */
.auth-tab__field {
  margin-bottom: 12px;
}

@media (min-width: 640px) {
  /* line 427, app/assets/stylesheets/components/_new-navigation.scss */
  .auth-tab {
    padding: 24px 32px;
  }
}

/* line 438, app/assets/stylesheets/components/_new-navigation.scss */
.auth-tab .temp-terms {
  display: block;
}

/* line 445, app/assets/stylesheets/components/_new-navigation.scss */
.justify-content-center {
  justify-content: center;
}

/* line 449, app/assets/stylesheets/components/_new-navigation.scss */
.minor-spacing {
  margin-bottom: 8px !important;
}

/* line 453, app/assets/stylesheets/components/_new-navigation.scss */
.common-spacing {
  margin-bottom: 12px !important;
}

/* line 457, app/assets/stylesheets/components/_new-navigation.scss */
.bigger-spacing {
  margin-bottom: 24px !important;
}

/* line 462, app/assets/stylesheets/components/_new-navigation.scss */
.radios .custom-radio {
  display: none;
}

/* line 465, app/assets/stylesheets/components/_new-navigation.scss */
.radios .custom-radio + label a {
  justify-content: center;
}

/* line 471, app/assets/stylesheets/components/_new-navigation.scss */
.radios .custom-radio:checked + label a {
  background-color: rgba(30, 39, 50, 0.04);
  color: #1e2732;
}

/* line 480, app/assets/stylesheets/components/_new-navigation.scss */
.cgd-logo {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0 !important;
}

/* line 487, app/assets/stylesheets/components/_new-navigation.scss */
.cgd-logo__text {
  display: block !important;
}

/* line 492, app/assets/stylesheets/components/_new-navigation.scss */
.cgdream-nav-link {
  text-transform: none;
}

/* line 496, app/assets/stylesheets/components/_new-navigation.scss */
#navigation-community.app-nav__item--no-cursor
.cgt-button.cgt-button--ghost.cgt-button--medium.cgt-button--with-icon.app-nav__item-link,
#navigation-community.app-nav__item--no-cursor
.cgt-button.cgt-button--ghost.cgt-button--medium.cgt-button--only-icon.app-nav__trigger-mobile {
  cursor: default;
}

/* line 503, app/assets/stylesheets/components/_new-navigation.scss */
.no-cursor {
  cursor: default;
}

/* ===== ASSETS 3D CATEGORIES LAYOUT ===== */
/* line 508, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0;
}

/* line 515, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__column {
  height: 100%;
  box-sizing: border-box;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  /* line 515, app/assets/stylesheets/components/_new-navigation.scss */
  .assets-3d-categories__column {
    padding: 24px 16px;
  }
}

/* line 527, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__title {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 12px;
  text-transform: uppercase;
}

/* line 534, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__main-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* line 540, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__main-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 146%;
  color: #e2e3e4;
}

/* line 547, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__main-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 420px;
}

/* line 554, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__categories-list {
  display: flex;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

/* ===== CATEGORY COLUMN (React component) ===== */
/* line 562, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__categories-list > * {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

/* ===== COLUMN VARIANTS ===== */
/* line 570, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__column--categories {
  order: 1;
  grid-column: 1 / -1;
  grid-row: 1;
  background: #fff;
}

/* line 577, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__column--type {
  order: 2;
  grid-column: 1;
  grid-row: 2;
  background: #f7f7f8;
}

/* line 584, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__column--budget {
  order: 2;
  grid-column: 2;
  grid-row: 2;
  background: #eff0f0;
  position: relative;
  padding-bottom: 100px;
}

/* line 593, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__column--desc {
  order: 3;
  grid-column: 1 / -1;
  grid-row: 3;
  background: #222 url(/assets/home/3d-assets-menu.webp) center/cover;
  color: #fff;
  padding: 16px;
}

/* ===== TABLET LAYOUT (sm-md) ===== */
@media (min-width: 640px) {
  /* line 604, app/assets/stylesheets/components/_new-navigation.scss */
  .assets-3d-categories {
    grid-template-columns: 2fr 1fr 1fr;
  }
  /* line 608, app/assets/stylesheets/components/_new-navigation.scss */
  .assets-3d-categories__column--categories {
    grid-column: 1;
    grid-row: 1;
  }
  /* line 613, app/assets/stylesheets/components/_new-navigation.scss */
  .assets-3d-categories__column--type {
    grid-column: 2;
    grid-row: 1;
  }
  /* line 618, app/assets/stylesheets/components/_new-navigation.scss */
  .assets-3d-categories__column--budget {
    grid-column: 3;
    grid-row: 1;
  }
  /* line 623, app/assets/stylesheets/components/_new-navigation.scss */
  .assets-3d-categories__column--desc {
    grid-column: 1 / 4;
    grid-row: 2;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
  }
}

/* ===== DESKTOP LAYOUT (lg+) ===== */
@media (min-width: 1280px) {
  /* line 635, app/assets/stylesheets/components/_new-navigation.scss */
  .assets-3d-categories {
    grid-template-columns: 240px 424px 224px 224px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: inset 0 0 0 5px rgba(39, 44, 48, 0.12), 0 20px 20px -8px rgba(0, 0, 0, 0.28);
  }
  /* line 643, app/assets/stylesheets/components/_new-navigation.scss */
  .assets-3d-categories__column {
    order: initial;
    grid-column: initial;
    grid-row: initial;
  }
  /* line 649, app/assets/stylesheets/components/_new-navigation.scss */
  .assets-3d-categories__column--desc {
    border-radius: 6px 0 0 6px;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 24px;
    align-items: flex-start;
  }
  /* line 657, app/assets/stylesheets/components/_new-navigation.scss */
  .assets-3d-categories__column--budget {
    border-radius: 0 6px 6px 0;
    padding-bottom: 0;
  }
}

/* ===== LEARN MORE BUTTON ===== */
/* line 664, app/assets/stylesheets/components/_new-navigation.scss */
.learn-more-button {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

/* line 670, app/assets/stylesheets/components/_new-navigation.scss */
.learn-more-button:hover {
  font-weight: 700;
  letter-spacing: -0.04em;
}

/* line 676, app/assets/stylesheets/components/_new-navigation.scss */
.learn-more-button__text {
  font: 600 14px/1;
  color: #fff;
}

/* line 681, app/assets/stylesheets/components/_new-navigation.scss */
.learn-more-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

/* line 690, app/assets/stylesheets/components/_new-navigation.scss */
.learn-more-button__icon .cgt-icon__icon {
  margin-right: 0;
}

/* ===== ALL LINK ===== */
/* line 696, app/assets/stylesheets/components/_new-navigation.scss */
.all-link {
  text-decoration: none;
}

/* line 698, app/assets/stylesheets/components/_new-navigation.scss */
.all-link:hover {
  color: #13a0aa;
}

/* line 703, app/assets/stylesheets/components/_new-navigation.scss */
.all-link__container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
}

/* line 711, app/assets/stylesheets/components/_new-navigation.scss */
.all-link__content {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 717, app/assets/stylesheets/components/_new-navigation.scss */
.all-link__text {
  font: 600 14px/1;
  flex: 1;
}

/* ===== DROPDOWN COMPONENT ===== */
/* line 723, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories-dropdown {
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition-delay: 0s, 0.3s;
}

/* line 728, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories-dropdown::before, .assets-3d-categories-dropdown.details-box__separator::after {
  content: '';
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  background: transparent;
}

@media (min-width: 1280px) {
  /* line 723, app/assets/stylesheets/components/_new-navigation.scss */
  .assets-3d-categories-dropdown {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-40%);
    z-index: 1000;
  }
}

@media (min-width: 1280px) {
  /* line 747, app/assets/stylesheets/components/_new-navigation.scss */
  #navigation-3d-models:hover .assets-3d-categories-dropdown {
    display: flex;
    transition-delay: 0s;
  }
}

@media (max-width: 1279.98px) {
  /* line 754, app/assets/stylesheets/components/_new-navigation.scss */
  #navigation-3d-models.is-subnav-active .assets-3d-categories-dropdown {
    display: flex;
    transition-delay: 0s;
  }
}

/* ===== ASSET ITEM COMPONENT ===== */
/* line 763, app/assets/stylesheets/components/_new-navigation.scss */
.asset-item {
  display: flex;
  align-items: center;
  height: 45px;
  width: 100%;
  padding: 0px 12px;
  gap: 4px;
  border-bottom: 1px solid rgba(39, 44, 48, 0.12);
  color: #222;
  text-decoration: none;
  box-sizing: border-box;
}

/* line 775, app/assets/stylesheets/components/_new-navigation.scss */
.asset-item:hover, .asset-item:focus {
  background: var(--state-hover, rgba(39, 44, 48, 0.1));
  outline: none;
}

@media (min-width: 640px) {
  /* line 763, app/assets/stylesheets/components/_new-navigation.scss */
  .asset-item {
    padding: 14px 12px;
    gap: 12px;
  }
}

@media (min-width: 1280px) {
  /* line 763, app/assets/stylesheets/components/_new-navigation.scss */
  .asset-item {
    width: 192px;
  }
}

/* line 791, app/assets/stylesheets/components/_new-navigation.scss */
.asset-item__icon {
  width: 20px;
  height: 20px;
  color: #35424f;
  flex-shrink: 0;
}

/* line 798, app/assets/stylesheets/components/_new-navigation.scss */
.asset-item__title {
  flex: 1;
  font: 600 14px/1;
  color: #35424f;
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ===== SPECIAL CASES ===== */
@media (max-width: 1279.98px) {
  /* line 812, app/assets/stylesheets/components/_new-navigation.scss */
  .wayfinder:has(.assets-3d-categories-dropdown) .app-nav,
.wayfinder:has(.assets-3d-categories-dropdown) .popover {
    min-width: calc(100% - 16px);
  }
}

/* line 821, app/assets/stylesheets/components/_new-navigation.scss */
.assets-3d-categories__column--budget .asset-item:last-child {
  border-bottom: none;
}

@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,d09GRgABAAAAADAAAA8AAAAATswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAARAAAAGA+I0qJY21hcAAAAdgAAAEiAAAEAvo78J1jdnQgAAAC/AAAAAsAAAAOAAAAAGZwZ20AAAMIAAAG7QAADgxiLvl6Z2FzcAAACfgAAAAIAAAACAAAABBnbHlmAAAKAAAAIYoAADOoHfVjRWhlYWQAACuMAAAAMwAAADYnRoMuaGhlYQAAK8AAAAAeAAAAJAiSBPBobXR4AAAr4AAAABsAAADEwKz/+WxvY2EAACv8AAAAZAAAAGQRUx5AbWF4cAAALGAAAAAgAAAAIALND9ZuYW1lAAAsgAAAAXUAAALNzZ0aG3Bvc3QAAC34AAABiQAAAjk9ZXcPcHJlcAAAL4QAAAB6AAAAnH62O7Z4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgYX7POIGBlYGBqYppDwMDQw+EZnzAYMjIBBRlYGVmwAoC0lxTGA68YHihzxz0P4shinkNwzSgMCOKIiYApB4NKnic7dPXbcNQEETRS+lZTnLOOecgluKSXJC/XNV0Ic9SU4YFHAJ8oEQBexdYAsb2bg26Xzrq8+PTbjgfszacN76HZ1qdazaf+0pdfd+G68jPNv/ihGVWWPX31pmywSZbbLPDLnvsc8AhRxxzwilnnHPBJVdcc8Mtd9zzwCNPPPPCK29+/wefzOj9ggn/n2ldRl+562sGC8NUwpNAUdNV1JwUNXmFJ4bCs0PhKaLwPFFUEQrPGEX9O4XnjsIFoHALKFwFCveBwqWgcDMoXA8Kd4TCRaFwWyhcGQr3hsLloXCDKFwjCneJwoWicKsoXC0K94vCJaNw0yhcNwp3jsLFo3D7KLwFKLwPKLwZKLwjKGqLFd4bFN4gFN4lb+8C/R9g+XKrAAB4nGNgQAYAAA4AAQB4nK1Xa1sbxxWe1Q2MAQNC2M267ihjUZcdySRxHGIrDtllURwlqcC43XVuu0i4TZNekt7oNb1flD9zVrRPnW/5aXnPzEoBB9ynz1M+6Lwz886c65xZSGhJ4n4UxlJ2H4n5nS5V7j2I6IZL1+LkoRzej6jQSD+bFtOi31f7br1OIiYRqK2RcESQ+E1yNMnkYZMKWtVVvUlFLQdHxeWa8AOqBjJJ/KywHPhZoxhQIdg7lDSrAIJ0QKXe4ahQKOAYqh9crvPsaL7m+JcloPJHVaeKNUWiFx3EoxWnYBSWNBU9qgUR66OVIMgJrhxI+rxHpdUHo2vOXBD2Q6qEUZ2KjXj3rQhkdxhJ6vUwtQk2bTDaiGOZWTYsuoapfCRpndfXmfl5L5KIxjCVNNOLEsxIXpthdJPRzcRN4jh2ES2aDfokdiMSXSbXMXa7dIXRlW76aEH0mfGoLPbjeJDG5HhxnHsQywH8UX7cpLKWsKDUSOHTVNCLaEr5NK18ZABbkiZVTLgRCTnIpvZ9yYvsrmvN518SSdin8lodi4EcyiF0ZevlBiK0EyU9N92NIxXXY0mb9yKsuRyX3JQmTWk6F3gjUbBpnsZQ+QrlovyUCvsPyenDEJpaa9I5LdnaebhVEvuST6DNJGZKsmWsndGjc/MiCP21+qRwzuuThTRrT3E8mBDA9USGQ5VyUk2whcsJIenCyLGVSK1Kt6yKuTO201XsEu6Xrh3fNK+NQ0dzs6IYQour6vEaiviCzgqFkAbpVpMWNKhS0oXgNT4AABmiBR7tYrRg8rWIgxZMUCRi0IdmWgwSOUwkLSJsTVrS3b0oKw224qs0d6AOm1TV3Z2oe89OunXMV838ss7EUnA/ypaWAnJSnxY9vnIoLT+7wD8L+CFnBbkoNnpRxuGDv/4QGYbahbW6wrYxdu06b8FN5pkYnnRgfwezJ5N1RgozIaoK8UJB3Rk5jmOyVdMiE4VwL6Il5cuQ5lF+c4hw4svkP5cuOWJRVIXv+xyBZaw5abY87dGnnvs0wrUCH2teky7qzGF5CfFm+TWdFVk+pbMSS1dnZZaXdVZh+XWdTbG8orNplt/Q2TmWnlbj+FMlQaSVbJHzDt+WJuljiyuTxY/sYvPY4upk8WO7KLWgC96ZfsKpf1tX2c/j/tXhn4RdT8M/lgr+sbwK/1g24B/LVfjH8pvwj+U1+MfyW/CP5Rr8Y9nSsm0K9rqG2kuJRNNzksCkFJewxTW7rum6R9dxH5/BVejIM7Kp0g3Fjf2JDJe9f3ac4my+EnLF0TNrWdmphRGaInv53LHwnMW5oeXzxvLncZrlhF/ViWt7qi08L1b+Jfhv647ayG44Nfb1JuIBB063H5cl3WjSC7p1sd2kjf9GRWH3QX8RKRIrDdmSHW4JCO3d4bCjOughER4+dF28SBuOU1tGhG+hd63QRdBKaKcNQ8tmhU/nA+9g2FJStoc48/ZJmmzZ86ii/DFbUsI9ZXMnOirJsnSPSqvlp2KfO+0MmrYyO9R2QpXg8euacLezr1IpSAaKynhUsVwKUhc44U73+J4UpqH/q23kWEHDNr9YM4HRgvNOUaJsT62giSAZZRRc+Sun4kQ2osFGFPGbd9IvdaEQ2uNYSMyWV/NYqDbC9NJkiWbM+rbqsFLO4p1JCNkZG2kSe1FLtvGgs/X5pGS78lRQpYHR3ePfLjaJp1V7ni3FJf/yMUuCcboS/sB53OVxijfRP1ocxW26GEQ9F2+qbMetbN1Zxr195cTqrts7seqfuvdJOwJNt7wnKdzSdNsbwjauMTh1JhUJbdE6doTGZa7PVRv5FB9ovnWdC1Th+rRw8+z52zqbwVsz3vI/lnTn/1XF7BP3sbZCqzpWL/U4t7ODBnzLG0flVYxue3WVxyX3ZhKCuwhBzV57fI3ghldbdBO3/LUz5rs4zlmu0gvAr2t6EeINjmKIcMttPLzjaL2puaDpDcBv65EQ2wA9AIfBjh45ZmYXwMzcY04HYI85DO4zh8F3mMPgu/oIvTAAioAcg2J95Ni5B0B27i3mOYzeZp5B7zDPoHeZZ9B7rDMESFgng5R1MthnnQz6zHkVYMAcBgfMYfCQOQy+Z+zaAvq+sYvR+8YuRj8wdjH6wNjF6ENjF6MfGrsY/cjYxejHiHF7ksCfmBFtAn5k4SuAH3PQzcjH6Kd4a3POzyxkzs8Nx8k5v8Dmlyan/tKMzI5DC3nHryxk+q9xTk74jYVM+K2FTPgduHcm5/3ejAz9EwuZ/gcLmf5H7MwJf7KQCX+2kAl/AfflyXl/NSND/5uFTP+7hUz/B3bmhH9ayIShhUz4VI/Omy9bqrijUqEY4p8mtMHY92j6gIpXe4fjx7r5BSXaAUEAAAAAAQAB//8AD3icpXoLcBzHmV53z/uxu5idmd3ZJ3ZnX8AugH1iFw8CWBAEIIogAZCgKZCSQOgFgpIoiqJIuxQisCTK9l0sW0/7dIls+UHIvtzFse5sOeezc2Wn7mI5tmSX7CTnS6UuJT8qyZVTVuoqTGGVv2d2AVCS75IKsZx+TPfMdPf/+L6/GzEIvfNnzHPkHWSgJKqhg82ZcpawHJ7jMRIwYRBZRwziWIZbFzGLMbsMCYtXERQWU3bAxKivYNdStWjETAaSiowMbEh8oIBtgRd4IxgIBiqNeqNey2VzWaESx4YX2wO4No51G6pq9F6FtjKhOX77wdWVxvBwY2X1bzqZB+1h2x4+QC/24anJ3mJuYujk0ESu2Ds5Rd65oamTudJuDJftr2RS49lERPP5tEgiO57KIPiH6YWxyKMogmrNMmIZ9ipU4ic4DNPBnICEQSuEJzDweYysgO73eWSRY1EERwQ6tJRp8HZ2DKfsbK0+igdr9UoghquVgMGTv309ZIde10IhrZPBtRuKTqb9He/8uTP3OWQ2/elURPfLjIAOwr1LAcwHC5laLjNYy9p8DHNebBqBRsYUoGAEJnAwUB/DtSIe5AJ15jmz9RfpWqb1F5KSCmDjkKjJly/LmnQIm2b6NwHfd94KZzLht77DG0owLJz4+RCvWIrK2DbjkS2FH/r5CSGCOPieXzD3kjeRD0VRL6qgCbTevAcJEiMJzCZieInhN2T4bElA0roH84gjPLfuFVVW4QjGZLmdJXgFYYLna9VCPh7TuggaGa5O1CaKA/lKoZJOxXrjvcFAV1SLygLyEZ+PTmrS5k3NCFSTlfqgVstiOsHuxBp8dW8hR2edznXQzkJLyEI/nrG2X7XLZZvcZJdLLb9mWXYo9DzMNySamzglyyJvlu1O21Rp+xuWdoUuyxXoouVpLq9Zr9OGsF6Who/Q+tZXNYuuGZ2jnztrpqIQyqIquh/d2zyDMIevCpjhWI5hNxWMWJlF8iaSCSuTDQ+vMkRkibiBRIkVpQ0kSY8jaMktI45jVxHLsYs9Oa8HozNriwtzBwf6c9WeajoVjxm6J+QNCTxSseqls1QZx7UBbHuxEcfC3sKuXoGO6Tc0C3TjQND5oyop8LlsEWdBQX3YKdA/qoUTuN6otzMVpwu+HCtGo6WhElw+E6XXoTJcyEi0OFxybyztVt/Je/0Mn9Iiio+XA+GcZHqS3pNVYd8pX1Txi7lwQOa9asSXUq28N5hJsyJR+hRPOpMkA9HScPs519rvGy5GsS8GubJTbL25Wz8n+EyWt81EPJ1JWzER5I3DiocwIIJizEqn07GEnlIjFS1SUKlcYtaTzyDGke9vgXxHUQINoVuby2GsIDyHFCQgRdhUQbRhqoU1BJLN8twaYiXMEJZZQ/QpJxAVbFkkVLQJGmoU+/sK+Z5ENxVxn9ejKjIoRpREPY44u2JZwIPVwRT9P4Bh1unU1+pBKGaCcdxukDJTriTTice/wR+ySyX75aWlpWXBDr4BhpZlSr9ZWmr9q9c1f0i7trWlWX7t9cAgebNkb3/NLm0dOwbLoD0L30VYu3T9mPCsmjZaf6yFrl8PaXjOSKvPdnXsXon8AQqiRDPmh+Z08AxirtIcAiOIL5mmqbN8uIC1HNgdI4jBeuM62CAf1qglwt97TU1ZKvZ7bBXrqpVSXwPVIo+2Br6vhmy19d9VWm2H1O/jH4HidOzc48wvmWF470CzQE3tVUQY8gSLEVjaE5AgZoV+B1hbw+/18BwK4iDnzKLzbgG7XwJOBOYVapgvb0/jsp6p6q27/H78T/VqRm/9kPxpOJ3B/wyX/bUMveHczVT9uJKpZnbH/wJ8R38zTz/BtfvIMfv0W1boJ6H3fIaeBE/mTkQO02npptbKCLyOf+SMGkastv7WY1vqa60BGDWu3ThJtue1PTb/F+B73kQyCjYNgecYdBBD7SWCwFrIZMcSZjiYb/Ld1ulUGadxuuxYrbuvXCG/b5cRYp2x3AtrGUFp1I8aaKF5mMo/jAaBlUHimoolAXOsxK0rvMywhLDLToYlK4iwZH5gIJuJRQcaA41aOd+b6c/2JxPRdCyt61bFQyVgAKfgS8BIULNcAW+TNGkKgprjOiY42clkGuMYTDeYGsbgE2arbib4o1ymlsZvw4Xb/hI4oFo6jb8CS1TNZLb/GvyWBz/pCXCD5MN6MKj/N5/aehNuhkyTXnFB9f0x7VHLuNfXP6t2damfhdERB7PcCzZYhLHPNKcQS6iWblLH/bgIk4kFhNeRQIhwAgkCWeElyJJ5WcIoGY+EAqZf83qktJwGny5iUXYMa4D69Fodp7S2c3ec/KDmOHk6NAPgCXiNA+UyfoD6hyWr7dDJC3Al75Sny/Br/aylOl7euYXfdh3JDu4gf43/CnWhUDOAMVW/vZqnM3yogIWcK2GByoQj/OT5z30OFMrzbdWG/1YK/xDKoHffVuGXsjpyLZAHwa7Fm5GQX4E1hkfD8wm6ymBCLhmWoTlaTfW4/XxHpCmOAIUqYgBo5H+DuH7/+/Rdr73mCbXzcFXIXar6miPp775NX83uwQ3dqAio4UjzEOJ4BAq0CcvB8IjZEOBreA7za4ghxFE2siKzEgMrN28n/AARxkfr1XwuUbSL4WBXt7/bhQYKVb+qCwnAZTmySMsAB5wyBUPJd91nQE5H8W6brevUhV+n67GTw/9yp7znHq7Bkh2mhdYrWqj1ClhbWnAuu/Xkuzu1nfH/Z0ceFUDRCdSHTjdNhYWV7TFlDlIyZyejEZY5eOgrvoVbmhHkLjl4k/NghBiyDI6FuQMmhjkaaYY7dx0jecPN5a/p4FPa6yhwQXD1gWCDcxXQzmaCPAw8aGYGABQOjgMszTVAlgUS1fN662c/tsZnxq0ft1bL06USldOf8DON1n8Cw/pSY4b/SdAgbyvK5x62opHQw79M0Sbl71zWgyPL3l99Tu4J/tdfeZdHgvrl1r8O9siIvPO/3jkLNn0ZHUGnKGsArsA3wVmSOQGzPABqnvBXRYCCCASQWadCik+AmKMVOr75hXmEPnB8/tTCKXjAkQNT+Z7qPom3YGCCFyTTRSt0DZ0VdCHKOAgpVMcxBYEpwDp0fXMD2O0RB0kG8OIk4/QW7cPsICJAR8Q6v3bnp7I5UTo4e+HiY6+asZj59dteHh0LRuKxZ1bXzi7PTM31x/WU2SiVHxlpHNN0xXPP7NTkWF9wpqeQK4+OjZ2571rvdE/P9FF6YRbFnuyn7lw7/+H7z+wbB1A7NzWzfHZt9ZlYPBIcG3n5tka8HEwb4xMPpLOaYSwNj0zcdJ/Wpfv7u3MM06Xf1qg/fvHC7MHtzfYD4dL2Ec8CTnkHrDrVJBCgq0jgeE7gN8HEg7xhdt2B4RzAcATVDo7kV0TMczw4r0qpvwBKnohFAobmU2SeRQ3cUBzmMkgndNDFhjEgMDzlLc70FLCjNoPufNFqUKCqCySZD4yXU9dcfGaXx7ur8XgtPlFOvRivjdXiL6bK4w5QxLdv2eUJBxFGJ0qpz8Sr49XuF50O3fAbL9tbDnJE1OPC5Qr4LwW8Vxnd3JxFlG8RZlMSOIYREQNoGcMoQY3WkMiy4gkkiuwqj1mRXSSoXCoOFHqzGRsMejCgeUUOKURxrIWDEFKOg+Z2fBiMzHTJBQzKdP0ZjDDHATb792SW6vP2N6gZ/ygJ+ra/5AsyvWzIEFy1vwbeWzBCbOvR69fJLa5FP+TVde/rRvwNalHecK9x4z9sOf4JxvYcjE0Ha/ixQ1+RQekHHNgDKyQwAn+Bkwk4Yua81Eac68jxzwgM92nqnBcizdLeDuDbaA+BYTd+a5flZsw0gI3nczD4eDRkGUWz6FV4BulYdxY/mXNNJLPLspi/h8oyk61XRq3UT1MlXE6RF1Ll8qVjMBHH6Fx1MuSWUauUaqmpUtnGL9nl1itLdCaoa+y0czAg9dnUXhyFOcmh2eYBGBi4ZF7YpONhWAQYm+XAhrBkDYGvcBw3ZZECBoHOZTPplJ0EgQ5bpqGIMCI/ddo6CDEY/DhFHmDvNJDUFK4O0oGYrmgLKQ3+tvoP98OPvOCmLXVp5uazC7r6gHz37y4xR6Fq+549TVqP3N5s/m6XOfBA6xV82OF8NEbyJrJRAdWAOSxSXgyyyc1gFRHw4bhL8DEcsMB1kWe8LPJgVUHqGgi3LCnyGpJYVjoBrI9dAUrBzvf3pVNgBA9PjI0MDzXqg+VSX62/1pNLFdKFWNjUvR5YYRvbmqOydUddQYhzjtaaRjB14yLmOtgltQNikoP0j06EwMcxEAuwj+NAQGBhTWbypGAP729opqk19g/b4qndFf6Ny5R/5Sb4r7bvIS9s32NpXx5T+KgtX7wo21FeGfuyZpGBoG4P2/FwNBqOQ8Y0QQ7q8IgU/l6qtES7d37bnzh2BdDQktc2ee+LL3p50/YuhTQqF7yjK5vkUcByGgoDo6ZRh/PN++nUMTB1HuyahXUkdWERSxTXgokEG7juxazAgQYIoN5gBNegzHKrwNy4xd5cjAZTQLbGR4cGi325Sm8llYhkY9lgwB/Ww4D+NFlz0Z/mCBIFQ2A2cp0M08kE95iTxp58e/7d4jdddBvem2Q+jt92EINKNWJP/oYS/ihtWs1cd5OW6qZnaPTCtq67CWBSJ5zhYo1nmW8yPYD7c2gYTaNTzVscSwHcAVgsOAoV8yLMhgeLiAYb1hSgjwx7AhKWWQGIzDLz+0byPfEoRvsnRqb3TVfKPcP54XQymovnAkYn0OXtuAuqRyBw7RiCScFXQ69nXQbkTkEGrm4cwXYjDAFuz13mqc/DGD7vDxFufnx/Oodnw1m2SUKtH2z/DZ0aEofJ2P4JMcHCekqFqeZTzam+kocNk/49DcijToDmStRf9ff2NQ8cb72SCpPH/NHtu12DfD2mTxb7rEDA6itO6rFjruyhjq9x7XEU5dFUs+nMmIBh+anpAVMK2JTlwZcSwp0AX0opEkfmqT3NpOMxsKVRM9qxpdJvsaVCR/t00LzdsGbHjNrlHSUDawks4t+2vtodzmfGM/lwd8eO0qgUtaNXSjPl8kyp9Upv2NQUSVI0M/xuO7qPcp8sZrkMFlgyR6NTLOJgMCIWCCusUYfKU83hMeaXEc9Te8rjecMw9hn7ejOZjNmoSnysoNUc7ubEI7zUYQKAxGbVWcmUi6CqlWADlje1G9StVhoOxNxjVx0jiq9/idWMZG+9crwCv5nyQq5SHV2cmcr19uamZhaP72/OcuQP9vSgnS7fFQ4n9GD5+F3Hy/1zGcPoye0/8OKB/bmeTPrRo1aoM/ZfMN8GO6yD5D/2NR84QKA5LqjO0/vgLilYkjGW8FXekfsHkcQwju1lVgWOMBKzGGn2vm9j9on3tl2meHx4CCxwf95FG7FgAN6vDyl8kAKpbG6wM3sxTCFVox2m9O5EiZPt1EWszt0kTs/WwWjiz8KlPrsEkBwyIMQtIFkWZKGC3IRrS8MnvUUn/m0XvSeHl5YAl6feSI7YvdR+9LpXeyT5Bq3fascn/4yZBOwo0CgP6kV1dKy5IACMwHPAxVzKhcg6jXUDrhDWFeyIByQd+Sjk7WTIksVyKV8v1EG5e+3eWNRKhBJ+nxiUgyrIfwbcCcnm9MyNQVvuPZ5I34vA8dOR2dm6rkc+TRFDKYXfhmvrG25Y9j43eXV4ZWho5QK9vBzx++s3zUbwU6A52/dQ3wL6U/pHN/iWV4dOO40vnB5qczF3P4NysV40jh5z8VeRMmSBuQC+g+fRBWgIYEpYBxlAFGOCkgCCpkrC3QHUlQMiVnZ7kE3aBcjr5j/YZ7lpetSR4VIxk46EtS7V8Bimn7KajIs3qS01G9QkOth010YYVKtsh+S8a8PE0Tf8PXesedcrt86/d9Njqb//0OGvHT7U37+T+To1l1tOZNs1kFfeZ2/l1A1daAa146Qun88Agv20O4ONDgcB6CZxPI1iE04iGyymNPU8JSScgDgg+BgDL2QYfBphBgOUHfp7eoKabfzWrsvNCEED/YV8bw/YHoB/4L27duMC794yYMBNARm0KSksYM2N2phCigZY6aTesEWQeswb4JSppSmFC3gfCzku+crStaVPCxpP3iyldncIWqrf11Or9fj8+DKdzq0rVz4NMuTYo+8z58hP0X50CN3TvNMHLhcYMIeHqbpRMDvHYnQzQBvqaQDptqcBipyAYbiAfwji190ZXIaE0DgoYeYPTN00O3XowKHGYKU80NcLGCMY0DUnTiXkBhvBwDimMXzAhAMuh0u1aXAgqKd2PW8BM/UGZTvUZwMCnAAMOIAznZgdM/H86urzSkiR1M+rYekgB5go9LhvsZipC4KdvG9/GLAMfoluHd3yQ4V/PEQx00EpDK0lJbT9FReU4J/NrI6sznBS0OLneE46KEpglAoDklDP9M4arc9laAgvgze7usBeSeJBEIE5LhSUpLaHJjs6O4KmaFR+ACtiP5YV8GmioAiisok4Gckc2uRpYEtGeIOGOmVMNhAhjyMJCaIEhEiRZWUZKYq8imRFXtw/OT7WGOzRA6mMv2ImVL67QPGvEz2AX9LODrrbSg7tAQ/n7JMkNSfYHTANIUcraVyTukbOtWeVADMJelixLW37Vc2yK8BxGjlYHHVE78IxIybXGM9DpqXINa0QTNQTrTq48sqBMq4BQbTLVIDKNtDFRLYhiZ5JXcHHvYZckxXLfMjD1DQ/9Dll00hiGXW45GnyH5GJBmiMF+w6mCEWjBEHvw0aZuP4DUQNFN4A0ozBRgFhpsElGm6hQAYToFAD/WDIu6Nhv08GsIBMbDowJqU5VI/GWOgGxKgTBg3uBLiryXaUkIYIszZ+9de/1oJB7dfJYjFJc99R1bnWJ7ssqwufn1OthPpJRfmkmiC/s/16MGkVk6SULELmPjWhzkE6pyYsaJJUP6m2/fmPyHdh3fNgZdLNZH9fIZcIGx4RH0Q0VHSCBkNWKFabLw5UCXW4mou3qdZ3Yx843EC3w3BoHJPymwZVDAJXYEtalXzX3blTpD/qvVVWsDBjErlLWFgQNImYMwJWpNt6/0iWr+XzS/gzuO6A8u8pOre+KmKPxo+dkrwsVyqxrFc6tY/XAFOvrnN6E4T+wwjUGr3zDPMtwOImjGACHUf3owfRw+hD6Lnm0x/64OVLD1986MHzD5xTWLrNQni62yDC4DybyCOIHmED1lIU0IYXA2RD7AZ8E6uKrLqBVEZUwSz6wDyKDLehYI57vAtgvcgvQ8KLq0jkxcXJZn/BCmC0fua2W+fnDs40j08e3zdcqxYm+idygFoDeSvvUyWeLrafkhzHB9V3omoUrRgBsBdZ1zXF6Gahe9cReaoo7j0qHtSV0yZUVngnvupE2bIMoBsgYHYRu/DG3TyMYxwczDWCjZzeGBScUEAbrADMebLXcfWQpRnSoAiGWhKnyZN72kL1kwHjdaMP/gd2Mi312rXCF7/4xfy1a+QWt61tuZho+xN7+9ohZnIHKzmttvfd2B5f+HUgp3xQgV8usJttXV/59upNq6srreGVP1+lKmjtxABcnppCfWgQ0MUsWkDL6A50L7qIrqAn0CfQp9FL6MvoFfRN9G/QD9BPQYI7TFJ4D7fcqWl0MlwHHWQ6mR28sPOcnQzTuRXcyew857e/dIfi6v8XjZn3fOFOd+y7YXO9nTwpqapfVS+6JXLaLbbecsGdBkXN42mNu9U4QsuqKopOIrkORWtvFVXf7/nt5L72c3/c7iJ6PPCAf9Hm3+7Lngtl6O5R2E1wwnU3Wy4Ywoddam3SF2vqN93at9zS0+69p+gzNU/rNH2VX239zE3Jd936p9xWP3e3qIz3fXy72HrR7fq0W3zaLeG33a6tF93qP3WLW27S5vrrzlmD/Wge3Uq5fqNeHGAFtpkhohDRCRaZOeAunMCxAg0OiwTQKY2pERBGTsaCyIFjhDpxGYkiWUVEJIsHpo4v3Xxwav7AfMbsy5jFLgVIIFdxAuxu/J1aAiB4AiQ0sJYL0DgwJTvjTuwYaGDDDSGbQeCEztGUoBdn9p7uwTQSX60BFMtlefw/bju6sK4ycePUs/m+1v+MlqPdUexu8kcT0VI0GYkkIemOYWebH8PtslOJld0jCK2X1fWFo7f15Z89ZcTuK+Sfg4RRzywcxf8E+vqFKD2FEBP89EEVj6fSTWtFNxwt7tRu7R5eaD1/6rl8AT7tjMrEwBpTHX8e5ruGxsD5nEbrQBQewUYzcHwyyiBxCevqQaz499diDHjRNvO8FTyBakBLHZZUv4D8iuI/jwRF1oQLNFwvESytm5hY2BCJcTbgISJSdVE9ixQfljVFPou0YBfhvBp3FnnB1Swjr9cJdHtZ4Kqn6eOhx6b7fP8mvED1Kxv0DYogb/5/v2K5Wbn40B2r4+MfvPzQIxcfefD8/ffdc/fq+h3rK7efOjl+YvzEscW5m2em940aGdvfb/sz2RBFUnW6vRRo7w9Q4J2kiSsKGk2oBNUbyTjeaSPgDoYCYRE0EJBkvZG7McSw02THEjKdmh1LSO5W+auG4fLi3qan9QVPkzqWYiZTdGvwrW4NDVBaLctVrzmpJxLpkfCtmL1ixd27mfhlkW21Q/ok7lqTX7mqfL2Nb3usuKlf5Z0TZbuvuPGlcEvFP3Xtzii8pPUFeBkrXlGdW/plj+qEsuBxI+2Q3uF2pHV3f7h9Fo8RwMOMoHOop5mRgU5gAA/t3UBylcX0uAY9IHbXnbMzYSvA0S1jgxc0d7N6wI3g59qbaC7k3909A/2kHCFQb7jqnM3xbsDuXW2J0zZIQTC/p4OjzGQ2oMOX64HydOkjs2d9qqomlbSHKFgKAA5XDvTVS8XhhIQVT48SDC0duOnQbQtHqjVFDocbbkO5Yhi699C9E4cPzZxPJEwjK0PrrFKsZdKPHTuBbw9mldYbzqZrUckGU6XSj7zrs0ONWsFDVEaOq/FUJte3X1YN/9KZfk+34mG6ug/1zF2Jdf+eXK3ML9x28vjipBfDu7rV0UNHjo6vz6g+Q799/9TcvqFGnyeheIi38TuHTh2dfzgSu2EPW0QBlEV1uvMmYYDamEbSsOhsRK23Q2prMqbU/wQkPLdCuf98by4UxKg8kKv31pPxYDaUDZg+rxthdrjqjove5fUxnNTfTWGTLhCvto8P4bdzjcaRRuO/pGLF/HS+GEvhy2f2sNjD7mEDJ56MlxqHG/DbigV1VVFUPRjrJrM3nHW7O7QbenZkTmjHE3uRDqO+HZDMPegsyB6wsHP337d+hiP47IkPlEscT+6+6/Dc6AjPMffcsXq6m6MUlkVcRzYpuuUZ/ipiOJBPuHuVTupVxLKXTi4vzM9Mj4/VqvlekKdgIeMlAgWfcexI2gCwZefipRzWNIK0Hus5SsOcgwrvk+twEqDC78phB3U2gp2UeVqcuX+yyyRRbenjJ2Vi2tFl1p+McVIp6dUwF+9qLH7sWWs69HgoVItXQ9PWaChUjdHMVcvauVGDzEinxVVre/8zfc/SP7z6TN8z/c/2P/PNyXMzIra6OA04xsmPL2lRxkxqcVHTkiWRDXoFRtNY7wIRnwnBE6cteGQoNEozsZoFT5wO3XADytW4e2P7IXgFvOsZeFe/89LOGZh/DL5qGh1FlWYxpBIGjZWA7NFIMAMzzxAGzIWzeYzxpdmZw3MzR2ePNgZ1zTlZVQfzTRnTAFClLE0Kzh4TD3Ps7Jc6B0S66YpQND9BiZbLDugxQTAIkGRz3N7oHhNnmFt4hj3GeoUz3T0+oohbooK7sokzooddYhn+FkpLaZMl2iSa78JOE+JLpc8IXujI8K2HeqZyuan5qZ6eKTxo5vVp1id8UuBI3tLOieDxzmlWnnBQ5WOnVV33e3caBPRz4BPFc75wp0E6d+DIgVzP1JGpHjc2CjPzPHkU9aIS2ocOwsw90vygghUGz3VhCYimhDeRjBks0+OuCmbAzSoEKwQoGafSk1U0+LAGIIonrIewa8gLVM7rWfdhgeOEZUgEugMlcIvVciG/uHB4bnZmsjlcL++r7hvoz5cKpZSerfpTFQ0QV/t0CuVSNEi1h5ON4jbwqjrTPUjZedXgmR2uXqvvTjssQcNF5DbPWOWUu+/61NMh7Ur/4f6Qlndc0NN6SnlKp2p/zBptn3cFk/HV3cPSx9pOcCBVBvN+7k+uaSHoD09zPaXm+xMr2vqBpWkWjUc6qHYFWFZyxD2a3dmhcmXzZeDFBtiUHiqb9KBTTAFfhsgcz7EMvrnL52XIQfckIA3FI0Iu9eQS3ZEwQ2Uz1yiCrvtwUAgK3aDZEzjH5bI1l1o2nMOpBuWczLfu9n7qyJNPHvmU9+6dXGvgTo+HUVPq1E88NmTUv/PY+PaLL9hPjI1dtV94+OILqavjNFe9S3XuH/ipqjKQ/TvV9cFb3DQziPwoBzhwoXnYyxGOpcFzlqFHdjcRR6OWG3x733pdwM7RZ4HK9iq1hou9PYaOUXGgp9Zbi8f0nJGTJeTH/vaxeDBz1LcmqEumDpVxIr/vigYz7tldFzqRLz/3kcf+slb7y8c+gvOd3HNHZw/0wr8Ds1/oZI5WjpXLx+5cKpeXmNro8A+uXv3B0OjoEE2HR7dl2uSLM9M9vb090zNfpJ3wW+3mdx4r7zn/LSAFMIiFoqjerEYjwS5ZgimQ6G4LB9PgHCvjCayZ7vcAeQuH/JZuASPSREVU6Al5iaJ/GmrEJg0kxXADVxr1MSwkq3iQ6d8+xidM8od8d+uft57Ev2zda5e38NupYGir9e1L+AL50fYxM8GTPwx0S60nL+Fflu2lrW1/KJha2sIXLnWw0i8cPh5yuPiB5iQ9N8NitCZSr82zwrpED6gz9Bjv7pEzCqLmaXi+tyfdl+mzE+FUJJUarKZkPlzIOI53cDfE5B4XAZfshj6grAmd4Cl+qWzjy7txYrvc+phddjQLX77uEtGv4yOpUp7udLit8mV8np4zC+Ejb7VJXht7vAC4rw94XhrdjB5C/67pme4DqXvgvjOMJhEgGhEgGpPOyTAQNobuXXKszHIXvCqRJVaWNgzMUKMEErru8yiMhLQuSXOzUteq7iddUhewif3vfYa8+f/2kOVmfy5z4fy5++9dX7v7jtO333bq5C0nji8dXZw/vH9yYmx4qF4rFTM3525OJdK6Sc90Aa7hBXApdDoz2Vz7zznkRQGmUy8kQeChpqMEwD5vzNQpUNBhbWwHPe29uhHvCmUjDcAONNqNv+f1861fi6oHa6KKX2LT3YMDjUpeMRiPqCRYj4KLkqdru+ILCHyoZhlKTAmEIuFaSYnJnYxiWNUILwYKIa1RkUy5/MDutdKgK314vNIcHd33xL7R/bCo+/BHZRWLrctyQJVOnJibGSsV/JxfHajNTl28V9Y8c/6oZzgnaZLkl5Rs56pJ2RFP1N/6mRaKcVw06v6PgY3N2dEkTnRb6P8AaYweFwAAeJxjYGRgYADitysCQ+L5bb4y8DO/AIowPCyafxhG///5P4vVlTkSyOVgYAKJAgCNPw5RAHicY2BkYGAO+p/FwMAa8v8nkHRlAIqgAEMAcTsEjQAAeJxjfsHAwEwx/v+TIv0HSFPPGoLKBwBMKS46AAAAAAAAegC+AQYBmAJ2AvYDMgN2A7gD3ARaBLYE4gUiBaIGHAbKBzwHqgg0CJIJQAnYCnIK2AtWC+gMaA0KDZ4OQg7QDz4PnhCUEc4ShhPGFIQVABXcFnYXKheIGAYYXBjCGdQAAQAAADEA2AAYAAAAAAACAJAA8ACNAAABZg4MAAAAAHicdZDLasJAFIb/8dKLQlta6LazKkpp1Eg3giBYdNNupLgtMcYkEjMyGQVfo+/Qh+lL9Fn6G8dSlCZM5jvfnDkzOQCu8Q2B3fPEsWOBM0Y7LuAUXctF+mfLJfKL5TKqeLN8Qv9uuYIHhJaruMEHK4jSOaM5Pi0LXIlLywVciDvLRfpHyyVy13IZt+LV8gm9b7mCscgsV3EvvvpqudFxGBlZ69el23TbcrKRiipOvUR6KxMpncmenKnUBEmiHF8t9jwKwlXi6X24n8eBzmKVypbT3KthkAbaM8F0Wz1bh64xMznTaiEHNkMutZoHvnEiY5adRuPveehDYYkNNGK2KoKBRI22ztlFk6NNmjBDMnOXFSOFh4TGw4o7onwlY9zjmDFKaQNmJGQHPr+LIz8ihdyfsIo+Wj2Mx6TtGXHuJVqs2zzKGpLSPNPL7fT37hnWPM2lNdy1vaXObyUxOKgh2Y/t2pzGp3fyrhjaDhp8//m/H91ihEsAAAB4nG1R13LbQAzkWqJYJKU5vffOJM4fgXdHEuPTgYM7Stbfh7L9GLwAmFlsGWRn2U3V2f/rAmdYYIkcKxQoUaHGGhtscQd3cQ/38QDneIhHeIwneIpneI4XeIlXeI03eIt3eI8P+IhP+Iwv+Ipv+I4f+IkGv/Abf3CBv1lBxsgU0oKsLYnVKHWpokD+mNjEFQXekd+SmoGTM2lS8jWpyqGxcgi3o3ddWt+Myv2Qylbkckd6uTCklRlIySSnGzO4vUq4Ps2Nl+gqS3FohdQW1iViHxdz27ir5ELkGSqhPC3KonUn3jptTlY7Mu4ksuzUufNOdEep8RxT007euxSXnYjd3l6MTqOEdS/Se9eMfopVN2ngOY6rBpmiG2bglkMnjUzJc3A259DKVc3BTjEpky853PhYeelnVLljz4n0mO/EOr8YW81HTyEVo/hjL6GIhsLMVI6iSYlTHsfZdhldShz6WOzdwMa7cj/TduxsvefI7Yn1WKQ59exudaBTnPpAs/b1c7LsH1ehpqwAAAB4nGPw3sFwIihiIyNjX+QGxp0cDBwMyQUbGdidNjIwaEFoLhR6JwMDAzcSaycDMwODy0YVxo7AiA0OHREgforLRg0QfwcHA0SAwSVSeqM6SGgXRwMDI4tDR3IITAIENjLwae1g/N+6gaV3IxODy2bWFDYGFxcAlBwqBwAA") format("woff"), url("data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzI+I0qJAAABUAAAAGBjbWFw+jvwnQAAAbAAAAQCY3Z0IAAAAAAAAEAUAAAADmZwZ21iLvl6AABAJAAADgxnYXNwAAAAEAAAQAwAAAAIZ2x5Zh31Y0UAAAW0AAAzqGhlYWQnRoMuAAA5XAAAADZoaGVhCJIE8AAAOZQAAAAkaG10eMCs//kAADm4AAAAxGxvY2ERUx5AAAA6fAAAAGRtYXhwAs0P1gAAOuAAAAAgbmFtZc2dGhsAADsAAAACzXBvc3Q9ZXcPAAA90AAAAjlwcmVwfrY7tgAATjAAAACcAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQD7wGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOgA6C8DUv9qAFoDrACWAAAAAQAAAAAAAAAAAAAAAAACAAAABQAAAAMAAAAsAAAABAAAAbIAAQAAAAAArAADAAEAAAAsAAMACgAAAbIABACAAAAABAAEAAEAAOgv//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgATABQAFQAWABcAGAAZABoAGwAcAB0AHgAfACAAIQAiACMAJAAlACYAJwAoACkAKgArACwALQAuAC8AMAAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACUAAAAAAAAAAwAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAADoDAAA6AwAAAANAADoDQAA6A0AAAAOAADoDgAA6A4AAAAPAADoDwAA6A8AAAAQAADoEAAA6BAAAAARAADoEQAA6BEAAAASAADoEgAA6BIAAAATAADoEwAA6BMAAAAUAADoFAAA6BQAAAAVAADoFQAA6BUAAAAWAADoFgAA6BYAAAAXAADoFwAA6BcAAAAYAADoGAAA6BgAAAAZAADoGQAA6BkAAAAaAADoGgAA6BoAAAAbAADoGwAA6BsAAAAcAADoHAAA6BwAAAAdAADoHQAA6B0AAAAeAADoHgAA6B4AAAAfAADoHwAA6B8AAAAgAADoIAAA6CAAAAAhAADoIQAA6CEAAAAiAADoIgAA6CIAAAAjAADoIwAA6CMAAAAkAADoJAAA6CQAAAAlAADoJQAA6CUAAAAmAADoJgAA6CYAAAAnAADoJwAA6CcAAAAoAADoKAAA6CgAAAApAADoKQAA6CkAAAAqAADoKgAA6CoAAAArAADoKwAA6CsAAAAsAADoLAAA6CwAAAAtAADoLQAA6C0AAAAuAADoLgAA6C4AAAAvAADoLwAA6C8AAAAwAAAAAwAA/70DlQL/ABQAIQA0AElARjEmAgQFAUwGAQAHAQIDAAJpAAMABQQDBWkIAQQBAQRZCAEEBAFhAAEEAVEjIhYVAQAsKyI0IzQcGxUhFiELCgAUARQJBhYrASIHBgcGFBcWFxYyNzY3NjQnJicmBzIeARQOASIuATQ+ARMiJyYnNDc2NzYyFxYXFhUGBwYB9HFhXzc5OTdfYeJhXzc5OTdfYXEiOSIiOUQ5IiI5Ik1DQSkvJz84Wjg/Jy8pQUMC/zk3X2HiYV83OTk3X2HiYV83OX0iOUQ5IiI5RDki/bAlIz4mIBsRDw8RGyAmPiMlAAAAAAEAAAAAAxgCggAbADRAMQAEAwSFAAEAAYYFAQMAAANXBQEDAwBfAgYCAAMATwEAGBYTEg8NCggFBAAbARsHBhYrASMVFAYiJj0BIyImNDY7ATU0NjIWHQEzMhYUBgLu0BkiGdARGRkR0BkiGdARGRkBNNARGRkR0BkiGdARGRkR0BkiGQAAAAABAAD/wQOVAv8AJwAVQBIkIxsTEgoDBwBJAAAAdhYBBhcrJTQnJTU0JiIGHQEFDgEVFBY3JRUHBh0BFBY/ARcWNj0BNC8BNQUWNgOVFf7HJDQl/scJCyMWARRLCBEKd3cKEQlLARUVJPMWD8PlGiUlGuXDBhQLFxoHV+Y4BgsYCwwDIiIDDQoYCwY45lcHGwAFAAD/5wNrAtUADwAcACkAMgA/AGlAZgAHCQMJBwOAAAMGCQMGfgoBAAAJBwAJaQ0BBgAFAgYFaQ4IDAQLBQIBAQJZDggMBAsFAgIBXwABAgFPNDMrKh4dERACADo5Mz80Py8uKjIrMiQjHSkeKRcWEBwRHAoHAA8CDw8GFisBISIGFREUFjMhMjY1ETQmASImPQE0NjIWHQEUBjMiJj0BNDYyFh0BFAYnIiY0NjIWFAYXIiY1ETQ2MhYVERQGAxj9uCIxMSICSCIxMP4SERgYIhkZlhEZGSIZGRERGRkiGRmWERkZIhgYAtUxIv24IjExIgJIIzD9uRgRfREZGRF9ERgYESoRGRkRKhEY0BkiGBgiGdAYEQFOERgYEf6yERgAAAAABQAA/+YDlQL/AAwAGQAmADMAbQBrQGgAAQUBhQcBAwUEBQMEgAsBAAQKBAAKgAAKAgQKAn4NBgwDAggEAgh+AAgJBAgJfgAJCYQABQMEBVkABQUEYQAEBQRRKCcODQEAaGdRUExJLi0nMygzJCMeHRQTDRkOGQcGAAwBDA4GFisBMj4BNC4BIg4BFB4BBzI+ATQuASIOARQeAQEUDgEiLgE0PgEyHgETMj4BNC4BIg4BFB4BBxYfARYXFhcWFxYHBgcGBwYnJi8BJisBIg8BBgcGJyYnJicmNzY3Nj8BNjc2NzY3Nj8BNjIfARYXFgF3HS8cHDA4MBwcMJ8cMBwcMDgxHBwwAjocLzkwHBwwODAcVBwwHBwwODEcHDBjBg4SAwYjERsLDwYKFhonCRUNIQ5aMwc8Ww8cCxIIJxoWCgYODBsPIwwYKg4XJSQECAILLAsNJCUhAi4cMDkwHBwwODEcphwwODAcHDA5LxwBDx0wHBwxODAcHDD+1RwwODAcHDA5LxxMBw8VBAYiFSAeJCUkGB0IAgIBBQELDQIDAQECCB0YJCQkHSATIwwbMhEbKwwCAQECAQQNKiUAAwAA/+cDvgLVABwAIAA4AFxAWRoBCwABTAALAAcACweADAEAAAcGAAdnAAYABQQGBWcABAkBAwIEA2cAAgEBAlcAAgIBXwoIAgECAU8CADg3Ly0sKyooIB8eHREQDw4NDAsKCQcAHAIcDQYWKwEhMhYVERQGKwE1MzUjNTM1Iy4BLwEmJyYvATQ2FzM1IyUXHgEVERQGKwE1IxUjIiY1ETQ2PwE2MgHzAXkiMDAiqFRUVFkHIhfRAQQBBAMw81RU/rrQERIZEaanpxEYEhHQFjUC1TAi/bYiMKdTU1QcMBGUAQIBAgQiMPpTB5QMJBT+tBEZ+voZEQFMFCQMlBAAAAEAAAAAAzACqwAXACBAHRIBAgEAAUwAAwADhQIBAAEAhQABAXYVFRUTBAYaKwERJyYiBhQXARYyNwE2NCYiDwERNCYiBgHKywwjGAwBEg0iDAETDBgjDMsZIhkCgv4uzAwZIgz+7QwMARMMIhkMzAHSERgYAAAAAAEAAP+EA+gDOQAXAC5AKwABAAGFAAIDAoYEAQADAwBXBAEAAANfAAMAA08BABQSDg0GBQAXARcFBhYrASEBNjQmIgcBBhQXARYyNjQnASEyNjQmA6r9RQExEyUzE/5kEhIBnBMzJRP+zwK7GiQlAZ0BMRI0JRP+ZBIzE/5kEiUzEgEyJTMlAAABAAAAAAMwApoAFwAtQCoAAgMChQABAAGGAAMAAANXAAMDAF8EAQADAE8BABQSDg0GBQAXARcFBhYrEyEHBhQWMjcBNjQnASYiBhQfASEiBhQW0AHSzAwZIgwBEwwM/u4NIhgMy/4uERgYATTLDCMYDAESDSIMARMMGCINyxkiGQAAAAABAAD/5wMYAtUACgAXQBQHBgUDAEkBAQAAdgIAAAoCCgIGFisBISIGFRElBRE0JgLE/mAjMQEkASQxAtUxIv1lfX0CmyIxAAAEAAAAAANrAqsAGwAkAC0ANwBQQE0DAQECAYYAAAAICQAIZwwBCQcBBQQJBWkLBgoDBAICBFkLBgoDBAQCXwACBAJPLi4mJR0cLjcuNzQxKiklLSYtISAcJB0kExMYMg0GGisBLgEjISIGDwEGFREUFjI2PQEhFRQWMjY1ETQnBSImNDYyFhQGISImNDYyFhQGJTc+ATMhMhYfAQMUBiAV/jYVIAZSBSU0JAH0JTQkBf2pGiUlNCQkAbAaJCUzJSX93TUFFg0Bjg0WBTUCgRMXFxPsDwz+1RokJRkVFRokJRkBKwwPtCU0JCQ0JSU0JCQ0JdCgDBAQDKAAAAACAAD/vQNrAv8ACAAkAEZAQwAEAgMCBAOABQEDA4QIAQAAAQcAAWkABwICB1cABwcCXwYJAgIHAk8KCQEAIR4bGRYVEhEODQkkCiQFBAAIAQgKBhYrATIWFAYiJjQ2ASMRFAYiJj0BIxUUBiImNREjIiY0NjMhMhYUBgH0IjExRDExAW/QGSIYVBgiGdARGRkRApoRGRkC/zFFMTFFMf7c/gwRGRkR0NARGRkRAfQZIhgYIhkAAAAAAQAAAAAC3QHbABAAGUAWAQEBAAFMAgEAAQCFAAEBdhUVEwMGGSsBBycmIgYUHwEWMj8BNjQmIgKWoqIMIhkNvwwiDb8MGCMBz6KiDBgjDL8MDL8MIxgAAAEAAAAAAwcCcQAcAB5AGxkSCwQEAgABTAEBAAIAhQMBAgJ2FBgUEQQGGisBJiIPAScmIgYUHwEHBhQWMj8BFxYyNjQvATc2NAL7DSIMzMwMIhkNy8sNGSIMzMwMIhkMzMwLAmQMDMvMDBkiDMzMDCIZDcvLDRkiDMzMDCIAAAAABAAA/+cDawLVAA8AHwAvAD8ATkBLAAUGAAYFAIAIAQADBgADfgcBAQAGBQEGZwADAgIDVwADAwJfCgQJAwIDAk8iIBIQAgA+OzYzKicgLyIvGhcQHxIfCgcADwIPCwYWKxMzMjY1ETQmKwEiBhURFBYTMzI2PQE0JisBIgYdARQWITMyNjURNCYrASIGFREUFgMVFBY7ATI2PQE0JisBIgan+hEYGBH6ERkZEfoRGBgR+hEZGQGx+hEZGRH6ERgYGBgR+hEZGRH6ERgBNBkRAU0RGRkR/rMRGf6zGRGmERkZEaYRGRkRAU0RGRkR/rMRGQLEphEZGRGmERkZAAAAAAQAAP/gA2sC/wALABQAIAAsAGBAFQsEAgEAKBUKBQQCAQJMIiEcGwQDSUuwD1BYQBsAAAEAhQABAgIBcAACAwMCWQACAgNiAAMCA1IbQBoAAAEAhQABAgGFAAIDAwJZAAICA2IAAwIDUlm2ExYVEQQGGisBJiIHBRc+ATIWFzcFNDYyFhQGIiYlFwYVFBYXFSUuATUFNT4BNTQnNxEUBgcCHBMqE/7c0xg+Rj4Y0/5hMUUwMEUx/tzWBkY3/t4UFwGhN0YG1hcUAvQLC6J1GBwbGXXoIzAwRTExw3cTFzpZDumiCigX6+kOWToXE3f+wBcoCgAC//n/agPoA1kATgBbAElARgcBAgZAAQMCAkwHAQQGBIUABgIGhQgFAgIAAwECA2kAAQAAAVcAAQEAXwAAAQBPUE8AAFZVT1tQWwBOAE5EQyooMzwJBhgrASYHDgEHBhcWFxYXFjsBMjY0JisBIiYnJicmNz4BNzYXFhceAR0BFAYjIi4BPQE0JicuAQcOAQcGFx4BFxY3NjceARcWNz4BPQE0JyYnJgMiLgE0PgEyHgEUDgECGHBnY5cmJwgJSUdydIO4FR0dFbddqDs9FxseHZNhZ2pZRkNMLR4TIxU3MDF7OjdTERMLDWZHQ0E9LBdGKCsnMTs9PWhspilFKChFUkUoKEUDUQgoJpdjZ3CBbWg8Ph0pHkxDRllqZ2GTHR4bFz06qF03HjEXJBQ+P28kJhEUFFQ5Oj9IbBEQExItHycDAxATXTc2hHRyR0n9gChFUkUoKEVSRSgAAAABAAD/lAO+Av8ANwBOQEsAAgEChQAHBQYFBwaAAwEBAAQAAQRpCgEAAAkFAAlpAAUHBgVZAAUFBl8IAQYFBk8BADIwLSsnJiIgHRsWFBEPCwoGBAA3ATcLBhYrASM1NCYrATU0LgEiDgEdASMiBh0BMzIeARQOASsBFRQWOwE1ND4BMh4BHQEzMjY9ATMyPgE0LgEDVj4xI6YcMDgxHKYiMT4fMx4eNB4/MSOeHjQ9NB6eIzE+HS8cHDABXqciMT8cMBwcMBw/MCOfHjM+Mx+eIjE+HzMfHzMfPjEipxwvOTAcAAADAAAAAAN9AqsACwAtADEASkBHAAIAAwACA4AJBwUDAwgAAwh+AAEKAQACAQBnAAgEBAhXAAgIBGEGAQQIBFECADEwLy4rKSYlIiEeGxcWEQ4IBQALAgsLBhYrEyEyNjQmIyEiBhQWBS4BIyEiBg8BBhY7ARUUFjMhMjY9ATMVFBYyNj0BMzI2JwUjNTPYAkcRGRkR/bkRGRkCiAIXD/2pDxcDKQQZFAcZEQFNERmmGSIZBxQZBP6C+voCWBkiGBgiGUsOExMO0BQe0REYGBHR0REYGBHRHhTZpwAAAgAAAAADlQKrABMALwCJS7AKUFhALgABAAGFCAEGBwMHBnIFCgIDBAQDcAkBAAAHBgAHaQAEAgIEWQAEBAJgAAIEAlAbQDAAAQABhQgBBgcDBwYDgAUKAgMEBwMEfgkBAAAHBgAHaQAEAgIEWQAEBAJgAAIEAlBZQB0VFAEALConJiMhHhwZGBQvFS8OCwYDABMBEwsGFisBIScmKwEiBhUDFBYzITI2NRE0JgMjFRQGIiY9ASMiJjQ2OwE1NDYyFh0BMzIWFAYDQf6zOxgj1yMwATEjApojMTF2UxkiGVMRGRkRUxkiGVMRGRkCWDsYMCP+DCMwMSIBoSIx/rNUERgYEVQYIhlTERkZEVMZIhgAAAAAAgAA/2oD6ANSABMAJwBHQEQIAQYCBwIGB4AJAQAAAwQAA2cABAUBAgYEAmcABwEBB1cABwcBXwABBwFPAQAnJiUkIyIhIB0bGhgVFAsIABMBEgoGFisTIg4BFREUHgEzITI+ATURNC4BIwEzNTQ2OwEVIyIGHQEzByMRIxEjpy1NLS1NLQKaLU0tLU0t/gxURkpqUBMMbwpli1QDUi1NLf1mLU0tLU0tApotTS3+e15AQIsQFS5v/rMBTQAFAAD/vQOVAtUAIgArADQAOABRAGlAZgoBAAVGAQwAAkwCAQEQBw8DBQABBWkIBgMOBAANAQwLAAxnAAsACgkLCmcACQQECVcACQkEXwAECQRPLSwkIwEAT00/PTo5ODc2NTEwLDQtNCgnIyskKx0aFRMODQcGACIBIhEGFisBIzY1NC4BIgYPAScuASIOARUUFyMiBhUDFBYzITI2NRE0JicyFhQGIiY0NiMyFhQGIiY0NgEhNSE1ITU0NjsBBwYeATY/ARceAT4BLwEzMhYVA0FaByI5QjcRFRURN0I5IghbIzABMSMCmiMxMfMRGRkiGRnpERkZIhkZAdv9ZgKa/WYYEao9CwYcIgp0dAoiHAYLPaoRGAIuFxMiOSIeGhwcGh4iOSIVFTAj/jYjMTEjAcojMFQZIhkZIhkZIhkZIhn9j1N90BEZVA4iFQYOnp4OBhUiDlQZEQAAAAAGAAAAAAOAAoIACAARABoAJgAyAD8AcEBtAAsACgMLCmcNAQIAAwACA2kACRABCAEJCGcMAQAAAQQAAWkOAQQHBQRZAAcPAQYFBwZnDgEEBAVhAAUEBVEpJx0bExIKCQEAPjs4NS8sJzIpMiMgGyYdJhcWEhoTGg4NCREKEQUEAAgBCBEGFisTIgYUFjI2NCYnIgYUFjI2NCYDIgYUFjI2NCYXITI2NCYjISIGFBY3ITI2NCYjISIGFBYDFBYzITI2NCYjISIGvBolJTQkJBoaJSU0JCQaGiUlNCQljQH0ERkZEf4MERgYEQH0ERkZEf4MERgYGBgRAfQRGRkR/gwRGAGIJTQkJTMl+iU0JCUzJf4MJTQkJTMlaBgiGRkiGPoYIhkZIhgBIxEYGCIZGQAABAAA/5QDvAMoABsAJwA5AEUAW0BYAAEAAYUCCgIABwCFAAcMAQYIBwZnDQEIAAkECAlnCwEEAwMEVwsBBAQDXwUBAwQDTzw6KigeHAEAQj86RTxFMjEoOSo5JCEcJx4nFhQKCAUEABsBGw4GFisBIzU0JiIGHQEjIgYfARYXFhcWFRMzMjY3EzYmASEiBhQWMyEyNjQmJSEyNicmJyYnJiIHBgcGBwYWBSEiBhQWMyEyNjQmA5GjGSIYoxIZAgVPPkIkJwFHGiYEQAIZ/s794hEYGBECHhEZGf3WAhUUGQQNMCtDQJFAQywwDQQaAi394hEYGBECHhEZGQKCfREYGBF9HBIzEiksQERV/rMjGgKDEhz9ZRkiGBgiGfodE0EvLBgWFhgsL0ETHVMZIhkZIhkAAAADAAAAAAOVAqsAEwAcACoAQ0BAAAEAAYUHAQAIAQMEAANpAAQABgUEBmkABQICBVcABQUCXwACBQJPFRQBACUkHh0ZGBQcFRwOCwYDABMBEwkGFisBIScmKwEiBhUDFBYzITI2NRE0JgcyFhQGIiY0NhMhNTQ3Njc2MhcWFxYVA0H+szsYI9ciMQExIwKaIzEx8yMwMUQxMcn+sh8aKiU+JSoaHwJYOxgwI/4MIjExIgGhIjF9MEYxMUYw/rMpGhURCwkJCxEVGgAAAAACAAD/agPoA1IAEwA8AEZAQyYBBAUlAQcEAkwAAAAFBAAFaQAECAEHAgQHZwACAAMGAgNpAAYBAQZZAAYGAV8AAQYBTxQUFDwUPCklJSUVNzMJBh0rETQ+ATMhMh4BFREUDgEjISIuATUBFTMGBwYHBiMiLgE0PgEzMhc3JicmIyIHBgcGFBcWFxYzMjc+ATU0Jy1NLQKaLU0tLU0t/WYtTS0B+qkEERQhKTYyVTIyVTJGMVAnMjM7UUZDJykpJ0NGUVVCQEcFAqstTS0tTS39Zi1NLS1NLQF3ZBoaIBMXMVVkVTEtTCUUFCgnQkSeREInKCUkglIYGQAAAAACAAD/5wO/AtUAEwA5AIO2DwQCAgABTEuwD1BYQCoAAAIAhQgBAgEChQoBAQkBhQYBBAMDBHEACQMDCVcACQkDYQcFAgMJA1EbQCkAAAIAhQgBAgEChQoBAQkBhQYBBAMEhgAJAwMJVwAJCQNhBwUCAwkDUVlAGgAAOTg1NC4tKikmJSIhHh0XFgATABM4CwYXKwE1NCYnNTQ+ATMhMh4BHQEOAR0BNzQ2MhYdARQOASMVFAYiJj0BIRUUBiImPQEiLgE9ATQ2MhYdASEBJEc2IjkiAaAiOSI2R1QxRTAiOSIYIhn+DBkiGCI5IjFFMAJIATRUOVoOLyI5IiI5Ii8OWjlUVCMwMCPRIToiKREZGREpKREZGREpIjoh0SMwMCOnAAAABQAA/70DQQL/AAcAFwAgACkANgBTQFAHAQYHAUwIAQAKBAkDAgMAAmkFAQMABwYDB2kLAQYBAQZZCwEGBgFfAAEGAU8rKiIhGRgKCDEwKjYrNiYlISkiKR0cGCAZIBIPCBcKFwwGFislHgE+AiYnEyUiBhURFBYzITI2NRE0JgUyFhQGIiY0NiMyFhQGIiY0NhMiLgE0PgEyHgEUDgEBkhtHRzYTExuY/gwjMDAjAfQjMDD+uREZGSIYGGwRGRkiGBi4OV84OF9yXzg4X6gbEhI2SEcbAZEBMSP9ZiMxMSMCmiMwfBkiGRkiGRkiGRkiGf24OGByXzg4X3JgOAAAAAQAAP+9A5UC/wALABQAKQA+AINLsApQWEAvAAMHAgcDcgAAAQYGAHIABAAHAwQHaQgBAgABAAIBaQAGBQUGWQAGBgViAAUGBVIbQDEAAwcCBwMCgAAAAQYBAAaAAAQABwMEB2kIAQIAAQACAWkABgUFBlkABgYFYgAFBgVSWUAVDQw6OTAvJSQbGhEQDBQNFBUSCQYYKyUUFjI2PQE0JiIGFTcyNjQmIgYUFgU0NzY3NjIXFhcWFAcGBwYiJyYnJjcUFxYXFjI3Njc2NCcmJyYiBwYHBgHKGSIZGSIZKhEZGSIZGf5wOTdfYeJhXzc5OTdfYeJhXzc5VC0tS022TUstLS0tS022TUstLbcRGBgRpxEZGRF9GSIYGCIZfXFhXzc5OTdfYeJhXzc5OTdfYXFbTUstLS0tS022TUstLS0tS00AAAMAAP/nA2sC1QAPACUALwCYS7AKUFhANwAHBQYFBwaACAEGCQUGCX4ACQIFCQJ+BAECAwMCcAoBAAAFBwAFZwADAQEDWQADAwFgAAEDAVAbQDgABwUGBQcGgAgBBgkFBgl+AAkCBQkCfgQBAgMFAgN+CgEAAAUHAAVnAAMBAQNZAAMDAWAAAQMBUFlAGwIALi0rKikoJyYjIB0bFxYSEAoHAA8CDwsGFisBISIGFREUFjMhMjY1ETQmAyMiBgcOASImJy4BKwERNDYzITIWFQcjNSMVIxcWMjcDGP24IjExIgJIIjEwI4MOFgULQ1RDCwUWDoMZEQH0ERl9VKZUmAcRBgLVMCP9uCIxMSICSCMw/gwSDyg0NCgPEgF3ERkZEad9fZgGBgAAAgAA/8wDbgLXAEIASwBmQGMPAQgAAwICBQE5AQYHAQECBgRMBAEASgAIAAEACAGACQEHBQYFBwaAAAEABQcBBWcAAAAGAgAGaQQBAgMDAlkEAQICA18AAwIDT0RDSEdDS0RLNzUyMS4sKSYjIRcWExEKBhYrAQcnNTcXFj4BJi8BJgYPAS4BIyIGHQEjLgEHDgEHBhYXEyMiBhQWMyEyNjQmKwEDNjczFRQWMzI2NxceAT8BPgEuASUiJjQ2MhYUBgM/lmFhlgsZCwkMowwaCUkFEQoRGYQPUS8lNgcHIiFsQhokJBoBoRolJRpYzwsGhBkRChEFSQkaDKMMCQsZ/bARGBgiGRkB3EZhOmFGBQkXGAZMBgUJSQgJGREpKy4JBzYlKUcU/qIlNCUlNCUBgBAQKREZCQhJCQUGTAUZFwkJGSIZGSIZAAIAAP+9A5UC/wA6AEMAXEBZLgELCC0BCgsCTAAIBwsHCAuAAAUKAAoFAIAGBAIAAQoAAX4DAQECCgECfgACAoQACQAHCAkHaQALCgoLWQALCwphAAoLClFCQT49NzUoExYjJRIyFSAMBh8rATMyFh0BFAYjFAYjISImNSImPQE0NjsBNTQ2MzIXFh8BFhchETQmIg8BFhUUByc2MzIXNz4BMzIeARUFFAYiJjQ2MhYDQSoRGTIiGBH9uBEYIjIZEVM3JxYTEQw6ExABHRQdCjQDDXMVGAsKNBErFyA2IP42MEYxMkQxATQYEdEiMREZGRExItERGCAmNwkIDUETCwFVDhQKNAoLGBVzDQM0ERIgNiBbIjExRTExAAAAAgAAAAADYALaABUALgBQQE0ABwAEAAcEgAAEBQAEBX4ABQYABQZ+AAYBAAYBfgADCAEABwMAZwABAgIBVwABAQJfAAIBAk8BAC4tJiUhHxwaEg8KBwQCABUBFQkGFisBIxEzMhYUBisBIiY1ETQ2OwEyFhQGFwYUHwEhIgYUFjMhBwYUFjI/ATY0LwEmIgG48PARFxcR8CEvLyHwERcXwwwMTP6QEBgYEAFwTAwYIAyQCwuQDCACiv3QFyEYLyECMCEvFyEYbAwgDEwXIRhMDCAYDJALIQyQDAAAAAIAAP/SAsQC/wAqAC8AJEAhLSwrJyAaFA0IAUkAAAEBAFcAAAABXwABAAFPLy4zAgYXKwERNCYjISIGFREUFh8BDwEOARYfAQcGHgE/ARcWPgEvATc+ASYvAjc+AQ8BJxEzAsQYEf6yERgLCa4pXAoLAQdGFQIKEAdQUAcRCQIVRgcBCwldKa4KCqYqKlQBnwE2ERkZEf7KCxMFaWEIAQ0RBj1bCQ4EBTAwBAQOCVs8BhENAQhhaQUTQBkZAYEAAAgAAP+TA74DKAAVACoAPwBVAG0AcQB1AHkAlUCSeXh3dnV0c3Fwb24LBAABTAACBgKFAAEIDQgBDYAADQcIDQd+AAcACAcAfg4BAAQIAAR+EQkCBAwIBAx+AAwDCAwDfgoPAgMFCAMFfgsBBQWEEAEGCAgGWRABBgYIYQAIBghRQUAtKxgWAQBpaF1cT0xJRkBVQVU8OTQzKz8tPyckHh0WKhgqDwwJBgAVARUSBhYrEzI2PQE0NjsBMjY0JisBIg4BHQEUFhMjIiY9ATQmIgYdARQeATsBMjY0JgEzMh4BHQEUBiImPQE0JisBIiY0NhMiBh0BFAYrASIGFBY7ATI+AT0BNCYDFRQGDwEGIi8BLgE9ATQ2PwE2Mh8BHgEBFzUnNxc3JxM3NQdTERkZESkRGRkRKSI5IhiOKREZGSIYIjkiKREZGQI3KSI6IRgiGRkRKREZGY4RGRkRKREZGREpIjohGI4WFNAULBTQFBYWFNAULBTQFBb+DKamK6WlpSqmpgJYGREpERkZIhghOiIpERn9jxkRKREZGREpIjohGCIZA0EhOiIpERkZESkRGRkiGP08GREpERkZIhghOiIpERkBcvAWJwt4Cwt4CycW8BYnC3gLC3gLJ/76X79hSGFhX/45X8FhAAAAABgAAP+9A5UC1QAIABEAGgAjACwANQA+AEcAUABZAGIAawB0AH0AhgCPAJgAoQCqALMAvADFAM4A1wAAASIGFBYyNjQmByIGFBYyNjQmAyIGFBYyNjQmByIGFBYyNjQmNyIGFBYyNjQmBTI2NCYiBhQWJTI2NCYiBhQWNzI2NCYiBhQWASIGFBYyNjQmASIGFBYyNjQmAzI2NCYiBhQWFzI2NCYiBhQWFyIGFBYyNjQmBSIGFBYyNjQmByIGFBYyNjQmAyIGFBYyNjQmJyIGFBYyNjQmEyIGFBYyNjQmBSIGFBYyNjQmByIGFBYyNjQmAyIGFBYyNjQmAyIGFBYyNjQmNyIGFBYyNjQmJyIGFBYyNjQmAQ8RGRkiGRkRERkZIhkZEREZGSIZGY4JDAwSDAx0ERkZIhkZAmAJDAwSDAz+5REZGSIYGBEJDAwRDQ3+PgkMDBIMDAEbCQwMEQwMCAgMDBEMDAkRGBgiGRkRGiUlNCQkATMRGRkiGRkRERkZIhkZEREZGSIZGRERGRkiGRlsCQwMEgwM/tMRGBgiGRkRCA0NEQwMrxolJTQkJBoRGRkiGBiVGSUkNCUlGhklJDQlJQEgGSIZGSIZpxkiGBgiGQFNGCIZGSIYFQwRDAwRDLwZIhgYIhnlDBEMDBEMkhgiGRkiGJENEQwMEQ3+YAwSDAwSDP7cDBIMDBIMAsQNEQwMEQ2RGCIZGSIY5iQ0JSU0JBQZIhkZIhmnGSIYGCIZAU0YIhkZIhinGSIYGCIZ/p4MEgwMEgySGSIYGCIZkgwSDAwSDAH0JDQlJTQk/p4ZIhgYIhm7JDQlJTQkpyQ0JSU0JAAEAAD/lANpAv8ADABCAE8AXABbQFg3Ni8uBAcEQCUCCAcbEwIBCANMBgEEBQcFBAeAAwEBCAIIAQKACQEAAgCGAAUKAQcIBQdpAAgBAghZAAgIAmEAAggCUURDVVRKSUNPRE8lFSwlFS8QCwYdKwUyNz4BNzYmBw4BBwYBFB4BMzI3BxQeATI+ATUnFjMyPgE1NCYnPgE1NC4BIyIHNzQuASIOARUXJiMiDgEVFBYXDgElMh4BFA4BIi4BND4BAR4BFxYzNCcuAScmBgHxXVJQaQwDHhRblCos/vUcMRwfHAEcMDkvHAEcIBwwHCEbGyEcMBwfHQEcMDgwHAEcHxwxHCEbGyEBCx0vHBwwODAcHDD+qAxpUFJdLCqUWxQdbCsqlVsUHQMMaFBSAYwcMBwSBxwxHBwwHQcSHDAcHzINDTIfHDAcEggcMBwcMBwIEhwwHB8yDQ0ypxwvOTAcHDA4MBz+lluVKitdUlBoDAMdAAcAAP+9A5YC/wA0AD0AVwBgAGkAcgB7ARRAFlVBHAMACFQBEwxJAQsSQjQdAwoHBExLsA9QWEBcAAAIDBQAcgATDBIME3IAEgsLEnAABwsKEQdyAwEBAAkCAQlpFQECGAEUCAIUahYNAggADBMIDGoACw8BChELCmoAERcQAgUOEQVqAA4EBA5ZAA4OBGEGAQQOBFEbQGAAAAgMCAAMgAATDBIMExKAABILDBILfgAHCwoLBwqAAwEBAAkCAQlpFQECGAEUCAIUahYNAggADBMIDGoACw8BChELCmoAERcQAgUOEQVqAA4EBA5ZAA4OBGEGAQQOBFFZQDJ0c2JhPj54d3N7dHtxcG1sZmVhaWJpX15bWj5XPldTUUxKRkU8OxQlIhItIhIlJhkGHysBNjU0JzcWMzI+ATQuASMiBgchLgEjIg4BFRQWFxEOARUUHgEzMjY3IR4BMzI+ATQuASMiBwEUBiImNDYyFhcOAQcRHgEXITY3JwYjIi4BND4BMzIXNyYnARQGIiY0NjIWBTI2NCYiBhQWAxQGIiY0NjIWNzI2NCYiBhQWAmUMBoUUFCI5IiI5IilADf6kDUApIjkiLyUlLyI5IilADQFcDUApIjkiIjkiHhj+GBkiGBgiGUwJKBsbKAkBXAEEfRgeIjkiIjkiJR53CAT+WBkiGBgiGQIeERgYIhkZ6RkiGRkiGfoRGBgiGRkBKBgeFROFBiI5RDkiLyUlLyI5IilADf6kDUApIjkiLyUlLyI5RDkiDAHXERkZIhgYOxsoCf6kCSgbBAh9DCI5RDkiE3cNDP3iERgYIhkZOhgiGRkiGAFNERkZIhkZ6RkiGBgiGQAAAAADAAD/vQOVAwcAEQA6AG4AKEAlCgMCAgEBTAABAgGFAAIDAoUEAQMAA4UAAAB2ZGNHRhoYFgUGGSsBFAYHERQGIiY1ES4BNTQ2MhYnDgEHBhcWFx4BPwE+AScmJyY3PgE3NhceARQHBhYXFjY3PgE1NCYnJicGBwYHBgcGFxYXHgE/AT4BJyYnJjc+Ajc2Fx4BFxYVFAcGBwYWFxY2Nz4BNTQnLgEnJgJHFhMZIhkTFjFFMIdHag8MDAwhCyQNAgsBCRYHCAkLRCw2MC85IAkBCw0oCxcZVERIS11QTjM0CwoaGjcLJA0CCwEKMhQUEw5Laz9NS0ZwICAVFCYKAQsNJgsvNCUkg1NXAV4XJgv+0REZGREBLwsmFyMwMNIOaUc4NzQrDQIMAwoeDB4jJScsQgoMFBJUaC0NHwsNAxAfSyhMfR0fmQozMk9QXVpVUUEOAQ0CCx8MO0tOUj5pRgwPFBNeQkNMPDg3LA0gCw0CDjeKS1tST3UbHQAAAAQAAP/nA2sC1QAIABYAJgA2AE5ASwkBBAAHAQQHZwABCAEAAgEAaQACAAMGAgNnCgEGBQUGVwoBBgYFXwAFBgVPKScZFwEAMS4nNik2IR4XJhkmFhUPDgUEAAgBCAsGFisBMjY0JiIGFBYXNCcmJyYiBwYHBh0BIRMhIgYVERQWMyEyNjURNCYDISImNRE0NjMhMhYVERQGAfQnNzdONzfjIx0vKkUqLx0jAXdo/bgiMTEiAkgiMTBN/gwRGRkRAfQRGRkBVDdNNzdNN6cdFxMMCwsMExcdHwJHMSL9uCIxMSICSCMw/WUZEQH0ERkZEf4MERkAAAAABwAA/2oD6AMpABMAJgBeAGIAZgBqAG4AXEBZbm1saWgFAgFqV1YxMAUGAmVkTUw7OgYFA2ZiYWAfBQAFBwEEAAVMAAECAYUAAgYChQAGAwaFAAMFA4UABQAFhQAABACFAAQEdlpZUE9GRT49NDMqKRQHBhcrJQ4CBw4BHQEeATc+Ajc2LgEGBzYuAQYHDgEHDgEVFBceATc+ARMnJiIPAQYUHwEHJyYiDwEGFB8BBycmIg8BBhQfARYyPwE2NC8BNxcWMj8BNjQvATcXFjI/ATY0ASc3FzcnNxcBJzcXNyc3FwOSCEZtQRAVAhwRVI1aCgIVIhxZBBIhHQUJMCEOEQEFHhA3UYmUGEUZhBkZNB4zGUUYOxkZMx0zGUUYhRgYlBhFGYQZGTQeNBhFGToZGTQeMxlFGIUY/UKTLJQslCyUAWGTLJMtlC2TvEFuRggBGBAFERUCClqNVBEcAxUhER4IEREhMAgEFw4HAxERBA5QAgiTGRmEGUUYNB40GRk7GUUYNB00GBiFGEUZkxkZhBlFGDQeNBkZOxhFGTMeNBgYhRhF/XOTLJMslCyTAWGTLZQslCyUAAACAAD/vQN/Av8ARQBSADJALxkMAgMAPTACAQICTAAAAwCFAAMCA4UEAQIBAoUAAQF2R0ZNTEZSR1I3NRMRBQYWKwE2NCc3PgEvAS4BDwEmLwEuASsBIgYPAQYHJyYGDwEGFh8BBwYUHwEHDgEfAR4BPwEWHwEeATsBMjY/ATY3FxY2PwE2JicFIi4BND4BMh4BFA4BAx4DA1gGAwRTBA4HaB8oDwILCKcICwEQJiBoCA0EVAQDBlgBAgIBWAYDBFQEDgdoHCoQAQsIpwgLAg8jJGgHDgRTBAMG/nMoQycnQ09DKChDATUVKhNFBA8HkAcFAioYEW4ICgsHbhEYKgIFB5AHDwRFDBMTEg5FBA8HkAcFAioWE24HCwoIbg8aKgIFB5AHDwQkJ0RORCcoQ05DKAAAAAUAAAAAA5YCggApADAAPABJAFIAe0B4CwELAwFMEAEJAAEACQGAAAoBAwEKA4AAAwsBAwt+AAsCAQsCfgAMBQyGAAAAAQoAAWcAAggGAgQNAgRnAA4ADQcODWkPAQcFBQdZDwEHBwVhAAUHBVEzMSsqUVBNTEdGQUA5NjE8MzwuLSowKzAjEyYzEiMyEQYdKwE0JisBIgYUFjsBFQcjNTQmKwEiDgEdARQWOwEUHgEyPgE1MzI2PwE2NQEiJjUzFAYDMzIWFAYrASImNDYBND4BMh4BFA4BIi4BNxQWMjY0JiIGAxgxI1MRGRkRU5GSGRF9LU0tGREqIjlEOSKSEyMLkRP+DBEZUxg7fREZGRF9ERkZAbIiOUQ5IiI5RDkiUxkiGBgiGQIuIzEZIhlutaYRGS1NLVMRGSI5IiI5IhEPtRgc/s4YEREYAcoZIhgYIhn+XyI6ISE6RDkiIjkiERgYIhkZAAAAAAIAAP+oA74DFAATACgAMkAvAQEAAR0LCgMCAAJMBgUEAwFKEA8OAwJJAAEAAYUAAAIAhQACAnYoJyAfGxoDBhYrASc3LwEHJw8BFwcXBx8BNxc/AScFJyY0PwE2Mh8BNzYyHwEWFA8BBiIDvmUOl06Ojk6XDmVlDpdOjo5Olw7+LmMNDQMMIwxD1g0iDQMMDPcNIgFedJoihj09hSKadXSaI4U+PYUimjNkDCINAwwMRNcMDAMMIg33DAAAAwAA/6cFRQM1ABIAJwA0AFBATQ4FAgUEAUwIAQQDBQMEBYAABQIDBQJ+BgEAAAMEAANpBwECAQECWQcBAgIBYQABAgFRKSgUEwEALy4oNCk0Hh0TJxQnCgkAEgESCQYWKwEiBw4BBx4BFxYgNz4BNy4BJyYDIicmJyY0NzY3NjIXFhcWFAcGBwYDIg4BFB4BMj4BNC4BAqqVh4PINDTIg4cBKoeDyDQ0yIOHlVJHRCkpKSlER6RHRCkpKSlER1IyUzExU2NUMTFUAzQ7Oc6Fhc44Ozs4zoWFzjk7/QopKURHpUZFKCkpKEVGpUdEKSkB5TFTY1QxMVRjUzEABQAA/+cDawLVAAcACwARABgAHAA2QDMcGxcQCgkFBAEJAgABTAUBBAMAAgCFAwYCAgJ2ExINDAgIGhkSGBMYDBENEQgLCAsHBhYrCQEeARcBLgElARUBISIGHQE3ATI3Nj0BByEzATUDLf1TBiAVAq0GH/6s/o4B6P5rIjGnAfQjFxmn/r92AXIC0v1TFSAGAq0WHwn+jnYB6DEiVKf9EhkXI1SnAXJ2AAAAAAMAAP/nA5UC1QAZACMALABEQEEAAQAABAEAZwgBBAAHBgQHaQkBBgAFAwYFZwADAgIDVwADAwJfAAIDAk8lJBsaKSgkLCUsIiAaIxsjIzUzIwoGGislETQ2MyE1NCYjISIGFREUFjMhMjY9ASEiJhMiBh0BFBYzIREHIiY0NjIWFAYBoTEiAXcwI/24IjExIgJIIjH+iSIxfREZGREBd/oaJSU0JCS3AU4jMCojMDAj/bgiMTEiKjEBcBkR+hEZAU7lJDQlJTQkAAAAAAQAAP+aA5UDLAAMACQASgBzAM1ADUUsAgUEb2xoAxEJAkxLsBtQWEBBAAABAIUCAQEDAYUHAQUECgQFcg4MAgoJBAoJfhQBAwgGAgQFAwRpDw0LAwkAERAJEWkPDQsDCQkQYRMSAhAJEFEbQEIAAAEAhQIBAQMBhQcBBQQKBAUKgA4MAgoJBAoJfhQBAwgGAgQFAwRpDw0LAwkAERAJEWkPDQsDCQkQYRMSAhAJEFFZQC0nJXJwbm1raWdlYmBeXVtaWFdVVFJRT01CQT89OTg2NDAvJUonSiMgJBMVBhgrARE0JgYHAQYWMyEyNiUmJyYnJicmJyYGFxYXFhUUBwYWMyEyNgchIg4BFxYXNjc2MhcWFxYzMjc2MhcWFxYzMjc2MhcWFzY3Ni4BEzQmIyInJiIHBiInJiIHBiInJiIHBiMiBhQWMzI3FjMyNx4BNxYzMjYByg4SBv7wCAwNAREIDAGhBCQfNS43MioLFAMNCAsgBA0LAS8JDRD9Mg8WBwYZNBgUCx0LFhkbGjQwCx0KFhkbGjQwCx0LFBgzGwYIFisZETcyCRUKMW8yCRUKMW8yCRUKMjcRGRkRTT4yQDs7PIY8O0IRGQE8AYgKDAEI/ncKFgwJV1dMRj0wKxIFEgwuNEdDdGsKEQ1MEhwNOScJEQkJEgkLJgkJEgkLJgkJEQkmOg0cEv7cERkdBQUcHAUFHBwFBR0ZIhgnIhwhASAfGAAAAQAAAAEAAO2oUVRfDzz1AA8D6AAAAADhcp/DAAAAAOFyn8P/+f9qBUUDWQAAAAgAAgAAAAAAAAABAAADUv9qAAAFVP/5AAAFRQABAAAAAAAAAAAAAAAAAAAAMQPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+j/+QPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPAAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAPoAAAD6AAAA+gAAAVUAAAD6AAAA+gAAAPoAAAAAAAAAHoAvgEGAZgCdgL2AzIDdgO4A9wEWgS2BOIFIgWiBhwGygc8B6oINAiSCUAJ2ApyCtgLVgvoDGgNCg2eDkIO0A8+D54QlBHOEoYTxhSEFQAV3BZ2FyoXiBgGGFwYwhnUAAEAAAAxANgAGAAAAAAAAgCQAPAAjQAAAWYODAAAAAAAAAASAN4AAQAAAAAAAAA1AAAAAQAAAAAAAQAIADUAAQAAAAAAAgAHAD0AAQAAAAAAAwAIAEQAAQAAAAAABAAIAEwAAQAAAAAABQALAFQAAQAAAAAABgAIAF8AAQAAAAAACgArAGcAAQAAAAAACwATAJIAAwABBAkAAABqAKUAAwABBAkAAQAQAQ8AAwABBAkAAgAOAR8AAwABBAkAAwAQAS0AAwABBAkABAAQAT0AAwABBAkABQAWAU0AAwABBAkABgAQAWMAAwABBAkACgBWAXMAAwABBAkACwAmAclDb3B5cmlnaHQgKEMpIDIwMjMgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbWZvbnRlbGxvUmVndWxhcmZvbnRlbGxvZm9udGVsbG9WZXJzaW9uIDEuMGZvbnRlbGxvR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwBvAHAAeQByAGkAZwBoAHQAIAAoAEMAKQAgADIAMAAyADMAIABiAHkAIABvAHIAaQBnAGkAbgBhAGwAIABhAHUAdABoAG8AcgBzACAAQAAgAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAGYAbwBuAHQAZQBsAGwAbwBSAGUAZwB1AGwAYQByAGYAbwBuAHQAZQBsAGwAbwBmAG8AbgB0AGUAbABsAG8AVgBlAHIAcwBpAG8AbgAgADEALgAwAGYAbwBuAHQAZQBsAGwAbwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIAB2FjY291bnQDYWRkCGFpcmNyYWZ0CWFuYWx5dGljcwZhbmltYWwNYXJjaGl0ZWN0dXJhbAphcnJvdy1kb3duCmFycm93LWxlZnQLYXJyb3ctcmlnaHQIYm9va21hcmsDY2FyCWNoYXJhY3RlcgxjaGV2cm9uLWRvd24FY2xvc2UJZGFzaGJvYXJkB2RldGFpbHMDZXRhDGV4dGVuc2lvbi1vbghleHRlcmlvcgpmb2xkZXItYWRkCGZhY2Vib29rBGZyZWUTZm9ybWF0LWxpc3QtYnVsbGV0cwRmb29kDWZvbGRlci1wZXJzb24LZ29vZ2xlLXBsdXMJZnVybml0dXJlCWhvdXNlaG9sZA1pbmZvLW91dGxpbmVkBWluYm94CmluZHVzdHJpYWwIaW50ZXJpb3IGbG9nb3V0CG1pbGl0YXJ5BW1vZGVsA3BicgVwbGFudAdwb2x5Z29uB3NjYW5uZWQIcG9ydHJhaXQFc3BhY2UIc2V0dGluZ3MHdmVoaWNsZQh2ZXJpZmllZAp2aXNpYmlsaXR5B3RleHR1cmUGd2FsbGV0CndhdGVyY3JhZnQAAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAALAALCCwAFVYRVkgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbkIAAgAY2MjYhshIbAAWbAAQyNEsgABAENgQi2wASywIGBmLbACLCMhIyEtsAMsIGSzAxQVAEJDsBNDIGBgQrECFENCsSUDQ7ACQ1R4ILAMI7ACQ0NhZLAEUHiyAgICQ2BCsCFlHCGwAkNDsg4VAUIcILACQyNCshMBE0NgQiOwAFBYZVmyFgECQ2BCLbAELLADK7AVQ1gjISMhsBZDQyOwAFBYZVkbIGQgsMBQsAQmWrIoAQ1DRWNFsAZFWCGwAyVZUltYISMhG4pYILBQUFghsEBZGyCwOFBYIbA4WVkgsQENQ0VjRWFksChQWCGxAQ1DRWNFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwAiWwDENjsABSWLAAS7AKUFghsAxDG0uwHlBYIbAeS2G4EABjsAxDY7gFAGJZWWRhWbABK1lZI7AAUFhlWVkgZLAWQyNCWS2wBSwgRSCwBCVhZCCwB0NQWLAHI0KwCCNCGyEhWbABYC2wBiwjISMhsAMrIGSxB2JCILAII0KwBkVYG7EBDUNFY7EBDUOwAGBFY7AFKiEgsAhDIIogirABK7EwBSWwBCZRWGBQG2FSWVgjWSFZILBAU1iwASsbIbBAWSOwAFBYZVktsAcssAlDK7IAAgBDYEItsAgssAkjQiMgsAAjQmGwAmJmsAFjsAFgsAcqLbAJLCAgRSCwDkNjuAQAYiCwAFBYsEBgWWawAWNgRLABYC2wCiyyCQ4AQ0VCKiGyAAEAQ2BCLbALLLAAQyNEsgABAENgQi2wDCwgIEUgsAErI7AAQ7AEJWAgRYojYSBkILAgUFghsAAbsDBQWLAgG7BAWVkjsABQWGVZsAMlI2FERLABYC2wDSwgIEUgsAErI7AAQ7AEJWAgRYojYSBksCRQWLAAG7BAWSOwAFBYZVmwAyUjYUREsAFgLbAOLCCwACNCsw0MAANFUFghGyMhWSohLbAPLLECAkWwZGFELbAQLLABYCAgsA9DSrAAUFggsA8jQlmwEENKsABSWCCwECNCWS2wESwgsBBiZrABYyC4BABjiiNhsBFDYCCKYCCwESNCIy2wEixLVFixBGREWSSwDWUjeC2wEyxLUVhLU1ixBGREWRshWSSwE2UjeC2wFCyxABJDVVixEhJDsAFhQrARK1mwAEOwAiVCsQ8CJUKxEAIlQrABFiMgsAMlUFixAQBDYLAEJUKKiiCKI2GwECohI7ABYSCKI2GwECohG7EBAENgsAIlQrACJWGwECohWbAPQ0ewEENHYLACYiCwAFBYsEBgWWawAWMgsA5DY7gEAGIgsABQWLBAYFlmsAFjYLEAABMjRLABQ7AAPrIBAQFDYEItsBUsALEAAkVUWLASI0IgRbAOI0KwDSOwAGBCIGC3GBgBABEAEwBCQkKKYCCwFCNCsAFhsRQIK7CLKxsiWS2wFiyxABUrLbAXLLEBFSstsBgssQIVKy2wGSyxAxUrLbAaLLEEFSstsBsssQUVKy2wHCyxBhUrLbAdLLEHFSstsB4ssQgVKy2wHyyxCRUrLbArLCMgsBBiZrABY7AGYEtUWCMgLrABXRshIVktsCwsIyCwEGJmsAFjsBZgS1RYIyAusAFxGyEhWS2wLSwjILAQYmawAWOwJmBLVFgjIC6wAXIbISFZLbAgLACwDyuxAAJFVFiwEiNCIEWwDiNCsA0jsABgQiBgsAFhtRgYAQARAEJCimCxFAgrsIsrGyJZLbAhLLEAICstsCIssQEgKy2wIyyxAiArLbAkLLEDICstsCUssQQgKy2wJiyxBSArLbAnLLEGICstsCgssQcgKy2wKSyxCCArLbAqLLEJICstsC4sIDywAWAtsC8sIGCwGGAgQyOwAWBDsAIlYbABYLAuKiEtsDAssC8rsC8qLbAxLCAgRyAgsA5DY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILAOQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsDIsALEAAkVUWLEOBkVCsAEWsDEqsQUBFUVYMFkbIlktsDMsALAPK7EAAkVUWLEOBkVCsAEWsDEqsQUBFUVYMFkbIlktsDQsIDWwAWAtsDUsALEOBkVCsAFFY7gEAGIgsABQWLBAYFlmsAFjsAErsA5DY7gEAGIgsABQWLBAYFlmsAFjsAErsAAWtAAAAAAARD4jOLE0ARUqIS2wNiwgPCBHILAOQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wNywuFzwtsDgsIDwgRyCwDkNjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA5LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyOAEBFRQqLbA6LLAAFrAXI0KwBCWwBCVHI0cjYbEMAEKwC0MrZYouIyAgPIo4LbA7LLAAFrAXI0KwBCWwBCUgLkcjRyNhILAGI0KxDABCsAtDKyCwYFBYILBAUVizBCAFIBuzBCYFGllCQiMgsApDIIojRyNHI2EjRmCwBkOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILAEQ2BkI7AFQ2FkUFiwBENhG7AFQ2BZsAMlsAJiILAAUFiwQGBZZrABY2EjICCwBCYjRmE4GyOwCkNGsAIlsApDRyNHI2FgILAGQ7ACYiCwAFBYsEBgWWawAWNgIyCwASsjsAZDYLABK7AFJWGwBSWwAmIgsABQWLBAYFlmsAFjsAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wPCywABawFyNCICAgsAUmIC5HI0cjYSM8OC2wPSywABawFyNCILAKI0IgICBGI0ewASsjYTgtsD4ssAAWsBcjQrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWG5CAAIAGNjIyBYYhshWWO4BABiILAAUFiwQGBZZrABY2AjLiMgIDyKOCMhWS2wPyywABawFyNCILAKQyAuRyNHI2EgYLAgYGawAmIgsABQWLBAYFlmsAFjIyAgPIo4LbBALCMgLkawAiVGsBdDWFAbUllYIDxZLrEwARQrLbBBLCMgLkawAiVGsBdDWFIbUFlYIDxZLrEwARQrLbBCLCMgLkawAiVGsBdDWFAbUllYIDxZIyAuRrACJUawF0NYUhtQWVggPFkusTABFCstsEMssDorIyAuRrACJUawF0NYUBtSWVggPFkusTABFCstsEQssDsriiAgPLAGI0KKOCMgLkawAiVGsBdDWFAbUllYIDxZLrEwARQrsAZDLrAwKy2wRSywABawBCWwBCYgICBGI0dhsAwjQi5HI0cjYbALQysjIDwgLiM4sTABFCstsEYssQoEJUKwABawBCWwBCUgLkcjRyNhILAGI0KxDABCsAtDKyCwYFBYILBAUVizBCAFIBuzBCYFGllCQiMgR7AGQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsARDYGQjsAVDYWRQWLAEQ2EbsAVDYFmwAyWwAmIgsABQWLBAYFlmsAFjYbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsTABFCstsEcssQA6Ky6xMAEUKy2wSCyxADsrISMgIDywBiNCIzixMAEUK7AGQy6wMCstsEkssAAVIEewACNCsgABARUUEy6wNiotsEossAAVIEewACNCsgABARUUEy6wNiotsEsssQABFBOwNyotsEwssDkqLbBNLLAAFkUjIC4gRoojYTixMAEUKy2wTiywCiNCsE0rLbBPLLIAAEYrLbBQLLIAAUYrLbBRLLIBAEYrLbBSLLIBAUYrLbBTLLIAAEcrLbBULLIAAUcrLbBVLLIBAEcrLbBWLLIBAUcrLbBXLLMAAABDKy2wWCyzAAEAQystsFksswEAAEMrLbBaLLMBAQBDKy2wWyyzAAABQystsFwsswABAUMrLbBdLLMBAAFDKy2wXiyzAQEBQystsF8ssgAARSstsGAssgABRSstsGEssgEARSstsGIssgEBRSstsGMssgAASCstsGQssgABSCstsGUssgEASCstsGYssgEBSCstsGcsswAAAEQrLbBoLLMAAQBEKy2waSyzAQAARCstsGosswEBAEQrLbBrLLMAAAFEKy2wbCyzAAEBRCstsG0sswEAAUQrLbBuLLMBAQFEKy2wbyyxADwrLrEwARQrLbBwLLEAPCuwQCstsHEssQA8K7BBKy2wciywABaxADwrsEIrLbBzLLEBPCuwQCstsHQssQE8K7BBKy2wdSywABaxATwrsEIrLbB2LLEAPSsusTABFCstsHcssQA9K7BAKy2weCyxAD0rsEErLbB5LLEAPSuwQistsHossQE9K7BAKy2weyyxAT0rsEErLbB8LLEBPSuwQistsH0ssQA+Ky6xMAEUKy2wfiyxAD4rsEArLbB/LLEAPiuwQSstsIAssQA+K7BCKy2wgSyxAT4rsEArLbCCLLEBPiuwQSstsIMssQE+K7BCKy2whCyxAD8rLrEwARQrLbCFLLEAPyuwQCstsIYssQA/K7BBKy2whyyxAD8rsEIrLbCILLEBPyuwQCstsIkssQE/K7BBKy2wiiyxAT8rsEIrLbCLLLILAANFUFiwBhuyBAIDRVgjIRshWVlCK7AIZbADJFB4sQUBFUVYMFktAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAHQrEAACqxAAdCsQAKKrEAB0KxAAoqsQAHQrkAAAALKrEAB0K5AAAACyq5AAMAAESxJAGIUViwQIhYuQADAGREsSgBiFFYuAgAiFi5AAMAAERZG7EnAYhRWLoIgAABBECIY1RYuQADAABEWVlZWVmxAA4quAH/hbAEjbECAESzBWQGAERE") format("truetype");
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url(/../font/fontello.svg?92384868#fontello) format('svg');
  }
}
*/
/* line 17, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
[class^="icon-"]:before, .details-box__separator[class^="icon-"]::after, [class*=" icon-"]:before, .details-box__separator[class*=" icon-"]::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 52, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.custom-icon--light {
  color: rgba(30, 39, 50, 0.6);
}

/* line 56, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.custom-icon--info {
  color: #007aff;
}

/* line 60, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.custom-icon--primary {
  color: #19bcc9;
}

/* line 64, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.custom-icon--danger {
  color: #eb3d3d;
}

/* line 68, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-account:before, .icon-account.details-box__separator::after {
  content: '\e800';
}

/* '' */
/* line 69, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-add:before, .icon-add.details-box__separator::after {
  content: '\e801';
}

/* '' */
/* line 70, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-aircraft:before, .icon-aircraft.details-box__separator::after {
  content: '\e802';
}

/* '' */
/* line 71, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-analytics:before, .icon-analytics.details-box__separator::after {
  content: '\e803';
}

/* '' */
/* line 72, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-animal:before, .icon-animal.details-box__separator::after {
  content: '\e804';
}

/* '' */
/* line 73, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-architectural:before, .icon-architectural.details-box__separator::after {
  content: '\e805';
}

/* '' */
/* line 74, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-arrow-down:before, .icon-arrow-down.details-box__separator::after {
  content: '\e806';
}

/* '' */
/* line 75, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-arrow-left:before, .icon-arrow-left.details-box__separator::after {
  content: '\e807';
}

/* '' */
/* line 76, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-arrow-right:before, .icon-arrow-right.details-box__separator::after {
  content: '\e808';
}

/* '' */
/* line 77, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-bookmark:before, .icon-bookmark.details-box__separator::after {
  content: '\e809';
}

/* '' */
/* line 78, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-car:before, .icon-car.details-box__separator::after {
  content: '\e80a';
}

/* '' */
/* line 79, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-character:before, .icon-character.details-box__separator::after {
  content: '\e80b';
}

/* '' */
/* line 80, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-chevron-down:before, .icon-chevron-down.details-box__separator::after {
  content: '\e80c';
}

/* '' */
/* line 81, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-close:before, .icon-close.details-box__separator::after {
  content: '\e80d';
}

/* '' */
/* line 82, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-dashboard:before, .icon-dashboard.details-box__separator::after {
  content: '\e80e';
}

/* '' */
/* line 83, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-details:before, .icon-details.details-box__separator::after {
  content: '\e80f';
}

/* '' */
/* line 84, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-eta:before, .icon-eta.details-box__separator::after {
  content: '\e810';
}

/* '' */
/* line 85, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-extension-on:before, .icon-extension-on.details-box__separator::after {
  content: '\e811';
}

/* '' */
/* line 86, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-exterior:before, .icon-exterior.details-box__separator::after {
  content: '\e812';
}

/* '' */
/* line 87, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-folder-add:before, .icon-folder-add.details-box__separator::after {
  content: '\e813';
}

/* '' */
/* line 88, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-facebook:before, .icon-facebook.details-box__separator::after {
  content: '\e814';
}

/* '' */
/* line 89, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-free:before, .icon-free.details-box__separator::after {
  content: '\e815';
}

/* '' */
/* line 90, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-format-list-bullets:before, .icon-format-list-bullets.details-box__separator::after {
  content: '\e816';
}

/* '' */
/* line 91, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-food:before, .icon-food.details-box__separator::after {
  content: '\e817';
}

/* '' */
/* line 92, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-folder-person:before, .icon-folder-person.details-box__separator::after {
  content: '\e818';
}

/* '' */
/* line 93, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-google-plus:before, .icon-google-plus.details-box__separator::after {
  content: '\e819';
}

/* '' */
/* line 94, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-furniture:before, .icon-furniture.details-box__separator::after {
  content: '\e81a';
}

/* '' */
/* line 95, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-household:before, .icon-household.details-box__separator::after {
  content: '\e81b';
}

/* '' */
/* line 96, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-info-outlined:before, .icon-info-outlined.details-box__separator::after {
  content: '\e81c';
}

/* '' */
/* line 97, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-inbox:before, .icon-inbox.details-box__separator::after {
  content: '\e81d';
}

/* '' */
/* line 98, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-industrial:before, .icon-industrial.details-box__separator::after {
  content: '\e81e';
}

/* '' */
/* line 99, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-interior:before, .icon-interior.details-box__separator::after {
  content: '\e81f';
}

/* '' */
/* line 100, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-logout:before, .icon-logout.details-box__separator::after {
  content: '\e820';
}

/* '' */
/* line 101, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-military:before, .icon-military.details-box__separator::after {
  content: '\e821';
}

/* '' */
/* line 102, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-model:before, .icon-model.details-box__separator::after {
  content: '\e822';
}

/* '' */
/* line 103, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-pbr:before, .icon-pbr.details-box__separator::after {
  content: '\e823';
}

/* '' */
/* line 104, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-plant:before, .icon-plant.details-box__separator::after {
  content: '\e824';
}

/* '' */
/* line 105, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-polygon:before, .icon-polygon.details-box__separator::after {
  content: '\e825';
}

/* '' */
/* line 106, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-scanned:before, .icon-scanned.details-box__separator::after {
  content: '\e826';
}

/* '' */
/* line 107, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-portrait:before, .icon-portrait.details-box__separator::after {
  content: '\e827';
}

/* '' */
/* line 108, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-space:before, .icon-space.details-box__separator::after {
  content: '\e828';
}

/* '' */
/* line 109, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-settings:before, .icon-settings.details-box__separator::after {
  content: '\e829';
}

/* '' */
/* line 110, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-vehicle:before, .icon-vehicle.details-box__separator::after {
  content: '\e82a';
}

/* '' */
/* line 111, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-verified:before, .icon-verified.details-box__separator::after {
  content: '\e82b';
}

/* '' */
/* line 112, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-visibility:before, .icon-visibility.details-box__separator::after {
  content: '\e82c';
}

/* '' */
/* line 113, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-texture:before, .icon-texture.details-box__separator::after {
  content: '\e82d';
}

/* '' */
/* line 114, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-wallet:before, .icon-wallet.details-box__separator::after {
  content: '\e82e';
}

/* '' */
/* line 115, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-watercraft:before, .icon-watercraft.details-box__separator::after {
  content: '\e82f';
}

/* '' */
/* line 1, app/assets/stylesheets/components/_custom-font-icon.scss */
.custom-font-icon {
  width: 24px;
  height: 24px;
}

/* line 5, app/assets/stylesheets/components/_custom-font-icon.scss */
.custom-font-icon::before, .custom-font-icon.details-box__separator::after {
  margin: 0;
  font-size: 24px;
}

/* line 10, app/assets/stylesheets/components/_custom-font-icon.scss */
.custom-font-icon--centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 15, app/assets/stylesheets/components/_custom-font-icon.scss */
.custom-font-icon--centered::before, .custom-font-icon--centered.details-box__separator::after {
  font-size: inherit !important;
}

/* line 21, app/assets/stylesheets/components/_custom-font-icon.scss */
.custom-font-icon--small::before, .custom-font-icon--small.details-box__separator::after {
  font-size: 20px !important;
}

/* line 27, app/assets/stylesheets/components/_custom-font-icon.scss */
.custom-font-icon--tiny::before, .custom-font-icon--tiny.details-box__separator::after {
  font-size: 14px !important;
}

/* line 32, app/assets/stylesheets/components/_custom-font-icon.scss */
.custom-font-icon--default {
  width: 32px;
  height: 32px;
}

/* line 36, app/assets/stylesheets/components/_custom-font-icon.scss */
.custom-font-icon--default::before, .custom-font-icon--default.details-box__separator::after {
  font-size: 32px;
}

/* line 3, app/assets/stylesheets/components/_popover.scss */
.popover-container {
  position: relative;
}

/* line 7, app/assets/stylesheets/components/_popover.scss */
.popover-container.is-active .popover {
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

/* line 14, app/assets/stylesheets/components/_popover.scss */
.popover-container.hidden {
  display: none !important;
}

/* line 19, app/assets/stylesheets/components/_popover.scss */
.undecorated-text {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/components/_popover.scss */
.popover {
  display: none;
  opacity: 0;
  position: fixed;
  right: 4px;
  bottom: 8px;
  left: 4px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 4px rgba(30, 39, 50, 0.04), 0px 2px 4px 0px rgba(30, 39, 50, 0.04), 0px 1px 8px 0px rgba(30, 39, 50, 0.04), 0px 4px 4px 0px rgba(30, 39, 50, 0.04), inset 0px 0px 0px 1px rgba(30, 39, 50, 0.12);
  transition: opacity 0.25s ease-in-out;
  z-index: 451;
}

/* line 36, app/assets/stylesheets/components/_popover.scss */
.popover.is-active {
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

@media (min-width: 640px) {
  /* line 23, app/assets/stylesheets/components/_popover.scss */
  .popover {
    left: auto;
    bottom: auto;
    width: 400px;
    right: 8px;
  }
  /* line 48, app/assets/stylesheets/components/_popover.scss */
  .popover--narrow {
    width: 320px;
  }
}

/* line 54, app/assets/stylesheets/components/_popover.scss */
.popover-content {
  overflow-y: auto;
  overflow-x: visible;
  color: #3f444c;
}

/* line 59, app/assets/stylesheets/components/_popover.scss */
.popover-content.is-empty {
  font-size: 1.25rem;
  color: #485c66;
  letter-spacing: 0.3px;
  font-weight: 600;
}

/* line 65, app/assets/stylesheets/components/_popover.scss */
.popover-content.is-empty p {
  margin: 90px 0;
  opacity: 0.49;
}

/* line 70, app/assets/stylesheets/components/_popover.scss */
.popover-content.is-empty .svg-inline--fa {
  display: block;
  margin: 0 auto 30px auto;
}

/* line 76, app/assets/stylesheets/components/_popover.scss */
.popover-content .popover-content__title {
  font-size: 1.125rem;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.2px;
  font-weight: 600;
}

/* line 83, app/assets/stylesheets/components/_popover.scss */
.popover-content .popover-content__title.is-smaller {
  font-size: 1rem;
  padding-bottom: 15px;
}

/* line 88, app/assets/stylesheets/components/_popover.scss */
.popover-content .popover-content__title.is-lighter {
  font-weight: 400;
}

/* line 92, app/assets/stylesheets/components/_popover.scss */
.popover-content .popover-content__title span {
  font-weight: 800;
}

/* line 98, app/assets/stylesheets/components/_popover.scss */
.popover-content ul:not(.cgt-tabs) {
  display: block !important;
}

@media (max-width: 639.98px) {
  /* line 106, app/assets/stylesheets/components/_popover.scss */
  .popover__credits .btn-learn-more {
    margin-top: 30px;
  }
}

/* line 112, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty {
  position: relative;
  text-align: center;
  height: 100%;
}

/* line 117, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty .empty-container {
  padding-bottom: 25px;
}

/* line 120, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty .empty-container h2 {
  font-size: 1.5rem;
  margin: 0;
  padding-bottom: 25px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 2.8125rem;
}

/* line 128, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty .empty-container h2 .highlighted-text {
  font-size: 2.8125rem;
  color: #159ca9;
  font-weight: 800;
}

@media (max-width: 639.98px) {
  /* line 117, app/assets/stylesheets/components/_popover.scss */
  .popover__credits--empty .empty-container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
}

/* line 144, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty .empty-text {
  font-size: 0.875rem;
  padding: 10px 0;
  color: #6d6d6d;
}

/* line 150, app/assets/stylesheets/components/_popover.scss */
.popover__credits--empty .empty-footer {
  font-size: 0.875rem;
  padding-top: 10px;
  border-top: 1px solid #e7e7e7;
  color: #6d6d6d;
}

@media (max-width: 639.98px) {
  /* line 150, app/assets/stylesheets/components/_popover.scss */
  .popover__credits--empty .empty-footer {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
  }
}

/* line 165, app/assets/stylesheets/components/_popover.scss */
.popover__cart {
  letter-spacing: 0.2px;
}

/* line 168, app/assets/stylesheets/components/_popover.scss */
.popover__cart .product-list__item-preview {
  vertical-align: middle;
}

/* line 172, app/assets/stylesheets/components/_popover.scss */
.popover__cart .product-list__item-info {
  max-width: 55%;
  vertical-align: middle;
}

/* line 176, app/assets/stylesheets/components/_popover.scss */
.popover__cart .product-list__item-info .product-list__item-title {
  line-height: 16px;
}

/* line 181, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover-content__footer {
  padding-top: 15px;
}

/* line 185, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover-content__items {
  margin: 0;
  max-height: calc(100vh - 358px);
  overflow-y: auto;
  background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0) 10px, #fff 70%) bottom, radial-gradient(at top, rgba(0, 0, 0, 0.2), transparent 70%), radial-gradient(at bottom, rgba(0, 0, 0, 0.2), transparent 70%) bottom;
  background-repeat: no-repeat;
  background-size: 100% 20px, 100% 20px, 100% 10px, 100% 10px;
  background-attachment: local, local, scroll, scroll;
}

@media (min-width: 640px) {
  /* line 185, app/assets/stylesheets/components/_popover.scss */
  .popover__cart .popover-content__items {
    max-height: 250px;
  }
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.popover__cart .popover-content__items::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.popover__cart .popover-content__items::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.popover__cart .popover-content__items::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.popover__cart .popover-content__items::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 206, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 6px;
  text-transform: capitalize;
  margin-right: 8px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #1e2732;
}

/* line 219, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing-total {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 6px 0;
}

/* line 226, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing span {
  color: #1e2732;
}

/* line 229, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing span.disabled {
  text-decoration-line: line-through;
  color: rgba(30, 39, 50, 0.4);
}

/* line 235, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .sale-info-tag {
  background-color: #eb3d3d;
  color: white;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

/* line 244, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .sale-info-tag span {
  color: white;
}

/* line 249, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .cgt-icon--primary .fillable {
  fill: #19bcc9;
}

/* line 253, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .wallet-icon-tag,
.popover__cart .popover__pricing .discount-icon-tag {
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

/* line 262, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .wallet-icon-tag .cgt-icon--light .fillable,
.popover__cart .popover__pricing .discount-icon-tag .cgt-icon--light .fillable {
  fill: rgba(255, 255, 255, 0.8);
}

/* line 268, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .wallet-icon-tag {
  background-color: #19bcc9;
}

/* line 272, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__pricing .discount-icon-tag {
  background-color: #eb3d3d;
}

/* line 277, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__actions {
  padding-top: 8px;
}

/* line 280, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__actions-button {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0;
  height: 32px;
}

/* line 291, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__actions-button .fillable {
  fill: rgba(255, 255, 255, 0.8) !important;
}

/* line 296, app/assets/stylesheets/components/_popover.scss */
.popover__cart .popover__actions .action-button--proceed {
  background-color: #eb3d3d;
}

@media (min-width: 960px) {
  /* line 277, app/assets/stylesheets/components/_popover.scss */
  .popover__cart .popover__actions {
    padding-top: 12px;
  }
  /* line 303, app/assets/stylesheets/components/_popover.scss */
  .popover__cart .popover__actions .popover__actions-button {
    gap: 8px;
    height: 40px;
  }
}

@media (min-width: 1280px) {
  /* line 277, app/assets/stylesheets/components/_popover.scss */
  .popover__cart .popover__actions {
    padding-top: 16px;
  }
  /* line 312, app/assets/stylesheets/components/_popover.scss */
  .popover__cart .popover__actions .popover__actions-button {
    gap: 12px;
    height: 48px;
  }
}

@media (min-width: 640px) {
  /* line 321, app/assets/stylesheets/components/_popover.scss */
  #top-menu-credits {
    right: 127px;
  }
  /* line 325, app/assets/stylesheets/components/_popover.scss */
  #top-menu-cart {
    right: 69px;
  }
}

/* line 2, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-container__content, .feed-container--inbox .feed-container__content {
  width: 100%;
}

/* line 6, app/assets/stylesheets/components/_feed.scss */
.feed-container .avatar, .feed-container--inbox .avatar {
  vertical-align: top;
}

/* line 10, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-list__item, .feed-container--inbox .feed-list__item {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #d5d5d5;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 16, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-list__item.is-active, .feed-container--inbox .feed-list__item.is-active {
  background: rgba(206, 60, 92, 0.05);
}

/* line 19, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-list__item.is-active.promotions-item, .feed-container--inbox .feed-list__item.is-active.promotions-item {
  background: rgba(25, 188, 201, 0.05);
}

/* line 23, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-list__item.is-active.promotions-item:after, .feed-container--inbox .feed-list__item.is-active.promotions-item:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 4px;
  height: 101%;
  background-color: #19bcc9;
  content: '';
}

/* line 34, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-list__item a, .feed-container--inbox .feed-list__item a {
  color: #19bcc9;
  font-weight: 400;
  word-break: break-all;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.feed-container .feed-list__item a:hover, .feed-container--inbox .feed-list__item a:hover {
  color: #131518;
}

/* line 41, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-item__info, .feed-container--inbox .feed-item__info {
  font-size: 0.875rem;
  display: inline-block;
  width: calc(100% - 40px);
  padding-left: 10px;
  line-height: 1.2;
}

/* line 49, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-item__title, .feed-container--inbox .feed-item__title {
  color: #3f444c;
  font-weight: 600;
}

/* line 54, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-item__secondary-info, .feed-container--inbox .feed-item__secondary-info {
  font-size: 0.75rem;
}

/* line 58, app/assets/stylesheets/components/_feed.scss */
.feed-container .feed-item__date, .feed-container--inbox .feed-item__date {
  margin-right: 10px;
  border-right: 1px solid rgba(35, 39, 44, 0.1);
  padding-right: 10px;
}

/* line 68, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__separator {
  font-size: 0.8125rem;
  position: relative;
  z-index: 1;
  margin-bottom: -10px;
  text-align: center;
}

/* line 75, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__separator::before, .feed-container--inbox .feed-list__separator.details-box__separator::after {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 95%;
  margin: 0 auto;
  border-top: 1px solid rgba(206, 60, 92, 0.5);
  content: '';
}

/* line 88, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__separator span {
  border-radius: 10px;
  background-color: #fff;
  padding: 2px 10px;
  color: #ce3c5c;
  text-align: center;
}

/* line 97, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item {
  position: relative;
}

/* line 100, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item .message-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 108, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item .avatar,
.feed-container--inbox .feed-list__item .feed-item__info {
  position: relative;
  pointer-events: none;
}

/* line 115, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item .avatar.svg-inline--fa {
  font-size: 2.5rem;
}

/* line 120, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item .feed-item__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
}

/* line 126, app/assets/stylesheets/components/_feed.scss */
.feed-container--inbox .feed-list__item .feed-item__title a {
  pointer-events: all;
}

/* line 3, app/assets/stylesheets/components/_product-lists.scss */
.product-list {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 9, app/assets/stylesheets/components/_product-lists.scss */
.product-list.is-contained {
  max-height: 245px;
  overflow: auto;
}

/* line 13, app/assets/stylesheets/components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar {
  width: 10px;
}

/* line 17, app/assets/stylesheets/components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f4f6f7;
}

/* line 22, app/assets/stylesheets/components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #19bcc9;
}

/* line 26, app/assets/stylesheets/components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar-thumb:hover {
  background: #159ca9;
}

/* line 33, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #d6dee2;
  position: relative;
  overflow: hidden;
}

/* line 46, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-shop-credit-badge {
  font-size: 0.625rem;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  z-index: 98;
  top: -11px;
  right: 44%;
  width: 50px;
  padding: 10px 0 0;
  background: #ce3c5c;
  color: #fff;
  text-align: center;
  opacity: 0.7;
}

/* line 62, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-check {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  line-height: 35px;
}

/* line 69, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-preview {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 35px;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
}

/* line 78, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-preview.is-with-credit-badge {
  position: relative;
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-preview a {
  display: block;
  position: relative;
}

/* line 87, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-preview a:after {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  transition: 0.15s ease-in-out all;
}

/* line 104, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-preview:hover a:after {
  opacity: 0.4;
}

/* line 111, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-info {
  display: inline-block;
  vertical-align: top;
}

/* line 116, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-price {
  font-size: 1rem;
  line-height: 38px;
  font-weight: bold;
  color: #131518;
  position: absolute;
  top: 5px;
  right: 30px;
}

/* line 126, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-remove {
  display: block;
  width: 16px;
  height: 16px;
  color: #ce3c5c;
  position: absolute;
  top: 15px;
  right: 5px;
  cursor: pointer;
  transition: 0.15s ease-in-out color;
}

/* line 137, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-remove:hover {
  color: #131518;
}

/* line 141, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-remove .svg-inline--fa {
  margin-right: 0;
}

/* line 146, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-title {
  margin: 0;
  font-size: 1rem;
  line-height: 20px;
}

/* line 151, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-title a {
  color: #19bcc9;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.product-list__item-title a:hover {
  color: #ce3c5c;
}

/* line 156, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-summary {
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 161, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-guarantee {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 24px;
  color: #485c66;
  position: absolute;
  top: 33px;
  right: 0;
  cursor: pointer;
}

/* line 171, app/assets/stylesheets/components/_product-lists.scss */
.product-list__item-guarantee:hover {
  color: #ce3c5c;
}

/* line 178, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast.is-contained::-webkit-scrollbar-track {
  background: #4b505a;
}

/* line 183, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* line 188, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-title a {
  color: white;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.product-list--on-contrast .product-list__item-title a:hover {
  color: #19bcc9;
}

/* line 193, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-summary {
  color: rgba(255, 255, 255, 0.3);
}

/* line 199, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-preview a:after {
  background: #19bcc9;
}

/* line 205, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-price {
  color: white;
}

/* line 209, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-remove {
  color: rgba(255, 255, 255, 0.2);
}

/* line 212, app/assets/stylesheets/components/_product-lists.scss */
.product-list--on-contrast .product-list__item-remove:hover {
  color: #ce3c5c;
}

/* line 219, app/assets/stylesheets/components/_product-lists.scss */
.product-list--spaced .product-list__item {
  padding: 10px 0;
}

/* line 223, app/assets/stylesheets/components/_product-lists.scss */
.product-list--spaced .product-list__item-remove {
  top: 18px;
  right: 8px;
}

/* line 228, app/assets/stylesheets/components/_product-lists.scss */
.product-list--spaced .product-list__item-price {
  top: 10px;
}

/* line 233, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 238, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item {
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 6px;
  background: rgba(30, 39, 50, 0.04);
  padding: 0;
}

/* line 247, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-preview {
  border: 0;
  position: relative;
  border-radius: 0;
  margin-right: 0;
  width: 56px;
  min-width: 56px;
  height: 46px;
  border: 1px solid rgba(30, 39, 50, 0.12);
  border-radius: 6px 0 0 6px;
}

/* line 258, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-preview a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 264, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 960px) {
  /* line 247, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-preview {
    width: 64px;
    min-width: 64px;
    height: 50px;
  }
}

@media (min-width: 1280px) {
  /* line 247, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-preview {
    width: 80px;
    min-width: 80px;
    height: 62px;
  }
}

/* line 286, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-badge {
  z-index: 1;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #19bcc9;
  border-radius: 4px;
  padding: 0 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

/* line 298, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-badge--discount {
  padding: 2px 4px;
  background-color: #eb3d3d;
  color: white;
}

/* line 304, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-badge .fillable {
  fill: rgba(255, 255, 255, 0.8) !important;
}

/* line 309, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-content-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid rgba(30, 39, 50, 0.12);
  border-radius: 0 6px 6px 0;
  border-left-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 8px;
  padding-left: 8px;
}

@media (min-width: 960px) {
  /* line 309, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-content-wrapper {
    gap: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 1280px) {
  /* line 309, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-content-wrapper {
    gap: 16px;
    padding-left: 16px;
  }
}

/* line 333, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 4px 0;
  gap: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

@media (min-width: 960px) {
  /* line 333, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-content {
    padding: 6px 0;
  }
}

@media (min-width: 1280px) {
  /* line 333, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-content {
    padding: 12px 0;
  }
}

/* line 353, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-info {
  max-width: 100% !important;
}

/* line 357, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #1e2732;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

/* line 367, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-title a {
  color: #3f444c;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.product-list--new .product-list__item-title a:hover {
  color: #19bcc9;
}

/* line 373, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-price-info {
  display: flex;
  gap: 4px;
}

/* line 378, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-original-price {
  font-weight: 600;
  line-height: 16px;
  text-decoration-line: line-through;
  color: rgba(30, 39, 50, 0.4);
  font-size: 12px;
}

@media (min-width: 960px) {
  /* line 378, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-original-price {
    font-size: 16px;
  }
}

/* line 390, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-price {
  position: relative;
  font-weight: 600;
  line-height: 16px;
  color: #1e2732;
  top: unset;
  right: unset;
  font-size: 12px;
}

@media (min-width: 960px) {
  /* line 390, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-price {
    font-size: 16px;
  }
}

/* line 404, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-remove {
  position: relative;
  top: unset;
  right: unset;
  width: 32px;
  min-width: 32px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 960px) {
  /* line 404, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-remove {
    width: 36px;
    min-width: 36px;
  }
}

@media (min-width: 1280px) {
  /* line 404, app/assets/stylesheets/components/_product-lists.scss */
  .product-list--new .product-list__item-remove {
    width: 40px;
    min-width: 40px;
  }
}

/* line 425, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-remove-button {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

/* line 430, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-remove-button:hover {
  background-color: rgba(30, 39, 50, 0.04);
}

/* line 435, app/assets/stylesheets/components/_product-lists.scss */
.product-list--new .product-list__item-summary {
  font-size: 0.75rem;
  color: #485c66;
}

/* line 4, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength {
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  color: #090809;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  position: relative;
  background-color: #f7f7f7;
}

/* line 15, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength-input {
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  padding: 14px 0 12px 14px;
  width: calc(85% - 28px);
  background-color: #f7f7f7;
}

/* line 24, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength-input.is-password-invalid:not(:focus) {
  color: #dc3545;
}

/* line 25, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength-input:focus {
  outline: none;
}

/* line 27, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength-strength-desc {
  color: transparent;
  font-style: italic;
  padding: 14px 12px;
  position: absolute;
  top: 1px;
  right: 0;
  text-align: right;
  transition: color 250ms ease-in-out;
  white-space: nowrap;
}

/* line 37, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-0 .ReactPasswordStrength-strength-desc {
  color: #dc3545;
}

/* line 38, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-1 .ReactPasswordStrength-strength-desc {
  color: #dc3545;
}

/* line 39, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-2 .ReactPasswordStrength-strength-desc {
  color: #ffa064;
}

/* line 40, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-3 .ReactPasswordStrength-strength-desc {
  color: #ffa064;
}

/* line 41, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-4 .ReactPasswordStrength-strength-desc {
  color: #19bcc9;
}

/* line 43, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength-strength-bar {
  box-sizing: border-box;
  height: 2px;
  position: relative;
  top: 1px;
  right: 1px;
  transition: width 300ms ease-out;
  width: 0;
}

/* line 51, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-0 .ReactPasswordStrength-strength-bar {
  background: #dc3545;
  width: 20%;
}

/* line 56, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-1 .ReactPasswordStrength-strength-bar {
  background: #dc3545;
  width: 40%;
}

/* line 61, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-2 .ReactPasswordStrength-strength-bar {
  background: #ffa064;
  width: 60%;
}

/* line 66, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-3 .ReactPasswordStrength-strength-bar {
  background: #ffa064;
  width: 80%;
}

/* line 71, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-4 .ReactPasswordStrength-strength-bar {
  background: #19bcc9;
  width: calc(100%);
}

/* line 76, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.new-password-strength {
  border: 0;
}

/* line 80, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.new-password-state {
  padding: 8px 12px;
}

/* line 84, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.new-password-input {
  padding: 1px 2px;
  padding-right: 80px;
}

/* line 89, app/assets/stylesheets/components/../vendor/react-password-strength.scss */
.new-password-bar {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
}

/* $reserved-screen-space: $navigation-main-height + $navigation-footer-height;
$saleoff-reserved-screen-space: $navigation-main-height-bar + $navigation-footer-height; */
/* line 43, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder-container {
  height: 80px;
}

/* line 46, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder-container--spaced {
  height: 88px;
}

/* line 50, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder-container.with-bar {
  height: 120px;
}

/* line 53, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder-container.with-bar .wayfinder {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

/* line 59, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder-container.with-bar.wayfinder-container--spaced {
  height: 128px;
}

@media (min-width: 640px) {
  /* line 43, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container {
    height: 96px;
  }
  /* line 67, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container--spaced {
    height: 104px;
  }
  /* line 71, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.with-bar {
    height: 136px;
  }
  /* line 74, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.with-bar.wayfinder-container--spaced {
    height: 144px;
  }
}

@media (min-width: 960px) {
  /* line 43, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container {
    height: 48px;
  }
  /* line 83, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container--spaced {
    height: 56px;
  }
  /* line 87, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.with-bar {
    height: 88px;
  }
  /* line 90, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.with-bar.wayfinder-container--spaced {
    height: 96px;
  }
}

@media (min-width: 1280px) {
  /* line 43, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container {
    height: 56px;
  }
  /* line 99, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container--spaced {
    height: 64px;
  }
  /* line 103, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.with-bar {
    height: 96px;
  }
  /* line 106, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.with-bar.wayfinder-container--spaced {
    height: 104px;
  }
}

/* line 113, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 453;
  width: 100%;
  background-color: white;
  height: 80px;
}

/* line 123, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .app-nav, .wayfinder .popover {
  top: calc(80px + 8px);
  max-height: calc(100dvh - 88px);
}

/* line 128, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .popover {
  overflow: hidden;
}

/* line 132, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown {
  padding: 0 !important;
  max-height: calc(100dvh - 88px - 170px);
}

/* line 137, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .popover-content {
  max-height: calc(100dvh - 96px);
}

/* line 141, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder.with-bar {
  height: 120px;
}

/* line 144, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder.with-bar .app-nav, .wayfinder.with-bar .popover {
  top: calc(120px + 8px);
  max-height: calc(100dvh - 128px);
}

/* line 149, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder.with-bar .custom-fast-dropdown {
  max-height: calc(100dvh - 128px - 170px);
}

/* line 153, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder.with-bar .popover-content {
  max-height: calc(100dvh - 136px);
}

/* line 157, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder.with-bar .mobile-curtains {
  top: 120px;
}

/* line 161, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder.with-bar .wayfinder__container {
  height: calc(100% - 40px);
}

/* line 166, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

/* line 173, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__item, .wayfinder__logo {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 181, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__logo {
  width: 36px;
}

/* line 184, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__logo picture {
  pointer-events: none;
}

/* line 189, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__search {
  position: relative;
  order: 9;
  width: 100%;
  height: 50%;
  border: 1px solid rgba(30, 39, 50, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 199, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__search .cgt-button {
  height: calc(100% - 8px);
  margin-right: 4px;
}

/* line 204, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__search .wayfinder__remaining-filters {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px !important;
}

/* line 213, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__search .remaining-filters__button .cgt-button {
  height: calc(100% - 8px);
  margin-right: 4px;
}

/* line 220, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__form {
  width: 100%;
  height: 100%;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 229, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__search-input {
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  border: none;
}

/* line 235, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__search-input:focus {
  outline: none;
  border: none;
}

/* line 241, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__search-button {
  width: 52px !important;
}

/* line 244, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__search-button svg {
  width: 24px;
  height: 24px;
}

/* line 250, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__suggestions {
  position: absolute;
  width: 100%;
  z-index: 101;
  top: 100%;
  overflow: auto;
  background-color: #f7f7f7;
  height: calc(100vh - 238px);
  overflow: auto;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
}

@media (min-width: 640px) {
  /* line 250, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__suggestions {
    height: calc(100vh - 196px);
  }
}

@media (min-width: 960px) {
  /* line 250, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__suggestions {
    height: auto;
  }
}

/* line 270, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__suggestions-results {
  margin: 0;
  padding: 20px 0 15px;
  list-style: none;
}

/* line 275, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__suggestions-results li {
  padding: 4px;
  margin-bottom: 4px;
}

/* line 281, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__suggestion-image {
  width: 50px;
  margin-right: 10px;
  margin-top: 1px;
  vertical-align: middle;
  border-radius: 2px;
}

/* line 289, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__suggestion {
  display: block;
  padding: 2px 20px;
  color: #19bcc9;
  text-decoration: none;
}

/* line 295, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__suggestion .highlighted-text {
  color: #159ca9;
  font-weight: 800;
}

/* line 300, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__suggestion.is-active {
  background-color: #f0f0f0;
}

@media (min-width: 1280px) {
  /* line 305, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__suggestion:hover {
    background-color: #f0f0f0;
  }
}

/* line 311, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__action-count {
  color: white;
  font-size: 12px;
  line-height: 16px;
  user-select: none;
}

/* line 319, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__action-icon-svg .fillable {
  fill: rgba(30, 39, 50, 0.8);
}

/* line 325, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .wayfinder__user-section .user-message {
  display: flex;
  padding: 16px;
  justify-content: start;
  align-items: baseline;
}

/* line 331, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .wayfinder__user-section .user-message .svg-inline--fa {
  margin-left: 4px;
  margin-right: 16px;
}

/* line 338, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .wayfinder__user-section .wayfinder__action-icon-svg .fillable {
  fill: rgba(30, 39, 50, 0.6);
}

/* line 344, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .hamburger {
  z-index: 1;
  transition: opacity 0.15s linear;
  cursor: pointer;
  margin-left: 0;
  margin-top: 0;
  width: 48px;
  min-width: 48px;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(30, 39, 50, 0.12);
  border-bottom: none;
}

/* line 359, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .hamburger .hamburger-box, .wayfinder .hamburger .hamburger-inner {
  z-index: 0;
  pointer-events: none;
}

/* line 364, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 12px;
}

/* line 370, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

/* line 375, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .hamburger .hamburger-box .hamburger-inner, .wayfinder .hamburger .hamburger-box .hamburger-inner:after, .wayfinder .hamburger .hamburger-box .hamburger-inner:before {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background-color: rgba(30, 39, 50, 0.8);
}

/* line 385, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .hamburger .hamburger-box .hamburger-inner:after, .wayfinder .hamburger .hamburger-box .hamburger-inner:before {
  display: block;
  content: '';
}

/* line 391, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .hamburger .hamburger-box .hamburger-inner:after {
  bottom: -5px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 397, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .hamburger .hamburger-box .hamburger-inner:before, .wayfinder .hamburger .hamburger-box .hamburger-inner.details-box__separator::after {
  top: -5px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

/* line 409, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .hamburger.is-active .hamburger-box .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

/* line 414, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .hamburger.is-active .hamburger-box .hamburger-inner:before, .wayfinder .hamburger.is-active .hamburger-box .hamburger-inner.details-box__separator::after {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
}

/* line 420, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .hamburger.is-active .hamburger-box .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

/* line 433, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .cgt-button.cgt-button--rectangular {
  height: 100%;
  border-radius: 0;
}

/* line 438, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .mobile-curtains {
  position: fixed;
  display: none;
  opacity: 0;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: normal;
  backdrop-filter: blur(2px);
  width: 100%;
  z-index: 450;
  animation: showCurtains 0.5s;
}

/* line 453, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .mobile-curtains.is-active {
  display: block;
  opacity: 1;
}

@keyframes showCurtains {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}

@media (min-width: 1280px) {
  /* line 468, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .custom-fast-dropdown--horisontal {
    display: flex !important;
    flex-flow: row;
  }
  /* line 473, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .custom-fast-dropdown--horisontal .custom-fast-dropdown__inner {
    display: flex !important;
    height: 100%;
    flex-flow: row;
  }
}

/* line 481, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__inner {
  overflow-y: auto;
}

/* line 485, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__top {
  white-space: nowrap;
  padding: 24px 32px;
}

/* line 489, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__top a {
  text-decoration: none;
}

/* line 494, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__left {
  border-right: 1px solid #F6F7F7;
  padding: 24px 32px;
}

@media (min-width: 1280px) {
  /* line 494, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .custom-fast-dropdown__left {
    width: 320px;
  }
}

/* line 503, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__right {
  padding: 24px 32px;
}

@media (min-width: 1280px) {
  /* line 503, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .custom-fast-dropdown__right {
    width: 320px;
  }
}

/* line 511, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__bottom {
  padding: 24px 32px;
  white-space: nowrap;
}

/* line 515, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__bottom .cgt-menu-item {
  text-decoration: none;
}

/* line 520, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__title {
  margin-bottom: 8px;
}

/* line 524, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__description {
  margin-bottom: 24px;
}

/* line 528, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .cgt-button[data-track-label] {
  z-index: 1;
}

/* line 531, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .cgt-button[data-track-label] span {
  z-index: 0;
  pointer-events: none;
}

/* line 537, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__action {
  padding: 0 !important;
}

/* line 541, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__logo {
  max-height: 30px;
}

/* line 545, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown {
  padding: 0 !important;
}

/* line 549, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__actions {
  display: flex;
  flex-flow: row;
  height: 50%;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}

/* line 558, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__actions-list {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

/* line 569, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__action {
  height: 100%;
}

/* line 572, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__action:hover {
  background-color: rgba(30, 39, 50, 0.04);
  cursor: pointer;
}

/* line 578, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__action-link {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 587, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__action-icon {
  position: relative;
  display: block;
}

/* line 591, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__action-icon .cgt-icon {
  width: 100%;
}

/* line 596, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__action-badge {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% + 12px);
  transform: translate(-50%, -50%);
}

/* line 602, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__action-badge > span {
  width: 100%;
}

/* line 607, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__user-section {
  padding: 4px;
  gap: 4px;
  height: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 616, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__user-section .wayfinder__menu-avatar {
  border-radius: 6px;
  width: 36px;
}

/* line 621, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__user-section .cgt-button,
.wayfinder__user-section .wayfinder__menu-avatar {
  height: 100%;
}

/* line 626, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__user-section .cgt-button {
  padding: 8px;
  white-space: nowrap;
  display: flex;
}

/* line 631, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__user-section .cgt-button span {
  padding: 0 8px;
}

/* line 635, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__user-section .cgt-button.blue-button {
  background-color: #0c1015;
  border-color: #0c1015;
}

/* line 642, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder__auth-tab {
  padding: 16px;
}

/* line 648, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .app-nav .app-nav__item .cgt-button {
  border-top: none;
}

/* line 658, app/assets/stylesheets/components/_unified-nav.scss */
.wayfinder .ReactPasswordStrength-strength-desc {
  font-size: 0.8125rem;
  padding: 12px 5px;
  letter-spacing: 0.44px;
}

@media (min-width: 640px) {
  /* line 113, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder {
    height: 96px;
  }
  /* line 667, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .mobile-curtains {
    top: 96px;
  }
  /* line 671, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .popover-content {
    max-height: calc(100dvh - 112px);
  }
  /* line 675, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .app-nav, .wayfinder .popover {
    top: calc(96px + 8px);
    max-height: calc(100dvh - 104px);
  }
  /* line 680, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .custom-fast-dropdown {
    max-height: calc(100dvh - 104px - 170px);
  }
  /* line 684, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar {
    height: 136px;
  }
  /* line 687, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar .mobile-curtains {
    top: 136px;
  }
  /* line 691, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar .app-nav, .wayfinder.with-bar .popover {
    top: calc(136px + 8px);
    max-height: calc(100dvh - 144px);
  }
  /* line 696, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar .custom-fast-dropdown {
    max-height: calc(100dvh - 144px - 170px);
  }
  /* line 700, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar .popover-content {
    max-height: calc(100dvh - 152px);
  }
  /* line 705, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__logo {
    margin: 0 12px;
    width: auto;
    min-width: 100px;
  }
  /* line 711, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__action-link {
    padding: 0 16px;
  }
  /* line 716, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__user-section .wayfinder__menu-avatar {
    width: 48px;
  }
  /* line 720, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__user-section .cgt-button {
    padding: 12px;
    white-space: nowrap;
    display: flex;
  }
  /* line 725, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__user-section .cgt-button span {
    padding: 0 12px;
  }
  /* line 731, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__search-button {
    width: 72px !important;
  }
}

@media (min-width: 960px) {
  /* line 113, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder {
    height: 48px;
  }
  /* line 739, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .mobile-curtains, .wayfinder .mobile-curtains.is-active {
    top: 48px;
  }
  /* line 743, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .popover-content {
    max-height: calc(100dvh - 64px);
  }
  /* line 747, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .app-nav, .wayfinder .popover {
    top: calc(48px + 8px);
    max-height: calc(100dvh - 56px);
  }
  /* line 752, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .custom-fast-dropdown {
    max-height: none;
  }
  /* line 756, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar {
    height: 88px;
  }
  /* line 759, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar .mobile-curtains {
    top: 88px;
  }
  /* line 763, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar .app-nav, .wayfinder.with-bar .popover {
    top: calc(88px + 8px);
    max-height: calc(100dvh - 96px);
  }
  /* line 768, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar .custom-fast-dropdown {
    max-height: none;
  }
  /* line 772, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar .popover-content {
    max-height: calc(100dvh - 104px);
  }
  /* line 777, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .hamburger {
    height: 100%;
    width: 56px;
    /* border-bottom: 1px solid rgba(30, 39, 50, 0.12); */
  }
  /* line 783, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__logo {
    width: auto;
    margin: 0 16px;
  }
  /* line 788, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__container {
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(30, 39, 50, 0.12);
  }
  /* line 793, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__item, .wayfinder__logo, .wayfinder__actions {
    height: 100%;
  }
  /* line 799, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__search {
    order: 0;
    height: 100%;
    border-top: none;
    border-bottom: none;
  }
}

@media (min-width: 1280px) {
  /* line 113, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder {
    height: 56px;
  }
  /* line 810, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .mobile-curtains, .wayfinder .mobile-curtains.is-active {
    display: none;
    top: 56px;
  }
  /* line 815, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .popover-content {
    max-height: calc(100dvh - 72px);
  }
  /* line 819, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .app-nav, .wayfinder .popover {
    top: calc(56px + 8px);
    max-height: calc(100dvh - 64px);
  }
  /* line 824, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar {
    height: 96px;
  }
  /* line 827, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar .mobile-curtains {
    top: 96px;
  }
  /* line 831, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar .app-nav, .wayfinder.with-bar .popover {
    top: calc(96px + 8px);
    max-height: calc(100dvh - 104px);
  }
  /* line 836, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder.with-bar .popover-content {
    max-height: calc(100dvh - 112px);
  }
  /* line 841, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .hamburger {
    display: none;
  }
  /* line 845, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__logo {
    margin: 0 20px;
  }
  /* line 849, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__action-link {
    padding: 0 20px;
  }
  /* line 855, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder #navigation-community .cgt-button:hover {
    cursor: default;
  }
  /* line 862, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__user-section .wayfinder__menu-avatar {
    width: 56px;
  }
  /* line 869, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder .app-nav .app-nav__item .cgt-button {
    border-top: none;
    border-bottom: none;
    border-left: none;
  }
  /* line 877, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder__search-button {
    width: 88px !important;
  }
}

/* line 885, app/assets/stylesheets/components/_unified-nav.scss */
.temp:hover svg {
  color: rgba(30, 39, 50, 0.6) !important;
}

/* line 888, app/assets/stylesheets/components/_unified-nav.scss */
.temp:hover svg .fillable {
  fill: rgba(30, 39, 50, 0.6) !important;
}

/* line 893, app/assets/stylesheets/components/_unified-nav.scss */
.temp svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1279.98px) {
  /* line 901, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage {
    height: 40px;
  }
  /* line 905, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder {
    height: 48px;
  }
  /* line 908, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder .app-nav, .wayfinder-container.wayfinder-container--new-homepage .wayfinder .popover {
    top: calc(40px + 16px);
    max-height: calc(100dvh - 56px);
  }
  /* line 913, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder .custom-fast-dropdown {
    max-height: calc(100dvh - 56px - 170px);
  }
  /* line 917, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder .mobile-curtains {
    top: 48px;
  }
  /* line 922, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar {
    height: 80px;
  }
  /* line 925, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder {
    height: 88px;
  }
  /* line 928, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder .wayfinder__container {
    height: calc(100% - 40px);
  }
  /* line 932, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder .app-nav, .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder .popover {
    top: calc(80px + 16px);
    max-height: calc(100dvh - 96px);
  }
  /* line 937, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder .custom-fast-dropdown {
    max-height: calc(100dvh - 96px - 170px);
  }
  /* line 941, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder .popover-content {
    max-height: calc(100dvh - 96px);
  }
  /* line 945, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder .mobile-curtains {
    top: 88px;
  }
  /* line 951, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder__search {
    display: none;
  }
  /* line 957, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder .wayfinder__container > .hamburger,
.wayfinder-container.wayfinder-container--new-homepage .wayfinder .wayfinder__container > .wayfinder__logo,
.wayfinder-container.wayfinder-container--new-homepage .wayfinder .wayfinder__container > .wayfinder__actions {
    height: 100% !important;
  }
}

@media (min-width: 960px) {
  /* line 901, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage {
    height: 48px;
  }
  /* line 969, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar {
    height: 88px;
  }
  /* line 972, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder {
    height: 88px;
  }
  /* line 977, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder__search {
    display: flex;
  }
  /* line 982, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder__item, .wayfinder-container.wayfinder-container--new-homepage .wayfinder__logo {
    height: 50%;
  }
  /* line 987, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder__actions {
    height: 50%;
  }
}

@media (min-width: 1280px) {
  /* line 901, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage {
    height: 56px;
  }
  /* line 997, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar {
    height: 96px;
  }
  /* line 1000, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder {
    height: 96px;
  }
  /* line 1007, app/assets/stylesheets/components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder .wayfinder__container > .hamburger,
.wayfinder-container.wayfinder-container--new-homepage .wayfinder .wayfinder__container > .wayfinder__logo,
.wayfinder-container.wayfinder-container--new-homepage .wayfinder .wayfinder__container > .wayfinder__actions {
    height: 100% !important;
  }
}

/* line 1, app/assets/stylesheets/components/_promote-modal.scss */
.overlay-modal-container--promote {
  max-width: 1224px;
  width: 90%;
  max-height: 90vh;
  height: 90vh;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

@media (max-width: 640px) {
  /* line 1, app/assets/stylesheets/components/_promote-modal.scss */
  .overlay-modal-container--promote {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: inherit;
    max-height: initial;
  }
}

/* line 23, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal {
  background: white;
  border-radius: 8px;
  box-shadow: 0px -12px 32px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

@media (max-width: 640px) {
  /* line 23, app/assets/stylesheets/components/_promote-modal.scss */
  .promote-modal {
    border-radius: 0;
  }
}

/* line 36, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(30, 39, 50, 0.12);
}

/* line 44, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 50, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal .promote-modal__beta-tag {
  color: #1e2732;
  font-weight: 600;
  background: rgba(25, 188, 201, 0.2);
}

/* line 56, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__title {
  font-size: 20px;
  font-weight: 600;
  color: #1e2732;
  margin: 0;
}

/* line 63, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__content {
  display: flex;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}

@media (max-width: 960px) {
  /* line 63, app/assets/stylesheets/components/_promote-modal.scss */
  .promote-modal__content {
    flex-direction: column;
    overflow: auto;
  }
}

/* line 75, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__main {
  flex: 1;
  padding: 24px;
  padding-top: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 38px;
  min-height: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 88, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__main::-webkit-scrollbar {
  display: none;
}

@media (max-width: 960px) {
  /* line 75, app/assets/stylesheets/components/_promote-modal.scss */
  .promote-modal__main {
    overflow: initial;
    min-height: initial;
    padding: 16px;
    gap: 24px;
  }
}

/* line 99, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__main .promote-modal__warning-banner {
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* line 106, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__divider {
  width: 1px;
  background: rgba(30, 39, 50, 0.12);
  margin: 0;
  flex-shrink: 0;
}

@media (max-width: 960px) {
  /* line 106, app/assets/stylesheets/components/_promote-modal.scss */
  .promote-modal__divider {
    height: 1px;
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-bottom: -8px;
  }
}

/* line 120, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__sidebar {
  width: 391px;
  padding: 24px;
  padding-top: 24px;
}

@media (max-width: 960px) {
  /* line 120, app/assets/stylesheets/components/_promote-modal.scss */
  .promote-modal__sidebar {
    width: 100%;
    padding: 16px;
  }
}

/* line 131, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-header {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 141, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-header--expanded {
  background: #007aff;
}

/* line 144, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-header--expanded .promote-modal__banner-title {
  color: white;
}

/* line 148, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-header--expanded .promote-modal__banner-icon {
  color: white;
}

/* line 154, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__warning-banner .promote-modal__banner-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin: 0;
}

/* line 163, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.28;
  margin: 0;
  flex: 1;
  color: #1e2732;
}

/* line 172, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-content {
  padding: 16px 16px 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: #1e2732;
}

/* line 179, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-paragraph {
  margin: 0 0 16px;
}

/* line 183, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-subtitle {
  margin-bottom: 0;
  font-weight: 600;
}

/* line 188, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-secondary-subtitle {
  margin-top: 12px;
  margin-bottom: 0;
}

/* line 193, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-ordered-list {
  margin-top: 0;
  padding-left: 20px;
  margin-bottom: 0;
}

/* line 199, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-unordered-list {
  margin: 0 0 16px;
  padding-left: 20px;
}

/* line 204, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-list-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2732;
  margin-bottom: 4px;
}

/* line 212, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__banner-actions {
  padding: 0 16px 16px;
}

/* line 216, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 222, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__section-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 228, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__section-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.36;
  color: #1e2732;
  margin: 0;
}

/* line 236, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__section-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.46;
  color: rgba(30, 39, 50, 0.8);
  margin: 0;
}

/* line 244, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__model-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 250, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__model-preview {
  background: rgba(30, 39, 50, 0.06);
  padding: 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 259, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__model-image-container {
  width: 64px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
}

/* line 266, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__model-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 272, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__model-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 279, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__model-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #1e2732;
  margin: 0;
}

/* line 287, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__model-stats {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 292, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__model-stats span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.46;
  color: rgba(30, 39, 50, 0.8);
}

/* line 300, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__content-policy-checkbox {
  font-size: 14px;
  margin-top: -4px;
  margin-left: -12px;
  margin-bottom: -10px;
}

/* line 306, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__content-policy-checkbox svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 960px) {
  /* line 300, app/assets/stylesheets/components/_promote-modal.scss */
  .promote-modal__content-policy-checkbox {
    overflow: auto;
  }
}

/* line 316, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__policy-link {
  color: #1e2732;
  font-weight: 600;
}

/* line 321, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__policy-link-icon {
  color: rgba(30, 39, 50, 0.8);
  margin-left: 4px;
}

/* line 326, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__tags-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-radius: 6px;
}

/* line 333, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__tags-header {
  background: rgba(30, 39, 50, 0.06);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 6px 6px 0 0;
}

/* line 342, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__tags-header-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 236px;
}

@media (max-width: 960px) {
  /* line 342, app/assets/stylesheets/components/_promote-modal.scss */
  .promote-modal__tags-header-item {
    width: 170px;
  }
}

/* line 353, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal .promote-modal__competition-checkbox {
  padding: 0;
}

/* line 356, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal .promote-modal__competition-checkbox .cgt-icon {
  height: 20px;
  width: 20px;
}

/* line 362, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__competition-info {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 368, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__competition-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  color: rgba(30, 39, 50, 0.8);
}

/* line 375, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__competition-icon {
  width: 16px;
  height: 16px;
  color: rgba(30, 39, 50, 0.8);
}

/* line 381, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__tags-header-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  color: rgba(30, 39, 50, 0.8);
  flex: 1;
}

@media (max-width: 640px) {
  /* line 381, app/assets/stylesheets/components/_promote-modal.scss */
  .promote-modal__tags-header-label {
    display: none;
  }
}

/* line 393, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__tags-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px;
  background: rgba(30, 39, 50, 0.04);
  border-radius: 0 0 6px 6px;
  color: rgba(30, 39, 50, 0.8);
  font-size: 14px;
}

/* line 405, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__competition-levels {
  display: flex;
  flex-direction: column;
}

/* line 410, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__competition-level {
  display: flex;
  align-items: stretch;
  background: rgba(30, 39, 50, 0.04);
  padding: 16px;
  gap: 16px;
}

/* line 417, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__competition-level:not(:last-child) {
  border-bottom: 2px solid white;
}

/* line 421, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__competition-level:last-child {
  border-radius: 0 0 6px 6px;
}

@media (max-width: 640px) {
  /* line 410, app/assets/stylesheets/components/_promote-modal.scss */
  .promote-modal__competition-level {
    flex-direction: column;
    gap: 12px;
  }
}

/* line 431, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__level-info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 236px;
}

@media (max-width: 960px) {
  /* line 431, app/assets/stylesheets/components/_promote-modal.scss */
  .promote-modal__level-info {
    width: 170px;
  }
}

/* line 442, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__level-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 448, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__level-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  color: #1e2732;
  margin: 0;
}

/* line 456, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__level-cost {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.32;
  color: rgba(30, 39, 50, 0.8);
  margin: 0;
}

/* line 464, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__level-tags {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: flex-start;
  padding: 4px 0;
}

@media (max-width: 640px) {
  /* line 464, app/assets/stylesheets/components/_promote-modal.scss */
  .promote-modal__level-tags {
    padding-left: 36px;
  }
}

/* line 477, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__tag-chip {
  background: white;
  border: 1px solid rgba(30, 39, 50, 0.12);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  color: #1e2732;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 492, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__tag-chip:hover:not(.promote-modal__tag-chip--disabled, .promote-modal__tag-chip--read-only) {
  border-color: #19bcc9;
  background: rgba(25, 188, 201, 0.1);
}

/* line 497, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__tag-chip--selected {
  background: rgba(25, 188, 201, 0.1);
  border-color: #19bcc9;
  color: #1e2732;
}

/* line 502, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__tag-chip--selected::before, .promote-modal__tag-chip--selected.details-box__separator::after {
  content: '✓';
  color: #19bcc9;
  font-weight: bold;
  font-size: 12px;
}

/* line 510, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__tag-chip--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 516, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__no-tags {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.32;
  color: rgba(30, 39, 50, 0.8);
  padding: 4px 0;
  display: flex;
  align-items: center;
  flex: 1;
}

/* line 527, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 533, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-radius: 6px;
  overflow: hidden;
}

/* line 541, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-section {
  background: rgba(30, 39, 50, 0.04);
  padding: 16px;
}

/* line 546, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-section--total {
  background: rgba(30, 39, 50, 0.06);
}

/* line 551, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(30, 39, 50, 0.8);
  margin: 0;
  margin-top: -4px;
  display: block;
}

/* line 561, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-label--with-trending-tags {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  margin-top: -4px;
  gap: 8px;
  position: relative;
}

/* line 571, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-label--with-trending-tags .cgt-icon {
  width: 16px;
  height: 16px;
  margin: 0;
}

/* line 578, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-label-text, .promote-modal__trending-label-text {
  white-space: nowrap;
}

/* line 583, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-label-divider, .promote-modal__trending-label-divider {
  width: 100%;
  height: 1px;
  background: rgba(30, 39, 50, 0.12);
}

/* line 590, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__trending-label {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  margin-block: 10px;
  gap: 8px;
}

/* line 600, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__trending-label--alone {
  margin-top: 0;
}

/* line 604, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__trending-label-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}

/* line 611, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__trending-tooltip-icon {
  font-size: 14px;
}

/* line 615, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-breakdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 621, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__center-column {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.32;
  color: rgba(30, 39, 50, 0.8);
  width: 96px;
}

/* line 629, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-divider {
  height: 1px;
  background: rgba(30, 39, 50, 0.12);
  margin-top: 12px;
  margin-bottom: 14px;
}

/* line 636, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* line 642, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-row:has(.promote-modal__center-column) {
  justify-content: flex-start;
}

/* line 645, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-row:has(.promote-modal__center-column) .promote-modal__summary-key,
.promote-modal__summary-row:has(.promote-modal__center-column) .promote-modal__left-column {
  flex: 1;
}

/* line 650, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-row:has(.promote-modal__center-column) .promote-modal__center-column {
  flex: 0 0 96px;
}

/* line 654, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-row:has(.promote-modal__center-column) .promote-modal__summary-value,
.promote-modal__summary-row:has(.promote-modal__center-column) .promote-modal__right-column {
  flex: 0 0 80px;
  text-align: right;
}

/* line 662, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-key, .promote-modal__left-column {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.46;
  color: #35424f;
}

/* line 670, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-value, .promote-modal__right-column {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  color: #1e2732;
}

/* line 678, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__summary-total {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.36;
  color: #1e2732;
}

/* line 685, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__duration-controls {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 691, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__duration-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

/* line 698, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__duration-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  color: #1e2732;
}

/* line 705, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__slider-container {
  background: white;
  border-radius: 6px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.16), inset 0px 0px 1px 0px rgba(0, 0, 0, 0.24);
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 715, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__slider-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  color: rgba(30, 39, 50, 0.8);
  text-align: center;
  width: 24px;
}

/* line 724, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__slider-wrapper {
  flex: 1;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}

/* line 734, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__slider {
  width: 100%;
  height: 4px;
  background: #19bcc9;
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

/* line 744, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 2px solid #19bcc9;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 756, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 2px solid #19bcc9;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 766, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__slider::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 157px;
  height: 4px;
  background: rgba(30, 39, 50, 0.12);
  border-radius: 6px;
  z-index: -1;
}

/* line 779, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__validation-errors {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 785, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__error-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 790, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__error-item .promote-modal__error-icon {
  margin-right: -4px;
}

/* line 795, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__error-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.32;
  color: #eb3d3d;
}

/* line 802, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__balance {
  background: rgba(30, 39, 50, 0.04);
  border-radius: 6px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
}

/* line 812, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__balance-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.46;
  color: rgba(30, 39, 50, 0.8);
}

/* line 819, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__balance-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  color: rgba(30, 39, 50, 0.8);
}

/* line 826, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__campaign-status {
  background: rgba(30, 39, 50, 0.04);
  border-radius: 6px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
}

/* line 836, app/assets/stylesheets/components/_promote-modal.scss */
.promote-modal__campaign-status-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.46;
  color: #1e2732;
  letter-spacing: -0.02em;
}

/* line 1, app/assets/stylesheets/layout/_grid.scss */
.grid {
  display: flex;
  width: calc(100% + 20px);
  margin: 0 -10px;
  flex-wrap: wrap;
  align-items: stretch;
}

/* line 9, app/assets/stylesheets/layout/_grid.scss */
.grid__col {
  display: flex;
  flex: 0 100%;
  padding: 10px 5px;
}

@media screen and (min-width: 480px) {
  /* line 9, app/assets/stylesheets/layout/_grid.scss */
  .grid__col {
    max-width: 50%;
    flex: 0 50%;
  }
}

@media screen and (min-width: 640px) {
  /* line 9, app/assets/stylesheets/layout/_grid.scss */
  .grid__col {
    max-width: 33.33%;
    flex: 0 33.33%;
    padding: 10px 6px;
  }
}

@media screen and (min-width: 920px) {
  /* line 9, app/assets/stylesheets/layout/_grid.scss */
  .grid__col {
    max-width: 25%;
    flex: 0 25%;
    padding: 10px 7px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 9, app/assets/stylesheets/layout/_grid.scss */
  .grid__col {
    padding: 10px 8px;
  }
}

@media screen and (min-width: 1600px) {
  /* line 9, app/assets/stylesheets/layout/_grid.scss */
  .grid__col {
    padding: 10px;
  }
}

@media screen and (min-width: 920px) {
  /* line 41, app/assets/stylesheets/layout/_grid.scss */
  .grid--smaller .grid__col {
    max-width: 16.6%;
    flex: 0 16.6%;
  }
}

@media screen and (min-width: 640px) {
  /* line 50, app/assets/stylesheets/layout/_grid.scss */
  .grid--dense .grid__col {
    max-width: 25%;
    flex: 0 25%;
  }
}

@media screen and (min-width: 920px) {
  /* line 50, app/assets/stylesheets/layout/_grid.scss */
  .grid--dense .grid__col {
    max-width: 12.5%;
    flex: 0 12.5%;
  }
}

/* line 64, app/assets/stylesheets/layout/_grid.scss */
.grid--adaptive .grid__col {
  max-width: 100%;
  flex: 1 100%;
}

@media screen and (min-width: 1200px) {
  /* line 71, app/assets/stylesheets/layout/_grid.scss */
  .grid--scalable .grid__col {
    max-width: 20%;
    flex: 0 20%;
  }
}

@media screen and (min-width: 1600px) {
  /* line 71, app/assets/stylesheets/layout/_grid.scss */
  .grid--scalable .grid__col {
    max-width: 16.6%;
    flex: 0 16.6%;
  }
}

/* line 1, app/assets/stylesheets/layout/_wrappers.scss */
.sticky-wrapper {
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/layout/_site-logo.scss */
.site-logo {
  display: inline-block;
  width: 95px;
  height: 25px;
  float: left;
  margin: 15px 20px 0 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAAAZCAQAAAD9RDoPAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JQAAgIMAAPn%2FAACA6QAAdTAAAOpgAAA6mAAAF2%2BSX8VGAAAAAmJLR0QA%2F4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjAhoKNych%2BreeAAAEKElEQVRYw%2B3Xa4jVRRjH8UndNTV2102TTbtYWXoo3dQUDG%2BsqestMVKRxExEC4qSwsQgkbIoM0vLxFAyTcrMLpZUL7pQq0UlaBdMu7ioqSXaupn3Ty%2FO9Pecs9sqGMhSM6%2F%2BzzzzzPc%2F85tnZoJQn2v4H%2F9Ma0qFSjPqK35%2F8P7ZwB%2FrQyu0P6MYvRzByrOBvwIMOqMYvR3Fq%2F8W%2FpXKXK84w3KhHnpoo1BLF2gZa5ECy8AoxZoKgmJtBUFHZYpi7%2FN1M1BvF%2BWMc6kb9BB0cDgHv6VeBijVMLHka6tIcJ5%2BUicj5aJfbrUjoNJEDQVNzLEP7POTnfbYHesuO%2FwB9trvbUEzGx03whjH8ITgEs%2FYJV2qLFSQjDTD71Hzd9qbgZ9vVtLjI9dH6z2Oe81lPsN2a2vHT%2FlVZmkteBFssFHdZZuguQPYEi2rBWvBHj9F2wtxpFlZfY8k%2BOdYCb5TAY7qLghm4zfbo%2F8PteF38zp4W2cp8%2B1S6CowX558i3HAFLcYZ5xxxhrrIzDHeP0FJXbEAZ43z62CBdYZrkgTA1WhShtB27jCj%2Brq4dgjjT8KrJAvGO4Q3hMED0WvTR7xhGm14c9xEL8kqr9QMAZ0EgT9QLes9ZoHyRJfbCecDK9Rhm96Xq8VTARvRPu0DPw1qFISW9Ziv1YJ%2FkYt%2FnnrvkuNBNYXzNRAnufAdVntS8Dg%2BHWRndgsL8OjkV4mme5B3%2BCEUsFjYEL06JSIJ99WVFngafM9ZTOO6ZzgT6gr86wHi3Jc0nP2uS%2FAm87Jal1cC%2F6GmIWCoHvs93c5rqNgIRgRfXommaeF3TX2VLW2Cf4tdeF%2FXMvsF%2FrACVUx0Mua5wRI45dn4W9SGL%2BLVeKYuYYYZH2CPxeMj16lyew3U4m9blKmXLlyw3TJ0P5tdeEvBzuTfN1eMAV%2FSGmvZ9ZJ8HddCvplaf8k%2FpCs9VyO40oF94Kl0X5fhvY%2FR7U2NcY5DfyRNoG1eutuvmrnuRvHLHe3ye4yUYecAGkZLHODoYJWOfiDwBrnamCU6gS%2FS0yKU3U2M4okveoPgE9do4mmUu43OgN%2FfF34eYbm6K5Evg05Srw9K8CYpGW7oNA%2BbEkkVuTHmO7WJ35pMazKiroba%2BIJ%2FX08Cbb62Qm8IwgeB5NPdWm40eYE5w4NXGsrPjHLkzEzkcrKK4uidY2gwLf4OGPrlvoqtq8y2WEH4%2FoVeinav3SNeVgSe7S21KHkx74yQBBMxWEjT33nKdDTzfpqIcizDps1ztoduUFKDdMnXgdKdMzJzU31MVoPQdDBFRokLV2N1ldjQZGrkx2XvrqUG2mwlPwkytXaZZ0ip3HjbO1PbNNOEFzla9C5vry2GnoFHLZORTzoZ9enx%2BL5FqhMlPiFSfXtrVvmWe%2BpUOEt02vc2f9%2Fqv%2BH8f8C3txgbuJshCAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMjZUMTA6NTU6MzkrMDA6MDA2bSadAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTI2VDEwOjU1OjM5KzAwOjAwRzCeIQAAAABJRU5ErkJggg%3D%3D) no-repeat;
  opacity: 0.9;
  transition: 0.15s ease-in-out opacity;
}

/* line 11, app/assets/stylesheets/layout/_site-logo.scss */
.site-logo h1 {
  margin: 0;
  padding: 0;
}

/* line 16, app/assets/stylesheets/layout/_site-logo.scss */
.site-logo a {
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

/* line 21, app/assets/stylesheets/layout/_site-logo.scss */
.site-logo:hover {
  opacity: 1;
}

/* line 26, app/assets/stylesheets/layout/_site-logo.scss */
.site-logo--dark {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAAAZCAMAAABgkwK2AAAAllBMVEUAAABJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlof7nXgAAAAMXRSTlMArPsPBTEp9MeFV%2BlfShXj07VmQj0dEualNyL4LQnvzaCVjU8a2ZqRd0bdcMG6fbANX1f%2FYgAAAo5JREFUSMftk8eW4jAQRR%2BWHDAYJ5ITYExO3e%2F%2Ff25cFk2H6TOLPsNq5m6Qj0pX0lOBfx7HC294Ikfyih8zvMwd%2FJGxxR5%2BzJwM%2Fo7fScdTCJssm6hRh1Kt359WwDQHylShHWXH8QSG%2FJjBKe7%2B0fhoaxnoXOE1dUzRW%2BWLRYaJRrVekIvTbNAxc9uPRYzXyGp8i2tM6gFJd6fQcmtLr%2BdF59d9mbiM2%2BHZ6uUewxjvOAN2bCSQZcTPhJi63JJ8QUwOTiRXAPrsMPn0yK1HWhmw5iAkecKD7IWMbaceKIestV7RPQ87LuR6eMRmRnK3H6L2GlUdXboT5BbZt%2Fuk%2BH1yrtEUvJp9o%2F76gAfrgjMJfyN1JZCSmZnZk3LlSevv6jWEHmkjkfsAh84f091AfhYj8UcjfOQqNYKY%2B9C7h39FBsa%2FNWo9Tm63SPxrMgFQSj76RLfe1%2FstLRt9mfiER%2B5g6JHeUk721b%2BsuiSX99BL7MhG%2BlP6ZzTgHTcX%2FxCfuDzOry50Sbc3%2Fc0fdc0Z0toHgSf%2BvdHYcv7XkAs%2FDYKgsfGNf07OZLmDM13HkT%2FCuz%2F94A%2FMRecSw4FcPfL35MUN3%2Fj9iIzHWe2%2BnmnNz8k5cWDYkfNjg9G7P67gu%2BK3Sevw1j830iuryjn43%2Fl1Q8NG3%2FN1k%2FvOpv%2FVglu5lDqRkccWW56qY8C4DW5LWqeQMjYP%2F5lmK54E9olef38laW6gd5Q1KuKlQost%2B%2FeSomin1Zzkstx3MW1WBeXzKIkVPr6ixn46gvZMH7Yr30rsJlXt8vLe0VXqZ4CTmzk%2F1VClgpAHfuBoKSlzje%2FZFAzzdnnX4E9A98jC8yxyjacwrcMuxgRPIq2vnhffJviP8AuAB2BxR4qqHwAAAABJRU5ErkJggg%3D%3D) no-repeat;
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 33, app/assets/stylesheets/layout/_site-logo.scss */
  .site-logo {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAyCAQAAACzWFxqAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA%2F4ePzL8AAAvdSURBVHja7ZtnlJXFGYBnKSsgIGUpAi5FECliQSygCYaDAUQQggcRkyBEPRqIJRgTMIAGYxCVBNAjNhSMoihwVlSiiXiIgiAEAfeEIgtIZynLwrZ7v3mf%2FNhbZr5yy7KEP3e%2BP3v2m2%2FK%2B8zM2%2BYqlSk%2BhfrObXqu7JQdehaDqZORyLkG8iRmmZiRyDkuzisgkQd4PiORc1z0SxaQmRmJZID8n87m8youC99Ef37ClYUNMkDONY668g9CEUWp2UyrDJBzCyRHjhGfJlyVAXJugTSVQ3EgorkiAyQDJAMkA%2BTMBZdNSzrRhbbUT6F2TRrTilY0pnZSpX7QAtI5rVE1oRtdyQkcRTM60oMedKYVddNot05ZbsVlXEYbalYNCOeTS%2FfQ5XSmZTIZ%2BH7foKIL3Wnh96oZv%2BQd8uWYlEmFFMsuWc6EstxAEd3Jm7JRDsgJOSEHZLN8wHSm6SfiD1OZoqfqqfoJ%2FQTPyOn4REX0vFitKXSNtZrFAGbzDov0q85YspVSivb6FfZJiAoO8i5NrVF05j4WykY5LKXiiCPlclx2sJxHkwOnH6%2FxXzkpYQlzgvV6Cq3TAVJ6Eb%2BWPNkpxRIWR8rlmGzhDYZTL6C%2F63iWt%2FW7ej4PVi52cphJAeUSppAVtLPWr36MH%2FApUqifcu8VaukJFJB2EeOx%2Fv9%2BfL3IAePFFUqFb3KNa2ikZg2Gs0JKAjsrZq4NzyzlF8tSn%2FHtc8YqxQvJgdBY%2F5kjAT1%2FywifL7JYa9QZrBTd2Wx%2Bpp%2BMV27LSrfATMHJ%2B9Qymr5APgiqXZUHZD1ZkbYbyX7iwLpzvZzAquuMrdyfkueF7AH%2BTeWa9winl%2Bz2%2BxZAz9SvJwMSulK%2BDe4bQM8yJRYB8o1h9g%2BkA7vsmekN0aq58h2JBVZe3iHWcG1Zgs9KPyMgm6InOI1kXxSIhBgpu9z7St%2BrlFL6MW%2BffgKWj92CUaqsvexJJEwplYRA6MmBxBIA4K8eIOsM0GNkjXtmsiMS0JDPExwmlVUl1DOm8h7AHv4xNpMvJ9OHYvSyxtgh%2B2LthKK7xfpmnFJK8QY%2Bo%2FU9GIe4BFND8oLm6wXrBUJz2eaSQJHky2Y5aPYN4NwRCES8SwLku0oBP%2BRmK%2FtZpufphbJWQtGBhnpFmm0oO42Bl%2BvJtKYW2bRnuoSNDiSxoFyvZ8SGbQLBV%2Bi3K6UUrxIdbRmr9J%2B4Pdw33Ds8gIlstOcji13B9Vt8cBTIfwIPMTeQedb4ivk9bcmmVnGOM5wt1rvtNAjcIT4z03MqvYO91jBEz6B5TG324i0BJMylkf8NNBvVD1tDnWKgOsRg%2BlrPEDlumr3O3dwQeXpzvj%2BQWO3TvKUnMZfNcriii1JKMTGydJ6mu9uM5BNrjLtNk4QsWeECtoMhNKAGDRnCBpIACV0h5Zjjutnqu7Vr94wKAhKrEZZlerJ%2BjrUco69SyvmVS7FM96RrhvO9rI3a9nqaMZydtoFXnCOHY2%2FFGegSVH2XH9LVV916gIDkc000XkzLyF8X6rf1FC70beNqCRk9lZV3MqyrTlJqrdN95ZeYvetFJASi55JQWowkYHd6gQD7o1KiZkkrspRS5noByfdzqmhUHHPI9GvGVJe4a8YVFehpVfHU3UBAvqd9mq5WPSkw9UHoWuOdawE697jdYv12sA6hQdzIACm2PAeXlSiAFBh73wUEOBpdaIYrKEesLfZY0skuNET%2Bdw%2BQr4y3T585EOB0uE%2Favm%2BWrLfauNFY4ZZJKz9wgY%2FnvTrI7OV6EWMOX%2Fn1Ll%2BYu5NOgTtEOyM9H4evRywhXZM0zjPbqL%2FG7SzJAUNZPVotQB6vSvhHvrba%2BJGByhK2Xug7x7lBQGwLU7%2Fp2%2FcHlsLuE6TU9Wt%2B07%2FDWi9Ho%2Bo8AZD7jS8qwv2s1h62JnJLdQBJvj%2FI4qJwX2eM%2FgPPMJd5zGOeHBF%2FIOfHDzMB9EPpBReZZa3xg7Ia1yOr5ajV94AgINzl1%2FXvsO2NpGE5LqHEWAF7GFTpeFGPezltCPwwzaoFyI8TjuZSprJGihKZ2BaQ5lJotu4MSw%2BIrfKTB4iAQYFAxvhtr%2BUWkO9SiVbyksua3ijvs0S22m6Rfq5q4ffUgdCYWRQnjxJYQC6Sk1br%2FdIDIh%2BSpusbHpAekI1WlZSAnGwiGwj0ciPi3uY9%2FKoXCK352idckWyHtJVTVuv90zyylqeyQ6wAZ7u0gDiLrCo7gwLHlihaycbEIT0p8BN2dQIhWz7zxBdKZJdskvWyXtbL6QAgrcxQJTi3pwlkqTXzH%2BTT4IdPWcrgYE%2FdF4ieYB0%2FRclvglBXVuITVIsVh%2FfK2lc9Y5gikFEuHGv5RXlH6lOTLLLIknX%2BVlZRY%2FZbB%2BsjaeqQN6w3L6VnjKeyQ4ZZE5Nw36RW1iOGUD%2FRz7BNKgBE5CSbmEOfM0vhpgbEpfuWx92vyPsAINSSLckNV%2F1iIJDpVr8fVjuQih4StgY4I6kPvC0eHA9dpRT1KrryI%2FrSk9zEGsgGgnB1VYEcqS%2B7jZZC9PQACwCiFHmWSAvcKJUqy5XtQUCc0dbXu7xfnyEQt13OPj9PhEHMqtQudI8CBCkht6qXHPz8lNSBcKEVpjzizQvK2iAg%2BknXYTfa1XaO6ad7dEhXqTBalmj2stqAKMXrru4X7TjPjp3q6RKGyvVMbzNroN%2BhI9kqK9VkPnus3Ti7ykBamlfu5JR7YfBTigJ3SD%2BXPbjLjJTRgS8TBRepbQdlZEvQtQulyLZ%2FWZIikHA%2FxDWAz%2Bh%2FsgnZ1C1rr%2B9nS0RXD1JKKTrFg8%2BV4TXJl3WySv4pefIeC%2FSLTGVURVd8IFHDZS6f4u7TLWhENx6NJ5FSAlLP5W9Pst7eyckgs1cp6sv3LiRbuY1m1Kcd49mbLPwe16GRr1d7D0zqcS3T2SIrTUc71R1SU%2F7lTdjIfsmX7VJs2FC3RWp%2FltwSlzL%2BzV3xazWxvhZ4TNVC2S%2FlwOdpKvVlVkvlTOMSGhbncAML4tE5PyBK6ck%2B8z0su8ycZ3BOnabuTLiUksdEfsYg51bn5%2Fpx3pVtoitTwWVt0waiFD2t6zm%2Bzl7c46SHHCC11OwSmrhsujuDsoaykRppmb0jfLyQvXIo8rdr7DYQmsZznvY4rKRsYMbQGSGSwqIEpCR%2BEyENIEo549CJLzkgdItbZhwgpbCBfIStjxqa%2BTSr%2FXSB1JZP%2FRdRNOwdDy%2B6gSjlDKQi4Y2R53mORJccJqVyfwCkmDZVAqIUYwm4pBDJ9v4tdiukjn6ZkKR6wWCcW91Kme%2FdkJV%2BCR4Bgjwjcv0v4lCZ%2BBnGEkOkHqjOGEoDZlvOJKX0X4yvn%2FXp%2FT6OJ72ChKwzFyRZ2FmasYltoCtlGRU%2BAha%2BJBYTfa8m8y0762UGMNQZyWhnrH6QObLDo%2FJquPoZzA5vL%2FpBQ%2BnutF71ChxxC16n3DteyaN7pZaJlet8vr6JDT6z%2FbISnp7me33N9OC66vlyIkEUq0DP4WKXlfWFVWNEcsP0Kv1H%2BYStHJJjckS2ywqm0dtUztxtWTcveCOwstiqcTyaA7fU4j0sZpPskf2yU9boec4tJjYu5xE9U8%2FWz%2FM4N3tNA3vEPCWr2CPHpUgOyQbmRI8nujFZz9KzeZpRlRdSvbaQM1oWy1YKpYhC8lngDI26tuTwADOZrZ9lQnCOiHaM1fPla9ktR6VIiqRQCljNAn7LjTT0qX8x45mhZ%2BtZehrDUv65NXVoSkuaeT%2BgruRjZk98fpaG4fuDlJlXCOzLqDSgUSrBzBRG3LCkVWkbmrp3Y2qzPd2CNjS3va90r0vTgja0pnk6nnt1TLyXmVHWC3zrdI77siCnaKsy5awBGW45hUt964y36mzbWzcjt7NWnFstu6IETzbBGcJRy5KYk5Ha2dwhHU2jFXD4iN8wIHRd6Br6M56PRVv74xRdMlI7m0Cy4ldc3B6917cHPT4js7ONpIPs8L827flPyH0vK1POEhLygn8REitr%2FK8PZMrZgXKzXih77B8cxMIF%2B1nEUH9XLFPOJpQL6MVd%2Bi0pkVIpkRKpkFXOOPoUN83Ipurlf1R%2B3oIpwIIsAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTAyLTI2VDEwOjU1OjM5KzAwOjAwNm0mnQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wMi0yNlQxMDo1NTozOSswMDowMEcwniEAAAAASUVORK5CYII%3D) no-repeat;
    background-size: 95px 25px;
  }
  /* line 38, app/assets/stylesheets/layout/_site-logo.scss */
  .site-logo--dark {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL4AAAAyCAMAAADV2JEMAAAAq1BMVEVHcExJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlpJTlowutKUAAAAOHRSTlMA96AqChE7BSXv15rh%2FG5S3MZzFnjzzl8BIFo2wTFNjEhWfBuIQOaAhJXraWTTrqVFvJCqyrkNswf8vxkAAAdZSURBVHhe7Zlrd7K6EscR5CbIXZCboIKIKCre%2BP6f7JAJoHlq7bNO99rdrtV5o03IzI%2FJPzNgqZ%2ByX%2Fu1X%2BOdXV3XdjF8T%2FyrMWjwB9n1PfHNqEZGmz8Qe7gU3Os38RPA3%2F8AvlDsg9JgvpeBBeDnPyCeeYBOncN%2Fy4kC%2BAn%2F7%2BNbIoq8%2BF7iCuRjvP4BfAXjf3MLJ6jy%2FHP4Q5OdUqTx%2FHP8FcLPPk5elyzh0LxOn5RMFhamK8AnLmBN83lEnn19m4KqZMnaUpn%2BMpNzjGyhqBzDhD7XWciYbJpvEP7J80PhCovn2xR9HhbVIh1iEL9xGEVrw0lNgj0tssSaNcu4EdT9%2B0w4t5IqWjjhvZMxc4cDx1bjaHb4tIcUl0mNbBAoLh5K8xGMTLSzbo80TZORadpID2wRZsYrWQ6UJnvLfFyfVYpS7Wb0FqO8q9JoUGOT6Rl158l2aGxz8hgH%2BZ%2F0%2BH5ij%2FECex12Y7lY683qLVy6u3yW%2BgVGBc8ZC%2FRl%2FVemL5soMuxFocNI1tAr9uM1l55fqMR2TKNLETF1B4jbAzzYYN8u8DTkWN3u2onn9Mz%2BMdgK6WB2rP%2FOZKEJDe1%2FNMEjEUU5K%2FKiY4sT5n8uF1t8NSCGzymMbpFIx7tV%2FQrfzNrZMU6A1yj3BN8CSdK%2FwC%2FZJvuPtGOD4iWcB%2F2ib%2FAgDTvKJ2MiEMK3AMG9YdnQeYl9SUs07LSieIHPCga%2ByF7EBwvRNipO4bbzJrNMDhoOqiiXaGRSlNBYGlopSRXKq6%2F1eyFrZUzxFVpRhCzPpjS%2B1Acp40CryvNykcDHLWyPNH84wbgCtbXXoGaPRPn8BP%2FQ6jSY80g0N7EUWne0C8pC7iaWwC5dgWEYwWWHYQK8eeq6JmC12txU2%2B12xjZe9seKa9V%2BATWDerZY2VmzyDS0B3z%2FBvGWWGFn2FVU0uJWUqPKUR1DcZ7h0zglahsuZihqGKHke%2FfmPiFXejrCKOD7HX9ksL0e78XSmrSCpK7VwzPmtLDv%2BIqIzxy2BJwJiA3jj7wp9KDhE3y3BCGWj3PLHOGpD819S6xRAd8h8QfW8GmLk7tUMCVmaXvaGvAN9B3Oyq4rl2sk102K8I%2FgeP3q0QPOypi4hE3uT1MClKWCWOOMiDEO8HWBIs1kfEaIaXg2mCMYHZpdR%2BlNOnwetLOyfG6mxun2AkBoRQr4N%2B4FfgZHUyb5VJQyzWIb%2Bhyqovcxo%2FWC7%2FDhbvZEW2e8jL7oQWCDdiYqcgp3GXW6mokdPos1stmN5JWsoeF2v1OYqJav8MH%2FjhQ3C9spnpIK1%2F8LmVljBfhDAp9%2BwGfWO7K8x9CE%2Bpsms%2B%2Be64%2Fm9dqPzBf4i02LTwKKj65sj%2Foav7xH8ematA3gjz7BF%2ByP9Mewrzy5%2BwI%2FX5Hi6Y%2FP3XSVIs3aPBHPrY%2Fitl08iJSi2mH8XjzrayfQXjyujh8VjMLKkihZr5PESkFfgC8JL%2FDjC6o844wY5JBm5MBeiaIWVAfqKb5CEfjHPsoc7n21YFC1zFadeGY2wHR36QxI7dv4hE4b6%2FIy07%2FE525QOE%2F8n6%2FRq61ppmocQjF%2Fgj8uPsG%2F4pKYgUcsGXHW5aTW4%2FaqpK%2F7%2FKl9%2BOuNxGde4DMRLj2zrmL4baDRp%2FWKX4iE9n0SX5Agme2eGZuu8rg0VMQKlvHKrsenKhDY%2FEMgFfDpV%2FjDdIXPyvza%2FDG7jRsNhwh%2FkITX4ZVlTZb%2FE98S8Qp2yCKWEEgChsDXPHxrAega0Czc34tmzdKSH544HQ3S7%2FUpjTkW8M9f4rMh3b0lzL01ut24SRlUBX0v5dL%2BtK8Ubkq2Ork9muvIQ%2Fg4etiJJ6u7%2FsSrF%2Fg%2BhsIW43I2WnuOhAL07VLACJoVsldWiBeX0WULwtu1T3IvjI9RCPCFP2bwAEuYrRDCTC%2F9zM1s8GW4xu%2F3HGPqUlV29RdozJIIBFbxsGJTg8n6MdBgVkLp30Jeyhddtz9dve3QXuU1abIxfNwxq5%2FQ3EYgAKn1UZaQTMKMXsu94fzT4JdFB5CwCtVXBe4qOLzGn3rH%2Bs5T9Hka7HRb7vhj4rzDPPiGl0Uy%2B5Qv3d2dbMB%2FLCW4MDnSw69sZnF%2B8n62BceXlPqCP6ZXbUouDt%2F8DeXiphz8VC1oLIBsSJS0E07XCF7VpWa%2FN9HysZxpMD0ovdBpkO1Z1xLKbt2Q8k%2Fj2t5OW4T5HsXs3%2B4hGoccywuB%2BsqWsZLkUmSpQv87ThC2SokmT5qH4GWVlFsxVIjQsQyPqA%2Fswcj3dOSgHpUqRnztO7KX5XSl%2BLBsq8TmA0KxzmlaSgyHa0f5cLswVJf6GzMFZjnFaGfg7SYc%2BWn5urqCy%2Ff7N%2F2woy7DsM%2FiXJs4nyBcmzUuuej%2F%2BO%2FFAdK9759%2FoBQkLPUmdgC1ywXs%2BFIBGYsq9S7G4EI0CKQkoduKIC3fBn%2Fq6DVpA4mj3sf4%2BES0Ed1yqbcyJhIf6JUl9V42db3bZAy60cpFSL2ZDYc8J%2B010T4mcz%2F9b0jn137t1%2F4HjC7VE4iHWJkAAAAASUVORK5CYII%3D) no-repeat;
    background-size: 95px 25px;
  }
}

/* line 1, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  margin-bottom: 42px;
  background-color: #204659;
  padding: 32px 16px;
  color: #fff;
  line-height: 18px;
}

/* line 12, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer ul {
  margin: 0;
  padding: 0;
}

/* line 16, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer ul > li {
  margin-bottom: 16px;
  list-style: none;
  font-weight: 400;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer ul > li:first-of-type {
  font-weight: 600;
}

/* line 29, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__col {
  margin-bottom: 16px;
}

/* line 32, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__col:last-of-type {
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__logo {
  width: 80px;
  height: 20px;
  margin-bottom: 32px;
  background: url(/assets/logo_white_2x-f1061e4fe13451b8ab988351e2ef506ca95f5b5201a1205eb365254c485e7d3c.png) no-repeat;
  background-size: auto auto;
  background-size: 80px 20px;
}

/* line 45, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__logo a {
  display: block;
  overflow: hidden;
  text-indent: -119988px;
  text-align: left;
}

/* line 53, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__logo--desktop {
  margin-bottom: 0;
}

/* line 57, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__bottom-row {
  flex-flow: column-reverse;
}

/* line 60, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__bottom-row .responsive-footer__col-social {
  margin-top: 32px;
  margin-bottom: 20px;
}

/* line 64, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__bottom-row .responsive-footer__col-social .col {
  max-width: 40px;
  padding: 0;
}

/* line 69, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__bottom-row .responsive-footer__col-social .row {
  justify-content: space-between;
}

/* line 73, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__bottom-row .responsive-footer__col-social .social-icon-circle {
  background: transparent;
}

/* line 80, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__col-privacy ul {
  display: flex;
  height: 100%;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

/* line 87, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer__col-privacy ul li:first-of-type {
  display: none;
}

/* line 94, app/assets/stylesheets/layout/_site-footer.scss */
.responsive-footer--reduced-height .responsive-footer__bottom-row {
  margin-top: 0;
}

/* line 99, app/assets/stylesheets/layout/_site-footer.scss */
.locale-selector {
  position: relative;
}

/* line 102, app/assets/stylesheets/layout/_site-footer.scss */
.locale-selector--selector {
  border: 0;
  background-color: transparent;
  padding-right: 2em;
  color: #fff;
}

/* line 110, app/assets/stylesheets/layout/_site-footer.scss */
.locale-selector_open .locale-selector--selector {
  background-color: #3f444c;
}

/* line 114, app/assets/stylesheets/layout/_site-footer.scss */
.locale-selector_open .locale-selector--dropdown {
  height: auto;
  background-color: #fff;
  padding: 6px 10px;
}

/* line 121, app/assets/stylesheets/layout/_site-footer.scss */
.locale-selector--dropdown {
  position: absolute;
  bottom: 2em;
  height: 0;
  overflow: hidden;
}

/* line 127, app/assets/stylesheets/layout/_site-footer.scss */
.locale-selector--dropdown--link {
  display: block;
  min-width: 10em;
  margin: 3px 0;
  color: #131518;
}

/* line 135, app/assets/stylesheets/layout/_site-footer.scss */
.locale-selector .flag {
  margin: 0 4px 0 0;
}

/* line 139, app/assets/stylesheets/layout/_site-footer.scss */
.locale-selector .caret {
  margin: 0 0 0 4px;
}

@media (min-width: 640px) {
  /* line 145, app/assets/stylesheets/layout/_site-footer.scss */
  .responsive-footer {
    font-size: 1rem;
    margin-bottom: 0;
    padding: 36px;
    line-height: 20px;
  }
  /* line 152, app/assets/stylesheets/layout/_site-footer.scss */
  .responsive-footer__bottom-row {
    margin-top: 42px;
    flex-flow: row;
    justify-content: space-between;
  }
  /* line 158, app/assets/stylesheets/layout/_site-footer.scss */
  .responsive-footer__bottom-row .responsive-footer__col-privacy ul {
    justify-content: flex-start;
  }
  /* line 161, app/assets/stylesheets/layout/_site-footer.scss */
  .responsive-footer__bottom-row .responsive-footer__col-privacy ul li {
    margin-right: 22px;
    margin-bottom: 0;
  }
  /* line 168, app/assets/stylesheets/layout/_site-footer.scss */
  .responsive-footer__bottom-row .responsive-footer__col-social {
    max-width: 45%;
    margin: 0;
  }
  /* line 172, app/assets/stylesheets/layout/_site-footer.scss */
  .responsive-footer__bottom-row .responsive-footer__col-social .row {
    justify-content: flex-end;
  }
  /* line 178, app/assets/stylesheets/layout/_site-footer.scss */
  .responsive-footer__navigation-row {
    width: 100%;
  }
}

@media (min-width: 960px) {
  /* line 184, app/assets/stylesheets/layout/_site-footer.scss */
  .responsive-footer {
    padding: 50px 88px 32px;
  }
  /* line 187, app/assets/stylesheets/layout/_site-footer.scss */
  .responsive-footer.responsive-footer--reduced-height {
    padding-top: 36px;
  }
  /* line 192, app/assets/stylesheets/layout/_site-footer.scss */
  .responsive-footer__logo--mobile {
    display: none;
  }
  /* line 198, app/assets/stylesheets/layout/_site-footer.scss */
  .responsive-footer__col-privacy ul li:first-of-type {
    display: block;
  }
}

/* line 206, app/assets/stylesheets/layout/_site-footer.scss */
.footer-social .social-footer-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

@media (min-width: 768px) {
  /* line 206, app/assets/stylesheets/layout/_site-footer.scss */
  .footer-social .social-footer-container {
    justify-content: flex-end;
  }
}

/* line 218, app/assets/stylesheets/layout/_site-footer.scss */
.footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}

/* line 226, app/assets/stylesheets/layout/_site-footer.scss */
.footer-social__link .svg-inline--fa {
  color: #ffffff;
}

/* line 230, app/assets/stylesheets/layout/_site-footer.scss */
.footer-social__link:hover {
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/layout/_ze-messenger.scss */
#launcher {
  display: none !important;
}

/* line 5, app/assets/stylesheets/layout/_ze-messenger.scss */
.support-messenger-trigger {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  display: block;
  position: fixed;
  top: calc(50% + 94px);
  right: -20px;
  z-index: 453;
  height: 28px;
  border-radius: 0 0 4px 4px;
  background: #159ca9;
  padding: 0 10px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  line-height: 28px;
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 52%;
}

@media (max-width: 959.98px) {
  /* line 5, app/assets/stylesheets/layout/_ze-messenger.scss */
  .support-messenger-trigger {
    top: calc(75%);
  }
}

/* line 30, app/assets/stylesheets/layout/_ze-messenger.scss */
.support-messenger-trigger:hover, .support-messenger-trigger:focus, .support-messenger-trigger:active {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.45);
}

/* line 1, app/assets/stylesheets/layout/_chatbot.scss */
.chatbot-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #46a9b4;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
  cursor: pointer;
  z-index: 2147483645;
  transition: all 0.2s ease-in-out 0s;
  left: unset;
  transform: scale(1);
}

/* line 19, app/assets/stylesheets/layout/_chatbot.scss */
.chatbot-button:hover {
  transform: scale(1.08);
}

@media (min-width: 640px) {
  /* line 1, app/assets/stylesheets/layout/_chatbot.scss */
  .chatbot-button {
    bottom: 1rem;
  }
}

/* line 29, app/assets/stylesheets/layout/_chatbot.scss */
.chatbot-button__icon--is-hidden {
  display: none;
}

/* line 34, app/assets/stylesheets/layout/_chatbot.scss */
#chatbase-bubble-button {
  bottom: 3rem !important;
}

@media (min-width: 640px) {
  /* line 34, app/assets/stylesheets/layout/_chatbot.scss */
  #chatbase-bubble-button {
    bottom: 1rem !important;
  }
}

/* line 2, app/assets/stylesheets/pages/_parental-lock.scss */
.site-page--parental-lock .parental-lock-container {
  margin: 100px 0;
}

/* line 6, app/assets/stylesheets/pages/_parental-lock.scss */
.site-page--parental-lock .button--refuse {
  margin-right: 5px;
}

/* line 2, app/assets/stylesheets/pages/_top-search-queries.scss */
.site-page--top-search-queries .column-blocks {
  margin-bottom: 20px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--top-search-queries .column-blocks:before, .site-page--top-search-queries .column-blocks:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--top-search-queries .column-blocks:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/pages/_top-search-queries.scss */
.site-page--top-search-queries .column-block {
  width: 32.7102803738%;
  float: left;
  margin-right: 0.9345794393%;
}

/* line 10, app/assets/stylesheets/pages/_top-search-queries.scss */
.site-page--top-search-queries .column-block.is-last {
  float: right;
  margin-right: 0;
}

/* line 16, app/assets/stylesheets/pages/_top-search-queries.scss */
.site-page--top-search-queries .table th {
  background: #19bcc9;
  color: white;
}

/* line 21, app/assets/stylesheets/pages/_top-search-queries.scss */
.site-page--top-search-queries .table td {
  word-wrap: break-word;
}

@media screen and (min-width: 1200px) {
  /* line 2, app/assets/stylesheets/pages/items/_index.scss */
  .site-page--browser .container {
    max-width: 1904px;
    padding: 0 40px;
  }
}

/* line 11, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .content-heading {
  margin: 0 0 20px;
}

/* line 15, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .listing-page-breadcrumb {
  display: inline-block;
}

/* line 18, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .listing-page-breadcrumb .container {
  padding: 0;
}

/* line 22, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .listing-page-breadcrumb .breadcrumb {
  margin: 15px 0 0 0;
}

/* line 25, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .listing-page-breadcrumb .breadcrumb .breadcrumb__item:last-child {
  margin-right: 10px;
}

/* line 31, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .breadcrumb-wrapper {
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  /* line 35, app/assets/stylesheets/pages/items/_index.scss */
  .site-page--browser .breadcrumb-wrapper .container {
    padding: 0 20px;
  }
}

/* line 41, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .content-heading__title {
  margin-top: 15px;
}

/* line 45, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .related-tags {
  display: inline;
}

/* line 48, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .related-tags .tag-count {
  color: #485c66;
}

/* line 52, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .related-tags a {
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .price-range {
  display: inline-block;
  width: 100px;
  margin-left: 15px;
}

/* line 62, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .price-range.price-range--longer {
  width: 200px;
}

/* line 67, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .item-count {
  color: #bcbcbc;
}

/* line 71, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer {
  min-height: 34px;
  padding-top: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #d6dee2;
  position: relative;
}

/* line 79, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer .product-filters-footer__page-size {
  font-size: 0.875rem;
  line-height: 18px;
  color: #5d7784;
  position: absolute;
  top: 15px;
  right: 0;
}

@media (max-width: 1279.98px) {
  /* line 79, app/assets/stylesheets/pages/items/_index.scss */
  .site-page--browser .product-filters-footer .product-filters-footer__page-size {
    position: relative;
    text-align: center;
  }
}

/* line 92, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer .product-filters-footer__page-size span {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

/* line 98, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer .product-filters-footer__page-size ul {
  display: inline-block;
  margin: 1px 0 0 0;
  padding: 0;
}

/* line 103, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer .product-filters-footer__page-size ul > li {
  display: inline-block;
  margin-left: 10px;
  list-style: none;
}

/* line 108, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer .product-filters-footer__page-size ul > li.is-active {
  font-weight: 700;
}

/* line 111, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer .product-filters-footer__page-size ul > li.is-active .per-page {
  color: #19bcc9;
  cursor: default;
}

/* line 119, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer .product-filters-footer__page-size .per-page {
  color: inherit;
  margin-right: 0;
  cursor: pointer;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--browser .product-filters-footer .product-filters-footer__page-size .per-page:hover {
  color: #19bcc9;
}

/* line 127, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer .products-pagination__select-page .form-inline {
  margin-left: 10px;
  border-left: 1px solid #d5d5d5;
  padding: 4px 0 2px 15px;
}

/* line 132, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer .products-pagination__select-page .form-inline input {
  width: 50px;
}

/* line 140, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer .pagination, .site-page--browser .product-filters-footer .pagination--grey {
  margin-top: 0;
}

/* line 145, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .product-filters-footer.is-no-pagination .product-filters-footer__page-size {
  display: block;
  width: 100%;
  text-align: center;
  position: static;
}

/* line 155, app/assets/stylesheets/pages/items/_index.scss */
.site-page--browser .grid {
  max-width: 1844px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  /* line 3, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .container,
.product-overlay-container .container {
    max-width: none;
    padding: 0 40px;
  }
}

/* line 10, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-container,
.product-overlay-container .product-container {
  padding: 0 20px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--product .product-container:before, .site-page--product .product-container:after,
.product-overlay-container .product-container:before,
.product-overlay-container .product-container:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--product .product-container:after,
.product-overlay-container .product-container:after {
  clear: both;
}

@media screen and (min-width: 1200px) {
  /* line 10, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-container,
.product-overlay-container .product-container {
    padding: 0 40px;
  }
}

/* line 21, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .grid--scalable .grid__col:nth-last-child(2), .site-page--product .grid--scalable .grid__col:last-child,
.product-overlay-container .grid--scalable .grid__col:nth-last-child(2),
.product-overlay-container .grid--scalable .grid__col:last-child {
  display: none;
}

@media screen and (min-width: 1200px) {
  /* line 27, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .grid--scalable .grid__col:nth-last-child(2),
.product-overlay-container .grid--scalable .grid__col:nth-last-child(2) {
    display: flex;
  }
}

@media screen and (min-width: 1600px) {
  /* line 33, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .grid--scalable .grid__col:last-child,
.product-overlay-container .grid--scalable .grid__col:last-child {
    display: flex;
  }
}

/* line 40, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .approve-buttons,
.product-overlay-container .approve-buttons {
  padding-right: 30px;
  float: right;
}

/* line 45, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .approve-button,
.product-overlay-container .approve-button {
  padding: 2px;
}

/* line 49, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-content,
.product-overlay-container .product-content {
  width: 62.1716287215%;
  float: left;
  margin-right: 0.8756567426%;
  min-height: 200px;
  position: relative;
}

/* line 54, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-content .tabs-container,
.product-overlay-container .product-content .tabs-container {
  padding-top: 10px;
}

@media screen and (min-width: 1600px) {
  /* line 49, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-content,
.product-overlay-container .product-content {
    width: 68.476357268%;
    float: left;
    margin-right: 0.8756567426%;
  }
}

/* line 63, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-sidebar,
.product-overlay-container .product-sidebar {
  width: 36.9527145359%;
  float: left;
  margin-right: 0.8756567426%;
  float: right;
  margin-right: 0;
  padding-top: 6px;
  padding-left: 25px;
}

/* line 69, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-sidebar .card, .site-page--product .product-sidebar .table-responsive, .site-page--product .product-sidebar .content-box, .site-page--product .product-sidebar .table-with-borders,
.product-overlay-container .product-sidebar .card,
.product-overlay-container .product-sidebar .table-responsive,
.product-overlay-container .product-sidebar .content-box,
.product-overlay-container .product-sidebar .table-with-borders {
  margin-bottom: 5px;
}

@media screen and (min-width: 1600px) {
  /* line 63, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-sidebar,
.product-overlay-container .product-sidebar {
    width: 30.6479859895%;
    float: left;
    margin-right: 0.8756567426%;
    float: right;
    margin-right: 0;
  }
}

/* line 79, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-header__title,
.product-overlay-container .product-header__title {
  font-size: 1.875rem;
  display: inline-block;
  z-index: 0;
  margin: 0 0 13px;
  padding-right: 0.5rem;
  color: #131518;
  line-height: 35px;
  font-weight: 300;
}

/* line 90, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-header__edit-link a,
.product-overlay-container .product-header__edit-link a {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  /* line 94, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-preview,
.product-overlay-container .product-preview {
    height: 78vh;
  }
}

/* line 99, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-preview .js-preview-images__no-image,
.product-overlay-container .product-preview .js-preview-images__no-image {
  background-color: #eee;
}

/* line 102, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-preview .js-preview-images__no-image > span,
.product-overlay-container .product-preview .js-preview-images__no-image > span {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 600;
}

/* line 111, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-thumbs img,
.product-overlay-container .product-thumbs img {
  opacity: 1;
  transition: opacity 0.3s;
}

/* line 116, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-thumbs img[data-src],
.product-overlay-container .product-thumbs img[data-src] {
  opacity: 0;
}

/* line 120, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-thumbs .js-product-thumbs-list__no-image,
.product-overlay-container .product-thumbs .js-product-thumbs-list__no-image {
  background-color: #eee;
  text-align: center;
}

/* line 124, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-thumbs .js-product-thumbs-list__no-image > span,
.product-overlay-container .product-thumbs .js-product-thumbs-list__no-image > span {
  font-size: 1.125rem;
  display: inline-block;
  padding-top: 1rem;
  color: #fff;
  font-weight: 700;
}

/* line 136, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-preview__image ul li.is-active iframe,
.product-overlay-container .product-preview__image ul li.is-active iframe {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  /* line 134, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-preview__image,
.product-overlay-container .product-preview__image {
    height: 75vh;
    line-height: 75vh;
  }
  /* line 145, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-preview__image ul,
.product-overlay-container .product-preview__image ul {
    height: 75vh;
  }
  /* line 149, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-preview__image ul li img,
.product-overlay-container .product-preview__image ul li img {
    height: auto;
    max-height: 75vh;
    object-fit: contain;
  }
  /* line 156, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-preview__image ul li.is-active iframe,
.product-overlay-container .product-preview__image ul li.is-active iframe {
    height: 75vh;
  }
}

/* line 166, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-license,
.product-overlay-container .product-license {
  font-size: 0.875rem;
  position: relative;
  margin-top: 10px;
  color: #485c66;
}

/* line 172, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-license span,
.product-overlay-container .product-license span {
  font-size: 0.9375rem;
  position: absolute;
  right: 0;
  text-align: right;
  color: #0e676e;
}

/* line 180, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-license .license-form,
.product-overlay-container .product-license .license-form {
  display: inline-block;
}

/* line 183, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-license .license-form .button,
.product-overlay-container .product-license .license-form .button {
  font-size: 0.9375rem;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  height: 20px;
  padding-right: 0;
  line-height: 20px;
  color: #0e676e;
}

/* line 191, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-license .license-form .button:hover,
.product-overlay-container .product-license .license-form .button:hover {
  color: #131518;
}

/* line 198, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .short-product-details,
.product-overlay-container .short-product-details {
  font-size: 0.875rem;
  position: relative;
  padding-top: 10px;
  color: #485c66;
}

/* line 204, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .short-product-details .product-author,
.site-page--product .short-product-details .buyer-feedback,
.site-page--product .short-product-details .product-license,
.site-page--product .short-product-details .author-response,
.product-overlay-container .short-product-details .product-author,
.product-overlay-container .short-product-details .buyer-feedback,
.product-overlay-container .short-product-details .product-license,
.product-overlay-container .short-product-details .author-response {
  margin-bottom: 10px;
}

/* line 211, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .short-product-details .short-product-details__value,
.product-overlay-container .short-product-details .short-product-details__value {
  position: absolute;
  right: 10px;
  text-align: right;
}

/* line 216, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .short-product-details .short-product-details__value a,
.product-overlay-container .short-product-details .short-product-details__value a {
  text-decoration: none;
}

/* line 221, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .short-product-details b,
.product-overlay-container .short-product-details b {
  font-size: 0.9375rem;
}

/* line 226, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .short-product-details .product-license span,
.product-overlay-container .short-product-details .product-license span {
  font-size: 0.9375rem;
  color: #19bcc9;
}

/* line 231, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .short-product-details .product-license a,
.product-overlay-container .short-product-details .product-license a {
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .cg-model-details li:last-child,
.product-overlay-container .cg-model-details li:last-child {
  border-bottom: none;
}

/* line 243, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-main,
.product-overlay-container .product-main {
  position: relative;
  margin-top: 15px;
}

/* line 248, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .item-social-share,
.product-overlay-container .item-social-share {
  padding-bottom: 2px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--product .item-social-share:before, .site-page--product .item-social-share:after,
.product-overlay-container .item-social-share:before,
.product-overlay-container .item-social-share:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--product .item-social-share:after,
.product-overlay-container .item-social-share:after {
  clear: both;
}

/* line 252, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .item-social-share .details-box__title,
.product-overlay-container .item-social-share .details-box__title {
  padding-top: 15px;
  width: auto;
}

/* line 258, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product__share,
.product-overlay-container .product__share {
  margin-left: 20px;
  padding-top: 10px;
}

/* line 262, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product__share .list__item,
.product-overlay-container .product__share .list__item {
  margin: 0 20px 5px 0;
}

/* line 265, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product__share .list__item.is-last,
.product-overlay-container .product__share .list__item.is-last {
  margin-right: 0;
}

/* line 271, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details,
.product-overlay-container .scene-details {
  max-height: 800px;
  padding: 25px 15px;
  overflow: auto;
}

/* line 277, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .table th,
.site-page--product .scene-details .table td,
.product-overlay-container .scene-details .table th,
.product-overlay-container .scene-details .table td {
  width: 50%;
}

/* line 283, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .table.materials-used-in-scene th,
.site-page--product .scene-details .table.materials-used-in-scene td,
.product-overlay-container .scene-details .table.materials-used-in-scene th,
.product-overlay-container .scene-details .table.materials-used-in-scene td {
  width: 33%;
}

/* line 289, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .table tr.table-action,
.product-overlay-container .scene-details .table tr.table-action {
  background: white;
}

/* line 294, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .section__title,
.product-overlay-container .scene-details .section__title {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #485c66;
}

/* line 300, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .section__content,
.product-overlay-container .scene-details .section__content {
  margin-bottom: 30px;
}

/* line 303, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .section__content.is-with-background,
.product-overlay-container .scene-details .section__content.is-with-background {
  border: 1px solid #d6dee2;
  background: #fdfdfd;
}

/* line 309, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .title,
.product-overlay-container .scene-details .title {
  font-size: 1rem;
}

/* line 313, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .subtitle,
.product-overlay-container .scene-details .subtitle {
  font-size: 0.875rem;
  margin-bottom: 5px;
  color: #485c66;
}

/* line 319, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .texture-images-title,
.product-overlay-container .scene-details .texture-images-title {
  display: inline-block;
  margin-right: 10px;
}

/* line 324, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .texture-images-link,
.product-overlay-container .scene-details .texture-images-link {
  font-size: 0.875rem;
}

/* line 328, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .texture-image,
.product-overlay-container .scene-details .texture-image {
  width: 25%;
  display: inline-block;
  height: 315px;
  border: 1px solid #d6dee2;
  padding: 1px;
  line-height: 310px;
  vertical-align: middle;
}

/* line 337, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .texture-image img,
.product-overlay-container .scene-details .texture-image img {
  vertical-align: middle;
}

/* line 342, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .scene-details .viewport-screenshot,
.product-overlay-container .scene-details .viewport-screenshot {
  margin-top: 15px;
}

/* line 347, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .comments,
.product-overlay-container .comments {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 351, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .comments .comment-form,
.product-overlay-container .comments .comment-form {
  padding-top: 30px;
}

/* line 355, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .comments .comment-form__content::after,
.product-overlay-container .comments .comment-form__content::after {
  border-right-color: white;
}

/* line 359, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .comments .field--compact-text,
.product-overlay-container .comments .field--compact-text {
  background-color: white;
}

/* line 363, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .comments .comment__action,
.product-overlay-container .comments .comment__action {
  margin-right: 10px;
  font-weight: 300;
}

/* line 368, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .comments .comment__info,
.product-overlay-container .comments .comment__info {
  line-height: 22px;
}

/* line 373, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-stats,
.product-overlay-container .product-stats {
  margin-top: 10px;
  right: 0;
  padding: 0;
  color: #485c66;
  position: absolute;
}

/* line 380, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-stats > li,
.product-overlay-container .product-stats > li {
  margin-right: 10px;
  display: inline-block;
}

/* line 384, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-stats > li:last-child, .site-page--product .product-stats > li.is-last,
.product-overlay-container .product-stats > li:last-child,
.product-overlay-container .product-stats > li.is-last {
  margin-right: 0;
}

/* line 390, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-stats .svg-inline--fa,
.product-overlay-container .product-stats .svg-inline--fa {
  color: #ce3c5c;
}

/* line 395, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-stats .button--wishlist .svg-inline--fa,
.product-overlay-container .product-stats .button--wishlist .svg-inline--fa {
  color: #fff;
}

/* line 401, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .collection-contents,
.product-overlay-container .collection-contents {
  padding: 20px 15px;
}

/* line 404, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .collection-contents .collection-contents__table,
.product-overlay-container .collection-contents .collection-contents__table {
  width: 100%;
}

/* line 407, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .collection-contents .collection-contents__table thead,
.product-overlay-container .collection-contents .collection-contents__table thead {
  border-bottom: 1px solid #d7dfe3;
}

/* line 411, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .collection-contents .collection-contents__table th,
.product-overlay-container .collection-contents .collection-contents__table th {
  font-size: 0.8125rem;
  color: #3f444c;
  font-weight: 400;
}

/* line 419, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .collection-contents tbody tr,
.product-overlay-container .collection-contents tbody tr {
  border-bottom: 1px solid #d7dfe3;
}

/* line 423, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .collection-contents tbody tr:hover,
.product-overlay-container .collection-contents tbody tr:hover {
  background: #f0f0f0;
}

/* line 427, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .collection-contents tbody td,
.product-overlay-container .collection-contents tbody td {
  padding: 10px 0;
}

/* line 431, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .collection-contents tbody .is-separated,
.product-overlay-container .collection-contents tbody .is-separated {
  border-right: 1px solid #d7dfe3;
}

/* line 436, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .collection-contents .collection-contents__model-title,
.product-overlay-container .collection-contents .collection-contents__model-title {
  font-size: 0.8125rem;
  padding-left: 3px;
  color: #159ca9;
  line-height: 1.2;
  word-break: break-all;
}

/* line 443, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .collection-contents .collection-contents__model-title:hover,
.product-overlay-container .collection-contents .collection-contents__model-title:hover {
  color: #3f444c;
  cursor: pointer;
}

/* line 450, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-description,
.product-overlay-container .product-description {
  font-size: 0.9375rem;
  line-height: 24px;
  padding: 20px 15px;
  display: block;
  width: 100%;
  overflow: hidden;
  color: #485c66;
  position: relative;
  text-align: justify;
}

/* line 462, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-description blockquote,
.product-overlay-container .product-description blockquote {
  border-left: 4px solid #d7dfe3;
  padding: 8px 15px;
  font-style: italic;
}

/* line 468, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-description a,
.product-overlay-container .product-description a {
  color: #ce3c5c;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--product .product-description a:hover,
.product-overlay-container .product-description a:hover {
  color: #19bcc9;
}

/* line 472, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-description .product-description__edit-link a,
.product-overlay-container .product-description .product-description__edit-link a {
  color: #19bcc9;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--product .product-description .product-description__edit-link a:hover,
.product-overlay-container .product-description .product-description__edit-link a:hover {
  color: #19bcc9;
}

/* line 478, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-description p:last-of-type, .site-page--product .product-description p:last-child,
.product-overlay-container .product-description p:last-of-type,
.product-overlay-container .product-description p:last-child {
  margin-bottom: 0;
}

/* line 485, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .tag-list,
.product-overlay-container .tag-list {
  margin: 0 15px 10px;
  padding-top: 15px;
  border-top: 1px solid #d6dee2;
}

/* line 490, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .tag-list span,
.product-overlay-container .tag-list span {
  top: 16px;
}

/* line 495, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-author,
.product-overlay-container .product-author {
  color: #485c66;
}

/* line 499, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-author__support-quality,
.product-overlay-container .product-author__support-quality {
  line-height: 20px;
}

/* line 502, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-author__support-quality .quality-rate,
.site-page--product .product-author__support-quality .quality-time,
.product-overlay-container .product-author__support-quality .quality-rate,
.product-overlay-container .product-author__support-quality .quality-time {
  font-size: 0.875rem;
}

/* line 506, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-author__support-quality .quality-rate b,
.site-page--product .product-author__support-quality .quality-time b,
.product-overlay-container .product-author__support-quality .quality-rate b,
.product-overlay-container .product-author__support-quality .quality-time b {
  font-size: 1rem;
  color: #ce3c5c;
  font-weight: 400;
}

/* line 515, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-author__feedback,
.product-overlay-container .product-author__feedback {
  margin: 20px auto 10px;
  width: 80%;
}

/* line 519, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-author__feedback .feedback-positive,
.site-page--product .product-author__feedback .feedback-negative,
.product-overlay-container .product-author__feedback .feedback-positive,
.product-overlay-container .product-author__feedback .feedback-negative {
  display: inline-block;
  width: 49%;
}

/* line 525, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-author__feedback .feedback-positive,
.product-overlay-container .product-author__feedback .feedback-positive {
  color: #117c85;
}

/* line 529, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-author__feedback .feedback-negative,
.product-overlay-container .product-author__feedback .feedback-negative {
  color: #ce3c5c;
}

/* line 534, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing,
.product-overlay-container .product-pricing {
  position: relative;
  padding: 10px 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--product .product-pricing:before, .site-page--product .product-pricing:after,
.product-overlay-container .product-pricing:before,
.product-overlay-container .product-pricing:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--product .product-pricing:after,
.product-overlay-container .product-pricing:after {
  clear: both;
}

/* line 542, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing--alternative-layout .product-pricing__sale-off,
.product-overlay-container .product-pricing--alternative-layout .product-pricing__sale-off {
  margin-bottom: 0;
}

/* line 546, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing--alternative-layout .product-pricing__discount,
.product-overlay-container .product-pricing--alternative-layout .product-pricing__discount {
  position: relative;
  top: 0;
  line-height: normal;
  vertical-align: inherit;
}

/* line 554, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .price_free,
.site-page--product .download_free,
.product-overlay-container .price_free,
.product-overlay-container .download_free {
  padding-top: 10px;
}

/* line 559, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__original-price,
.product-overlay-container .product-pricing__original-price {
  text-decoration: line-through;
  font-style: italic;
}

/* line 563, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__original-price .product-pricing__price-info,
.site-page--product .product-pricing__original-price .svg-inline--fa,
.product-overlay-container .product-pricing__original-price .product-pricing__price-info,
.product-overlay-container .product-pricing__original-price .svg-inline--fa {
  opacity: 0.4;
}

/* line 569, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__no-credits,
.product-overlay-container .product-pricing__no-credits {
  font-size: 0.875rem;
  color: #3f444c;
  margin-bottom: 5px;
  cursor: pointer;
}

/* line 575, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__no-credits .no-credits__highlight,
.product-overlay-container .product-pricing__no-credits .no-credits__highlight {
  color: #159ca9;
}

/* line 580, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sale-off,
.product-overlay-container .product-pricing__sale-off {
  padding: 0 8px;
  margin: 0 0 10px 0;
  display: inline-block;
  background: #3f444c;
  font-size: 0.875rem;
  color: white;
}

/* line 588, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sale-off .product-pricing__original-price,
.product-overlay-container .product-pricing__sale-off .product-pricing__original-price {
  opacity: 1.0;
  padding-left: 10px;
}

/* line 594, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__price,
.product-overlay-container .product-pricing__price {
  font-size: 1.875rem;
  line-height: 36px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #131518;
  font-weight: bold;
}

/* line 605, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__discount,
.product-overlay-container .product-pricing__discount {
  font-size: 0.875rem;
  line-height: 36px;
  margin-left: 5px;
  top: -6px;
  display: inline-block;
  vertical-align: middle;
  color: #ce3c5c;
  position: relative;
}

/* line 617, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__buyer-loyalty-tooltip,
.product-overlay-container .product-pricing__buyer-loyalty-tooltip {
  margin-left: 5px;
}

/* line 621, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__actions,
.product-overlay-container .product-pricing__actions {
  float: right;
}

/* line 625, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__make-offer,
.product-overlay-container .product-pricing__make-offer {
  color: #ce3c5c;
  font-size: 0.9375rem;
  position: absolute;
  bottom: 3px;
  left: 1px;
  cursor: pointer;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--product .product-pricing__make-offer:hover,
.product-overlay-container .product-pricing__make-offer:hover {
  color: #19bcc9;
}

/* line 635, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__make-offer .icon,
.product-overlay-container .product-pricing__make-offer .icon {
  width: 26px;
  height: 14px;
  margin-top: 2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAMAAAAG0%2FxxAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABYlBMVEWvXW%2F%2F%2F%2F%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2BvXW%2F%2F%2F%2F%2F%2FltYcAAAAdHRSTlMAABgcCgtTwPDonz0EHxsdDdLg3yEiBUOt8pU1Dlzp3uRh%2BFS7UHnq1pfH67Z7LXDspaRffkpZhnJPbO1GlMaOjEVu1%2FOFBqH%2BbUfBYmb9gBT8byf0%2BYnuQEh6N5hjVwyIygJlw%2FqmNmrU4yBa4RkJATGoPzuQ5IkAAAABYktHRAH%2FAi3eAAAAB3RJTUUH4wIaCjcmVv2HCAAAAQVJREFUGNNd0FVTAgEAReG7rqyFiYpJyYoNigoSBjZ2d3dgnv8%2FPgjqeF%2B%2FhztzVGSaxZIkh1VSWlZe4ZRkOCqrqmtUW%2BeyVN%2FQ6G4CoLmltU1Gu8fr8ysAVkfQ7gxBV3cP0NvXP%2BAHwoqAe3AoCpHhkVEzBkB8DEgoCan0eOvE5FRmemZ2bh5YCNvAopKQjbG0vLIErK6tB2EjYwObeSos4N%2Fy5WnxH7FtJ3bI2IWv7O4vsbffTfyHDg7%2FED1HxycWkFAETs%2FOk3%2Fsov7yCthUAJal1HUBbtK3d8Y9ENfDo8uSVHQYAp98x3pyzBnPHm8uqpdq8%2FVNkt4%2Fcp%2F6dKrmO6%2Fp%2BAL4aGeA6UAoRgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wMi0yNlQxMDo1NTozOCswMDowMJAaLSkAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDItMjZUMTA6NTU6MzgrMDA6MDDhR5WVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg%3D%3D) no-repeat;
}

/* line 644, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky .container-fixed, .site-page--product .product-pricing__sticky .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--my-products .form-footer__wrapper--sticky .site-page--product .product-pricing__sticky .form-footer, .site-page--product .product-pricing__sticky .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .site-page--product .product-pricing__sticky .nav-tabs,
.site-page--product .product-pricing__sticky .site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .site-page--product .product-pricing__sticky .main-content__messages,
.site-page--product .product-pricing__sticky .site-page--jobs-dashboard .main-content__send-message,
.site-page--jobs-dashboard .site-page--product .product-pricing__sticky .main-content__send-message, .site-page--product .product-pricing__sticky .site-page--jobs-dashboard .nav-tabs--fatter-font, .site-page--jobs-dashboard .site-page--product .product-pricing__sticky .nav-tabs--fatter-font,
.product-overlay-container .product-pricing__sticky .container-fixed,
.product-overlay-container .product-pricing__sticky .site-page--my-products .form-footer__wrapper--sticky .form-footer,
.site-page--my-products .form-footer__wrapper--sticky .product-overlay-container .product-pricing__sticky .form-footer,
.product-overlay-container .product-pricing__sticky .site-page--jobs-dashboard .nav-tabs,
.site-page--jobs-dashboard .product-overlay-container .product-pricing__sticky .nav-tabs,
.product-overlay-container .product-pricing__sticky .site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .product-overlay-container .product-pricing__sticky .main-content__messages,
.product-overlay-container .product-pricing__sticky .site-page--jobs-dashboard .main-content__send-message,
.site-page--jobs-dashboard .product-overlay-container .product-pricing__sticky .main-content__send-message,
.product-overlay-container .product-pricing__sticky .site-page--jobs-dashboard .nav-tabs--fatter-font,
.site-page--jobs-dashboard .product-overlay-container .product-pricing__sticky .nav-tabs--fatter-font {
  padding: 0;
}

/* line 648, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky .sticky-price-bar__title,
.product-overlay-container .product-pricing__sticky .sticky-price-bar__title {
  display: none;
}

/* line 652, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky,
.product-overlay-container .product-pricing__sticky.is-sticky {
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  padding: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
  animation: BlockFadeIn 0.25s ease-in;
}

/* line 661, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .sticky-container,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-container {
  display: flex;
  justify-content: space-between;
}

/* line 666, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .sticky-price-bar__title,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-price-bar__title {
  font-size: 1.25rem;
  display: none;
  max-width: 50%;
  overflow: hidden;
  color: #204659;
  font-weight: 600;
  line-height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 678, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .product-pricing__price-row,
.site-page--product .product-pricing__sticky.is-sticky .product-license,
.product-overlay-container .product-pricing__sticky.is-sticky .product-pricing__price-row,
.product-overlay-container .product-pricing__sticky.is-sticky .product-license {
  display: none;
}

/* line 683, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .sticky-price-bar__price,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-price-bar__price {
  display: block;
  width: 100%;
  justify-content: space-between;
}

/* line 688, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .sticky-price-bar__price .product-pricing__price,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-price-bar__price .product-pricing__price {
  margin-right: 8px;
  align-items: center;
}

/* line 693, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .sticky-price-bar__price .product-pricing__no-credits,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-price-bar__price .product-pricing__no-credits {
  display: none;
}

/* line 697, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .sticky-price-bar__price > div,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-price-bar__price > div {
  margin-bottom: 0;
  align-self: center;
}

/* line 702, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .sticky-price-bar__price .btn-secondary,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-price-bar__price .btn-secondary {
  padding: 8px 16px;
}

/* line 706, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .sticky-price-bar__price .btn-primary,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-price-bar__price .btn-primary {
  display: none;
}

/* line 710, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .sticky-price-bar__price .back-to-purchases,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-price-bar__price .back-to-purchases {
  display: block;
  padding: 8px 16px;
}

/* line 716, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .product-license,
.product-overlay-container .product-pricing__sticky.is-sticky .product-license {
  white-space: nowrap;
  line-height: 40px;
}

/* line 721, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .product-pricing__make-offer,
.product-overlay-container .product-pricing__sticky.is-sticky .product-pricing__make-offer {
  display: none;
}

/* line 726, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .product-pricing__buy-buttons .price,
.product-overlay-container .product-pricing__sticky.is-sticky .product-pricing__buy-buttons .price {
  display: inline;
}

@media (min-width: 640px) {
  /* line 732, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-pricing__sticky.is-sticky .product-pricing__price-row,
.site-page--product .product-pricing__sticky.is-sticky .product-license,
.site-page--product .product-pricing__sticky.is-sticky .sticky-price-bar__price,
.product-overlay-container .product-pricing__sticky.is-sticky .product-pricing__price-row,
.product-overlay-container .product-pricing__sticky.is-sticky .product-license,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-price-bar__price {
    display: flex;
  }
  /* line 739, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-pricing__sticky.is-sticky .product-pricing__buy-buttons .price,
.product-overlay-container .product-pricing__sticky.is-sticky .product-pricing__buy-buttons .price {
    display: none;
  }
}

@media (min-width: 960px) {
  /* line 652, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-pricing__sticky.is-sticky,
.product-overlay-container .product-pricing__sticky.is-sticky {
    padding: 0;
  }
  /* line 748, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-pricing__sticky.is-sticky .sticky-price-bar__title,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-price-bar__title {
    display: block;
  }
  /* line 752, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .product-pricing__sticky.is-sticky .sticky-price-bar__price,
.product-overlay-container .product-pricing__sticky.is-sticky .sticky-price-bar__price {
    width: initial;
  }
}

/* line 757, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-pricing__sticky.is-sticky .product-pricing__purchased-note,
.product-overlay-container .product-pricing__sticky.is-sticky .product-pricing__purchased-note {
  display: none;
}

/* line 763, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-slideshow-overlay,
.site-page--product .scene-details-slideshow-overlay,
.product-overlay-container .product-slideshow-overlay,
.product-overlay-container .scene-details-slideshow-overlay {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 899;
}

/* line 775, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product #imagelightbox,
.product-overlay-container #imagelightbox {
  position: fixed;
  z-index: 900;
  cursor: pointer;
}

/* line 781, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .related-products,
.product-overlay-container .related-products {
  margin-bottom: 20px;
}

/* line 787, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .related-products .content-box__premium-badge.is-shop-credit-sign,
.product-overlay-container .related-products .content-box__premium-badge.is-shop-credit-sign {
  top: -5px;
  right: 46%;
}

/* line 794, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .related-products.related-products--top .content-box__premium-badge--sale-off,
.product-overlay-container .related-products.related-products--top .content-box__premium-badge--sale-off {
  top: 11%;
  right: -32%;
}

/* line 801, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .related-products .content-heading .content-heading__subtitle,
.product-overlay-container .related-products .content-heading .content-heading__subtitle {
  margin-bottom: 15px;
}

/* line 804, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .related-products .content-heading .content-heading__subtitle b,
.product-overlay-container .related-products .content-heading .content-heading__subtitle b {
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 18px;
  display: inline-block;
  color: #485c66;
  font-weight: normal;
}

/* line 816, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .related-products .content-heading--tiny .content-heading__subtitle,
.product-overlay-container .related-products .content-heading--tiny .content-heading__subtitle {
  float: none;
  margin-bottom: 0;
}

/* line 822, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .related-products .content-box__badges-list,
.product-overlay-container .related-products .content-box__badges-list {
  display: none;
}

@media (min-width: 960px) {
  /* line 829, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .row--self-adjusting .col-12:nth-child(n+4),
.product-overlay-container .row--self-adjusting .col-12:nth-child(n+4) {
    display: none;
  }
}

@media (min-width: 1280px) {
  /* line 835, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .row--self-adjusting .col-12:nth-child(n+4),
.product-overlay-container .row--self-adjusting .col-12:nth-child(n+4) {
    display: initial;
  }
  /* line 839, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .row--self-adjusting .col-12:nth-child(n+5),
.product-overlay-container .row--self-adjusting .col-12:nth-child(n+5) {
    display: none;
  }
}

@media (min-width: 1920px) {
  /* line 845, app/assets/stylesheets/pages/items/_show.scss */
  .site-page--product .row--self-adjusting .col-12:nth-child(n+5),
.product-overlay-container .row--self-adjusting .col-12:nth-child(n+5) {
    display: initial;
  }
}

/* line 851, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-formats,
.product-overlay-container .product-formats {
  max-height: 290px;
  overflow: auto;
}

/* line 855, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-formats .product-formats__version, .site-page--product .product-formats .info-list > li .product-formats__renderer, .info-list > li .site-page--product .product-formats .product-formats__renderer,
.site-page--product .product-formats .info-list .info-list-item .product-formats__renderer,
.info-list .info-list-item .site-page--product .product-formats .product-formats__renderer,
.site-page--product .product-formats .product-formats__extensions,
.product-overlay-container .product-formats .product-formats__version,
.product-overlay-container .product-formats .info-list > li .product-formats__renderer,
.info-list > li .product-overlay-container .product-formats .product-formats__renderer,
.product-overlay-container .product-formats .info-list .info-list-item .product-formats__renderer,
.info-list .info-list-item .product-overlay-container .product-formats .product-formats__renderer,
.product-overlay-container .product-formats .product-formats__extensions {
  color: #76919e;
}

/* line 860, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-formats .modal-link,
.product-overlay-container .product-formats .modal-link {
  cursor: pointer;
  text-decoration: underline;
}

/* line 864, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-formats .modal-link:hover,
.product-overlay-container .product-formats .modal-link:hover {
  color: #536975;
}

/* line 869, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-formats .product-formats__renderer,
.product-overlay-container .product-formats .product-formats__renderer {
  display: block;
  color: #688493;
}

/* line 874, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-formats b,
.product-overlay-container .product-formats b {
  font-weight: inherit;
}

/* line 878, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-formats .pbr__ready-text,
.product-overlay-container .product-formats .pbr__ready-text {
  color: #19bcc9;
  font-weight: 800;
}

/* line 883, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-formats a,
.product-overlay-container .product-formats a {
  text-decoration: none;
}

/* line 887, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-formats li:nth-last-of-type(1),
.product-overlay-container .product-formats li:nth-last-of-type(1) {
  border-bottom: none;
}

/* line 892, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-formats .product-convert-files a,
.product-overlay-container .product-formats .product-convert-files a {
  text-decoration: underline;
}

/* line 898, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .dimensions-box li:last-child,
.product-overlay-container .dimensions-box li:last-child {
  border-bottom: none;
}

/* line 905, app/assets/stylesheets/pages/items/_show.scss */
.site-page--product .product-header .author,
.product-overlay-container .product-header .author {
  margin-left: 5px;
}

/* line 912, app/assets/stylesheets/pages/items/_show.scss */
.product-overlay-container .product-pricing__no-credits {
  position: absolute;
  top: 2px;
}

/* line 921, app/assets/stylesheets/pages/items/_show.scss */
.product-page {
  position: relative;
}

/* line 924, app/assets/stylesheets/pages/items/_show.scss */
.product-page .nav-tabs, .product-page .nav-tabs--fatter-font {
  border-bottom: 1px solid #d7dfe3;
  padding: 12px 24px 0;
}

/* line 929, app/assets/stylesheets/pages/items/_show.scss */
.product-page .nav-tabs .tab a, .product-page .nav-tabs--fatter-font .tab a {
  padding: 0 5px 5px;
}

/* line 935, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-header__title {
  font-size: 1.75rem;
  display: none;
  margin: 8px 0;
  padding: 0;
  color: #204659;
  line-height: 30px;
  font-weight: 600;
}

@media (min-width: 960px) {
  /* line 935, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-header__title {
    display: block;
  }
}

/* line 949, app/assets/stylesheets/pages/items/_show.scss */
.product-page .tabs-container {
  padding-top: 0;
}

/* line 953, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-description {
  font-size: 0.9375rem;
  padding: 20px 16px;
  color: #485c66;
  line-height: 24px;
  text-align: justify;
}

/* line 960, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-description blockquote {
  border-left: 3px solid #d7dfe3;
  padding: 8px 16px;
  font-style: italic;
}

/* line 966, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-description a {
  color: #159ca9;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.product-page .product-description a:hover {
  color: #19bcc9;
}

/* line 970, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-description .product-description__edit-link a {
  color: #159ca9;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.product-page .product-description .product-description__edit-link a:hover {
  color: #159ca9;
}

/* line 976, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-description p:last-of-type, .product-page .product-description p:last-child {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  /* line 953, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-description {
    padding: 20px 24px;
  }
}

@media (min-width: 1600px) {
  /* line 953, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-description {
    padding: 20px 32px;
  }
}

/* line 991, app/assets/stylesheets/pages/items/_show.scss */
.product-page .details-description {
  font-size: 0.9375rem;
  padding: 20px 16px 0;
  color: #485c66;
  line-height: 24px;
  text-align: justify;
}

/* line 1000, app/assets/stylesheets/pages/items/_show.scss */
.product-page .details-description .table-responsive--default table th {
  font-weight: 600;
  white-space: nowrap;
}

/* line 1005, app/assets/stylesheets/pages/items/_show.scss */
.product-page .details-description .table-responsive--default table th:first-of-type,
.product-page .details-description .table-responsive--default table td:first-of-type {
  left: 1px;
}

/* line 1009, app/assets/stylesheets/pages/items/_show.scss */
.product-page .details-description .table-responsive--default table th:first-of-type span,
.product-page .details-description .table-responsive--default table td:first-of-type span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
}

/* line 1021, app/assets/stylesheets/pages/items/_show.scss */
.product-page .tag-list {
  margin: 0 0 -12px;
  border-top: 1px solid #d7dfe3;
  padding: 20px 16px;
}

/* line 1026, app/assets/stylesheets/pages/items/_show.scss */
.product-page .tag-list span {
  top: 23px;
  left: 16px;
}

/* line 1031, app/assets/stylesheets/pages/items/_show.scss */
.product-page .tag-list .label {
  height: 28px;
  margin-bottom: 12px;
  padding: 2px 16px;
  color: #a6b5bd;
}

/* line 1037, app/assets/stylesheets/pages/items/_show.scss */
.product-page .tag-list .label a {
  font-size: 1rem;
  line-height: 16px;
}

/* line 1042, app/assets/stylesheets/pages/items/_show.scss */
.product-page .tag-list .label:first-child {
  margin-left: 32px;
}

@media (min-width: 960px) {
  /* line 1021, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .tag-list {
    padding: 20px 24px;
  }
  /* line 1050, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .tag-list span {
    left: 24px;
  }
}

@media (min-width: 1600px) {
  /* line 1021, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .tag-list {
    padding: 20px 32px;
  }
  /* line 1058, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .tag-list span {
    left: 32px;
  }
}

/* line 1064, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-comments {
  padding: 20px 16px 4px;
}

/* line 1067, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-comments .comment-form {
  margin: 24px 0 12px;
}

/* line 1070, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-comments .comment-form label {
  font-size: 1rem;
  color: #204659;
  font-weight: 600;
}

/* line 1077, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1081, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-comments .comments-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1084, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-comments .comments-list .card, .product-page .product-comments .comments-list .table-responsive, .product-page .product-comments .comments-list .content-box, .product-page .product-comments .comments-list .table-with-borders {
  font-size: 0.875rem;
  width: calc(100% - 36px);
  margin-bottom: 16px;
  margin-left: 36px;
  padding: 16px;
  color: #485c66;
}

@media (min-width: 960px) {
  /* line 1084, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-comments .comments-list .card, .product-page .product-comments .comments-list .table-responsive, .product-page .product-comments .comments-list .content-box, .product-page .product-comments .comments-list .table-with-borders {
    font-size: 1rem;
    padding: 20px;
  }
}

/* line 1098, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-comments .comments-list .project-comment__stacked {
  margin-left: 20px;
}

@media (min-width: 960px) {
  /* line 1098, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-comments .comments-list .project-comment__stacked {
    margin-left: 40px;
  }
}

@media (min-width: 960px) {
  /* line 1064, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-comments {
    padding: 20px 24px;
  }
}

/* line 1112, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-ratings {
  margin-bottom: 16px;
}

/* line 1115, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-ratings .product-ratings__bar {
  margin-bottom: 16px;
  color: #204659;
  font-weight: 600;
}

/* line 1120, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-ratings .product-ratings__bar .product-ratings__thumbs {
  float: right;
}

/* line 1124, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-ratings .product-ratings__bar .svg-inline--fa {
  margin-left: 16px;
  vertical-align: middle;
}

/* line 1130, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-ratings .btn, .product-page .product-ratings .mde-header .mde-tabs button, .mde-header .mde-tabs .product-page .product-ratings button,
.product-page .product-ratings .mde-header .mde-header-group button,
.mde-header .mde-header-group .product-page .product-ratings button {
  display: block;
  width: 100%;
}

/* line 1135, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-ratings .progress {
  height: 2px;
  margin-top: 4px;
}

/* line 1140, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-ratings .label-none {
  display: none;
}

@media (min-width: 960px) {
  /* line 1112, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-ratings {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
  }
  /* line 1149, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-ratings .product-ratings__bar {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  /* line 1153, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-ratings .product-ratings__bar .product-ratings__thumbs {
    font-size: 1rem;
    margin-left: 80px;
  }
  /* line 1159, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-ratings .btn, .product-page .product-ratings .mde-header .mde-tabs button, .mde-header .mde-tabs .product-page .product-ratings button,
.product-page .product-ratings .mde-header .mde-header-group button,
.mde-header .mde-header-group .product-page .product-ratings button {
    display: inline-block;
    width: auto;
  }
  /* line 1164, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-ratings .progress {
    margin-top: 8px;
  }
}

/* line 1170, app/assets/stylesheets/pages/items/_show.scss */
.product-page .project-comment__actions-bar {
  margin-top: 12px;
}

/* line 1173, app/assets/stylesheets/pages/items/_show.scss */
.product-page .project-comment__actions-bar .project-comment__action {
  font-size: 0.875rem;
  color: #204659;
  font-weight: 600;
}

/* line 1178, app/assets/stylesheets/pages/items/_show.scss */
.product-page .project-comment__actions-bar .project-comment__action:nth-child(2) {
  margin-left: 12px;
  border-left: 1px solid #d7dfe3;
  padding-left: 12px;
}

@media (min-width: 960px) {
  /* line 1173, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .project-comment__actions-bar .project-comment__action {
    font-size: 1rem;
  }
  /* line 1187, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .project-comment__actions-bar .project-comment__action:nth-child(2) {
    margin-left: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 960px) {
  /* line 1170, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .project-comment__actions-bar {
    margin-top: 16px;
  }
}

/* line 1199, app/assets/stylesheets/pages/items/_show.scss */
.product-page .project-comment__author {
  font-size: 0.75rem;
  display: flex;
}

/* line 1203, app/assets/stylesheets/pages/items/_show.scss */
.product-page .project-comment__author .author-link {
  margin-right: 4px;
  text-decoration: none;
  font-weight: 600;
}

/* line 1208, app/assets/stylesheets/pages/items/_show.scss */
.product-page .project-comment__author .author-link .link--darker {
  color: #204659;
}

/* line 1213, app/assets/stylesheets/pages/items/_show.scss */
.product-page .project-comment__author .label--author {
  border-color: #204659;
  background-color: #204659;
  color: #fff;
}

/* line 1219, app/assets/stylesheets/pages/items/_show.scss */
.product-page .project-comment__author .project-comment__date {
  color: #485c66;
  line-height: 26px;
}

@media (min-width: 960px) {
  /* line 1199, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .project-comment__author {
    font-size: 0.875rem;
  }
  /* line 1227, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .project-comment__author .author-link,
.product-page .project-comment__author .labels-list {
    margin-right: 8px;
  }
}

/* line 1234, app/assets/stylesheets/pages/items/_show.scss */
.product-page .project-comment__rating {
  margin-bottom: 8px;
  font-weight: 600;
}

/* line 1238, app/assets/stylesheets/pages/items/_show.scss */
.product-page .project-comment__rating .svg-inline--fa {
  vertical-align: middle;
}

/* line 1243, app/assets/stylesheets/pages/items/_show.scss */
.product-page .leave-review {
  margin-bottom: 24px;
}

/* line 1246, app/assets/stylesheets/pages/items/_show.scss */
.product-page .leave-review h6 {
  font-size: 1rem;
  margin: 0 0 8px;
  color: #204659;
  font-weight: 600;
}

/* line 1255, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-page__sidebar .card, .product-page .product-page__sidebar .table-responsive, .product-page .product-page__sidebar .content-box, .product-page .product-page__sidebar .table-with-borders {
  margin-bottom: 8px;
}

/* line 1259, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-page__sidebar .l-inner {
  width: 100%;
  padding: 16px;
}

@media (min-width: 1280px) {
  /* line 1259, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-page__sidebar .l-inner {
    padding: 24px;
  }
}

/* line 1268, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-page__sidebar .btn-outline-default, .product-page .product-page__sidebar .mde-header .mde-tabs button:not(.selected), .mde-header .mde-tabs .product-page .product-page__sidebar button:not(.selected) {
  padding: 0.5rem;
  color: #204659;
}

/* line 1273, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-page__sidebar .pbr__ready-text {
  font-size: 0.875rem;
  margin-left: 8px;
  font-weight: 600;
}

@media (min-width: 960px) {
  /* line 1254, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-page__sidebar {
    position: absolute;
    right: 0;
  }
}

/* line 1285, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1290, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing {
  display: flex;
}

/* line 1294, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price-row {
  display: flex;
  margin-bottom: 16px;
  flex-flow: row nowrap;
  justify-content: space-between;
}

/* line 1300, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price-row.price-credits {
  margin-bottom: 32px;
}

/* line 1304, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price-row .product-pricing__price {
  font-size: 2.25rem;
  display: flex;
  position: relative;
  color: #204659;
  flex-flow: row wrap;
  justify-content: space-between;
  font-weight: 600;
  line-height: 44px;
}

/* line 1314, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price-row .product-pricing__price > span {
  margin-right: 12px;
}

/* line 1318, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price-row .product-pricing__price .product-pricing__no-credits {
  font-size: 0.875rem;
  position: absolute;
  bottom: -16px;
  white-space: nowrap;
  line-height: 14px;
}

/* line 1326, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price-row .product-pricing__price .no-credits__highlight {
  color: #159ca9;
  cursor: pointer;
}

/* line 1332, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price-row .product-pricing__discount {
  font-size: 1.25rem;
  color: #ce3c5c;
  font-weight: 600;
  line-height: 24px;
  align-self: center;
}

/* line 1339, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price-row .product-pricing__discount .product-pricing__original-price {
  opacity: 0.6;
  color: #204659;
  text-decoration: line-through;
}

/* line 1344, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price-row .product-pricing__discount .product-pricing__original-price.is-disabled {
  opacity: 0.4;
}

/* line 1350, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price-row .product-pricing__discount > span > span {
  display: block;
}

/* line 1355, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price-row .product-pricing__make-offer {
  display: block;
}

/* line 1360, app/assets/stylesheets/pages/items/_show.scss */
.product-page .payment-info {
  padding: 20px 0 12px;
}

/* line 1363, app/assets/stylesheets/pages/items/_show.scss */
.product-page .payment-info .payment-info__usp {
  font-size: 0.9375rem;
  margin-bottom: 8px;
  color: #485c66;
}

@media (min-width: 1280px) {
  /* line 1360, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .payment-info {
    padding: 24px 8px 12px;
  }
}

@media (min-width: 1600px) {
  /* line 1374, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .payment-info .payment-info__usp {
    margin-bottom: 12px;
  }
}

/* line 1380, app/assets/stylesheets/pages/items/_show.scss */
.product-page .payment-info__cards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

/* line 1385, app/assets/stylesheets/pages/items/_show.scss */
.product-page .payment-info__cards li {
  display: block;
  padding: 0 1px;
}

@media (min-width: 960px) {
  /* line 1390, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .payment-info__cards li:nth-child(4n) {
    display: none;
  }
}

@media (min-width: 1600px) {
  /* line 1396, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .payment-info__cards li:nth-child(4n) {
    display: block;
  }
}

/* line 1402, app/assets/stylesheets/pages/items/_show.scss */
.product-page .payment-info__cards img {
  width: 100%;
  max-width: 63px;
}

/* line 1408, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-license {
  display: flex;
  margin-bottom: 16px;
  padding: 0 4px;
  color: #204659;
}

/* line 1414, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-license .tooltip--license-info {
  max-width: 630px;
  text-align: center;
}

/* line 1419, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-license .product-license__info {
  margin-left: 4px;
  padding: 0 4px;
}

/* line 1426, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__buy-buttons .btn, .product-page .product-pricing__buy-buttons .mde-header .mde-tabs button, .mde-header .mde-tabs .product-page .product-pricing__buy-buttons button,
.product-page .product-pricing__buy-buttons .mde-header .mde-header-group button,
.mde-header .mde-header-group .product-page .product-pricing__buy-buttons button {
  padding: 20px 0;
}

/* line 1429, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__buy-buttons .btn .price, .product-page .product-pricing__buy-buttons .mde-header .mde-tabs button .price, .mde-header .mde-tabs .product-page .product-pricing__buy-buttons button .price,
.product-page .product-pricing__buy-buttons .mde-header .mde-header-group button .price,
.mde-header .mde-header-group .product-page .product-pricing__buy-buttons button .price {
  display: none;
}

/* line 1434, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__buy-buttons .animated-button {
  animation: BlockFadeIn 0.15s ease-in;
}

/* line 1441, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .l-inner {
  padding-bottom: 0;
}

/* line 1445, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .box-bottom-space {
  padding: 10px 0;
}

/* line 1449, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .info-list {
  max-height: 420px;
  overflow: auto;
  margin-bottom: 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.product-page .product-collections .info-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.product-page .product-collections .info-list::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.product-page .product-collections .info-list::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.product-page .product-collections .info-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 1456, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .info-list__collection {
  display: flex;
  flex-direction: column;
}

/* line 1459, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .info-list__collection:hover {
  background-color: #f4f6f7;
}

/* line 1463, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .info-list__collection.hidden {
  display: none;
}

/* line 1470, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .info-list__collection .collection-price-info {
  text-align: right;
}

/* line 1476, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .collection-title {
  display: inline-block;
  max-width: 67%;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 1485, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .collection-items {
  vertical-align: middle;
}

/* line 1489, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .collection-price-info {
  margin-left: auto;
  white-space: nowrap;
}

/* line 1493, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .collection-price-info .models-price {
  opacity: 0.4;
  color: #204659;
  text-decoration: line-through;
}

/* line 1499, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .collection-price-info .collection-price {
  margin: 0 5px;
  color: #204659;
}

/* line 1505, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .collection-price__wrapper {
  vertical-align: middle;
}

/* line 1509, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections .save {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  background: #ce3c5c;
  color: #fff;
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  vertical-align: middle;
}

/* line 21, app/assets/stylesheets/components/_pills.scss */
.product-page .product-collections .save > a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 640px) and (max-width: 959.98px) {
  /* line 1516, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-collections .info-list {
    max-height: 285px;
  }
  /* line 1520, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-collections .info-list__collection {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 1600px) {
  /* line 1527, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-collections .info-list {
    max-height: 285px;
  }
  /* line 1531, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-collections .info-list__collection {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* line 1538, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections-link {
  color: #485c66;
  flex: 1 1 0;
  text-decoration: none;
}

/* line 1543, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections-link:hover {
  text-decoration: underline;
}

/* line 1546, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-collections-link:hover .collection-title {
  text-decoration: underline;
}

@media (min-width: 1600px) {
  /* line 1538, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-collections-link {
    max-width: 55%;
  }
}

/* line 1558, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .product-author {
  display: flex;
  padding: 12px 16px;
  color: #204659;
  justify-content: space-between;
}

/* line 1564, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .product-author .btn-outline-default, .product-page .short-product-details .product-author .mde-header .mde-tabs button:not(.selected), .mde-header .mde-tabs .product-page .short-product-details .product-author button:not(.selected) {
  padding: 0.5rem 0.8125rem;
}

@media (min-width: 1280px) {
  /* line 1558, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .short-product-details .product-author {
    padding: 16px 24px;
  }
}

/* line 1573, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .avatar--large {
  width: 48px;
  height: 48px;
}

@media (min-width: 1600px) {
  /* line 1573, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .short-product-details .avatar--large {
    width: 64px;
    height: 64px;
  }
}

/* line 1583, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .author-info {
  padding: 0 8px;
  flex-grow: 2;
  align-self: center;
}

/* line 1588, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .author-info a {
  text-decoration: none;
}

/* line 1592, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .author-info .username {
  font-size: 1.125rem;
  color: #204659;
  font-weight: 600;
}

@media (min-width: 1600px) {
  /* line 1592, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .short-product-details .author-info .username {
    font-size: 1.25rem;
  }
}

@media (min-width: 1280px) {
  /* line 1583, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .short-product-details .author-info {
    padding: 0 12px;
  }
}

/* line 1607, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .author-rating {
  font-size: 0.75rem;
}

/* line 1610, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .author-rating > div {
  display: inline-block;
}

@media (min-width: 1280px) {
  /* line 1607, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .short-product-details .author-rating {
    font-size: 0.8125rem;
  }
}

@media (min-width: 1600px) {
  /* line 1607, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .short-product-details .author-rating {
    font-size: 0.875rem;
  }
}

/* line 1623, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .support {
  align-self: center;
}

/* line 1627, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .support-btn-text {
  display: none;
}

@media (min-width: 1600px) {
  /* line 1627, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .short-product-details .support-btn-text {
    display: inline;
  }
}

@media (min-width: 1600px) {
  /* line 1635, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .short-product-details .support-btn-icon {
    display: none;
  }
}

/* line 1641, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .author-response {
  border-top: 1px solid #d7dfe3;
  border-bottom: 1px solid #d7dfe3;
  padding: 16px;
  color: #204659;
  text-align: center;
}

/* line 1648, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .author-response strong {
  font-weight: 600;
}

/* line 1653, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .product-skills {
  padding: 12px 16px 16px;
}

@media (min-width: 1280px) {
  /* line 1653, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .short-product-details .product-skills {
    padding: 16px 24px 24px;
  }
}

/* line 1661, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .labels-list {
  margin-bottom: 12px;
}

/* line 1666, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-formats-list {
  max-height: 290px;
  overflow: auto;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.product-page .product-formats-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.product-page .product-formats-list::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.product-page .product-formats-list::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.product-page .product-formats-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 1672, app/assets/stylesheets/pages/items/_show.scss */
.product-page .js-preview-images__no-image {
  background-color: #eee;
}

/* line 1675, app/assets/stylesheets/pages/items/_show.scss */
.product-page .js-preview-images__no-image > span {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 600;
}

/* line 1684, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-license {
  font-size: 1rem;
  margin-top: 0;
}

/* line 1688, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-license span {
  font-size: 1rem;
  position: static;
  right: auto;
  color: #204659;
  text-align: left;
}

/* line 1697, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__make-offer {
  position: static;
}

/* line 1701, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing {
  padding: 0;
}

/* line 1705, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__price {
  font-size: 2.25rem;
  display: flex;
  position: relative;
  margin-bottom: 0;
  color: #204659;
  flex-flow: row wrap;
  justify-content: space-between;
  font-weight: 600;
  line-height: 44px;
}

/* line 1717, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__discount {
  font-size: 1.25rem;
  top: 0;
  margin-left: 0;
  color: #ce3c5c;
  font-weight: 600;
  line-height: 24px;
  align-self: center;
}

/* line 1726, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-pricing__discount .product-pricing__original-price {
  font-style: initial;
}

/* line 1731, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details {
  padding-top: 0;
}

/* line 1736, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .product-author {
  margin-bottom: 0;
  color: #204659;
}

/* line 1741, app/assets/stylesheets/pages/items/_show.scss */
.product-page .short-product-details .author-response {
  margin-bottom: 0;
}

/* line 1746, app/assets/stylesheets/pages/items/_show.scss */
.product-page .product-author-response {
  font-size: 1rem;
}

/* line 1751, app/assets/stylesheets/pages/items/_show.scss */
.product-page .tag-list ul {
  display: flex;
}

/* line 1754, app/assets/stylesheets/pages/items/_show.scss */
.product-page .tag-list ul li {
  padding-left: 8px;
}

/* line 1760, app/assets/stylesheets/pages/items/_show.scss */
.product-page .empty-content {
  font-size: 1.3125rem;
  margin: 0 auto;
  padding: 50px 0;
  color: #3f444c;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  /* line 1768, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-preview__image {
    height: 100%;
    line-height: 100%;
  }
  /* line 1773, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-preview__image ul {
    height: 100%;
  }
  /* line 1777, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-preview__image ul li img {
    max-height: 100%;
  }
  /* line 1782, app/assets/stylesheets/pages/items/_show.scss */
  .product-page .product-preview__image ul li.is-active iframe {
    height: 100%;
  }
}

/* line 1794, app/assets/stylesheets/pages/items/_show.scss */
.overlay-modal .overlay-modal--product {
  padding: 24px 16px;
}

/* line 1797, app/assets/stylesheets/pages/items/_show.scss */
.overlay-modal .overlay-modal--product label {
  font-size: 1rem;
  display: block;
  margin: 8px 0 4px;
  color: #204659;
  font-weight: 600;
}

/* line 1805, app/assets/stylesheets/pages/items/_show.scss */
.overlay-modal .overlay-modal--product textarea {
  resize: vertical;
}

/* line 1809, app/assets/stylesheets/pages/items/_show.scss */
.overlay-modal .overlay-modal--product .heading-18 {
  margin: 0 0 12px;
}

/* line 1813, app/assets/stylesheets/pages/items/_show.scss */
.overlay-modal .overlay-modal--product .modal__description {
  color: #204659;
}

/* line 1816, app/assets/stylesheets/pages/items/_show.scss */
.overlay-modal .overlay-modal--product .modal__description .modal__description-note {
  font-style: italic;
}

/* line 1820, app/assets/stylesheets/pages/items/_show.scss */
.overlay-modal .overlay-modal--product .modal__description p {
  margin-bottom: 12px;
}

/* line 1826, app/assets/stylesheets/pages/items/_show.scss */
.overlay-modal .overlay-modal--product .Select.Select-outline .Select-value {
  text-align: left;
}

/* line 1831, app/assets/stylesheets/pages/items/_show.scss */
.overlay-modal .overlay-modal--product .form-group--price {
  position: relative;
}

/* line 1835, app/assets/stylesheets/pages/items/_show.scss */
.overlay-modal .overlay-modal--product .form-group--with-prefix {
  width: 50%;
}

@media (min-width: 960px) {
  /* line 1794, app/assets/stylesheets/pages/items/_show.scss */
  .overlay-modal .overlay-modal--product {
    padding: 24px;
  }
}

/* line 1845, app/assets/stylesheets/pages/items/_show.scss */
.product-stats-info {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 1851, app/assets/stylesheets/pages/items/_show.scss */
.product-stats-info .stats-info__buttons {
  display: flex;
  margin-top: 8px;
  order: 4;
}

/* line 1857, app/assets/stylesheets/pages/items/_show.scss */
.product-stats-info .btn, .product-stats-info .mde-header .mde-tabs button, .mde-header .mde-tabs .product-stats-info button,
.product-stats-info .mde-header .mde-header-group button,
.mde-header .mde-header-group .product-stats-info button {
  color: #204659;
  font-weight: 600;
}

/* line 1861, app/assets/stylesheets/pages/items/_show.scss */
.product-stats-info .btn .svg-inline--fa, .product-stats-info .mde-header .mde-tabs button .svg-inline--fa, .mde-header .mde-tabs .product-stats-info button .svg-inline--fa,
.product-stats-info .mde-header .mde-header-group button .svg-inline--fa,
.mde-header .mde-header-group .product-stats-info button .svg-inline--fa {
  font-size: 1rem;
}

/* line 1866, app/assets/stylesheets/pages/items/_show.scss */
.product-stats-info .stats-info__views-button,
.product-stats-info .stats-info__download-button {
  order: 1;
}

/* line 1871, app/assets/stylesheets/pages/items/_show.scss */
.product-stats-info .stats-info__like-button {
  order: 2;
}

/* line 1875, app/assets/stylesheets/pages/items/_show.scss */
.product-stats-info .stats-info__share-button {
  order: 3;
}

/* line 1879, app/assets/stylesheets/pages/items/_show.scss */
.product-stats-info .stats-info__report-button {
  order: 4;
}

@media (min-width: 640px) {
  /* line 1845, app/assets/stylesheets/pages/items/_show.scss */
  .product-stats-info {
    flex-wrap: nowrap;
  }
  /* line 1886, app/assets/stylesheets/pages/items/_show.scss */
  .product-stats-info .stats-info__buttons {
    margin-top: 0;
    order: 1;
    flex-grow: 5;
  }
  /* line 1892, app/assets/stylesheets/pages/items/_show.scss */
  .product-stats-info .stats-info__views-button,
.product-stats-info .stats-info__download-button {
    order: 2;
  }
  /* line 1896, app/assets/stylesheets/pages/items/_show.scss */
  .product-stats-info .stats-info__views-button .btn, .product-stats-info .stats-info__views-button .mde-header .mde-tabs button, .mde-header .mde-tabs .product-stats-info .stats-info__views-button button,
.product-stats-info .stats-info__views-button .mde-header .mde-header-group button,
.mde-header .mde-header-group .product-stats-info .stats-info__views-button button,
.product-stats-info .stats-info__download-button .btn,
.product-stats-info .stats-info__download-button .mde-header .mde-tabs button,
.mde-header .mde-tabs .product-stats-info .stats-info__download-button button,
.product-stats-info .stats-info__download-button .mde-header .mde-header-group button,
.mde-header .mde-header-group .product-stats-info .stats-info__download-button button {
    padding: 0.5rem 1rem;
  }
  /* line 1901, app/assets/stylesheets/pages/items/_show.scss */
  .product-stats-info .stats-info__like-button {
    order: 3;
  }
  /* line 1905, app/assets/stylesheets/pages/items/_show.scss */
  .product-stats-info .stats-info__share-button {
    margin-left: 8px;
    order: 4;
  }
  /* line 1910, app/assets/stylesheets/pages/items/_show.scss */
  .product-stats-info .stats-info__report-button {
    margin-left: 8px;
    order: 5;
  }
}

/* line 1917, app/assets/stylesheets/pages/items/_show.scss */
.product-button {
  position: relative;
}

/* line 1920, app/assets/stylesheets/pages/items/_show.scss */
.product-button .product-button__dropdown {
  position: absolute;
  right: 0;
  min-width: 200px;
  margin-top: -1px;
}

/* line 1928, app/assets/stylesheets/pages/items/_show.scss */
.product-pricing__purchased-note {
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 16px;
  color: #19bcc9;
}

/* line 1936, app/assets/stylesheets/pages/items/_show.scss */
#marmosetUI > div,
#marmosetUI > text {
  line-height: normal;
}

/* line 2, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-container {
  margin-bottom: 50px;
  min-height: 150px;
}

/* line 8, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .product-list.is-contained {
  max-height: 590px;
  overflow: auto;
}

/* line 14, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-items {
  margin-bottom: 10px;
}

/* line 18, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-summary {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6dee2;
  line-height: 32px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .cart-summary:before, .site-page--checkout .cart-summary:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .cart-summary:after {
  clear: both;
}

/* line 28, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-summary__3d-object-message {
  position: absolute;
  bottom: 15px;
  width: 60%;
  line-height: 1.3;
}

/* line 35, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-summary__price-info {
  font-size: 1.125rem;
}

/* line 38, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-summary__price-info .cart-summary__final-price {
  font-size: 1.25rem;
}

/* line 42, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-summary__price-info .cart-summary__total-price,
.site-page--checkout .cart-summary__price-info .cart-summary__money-saved,
.site-page--checkout .cart-summary__price-info .cart-summary__credits-used,
.site-page--checkout .cart-summary__price-info .cart-summary__final-price {
  position: relative;
  margin-right: 30px;
}

/* line 51, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-summary__price-info .credits-used-info-tooltip {
  position: absolute;
  right: -30px;
}

/* line 57, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-actions {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6dee2;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .cart-actions:before, .site-page--checkout .cart-actions:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .cart-actions:after {
  clear: both;
}

/* line 66, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-actions__checkbox-controls {
  float: left;
  line-height: 35px;
}

/* line 71, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-empty {
  margin: 80px 0 100px;
  text-align: center;
}

/* line 76, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-footer {
  margin-top: 20px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .cart-footer:before, .site-page--checkout .cart-footer:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .cart-footer:after {
  clear: both;
}

/* line 80, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-footer .cart-new-store-credits {
  font-size: 1.125rem;
}

/* line 85, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-actions__payment-top {
  margin-right: 65px;
}

/* line 89, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-actions__bonus-credits-info {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  border: 1px solid #d6dee2;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 35px;
  color: #485c66;
  background: #fdfdfd;
}

/* line 101, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-actions__bonus-credits-info {
  border: 1px solid #d5d5d5;
  background: #f4f6f7;
}

/* line 109, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-continue .button .svg-inline--fa {
  margin: 0 0 0 10px;
  line-height: 48px;
}

/* line 116, app/assets/stylesheets/pages/checkout/checkout_steps/_cart.scss */
.site-page--checkout .cart-share {
  margin-right: 30px;
}

/* line 2, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
.site-page--checkout .account-options {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  padding-top: 40px;
}

/* line 7, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
.site-page--checkout .sign-up-sidebar {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 100%;
  min-height: 450px;
  padding: 0 2rem;
}

@media (min-width: 640px) and (max-width: 959.98px) {
  /* line 7, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
  .site-page--checkout .sign-up-sidebar {
    padding-right: 1rem;
  }
}

/* line 19, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
.site-page--checkout .account-content__panel {
  padding: 3rem 0;
}

/* line 23, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
.site-page--checkout .guest-checkout-container {
  position: absolute;
  bottom: 0;
}

/* line 28, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
.site-page--checkout .checkout-content-heading {
  font-size: 1.1875rem;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #3f444c;
}

@media (min-width: 640px) and (max-width: 959.98px) {
  /* line 28, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
  .site-page--checkout .checkout-content-heading {
    font-size: 1rem;
  }
}

@media (max-width: 639.98px) {
  /* line 28, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
  .site-page--checkout .checkout-content-heading {
    margin-top: 20px;
  }
}

/* line 44, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
.site-page--checkout .benefits__list {
  margin: -10px 0 25px;
  padding-left: 10px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #6d6d6d;
}

@media (min-width: 640px) and (max-width: 959.98px) {
  /* line 44, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
  .site-page--checkout .benefits__list {
    font-size: 0.875rem;
    padding-left: 0;
  }
}

/* line 58, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
.site-page--checkout .checkout-guest .btn, .site-page--checkout .checkout-guest .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--checkout .checkout-guest button,
.site-page--checkout .checkout-guest .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--checkout .checkout-guest button {
  color: #159ca9;
}

/* line 63, app/assets/stylesheets/pages/checkout/checkout_steps/_login.scss */
.site-page--checkout .explanation {
  font-size: 0.875rem;
  margin-top: 15px;
  color: #485c66;
}

/* line 2, app/assets/stylesheets/pages/checkout/checkout_steps/_billing.scss */
.site-page--checkout .checkout-address-form {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/pages/checkout/checkout_steps/_billing.scss */
.site-page--checkout .checkout-address-form .checkout-address-block select,
.site-page--checkout .checkout-address-form .checkout-address-block .chosen-container {
  width: 100% !important;
  min-width: auto;
}

/* line 14, app/assets/stylesheets/pages/checkout/checkout_steps/_billing.scss */
.site-page--checkout .billing-address-container {
  margin-top: 30px;
}

/* line 18, app/assets/stylesheets/pages/checkout/checkout_steps/_billing.scss */
.site-page--checkout .checkout-delivery-details {
  margin: 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f6f7;
}

/* line 23, app/assets/stylesheets/pages/checkout/checkout_steps/_billing.scss */
.site-page--checkout .checkout-delivery-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 2, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-discounts,
.site-page--checkout .checkout-product-costs {
  padding: 10px;
  border-bottom: 1px solid #e5eaec;
  background: #fdfdfd;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-product-discounts:before, .site-page--checkout .checkout-product-discounts:after,
.site-page--checkout .checkout-product-costs:before,
.site-page--checkout .checkout-product-costs:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-product-discounts:after,
.site-page--checkout .checkout-product-costs:after {
  clear: both;
}

/* line 10, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-discounts,
.site-page--checkout .checkout-product-costs {
  background: #f4f6f7;
}

/* line 15, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-discounts {
  min-height: 33px;
  border-top: 0;
  padding-top: 0;
  padding-left: 0;
  text-align: right;
}

/* line 22, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-discounts .checkout-discount-form {
  display: none;
}

/* line 26, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-discounts .checkout-discount-form-trigger {
  display: inline-block;
  padding-left: 25px;
  color: #ce3c5c;
  cursor: pointer;
  position: relative;
  transition: 0.1s ease-in-out all;
}

/* line 34, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-discounts .checkout-discount-form-trigger:after {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ce3c5c;
  color: white;
  text-align: center;
  line-height: 20px;
  font-size: 0.9375rem;
  content: "+";
  position: absolute;
  top: 2px;
  left: 0;
  transition: 0.1s ease-in-out background;
}

/* line 51, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-discounts .checkout-discount-form-trigger:hover {
  color: #19bcc9;
}

/* line 54, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-discounts .checkout-discount-form-trigger:hover:after {
  background: #19bcc9;
}

/* line 61, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-discount-remove-coupon-link {
  color: #ce3c5c;
  cursor: pointer;
}

/* line 65, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-discount-remove-coupon-link:hover {
  color: #19bcc9;
}

/* line 68, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-discount-remove-coupon-link:hover:after {
  background: #19bcc9;
}

/* line 74, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-applied-discounts,
.site-page--checkout .checkout-applied-costs {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 78, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-applied-discounts > li,
.site-page--checkout .checkout-applied-costs > li {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #f4f6f7;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-applied-discounts > li:before, .site-page--checkout .checkout-applied-discounts > li:after,
.site-page--checkout .checkout-applied-costs > li:before,
.site-page--checkout .checkout-applied-costs > li:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-applied-discounts > li:after,
.site-page--checkout .checkout-applied-costs > li:after {
  clear: both;
}

/* line 85, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-applied-discounts > li:last-child, .site-page--checkout .checkout-applied-discounts > li.is-last,
.site-page--checkout .checkout-applied-costs > li:last-child,
.site-page--checkout .checkout-applied-costs > li.is-last {
  border-bottom: 0;
}

/* line 93, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-applied-discounts .applied-discount-title {
  float: left;
  font-weight: 700;
}

/* line 98, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-applied-discounts .applied-discount-value {
  float: right;
  text-align: right;
}

/* line 105, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-applied-costs .applied-costs-title {
  float: left;
  font-weight: 700;
}

/* line 110, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-applied-costs .applied-costs-value {
  float: right;
  text-align: right;
}

/* line 116, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-costs {
  position: relative;
}

/* line 119, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-costs .checkout-applied-costs {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

/* line 124, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-costs .checkout-applied-costs > li {
  padding: 7px 0;
}

/* line 129, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-costs .applied-costs-value {
  position: absolute;
  top: 20px;
  right: 10px;
}

/* line 137, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-costs .heading {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
}

/* line 143, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-costs .list--choices {
  vertical-align: top;
  line-height: 36px;
}

/* line 149, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-discount-actions {
  padding: 10px 0 0;
  border-top: 1px solid #eef1f3;
}

/* line 155, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-discount-actions .field {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-right: 10px;
}

/* line 162, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-discount-actions .button {
  vertical-align: top;
  margin-top: 1px;
}

/* line 168, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-product-discounts__title,
.site-page--checkout .checkout-prouct-costs__title {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 300;
}

/* line 176, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-summary {
  padding: 15px 0;
  line-height: 32px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-summary:before, .site-page--checkout .checkout-summary:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-summary:after {
  clear: both;
}

/* line 182, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-summary__total-items {
  float: left;
}

/* line 186, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-summary__discounts {
  float: left;
}

/* line 190, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-summary {
  font-size: 1.125rem;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-summary:before, .site-page--checkout .checkout-summary:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-summary:after {
  clear: both;
}

/* line 194, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-summary .checkout-summary__final-price {
  font-size: 1.25rem;
}

/* line 199, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-summary__price-totals {
  position: relative;
  margin-right: 20px;
}

/* line 203, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-summary__price-totals .credits-used-info-tooltip,
.site-page--checkout .checkout-summary__price-totals .vat-tax-tooltip {
  position: absolute;
  right: -20px;
}

/* line 210, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-payment-options-container {
  border-top: 1px solid #f4f6f7;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-payment-options-container:before, .site-page--checkout .checkout-payment-options-container:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-payment-options-container:after {
  clear: both;
}

/* line 216, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-payment-options {
  margin-top: 30px;
}

/* line 219, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-payment-options h3 {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  margin-right: 20px;
}

/* line 227, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-payment-options__actions {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
}

/* line 233, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-payment-options__selection {
  display: inline-block;
  vertical-align: top;
  margin: 0px 20px 0 20px;
}

/* line 240, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .credit-card-container__info .credit-card-info, .site-page--checkout .credit-card-container__info_sdk .credit-card-info, .site-page--checkout .credit-card-container__info .credit-card-info-adyen, .site-page--checkout .credit-card-container__info_sdk .credit-card-info-adyen {
  height: 492px;
}

/* line 243, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .credit-card-container__info .credit-card-info img, .site-page--checkout .credit-card-container__info_sdk .credit-card-info img, .site-page--checkout .credit-card-container__info .credit-card-info-adyen img, .site-page--checkout .credit-card-container__info_sdk .credit-card-info-adyen img {
  margin-right: 5px;
}

/* line 246, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .credit-card-container__info .credit-card-info img.is-last, .site-page--checkout .credit-card-container__info_sdk .credit-card-info img.is-last, .site-page--checkout .credit-card-container__info .credit-card-info-adyen img.is-last, .site-page--checkout .credit-card-container__info_sdk .credit-card-info-adyen img.is-last {
  margin-right: 0;
}

/* line 252, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .credit-card-container__info .credit-card-info .cards-images img, .site-page--checkout .credit-card-container__info_sdk .credit-card-info .cards-images img, .site-page--checkout .credit-card-container__info .credit-card-info-adyen .cards-images img, .site-page--checkout .credit-card-container__info_sdk .credit-card-info-adyen .cards-images img {
  width: 70px;
}

/* line 256, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .credit-card-container__info .credit-card-info .cards-images span, .site-page--checkout .credit-card-container__info_sdk .credit-card-info .cards-images span, .site-page--checkout .credit-card-container__info .credit-card-info-adyen .cards-images span, .site-page--checkout .credit-card-container__info_sdk .credit-card-info-adyen .cards-images span {
  color: cadetblue;
}

/* line 262, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .credit-card-container__info .credit-card-info-adyen, .site-page--checkout .credit-card-container__info_sdk .credit-card-info-adyen {
  height: 530px;
}

/* line 269, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .credit-card-container__info_sdk {
  float: left;
  padding-bottom: 1px;
}

/* line 275, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .credit-card-container__info_sdk .credit-card-info, .site-page--checkout .credit-card-container__info_sdk .credit-card-info-adyen {
  height: inherit;
  min-height: 314px;
}

/* line 281, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .payment-confirmation {
  text-align: right;
}

/* line 285, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .coupon-form-container {
  min-width: 550px;
}

/* line 289, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .credit-card-form {
  border-radius: 10px;
  border: 1px solid #dfdcd2;
  border-top: 15px solid #dfdcd2;
  padding: 20px 40px 20px 100px;
  background: #f0efea;
}

/* line 302, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-content .checkout-review .product-list .product-list__item-price {
  right: 20px;
}

/* line 306, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .checkout-content .checkout-review .product-list a {
  text-decoration: none;
}

/* line 314, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .custom-new-checkout .checkout-vat {
  font-weight: 600;
}

/* line 318, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .custom-new-checkout .checkout-review {
  display: none;
}

/* line 322, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .custom-new-checkout .discounts-and-total-container {
  display: none;
}

/* line 326, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .custom-new-checkout .new-total-wrap {
  font-size: 1rem;
  width: 100%;
  border: 1px solid #d7dfe3;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 20px;
}

/* line 334, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .custom-new-checkout .new-total-wrap .svg-inline--fa {
  color: #19bcc9;
}

/* line 339, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .custom-new-checkout .new-total-wrap span:first-child {
  margin-left: 10px;
  font-weight: 600;
}

/* line 345, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .custom-new-checkout .new-total-wrap .new-show-more {
  font-size: 0.8125rem;
  margin-left: 6px;
  color: #19bcc9;
  cursor: pointer;
}

/* line 352, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .custom-new-checkout .new-total-wrap .new-total-wrap-price {
  font-size: 1.125rem;
  float: right;
  font-weight: 400;
}

/* line 360, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .custom-new-checkout.is-active .new-total-wrap {
  display: none;
}

/* line 364, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .custom-new-checkout.is-active .discounts-and-total-container {
  display: block;
}

/* line 368, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .custom-new-checkout.is-active .checkout-review {
  display: block;
}

/* line 374, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  border-radius: 3px;
}

/* line 380, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector .currency-selector__down,
.site-page--checkout .currency-selector .currency-selector__up {
  display: inline-block;
  margin-left: 8px;
  border-left: 1px solid #e7e7e7;
  padding: 0 4px 0 12px;
}

/* line 388, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector .svg-inline--fa {
  color: #bcbcbc;
}

/* line 392, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector .currency-selector__up {
  display: none;
}

/* line 396, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector .currency-selector__rate {
  font-size: 0.8125rem;
  margin-bottom: 4px;
  color: #6d7d85;
  line-height: 1.5;
}

/* line 403, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector .currency-selector__option {
  display: inline-block;
  padding-left: 8px;
  vertical-align: top;
}

/* line 409, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector .currency-selector__dropwdown {
  display: none;
  position: absolute;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  animation: BlockFadeIn 0.5s ease-in;
  box-shadow: 0 0 5px rgba(19, 21, 24, 0.25);
}

/* line 418, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector .currency-selector__dropwdown .currency-selector__option {
  display: block;
}

/* line 423, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector .currency-selector__link {
  display: block;
  color: #131518;
  text-decoration: none;
}

/* line 428, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector .currency-selector__link:hover {
  color: #19bcc9;
}

/* line 433, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector:hover {
  z-index: 15;
  box-shadow: 0 0 5px rgba(19, 21, 24, 0.25);
}

/* line 437, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector:hover .currency-selector__dropwdown {
  display: block;
}

/* line 441, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector:hover .currency-selector__up {
  display: inline-block;
}

/* line 445, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector:hover .currency-selector__down {
  display: none;
}

/* line 449, app/assets/stylesheets/pages/checkout/checkout_steps/_review-payment.scss */
.site-page--checkout .currency-selector:hover .svg-inline--fa {
  color: #6d6d6d;
}

/* line 7, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps {
  display: block;
  width: 100%;
  font-size: 1.3125rem;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.4px;
  position: relative;
  top: 20px;
  z-index: 50;
}

/* line 18, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps:after {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 3px 3px 0 0;
  background: #e7e7e7;
  position: absolute;
  bottom: 18px;
  left: 0;
  z-index: -1;
  content: "";
}

/* line 31, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 50px;
  position: relative;
  top: -5px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-steps ul:before, .site-page--checkout .checkout-steps ul:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-steps ul:after {
  clear: both;
}

/* line 38, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li {
  display: block;
  width: 33%;
  float: left;
  text-align: center;
  position: relative;
}

/* line 46, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li.is-complete a {
  color: #3f444c;
  cursor: default;
}

/* line 50, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li.is-complete a.is-link {
  color: #3f444c;
  cursor: pointer;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--checkout .checkout-steps ul > li.is-complete a.is-link:hover {
  color: #159ca9;
}

/* line 56, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li.is-complete:after {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 0;
  background: #159ca9;
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 70, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li.is-complete:first-child:after {
  border-radius: 3px 0 0 0;
}

/* line 76, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li.is-active {
  font-weight: 600;
}

/* line 79, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li.is-active:after {
  display: block;
  width: 50%;
  height: 5px;
  border-radius: 0 3px 3px 0;
  background: #159ca9;
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 92, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li.is-active a {
  cursor: default;
  opacity: 1;
}

/* line 98, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li.is-active:first-child:after {
  border-radius: 3px 0 0 0;
}

/* line 104, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li.is-disabled {
  opacity: 1;
}

/* line 107, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li.is-disabled a {
  color: #3f444c;
  cursor: default;
}

/* line 112, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul > li.is-disabled .step-indicator {
  border-color: #e7e7e7;
}

/* line 118, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul a {
  color: #3f444c;
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 0 40px;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--checkout .checkout-steps ul a:hover {
  color: #159ca9;
}

/* line 126, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps ul a .step-indicator {
  position: absolute;
  bottom: 5.6px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border: solid 5px #159ca9;
  border-radius: 50%;
  background: #fff;
}

/* line 142, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .card, .site-page--checkout .table-responsive, .site-page--checkout .content-box, .site-page--checkout .table-with-borders {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}

/* line 148, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps--1-way ul > li {
  width: 100%;
}

/* line 156, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps--3-way ul > li {
  width: 33%;
}

/* line 164, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-steps--4-way ul > li {
  width: 25%;
}

/* line 170, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .remove-from-cart {
  padding-left: 10px;
}

/* line 174, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-vat {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f4f6f7;
}

/* line 179, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-vat .billing-address-container {
  margin-top: 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-vat__info:before, .site-page--checkout .checkout-vat__info:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--checkout .checkout-vat__info:after {
  clear: both;
}

/* line 188, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .checkout-vat__company {
  padding-top: 5px;
}

/* line 192, app/assets/stylesheets/pages/checkout/_checkout.scss */
.site-page--checkout .request-invoice-button {
  margin: 0 20px;
}

/* line 2, app/assets/stylesheets/pages/cart/_index.scss */
.site-page--cart .cart-container {
  margin-bottom: 50px;
  min-height: 150px;
}

/* line 7, app/assets/stylesheets/pages/cart/_index.scss */
.site-page--cart .cart-items {
  margin-bottom: 10px;
}

/* line 11, app/assets/stylesheets/pages/cart/_index.scss */
.site-page--cart .cart-summary {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6dee2;
  line-height: 32px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--cart .cart-summary:before, .site-page--cart .cart-summary:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--cart .cart-summary:after {
  clear: both;
}

/* line 20, app/assets/stylesheets/pages/cart/_index.scss */
.site-page--cart .cart-summary__total-items {
  float: left;
}

/* line 24, app/assets/stylesheets/pages/cart/_index.scss */
.site-page--cart .cart-summary__total-price {
  float: right;
  font-size: 1.5rem;
  line-height: 32px;
  text-transform: uppercase;
}

/* line 30, app/assets/stylesheets/pages/cart/_index.scss */
.site-page--cart .cart-summary__total-price strong {
  margin-left: 10px;
  font-weight: 400;
}

/* line 36, app/assets/stylesheets/pages/cart/_index.scss */
.site-page--cart .cart-actions {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6dee2;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--cart .cart-actions:before, .site-page--cart .cart-actions:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--cart .cart-actions:after {
  clear: both;
}

/* line 45, app/assets/stylesheets/pages/cart/_index.scss */
.site-page--cart .cart-actions__checkbox-controls {
  float: left;
  line-height: 35px;
}

/* line 2, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .users-list {
  min-height: 400px;
}

/* line 6, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user {
  margin-bottom: 5px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--users-list .user__header:before, .site-page--users-list .user__header:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--users-list .user__header:after {
  clear: both;
}

/* line 14, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__avatar {
  float: left;
  margin-right: 10px;
}

/* line 19, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__name {
  float: left;
}

/* line 22, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__name h4 {
  margin: 0;
  font-weight: normal;
  line-height: 40px;
}

/* line 29, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__tags {
  float: right;
}

/* line 33, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__info {
  margin-top: 5px;
  color: #485c66;
}

/* line 37, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__info li {
  margin-right: 30px;
  position: relative;
}

/* line 41, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__info li:after {
  display: block;
  width: 5px;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  right: -16px;
  content: ' ';
}

/* line 52, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__info li:last-child {
  margin-right: 0;
}

/* line 55, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__info li:last-child:after {
  display: none;
}

/* line 61, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__info b {
  color: black;
}

/* line 66, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__items {
  margin-top: 20px;
}

/* line 70, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__items .content-box__premium-badge.is-shop-credit-sign {
  top: -6px;
  right: 44%;
}

/* line 76, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .user__items .content-box__badges-list,
.site-page--users-list .user__items .overlay-trigger,
.site-page--users-list .user__items .content-box__file-extensions {
  display: none;
}

/* line 83, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .users-search {
  margin-bottom: 20px;
}

/* line 88, app/assets/stylesheets/pages/users/_index.scss */
.site-page--users-list .users-search__sort select {
  width: 100%;
}

/* line 97, app/assets/stylesheets/pages/users/_index.scss */
.site-page--designers-list .user-data .user-data__icon-wrapper,
.site-page--designers-list .user-data .user-data__rating-wrapper {
  line-height: 20px;
}

/* line 103, app/assets/stylesheets/pages/users/_index.scss */
.site-page--designers-list .user-data .user-data__icon-wrapper .svg-inline--fa {
  font-size: 0.75rem;
  color: #204659;
}

/* line 109, app/assets/stylesheets/pages/users/_index.scss */
.site-page--designers-list .user-data .user-data__rating-wrapper {
  margin-right: 8px;
}

/* line 114, app/assets/stylesheets/pages/users/_index.scss */
.site-page--designers-list .user-data h1 a {
  text-decoration: none;
  overflow-wrap: break-word;
}

/* line 120, app/assets/stylesheets/pages/users/_index.scss */
.site-page--designers-list .user-data .user-data__actions {
  justify-content: flex-start;
}

@media (max-width: 959.98px) {
  /* line 125, app/assets/stylesheets/pages/users/_index.scss */
  .site-page--designers-list .user-data .user-data__section--top {
    padding: 16px 8px 4px;
  }
  /* line 128, app/assets/stylesheets/pages/users/_index.scss */
  .site-page--designers-list .user-data .user-data__section--top .user-data__rating-wrapper {
    font-size: 12px;
  }
  /* line 132, app/assets/stylesheets/pages/users/_index.scss */
  .site-page--designers-list .user-data .user-data__section--top .user-data__tooltip-wrapper {
    margin-right: 14px;
  }
  /* line 137, app/assets/stylesheets/pages/users/_index.scss */
  .site-page--designers-list .user-data .user-data__actions {
    margin: 0 -4px;
    justify-content: space-between;
  }
  /* line 141, app/assets/stylesheets/pages/users/_index.scss */
  .site-page--designers-list .user-data .user-data__actions .btn, .site-page--designers-list .user-data .user-data__actions .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--designers-list .user-data .user-data__actions button,
.site-page--designers-list .user-data .user-data__actions .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--designers-list .user-data .user-data__actions button {
    width: auto;
    margin: 0 4px 8px;
    flex: 1 1 0;
  }
  /* line 147, app/assets/stylesheets/pages/users/_index.scss */
  .site-page--designers-list .user-data .user-data__actions .hire-me-tooltip {
    width: auto;
    margin: 0 4px 8px;
    flex: 1 1 0;
  }
  /* line 152, app/assets/stylesheets/pages/users/_index.scss */
  .site-page--designers-list .user-data .user-data__actions .hire-me-tooltip .btn, .site-page--designers-list .user-data .user-data__actions .hire-me-tooltip .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--designers-list .user-data .user-data__actions .hire-me-tooltip button,
.site-page--designers-list .user-data .user-data__actions .hire-me-tooltip .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--designers-list .user-data .user-data__actions .hire-me-tooltip button {
    width: 100%;
    margin: 0;
    padding: 9px;
  }
}

/* line 162, app/assets/stylesheets/pages/users/_index.scss */
.site-page--designers-list .designers-list__load-more {
  margin-top: 32px;
}

/* line 2, app/assets/stylesheets/pages/users/_request_email.scss */
.site-page--request-email .request-email-container {
  width: 43.2574430823%;
  margin: 80px auto;
}

/* line 7, app/assets/stylesheets/pages/users/_request_email.scss */
.site-page--request-email hr {
  margin: 15px 0;
}

/* line 11, app/assets/stylesheets/pages/users/_request_email.scss */
.site-page--request-email .close-button {
  float: right;
  margin-top: 5px;
}

/* line 16, app/assets/stylesheets/pages/users/_request_email.scss */
.site-page--request-email .request-email--form-content {
  display: inline-block;
  width: 100%;
}

/* line 20, app/assets/stylesheets/pages/users/_request_email.scss */
.site-page--request-email .request-email--form-content .field {
  float: left;
  width: 70%;
}

/* line 25, app/assets/stylesheets/pages/users/_request_email.scss */
.site-page--request-email .request-email--form-content .button {
  float: right;
  width: 25%;
}

/* line 3, app/assets/stylesheets/pages/users/_session.scss */
.site-page--session.session-login .tabs-content {
  padding: 20px;
}

/* line 8, app/assets/stylesheets/pages/users/_session.scss */
.site-page--session .session-container {
  margin: 80px 0;
}

/* line 12, app/assets/stylesheets/pages/users/_session.scss */
.site-page--session .session-container__heading {
  font-size: 1.25rem;
  margin: 0 0 20px;
  color: #23272c;
  font-weight: 400;
}

/* line 19, app/assets/stylesheets/pages/users/_session.scss */
.site-page--session .session-actions {
  line-height: 50px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--session .session-actions:before, .site-page--session .session-actions:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--session .session-actions:after {
  clear: both;
}

/* line 24, app/assets/stylesheets/pages/users/_session.scss */
.site-page--session .session-links {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}

/* line 29, app/assets/stylesheets/pages/users/_session.scss */
.site-page--session .session-links > li {
  display: inline-block;
  margin-right: 15px;
  list-style: none;
}

/* line 34, app/assets/stylesheets/pages/users/_session.scss */
.site-page--session .session-links > li:last-child {
  margin-right: 0;
}

/* line 40, app/assets/stylesheets/pages/users/_session.scss */
.site-page--session hr {
  margin: 15px 0;
}

/* line 47, app/assets/stylesheets/pages/users/_session.scss */
.site-page--session .input-container label {
  margin-bottom: 3px;
}

/* line 2, app/assets/stylesheets/pages/users/_set_password.scss */
.site-page--set-password .terms-text {
  margin-bottom: 0;
}

/* line 3, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .js-bg:after {
  display: none;
}

/* line 8, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-container {
  margin: 60px 0 20px;
  position: relative;
}

/* line 13, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-content__tabs {
  height: 40px;
  background: #eef1f3;
  position: relative;
  top: 1px;
  box-shadow: 0 2px 5px #d6dee2;
}

/* line 22, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-content__tabs .tabs {
  position: relative;
  top: -1px;
  border-bottom: none;
}

/* line 27, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-content__tabs .tabs > li {
  border-bottom: 1px solid #d6dee2;
}

/* line 31, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-content__tabs .tabs > li.is-active:after {
  left: 42%;
}

/* line 39, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-content__content {
  margin-top: 10px;
}

/* line 42, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-content__content .grid {
  margin: 0 -9px;
  padding: 0 10px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--user .user-content__gallery:before, .site-page--user .user-content__gallery:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--user .user-content__gallery:after {
  clear: both;
}

/* line 52, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-content__cta {
  padding: 20px 0;
  border-top: 1px solid #d6dee2;
  text-align: center;
}

/* line 57, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-content__cta .svg-inline--fa {
  margin: 0 0 0 10px;
}

/* line 62, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .content-box__premium-badge--sale-off {
  top: 11%;
  right: -32%;
}

/* line 67, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .is-shop-credit-sign {
  top: -5px;
  right: 46%;
}

/* line 72, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header {
  display: block;
  min-height: 250px;
  padding: 30px 0;
  text-align: center;
}

/* line 79, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header__title {
  margin: 10px 0 5px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: normal;
}

/* line 87, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header__status {
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #19bcc9;
}

/* line 93, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header__status.is-offline {
  color: #ce3c5c;
}

/* line 98, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header__admin {
  color: #485c66;
}

/* line 102, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header__self {
  margin-bottom: 0;
  color: #485c66;
}

/* line 108, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header__actions .user-follow-form,
.site-page--user .user-header__actions .hire-designer-form {
  display: inline-block;
}

/* line 113, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header__actions .button {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 119, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header__actions .button:last-child {
  margin-right: 0;
}

/* line 123, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header__actions .hire-designer-button {
  display: inline-block;
}

/* line 128, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header__footer {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #e5eaec;
  border-left: 0;
  border-right: 0;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  line-height: 18px;
  position: relative;
  top: 30px;
}

/* line 142, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-header__location {
  color: #485c66;
}

/* line 146, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-join-date {
  margin-bottom: 20px;
  color: #ce3c5c;
}

/* line 150, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-join-date.is-compact {
  margin-bottom: 0;
}

/* line 155, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user__share {
  line-height: 30px;
  margin-top: 15px;
}

/* line 159, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user__share .list__item {
  margin-bottom: 5px;
}

/* line 164, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .tab-content {
  display: none;
}

/* line 167, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .tab-content.is-active {
  display: block;
}

/* line 173, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .tab-content__buyer-ratings .card__heading {
  border-bottom: 2px solid #d5d5d5;
  padding: 0 5px 5px;
}

/* line 178, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .tab-content__buyer-ratings .buyer-rating__tile {
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0;
}

/* line 183, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .tab-content__buyer-ratings .buyer-rating__icon {
  display: inline-block;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}

/* line 190, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .tab-content__buyer-ratings .buyer-rating__info {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: middle;
  word-wrap: break-word;
}

/* line 197, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .tab-content__buyer-ratings .rating-model--without-comment {
  height: 100%;
  display: flex;
}

/* line 202, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .tab-content__buyer-ratings .rating-model__link {
  display: flex;
  align-items: center;
}

/* line 208, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-content__empty {
  display: block;
  margin-top: 50px;
  text-align: center;
  color: #485c66;
}

/* line 215, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .user-content__empty-heading {
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.25rem;
  line-height: 28px;
  font-weight: normal;
  color: black;
}

/* line 224, app/assets/stylesheets/pages/users/_show.scss */
.site-page--user .content-box__badges-list,
.site-page--user .overlay-trigger {
  display: none;
}

/* line 230, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__row {
  padding: 32px 0;
}

/* line 234, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__row .user-reviews .user-models__load-more-row {
  width: 100%;
  border: 0;
}

/* line 238, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__row .user-reviews .user-models__load-more-row .btn, .user-profile__row .user-reviews .user-models__load-more-row .mde-header .mde-tabs button, .mde-header .mde-tabs .user-profile__row .user-reviews .user-models__load-more-row button,
.user-profile__row .user-reviews .user-models__load-more-row .mde-header .mde-header-group button,
.mde-header .mde-header-group .user-profile__row .user-reviews .user-models__load-more-row button {
  margin: 8px 0;
}

/* line 244, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__row.job-list-item__row {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 959.98px) {
  /* line 251, app/assets/stylesheets/pages/users/_show.scss */
  .user-profile__row.user-profile__sidebar {
    margin-top: -156px;
    padding-top: 0;
  }
}

/* line 259, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__tags-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 265, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__sticky-wrapper {
  margin-bottom: 16px;
}

@media (max-width: 639.98px) {
  /* line 265, app/assets/stylesheets/pages/users/_show.scss */
  .user-profile__sticky-wrapper {
    margin: 24px -20px 16px;
    padding: 0 4px;
  }
}

/* line 274, app/assets/stylesheets/pages/users/_show.scss */
.user-empty-message {
  width: 100%;
  margin: 70px 0;
  text-align: center;
}

/* line 281, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__sticky .nav-tabs, .user-profile__sticky .nav-tabs--fatter-font {
  display: flex;
  padding: 0 4px;
}

/* line 285, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__sticky .nav-tabs .tab, .user-profile__sticky .nav-tabs--fatter-font .tab {
  height: 52px;
  margin: 0;
  align-self: flex-end;
  user-select: none;
  white-space: nowrap;
}

/* line 292, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__sticky .nav-tabs .tab a, .user-profile__sticky .nav-tabs--fatter-font .tab a {
  padding: 4px 12px 0;
  line-height: 45px;
}

/* line 297, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__sticky .nav-tabs .tab .user-tag__counter, .user-profile__sticky .nav-tabs--fatter-font .tab .user-tag__counter {
  color: #d5d5d5;
}

/* line 301, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__sticky .nav-tabs .tab.tab__with-dropdown, .user-profile__sticky .nav-tabs--fatter-font .tab.tab__with-dropdown {
  position: relative;
}

/* line 307, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__sticky .user-profile__sticky-card {
  position: relative;
  width: 100%;
  height: 52px;
  overflow: hidden;
}

/* line 314, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__sticky .Select-new {
  min-width: 140px;
  height: 100%;
}

/* line 318, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__sticky .Select-new .Select-control {
  height: 100%;
}

/* line 322, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__sticky .Select-new .Select-value {
  line-height: 52px;
}

/* line 327, app/assets/stylesheets/pages/users/_show.scss */
.user-profile__sticky.is-sticky {
  z-index: 99;
}

@media (min-width: 640px) {
  /* line 332, app/assets/stylesheets/pages/users/_show.scss */
  .user-profile__sticky .user-profile__sticky-card {
    height: 48px;
  }
  /* line 336, app/assets/stylesheets/pages/users/_show.scss */
  .user-profile__sticky .nav-tabs, .user-profile__sticky .nav-tabs--fatter-font {
    padding: 0 8px;
  }
  /* line 339, app/assets/stylesheets/pages/users/_show.scss */
  .user-profile__sticky .nav-tabs .tab, .user-profile__sticky .nav-tabs--fatter-font .tab {
    height: 48px;
  }
  /* line 342, app/assets/stylesheets/pages/users/_show.scss */
  .user-profile__sticky .nav-tabs .tab a, .user-profile__sticky .nav-tabs--fatter-font .tab a {
    padding: 8px 16px 0;
    line-height: 37px;
  }
  /* line 347, app/assets/stylesheets/pages/users/_show.scss */
  .user-profile__sticky .nav-tabs .tab span, .user-profile__sticky .nav-tabs--fatter-font .tab span {
    margin-left: 4px;
  }
}

/* line 355, app/assets/stylesheets/pages/users/_show.scss */
.user-profile-page__flex-row, .user-data__section--top .user-data__counters-row, .user-data__section--top .user-data__counters-row .user-data__tooltip-wrapper, .user-data__section--top .user-data__counters-row .user-data__counter-wrapper, .user-models__header, .user-models__header .user-models__header-left, .user-models__left-section,
.user-data__section--scrollable, .user-models__left-section .job-list-item__labels,
.user-data__section--scrollable .job-list-item__labels {
  display: flex;
  flex-flow: row;
  align-items: center;
}

/* line 361, app/assets/stylesheets/pages/users/_show.scss */
.user-profile-page__pseudo-element, .user-models__left-section::after,
.user-data__section--scrollable::after, .user-models__left-section .job-list-item__labels::before, .user-models__left-section .job-list-item__labels.details-box__separator::after,
.user-data__section--scrollable .job-list-item__labels::before,
.user-data__section--scrollable .job-list-item__labels.details-box__separator::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
}

/* line 2, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .content-container {
  margin: 20px 0;
  padding: 30px 0;
  background: white;
  text-align: center;
}

/* line 9, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .available-choices {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 50px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--thanks .available-choices:before, .site-page--thanks .available-choices:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--thanks .available-choices:after {
  clear: both;
}

/* line 14, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .available-choices > li {
  display: inline-block;
  vertical-align: top;
  width: 208px;
  height: 320px;
  padding-top: 9px;
  margin-right: 100px;
  background: url(/assets/publishing_choice_sprite-cc7889ddb3959d396bf14454237055dea762598880b211f954da5f233a10b511.png) no-repeat 0 1px;
  text-align: center;
}

/* line 24, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .available-choices > li:last-child {
  margin-right: 0;
}

/* line 28, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .available-choices > li:hover {
  background-position: 0 -424px;
}

/* line 32, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .available-choices > li:hover a .available-choice {
  color: #19bcc9;
}

/* line 35, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .available-choices > li:hover a .available-choice span {
  color: #485c66;
}

/* line 43, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .available-choices a {
  text-decoration: none;
  transition: 0.15s ease-in-out all;
}

/* line 47, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .available-choices a .available-choice {
  color: #485c66;
}

/* line 50, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .available-choices a .available-choice span {
  color: rgba(72, 92, 102, 0.7);
}

/* line 57, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .available-choice {
  display: block;
  margin-top: 20px;
  min-height: 80px;
  text-transform: uppercase;
  transition: 0.15s ease-in-out all;
}

/* line 64, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .available-choice span {
  display: block;
  text-transform: none;
  transition: 0.15s ease-in-out all;
}

/* line 71, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .community-choices {
  margin: 50px 0 20px;
  padding: 0 100px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--thanks .community-choices:before, .site-page--thanks .community-choices:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--thanks .community-choices:after {
  clear: both;
}

/* line 77, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .community-choice {
  width: 49.5621716287%;
  float: left;
  margin-right: 0.8756567426%;
}

/* line 80, app/assets/stylesheets/pages/users/_thanks.scss */
.site-page--thanks .community-choice.is-last, .site-page--thanks .community-choice:last-child {
  float: right;
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers {
  color: #485c66;
}

/* line 4, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .page-content {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

/* line 10, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .careers-header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
  min-height: 200px;
  padding: 20px 0 40px;
  background: #23272c;
  color: #fff;
}

/* line 20, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .careers-header__summary {
  font-size: 1.125rem;
  line-height: 26px;
}

/* line 25, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .perks-list {
  padding: 30px 0 0;
}

/* line 29, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .perk {
  padding-right: 40px;
  margin-bottom: 30px;
}

/* line 33, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .perk.is-last, .site-page--careers .perk.is-last-of-row {
  padding-right: 0;
  padding-left: 40px;
}

/* line 40, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .perk__icon {
  padding: 4px 15px 0 0;
}

/* line 44, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .perk__description {
  font-size: 1rem;
  line-height: 20px;
}

/* line 49, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .content-heading {
  margin: 0 0 30px;
}

/* line 53, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .department {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d7dfe3;
}

/* line 58, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .department:last-child, .site-page--careers .department.is-last {
  border-bottom: 0;
}

/* line 64, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .department__title {
  margin-top: 10px;
  color: #204659;
}

/* line 70, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .open-positions-list li {
  font-size: 1.125rem;
  list-style: none;
  line-height: 1.7;
}

/* line 75, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .open-positions-list li:before, .site-page--careers .open-positions-list li.details-box__separator::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  padding-right: 10px;
}

/* line 83, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers.open-position-page {
  background: #f4f6f7;
  color: #131518;
}

/* line 87, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers.open-position-page .content-heading {
  position: relative;
}

/* line 91, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers.open-position-page .position-main-header {
  margin-top: 50px;
}

/* line 95, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers.open-position-page .back-btn {
  position: absolute;
  top: -8px;
  left: 0;
}

@media (max-width: 959.98px) {
  /* line 95, app/assets/stylesheets/pages/pages/_careers.scss */
  .site-page--careers.open-position-page .back-btn {
    top: -47px;
  }
}

/* line 105, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers.open-position-page .position-short-info {
  display: flex;
  justify-content: center;
}

/* line 109, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers.open-position-page .position-short-info div:not(:last-child) {
  margin-right: 8px;
  border-right: 1px solid rgba(30, 39, 50, 0.5);
  padding-right: 8px;
}

/* line 116, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers.open-position-page .details-section-heading {
  text-transform: uppercase;
}

/* line 121, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .content-heading__sumary {
  font-size: 1.125rem;
  line-height: 1.7;
}

/* line 127, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .open-position-content ul {
  margin: -12px 0 0;
  padding-bottom: 20px;
  line-height: 1.7;
}

/* line 134, app/assets/stylesheets/pages/pages/_careers.scss */
.site-page--careers .open-position-footer {
  margin: 30px 0 60px;
}

/* line 2, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .design-partnership-header {
  position: relative;
  background-image: url(/assets/design_partnership/wildcat_hero2-6847f56e4c71af04d8d45db4ecd386bbe1334231f19da8eb4138c764571b4737.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 10, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .language-switcher {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding: 10px 40px 0 0;
}

/* line 15, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .language-switcher .is-active {
  font-weight: 800;
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .language-switcher a {
  color: #fff;
  color: #fff;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--design-partnership .language-switcher a:hover {
  color: #96dfcf;
}

/* line 25, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .language-switcher a:hover {
  text-decoration: underline;
}

/* line 31, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .design-partnership-header__heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 45px 0 145px;
  color: #fff;
}

@media (min-width: 640px) {
  /* line 31, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .design-partnership-header__heading {
    padding: 80px 0 150px;
  }
}

@media (min-width: 960px) {
  /* line 31, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .design-partnership-header__heading {
    padding: 100px 0 200px;
  }
}

@media (min-width: 1280px) {
  /* line 31, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .design-partnership-header__heading {
    padding: 170px 0 300px;
  }
}

/* line 49, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .design-partnership-header__description {
  font-weight: 600;
}

@media (min-width: 960px) {
  /* line 49, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .design-partnership-header__description {
    font-size: 1.125rem;
    margin-top: 32px;
  }
}

/* line 58, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .design-partnership-header__benefits {
  display: inline-block;
  font-weight: 600;
}

/* line 62, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .design-partnership-header__benefits ul {
  display: flex;
  margin: 32px 0 24px;
  padding-left: 20px;
  line-height: 2;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

/* line 71, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .design-partnership-header__benefits ul li {
  width: 181px;
  min-height: 80px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 8px;
  padding: 17px 8px;
  background-color: rgba(198, 131, 186, 0.5);
}

@media (max-width: 959.98px) {
  /* line 62, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .design-partnership-header__benefits ul {
    padding-left: 16px;
  }
}

@media (max-width: 639.98px) {
  /* line 62, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .design-partnership-header__benefits ul {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  /* line 58, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .design-partnership-header__benefits {
    font-size: 1.25rem;
    margin: 0;
  }
}

/* line 100, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .content-section--light {
  background: #fff;
}

/* line 104, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .content-section {
  padding: 70px 0;
}

@media (max-width: 639.98px) {
  /* line 104, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .content-section {
    padding: 30px 0;
  }
}

/* line 112, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .section--open-positions {
  position: relative;
  max-width: 90%;
  margin: -100px auto 0;
  padding: 0;
}

@media (min-width: 960px) {
  /* line 118, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .section--open-positions .container-wrapper {
    padding: 32px 0;
  }
}

/* line 124, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .section--open-positions .open-position__heading {
  position: relative;
}

@media (max-width: 639.98px) {
  /* line 127, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .section--open-positions .open-position__heading .position-title {
    display: block;
    margin-bottom: 10px;
  }
}

/* line 135, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .section--open-positions .open-position__badge {
  font-size: 0.875rem;
  display: inline-block;
  border: 1px solid #ce3c5c;
  border-radius: 5px;
  padding: 4px 12px;
  background: transparent;
  color: #ce3c5c;
  font-weight: 400;
  line-height: 1;
  color: #485c66;
}

@media (min-width: 640px) {
  /* line 135, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .section--open-positions .open-position__badge {
    position: absolute;
    top: 5px;
  }
}

/* line 146, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .open-position {
  padding: 40px 0;
}

/* line 150, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .open-position:not(:first-of-type)::before, .site-page--design-partnership .details-box__separator:not(:first-of-type)::after {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 30%;
  height: 1px;
  border-top: 1px solid #d7dfe3;
  transform: translateX(-50%);
  content: '';
}

/* line 162, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .open-position:first-child {
  padding-top: 0;
}

/* line 166, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .open-position:last-child {
  padding-bottom: 0;
}

@media (min-width: 960px) {
  /* line 146, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .open-position {
    padding: 0;
  }
  /* line 174, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .open-position:nth-child(2)::before, .site-page--design-partnership .details-box__separator:nth-child(2)::after {
    top: 50%;
    left: 0;
    width: 1px;
    height: 70%;
    border-top: 0;
    border-left: 1px solid #d7dfe3;
    transform: translateX(0) translateY(-50%);
  }
}

/* line 187, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .section--benefits {
  padding-bottom: 0;
}

/* line 192, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .section--join-us .content__cta {
  margin-top: 64px;
}

@media (max-width: 959.98px) {
  /* line 191, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .section--join-us {
    text-align: center;
  }
}

/* line 201, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .section-heading, .site-page--design-partnership .site-page--my-products .section-heading--small, .site-page--my-products .site-page--design-partnership .section-heading--small {
  margin-bottom: 70px;
}

@media (max-width: 959.98px) {
  /* line 201, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .section-heading, .site-page--design-partnership .site-page--my-products .section-heading--small, .site-page--my-products .site-page--design-partnership .section-heading--small {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 639.98px) {
  /* line 201, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .section-heading, .site-page--design-partnership .site-page--my-products .section-heading--small, .site-page--my-products .site-page--design-partnership .section-heading--small {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
}

/* line 216, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .content-section__content .content-block {
  max-width: 400px;
}

/* line 220, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .content-section__content .svg-inline--fa {
  font-size: 2.5rem;
  color: #204659;
}

/* line 225, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .content-section__content .content-info {
  margin: 20px 0 70px;
}

/* line 228, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .content-section__content .content-info.is-not-spaced {
  margin-bottom: 0;
}

@media (max-width: 639.98px) {
  /* line 225, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .content-section__content .content-info {
    margin-bottom: 30px;
  }
}

/* line 239, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .content__how-it-works-step .card-step__content {
  display: flex;
  height: 100%;
  flex-direction: column;
}

/* line 244, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .content__how-it-works-step .card-step__content .content-info {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

/* line 252, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .content__how-it-works-step .step-card {
  max-width: 290px;
  margin: auto;
}

/* line 257, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .content__how-it-works-step .step-indication {
  width: 49px;
  height: 49px;
  margin: 20px auto;
  border-radius: 50%;
  background: #204659;
  padding: 15px 0;
  text-align: center;
}

/* line 266, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .content__how-it-works-step .step-indication .svg-inline--fa {
  font-size: 1.25rem;
  margin: 0;
  color: #fff;
}

@media (min-width: 960px) {
  /* line 238, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .content__how-it-works-step {
    position: relative;
    flex: 1;
  }
  /* line 277, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .content__how-it-works-step:not(:first-of-type) {
    margin-left: 80px;
  }
  /* line 281, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .content__how-it-works-step .step-card {
    max-width: none;
    height: 100%;
    min-height: none;
  }
  /* line 287, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .content__how-it-works-step .step-indication {
    position: absolute;
    top: 40%;
    right: -65px;
    margin: 0;
    transform: rotate(-90deg);
  }
}

/* line 298, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .section--got-questions .section-heading, .site-page--design-partnership .section--got-questions .site-page--my-products .section-heading--small, .site-page--my-products .site-page--design-partnership .section--got-questions .section-heading--small {
  margin-bottom: 50px;
}

/* line 302, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .section--got-questions .btn, .site-page--design-partnership .section--got-questions .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--design-partnership .section--got-questions button,
.site-page--design-partnership .section--got-questions .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--design-partnership .section--got-questions button {
  min-width: 190px;
  color: #204659;
}

/* line 307, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .section--got-questions .btn--help-center {
  margin-right: 20px;
}

@media (max-width: 639.98px) {
  /* line 312, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .section--got-questions .btns-wrapper {
    display: flex;
    flex-direction: column;
  }
  /* line 317, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .section--got-questions .btn, .site-page--design-partnership .section--got-questions .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--design-partnership .section--got-questions button,
.site-page--design-partnership .section--got-questions .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--design-partnership .section--got-questions button {
    display: block;
    margin: 0 auto;
  }
  /* line 322, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .section--got-questions .btn--help-center {
    margin-top: 16px;
    order: 2;
  }
  /* line 327, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .section--got-questions .btn--contact-us {
    order: 1;
  }
}

/* line 334, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .responsive-footer .responsive-footer__middle-row {
  display: none;
}

/* line 338, app/assets/stylesheets/pages/pages/_design-partnership.scss */
.site-page--design-partnership .responsive-footer .responsive-footer__bottom-row {
  margin-top: 0;
}

@media (min-width: 960px) {
  /* line 333, app/assets/stylesheets/pages/pages/_design-partnership.scss */
  .site-page--design-partnership .responsive-footer {
    padding-top: 36px;
  }
}

/* line 2, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .main-content {
  margin-top: -20px;
  padding-right: 10px;
  text-align: justify;
}

/* line 7, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .main-content .main-content__content {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .main-content .main-content__list {
  margin: -10px auto 0;
}

/* line 15, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .main-content .list__first-item {
  margin-top: -15px;
}

/* line 19, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .main-content .main-content__title {
  margin-top: 40px;
}

/* line 23, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .main-content .button {
  width: 250px;
  margin-bottom: 20px;
}

/* line 29, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .contact-info {
  margin-top: 30px;
}

/* line 33, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .contact-block__block-title {
  margin-top: 24px;
  font-weight: 600;
}

/* line 38, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .contact-block__person {
  font-size: 1.5rem;
  margin: 5px 0;
  font-weight: 300;
}

/* line 43, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .contact-block__person .svg-inline--fa {
  color: #131518;
}

/* line 46, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .contact-block__person .svg-inline--fa:hover {
  color: #404751;
}

/* line 52, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .contact-block__title {
  margin-bottom: 10px;
  margin-top: 40px;
}

/* line 57, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .contact-block__subtitle {
  color: #536975;
  font-style: italic;
}

/* line 62, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .contact-block__info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

/* line 66, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .contact-block__info b {
  font-weight: normal;
  color: #ce3c5c;
}

/* line 72, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .contact-block__linkedin-icon {
  margin-bottom: -4px;
}

/* line 76, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .press-page__social {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}

/* line 80, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .press-page__social .social-networks__col {
  width: 150px;
  display: inline-block;
}

/* line 85, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .press-page__social .svg-inline--fa {
  color: #131518;
}

/* line 89, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .press-page__social li {
  margin-right: 10px;
  margin-bottom: 20px;
  display: block;
}

/* line 95, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press .press-page__social a {
  text-decoration: none;
}

/* line 100, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press #chatbase-bubble-button {
  bottom: 4rem !important;
}

/* line 104, app/assets/stylesheets/pages/pages/_press.scss */
.site-page--press #chatbase-bubble-window {
  height: 80vh !important;
  bottom: 120px !important;
}

/* line 2, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .btn-primary {
  border-color: #19bcc9;
  background-color: #19bcc9;
}

/* line 6, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .btn-primary:hover {
  border-color: #159ca9;
  background-color: #159ca9;
}

/* line 12, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .sell-header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px;
  color: #fff;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--sell .sell-header:before, .site-page--sell .sell-header:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--sell .sell-header:after {
  clear: both;
}

/* line 22, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .sell-header .user-credits {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

/* line 27, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .sell-header .user-credits .user-credits__text {
  z-index: 1;
}

/* line 31, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .sell-header .user-credits .user-credits--link {
  color: #19bcc9;
}

/* line 37, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .user-form {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  margin-top: 16px;
}

/* line 41, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .user-form .tabs-content {
  padding: 20px 30px 30px;
}

/* line 45, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .user-form .form-group {
  margin-bottom: 10px;
}

/* line 50, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .user-form .form-gdpr .btn, .site-page--sell .user-form .form-gdpr .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--sell .user-form .form-gdpr button,
.site-page--sell .user-form .form-gdpr .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--sell .user-form .form-gdpr button {
  margin-top: 10px;
}

/* line 55, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .user-form .terms-text {
  padding: 5px 0;
}

/* line 60, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .sell-header__heading {
  margin-top: 220px;
}

/* line 64, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .sell-header__title {
  font-size: 2.8125rem;
  margin-bottom: 10px;
  line-height: 54px;
  font-weight: 400;
}

/* line 71, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .sell-header__description {
  font-size: 1.5rem;
  line-height: 28px;
}

/* line 76, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content-section {
  padding: 90px 0;
}

/* line 79, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content-section .link {
  color: #159ca9;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--sell .content-section .link:hover {
  color: #131518;
}

/* line 83, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content-section .link--dark {
  color: #204659;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--sell .content-section .link--dark:hover {
  color: #159ca9;
}

/* line 88, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content-section--light {
  background: #fff;
}

/* line 92, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content-section__title {
  font-size: 2.5rem;
  margin: 0;
  color: #23272c;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* line 101, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content-title {
  font-size: 1.25rem;
  margin-bottom: 13px;
  color: #204659;
  letter-spacing: 0.3px;
}

/* line 108, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content-info {
  font-size: 0.9375rem;
  color: #6d6d6d;
  letter-spacing: 0.7px;
}

/* line 113, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content-info .content-info__link {
  margin-top: 15px;
}

/* line 118, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .section--why-us {
  position: relative;
}

/* line 121, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .section--why-us img,
.site-page--sell .section--why-us svg {
  margin: 50px 0 20px;
}

/* line 126, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .section--why-us .link {
  font-weight: 600;
  letter-spacing: 0.6px;
}

@media (min-width: 640px) {
  /* line 118, app/assets/stylesheets/pages/pages/_sell.scss */
  .site-page--sell .section--why-us {
    padding-top: 130px;
  }
  /* line 134, app/assets/stylesheets/pages/pages/_sell.scss */
  .site-page--sell .section--why-us .content-section__title {
    margin-bottom: 16px;
  }
}

/* line 140, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .section--wildcat-banner {
  padding-top: 0;
}

/* line 144, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__how-it-works-step {
  position: relative;
  margin-top: 80px;
  padding: 0 50px 0 30px;
}

/* line 149, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__how-it-works-step .step-image {
  position: absolute;
  top: -35px;
  left: -10px;
}

/* line 155, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__how-it-works-step .step-indication {
  position: absolute;
  top: 35px;
  right: 10px;
}

/* line 160, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__how-it-works-step .step-indication .svg-inline--fa {
  -webkit-text-stroke: 2px #f7f7f7;
}

/* line 166, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__testimonial {
  position: relative;
  margin-top: 100px;
}

/* line 170, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__testimonial .testimonial-image {
  position: absolute;
  top: -55px;
  left: 80px;
}

/* line 176, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__testimonial .testimonial-author-image {
  display: inline-block;
  position: relative;
  float: left;
  overflow: hidden;
}

/* line 182, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__testimonial .testimonial-author-image .rounded-image {
  border-radius: 50%;
}

/* line 187, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__testimonial .content-info {
  display: inline-block;
  position: relative;
  width: calc(100% - 80px);
  padding: 0 30px;
}

/* line 194, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__testimonial .testimonial__author-name {
  font-size: 1.3125rem;
  margin: 20px 0 10px;
}

/* line 200, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__call-to-action {
  display: flex;
  margin-top: 100px;
  align-items: center;
}

/* line 205, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__call-to-action .call-to-action__container {
  width: 100%;
}

/* line 209, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__call-to-action .call-to-action__title {
  font-size: 1.875rem;
  height: 40px;
  color: #204659;
  line-height: 1;
  letter-spacing: 0.4px;
}

/* line 217, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__call-to-action .call-to-action__text {
  font-size: 1.5rem;
  display: inline-block;
  opacity: 0.6;
  width: calc(100% - 185px);
  color: #204659;
  line-height: 1;
  letter-spacing: 0.6px;
}

/* line 227, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__call-to-action .btn, .site-page--sell .content__call-to-action .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--sell .content__call-to-action button,
.site-page--sell .content__call-to-action .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--sell .content__call-to-action button {
  float: right;
  margin-top: -25px;
}

/* line 232, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__call-to-action .call-to-action__action {
  font-size: 1.1875rem;
  color: #ce3c5c;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 0.3px;
}

/* line 239, app/assets/stylesheets/pages/pages/_sell.scss */
.site-page--sell .content__call-to-action .call-to-action__action .svg-inline--fa {
  -webkit-text-stroke: 2px #fff;
}

/* line 5, app/assets/stylesheets/pages/pages/_show.scss */
.page-empty {
  position: relative;
  padding: 40px 0 96px;
  color: #204659;
  text-align: center;
}

/* line 11, app/assets/stylesheets/pages/pages/_show.scss */
.page-empty .heading-32 {
  font-size: 1.5rem;
  margin: 0 0 24px;
  font-weight: 400;
  line-height: 32px;
}

/* line 18, app/assets/stylesheets/pages/pages/_show.scss */
.page-empty .header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -35%);
}

/* line 26, app/assets/stylesheets/pages/pages/_show.scss */
.page-empty .btn, .page-empty .mde-header .mde-tabs button, .mde-header .mde-tabs .page-empty button,
.page-empty .mde-header .mde-header-group button,
.mde-header .mde-header-group .page-empty button {
  margin: 36px 0 8px;
}

/* line 30, app/assets/stylesheets/pages/pages/_show.scss */
.page-empty .background-image {
  opacity: 0.07;
  color: #204659;
}

@media (min-width: 960px) {
  /* line 5, app/assets/stylesheets/pages/pages/_show.scss */
  .page-empty {
    position: absolute;
    top: 25%;
    width: 100%;
  }
  /* line 40, app/assets/stylesheets/pages/pages/_show.scss */
  .page-empty .heading-32 {
    font-size: 2rem;
    line-height: 40px;
  }
}

/* line 2, app/assets/stylesheets/pages/pages/_trending.scss */
.site-page--trending-landing .section {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/pages/pages/_trending.scss */
.site-page--trending-landing .section ul b {
  display: block;
  color: black;
}

/* line 12, app/assets/stylesheets/pages/pages/_trending.scss */
.site-page--trending-landing .section li {
  margin-bottom: 15px;
}

/* line 17, app/assets/stylesheets/pages/pages/_trending.scss */
.site-page--trending-landing .section__heading {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

/* line 23, app/assets/stylesheets/pages/pages/_trending.scss */
.site-page--trending-landing .section__image {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

/* line 31, app/assets/stylesheets/pages/pages/_trending.scss */
.site-page--trending-landing .section__title {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 32px;
}

/* line 38, app/assets/stylesheets/pages/pages/_trending.scss */
.site-page--trending-landing .section__content {
  color: #485c66;
}

/* line 42, app/assets/stylesheets/pages/pages/_trending.scss */
.site-page--trending-landing .cta__area {
  margin: 20px 0 40px;
  text-align: center;
}

/* line 5, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .seller-dashboard,
.site-page--feed .seller-dashboard {
  clear: both;
}

/* line 8, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .seller-dashboard .content-heading__h2,
.site-page--feed .seller-dashboard .content-heading__h2 {
  font-size: 1.3125rem;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 15, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .row,
.site-page--feed .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

/* line 19, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .row [class*='col'],
.site-page--feed .row [class*='col'] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

/* line 24, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .row .analytics-col,
.site-page--feed .row .analytics-col {
  padding: 0;
}

/* line 29, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .card--flat, .site-page--dashboard .table-responsive,
.site-page--feed .card--flat,
.site-page--feed .table-responsive {
  margin-bottom: 15px;
}

/* line 33, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .table-responsive,
.site-page--feed .table-responsive {
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card,
.site-page--feed .dashboard-card {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px;
}

/* line 41, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card h3,
.site-page--feed .dashboard-card h3 {
  font-size: 1.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  color: #204659;
  font-weight: 400;
  line-height: 1.27;
}

/* line 51, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card h3 span,
.site-page--feed .dashboard-card h3 span {
  display: inline-block;
}

/* line 55, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card h3 .svg-inline--fa,
.site-page--feed .dashboard-card h3 .svg-inline--fa {
  font-size: 0.9375rem;
}

/* line 59, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card h3 a,
.site-page--feed .dashboard-card h3 a {
  text-decoration: inherit;
  color: inherit;
}

/* line 65, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card .__react_component_tooltip,
.site-page--feed .dashboard-card .__react_component_tooltip {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 69, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card.dashboard-card--stats,
.site-page--feed .dashboard-card.dashboard-card--stats {
  min-height: 345px;
}

/* line 75, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--earnings h3,
.site-page--feed .dashboard-card--earnings h3 {
  width: calc(100% - 110px);
}

/* line 79, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--earnings .Select-new,
.site-page--feed .dashboard-card--earnings .Select-new {
  display: inline-block;
  width: 110px;
  vertical-align: middle;
  padding: 0;
  font-weight: 600;
}

/* line 88, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--trending,
.site-page--feed .dashboard-card--trending {
  margin-bottom: 5px;
}

@media (min-width: 1280px) {
  /* line 92, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--trending .col-lg:last-child,
.site-page--feed .dashboard-card--trending .col-lg:last-child {
    display: none;
  }
}

/* line 98, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--analytics,
.site-page--feed .dashboard-card--analytics {
  margin-bottom: 5px;
}

/* line 101, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--analytics .hero-text,
.site-page--feed .dashboard-card--analytics .hero-text {
  position: relative;
  padding: 0 20px;
}

/* line 105, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--analytics .hero-text .hero-text__title,
.site-page--feed .dashboard-card--analytics .hero-text .hero-text__title {
  font-size: 1.9375rem;
  margin-bottom: 10px;
  line-height: 1.85;
}

@media (min-width: 1600px) {
  /* line 105, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--analytics .hero-text .hero-text__title,
.site-page--feed .dashboard-card--analytics .hero-text .hero-text__title {
    font-size: 2.25rem;
  }
}

/* line 115, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--analytics .hero-text p,
.site-page--feed .dashboard-card--analytics .hero-text p {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  color: #6d6d6d;
  line-height: 1.8;
}

@media (min-width: 960px) {
  /* line 101, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--analytics .hero-text,
.site-page--feed .dashboard-card--analytics .hero-text {
    top: 50%;
    transform: translateY(-65%);
    padding: 0 40px;
  }
}

@media (min-width: 1600px) {
  /* line 101, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--analytics .hero-text,
.site-page--feed .dashboard-card--analytics .hero-text {
    padding: 0 20px;
  }
}

/* line 134, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--analytics .hero-text h1 a,
.site-page--feed .dashboard-card--analytics .hero-text h1 a {
  text-decoration: inherit;
  color: inherit;
}

/* line 141, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--analytics .hero-image,
.site-page--feed .dashboard-card--analytics .hero-image {
  line-height: 0;
}

/* line 148, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--analytics .analytics-table th .sort-icon,
.site-page--dashboard .dashboard-card--analytics .analytics-table td .sort-icon,
.site-page--feed .dashboard-card--analytics .analytics-table th .sort-icon,
.site-page--feed .dashboard-card--analytics .analytics-table td .sort-icon {
  display: none;
}

@media (min-width: 960px) {
  /* line 154, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--analytics .analytics-table th.is-sortable:hover,
.site-page--dashboard .dashboard-card--analytics .analytics-table td.is-sortable:hover,
.site-page--feed .dashboard-card--analytics .analytics-table th.is-sortable:hover,
.site-page--feed .dashboard-card--analytics .analytics-table td.is-sortable:hover {
    cursor: default;
  }
}

/* line 163, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--analytics .search-link:first-child,
.site-page--feed .dashboard-card--analytics .search-link:first-child {
  display: none;
}

/* line 169, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-container,
.site-page--feed .earnings-container {
  text-align: center;
}

/* line 172, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-container .stats-tooltip-container,
.site-page--feed .earnings-container .stats-tooltip-container {
  display: inline-block;
  text-align: left;
}

/* line 176, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-container .stats-tooltip-container .stats-element,
.site-page--feed .earnings-container .stats-tooltip-container .stats-element {
  padding: 0;
}

/* line 182, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-container .earnings-month-income .stats-element,
.site-page--feed .earnings-container .earnings-month-income .stats-element {
  display: inline-block;
}

/* line 186, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-container .earnings-month-income .stats-tooltip-container,
.site-page--feed .earnings-container .earnings-month-income .stats-tooltip-container {
  position: absolute;
  margin: 8px 0 0 5px;
  vertical-align: top;
  width: 100%;
}

/* line 193, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-container .earnings-month-income .earnings-month-income__value,
.site-page--feed .earnings-container .earnings-month-income .earnings-month-income__value {
  font-size: 0.6875rem;
  color: #19bcc9;
  font-weight: 500;
}

/* line 198, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-container .earnings-month-income .earnings-month-income__value a,
.site-page--feed .earnings-container .earnings-month-income .earnings-month-income__value a {
  text-decoration: none;
}

/* line 204, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-container .earnings-chart,
.site-page--feed .earnings-container .earnings-chart {
  margin-top: 20px;
  height: 188px;
}

/* line 210, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-container .stats-element .stats-element__value,
.site-page--feed .earnings-container .stats-element .stats-element__value {
  font-size: 1.5rem;
}

/* line 216, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-levels__header,
.site-page--feed .stats-levels__header {
  font-size: 0.75rem;
  float: right;
  position: relative;
  max-width: calc(100% - 115px);
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
}

/* line 225, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-levels__header .fade-overlay,
.site-page--feed .stats-levels__header .fade-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0.9));
}

@media (max-width: 639.98px) {
  /* line 225, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .stats-levels__header .fade-overlay,
.site-page--feed .stats-levels__header .fade-overlay {
    display: none;
  }
}

@media (min-width: 960px) and (max-width: 1279.98px) {
  /* line 225, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .stats-levels__header .fade-overlay,
.site-page--feed .stats-levels__header .fade-overlay {
    display: none;
  }
}

@media (min-width: 1600px) {
  /* line 225, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .stats-levels__header .fade-overlay,
.site-page--feed .stats-levels__header .fade-overlay {
    display: none;
  }
}

/* line 251, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-levels__header .stats-levels__level,
.site-page--feed .stats-levels__header .stats-levels__level {
  font-size: 1rem;
  color: #19bcc9;
}

/* line 255, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-levels__header .stats-levels__level .tooltip--level-tooltip,
.site-page--feed .stats-levels__header .stats-levels__level .tooltip--level-tooltip {
  pointer-events: initial;
}

/* line 258, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-levels__header .stats-levels__level .tooltip--level-tooltip:hover,
.site-page--feed .stats-levels__header .stats-levels__level .tooltip--level-tooltip:hover {
  opacity: 1;
  visibility: visible;
}

/* line 265, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-levels__header .stats-levels__level:hover .tooltip--level-info,
.site-page--feed .stats-levels__header .stats-levels__level:hover .tooltip--level-info {
  cursor: pointer;
}

@media (min-width: 640px) and (max-width: 959.98px) {
  /* line 265, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .stats-levels__header .stats-levels__level:hover .tooltip--level-info,
.site-page--feed .stats-levels__header .stats-levels__level:hover .tooltip--level-info {
    max-width: 80px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  /* line 265, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .stats-levels__header .stats-levels__level:hover .tooltip--level-info,
.site-page--feed .stats-levels__header .stats-levels__level:hover .tooltip--level-info {
    max-width: 85px;
  }
}

/* line 277, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-levels__header .stats-levels__level:hover .tooltip--level-tooltip,
.site-page--feed .stats-levels__header .stats-levels__level:hover .tooltip--level-tooltip {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 285, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-circular,
.site-page--feed .stats-circular {
  text-align: center;
  padding: 15px 0;
}

/* line 289, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-circular span,
.site-page--feed .stats-circular span {
  display: block;
  clear: both;
}

/* line 294, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-circular > span,
.site-page--feed .stats-circular > span {
  max-width: 122px;
}

/* line 298, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-circular .tooltip--stats-info,
.site-page--feed .stats-circular .tooltip--stats-info {
  pointer-events: initial;
  padding: 15px;
  max-width: 200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* line 304, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-circular .tooltip--stats-info .stats-element,
.site-page--feed .stats-circular .tooltip--stats-info .stats-element {
  padding: 0 0 15px;
}

/* line 308, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-circular .tooltip--stats-info .btn, .site-page--dashboard .stats-circular .tooltip--stats-info .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--dashboard .stats-circular .tooltip--stats-info button,
.site-page--dashboard .stats-circular .tooltip--stats-info .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--dashboard .stats-circular .tooltip--stats-info button,
.site-page--feed .stats-circular .tooltip--stats-info .btn,
.site-page--feed .stats-circular .tooltip--stats-info .mde-header .mde-tabs button,
.mde-header .mde-tabs .site-page--feed .stats-circular .tooltip--stats-info button,
.site-page--feed .stats-circular .tooltip--stats-info .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--feed .stats-circular .tooltip--stats-info button {
  text-decoration: none;
}

/* line 311, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-circular .tooltip--stats-info .btn:hover, .site-page--dashboard .stats-circular .tooltip--stats-info .mde-header .mde-tabs button:hover, .mde-header .mde-tabs .site-page--dashboard .stats-circular .tooltip--stats-info button:hover,
.site-page--dashboard .stats-circular .tooltip--stats-info .mde-header .mde-header-group button:hover,
.mde-header .mde-header-group .site-page--dashboard .stats-circular .tooltip--stats-info button:hover,
.site-page--feed .stats-circular .tooltip--stats-info .btn:hover,
.site-page--feed .stats-circular .tooltip--stats-info .mde-header .mde-tabs button:hover,
.mde-header .mde-tabs .site-page--feed .stats-circular .tooltip--stats-info button:hover,
.site-page--feed .stats-circular .tooltip--stats-info .mde-header .mde-header-group button:hover,
.mde-header .mde-header-group .site-page--feed .stats-circular .tooltip--stats-info button:hover {
  color: #fff !important;
}

/* line 316, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-circular .tooltip--stats-info:hover,
.site-page--feed .stats-circular .tooltip--stats-info:hover {
  opacity: 1;
  visibility: visible;
}

/* line 323, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-circular:hover .stats-doughnut,
.site-page--feed .stats-circular:hover .stats-doughnut {
  cursor: pointer;
}

/* line 327, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-circular:hover + .tooltip--big,
.site-page--feed .stats-circular:hover + .tooltip--big {
  opacity: 1;
  visibility: visible;
}

/* line 334, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-element,
.site-page--feed .stats-element {
  padding: 15px 0;
  text-align: center;
}

/* line 338, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-element .stats-element__value,
.site-page--feed .stats-element .stats-element__value {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 1600px) {
  /* line 338, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .stats-element .stats-element__value,
.site-page--feed .stats-element .stats-element__value {
    font-size: 1.875rem;
  }
}

/* line 348, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-element .stats-element__title,
.site-page--feed .stats-element .stats-element__title {
  font-size: 0.875rem;
  color: #6d6d6d;
  line-height: 1.1;
  text-align: center;
}

/* line 357, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .progress-label.label-none,
.site-page--feed .progress-label.label-none {
  display: none;
}

/* line 362, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-doughnut,
.site-page--feed .stats-doughnut {
  position: relative;
  min-height: 120px;
  margin: 5px 0;
}

/* line 367, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-doughnut .stats-doughnut__info,
.site-page--feed .stats-doughnut .stats-doughnut__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 373, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-doughnut .stats-doughnut__info .stats-doughnut__value,
.site-page--feed .stats-doughnut .stats-doughnut__info .stats-doughnut__value {
  font-size: 1.5rem;
  line-height: 1.3;
}

@media (min-width: 1600px) {
  /* line 373, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .stats-doughnut .stats-doughnut__info .stats-doughnut__value,
.site-page--feed .stats-doughnut .stats-doughnut__info .stats-doughnut__value {
    font-size: 1.875rem;
  }
}

/* line 382, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-doughnut .stats-doughnut__info .stats-doughnut__title,
.site-page--feed .stats-doughnut .stats-doughnut__info .stats-doughnut__title {
  font-size: 0.875rem;
  color: #6d6d6d;
  line-height: 1.1;
}

/* line 390, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-separator-text,
.site-page--feed .stats-separator-text {
  font-size: 0.875rem;
  padding: 15px 0 0;
  color: #3f444c;
}

/* line 397, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-bottom-row .stats-element,
.site-page--feed .stats-bottom-row .stats-element {
  padding-bottom: 0;
}

/* line 403, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .stats-tooltip-container span,
.site-page--feed .stats-tooltip-container span {
  display: inline-block;
}

/* line 408, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .no-models,
.site-page--feed .no-models {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-55%);
  text-align: center;
}

/* line 416, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .no-models .no-models__title,
.site-page--feed .no-models .no-models__title {
  font-size: 1.1875rem;
  margin-bottom: 20px;
}

/* line 422, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .models-avg-score,
.site-page--dashboard .reputation-last-score,
.site-page--feed .models-avg-score,
.site-page--feed .reputation-last-score {
  padding-top: 38px;
}

/* line 427, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .reputation-tooltip,
.site-page--feed .reputation-tooltip {
  font-size: 0.875rem;
  color: #6d6d6d;
  text-align: center;
}

/* line 433, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .reputation-tooltip .tooltip-title .tooltip-title__level,
.site-page--feed .reputation-tooltip .tooltip-title .tooltip-title__level {
  font-size: 1rem;
  font-weight: 600;
}

/* line 439, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .reputation-tooltip .tooltip-royalties,
.site-page--feed .reputation-tooltip .tooltip-royalties {
  margin: 15px 0 20px;
}

/* line 442, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .reputation-tooltip .tooltip-royalties .tooltip-royalties__rate,
.site-page--feed .reputation-tooltip .tooltip-royalties .tooltip-royalties__rate {
  font-size: 1.875rem;
  color: #19bcc9;
  line-height: 1.26;
}

/* line 451, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-tooltip .tooltip-title,
.site-page--feed .earnings-tooltip .tooltip-title {
  font-size: 0.875rem;
  color: #3f444c;
  font-weight: 600;
}

/* line 457, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-tooltip .tooltip-model,
.site-page--feed .earnings-tooltip .tooltip-model {
  margin: 15px 0 5px;
}

/* line 460, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-tooltip .tooltip-model .tooltip-model__title,
.site-page--feed .earnings-tooltip .tooltip-model .tooltip-model__title {
  font-size: 1rem;
  color: #6d6d6d;
}

/* line 465, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-tooltip .tooltip-model .tooltip-model__price,
.site-page--feed .earnings-tooltip .tooltip-model .tooltip-model__price {
  color: #19bcc9;
  font-weight: 600;
  float: right;
  margin-left: 10px;
}

/* line 473, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .earnings-tooltip .tooltip-date,
.site-page--feed .earnings-tooltip .tooltip-date {
  font-size: 0.75rem;
  color: #6d6d6d;
  margin-top: 15px;
}

/* line 480, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .reputation-level-tooltip,
.site-page--feed .reputation-level-tooltip {
  padding: 5px 0;
}

/* line 483, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .reputation-level-tooltip .tooltip-title,
.site-page--feed .reputation-level-tooltip .tooltip-title {
  font-size: 0.75rem;
  padding-bottom: 7px;
  font-weight: 600;
}

/* line 489, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .reputation-level-tooltip .tooltip-link,
.site-page--feed .reputation-level-tooltip .tooltip-link {
  font-size: 0.75rem;
  display: block;
  padding-top: 10px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

/* line 499, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .tooltip-progress,
.site-page--feed .tooltip-progress {
  padding: 0 5px;
}

/* line 502, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .tooltip-progress .tooltip-progress__title,
.site-page--feed .tooltip-progress .tooltip-progress__title {
  text-align: left;
  margin-bottom: 5px;
}

/* line 507, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .tooltip-progress .progress,
.site-page--feed .tooltip-progress .progress {
  height: 6px;
}

/* line 512, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .tooltip--trending-models-tooltip,
.site-page--dashboard .tooltip--negative-ratings,
.site-page--feed .tooltip--trending-models-tooltip,
.site-page--feed .tooltip--negative-ratings {
  pointer-events: initial;
}

/* line 516, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .tooltip--trending-models-tooltip:hover,
.site-page--dashboard .tooltip--negative-ratings:hover,
.site-page--feed .tooltip--trending-models-tooltip:hover,
.site-page--feed .tooltip--negative-ratings:hover {
  opacity: 1;
  visibility: visible;
}

/* line 522, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .tooltip--negative-ratings,
.site-page--feed .tooltip--negative-ratings {
  padding: 15px;
  line-height: 1.1;
}

/* line 526, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .tooltip--negative-ratings a,
.site-page--feed .tooltip--negative-ratings a {
  text-decoration: none;
}

/* line 529, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .tooltip--negative-ratings a:hover,
.site-page--feed .tooltip--negative-ratings a:hover {
  color: #fff !important;
}

/* line 535, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .trending-models-tooltip,
.site-page--feed .trending-models-tooltip {
  padding: 5px 0;
  text-align: center;
}

/* line 539, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .trending-models-tooltip .tooltip-link,
.site-page--feed .trending-models-tooltip .tooltip-link {
  font-size: 0.75rem;
  display: block;
  padding-top: 5px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

/* line 550, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .empty-content a,
.site-page--feed .empty-content a {
  text-decoration: none;
}

/* line 555, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .btn-show-more,
.site-page--feed .btn-show-more {
  color: #19bcc9;
  padding: 15px 0;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.site-page--dashboard .btn-show-more:hover,
.site-page--feed .btn-show-more:hover {
  color: #159ca7;
}

/* line 560, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--designers,
.site-page--feed .dashboard-card--designers {
  padding: 20px 20px 7px;
}

/* line 563, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--designers h3,
.site-page--feed .dashboard-card--designers h3 {
  display: inline-block;
  width: calc(100% - 115px);
}

/* line 568, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--designers .Select-new,
.site-page--feed .dashboard-card--designers .Select-new {
  display: inline-block;
  width: 115px;
  vertical-align: middle;
  padding: 0;
  font-weight: 600;
}

/* line 576, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--designers .tabs-container,
.site-page--feed .dashboard-card--designers .tabs-container {
  margin: 0 -20px 7px;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 20px 0;
}

/* line 582, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--designers .designers-list__item,
.site-page--feed .dashboard-card--designers .designers-list__item {
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0;
  color: #6d6d6d;
  font-weight: 600;
}

/* line 588, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--designers .designers-list__item:last-child,
.site-page--feed .dashboard-card--designers .designers-list__item:last-child {
  border-bottom: none;
}

/* line 592, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--designers .designers-list__item a,
.site-page--feed .dashboard-card--designers .designers-list__item a {
  margin-left: 5px;
  text-decoration: none;
}

/* line 597, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--designers .designers-list__item .item__designer-score,
.site-page--feed .dashboard-card--designers .designers-list__item .item__designer-score {
  line-height: 30px;
}

/* line 603, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-statistics-hr,
.site-page--feed .dashboard-statistics-hr {
  margin: 0 0 15px;
  background: #d7dfe3;
}

/* line 608, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news,
.site-page--feed .dashboard-card--news {
  margin-bottom: 5px;
  color: #485c66;
}

/* line 612, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news a,
.site-page--feed .dashboard-card--news a {
  color: #485c66;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--dashboard .dashboard-card--news a:hover,
.site-page--feed .dashboard-card--news a:hover {
  color: #19bcc9;
}

/* line 616, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news a img,
.site-page--feed .dashboard-card--news a img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  transition: 0.15s ease-in-out opacity;
}

/* line 623, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news a:hover img,
.site-page--feed .dashboard-card--news a:hover img {
  opacity: 0.85;
}

/* line 631, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news h3 a:hover,
.site-page--feed .dashboard-card--news h3 a:hover {
  color: inherit;
}

/* line 637, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news .news-title,
.site-page--feed .dashboard-card--news .news-title {
  font-size: 1.3125rem;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  margin-top: 15px;
  color: #3f444c;
  line-height: 1.5;
}

/* line 645, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news .news__created-at,
.site-page--feed .dashboard-card--news .news__created-at {
  margin-right: 5px;
  border-right: 1px solid rgba(35, 39, 44, 0.1);
  padding-right: 5px;
}

/* line 652, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news .news__last-announcement .news__created-at,
.site-page--feed .dashboard-card--news .news__last-announcement .news__created-at {
  margin-right: 10px;
  padding-right: 10px;
}

/* line 657, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news .news__last-announcement .news-info,
.site-page--feed .dashboard-card--news .news__last-announcement .news-info {
  margin: 5px 0;
}

/* line 663, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news .news__news-items .news-item,
.site-page--feed .dashboard-card--news .news__news-items .news-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
}

/* line 668, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news .news__news-items .news-item:last-child,
.site-page--feed .dashboard-card--news .news__news-items .news-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

/* line 675, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news .news__news-items img,
.site-page--feed .dashboard-card--news .news__news-items img {
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: middle;
}

@media (min-width: 640px) {
  /* line 675, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--news .news__news-items img,
.site-page--feed .dashboard-card--news .news__news-items img {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 960px) {
  /* line 675, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--news .news__news-items img,
.site-page--feed .dashboard-card--news .news__news-items img {
    width: 100px;
    height: 100px;
  }
}

/* line 692, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news .news__news-items .news-info__main-info,
.site-page--feed .dashboard-card--news .news__news-items .news-info__main-info {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
  padding-left: 15px;
}

@media (min-width: 640px) {
  /* line 692, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--news .news__news-items .news-info__main-info,
.site-page--feed .dashboard-card--news .news__news-items .news-info__main-info {
    width: calc(100% - 80px);
  }
}

@media (min-width: 960px) {
  /* line 692, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--news .news__news-items .news-info__main-info,
.site-page--feed .dashboard-card--news .news__news-items .news-info__main-info {
    width: calc(100% - 100px);
  }
}

/* line 707, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news .news__news-items .news-title,
.site-page--feed .dashboard-card--news .news__news-items .news-title {
  font-size: 0.9375rem;
  margin: 0;
}

@media (min-width: 640px) {
  /* line 707, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--news .news__news-items .news-title,
.site-page--feed .dashboard-card--news .news__news-items .news-title {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  /* line 707, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--news .news__news-items .news-title,
.site-page--feed .dashboard-card--news .news__news-items .news-title {
    font-size: 0.9375rem;
  }
}

/* line 720, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--news .news__news-items .news-category,
.site-page--feed .dashboard-card--news .news__news-items .news-category {
  font-size: 0.75rem;
}

/* line 726, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .feed-section,
.site-page--feed .feed-section {
  position: relative;
  height: 100%;
}

/* line 730, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .feed-section .card--flat, .site-page--dashboard .feed-section .table-responsive,
.site-page--feed .feed-section .card--flat,
.site-page--feed .feed-section .table-responsive {
  height: calc(100% - 10px);
}

@media (max-width: 959.98px) {
  /* line 726, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .feed-section,
.site-page--feed .feed-section {
    min-height: 500px;
  }
}

/* line 739, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--feed,
.site-page--feed .dashboard-card--feed {
  position: relative;
  height: 100%;
  color: #485c66;
}

/* line 744, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--feed h3,
.site-page--feed .dashboard-card--feed h3 {
  display: inline-block;
  width: calc(100% - 110px);
}

/* line 749, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--feed .Select-new,
.site-page--feed .dashboard-card--feed .Select-new {
  display: inline-block;
  width: 110px;
  vertical-align: middle;
  padding: 0;
  font-weight: 600;
}

/* line 758, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--feed .empty-content p,
.site-page--feed .dashboard-card--feed .empty-content p {
  line-height: 1.5;
}

/* line 763, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--feed .btn-show-more,
.site-page--feed .dashboard-card--feed .btn-show-more {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding: 0;
}

/* line 768, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--feed .feed-container, .site-page--dashboard .dashboard-card--feed .feed-container--inbox,
.site-page--feed .dashboard-card--feed .feed-container,
.site-page--feed .dashboard-card--feed .feed-container--inbox {
  left: 20px;
  right: 10px;
  height: calc(100% - 80px);
  overflow: auto;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.site-page--dashboard .dashboard-card--feed .feed-container::-webkit-scrollbar, .site-page--dashboard .dashboard-card--feed .feed-container--inbox::-webkit-scrollbar,
.site-page--feed .dashboard-card--feed .feed-container::-webkit-scrollbar,
.site-page--feed .dashboard-card--feed .feed-container--inbox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.site-page--dashboard .dashboard-card--feed .feed-container::-webkit-scrollbar-track, .site-page--dashboard .dashboard-card--feed .feed-container--inbox::-webkit-scrollbar-track,
.site-page--feed .dashboard-card--feed .feed-container::-webkit-scrollbar-track,
.site-page--feed .dashboard-card--feed .feed-container--inbox::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.site-page--dashboard .dashboard-card--feed .feed-container::-webkit-scrollbar-thumb, .site-page--dashboard .dashboard-card--feed .feed-container--inbox::-webkit-scrollbar-thumb,
.site-page--feed .dashboard-card--feed .feed-container::-webkit-scrollbar-thumb,
.site-page--feed .dashboard-card--feed .feed-container--inbox::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.site-page--dashboard .dashboard-card--feed .feed-container::-webkit-scrollbar-thumb:hover, .site-page--dashboard .dashboard-card--feed .feed-container--inbox::-webkit-scrollbar-thumb:hover,
.site-page--feed .dashboard-card--feed .feed-container::-webkit-scrollbar-thumb:hover,
.site-page--feed .dashboard-card--feed .feed-container--inbox::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 778, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs,
.site-page--feed .dashboard-card--jobs {
  margin-bottom: 5px;
}

/* line 781, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .tabs-container,
.site-page--feed .dashboard-card--jobs .tabs-container {
  margin: 0 -20px 20px;
  border-bottom: 1px solid #d5d5d5;
  padding: 13px 20px 0;
}

/* line 787, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list,
.site-page--feed .dashboard-card--jobs .jobs-list {
  margin: -20px;
  min-height: 464px;
}

/* line 792, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item,
.site-page--feed .dashboard-card--jobs .jobs-list__item {
  position: relative;
  padding: 8px 20px;
}

@media (min-width: 640px) {
  /* line 792, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .jobs-list__item,
.site-page--feed .dashboard-card--jobs .jobs-list__item {
    border-right: 1px solid #e0e0e0;
  }
}

/* line 800, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .jobs-item__thumb,
.site-page--feed .dashboard-card--jobs .jobs-list__item .jobs-item__thumb {
  width: 100px;
  height: 100px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-right: 25px;
  vertical-align: middle;
}

/* line 809, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .jobs-item__contents,
.site-page--feed .dashboard-card--jobs .jobs-list__item .jobs-item__contents {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 125px);
}

/* line 815, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .jobs-item__header,
.site-page--feed .dashboard-card--jobs .jobs-list__item .jobs-item__header {
  display: flex;
}

/* line 818, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .jobs-item__header .jobs-item__main-info,
.site-page--feed .dashboard-card--jobs .jobs-list__item .jobs-item__header .jobs-item__main-info {
  flex: 1;
}

/* line 821, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .jobs-item__header .jobs-item__main-info .jobs-item__title,
.site-page--feed .dashboard-card--jobs .jobs-list__item .jobs-item__header .jobs-item__main-info .jobs-item__title {
  font-size: 1.125rem;
  color: #3f444c;
  font-weight: 600;
}

/* line 826, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .jobs-item__header .jobs-item__main-info .jobs-item__title .svg-inline--fa,
.site-page--feed .dashboard-card--jobs .jobs-list__item .jobs-item__header .jobs-item__main-info .jobs-item__title .svg-inline--fa {
  font-size: 0.875rem;
  margin-left: 7px;
  vertical-align: initial;
}

/* line 833, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .jobs-item__header .jobs-item__main-info .jobs-item__formats,
.site-page--feed .dashboard-card--jobs .jobs-list__item .jobs-item__header .jobs-item__main-info .jobs-item__formats {
  color: #6d6d6d;
}

/* line 838, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .jobs-item__header .jobs-item__budget,
.site-page--feed .dashboard-card--jobs .jobs-list__item .jobs-item__header .jobs-item__budget {
  font-size: 1.5rem;
  color: #3f444c;
  font-weight: 600;
  padding-top: 10px;
}

/* line 846, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .jobs-item__footer,
.site-page--feed .dashboard-card--jobs .jobs-list__item .jobs-item__footer {
  font-size: 0.875rem;
  color: #3f444c;
  margin-top: 15px;
}

/* line 851, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .jobs-item__footer .jobs-item__separator,
.site-page--feed .dashboard-card--jobs .jobs-list__item .jobs-item__footer .jobs-item__separator {
  color: #e7e7e7;
  padding: 0 12px;
}

/* line 857, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .job-list__border-bottom,
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .job-list__border-top,
.site-page--feed .dashboard-card--jobs .jobs-list__item .job-list__border-bottom,
.site-page--feed .dashboard-card--jobs .jobs-list__item .job-list__border-top {
  position: absolute;
  background-color: #e7e7e7;
  bottom: -1px;
  left: 15px;
  right: 15px;
  height: 1px;
}

/* line 867, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item .job-list__border-top,
.site-page--feed .dashboard-card--jobs .jobs-list__item .job-list__border-top {
  display: none;
  bottom: auto;
  top: -1px;
}

/* line 874, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item:nth-child(4n) .job-list__border-bottom,
.site-page--feed .dashboard-card--jobs .jobs-list__item:nth-child(4n) .job-list__border-bottom {
  display: none;
}

/* line 879, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item.is-active:nth-child(4n) .job-list__border-bottom,
.site-page--feed .dashboard-card--jobs .jobs-list__item.is-active:nth-child(4n) .job-list__border-bottom {
  display: none;
}

/* line 885, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-list__item.is-active,
.site-page--feed .dashboard-card--jobs .jobs-list__item.is-active {
  background-color: #f7f7f7;
}

@media (min-width: 640px) {
  /* line 891, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .jobs-list__item.is-active .job-list__border-bottom,
.site-page--dashboard .dashboard-card--jobs .jobs-list__item.is-active .job-list__border-top,
.site-page--feed .dashboard-card--jobs .jobs-list__item.is-active .job-list__border-bottom,
.site-page--feed .dashboard-card--jobs .jobs-list__item.is-active .job-list__border-top {
    display: block;
    background-color: #e0e0e0;
    left: 0;
    right: 0;
  }
  /* line 899, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .jobs-list__item.is-active:after, .site-page--dashboard .dashboard-card--jobs .jobs-list__item.is-active:before, .site-page--dashboard .dashboard-card--jobs .is-active.details-box__separator::after,
.site-page--feed .dashboard-card--jobs .jobs-list__item.is-active:after,
.site-page--feed .dashboard-card--jobs .jobs-list__item.is-active:before,
.site-page--feed .dashboard-card--jobs .is-active.details-box__separator::after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
  }
  /* line 910, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .jobs-list__item.is-active:after,
.site-page--feed .dashboard-card--jobs .jobs-list__item.is-active:after {
    top: 50%;
    border-color: transparent transparent transparent #f7f7f7;
    border-width: 10px;
    margin-top: -10px;
  }
  /* line 917, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .jobs-list__item.is-active:before, .site-page--dashboard .dashboard-card--jobs .is-active.details-box__separator::after,
.site-page--feed .dashboard-card--jobs .jobs-list__item.is-active:before,
.site-page--feed .dashboard-card--jobs .is-active.details-box__separator::after {
    top: 50%;
    border-color: transparent transparent transparent #e0e0e0;
    border-width: 12px;
    margin-top: -12px;
  }
  /* line 925, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .jobs-list__item:hover,
.site-page--feed .dashboard-card--jobs .jobs-list__item:hover {
    background-color: #f7f7f7;
    cursor: pointer;
  }
}

/* line 932, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-info,
.site-page--feed .dashboard-card--jobs .jobs-info {
  top: 5px;
  right: 10px;
  bottom: 5px;
  left: 5px;
  overflow: auto;
  min-height: 455px;
}

@media (min-width: 640px) {
  /* line 932, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .jobs-info,
.site-page--feed .dashboard-card--jobs .jobs-info {
    position: absolute;
  }
}

/* line 944, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-info .jobs-info__contents,
.site-page--feed .dashboard-card--jobs .jobs-info .jobs-info__contents {
  padding: 10px 20px;
}

/* line 949, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .job-description__header,
.site-page--feed .dashboard-card--jobs .job-description__header {
  margin-bottom: 18px;
}

/* line 952, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__status,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__status {
  color: #3f444c;
  background-color: transparent;
  background-image: none;
  border-color: #6d6d6d;
  border-width: 1px;
  border-style: solid;
  border-radius: 25px;
  padding: 0.275rem 0.5rem;
}

/* line 31, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__status:hover,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__status:hover {
  color: #626976;
  border-color: gray;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__status.disabled, .site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__status:disabled,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__status.disabled,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__status:disabled {
  color: #6d6d6d;
  background-color: transparent;
}

/* line 46, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__status:not([disabled]):not(.disabled):active, .site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__status.active:not([disabled]):not(.disabled), .show > .site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__status.dropdown-toggle,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__status:not([disabled]):not(.disabled):active,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__status.active:not([disabled]):not(.disabled), .show > .site-page--feed .dashboard-card--jobs .job-description__header .job-description__status.dropdown-toggle {
  color: #fff;
  border-color: #6d6d6d;
  box-shadow: 0 0 0 0.2rem rgba(109, 109, 109, 0.5);
}

@media (min-width: 1600px) {
  /* line 952, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__status,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__status {
    padding: 0.375rem 1.5rem;
  }
}

/* line 961, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__status.is-exclusive,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__status.is-exclusive {
  color: #19bcc9;
}

/* line 966, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__header-info,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__header-info {
  font-size: 0.875rem;
  float: right;
  color: #6d6d6d;
}

/* line 971, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__header-info .job-description__offer,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__header-info .job-description__offer {
  font-size: 1rem;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #3f444c;
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
  padding: 6px 12px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  /* line 971, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__header-info .job-description__offer,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__header-info .job-description__offer {
    font-size: 0.875rem;
    margin-left: 2px;
    padding: 6px 3px;
  }
}

@media (min-width: 1600px) {
  /* line 966, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__header-info,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__header-info {
    font-size: 1rem;
  }
}

/* line 993, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .job-description__header .job-description__header-tooltip,
.site-page--feed .dashboard-card--jobs .job-description__header .job-description__header-tooltip {
  display: inline-block;
}

/* line 999, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .job-description .job-description__title,
.site-page--feed .dashboard-card--jobs .job-description .job-description__title {
  font-size: 1rem;
  color: #3f444c;
  font-weight: 600;
}

/* line 1005, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .job-description .job-description__desc,
.site-page--feed .dashboard-card--jobs .job-description .job-description__desc {
  font-size: 0.875rem;
  color: #6d6d6d;
  margin: 10px 0;
}

/* line 1010, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .job-description .job-description__desc .job-description__user,
.site-page--feed .dashboard-card--jobs .job-description .job-description__desc .job-description__user {
  color: #3f444c;
  font-weight: 600;
}

/* line 1017, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-attachments,
.site-page--feed .dashboard-card--jobs .jobs-attachments {
  margin-top: 30px;
}

/* line 1020, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-attachments .jobs-attachments__title,
.site-page--feed .dashboard-card--jobs .jobs-attachments .jobs-attachments__title {
  font-size: 0.875rem;
  color: #3f444c;
  font-weight: 600;
}

/* line 1026, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-attachments .image-wrapper,
.site-page--feed .dashboard-card--jobs .jobs-attachments .image-wrapper {
  position: relative;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 959.98px) {
  /* line 1026, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .jobs-attachments .image-wrapper,
.site-page--feed .dashboard-card--jobs .jobs-attachments .image-wrapper {
    height: 100px;
  }
}

/* line 1037, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-attachments .attachment-image,
.site-page--feed .dashboard-card--jobs .jobs-attachments .attachment-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  /* line 1037, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .dashboard-card--jobs .jobs-attachments .attachment-image,
.site-page--feed .dashboard-card--jobs .jobs-attachments .attachment-image {
    max-width: 120%;
  }
}

/* line 1048, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-attachments .jobs-attachments__files,
.site-page--feed .dashboard-card--jobs .jobs-attachments .jobs-attachments__files {
  font-size: 0.875rem;
}

/* line 1052, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-attachments .attachments__older-link,
.site-page--feed .dashboard-card--jobs .jobs-attachments .attachments__older-link {
  margin-top: 15px;
}

/* line 1057, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-button,
.site-page--feed .dashboard-card--jobs .jobs-button {
  padding: 15px 0;
}

/* line 1060, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .jobs-button .btn, .site-page--dashboard .dashboard-card--jobs .jobs-button .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--dashboard .dashboard-card--jobs .jobs-button button,
.site-page--dashboard .dashboard-card--jobs .jobs-button .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--dashboard .dashboard-card--jobs .jobs-button button,
.site-page--feed .dashboard-card--jobs .jobs-button .btn,
.site-page--feed .dashboard-card--jobs .jobs-button .mde-header .mde-tabs button,
.mde-header .mde-tabs .site-page--feed .dashboard-card--jobs .jobs-button button,
.site-page--feed .dashboard-card--jobs .jobs-button .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--feed .dashboard-card--jobs .jobs-button button {
  margin-bottom: 10px;
}

/* line 1065, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .dashboard-card--jobs .empty-content,
.site-page--feed .dashboard-card--jobs .empty-content {
  margin: 188px auto;
}

/* line 1070, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .nav-tabs, .site-page--dashboard .nav-tabs--fatter-font,
.site-page--feed .nav-tabs,
.site-page--feed .nav-tabs--fatter-font {
  margin-bottom: -1px;
}

/* line 1074, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .nav-tabs li a, .site-page--dashboard .nav-tabs--fatter-font li a,
.site-page--feed .nav-tabs li a,
.site-page--feed .nav-tabs--fatter-font li a {
  padding: 0 5px 5px;
}

/* line 1079, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .nav-tabs li.is-active a, .site-page--dashboard .nav-tabs--fatter-font li.is-active a,
.site-page--feed .nav-tabs li.is-active a,
.site-page--feed .nav-tabs--fatter-font li.is-active a {
  border-bottom-color: #19bcc9;
  font-weight: 600;
}

/* line 1087, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .banner-section,
.site-page--feed .banner-section {
  height: 100%;
}

/* line 1090, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .banner-section .banner-container,
.site-page--feed .banner-section .banner-container {
  position: relative;
  height: 100%;
  padding-bottom: 15px;
}

/* line 1095, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .banner-section .banner-container a,
.site-page--feed .banner-section .banner-container a {
  display: block;
  position: relative;
  height: 100%;
  background: url(/assets/backgrounds/dashboard/competition-f1b2efba924297a41ed27824b55fff400f482c3245872b0111bfd5278b2bd988.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 3px;
  overflow: hidden;
}

/* line 1105, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .banner-section .banner-container a:hover,
.site-page--feed .banner-section .banner-container a:hover {
  opacity: 0.95;
}

@media (max-width: 959.98px) {
  /* line 1090, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
  .site-page--dashboard .banner-section .banner-container,
.site-page--feed .banner-section .banner-container {
    min-height: 685px;
  }
}

/* line 1115, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .banner-section img,
.site-page--feed .banner-section img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: calc(100% - 20px);
  max-height: 100%;
}

/* line 1127, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .slider-control-centerleft .btn, .site-page--dashboard .slider-control-centerleft .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--dashboard .slider-control-centerleft button,
.site-page--dashboard .slider-control-centerleft .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--dashboard .slider-control-centerleft button,
.site-page--dashboard .slider-control-centerright .btn,
.site-page--dashboard .slider-control-centerright .mde-header .mde-tabs button,
.mde-header .mde-tabs .site-page--dashboard .slider-control-centerright button,
.site-page--dashboard .slider-control-centerright .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--dashboard .slider-control-centerright button,
.site-page--feed .slider-control-centerleft .btn,
.site-page--feed .slider-control-centerleft .mde-header .mde-tabs button,
.mde-header .mde-tabs .site-page--feed .slider-control-centerleft button,
.site-page--feed .slider-control-centerleft .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--feed .slider-control-centerleft button,
.site-page--feed .slider-control-centerright .btn,
.site-page--feed .slider-control-centerright .mde-header .mde-tabs button,
.mde-header .mde-tabs .site-page--feed .slider-control-centerright button,
.site-page--feed .slider-control-centerright .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--feed .slider-control-centerright button {
  width: 36px;
  height: 36px;
  margin-left: -18px;
  border-radius: 50%;
  padding: 0;
  line-height: 36px;
  text-align: center;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
}

/* line 1141, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .slider-control-bottomcenter,
.site-page--feed .slider-control-bottomcenter {
  display: none;
}

/* line 1145, app/assets/stylesheets/pages/profile/dashboard/_index.scss */
.site-page--dashboard .slider-slide,
.site-page--feed .slider-slide {
  padding: 8px 0 0 8px;
}

/* line 2, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-items .product-search {
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-items .product-search__type select,
.site-page--my-items .product-search__category select {
  width: 100%;
}

/* line 13, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-items label.error {
  font-size: 0.875rem;
  color: #ce3c5c;
}

/* line 18, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-items .no-models-message {
  margin: 100px 0;
}

/* line 21, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-items .no-models-message span {
  font-size: 1.6875rem;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}

/* line 29, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-items .no-models-message--wish-list {
  margin: 100px 0 20px 0;
}

/* line 32, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-items .no-models-message--wish-list span {
  font-size: 1.6875rem;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}

/* line 41, app/assets/stylesheets/pages/profile/items/_index.scss */
.profile-models {
  padding-top: 0;
}

@media (max-width: 992px) {
  /* line 41, app/assets/stylesheets/pages/profile/items/_index.scss */
  .profile-models {
    padding-top: 40px;
  }
}

/* line 50, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .next-step-btn {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 55, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering {
  position: sticky;
  z-index: 1;
  top: 96px;
  width: calc(100% + 10px);
  margin-left: -5px;
  background-color: #f7f7f7;
  padding: 10px 5px 0;
  color: #3f444c;
}

/* line 65, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering .search-form {
  width: 250px;
  vertical-align: middle;
}

/* line 69, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering .search-form .form-control, .site-page--my-products .products-filtering .search-form .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .site-page--my-products .products-filtering .search-form input, .site-page--my-products .products-filtering .search-form .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .site-page--my-products .products-filtering .search-form .form-inline__mobile-toggle, .site-page--my-products .products-filtering .search-form .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .site-page--my-products .products-filtering .search-form .form-inline__mobile-toggle, .site-page--my-products .products-filtering .search-form .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .site-page--my-products .products-filtering .search-form input, .site-page--my-products .products-filtering .search-form .react-mde .mde-text, .react-mde .site-page--my-products .products-filtering .search-form .mde-text,
.site-page--my-products .products-filtering .search-form .react-mde .mde-preview,
.react-mde .site-page--my-products .products-filtering .search-form .mde-preview {
  padding: 7px 35px 7px 8px;
}

@media (max-width: 1599.98px) {
  /* line 65, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering .search-form {
    width: 170px;
  }
}

/* line 78, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering .custom-dropdown--multi {
  margin-left: 15px;
}

@media (min-width: 960px) and (max-width: 1279.98px) {
  /* line 78, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering .custom-dropdown--multi {
    min-width: 132px;
    margin-left: 5px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  /* line 78, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering .custom-dropdown--multi {
    min-width: 132px;
    margin-left: 5px;
  }
}

/* line 93, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-pagination {
  margin: 20px auto 50px;
}

/* line 98, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-pagination__per-page .form-inline {
  margin-right: 10px;
  border-right: 1px solid #d5d5d5;
  padding-right: 10px;
}

/* line 106, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-pagination__select-page .form-inline {
  margin-left: 10px;
  border-left: 1px solid #d5d5d5;
  padding: 4px 0 2px 15px;
}

/* line 111, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-pagination__select-page .form-inline input {
  width: 50px;
}

/* line 117, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__filters {
  padding-bottom: 20px;
}

@media (max-width: 1279.98px) {
  /* line 121, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__filters .custom-dropdown__title {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  /* line 129, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__filters .search-container .custom-dropdown__title {
    padding-right: 6px;
    padding-left: 6px;
  }
}

/* line 138, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .btn-show-selected {
  margin-right: 10px;
}

/* line 141, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .btn-show-selected.btn-outline-default, .site-page--my-products .products-filtering__bulk-actions .mde-header .mde-tabs button.btn-show-selected:not(.selected), .mde-header .mde-tabs .site-page--my-products .products-filtering__bulk-actions button.btn-show-selected:not(.selected) {
  background: #fff;
}

/* line 146, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .custom-dropdown, .site-page--my-products .products-filtering__bulk-actions .custom-dropdown--multi {
  min-width: 148px;
  vertical-align: middle;
}

@media (min-width: 1280px) {
  /* line 153, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .collections-dropdown .custom-dropdown, .site-page--my-products .products-filtering__bulk-actions .collections-dropdown .custom-dropdown--multi {
    min-width: 173px;
  }
}

/* line 158, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .collections-dropdown .custom-dropdown__content {
  min-width: 190px;
}

/* line 162, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .collections-dropdown .custom-dropdown__dropdown {
  padding: 5px 0;
}

/* line 167, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .collections-dropdown__item {
  padding: 5px 10px;
}

/* line 170, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .collections-dropdown__item:hover {
  background: #f7f7f7;
  cursor: pointer;
}

/* line 175, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .collections-dropdown__item.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 180, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .collections-dropdown__item.is-active {
  background: #159ca9;
  color: #fff;
}

/* line 185, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .collections-dropdown__item.is-with-border {
  border-bottom: 1px solid #d7dfe3;
}

/* line 190, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .dropdown-item--with-icon {
  display: flex;
  align-items: center;
}

/* line 194, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__bulk-actions .dropdown-item--with-icon span {
  flex: 1 1 0;
}

@media (max-width: 1599.98px) {
  /* line 200, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .btn, .site-page--my-products .products-filtering__bulk-actions .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--my-products .products-filtering__bulk-actions button,
.site-page--my-products .products-filtering__bulk-actions .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--my-products .products-filtering__bulk-actions button {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 1279.98px) {
  /* line 207, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .btn, .site-page--my-products .products-filtering__bulk-actions .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--my-products .products-filtering__bulk-actions button,
.site-page--my-products .products-filtering__bulk-actions .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--my-products .products-filtering__bulk-actions button {
    min-width: 46px;
  }
  /* line 210, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .btn .svg-inline--fa, .site-page--my-products .products-filtering__bulk-actions .mde-header .mde-tabs button .svg-inline--fa, .mde-header .mde-tabs .site-page--my-products .products-filtering__bulk-actions button .svg-inline--fa,
.site-page--my-products .products-filtering__bulk-actions .mde-header .mde-header-group button .svg-inline--fa,
.mde-header .mde-header-group .site-page--my-products .products-filtering__bulk-actions button .svg-inline--fa {
    margin-right: 0;
  }
  /* line 214, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .btn span, .site-page--my-products .products-filtering__bulk-actions .mde-header .mde-tabs button span, .mde-header .mde-tabs .site-page--my-products .products-filtering__bulk-actions button span,
.site-page--my-products .products-filtering__bulk-actions .mde-header .mde-header-group button span,
.mde-header .mde-header-group .site-page--my-products .products-filtering__bulk-actions button span {
    display: none;
  }
  /* line 219, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .custom-dropdown, .site-page--my-products .products-filtering__bulk-actions .custom-dropdown--multi {
    min-width: 46px;
  }
  /* line 222, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .custom-dropdown .dropdown-title, .site-page--my-products .products-filtering__bulk-actions .custom-dropdown--multi .dropdown-title,
.site-page--my-products .products-filtering__bulk-actions .custom-dropdown .custom-dropdown__caret,
.site-page--my-products .products-filtering__bulk-actions .custom-dropdown--multi .custom-dropdown__caret {
    display: none;
  }
  /* line 227, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .custom-dropdown .custom-dropdown__title, .site-page--my-products .products-filtering__bulk-actions .custom-dropdown--multi .custom-dropdown__title {
    width: 100%;
    text-align: center;
  }
  /* line 232, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .custom-dropdown .title-icon, .site-page--my-products .products-filtering__bulk-actions .custom-dropdown--multi .title-icon {
    margin-right: 0;
  }
  /* line 238, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .custom-dropdown__content .custom-dropdown__title {
    width: calc(100% - 43px);
  }
  /* line 242, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .custom-dropdown__content .dropdown-title,
.site-page--my-products .products-filtering__bulk-actions .custom-dropdown__content .custom-dropdown__caret {
    display: inline-block;
  }
  /* line 247, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .products-filtering__bulk-actions .custom-dropdown__content .title-icon {
    margin-right: 5px;
  }
}

/* line 254, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .products-filtering__active-filters {
  border-top: 1px solid #d5d5d5;
  padding: 15px 0;
}

/* line 259, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .empty-content {
  font-size: 1.3125rem;
  margin: 0 auto;
  padding: 100px 0 150px;
  color: #3f444c;
  font-weight: 400;
}

/* line 266, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .empty-content .empty-content__text {
  margin-top: 20px;
  line-height: 1.5;
}

/* line 272, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .bulk-actions__input {
  min-width: 150px;
  margin-top: 20px;
}

/* line 277, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .bulk-actions__option {
  display: flex;
}

/* line 281, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .collection-draft-trigger {
  cursor: pointer;
}

/* line 286, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .product-text__title a {
  text-decoration: none;
  color: #131518;
}

/* line 291, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .product-text__title .no-title {
  color: #e0e0e0;
  font-style: italic;
}

/* line 296, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .product-text__title span {
  display: inline;
}

/* line 301, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .product-inline-image {
  min-width: 55px;
}

/* line 305, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .product-text__title {
  min-width: 62px;
}

/* line 310, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .product-text__date span {
  display: inline-block;
}

/* line 315, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .product-text__status {
  font-size: 0.9375rem;
  letter-spacing: 0.3px;
}

/* line 319, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .product-text__status span {
  display: inline-block;
}

@media (max-width: 1279.98px) {
  /* line 315, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .product-text__status {
    font-size: 0.8125rem;
  }
}

@media (min-width: 1280px) {
  /* line 328, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .product-actions {
    white-space: nowrap;
  }
}

@media (max-width: 1279.98px) {
  /* line 334, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .product-actions .btn:first-child, .site-page--my-products .product-actions .mde-header .mde-tabs button:first-child, .mde-header .mde-tabs .site-page--my-products .product-actions button:first-child,
.site-page--my-products .product-actions .mde-header .mde-header-group button:first-child,
.mde-header .mde-header-group .site-page--my-products .product-actions button:first-child {
    margin-right: 0;
    margin-bottom: 3px;
  }
}

/* line 342, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products table img {
  max-height: 100px;
  vertical-align: middle;
}

/* line 347, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products table .product-text__title {
  word-break: break-word;
}

/* line 353, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .uploader-nav {
  margin-bottom: 15px;
}

/* line 357, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .wizard-container {
  position: relative;
}

/* line 360, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .wizard-container .btn-close {
  position: absolute;
  top: 2px;
  right: 8px;
  padding: 0;
}

/* line 367, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .wizard-container p {
  font-size: 0.9375rem;
}

@media (min-width: 1280px) {
  /* line 372, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .wizard-container .wizard-container_inner {
    padding: 30px 50px;
  }
  /* line 376, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .wizard-container p {
    font-size: 1.125rem;
  }
}

/* line 382, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .wizard__icons {
  margin-top: 30px;
}

/* line 385, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .wizard__icons .wizard__icon-container {
  position: relative;
  padding: 0 30px 0 20px;
}

@media (max-width: 959.98px) {
  /* line 385, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .wizard__icons .wizard__icon-container {
    margin-bottom: 30px;
  }
}

@media (min-width: 1280px) {
  /* line 385, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .wizard__icons .wizard__icon-container {
    padding: 0 45px 0 35px;
  }
}

/* line 398, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .wizard__icons .fa-chevron-right {
  font-size: 1.5625rem;
  position: absolute;
  top: 40px;
  right: 0;
  color: #485c66;
}

@media (min-width: 1280px) {
  /* line 382, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .wizard__icons {
    margin-top: 60px;
  }
}

/* line 411, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .wizard-trigger {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
}

/* line 419, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .batch-upload {
  margin: 30px auto;
}

/* line 424, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .button-upload--drop-area .dropzone-container, .site-page--my-products .button-upload--drop-area .dropzone-container--grey {
  height: 561px;
}

/* line 427, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .button-upload--drop-area .dropzone-container .drop-area, .site-page--my-products .button-upload--drop-area .dropzone-container--grey .drop-area {
  margin-top: 0;
  background: #fff;
  padding: 170px 0 225px;
}

/* line 433, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .button-upload--drop-area .dropzone-container .drop-area__text, .site-page--my-products .button-upload--drop-area .dropzone-container--grey .drop-area__text {
  font-size: 1.3125rem;
  top: 67%;
  font-weight: 600;
}

/* line 439, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .button-upload--drop-area .dropzone-container .link--primary-dark, .site-page--my-products .button-upload--drop-area .dropzone-container--grey .link--primary-dark {
  text-decoration: underline;
}

/* line 445, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .file-upload--full {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 455, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .button-upload--drop-area {
  margin: 20px 0;
}

/* line 459, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .section__title {
  font-size: 1.3125rem;
  margin: 0 0 20px 0;
  color: #23272c;
  font-weight: 400;
}

/* line 466, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .about-upload {
  padding-top: 15px;
  padding-left: 15px;
}

/* line 470, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .about-upload .btn-upload {
  margin: 30px 0;
}

/* line 474, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .about-upload .hero-image {
  padding-right: 7px;
}

@media (min-width: 960px) {
  /* line 466, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .about-upload {
    min-height: 55vh;
  }
}

/* line 484, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .upload__guidelines .guidelines__image-container {
  max-width: 400px;
  margin-bottom: 20px;
}

/* line 489, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .upload__guidelines .list-heading {
  font-size: 1.125rem;
  color: #23272c;
}

/* line 494, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .upload__guidelines .list {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  line-height: 2.06;
}

/* line 502, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .publishing-notification {
  margin: 0;
  padding: 0;
}

/* line 506, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .publishing-notification .publishing-notification__text {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  text-align: left;
}

/* line 513, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .publishing-notification .publishing-notification__icon {
  margin: 0 16px 0 0;
}

/* line 519, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .publishing-score {
  font-size: 1.125rem;
  max-width: 228px;
  margin-bottom: 20px;
  color: #485c66;
  font-weight: 600;
}

@media (min-width: 960px) {
  /* line 534, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .publishing-notification {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  /* line 539, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .form-footer__wrapper--sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 448;
    width: 100%;
    border: 1px solid #d7dfe3;
    background-color: #fff;
    box-shadow: 0 -2px 6px 0 rgba(14, 30, 38, 0.15);
  }
  /* line 549, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .form-footer__wrapper--sticky .publishing-notification {
    margin: 0;
    padding: 0;
  }
  /* line 554, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .form-footer__wrapper--sticky .publishing-score,
.site-page--my-products .form-footer__wrapper--sticky .publishing-notification__card {
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
  }
  /* line 560, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .form-footer__wrapper--sticky .publishing-score .l-inner,
.site-page--my-products .form-footer__wrapper--sticky .publishing-notification__card .l-inner {
    padding-left: 0;
  }
}

/* line 567, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .metaverse-option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 572, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .metaverse-option__details-button {
  padding-right: 12px;
  padding-left: 12px;
  text-decoration: underline;
}

/* line 579, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .publisher-area {
  margin-bottom: 20px;
}

/* line 583, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .upload-area__heading {
  position: relative;
}

/* line 588, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .publisher-area--upload .dropzone-container--grey {
  height: 273px;
}

/* line 591, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .publisher-area--upload .dropzone-container--grey .drop-area {
  padding: 89px 0 84px;
}

@media (min-width: 960px) {
  /* line 588, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .publisher-area--upload .dropzone-container--grey {
    height: 393px;
  }
  /* line 598, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .publisher-area--upload .dropzone-container--grey .drop-area {
    padding: 149px 0 144px;
  }
}

/* line 605, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .publisher-area--upload .dropzone--full-width .dropzone-container--grey {
  height: 273px;
}

/* line 609, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .publisher-area--upload .dropzone--full-width .drop-area {
  padding: 89px 0 84px;
}

/* line 614, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .publisher-area--upload .choose-draft__open {
  font-size: 0.875rem;
  color: #19bcc9;
  cursor: pointer;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--my-products .publisher-area--upload .choose-draft__open:hover {
  color: #204659;
}

/* line 622, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .drop-area .drop-area__text {
  width: 100%;
}

/* line 627, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .guidelines__trigger {
  font-size: 0.875rem;
  color: #204659;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  cursor: pointer;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--my-products .guidelines__trigger:hover {
  color: #19bcc9;
}

/* line 636, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .guidelines__trigger .svg-inline--fa {
  vertical-align: unset;
}

/* line 641, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .guidelines {
  font-size: 0.875rem;
  color: #485c66;
}

/* line 645, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .guidelines .guidelines__trigger {
  position: relative;
}

/* line 649, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .guidelines .guidelines__image {
  margin: 10px 0;
  text-align: center;
}

/* line 653, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .guidelines .guidelines__image img {
  max-width: 260px;
}

/* line 658, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .guidelines .guidelines__list {
  margin: 0;
  padding-left: 20px;
}

/* line 664, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .collapsible-trigger,
.site-page--my-products .section-heading,
.site-page--my-products .section-heading--small {
  font-size: 1.125rem;
  display: inline-flex;
  color: #204659;
  font-weight: 600;
}

/* line 672, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .section-heading, .site-page--my-products .section-heading--small {
  margin-bottom: 30px;
}

/* line 676, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .section-heading--not-spaced {
  margin-bottom: 0;
}

/* line 680, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .section-heading--small {
  font-size: 1rem;
  margin-bottom: 10px;
}

/* line 685, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .section-heading--small b {
  color: #ce3c5c;
  font-weight: 400;
}

/* line 691, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .separator {
  display: inline-block;
  height: 27px;
  margin: 0 15px;
  border-left: 1px solid #d5d5d5;
  vertical-align: middle;
}

/* line 698, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .separator.separator--absolute {
  position: absolute;
  top: 5px;
  right: 0;
  height: 30px;
  margin: 0;
}

/* line 707, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .upload-progress {
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #204659;
  line-height: 1;
  word-wrap: break-word;
}

/* line 714, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .upload-progress .rc-progress-line {
  max-height: 12px;
}

/* line 718, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .upload-progress .upload-progress__header {
  display: flex;
}

/* line 722, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .upload-progress .upload-progress__info {
  flex-grow: 1;
}

/* line 726, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .upload-progress .upload-progress__percent {
  font-size: 1rem;
  margin-left: 15px;
}

/* line 731, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .upload-progress .svg-inline--fa {
  cursor: pointer;
}

/* line 736, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .error-message {
  font-size: 0.8125rem;
  margin-top: 3px;
  color: #dc3545;
  letter-spacing: 0.44px;
}

/* line 743, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .pro-tip-item {
  display: flex;
  margin-top: 10px;
  align-items: baseline;
}

/* line 748, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .pro-tip-item .svg-inline--fa {
  width: 15px;
}

/* line 752, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .pro-tip-item .pro-tip-item__content {
  flex-grow: 1;
}

/* line 756, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .pro-tip-item .pro-tip-item__heading {
  margin-bottom: 5px;
  font-weight: 600;
}

/* line 761, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .pro-tip-item .pro-tip-item__tip {
  font-weight: 400;
}

/* line 767, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .files-list .section-heading, .site-page--my-products .files-list .section-heading--small {
  margin: 15px 0;
}

/* line 772, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .technical-details__type-selector {
  margin-bottom: 30px;
}

/* line 776, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .technical-details-area__checkboxes {
  margin: 10px 0;
}

/* line 779, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .technical-details-area__checkboxes .btn-checkbox {
  margin-bottom: 10px;
}

/* line 784, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .polygons-and-vertices-inputs {
  margin-top: 13px;
}

/* line 787, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .polygons-and-vertices-inputs .form-group-grey {
  margin-bottom: 0;
}

/* line 793, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .drafts-list td:hover {
  cursor: pointer;
}

/* line 797, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .drafts-list img {
  max-height: 75px;
}

/* line 802, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .sortable-images-list {
  margin-top: 25px;
}

/* line 805, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .sortable-images-list .row {
  margin-right: -5px;
  margin-left: -5px;
}

/* line 810, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .sortable-images-list.is-not-spaced {
  margin-top: 0;
}

/* line 816, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .pricing-section .form-group {
  margin-bottom: 10px;
}

/* line 820, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .pricing-section .pricing-section__free-check,
.site-page--my-products .pricing-section .pricing-section__ai-generated-check {
  color: #204659;
}

/* line 826, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .template-section__free-check {
  margin-bottom: 10px;
  text-align: left;
}

/* line 831, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .challenges-section {
  margin-top: 15px;
}

/* line 834, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .challenges-section .form-group {
  margin-bottom: 10px;
}

/* line 838, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .challenges-section .challenges-section__participate-check {
  color: #204659;
}

/* line 845, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .category-section .separator,
.site-page--my-products .pricing-section .separator {
  top: 31px;
}

/* line 851, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .publisher-area--category .form-group-grey {
  margin-bottom: 0;
}

/* line 856, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .tags-input {
  margin-bottom: 0;
}

/* line 860, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .custom-license-section {
  margin-top: 20px;
}

/* line 864, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .form-footer {
  display: flex;
}

/* line 867, app/assets/stylesheets/pages/profile/items/_index.scss */
.site-page--my-products .form-footer .publish-actions {
  flex-grow: 1;
}

@media (max-width: 959.98px) {
  /* line 864, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .form-footer {
    display: block;
  }
  /* line 874, app/assets/stylesheets/pages/profile/items/_index.scss */
  .site-page--my-products .form-footer .publish-actions {
    margin: 30px 0;
  }
}

/* line 881, app/assets/stylesheets/pages/profile/items/_index.scss */
.verification {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 887, app/assets/stylesheets/pages/profile/items/_index.scss */
.verification__progress {
  position: absolute;
  padding: 10px;
  top: -130px;
  left: -180px;
}

/* line 894, app/assets/stylesheets/pages/profile/items/_index.scss */
.verification__text {
  display: flex;
  max-width: 390px;
  width: 100%;
  text-align: left;
}

/* line 902, app/assets/stylesheets/pages/profile/items/_index.scss */
.display-flex {
  display: flex;
}

/* line 906, app/assets/stylesheets/pages/profile/items/_index.scss */
.position-relative {
  position: relative;
}

/* line 911, app/assets/stylesheets/pages/profile/items/_index.scss */
.verification-tooltip__text {
  display: block;
  width: 100%;
  max-width: 535px;
}

/* line 918, app/assets/stylesheets/pages/profile/items/_index.scss */
.verification-popover-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 925, app/assets/stylesheets/pages/profile/items/_index.scss */
.kodama-notice {
  align-items: center;
}

/* line 929, app/assets/stylesheets/pages/profile/items/_index.scss */
.kodama-notice__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

@media (max-width: 1280px) {
  /* line 929, app/assets/stylesheets/pages/profile/items/_index.scss */
  .kodama-notice__content {
    flex-direction: column;
  }
}

/* line 941, app/assets/stylesheets/pages/profile/items/_index.scss */
.publishing-actions__container {
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 1279.98px) {
  /* line 941, app/assets/stylesheets/pages/profile/items/_index.scss */
  .publishing-actions__container {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 955, app/assets/stylesheets/pages/profile/items/_index.scss */
.publishing-actions__checkbox {
  flex: 0 1 auto;
  min-width: 200px;
  max-width: 50%;
}

/* line 960, app/assets/stylesheets/pages/profile/items/_index.scss */
.publishing-actions__checkbox--template-model .checkbox:not(:checked) + label, .publishing-actions__checkbox--template-model .checkbox:checked + label {
  padding-left: 2em;
}

/* line 965, app/assets/stylesheets/pages/profile/items/_index.scss */
.publishing-actions__checkbox label {
  word-wrap: break-word;
  hyphens: auto;
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 1279.98px) {
  /* line 955, app/assets/stylesheets/pages/profile/items/_index.scss */
  .publishing-actions__checkbox {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

/* line 978, app/assets/stylesheets/pages/profile/items/_index.scss */
.publishing-actions__buttons {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1279.98px) {
  /* line 978, app/assets/stylesheets/pages/profile/items/_index.scss */
  .publishing-actions__buttons {
    margin-top: 10px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media (max-width: 639.98px) {
  /* line 991, app/assets/stylesheets/pages/profile/items/_index.scss */
  .publishing-actions__buttons .separator {
    display: none;
  }
}

@media (max-width: 639.98px) {
  /* line 997, app/assets/stylesheets/pages/profile/items/_index.scss */
  .publishing-actions__buttons button {
    width: 100%;
    margin-top: 6px;
  }
  /* line 1002, app/assets/stylesheets/pages/profile/items/_index.scss */
  .publishing-actions__buttons button.u-ml10 {
    margin-left: 0 !important;
  }
}

/* line 1010, app/assets/stylesheets/pages/profile/items/_index.scss */
.dashboard-summary {
  margin-bottom: 16px;
  padding-top: 1px;
}

/* line 1015, app/assets/stylesheets/pages/profile/items/_index.scss */
.dashboard-stats {
  display: flex;
  align-items: flex-start;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px 16px;
  background-color: #f9f9f9;
  width: 100%;
  margin-top: 50px;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 1015, app/assets/stylesheets/pages/profile/items/_index.scss */
  .dashboard-stats {
    flex-direction: row;
    align-items: center;
  }
}

/* line 1032, app/assets/stylesheets/pages/profile/items/_index.scss */
.stat-item {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

/* line 1038, app/assets/stylesheets/pages/profile/items/_index.scss */
.stat-label {
  font-size: 14px;
  color: #666;
  margin-right: 8px;
}

/* line 1044, app/assets/stylesheets/pages/profile/items/_index.scss */
.stat-value {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

/* line 2, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .content-container {
  margin: 20px 0;
  padding: 30px 0;
  background: white;
  text-align: center;
}

/* line 9, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .available-choices {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 50px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--publisher-thanks .available-choices:before, .site-page--publisher-thanks .available-choices:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--publisher-thanks .available-choices:after {
  clear: both;
}

/* line 14, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .available-choices > li {
  display: inline-block;
  vertical-align: top;
  width: 208px;
  height: 320px;
  padding-top: 9px;
  margin-right: 100px;
  background: url(/assets/publishing_choice_sprite-cc7889ddb3959d396bf14454237055dea762598880b211f954da5f233a10b511.png) no-repeat 0 1px;
  text-align: center;
}

/* line 24, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .available-choices > li:last-child {
  margin-right: 0;
}

/* line 28, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .available-choices > li:hover {
  background-position: 0 -424px;
}

/* line 32, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .available-choices > li:hover a .available-choice {
  color: #19bcc9;
}

/* line 35, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .available-choices > li:hover a .available-choice span {
  color: #485c66;
}

/* line 43, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .available-choices a {
  text-decoration: none;
  transition: 0.15s ease-in-out all;
}

/* line 47, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .available-choices a .available-choice {
  color: #485c66;
}

/* line 50, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .available-choices a .available-choice span {
  color: rgba(72, 92, 102, 0.7);
}

/* line 57, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .available-choice {
  display: block;
  margin-top: 20px;
  min-height: 80px;
  text-transform: uppercase;
  transition: 0.15s ease-in-out all;
}

/* line 64, app/assets/stylesheets/pages/profile/items/_thanks.scss */
.site-page--publisher-thanks .available-choice span {
  display: block;
  text-transform: none;
  transition: 0.15s ease-in-out all;
}

/* line 3, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics {
  background-color: #f4f6f7;
}

/* line 7, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .btn-group > .btn, .site-page--product-analytics .mde-header .mde-tabs > .btn, .mde-header .site-page--product-analytics .mde-tabs > .btn, .site-page--product-analytics .mde-header .mde-tabs .btn-group > button, .mde-header .mde-tabs .site-page--product-analytics .btn-group > button, .site-page--product-analytics .mde-header .mde-tabs > button, .mde-header .site-page--product-analytics .mde-tabs > button,
.site-page--product-analytics .mde-header .mde-header-group .btn-group > button,
.mde-header .mde-header-group .site-page--product-analytics .btn-group > button,
.site-page--product-analytics .mde-header .mde-header-group .mde-tabs > button,
.mde-header .site-page--product-analytics .mde-header-group .mde-tabs > button {
  border-right: 1px solid #bcbcbc;
}

/* line 12, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .content-heading {
  margin: 0;
}

/* line 16, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .l-inner {
  padding: 20px 16px;
}

@media screen and (min-width: 1200px) {
  /* line 20, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .container {
    max-width: none;
    padding: 0 40px;
  }
}

/* line 27, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .empty-content {
  font-size: 1.25rem;
  margin: 200px auto;
  font-weight: 300;
}

/* line 33, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .empty-content-small {
  font-size: 1.125rem;
  font-weight: 300;
  color: #6d6d6d;
}

/* line 39, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .data-filters-container {
  width: 100%;
  left: 0;
  z-index: 101;
  padding: 15px;
  border-top: 1px solid #d6dee2;
  border-bottom: 1px solid #d6dee2;
  background: #f4f6f7;
  color: #485c66;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--product-analytics .chart-container:before, .site-page--product-analytics .chart-container:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--product-analytics .chart-container:after {
  clear: both;
}

/* line 53, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .chart-container .chart-container__chart {
  position: relative;
  height: 200px;
  padding-left: 10px;
}

/* line 58, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .chart-container .chart-container__chart .chart-container__left-axis {
  font-size: 0.8125rem;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 30px;
  transform: translateY(60%) rotate(-90deg);
  white-space: nowrap;
}

/* line 71, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .chart-container__heading h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

/* line 77, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .chart-container__heading h3 span {
  display: inline !important;
}

/* line 84, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .chart-container__description p {
  font-size: 0.875rem;
  text-align: left;
  margin: 0 0 0 30px;
}

/* line 91, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tabs-content {
  margin: 20px 0 80px;
}

/* line 95, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tab-content__title {
  margin: 0 0 5px 0;
}

/* line 99, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tab-content__description {
  margin: 20px 0;
}

/* line 103, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .highlighted-text {
  color: #bcbcbc;
}

/* line 109, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .content-heading__h1 span,
.site-page--product-analytics .content-heading__h2 span {
  display: inline-block;
}

/* line 112, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .content-heading__h1 span .__react_component_tooltip,
.site-page--product-analytics .content-heading__h2 span .__react_component_tooltip {
  margin-top: 0;
  margin-left: 5px;
  white-space: normal;
}

/* line 120, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .content-heading__buttons {
  display: inline-block;
  float: none;
  transition: opacity 0.5s ease 0.5s;
}

/* line 125, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .content-heading__buttons .btn-group + .btn, .site-page--product-analytics .content-heading__buttons .mde-header .mde-tabs + .btn, .mde-header .site-page--product-analytics .content-heading__buttons .mde-tabs + .btn, .site-page--product-analytics .content-heading__buttons .mde-header .mde-tabs .btn-group + button, .mde-header .mde-tabs .site-page--product-analytics .content-heading__buttons .btn-group + button, .site-page--product-analytics .content-heading__buttons .mde-header .mde-tabs .mde-tabs + button, .mde-header .site-page--product-analytics .content-heading__buttons .mde-tabs .mde-tabs + button, .mde-header .mde-tabs .site-page--product-analytics .content-heading__buttons .mde-tabs + button,
.site-page--product-analytics .content-heading__buttons .mde-header .mde-header-group .btn-group + button,
.mde-header .mde-header-group .site-page--product-analytics .content-heading__buttons .btn-group + button,
.site-page--product-analytics .content-heading__buttons .mde-header .mde-header-group .mde-tabs + button,
.mde-header .site-page--product-analytics .content-heading__buttons .mde-header-group .mde-tabs + button,
.mde-header .mde-header-group .site-page--product-analytics .content-heading__buttons .mde-tabs + button {
  margin-left: 1em;
}

/* line 129, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .content-heading__buttons.is-hidden {
  opacity: 0;
}

@media (min-width: 640px) {
  /* line 135, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .content-heading__buttons {
    float: right;
  }
  /* line 139, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .form-search {
    display: inline-block;
  }
}

/* line 145, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics h1 button {
  float: right;
  margin-top: 10px;
}

/* line 151, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .keyword-search-title {
  float: left;
  margin-right: 1.25rem;
}

/* line 157, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .progress-label {
  text-align: left;
  width: 25px;
  font-size: 0.875rem;
}

/* line 162, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .progress-label.label-medium {
  width: 40px;
}

/* line 166, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .progress-label.label-large {
  width: 50px;
}

/* line 170, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .progress-label.label-none {
  display: none;
}

/* line 174, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .progress-label.label-price {
  font-size: 0.75rem;
}

/* line 179, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .progress {
  margin: 2px 0;
}

/* line 182, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .progress .progress-bar, .site-page--product-analytics .progress .progress-bar--thin {
  position: inherit;
}

/* line 187, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-col {
  display: block;
  width: 100%;
  min-height: 10px;
  line-height: 7px;
  transition: opacity .25s ease-in-out;
}

/* line 194, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-col label {
  cursor: default;
  height: 7px;
  line-height: 7px;
  font-weight: 600;
}

/* line 203, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 150px;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 640px) {
  /* line 203, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .analytics-table-wrapper {
    width: 250px;
  }
}

@media (min-width: 960px) {
  /* line 203, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .analytics-table-wrapper {
    width: 300px;
  }
}

/* line 221, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .table-responsive__table-body {
  max-height: 70vh;
}

@media (min-width: 640px) {
  /* line 221, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .table-responsive__table-body {
    max-height: 80vh;
  }
}

/* line 230, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics th.is-sortable {
  cursor: pointer;
}

/* line 234, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics th.is-sortable .svg-inline--fa.is-not-active {
  color: #d6d6d6;
}

/* line 240, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics th.is-sortable:hover .is-not-active {
  color: #c2c2c2;
}

/* line 248, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table.analytics-table__header-fits {
  left: 0 !important;
  width: 100%;
}

/* line 252, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table.analytics-table__header-fits th:first-of-type {
  width: auto;
}

/* line 257, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table th,
.site-page--product-analytics .analytics-table td {
  text-decoration: none;
  vertical-align: middle;
}

/* line 262, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table th .sort-icon,
.site-page--product-analytics .analytics-table td .sort-icon {
  font-size: 0.875rem;
}

/* line 266, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table th.is-active,
.site-page--product-analytics .analytics-table td.is-active {
  color: #19bcc9;
}

/* line 270, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table th .info-icon,
.site-page--product-analytics .analytics-table td .info-icon {
  margin-left: 0.25rem;
}

/* line 274, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table th:nth-child(2),
.site-page--product-analytics .analytics-table td:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1599.98px) {
  /* line 257, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .analytics-table th,
.site-page--product-analytics .analytics-table td {
    font-size: 0.8125rem;
  }
}

/* line 285, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table th:not(:first-of-type) {
  white-space: nowrap;
}

/* line 289, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table th span {
  display: inline-block;
}

/* line 296, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table tr td.requires-attention {
  color: #ce3c5c;
}

@media (min-width: 960px) {
  /* line 302, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .analytics-table tr .btn-hide {
    opacity: 0;
  }
  /* line 307, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .analytics-table tr:hover .btn-hide {
    opacity: 1;
  }
}

/* line 314, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table a {
  color: #19bcc9;
}

/* line 317, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table a.btn-primary {
  color: #fff;
}

/* line 320, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table a.btn-primary:hover {
  color: #fff;
}

/* line 325, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table a:hover {
  color: #159ca9;
}

/* line 330, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table .chart__is-active {
  padding: 0 10px;
}

/* line 333, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table .chart__is-active span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

@media (min-width: 960px) {
  /* line 342, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .analytics-table .chart__is-active:hover {
    cursor: pointer;
  }
  /* line 345, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .analytics-table .chart__is-active:hover .analytics-col {
    opacity: 0.5;
  }
}

/* line 353, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table .chart-container__description span {
  display: inline;
}

/* line 359, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table .chart__is-double span {
  flex-flow: column;
}

/* line 368, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table--marketplace-statistics td:not(:first-of-type),
.site-page--product-analytics .analytics-table--marketplace-statistics th:not(:first-of-type) {
  min-width: 160px;
}

/* line 377, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table--model-improvements td:not(:first-of-type),
.site-page--product-analytics .analytics-table--model-improvements th:not(:first-of-type) {
  min-width: 180px;
}

/* line 386, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table--my-products td:not(:first-of-type),
.site-page--product-analytics .analytics-table--my-products th:not(:first-of-type) {
  min-width: 130px;
}

/* line 394, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .analytics-table--model-improvements.table-responsive--sticky-top,
.site-page--product-analytics .analytics-table--model-improvements .table-responsive__clone,
.site-page--product-analytics .analytics-table--my-products.table-responsive--sticky-top,
.site-page--product-analytics .analytics-table--my-products .table-responsive__clone {
  padding-top: 100px;
}

/* line 400, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .hide-analytics-table {
  overflow: hidden;
  transition: height 2s ease-in-out;
}

/* line 405, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .btn-show-more {
  color: #19bcc9;
  margin: 1rem 0 2.25rem;
}

@media (min-width: 1280px) {
  /* line 410, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .btn-show-more:hover {
    color: #159ca9;
  }
}

/* line 416, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .btn-show-more__small-margins {
  color: #19bcc9;
  margin: 1rem 0;
}

@media (min-width: 1280px) {
  /* line 421, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .btn-show-more__small-margins:hover {
    color: #159ca9;
  }
}

/* line 427, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .btn-view-all {
  margin: 1rem auto 0.5rem;
  color: #6d6d6d;
}

@media (min-width: 1280px) {
  /* line 432, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .btn-view-all:hover {
    color: #bcbcbc;
  }
}

/* line 438, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .search-link {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 3px;
  text-align: center;
  line-height: 2rem;
}

/* line 446, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .search-link img {
  height: 18px;
  vertical-align: middle;
}

/* line 451, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .search-link:last-child {
  float: right;
}

/* line 456, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .search-bar {
  display: flex;
  height: 100%;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}

/* line 464, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .search-bar__form-wrap {
  width: 140px;
}

/* line 467, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .search-bar__form-wrap .search-bar__form {
  position: relative;
}

/* line 471, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .search-bar__form-wrap .form-control, .site-page--product-analytics .search-bar__form-wrap .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .site-page--product-analytics .search-bar__form-wrap input, .site-page--product-analytics .search-bar__form-wrap .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .site-page--product-analytics .search-bar__form-wrap .form-inline__mobile-toggle, .site-page--product-analytics .search-bar__form-wrap .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .site-page--product-analytics .search-bar__form-wrap .form-inline__mobile-toggle, .site-page--product-analytics .search-bar__form-wrap .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .site-page--product-analytics .search-bar__form-wrap input, .site-page--product-analytics .search-bar__form-wrap .react-mde .mde-text, .react-mde .site-page--product-analytics .search-bar__form-wrap .mde-text,
.site-page--product-analytics .search-bar__form-wrap .react-mde .mde-preview,
.react-mde .site-page--product-analytics .search-bar__form-wrap .mde-preview {
  padding-right: 30px;
}

/* line 475, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .search-bar__form-wrap .btn, .site-page--product-analytics .search-bar__form-wrap .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--product-analytics .search-bar__form-wrap button,
.site-page--product-analytics .search-bar__form-wrap .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--product-analytics .search-bar__form-wrap button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0;
}

@media (max-width: 639.98px) {
  /* line 484, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .search-bar__form-wrap .form-control, .site-page--product-analytics .search-bar__form-wrap .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .site-page--product-analytics .search-bar__form-wrap input, .site-page--product-analytics .search-bar__form-wrap .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .site-page--product-analytics .search-bar__form-wrap .form-inline__mobile-toggle, .site-page--product-analytics .search-bar__form-wrap .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .site-page--product-analytics .search-bar__form-wrap .form-inline__mobile-toggle, .site-page--product-analytics .search-bar__form-wrap .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .site-page--product-analytics .search-bar__form-wrap input, .site-page--product-analytics .search-bar__form-wrap .react-mde .mde-text, .react-mde .site-page--product-analytics .search-bar__form-wrap .mde-text,
.site-page--product-analytics .search-bar__form-wrap .react-mde .mde-preview,
.react-mde .site-page--product-analytics .search-bar__form-wrap .mde-preview {
    padding-right: 12px;
    padding-left: 8px;
  }
  /* line 489, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .search-bar__form-wrap .btn, .site-page--product-analytics .search-bar__form-wrap .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--product-analytics .search-bar__form-wrap button,
.site-page--product-analytics .search-bar__form-wrap .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--product-analytics .search-bar__form-wrap button {
    padding-right: 4px;
  }
}

/* line 495, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .search-bar__title {
  margin-right: 2rem;
  line-height: 30px;
}

/* line 500, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .keyword-search--empty {
  padding: 2rem 0;
}

/* line 503, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .keyword-search--empty .search-icon {
  text-align: right;
}

/* line 506, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .keyword-search--empty .search-icon .fa-icon {
  font-size: 6em;
}

/* line 511, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .keyword-search--empty p {
  color: #6d6d6d;
  font-weight: 100;
}

/* line 519, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .__react_component_tooltip .table--tooltip {
  margin: 10px 0 15px;
  width: 100%;
}

/* line 523, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .__react_component_tooltip .table--tooltip th, .site-page--product-analytics .__react_component_tooltip .table--tooltip td {
  font-size: 0.8125rem;
  padding: 5px;
  background-color: transparent !important;
}

/* line 528, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .__react_component_tooltip .table--tooltip th:nth-child(n), .site-page--product-analytics .__react_component_tooltip .table--tooltip td:nth-child(n) {
  width: auto;
  min-width: auto;
}

/* line 535, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .__react_component_tooltip .requires-attention {
  color: #ce3c5c;
  font-weight: 800;
}

/* line 541, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .__react_component_tooltip hr.is-dashed {
  margin-top: 0;
}

/* line 546, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .__react_component_tooltip.type-light {
  box-shadow: 0 2px 7px rgba(19, 21, 24, 0.3);
  pointer-events: initial;
  white-space: normal;
}

/* line 551, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .__react_component_tooltip.type-light strong {
  font-weight: 600;
}

/* line 557, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tooltip--text-top {
  border-top: 1px dotted #e7e7e7;
  margin: 10px 0 5px;
  padding-top: 10px;
  text-align: center;
}

/* line 563, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tooltip--text-bottom {
  border-bottom: 1px dotted #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* line 569, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tooltip--bars {
  height: 12px;
  line-height: 8px;
}

/* line 573, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tooltip--bars label {
  width: 35px;
  font-weight: 600;
}

/* line 577, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tooltip--bars label .svg-inline--fa {
  margin: 0;
}

/* line 582, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tooltip--explanation {
  font-size: 0.6875rem;
  line-height: 1.3;
}

/* line 587, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tooltip--explanation-bars label {
  width: 20px;
}

/* line 592, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .sales-modal {
  padding: 10px;
}

/* line 595, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .sales-modal .sales-modal__percentage {
  font-size: 4rem;
  padding: 15px 0;
  text-align: center;
  color: #19bcc9;
  line-height: 1;
}

/* line 603, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .sales-modal .sales-modal__description {
  margin-top: 10px;
}

/* line 606, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .sales-modal .sales-modal__description .sales-modal--keyword {
  display: inline;
  color: #19bcc9;
  font-weight: 600;
}

/* line 614, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container {
  margin-top: 35px;
}

/* line 617, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .content-heading__h2 {
  color: #19bcc9;
  margin-bottom: 0;
}

/* line 621, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .content-heading__h2 strong {
  font-weight: 600;
}

/* line 626, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-subheading {
  font-size: 1.1875rem;
  color: #6d6d6d;
  font-weight: 300;
  margin: 0;
}

/* line 633, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-note {
  font-size: 0.8125rem;
  color: #6d6d6d;
  font-weight: 300;
  margin: 35px 0 10px;
}

/* line 640, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels {
  padding: 110px 0 25px;
}

/* line 643, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels .col {
  padding: 0 10px;
}

/* line 648, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card {
  padding: 20px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* line 652, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .tiers-levels__title {
  font-size: 1.3125rem;
  margin: 0 0 10px;
  color: #515151;
  text-align: center;
  line-height: 1.28;
  font-weight: 300;
}

/* line 660, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .tiers-levels__title .svg-inline--fa {
  font-size: 1rem;
  margin-left: 7px;
  vertical-align: baseline;
}

/* line 667, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .tiers-bar-container {
  margin-top: 25px;
}

/* line 670, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .tiers-bar-container .tiers-bar__head {
  font-size: 0.875rem;
  margin-bottom: 7px;
  color: #515151;
  line-height: 1.30;
  font-weight: 400;
}

/* line 677, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .tiers-bar-container .tiers-bar__head .tiers-bar__title {
  display: inline-block;
}

/* line 681, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .tiers-bar-container .tiers-bar__head .tiers-bar__score {
  float: right;
}

/* line 686, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .tiers-bar-container .analytics-col {
  margin-bottom: 7px;
}

/* line 689, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .tiers-bar-container .analytics-col .progress {
  height: 4px;
}

/* line 695, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .button-container {
  display: none;
  margin-bottom: 25px;
  text-align: center;
}

/* line 701, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .tier-completed {
  padding: 11px 0 10px;
  text-align: center;
}

/* line 705, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .tier-completed .svg-inline--fa {
  font-size: 4rem;
}

/* line 709, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card .tier-completed .tier-completed__title {
  font-size: 1rem;
  padding: 5px 0;
  margin: 0;
  color: #515151;
  font-weight: 300;
}

/* line 718, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card.is-active {
  width: 250px;
  margin-top: -71px;
  padding: 30px 20px;
}

/* line 723, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card.is-active .tiers-levels__title {
  font-size: 1.5625rem;
}

/* line 728, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card.is-active .tiers-bar-container .tiers-bar__head {
  font-size: 1rem;
  margin-bottom: 10px;
}

/* line 732, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card.is-active .tiers-bar-container .tiers-bar__head .tiers-bar__score {
  font-weight: 500;
}

/* line 737, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card.is-active .tiers-bar-container .analytics-col {
  margin-bottom: 7px;
}

/* line 742, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--product-analytics .tiers-container .tiers-levels__card.is-active .button-container {
  display: block;
}

@media (min-width: 1600px) {
  /* line 718, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--product-analytics .tiers-container .tiers-levels__card.is-active {
    width: 300px;
  }
}

/* line 755, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .content-header {
  background-image: linear-gradient(to bottom left, #fff, #f7f7f7);
}

/* line 758, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .content-header .hero-text {
  position: relative;
  top: 50%;
  transform: translateY(-65%);
  padding: 0 40px;
}

/* line 764, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .content-header .hero-text .hero-text__title {
  font-size: 2.1875rem;
  line-height: 1.85;
  margin-bottom: 10px;
}

@media (min-width: 1600px) {
  /* line 764, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--analytics-about .content-header .hero-text .hero-text__title {
    font-size: 2.625rem;
  }
}

/* line 774, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .content-header .hero-text p {
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  color: #6d6d6d;
  line-height: 1.8;
}

@media (min-width: 1600px) {
  /* line 758, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--analytics-about .content-header .hero-text {
    padding: 0 20px;
  }
}

/* line 787, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .content-header .hero-image {
  line-height: 0;
  padding-top: 30px;
}

/* line 793, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .content-section {
  padding: 50px 35px;
  background-image: linear-gradient(to top right, #eee, #f7f7f7);
}

/* line 798, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .content-section--light {
  background: #fff;
}

/* line 802, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .content-section__title {
  font-size: 1.75rem;
  margin: 0 0 25px;
  line-height: 1.28;
  color: #3f444c;
  font-weight: 300;
}

/* line 810, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .content-section__subtitle {
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: justify;
  color: #6d6d6d;
}

/* line 817, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .benefit-box {
  text-align: center;
  padding: 25px 15px 0;
}

/* line 821, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .benefit-box .svg-inline--fa {
  font-size: 3.375rem;
  color: #19bcc9;
}

/* line 826, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .benefit-box .benefit-box__title {
  font-size: 1.25rem;
  margin: 20px 0 0;
  font-weight: 400;
}

/* line 832, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .benefit-box p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 0;
  color: #6d6d6d;
}

@media (min-width: 1600px) {
  /* line 817, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--analytics-about .benefit-box {
    padding: 40px 25px 0;
  }
}

/* line 843, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .info-text {
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6d6d6d;
  line-height: 1.8;
}

/* line 850, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .footer-text {
  position: relative;
  top: 50%;
  transform: translateY(-65%);
  padding: 0 40px;
}

/* line 856, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .footer-text .footer-text__title {
  font-size: 1.875rem;
  line-height: 1.85;
  margin-bottom: 10px;
}

@media (min-width: 1600px) {
  /* line 856, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--analytics-about .footer-text .footer-text__title {
    font-size: 2.25rem;
  }
}

/* line 866, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.site-page--analytics-about .footer-text p {
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 30px;
  color: #6d6d6d;
  line-height: 1.8;
}

@media (min-width: 1600px) {
  /* line 850, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
  .site-page--analytics-about .footer-text {
    padding: 0 20px;
  }
}

/* line 881, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.overlay-modal .overlay-modal--product-analytics-terms {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 50px 0 0;
  color: #6d6d6d;
}

/* line 886, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.overlay-modal .overlay-modal--product-analytics-terms .content-heading__h2 {
  margin-bottom: 35px;
}

/* line 890, app/assets/stylesheets/pages/profile/product_analytics/_index.scss */
.overlay-modal .overlay-modal--product-analytics-terms .overlay-modal__footer {
  margin-top: 35px;
}

/* line 2, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .products-list {
  margin-bottom: 20px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--purchases .products-list:before, .site-page--purchases .products-list:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--purchases .products-list:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .loyalty-level-info {
  margin-bottom: 30px;
}

/* line 10, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .loyalty-level-info .loyalty-level-progress {
  width: 100%;
  margin: 0;
}

/* line 17, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .total-store-credit td {
  font-size: 1.25rem;
  padding: 28px 10px;
}

/* line 23, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .credit-statistics {
  margin-bottom: 60px;
}

/* line 26, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .credit-statistics .total-info__title {
  font-size: 1.5rem;
  font-weight: 800;
}

/* line 31, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .credit-statistics td {
  padding: 20px 5px;
}

/* line 36, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .no-purchases-message {
  margin: 50px 0;
}

/* line 39, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .no-purchases-message span {
  font-size: 1.6875rem;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}

/* line 47, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .custom-dropdown--multi {
  width: 100%;
}

/* line 50, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .custom-dropdown--multi .custom-dropdown__header {
  max-height: 42px;
}

/* line 55, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .actions-row {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* line 64, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .products-pagination__select-page .form-inline {
  margin-left: 10px;
  border-left: 1px solid #d5d5d5;
  padding: 4px 0 2px 15px;
}

/* line 69, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.site-page--purchases .products-pagination__select-page .form-inline input {
  width: 50px;
}

@media (max-width: 959.98px) {
  /* line 76, app/assets/stylesheets/pages/profile/purchases/_index.scss */
  .borderless-filter {
    border-bottom: 0;
    margin-bottom: 0;
  }
}

/* line 83, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.wallet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

/* line 90, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.wallet-content {
  display: flex;
  align-items: center;
}

/* line 95, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.wallet-popover {
  position: relative;
}

/* line 98, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.wallet-popover__content {
  position: absolute;
  width: auto;
  top: 100%;
}

/* line 103, app/assets/stylesheets/pages/profile/purchases/_index.scss */
.wallet-popover__content .menu-item-label {
  white-space: nowrap;
  padding: 16px;
}

/* line 2, app/assets/stylesheets/pages/profile/liked_models/_index.scss */
.site-page--liked-models .products-list {
  margin-bottom: 20px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--liked-models .products-list:before, .site-page--liked-models .products-list:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--liked-models .products-list:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/pages/profile/liked_models/_index.scss */
.site-page--liked-models .no-liked-models-message {
  margin: 100px 0;
}

/* line 10, app/assets/stylesheets/pages/profile/liked_models/_index.scss */
.site-page--liked-models .no-liked-models-message span {
  font-size: 1.6875rem;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
}

/* line 1, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales {
  background-color: #ffffff;
}

/* line 3, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .tabs {
  margin: 20px 0;
}

/* line 7, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .sales-container {
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .sales-table.table-responsive table th,
.site-page--sales .sales-table.table-responsive table td {
  border-right: 1px solid #d7dfe3;
  vertical-align: middle;
}

/* line 20, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .sales-table.table-responsive table th {
  text-align: center;
}

/* line 27, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .sales-table.table-responsive table tr td:last-of-type,
.site-page--sales .sales-table.table-responsive table tr th:last-of-type {
  border-right: 0;
}

/* line 36, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .payout-problem-message {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: 10px 0 20px;
  border-radius: 3px;
  background: #b31c3d;
  padding: 5px 10px;
  color: #fff;
}

/* line 47, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .coupon-container label {
  margin-right: 5px;
}

/* line 50, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .coupon-container label.error {
  font-size: 0.875rem;
  width: 100%;
  display: block;
  color: #ce3c5c;
  line-height: 18px;
}

/* line 59, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .coupon-container .field {
  margin: 0 3px;
}

/* line 64, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .coupon-discount__label {
  margin: 0 15px;
  font-size: 1.125rem;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 72, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .discount-form {
  margin-bottom: 20px;
}

/* line 77, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .discount-drop-down select {
  width: 100%;
}

/* line 82, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .donation-form {
  margin-bottom: 20px;
}

/* line 87, app/assets/stylesheets/pages/profile/sales/_index.scss */
.site-page--sales .donation-drop-down select {
  width: 100%;
}

/* line 3, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.my-sales-new__container {
  padding: 0 20px;
}

/* line 7, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.my-sales-tabs-container {
  min-height: 40vh;
}

/* line 12, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.sales-form__settings-container {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #f7f7f8;
  padding: 10px;
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
  .sales-form__settings-container {
    padding: 24px;
  }
}

/* line 23, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.sales-form__note-text {
  font-size: 12px;
  color: #9e6900;
  margin-left: 25px;
  margin-bottom: 15px;
  padding: 0px 5px;
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
  .sales-form__note-text {
    padding: 0px 20px;
  }
}

/* line 35, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.sales-form__settings-panel {
  margin-left: 15px;
}

@media (min-width: 768px) {
  /* line 35, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
  .sales-form__settings-panel {
    margin-left: 30px;
  }
}

/* line 43, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.sales-form__panel-container {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/* line 49, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.sales-form__action-buttons-container {
  display: flex;
  gap: 10px;
  align-items: center;
  position: sticky;
  background-color: #ffffff;
  padding: 15px 0px;
  border-top: 1px solid #e0e0e0;
  z-index: 10;
}

@media (min-width: 768px) {
  /* line 49, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
  .sales-form__action-buttons-container {
    bottom: 0;
  }
}

/* line 66, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.coupon-modal__radio-group {
  width: 100%;
}

/* line 69, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.coupon-modal__radio-group button {
  width: 50%;
}

/* line 75, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.custom-radio-group {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 75, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
  .custom-radio-group {
    width: 45%;
  }
}

@media (min-width: 1280px) {
  /* line 75, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
  .custom-radio-group {
    width: 35%;
  }
}

/* line 87, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.custom-radio-group button {
  width: 33.33%;
}

/* line 91, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.custom-active-button:not(:disabled) {
  background-color: #ecfdfe !important;
  color: #000 !important;
}

/* line 96, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 40px 0;
}

/* line 106, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.donation-form p {
  margin-bottom: 10px;
}

/* line 111, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.sales-profile-header {
  padding-top: 20px;
  margin-bottom: 30px;
}

/* line 116, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.profile-header-links {
  color: #686c70;
  font-size: 14px;
}

/* line 119, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.profile-header-links a {
  color: #686c70;
}

/* line 124, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.text-sm {
  font-size: 14px;
}

/* line 128, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.cgt-button.text-sm {
  font-size: 14px;
}

/* line 133, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.discounts__actions-warning {
  display: flex;
  align-items: center;
  color: #9e6900;
  font-size: 12px;
  font-weight: 600;
}

/* line 141, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.discounts__info-alert {
  margin: 50px 0;
}

/* line 146, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.breadcrumb-full-width {
  width: 100vw;
  position: relative;
  display: flex;
  align-items: center;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 30px;
  background-color: #f7f7f8;
  padding: 0px 8px;
}

/* line 160, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.profile-header-information-text {
  font-size: 14px;
}

/* line 163, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.profile-header-information-text a {
  margin-left: 5px;
}

/* line 168, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.data-tooltip-container {
  display: flex;
  align-items: center;
}

/* line 173, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.data-tooltip-container__icon {
  margin-right: 0;
}

/* line 178, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-container {
  text-align: center;
}

/* line 181, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-container .stats-tooltip-container {
  display: inline-block;
  text-align: left;
}

/* line 185, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-container .stats-tooltip-container .stats-element {
  padding: 0;
}

/* line 191, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-container .earnings-month-income .stats-element {
  display: inline-block;
}

/* line 195, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-container .earnings-month-income .stats-tooltip-container {
  position: absolute;
  margin: 8px 0 0 5px;
  vertical-align: top;
  width: 100%;
}

/* line 202, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-container .earnings-month-income .earnings-month-income__value {
  font-size: 11px;
  color: #19bcc9;
  font-weight: 500;
}

/* line 207, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-container .earnings-month-income .earnings-month-income__value a {
  text-decoration: none;
}

/* line 214, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-chart {
  margin-top: 20px;
  height: 188px;
}

/* line 219, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.dashboard-card--earnings {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* line 225, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.dashboard-card--earnings h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  font-size: 19px;
  color: #2b3a42;
  font-weight: 400;
  line-height: 1.27;
}

/* line 236, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.dashboard-card--earnings h3 > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 242, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.dashboard-card--earnings .Select-new {
  margin-left: auto;
  min-width: 110px;
  font-weight: 600;
}

/* line 250, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.stats-tooltip-container span {
  display: inline-block;
}

/* line 255, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.stats-element {
  padding: 15px 0;
  text-align: center;
}

/* line 259, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.stats-element .stats-element__value {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

/* line 265, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.stats-element .stats-element__title {
  font-size: 14px;
  color: #686c70;
  line-height: 1.1;
  text-align: center;
}

/* line 274, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-tooltip .tooltip-title {
  font-size: 14px;
  color: #222;
  font-weight: 600;
}

/* line 280, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-tooltip .tooltip-model {
  margin: 15px 0 5px;
}

/* line 283, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-tooltip .tooltip-model .tooltip-model__title {
  font-size: 16px;
  color: #686c70;
}

/* line 288, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-tooltip .tooltip-model .tooltip-model__price {
  color: #19bcc9;
  font-weight: 600;
  float: right;
  margin-left: 10px;
}

/* line 296, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-tooltip .tooltip-date {
  font-size: 12px;
  color: #686c70;
  margin-top: 15px;
}

/* line 303, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

/* line 311, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.earnings-title-group {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 19px;
  color: #2b3a42;
  font-weight: 400;
  line-height: 1.27;
}

/* line 321, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.data-tooltip-container {
  display: flex;
  align-items: center;
}

/* line 326, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.data-tooltip-container__icon {
  margin-right: 0;
}

/* line 330, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.overview__royalty-box-wrapper {
  padding: 0 20px;
}

/* line 334, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.overview__royalty-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.5rem;
  max-width: 480px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  margin-top: 30px;
  margin-bottom: 20px;
}

/* line 345, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.overview__royalty-box-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}

/* line 351, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.overview__royalty-box-sales {
  color: #2563eb;
}

/* line 355, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.overview__royalty-box-row {
  margin-bottom: 4px;
}

/* line 359, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.overview__royalty-box-next {
  color: #64748b;
  font-size: 15px;
}

/* line 364, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.referral-program-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: row;
}

/* line 372, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.cell-tooltip-text {
  border-bottom: 1px dotted #64748b;
}

/* line 376, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.__react_component_tooltip.place-top.type-dark.transaction-id-tooltip {
  padding: 8px 8px !important;
}

/* line 380, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.transaction-id-tooltip-wrapper {
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
}

/* line 386, app/assets/stylesheets/pages/profile/my_sales_new/_index.scss */
.transaction-id-tooltip-text {
  border-bottom: 1px dotted #64748b;
}

/* line 2, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .loading-content {
  margin: 130px auto 400px;
}

/* line 6, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .profile-conversations-statistics {
  position: relative;
  top: -27px;
  color: #485c66;
}

/* line 11, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .profile-conversations-statistics span {
  display: inline-block;
}

/* line 15, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .profile-conversations-statistics.mt-40 {
  margin-top: 40px;
}

/* line 20, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__content {
  color: #485c66;
}

/* line 24, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .search-form {
  border: 1px solid gainsboro;
  border-radius: 5px;
  padding: 2px 10px;
  background: #fff;
  color: #485c66;
}

/* line 31, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .search-form input {
  border: none;
}

/* line 36, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__section {
  border-radius: 3px;
  background: #fff;
  padding: 15px 20px;
}

/* line 41, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__section .section__item {
  margin: 5px 0;
}

/* line 44, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__section .section__item a {
  color: #485c66;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--conversations .conversations-sidebar__section .section__item a:hover {
  color: #159ca9;
}

/* line 49, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__section .section__item:hover {
  color: #159ca9;
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__section .section__item.is-active {
  color: #159ca9;
  font-weight: 800;
}

/* line 58, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__section .section__item.is-active a {
  color: #159ca9;
}

/* line 64, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__section .section__item--contacts-search {
  margin-bottom: 10px;
}

/* line 68, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__section .section__footer {
  font-size: 0.875rem;
  margin-top: 10px;
}

/* line 72, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__section .section__footer span {
  text-decoration: underline;
}

/* line 75, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__section .section__footer span:hover {
  color: #159ca9;
  cursor: pointer;
}

/* line 82, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__section .no-recent-contacts-message {
  font-style: italic;
}

/* line 87, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .section__title {
  font-size: 1.125rem;
  display: inline-block;
  margin: 15px 0 15px 20px;
}

/* line 93, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-sidebar__area {
  margin-bottom: 30px;
  background: #f5f5f5;
}

/* line 98, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .conversations-search__section {
  position: relative;
  margin-bottom: 10px;
  border-radius: 3px;
  background: #f5f5f5;
  color: #485c66;
}

/* line 106, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .list--conversation-types {
  display: inline-block;
  height: 100%;
  margin: 0 20px;
}

/* line 111, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .list--conversation-types li {
  height: 52px;
  margin: 0;
  padding: 0 15px;
  line-height: 52px;
  vertical-align: middle;
}

/* line 118, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .list--conversation-types li a {
  text-decoration: none;
  line-height: 52px;
}

/* line 123, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .list--conversation-types li:hover {
  border-bottom: 3px solid #159ca9;
  line-height: 49px;
  cursor: pointer;
}

/* line 129, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .list--conversation-types li.is-active {
  background: gainsboro;
}

/* line 135, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .section__form-container {
  float: right;
  margin: 10px 5px;
  padding: 2px 10px;
}

/* line 141, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .container__actions {
  margin: 5px 10px 0;
}

/* line 145, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .container-actions__action {
  color: #485c66;
}

/* line 148, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .container-actions__action:first-child {
  margin-right: 30px;
}

/* line 152, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .container-actions__action:hover {
  color: #a65264;
  cursor: pointer;
}

/* line 158, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .container-actions__action .select-all-label:hover {
  color: #159ca9;
}

/* line 164, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .table--messages {
  margin-top: 20px;
}

/* line 168, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .table--messages th.is-sortable {
  cursor: pointer;
}

/* line 173, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .table--messages th:hover .is-not-active {
  color: #c2c2c2;
}

/* line 178, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .table--messages th .svg-inline--fa {
  color: #19bcc9;
}

/* line 181, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .table--messages th .svg-inline--fa.is-not-active {
  color: #d6d6d6;
}

/* line 188, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .table--messages .message-info.is-unread {
  background: #f0f0f0;
  font-weight: 800;
}

/* line 194, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .table--messages .message-info .svg-inline--fa:hover {
  cursor: pointer;
}

/* line 201, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .no-conversations-message {
  margin: 40px 0 0 20px;
}

/* line 204, app/assets/stylesheets/pages/profile/conversations/_index.scss */
.site-page--conversations .no-conversations-message span {
  font-size: 1.375rem;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
  font-style: italic;
}

/* line 3, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral-link {
  margin-top: 10px;
}

/* line 7, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral-link__action {
  line-height: 36px;
}

/* line 11, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral-blocks {
  margin-bottom: 40px;
}

/* line 15, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral-block {
  position: relative;
  padding-left: 78px;
  min-height: 64px;
  margin-bottom: 10px;
}

/* line 22, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral-block__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: 300;
}

/* line 32, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral-block__description {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 18px;
  color: #485c66;
}

/* line 40, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral-block__image {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 48, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral-block__image img {
  width: 64px;
  height: 64px;
}

/* line 54, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referrals-list {
  margin-top: 20px;
}

/* line 59, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral__share .list__item {
  margin-right: 30px;
}

/* line 62, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral__share .list__item.is-last {
  margin-right: 0;
}

/* line 68, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral-rewards {
  margin: 0 0 30px 0;
  padding-left: 30px;
  font-size: 1.125rem;
  line-height: 26px;
}

/* line 74, app/assets/stylesheets/pages/profile/referrals/_index.scss */
.site-page--referrals .referral-rewards b {
  color: #ce3c5c;
}

/* line 2, app/assets/stylesheets/pages/profile/payment_agreements/_index.scss */
.site-page--payment-agreement .payment-agreement-info {
  min-height: 500px;
  margin-bottom: 20px;
}

/* line 7, app/assets/stylesheets/pages/profile/payment_agreements/_index.scss */
.site-page--payment-agreement .payment-agreement--lock-message {
  font-size: 0.875rem;
  color: #ce3c5c;
}

/* line 12, app/assets/stylesheets/pages/profile/payment_agreements/_index.scss */
.site-page--payment-agreement .payment-agreement-status {
  font-size: 0.9375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  border-radius: 3px;
  background: #131518;
  padding: 5px 15px;
  color: #fff;
}

/* line 24, app/assets/stylesheets/pages/profile/payment_agreements/_index.scss */
.site-page--payment-agreement .payment-agreement-status:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: -6px;
  width: 0;
  height: 0;
  border: 5px solid #131518;
  border-color: #131518 transparent transparent #131518;
  transform-origin: 0 0;
  transform: rotate(-45deg);
}

/* line 38, app/assets/stylesheets/pages/profile/payment_agreements/_index.scss */
.site-page--payment-agreement .payment-agreement-status--verified {
  background: #159ca9;
}

/* line 41, app/assets/stylesheets/pages/profile/payment_agreements/_index.scss */
.site-page--payment-agreement .payment-agreement-status--verified:after {
  border-color: #159ca9;
}

/* line 46, app/assets/stylesheets/pages/profile/payment_agreements/_index.scss */
.site-page--payment-agreement .payment-agreement-status--problem {
  background: #b31c3d;
}

/* line 49, app/assets/stylesheets/pages/profile/payment_agreements/_index.scss */
.site-page--payment-agreement .payment-agreement-status--problem:after {
  border-color: #b31c3d;
}

/* line 54, app/assets/stylesheets/pages/profile/payment_agreements/_index.scss */
.site-page--payment-agreement .content-heading__title {
  display: inline-block;
  vertical-align: middle;
}

/* line 2, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .payment-tabs__content {
  margin-top: 20px;
}

/* line 6, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .payment-options {
  margin-top: 20px;
}

/* line 10, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .payment-options__option {
  display: none;
}

/* line 13, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .payment-options__option:first-child {
  display: block;
}

/* line 19, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .field-cluster__field select {
  -webkit-appearance: none;
  width: 100% !important;
  height: 36px;
  padding: 0 10px;
}

/* line 31, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .payment-radios__item {
  display: inline-block;
  margin-right: 30px;
}

/* line 36, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .payment-agreement-form {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 42, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .payment-agreement-form__actions {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d6dee2;
  text-align: right;
}

/* line 49, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .upload-action {
  width: 200px;
  margin-top: 5px;
  position: relative;
}

/* line 54, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .upload-action input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 62, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .payment-agreement-form__attachments {
  margin-top: 15px;
}

/* line 65, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .payment-agreement-form__attachments ul {
  margin: 0;
  padding: 0;
}

/* line 70, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .payment-agreement-form__attachments li {
  font-weight: 600;
  list-style-type: none;
}

/* line 76, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .engagement-program-explanation {
  margin-left: 5px;
}

/* line 80, app/assets/stylesheets/pages/profile/payment_agreements/_new.scss */
.site-page--payment-agreement .datepicker.dropdown-menu {
  position: absolute;
  border: 1px solid #ced4da;
  background-color: #fff;
}

/* line 2, app/assets/stylesheets/pages/profile/hyperwallet_accounts/_index.scss */
.site-page--hyperwallet-account .payment-tabs__content {
  margin-top: 20px;
}

/* line 7, app/assets/stylesheets/pages/profile/hyperwallet_accounts/_index.scss */
.site-page--hyperwallet-account .field-cluster__field select {
  -webkit-appearance: none;
  width: 100% !important;
  height: 36px;
  padding: 0 10px;
}

/* line 15, app/assets/stylesheets/pages/profile/hyperwallet_accounts/_index.scss */
.site-page--hyperwallet-account .hyperwallet-account-form {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 21, app/assets/stylesheets/pages/profile/hyperwallet_accounts/_index.scss */
.site-page--hyperwallet-account .upload-action {
  width: 200px;
  margin-top: 5px;
  position: relative;
}

/* line 26, app/assets/stylesheets/pages/profile/hyperwallet_accounts/_index.scss */
.site-page--hyperwallet-account .upload-action input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 34, app/assets/stylesheets/pages/profile/hyperwallet_accounts/_index.scss */
.site-page--hyperwallet-account .hyperwallet-account-form__attachments {
  margin-top: 15px;
}

/* line 37, app/assets/stylesheets/pages/profile/hyperwallet_accounts/_index.scss */
.site-page--hyperwallet-account .hyperwallet-account-form__attachments ul {
  margin: 0;
  padding: 0;
}

/* line 42, app/assets/stylesheets/pages/profile/hyperwallet_accounts/_index.scss */
.site-page--hyperwallet-account .hyperwallet-account-form__attachments li {
  font-weight: 600;
  list-style-type: none;
}

/* line 48, app/assets/stylesheets/pages/profile/hyperwallet_accounts/_index.scss */
.site-page--hyperwallet-account .datepicker.dropdown-menu {
  position: absolute;
  border: 1px solid #ced4da;
  background-color: #fff;
}

/* line 2, app/assets/stylesheets/pages/profile/settings/_show.scss */
.site-page--settings .buttons-container {
  display: block;
  width: 100%;
  margin: 20px 0;
  text-align: right;
}

/* line 8, app/assets/stylesheets/pages/profile/settings/_show.scss */
.site-page--settings .buttons-container .buttons-row {
  display: flex;
  justify-content: flex-end;
}

/* line 15, app/assets/stylesheets/pages/profile/settings/_show.scss */
.site-page--settings .birthday-container input {
  width: 200px;
}

/* line 19, app/assets/stylesheets/pages/profile/settings/_show.scss */
.site-page--settings .birthday-container .error {
  display: block;
  margin-top: 5px;
  color: #ce3c5c;
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 28, app/assets/stylesheets/pages/profile/settings/_show.scss */
.site-page--settings .avatar-container__info {
  padding-left: 10px;
}

/* line 32, app/assets/stylesheets/pages/profile/settings/_show.scss */
.site-page--settings .upload-action {
  width: 200px;
  margin-top: 5px;
  position: relative;
}

/* line 37, app/assets/stylesheets/pages/profile/settings/_show.scss */
.site-page--settings .upload-action input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--settings .skills-container:before, .site-page--settings .skills-container:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--settings .skills-container:after {
  clear: both;
}

/* line 48, app/assets/stylesheets/pages/profile/settings/_show.scss */
.site-page--settings .skills-container .select, .site-page--settings .skills-container .chosen-container {
  width: 100%;
}

/* line 54, app/assets/stylesheets/pages/profile/settings/_show.scss */
.site-page--settings .skills-container .input-row > label {
  display: inline-block;
}

/* line 60, app/assets/stylesheets/pages/profile/settings/_show.scss */
.site-page--settings .segment-radios__item {
  display: inline-block;
  margin-right: 30px;
}

/* line 65, app/assets/stylesheets/pages/profile/settings/_show.scss */
.site-page--settings .accept-price-offers-to {
  width: 40px;
  margin: 0 5px;
  text-align: right;
}

/* line 3, app/assets/stylesheets/pages/profile/galleries/_index.scss */
.site-page--profile-galleries .gallery-stat img {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

/* line 10, app/assets/stylesheets/pages/profile/galleries/_index.scss */
.site-page--profile-galleries .no-galleries-message {
  margin: 45px 0 45px;
}

/* line 13, app/assets/stylesheets/pages/profile/galleries/_index.scss */
.site-page--profile-galleries .no-galleries-message span {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 19, app/assets/stylesheets/pages/profile/galleries/_index.scss */
.site-page--profile-galleries .no-galleries-message .button {
  margin-left: 10px;
}

/* line 2, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .gallery-form {
  margin-bottom: 20px;
  background: white;
}

/* line 7, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .gallery-form__upload {
  margin-bottom: 30px;
}

/* line 12, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .gallery-form__category select {
  width: 100%;
}

/* line 17, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .upload-dropzone {
  padding: 40px;
  border: 2px solid #ebeff1;
  text-align: center;
  background: #fff;
}

/* line 24, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .upload-dropzone__text {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 30px;
}

/* line 30, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .upload-dropzone__button {
  position: relative;
  overflow: hidden;
}

/* line 34, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .upload-dropzone__button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 44, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .upload-dropzone__progress {
  display: block;
  padding-top: 45px;
  margin: 20px 0;
  color: #485c66;
  text-align: center;
  background: url(/assets/preloader-2f402224caf664d169e63ee63eb94dc0129fdf7cf2be29f9adeea5f0e39df6bd.gif) no-repeat center;
}

/* line 53, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .error {
  color: #ce3c5c;
}

/* line 57, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .sortable {
  margin-bottom: 20px;
}

/* line 61, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .sortable__item {
  margin-bottom: 30px;
  overflow: visible;
  line-height: normal;
}

/* line 2, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .gallery-form {
  margin-bottom: 20px;
  background: white;
}

/* line 7, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .gallery-form__upload {
  margin-bottom: 30px;
}

/* line 12, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .gallery-form__category select {
  width: 100%;
}

/* line 17, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .upload-dropzone {
  padding: 40px;
  border: 2px solid #ebeff1;
  text-align: center;
  background: #fff;
}

/* line 24, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .upload-dropzone__text {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 30px;
}

/* line 30, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .upload-dropzone__button {
  position: relative;
  overflow: hidden;
}

/* line 34, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .upload-dropzone__button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 44, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .upload-dropzone__progress {
  display: block;
  padding-top: 45px;
  margin: 20px 0;
  color: #485c66;
  text-align: center;
  background: url(/assets/preloader-2f402224caf664d169e63ee63eb94dc0129fdf7cf2be29f9adeea5f0e39df6bd.gif) no-repeat center;
}

/* line 53, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .error {
  color: #ce3c5c;
}

/* line 57, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .sortable {
  margin-bottom: 20px;
}

/* line 61, app/assets/stylesheets/pages/profile/galleries/_new.scss */
.site-page--profile-gallery-form .sortable__item {
  margin-bottom: 30px;
  overflow: visible;
  line-height: normal;
}

/* line 2, app/assets/stylesheets/pages/profile/tutorials/_index.scss */
.site-page--my-tutorials .products-list {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/pages/profile/tutorials/_index.scss */
.site-page--my-tutorials .tutorials-item__content {
  min-width: 100%;
}

/* line 10, app/assets/stylesheets/pages/profile/tutorials/_index.scss */
.site-page--my-tutorials .no-tutorials-message {
  margin: 100px 0;
}

/* line 13, app/assets/stylesheets/pages/profile/tutorials/_index.scss */
.site-page--my-tutorials .no-tutorials-message span {
  font-size: 1.6875rem;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
}

/* line 22, app/assets/stylesheets/pages/profile/tutorials/_index.scss */
.site-page--my-tutorials .listed-product__title {
  margin-top: 10px;
  font-size: 1.375rem;
  line-height: 30px;
  font-weight: 300;
}

/* line 29, app/assets/stylesheets/pages/profile/tutorials/_index.scss */
.site-page--my-tutorials ul {
  color: #131518;
}

/* line 34, app/assets/stylesheets/pages/profile/tutorials/_index.scss */
.site-page--my-tutorials .tutorials-header .button {
  width: 160px;
  height: 40px;
  padding: 3px;
  font-size: 20px;
}

/* line 42, app/assets/stylesheets/pages/profile/tutorials/_index.scss */
.site-page--my-tutorials .tutorials-item__info {
  margin-top: 10px;
}

/* line 45, app/assets/stylesheets/pages/profile/tutorials/_index.scss */
.site-page--my-tutorials .tutorials-item__info .tag-list {
  margin-right: 10px;
}

/* line 51, app/assets/stylesheets/pages/profile/tutorials/_index.scss */
.site-page--my-tutorials .tutorials-item__actions .button {
  margin: 2px;
  width: 90px;
}

/* line 2, app/assets/stylesheets/pages/profile/wish_lists/_show.scss */
.site-page--my-items .overlay-trigger {
  display: none;
}

/* line 2, app/assets/stylesheets/pages/profile/users/_index.scss */
.site-page--users .ukranian-badge__donation {
  position: absolute;
  top: -10px;
  left: -10px;
}

/* line 2, app/assets/stylesheets/pages/printers/_form.scss */
.site-page--printer-form .form-actions {
  margin-bottom: 20px;
}

/* line 2, app/assets/stylesheets/pages/printers/_index.scss */
.site-page--printers .printers-container {
  min-height: 500px;
}

/* line 6, app/assets/stylesheets/pages/printers/_index.scss */
.site-page--printers .printers-list {
  margin-top: 50px;
}

/* line 10, app/assets/stylesheets/pages/printers/_index.scss */
.site-page--printers .no-results {
  color: #5d7784;
}

/* line 2, app/assets/stylesheets/pages/printers/_list.scss */
.site-page--printers-list .printers-list {
  margin-bottom: 20px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--printers-list .printers-list:before, .site-page--printers-list .printers-list:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--printers-list .printers-list:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/pages/printers/_list.scss */
.site-page--printers-list .printer-item {
  display: block;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid white;
  background: white;
  position: relative;
  transition: 0.15s ease-in-out all;
}

/* line 18, app/assets/stylesheets/pages/printers/_list.scss */
.site-page--printers-list .printer-item.is-last-of-row {
  float: right;
  margin-right: 0;
}

/* line 22, app/assets/stylesheets/pages/printers/_list.scss */
.site-page--printers-list .printer-item:hover {
  border-color: #e5eaec;
}

/* line 27, app/assets/stylesheets/pages/printers/_list.scss */
.site-page--printers-list .printer-item__image {
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
}

/* line 32, app/assets/stylesheets/pages/printers/_list.scss */
.site-page--printers-list .printer-item__title {
  margin: 0 0 15px 0;
  font-size: 1.625rem;
  line-height: 28px;
  color: #131518;
  font-weight: 300;
}

/* line 39, app/assets/stylesheets/pages/printers/_list.scss */
.site-page--printers-list .printer-item__title a {
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/pages/printers/_list.scss */
.site-page--printers-list .printer-item__title a:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
}

/* line 54, app/assets/stylesheets/pages/printers/_list.scss */
.site-page--printers-list .printer-item__info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
}

/* line 58, app/assets/stylesheets/pages/printers/_list.scss */
.site-page--printers-list .printer-item__info > li {
  display: inline-block;
  margin-right: 15px;
}

/* line 63, app/assets/stylesheets/pages/printers/_list.scss */
.site-page--printers-list .printer-item__info b {
  color: #ce3c5c;
  font-weight: normal;
}

/* line 2, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-header {
  display: block;
  width: 100%;
  height: 500px;
}

/* line 8, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-navigation {
  display: block;
  width: 100%;
  height: 100px;
  background: white;
  text-transform: uppercase;
  z-index: 100;
}

/* line 16, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.25rem;
}

/* line 20, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-navigation ul > li {
  width: 33%;
  float: left;
  line-height: 100px;
}

/* line 29, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-navigation ul > li.is-second {
  padding-left: 40px;
}

/* line 33, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-navigation ul > li.is-third {
  padding-left: 30px;
}

/* line 38, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-navigation ul > li.is-active a {
  color: #ce3c5c;
}

/* line 44, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-navigation ul a {
  display: block;
  height: 100px;
  color: #131518;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--printer .printer-navigation ul a:hover {
  color: #ce3c5c;
}

/* line 51, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-navigation ul img {
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px;
  width: 48px;
  height: 48px;
  vertical-align: middle;
}

/* line 62, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .sticky-wrapper {
  margin: 0;
}

/* line 66, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .sticky-wrapper.is-sticky .printer-navigation {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* line 72, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-about {
  padding: 60px 0;
  min-height: 700px;
  background: white;
}

/* line 78, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-about__title {
  font-size: 4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 70px;
  color: black;
  font-weight: 300;
}

/* line 86, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-about__content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 300;
}

/* line 94, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-about__content h3 {
  font-size: 2.25rem;
  line-height: 40px;
}

/* line 100, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-specification {
  padding-bottom: 40px;
}

/* line 104, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-specification__block {
  margin-top: 40px;
}

/* line 108, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-specification__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 111, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-specification__list > li {
  margin-bottom: 5px;
}

/* line 114, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-specification__list > li b {
  color: #ce3c5c;
  font-weight: normal;
}

/* line 121, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 124, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-social > li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 15px;
}

/* line 130, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-social a {
  text-decoration: none;
}

/* line 134, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-social .svg-inline--fa {
  color: #131518;
}

/* line 139, app/assets/stylesheets/pages/printers/_show.scss */
.site-page--printer .printer-website {
  display: block;
  margin-top: 30px;
}

/* line 2, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .categories-overview {
  display: block;
  width: 100%;
  min-height: 280px;
  margin-bottom: 20px;
  background: #2e343a;
  color: #fff;
}

/* line 10, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .categories-overview .backstretch {
  opacity: 0.2;
}

/* line 15, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .categories-overview__content {
  position: relative;
  z-index: 1;
  padding: 35px 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--categories .categories-overview__content:before, .site-page--categories .categories-overview__content:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--categories .categories-overview__content:after {
  clear: both;
}

/* line 22, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .categories {
  margin: 20px 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--categories .categories:before, .site-page--categories .categories:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--categories .categories:after {
  clear: both;
}

/* line 27, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category {
  display: block;
  margin-bottom: 15px;
}

/* line 32, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__main {
  padding: 15px;
}

/* line 36, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__image {
  height: 150px;
  background: white;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__title {
  margin: 0 0 10px 0;
  font-size: 1.875rem;
  line-height: 36px;
}

/* line 47, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__title span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.875rem;
  line-height: 24px;
}

/* line 54, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__title a {
  color: black;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--categories .category__title a:hover {
  color: #ce3c5c;
}

/* line 58, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__title a span {
  color: #5d7784;
}

/* line 64, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__description {
  font-size: 1rem;
  line-height: 24px;
  max-height: 104px;
  color: #485c66;
  overflow: hidden;
}

/* line 72, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__description p:last-child {
  margin-bottom: 0;
}

/* line 78, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__footer {
  display: block;
  width: 100%;
  padding: 15px 15px 0 15px;
  border-top: 1px solid #e5eaec;
  border-radius: 0 0 3px 3px;
  background: white;
  font-size: 1rem;
  line-height: 20px;
}

/* line 88, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__footer .category-item-image--small {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__footer .category-item-image--small img {
  position: absolute;
  left: 0;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--1 {
  top: 0px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--2 {
  top: -16px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--3 {
  top: -32px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--4 {
  top: -48px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--5 {
  top: -64px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--6 {
  top: -80px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--7 {
  top: -96px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--8 {
  top: -112px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--9 {
  top: -128px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--10 {
  top: -144px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--11 {
  top: -160px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--12 {
  top: -176px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--13 {
  top: -192px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--14 {
  top: -208px;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_sprite-images.scss */
.site-page--categories .category__footer .category-item-image--small img.sprite-image--15 {
  top: -224px;
}

/* line 104, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__footer h6 {
  font-size: 1rem;
  display: inline-block;
  margin: 0;
  font-weight: 400;
}

/* line 111, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__footer a {
  color: #485c66;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--categories .category__footer a:hover {
  color: #131518;
}

/* line 115, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__footer a:hover {
  text-decoration: underline;
}

/* line 122, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__footer .list {
  margin: 0;
  padding: 0;
}

/* line 127, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__footer .list__item {
  padding-right: 15px;
  margin-bottom: 15px;
  border-right: 1px solid #e5eaec;
}

/* line 132, app/assets/stylesheets/pages/categories/_index.scss */
.site-page--categories .category__footer .list__item:last-child, .site-page--categories .category__footer .list__item.is-last {
  border-right: 0;
}

/* line 2, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .levels-container {
  margin-bottom: 40px;
}

/* line 6, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .levels {
  margin-top: 20px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--levels .levels:before, .site-page--levels .levels:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--levels .levels:after {
  clear: both;
}

/* line 11, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level {
  padding: 10px 0;
}

/* line 15, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level.is-reached .level__level {
  background-color: #19bcc9;
}

/* line 19, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level.is-reached .level__status {
  color: #19bcc9;
}

/* line 22, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level.is-reached .level__status:after {
  background: #19bcc9;
}

/* line 29, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level.is-active .level__level {
  background-color: #ce3c5c;
}

/* line 33, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level.is-active .level__status {
  color: #ce3c5c;
}

/* line 36, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level.is-active .level__status:after {
  background: #19bcc9;
}

/* line 43, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level.is-active .level__rewards > li b {
  color: #ce3c5c;
  font-weight: bold;
}

/* line 53, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level:first-child .level__status:after {
  display: none;
}

/* line 59, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level:last-child {
  border-bottom: 0;
}

/* line 62, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level:last-child .level__content-wrapper {
  border-bottom: 0;
}

/* line 68, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__status {
  color: #485c66;
  line-height: 48px;
  text-align: center;
  position: relative;
}

/* line 74, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__status:after {
  display: block;
  width: 1px;
  height: 48px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 42px;
  top: -48px;
  content: ' ';
}

/* line 86, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__content-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 91, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__level {
  display: inline-block;
  width: 48px;
  width: 48px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1.5rem;
  line-height: 48px;
  color: white;
  text-align: center;
  font-weight: normal;
}

/* line 104, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  line-height: 26px;
  color: black;
  font-weight: normal;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--levels .level__info:before, .site-page--levels .level__info:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--levels .level__info:after {
  clear: both;
}

/* line 118, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__points {
  margin-right: 25px;
  color: black;
  float: left;
  position: relative;
}

/* line 124, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__points:after {
  display: block;
  width: 10px;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  right: -18px;
  content: ' ';
}

/* line 136, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__description {
  color: #5d7784;
  float: left;
}

/* line 141, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__rewards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 24px;
}

/* line 150, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__rewards > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
}

/* line 157, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__rewards > li b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: black;
  font-weight: normal;
  line-height: 24px;
  position: relative;
  top: -1px;
}

/* line 168, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__rewards > li:after {
  display: block;
  width: 10px;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  right: -20px;
  content: ' ';
}

/* line 179, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__rewards > li:last-child {
  margin-right: 0;
}

/* line 182, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__rewards > li:last-child:after {
  display: none;
}

/* line 189, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__progress {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  margin-left: 10px;
  position: relative;
}

/* line 198, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__progress .progress-bar, .site-page--levels .level__progress .progress-bar--thin {
  margin: 0;
}

/* line 203, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__remaining {
  display: block;
  width: 200px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -8px;
  left: 105%;
}

/* line 212, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .level__remaining b {
  color: black;
  font-weight: normal;
}

/* line 218, app/assets/stylesheets/pages/levels/_index.scss */
.site-page--levels .levels-cta {
  margin-bottom: 40px;
  text-align: center;
}

/* line 2, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating #to-top {
  display: none !important;
}

/* line 6, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-wrapper {
  margin: 40px 0 20px;
}

/* line 9, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-wrapper.is-spaced {
  margin-bottom: 140px;
}

/* line 14, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-content {
  position: relative;
}

/* line 18, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-sidebar__heading {
  font-size: 1.375rem;
  margin: 0 0 13px;
}

/* line 23, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action {
  min-height: 100px;
  padding: 20px 0;
  line-height: 60px;
  display: block;
  width: 100%;
  background: #30d8e5;
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
}

/* line 36, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action .button {
  margin-right: 10px;
  position: relative;
  z-index: 201;
}

/* line 42, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action a {
  margin-left: 5px;
}

/* line 47, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action__heading {
  padding: 0;
  margin: 0;
  line-height: 1;
  float: left;
}

/* line 54, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action__content {
  margin-left: 50px;
  float: left;
  position: relative;
}

/* line 60, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action__values {
  margin-right: 30px;
  display: inline-block;
}

/* line 64, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action__values .radio input {
  width: 20px;
  height: 20px;
  top: -20px;
  position: relative !important;
  left: 0;
  z-index: 200;
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action__label {
  margin-right: 10px;
  font-size: 1rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.48);
}

/* line 82, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action__info {
  font-size: 0.875rem;
  top: -15px;
  right: 25px;
  position: absolute;
  color: rgba(0, 0, 0, 0.48);
}

/* line 89, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action__info b {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}

/* line 95, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action__value {
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

/* line 101, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action__value.is-last .rating-action__value-label {
  left: 1px;
}

/* line 107, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action__value-label {
  left: 5px;
  bottom: -25px;
  display: none;
  position: absolute;
  color: rgba(0, 0, 0, 0.48);
}

/* line 114, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-action__value-label.is-active {
  display: block;
  color: #ce3c5c;
}

/* line 120, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-selector {
  float: right;
}

/* line 124, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-selector__heading {
  margin: 0 0 20px;
  line-height: 1;
}

/* line 129, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-selector__form {
  line-height: 25px;
}

/* line 132, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-selector__form .rating-action__label {
  margin-left: 4px;
}

/* line 137, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .product-preview__navigation-left,
.site-page--community-rating .product-preview__navigation-right {
  top: 23%;
}

/* line 142, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .product-preview__navigation-left {
  left: 0;
}

/* line 146, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .product-preview__navigation-right {
  right: 0;
}

/* line 151, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .product-preview__image img {
  cursor: default;
}

/* line 156, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .product-thumbs {
  width: 92%;
}

/* line 160, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .product-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 15px 0;
  font-size: 1.875rem;
  line-height: 36px;
  padding: 0;
  font-weight: 300;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--community-rating .rated-product:before, .site-page--community-rating .rated-product:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--community-rating .rated-product:after {
  clear: both;
}

/* line 173, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rated-product__title {
  margin-bottom: 13px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e5eaec;
}

/* line 178, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rated-product__title a {
  text-decoration: none;
}

/* line 183, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rated-product__info {
  padding-left: 10px;
  margin-top: -10px;
}

/* line 188, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .accuracy-score__info {
  font-size: 0.8125rem;
  margin-top: 7px;
  color: #688493;
}

/* line 193, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .accuracy-score__info span {
  font-size: 0.9375rem;
  color: #ce3c5c;
}

/* line 199, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-unavailable {
  text-align: center;
}

/* line 203, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-unavailable__heading {
  margin: 0 0 15px 0;
  font-size: 1.875rem;
  line-height: 36px;
  padding: 0;
  font-weight: normal;
}

/* line 211, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-unavailable__content {
  color: #485c66;
}

/* line 215, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-previous {
  margin-top: 10px;
}

/* line 219, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .list--stats b {
  top: 5px;
}

/* line 223, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-top {
  margin-bottom: 140px;
}

/* line 227, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-top__table li {
  padding: 10px 0;
}

/* line 231, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-top__info {
  margin-top: 10px;
}

/* line 235, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-top__points {
  right: 105px;
  position: absolute;
}

/* line 240, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .rating-top__accuracy {
  right: 20px;
  position: absolute;
}

/* line 245, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating #tab-points.is-active .rating-top__accuracy,
.site-page--community-rating #tab-accuracy.is-active .rating-top__points {
  color: #999;
}

/* line 250, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .card__heading {
  position: relative;
}

/* line 254, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .tabs {
  display: flex;
  margin-top: -38px;
  justify-content: flex-end;
  align-items: flex-start;
}

/* line 260, app/assets/stylesheets/pages/community_ratings/_new.scss */
.site-page--community-rating .tabs > li {
  text-transform: capitalize;
}

/* line 2, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation-blocks {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation-block {
  position: relative;
  margin-bottom: 20px;
  padding-left: 90px;
}

/* line 12, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation-block__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 5px 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: 300;
}

/* line 22, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation-block__description {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 18px;
  color: #485c66;
}

/* line 30, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation-block__image {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 38, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation-block__image img {
  width: 64px;
  height: 64px;
}

/* line 44, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}

/* line 48, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation-block__list > li {
  margin-bottom: 10px;
  position: relative;
}

/* line 53, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation-block__list > li.is-special .value {
  top: -6px;
  left: -94px;
}

/* line 58, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation-block__list > li.is-special .value__value {
  display: inline-block;
  width: 80px;
  text-align: right;
}

/* line 66, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation-block__list .value {
  position: absolute;
  left: -70px;
}

/* line 72, app/assets/stylesheets/pages/reputation/_index.scss */
.site-page--reputation .reputation__cta {
  margin: 40px 0 100px;
  text-align: center;
}

/* line 2, app/assets/stylesheets/pages/challenges/_index.scss */
.site-page--challenges .challenge__image {
  height: 350px;
}

/* line 7, app/assets/stylesheets/pages/challenges/_index.scss */
.site-page--challenges .challenge__title a {
  top: 360px;
  left: 20px;
}

/* line 11, app/assets/stylesheets/pages/challenges/_index.scss */
.site-page--challenges .challenge__title a span {
  position: static;
}

/* line 2, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-header {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 350px;
  max-width: 1142px;
}

/* line 10, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-header img {
  width: 100%;
  height: 100%;
}

/* line 16, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-content {
  display: block;
  background: white;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1142px;
}

/* line 25, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-content--tabs {
  background: transparent;
}

/* line 29, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-content__title {
  font-size: 2.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 0 30px;
  line-height: 44px;
  font-weight: 300;
}

/* line 37, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge__share {
  margin-top: 30px;
  margin-bottom: 25px;
}

/* line 41, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge__share span {
  font-size: 1.125rem;
  font-weight: 800;
  margin-right: 10px;
}

/* line 48, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge__share .list--inline {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-content__subtitle {
  font-size: 1.625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
  line-height: 30px;
}

/* line 60, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-content__description {
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  clear: both;
  line-height: 30px;
}

/* line 67, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-tabs {
  position: relative;
  top: 21px;
}

/* line 72, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-info {
  padding: 15px;
  margin-bottom: 10px;
  background: white;
}

/* line 78, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-info__action {
  float: left;
}

/* line 82, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-info__countdown {
  padding-top: 4px;
  float: left;
}

/* line 87, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-info__deadline {
  margin-left: 10px;
  float: left;
  line-height: 46px;
}

/* line 93, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-sections {
  margin: 30px 0;
}

/* line 96, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-sections .content-box__badges-list,
.site-page--challenge .challenge-sections .overlay-trigger {
  display: none;
}

/* line 102, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-entries-search {
  margin-bottom: 20px;
}

/* line 106, app/assets/stylesheets/pages/challenges/_show.scss */
.site-page--challenge .challenge-entries-search__field {
  margin-top: 6px;
}

/* line 2, app/assets/stylesheets/pages/jobs/_checkout.scss */
.site-page--jobs-checkout .product-list__item {
  display: table;
}

/* line 5, app/assets/stylesheets/pages/jobs/_checkout.scss */
.site-page--jobs-checkout .product-list__item .product-list__item-preview {
  display: table-cell;
  width: 148px;
  min-height: 112px;
}

/* line 11, app/assets/stylesheets/pages/jobs/_checkout.scss */
.site-page--jobs-checkout .product-list__item .product-list__item-info {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}

/* line 17, app/assets/stylesheets/pages/jobs/_checkout.scss */
.site-page--jobs-checkout .product-list__item .product-list__item-price {
  display: table-cell;
  position: static;
  padding-right: 20px;
  vertical-align: middle;
  text-align: right;
}

/* line 26, app/assets/stylesheets/pages/jobs/_checkout.scss */
.site-page--jobs-checkout .product-list__item-title {
  margin-bottom: 5px;
  font-size: 1.5em;
}

/* line 31, app/assets/stylesheets/pages/jobs/_checkout.scss */
.site-page--jobs-checkout .checkout-header {
  border-bottom: 1px solid #d6dee2;
}

/* line 4, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .load-more-messages {
  margin-left: 40%;
}

/* line 8, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .communication-message {
  padding: 10px 40px 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .communication-message .time {
  margin-bottom: 18px;
  float: right;
  position: relative;
  top: 10px;
  font-size: 14px;
  color: #485c66;
}

/* line 22, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .communication-message .profile-name {
  position: relative;
  top: 10px;
  margin-left: 10px;
  text-decoration: underline;
}

/* line 30, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .message-box {
  position: relative;
  top: 10px;
  clear: both;
  padding: 10px;
  margin-left: 50px;
  border-radius: 3px;
}

/* line 38, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .message-box:before, .communication .message-box.details-box__separator::after {
  content: "";
  width: 0px;
  height: 0px;
  border: 0.8em solid transparent;
  position: absolute;
}

/* line 47, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .message-box--customer {
  background: #19bcc9;
  color: white;
}

/* line 51, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .message-box--customer:before, .communication .message-box--customer.details-box__separator::after {
  left: 5%;
  top: -20px;
  border-bottom: 10px solid #19bcc9;
}

/* line 58, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .message-box--designer {
  background: #efefef;
  color: #485c66;
  border: 1px solid #dfdcd2;
}

/* line 63, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .message-box--designer:before, .communication .message-box--designer.details-box__separator::after {
  left: 90%;
  top: -20px;
  border-bottom: 10px solid #efefef;
}

/* line 70, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .message-text {
  display: inline-block;
  width: 100%;
}

/* line 75, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication .message-attachment {
  float: right;
  margin-left: 10px;
  vertical-align: top;
}

/* line 82, app/assets/stylesheets/pages/jobs/_communications.scss */
.offer-content-title {
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-weight: 300;
}

/* line 89, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication-editor {
  margin: 20px 0 10px;
  padding: 5px;
  width: 100%;
  border: 1px solid #dfdcd2;
  border-radius: 3px;
  resize: none;
}

/* line 100, app/assets/stylesheets/pages/jobs/_communications.scss */
.application-content label.error {
  display: block;
  margin-top: 5px;
  color: #ce3c5c;
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 109, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication-buttons {
  margin-top: 15px;
}

/* line 113, app/assets/stylesheets/pages/jobs/_communications.scss */
.attach-file-button {
  position: relative;
}

/* line 117, app/assets/stylesheets/pages/jobs/_communications.scss */
.communication-suspended-messaging {
  color: #ce3c5c;
}

/* line 2, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
.jobs-list-page .alert {
  margin: 8px 0;
}

/* line 7, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
.projects-empty {
  color: #204659;
}

/* line 10, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
.projects-empty .heading-24,
.projects-empty .heading-32 {
  margin: 0 0 24px;
  font-weight: 400;
}

/* line 16, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
.projects-empty .projects-empty__header {
  position: relative;
  padding: 40px 0 96px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
.projects-empty .projects-empty__header .header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
}

/* line 28, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
.projects-empty .projects-empty__header .btn, .projects-empty .projects-empty__header .mde-header .mde-tabs button, .mde-header .mde-tabs .projects-empty .projects-empty__header button,
.projects-empty .projects-empty__header .mde-header .mde-header-group button,
.mde-header .mde-header-group .projects-empty .projects-empty__header button {
  margin: 5px;
}

/* line 32, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
.projects-empty .projects-empty__header .background-image {
  opacity: 0.07;
  color: #204659;
}

/* line 38, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
.projects-empty .projects-empty__about {
  background-color: #fff;
  padding: 32px 0;
}

@media (min-width: 640px) {
  /* line 38, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
  .projects-empty .projects-empty__about {
    padding: 64px 0 48px;
  }
}

@media (min-width: 960px) {
  /* line 47, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
  .projects-empty .projects-empty__about .projects-empty__about-text {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
  .projects-empty .projects-empty__about {
    padding-top: 76px;
  }
}

/* line 59, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
.projects-empty .projects-empty__usp {
  padding: 36px 0 12px;
  text-align: center;
}

/* line 63, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
.projects-empty .projects-empty__usp .heading-24 {
  margin-bottom: 36px;
  text-align: left;
}

/* line 69, app/assets/stylesheets/pages/jobs/_jobs-list-page.scss */
.projects-empty .projects-empty__usp .projects-empty__usp-block p {
  margin-bottom: 48px;
}

/* line 3, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .overlay-modal--content .tabs-content {
  padding: 12px 0;
}

@media (max-width: 639.98px) {
  /* line 11, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .breadcrumb-new__cta .btn-group .btn, .site-page--projects .breadcrumb-new__cta .mde-header .mde-tabs .btn, .mde-header .site-page--projects .breadcrumb-new__cta .mde-tabs .btn, .mde-header .mde-tabs .site-page--projects .breadcrumb-new__cta .btn-group button, .site-page--projects .breadcrumb-new__cta .mde-header .mde-tabs button, .mde-header .site-page--projects .breadcrumb-new__cta .mde-tabs button,
.site-page--projects .breadcrumb-new__cta .btn-group .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--projects .breadcrumb-new__cta .btn-group button {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 959.98px) {
  /* line 20, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects h1 {
    line-height: 1;
  }
  /* line 25, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .pagination-full .row {
    flex-flow: column-reverse;
  }
  /* line 29, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .pagination-full .form-inline {
    max-height: none;
  }
  /* line 34, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .pagination-full__per-page,
.site-page--projects .pagination-full__select-page {
    display: flex;
  }
  /* line 39, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .pagination-full__per-page {
    font-size: 0.875rem;
    justify-content: center;
    align-items: center;
  }
  /* line 44, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .pagination-full__per-page .form-inline {
    overflow: visible;
  }
  /* line 47, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .pagination-full__per-page .form-inline .form-group {
    display: flex;
    margin-right: 10px;
    margin-bottom: 0;
    border-right: 1px solid #d7dfe3;
    align-items: center;
    justify-self: flex-start;
  }
  /* line 58, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .pagination-full__select-page {
    margin-bottom: 16px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
  }
  /* line 64, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .pagination-full__select-page .form-inline {
    text-align: center;
  }
  /* line 68, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .pagination-full__select-page .form-group {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 75, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .pagination-full__select-page .form-control, .site-page--projects .pagination-full__select-page .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .site-page--projects .pagination-full__select-page input, .site-page--jobs-dashboard .form-inline .site-page--projects .pagination-full__select-page .form-inline__mobile-toggle, .site-page--projects .pagination-full__select-page .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .pagination-full__select-page .form-inline__mobile-toggle, .site-page--projects .pagination-full__select-page .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .site-page--projects .pagination-full__select-page input, .site-page--projects .pagination-full__select-page .react-mde .mde-text, .react-mde .site-page--projects .pagination-full__select-page .mde-text,
.site-page--projects .pagination-full__select-page .react-mde .mde-preview,
.react-mde .site-page--projects .pagination-full__select-page .mde-preview {
    display: inline-block;
  }
}

/* line 81, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .projects-list__filters {
  padding: 12px 0;
}

/* line 84, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .projects-list__filters .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

/* line 88, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .projects-list__filters .row [class*="col"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

/* line 95, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline {
  max-height: 44px;
  overflow: hidden;
  transition: 0.4s ease max-height;
}

/* line 100, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline .form-control, .site-page--projects .form-inline .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .site-page--projects .form-inline input, .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .site-page--projects .form-inline input, .site-page--projects .form-inline .react-mde .mde-text, .react-mde .site-page--projects .form-inline .mde-text,
.site-page--projects .form-inline .react-mde .mde-preview,
.react-mde .site-page--projects .form-inline .mde-preview {
  height: 40px;
}

/* line 104, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline .custom-dropdown__title {
  padding: 8px;
}

/* line 108, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline .component-search,
.site-page--projects .form-inline .custom-dropdown--multi,
.site-page--projects .form-inline .form-inline__mobile-toggle {
  width: 100%;
  margin-bottom: 16px;
}

/* line 114, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline .component-search .Select-arrow-zone,
.site-page--projects .form-inline .custom-dropdown--multi .Select-arrow-zone,
.site-page--projects .form-inline .form-inline__mobile-toggle .Select-arrow-zone {
  width: 43px;
}

/* line 118, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline .component-search .Select-value,
.site-page--projects .form-inline .custom-dropdown--multi .Select-value,
.site-page--projects .form-inline .form-inline__mobile-toggle .Select-value {
  text-align: left;
  line-height: 38px;
}

/* line 123, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline .component-search .Select-control,
.site-page--projects .form-inline .custom-dropdown--multi .Select-control,
.site-page--projects .form-inline .form-inline__mobile-toggle .Select-control {
  height: 40px;
}

/* line 128, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline .form-inline__mobile-toggle {
  position: relative;
  padding-right: 42px;
}

/* line 133, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline .form-inline__mobile-toggle:hover {
  cursor: pointer;
}

/* line 138, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline .form-inline__mobile-toggle-icon {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  transition: 0.4s ease transform;
}

@media (min-width: 960px) {
  /* line 95, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .form-inline {
    max-height: none;
    overflow: inherit;
  }
  /* line 151, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .form-inline .Select,
.site-page--projects .form-inline .component-search,
.site-page--projects .form-inline .custom-dropdown--multi,
.site-page--projects .form-inline .form-inline__mobile-toggle {
    margin-bottom: 0;
  }
  /* line 158, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .form-inline .form-inline__column-toggler {
    display: none;
  }
}

/* line 164, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline--is-expanded {
  max-height: 500px;
  overflow: inherit;
}

/* line 168, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .form-inline--is-expanded .form-inline__mobile-toggle-icon {
  transform: rotate(180deg);
}

/* line 173, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-details {
  margin: 32px 0 20px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 0;
}

/* line 180, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .custom-browse-header {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 50px;
}

/* line 185, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .custom-browse-header__title-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px) {
  /* line 180, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .custom-browse-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* line 196, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .custom-browse-header__cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 1280px) {
  /* line 196, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .custom-browse-header__cta-buttons {
    flex-direction: row;
  }
}

/* line 207, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .projects-btn {
  margin-left: 0;
  margin-top: 12px;
}

@media (min-width: 1280px) {
  /* line 207, app/assets/stylesheets/pages/jobs/_projects.scss */
  .site-page--projects .projects-btn {
    margin-left: 12px;
    margin-top: 0;
  }
}

/* line 217, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form {
  margin: 32px 0;
  padding: 32px;
}

/* line 221, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .project-heading {
  margin-bottom: 20px;
}

/* line 224, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .project-heading .heading-24 {
  display: inline;
}

/* line 229, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .project-heading__avatar {
  display: inline-block;
  margin-left: 12px;
  border-left: 1px solid #d5d5d5;
  padding-left: 12px;
  text-decoration: none;
}

/* line 236, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .project-heading__avatar .link--darker {
  color: #bcbcbc;
  font-size: 18px;
}

/* line 242, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .project-report__button {
  display: inline-block;
  float: right !important;
  margin-left: 12px;
  padding-left: 12px;
}

/* line 249, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .project-description {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #485c66;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
}

/* line 257, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .project-description blockquote {
  margin: -20px 16px;
  border-left: 3px solid #dfdcd2;
  padding: 8px 16px;
  font-style: italic;
}

/* line 264, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .project-description p {
  margin: -12px 0;
}

/* line 268, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .project-description ol,
.site-page--projects .project-application-form .project-description ul {
  margin: -20px 0;
  line-height: 1;
}

/* line 273, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .project-description ol p,
.site-page--projects .project-application-form .project-description ul p {
  margin: 0;
}

/* line 279, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .message__attachments {
  margin: 0 0 20px;
}

/* line 282, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .message__attachments .attachment__column {
  min-width: initial;
}

/* line 287, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .project-application-form .create-project-form {
  padding: 0;
}

/* line 292, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .guest-lockdown {
  padding: 24px 0 48px;
  text-align: center;
}

/* line 296, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .guest-lockdown .guest-lockdown__text {
  font-size: 1.125rem;
  padding-top: 16px;
  color: #204659;
  font-weight: 600;
}

/* line 302, app/assets/stylesheets/pages/jobs/_projects.scss */
.site-page--projects .guest-lockdown .guest-lockdown__text a {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page {
  color: #485c66;
}

/* line 4, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-pricing {
  font-size: 1.125rem;
  margin-top: 24px;
}

/* line 8, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-pricing .pricing__item {
  display: inline-block;
  margin-right: 15px;
  border-right: 1px solid #d5d5d5;
  padding: 3px 15px 3px 0;
  color: #485c66;
}

/* line 15, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-pricing .pricing__item:last-child {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}

/* line 22, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-pricing span {
  color: #204659;
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__description {
  padding: 24px 0;
}

/* line 31, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__description .heading-24 {
  margin: 0 0 20px;
}

/* line 35, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__description .job__image {
  margin-top: 43px;
  padding-left: 15px;
}

/* line 39, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__description .job__image img {
  border-radius: 3px;
}

/* line 44, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__description .description__content {
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
}

/* line 50, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__description .description__content blockquote {
  margin: -20px 16px;
  border-left: 3px solid #dfdcd2;
  padding: 8px 16px;
  font-style: italic;
}

/* line 57, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__description .description__content p {
  margin: -12px 0;
}

/* line 61, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__description .description__content ol,
.job-page .job-page__description .description__content ul {
  margin: -20px 0;
  line-height: 1;
}

/* line 68, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__description .section-title {
  font-size: 1rem;
  margin: 10px 0 32px;
  color: #204659;
  font-weight: 600;
}

/* line 75, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__description .job-details {
  margin: 20px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 0;
}

@media (max-width: 959.98px) {
  /* line 83, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
  .job-page .job-page__description .job__image {
    margin-top: 15px;
    padding-left: 0;
    order: -1;
  }
}

/* line 92, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__sticky.is-sticky {
  z-index: 99;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}

/* line 98, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__nav {
  background-color: #fff;
}

/* line 102, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__nav-inner {
  display: flex;
  justify-content: space-between;
}

/* line 106, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__nav-inner .job-actions {
  margin: 0;
}

/* line 109, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__nav-inner .job-actions .btn, .job-page .job-page__nav-inner .job-actions .mde-header .mde-tabs button, .mde-header .mde-tabs .job-page .job-page__nav-inner .job-actions button,
.job-page .job-page__nav-inner .job-actions .mde-header .mde-header-group button,
.mde-header .mde-header-group .job-page .job-page__nav-inner .job-actions button,
.job-page .job-page__nav-inner .job-actions .actions-dropdown {
  margin: 0;
  border: 0;
  padding: 0;
}

/* line 116, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__nav-inner .job-actions .btn, .job-page .job-page__nav-inner .job-actions .mde-header .mde-tabs button, .mde-header .mde-tabs .job-page .job-page__nav-inner .job-actions button,
.job-page .job-page__nav-inner .job-actions .mde-header .mde-header-group button,
.mde-header .mde-header-group .job-page .job-page__nav-inner .job-actions button {
  color: #204659;
}

@media (max-width: 959.98px) {
  /* line 102, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
  .job-page .job-page__nav-inner {
    display: flex;
    height: 68px;
    justify-content: space-between;
    align-items: center;
  }
  /* line 127, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
  .job-page .job-page__nav-inner .job-page__nav-heading {
    margin: 0;
  }
}

@media (min-width: 960px) {
  /* line 134, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
  .job-page .job-page__applicants .applicants-column {
    width: 350px;
  }
}

/* line 141, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .applicants-list {
  max-height: 50vh;
  margin-bottom: 16px;
  border: 1px solid #d7dfe3;
  padding: 0;
  overflow-y: auto;
}

@media (min-width: 960px) {
  /* line 141, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
  .job-page .job-page__applicants .applicants-list {
    max-height: 64vh;
  }
}

/* line 153, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .nav-tabs, .job-page .job-page__applicants .nav-tabs--fatter-font {
  padding: 16px;
  overflow-x: auto;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.job-page .job-page__applicants .nav-tabs::-webkit-scrollbar, .job-page .job-page__applicants .nav-tabs--fatter-font::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 7, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.job-page .job-page__applicants .nav-tabs::-webkit-scrollbar-track, .job-page .job-page__applicants .nav-tabs--fatter-font::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 12, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.job-page .job-page__applicants .nav-tabs::-webkit-scrollbar-thumb, .job-page .job-page__applicants .nav-tabs--fatter-font::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 16, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_scrollbar.scss */
.job-page .job-page__applicants .nav-tabs::-webkit-scrollbar-thumb:hover, .job-page .job-page__applicants .nav-tabs--fatter-font::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 158, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .nav-tabs .btn, .job-page .job-page__applicants .nav-tabs--fatter-font .btn, .job-page .job-page__applicants .nav-tabs .mde-header .mde-tabs button, .mde-header .mde-tabs .job-page .job-page__applicants .nav-tabs button, .job-page .job-page__applicants .nav-tabs--fatter-font .mde-header .mde-tabs button, .mde-header .mde-tabs .job-page .job-page__applicants .nav-tabs--fatter-font button,
.job-page .job-page__applicants .nav-tabs .mde-header .mde-header-group button,
.mde-header .mde-header-group .job-page .job-page__applicants .nav-tabs button,
.job-page .job-page__applicants .nav-tabs--fatter-font .mde-header .mde-header-group button,
.mde-header .mde-header-group .job-page .job-page__applicants .nav-tabs--fatter-font button {
  padding: 4px 8px;
}

/* line 163, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .applicants-list--empty,
.job-page .job-page__applicants .applicants-list__button-wrapper {
  padding: 16px;
}

/* line 168, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .applicants-list__button-wrapper {
  text-align: right;
}

/* line 172, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .btn-show-more__small-margins {
  margin: 1rem 0;
  color: #159ca9;
}

@media (min-width: 1280px) {
  /* line 177, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
  .job-page .job-page__applicants .btn-show-more__small-margins:hover {
    color: #159ca9;
  }
}

/* line 183, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant {
  position: relative;
  background-color: #f4f6f7;
  padding: 15px;
  transition: box-shadow 0.25s ease-in;
  cursor: pointer;
}

/* line 190, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant.is-active {
  border: 1px solid #d0ebe9;
  background-color: #e8f1f1;
}

/* line 195, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant.is-new {
  background-color: #fff;
}

/* line 199, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant:last-of-type {
  border-bottom: 0;
}

/* line 202, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant:last-of-type::after {
  display: none;
}

/* line 207, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant:hover {
  cursor: pointer;
  z-index: 10;
}

/* line 212, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant.is-inactive {
  cursor: default;
}

/* line 215, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant.is-inactive .job-applicant__avatar,
.job-page .job-page__applicants .job-applicant.is-inactive .job-applicant__info > span,
.job-page .job-page__applicants .job-applicant.is-inactive .u-inline-block {
  opacity: 0.5;
}

/* line 222, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant:last-child {
  border-bottom: 0;
}

/* line 226, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant::after {
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  height: 1px;
  margin: auto;
  background-color: #eee;
  content: '';
}

@media (min-width: 960px) {
  /* line 238, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
  .job-page .job-page__applicants .job-applicant:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}

/* line 244, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__label {
  font-size: 0.5625rem;
  margin-left: 5px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: bottom;
}

/* line 252, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__label--new {
  color: #e3454b;
}

/* line 256, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__heart {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  cursor: pointer;
}

/* line 263, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__avatar {
  display: inline-block;
  position: relative;
  width: 54px;
  height: 40px;
  padding: 0 11px 0 5px;
  vertical-align: middle;
}

/* line 271, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__avatar .indicator {
  position: absolute;
  top: -5px;
  right: 7px;
}

/* line 278, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__info {
  display: inline-block;
  width: calc(100% - 74px);
  vertical-align: middle;
}

/* line 284, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__offer {
  float: right;
  color: #23272c;
  font-weight: 600;
}

/* line 290, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__rating {
  font-size: 0.8125rem;
  color: #bcbcbc;
  line-height: 1.67;
}

/* line 295, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__rating .rating {
  vertical-align: middle;
}

/* line 299, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__rating .text-semibold {
  color: #23272c;
}

/* line 304, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__rating-modal {
  padding: 4px;
}

/* line 307, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__rating-modal .heading-14 {
  margin: 0;
}

/* line 310, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-page__applicants .job-applicant__rating-modal .heading-14:last-of-type {
  margin-top: 8px;
}

/* line 317, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-actions {
  display: flex;
  margin-bottom: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* line 323, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-actions .btn, .job-page .job-actions .mde-header .mde-tabs button, .mde-header .mde-tabs .job-page .job-actions button,
.job-page .job-actions .mde-header .mde-header-group button,
.mde-header .mde-header-group .job-page .job-actions button {
  margin: 0 0 8px 8px;
  border-width: 1px;
  padding: 7px 14px;
}

/* line 329, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-actions .job-offer-price {
  max-height: 42px;
  line-height: 42px;
  flex: 1;
  white-space: nowrap;
}

/* line 336, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-actions .actions-dropdown {
  position: relative;
  float: right;
  width: initial;
  height: initial;
  margin-left: 16px;
  border-left: 1px solid #d7dfe3;
  padding-left: 16px;
}

/* line 345, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-actions .actions-dropdown .btn, .job-page .job-actions .actions-dropdown .mde-header .mde-tabs button, .mde-header .mde-tabs .job-page .job-actions .actions-dropdown button,
.job-page .job-actions .actions-dropdown .mde-header .mde-header-group button,
.mde-header .mde-header-group .job-page .job-actions .actions-dropdown button {
  padding: 8px 11px;
}

/* line 349, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.job-page .job-actions .actions-dropdown .dropdown--light {
  top: 44px;
  right: -2px;
}

@media (min-width: 640px) {
  /* line 356, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
  .job-page .job-actions .job-offer-price {
    margin-right: 8px;
    flex: 0;
  }
}

/* line 364, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard {
  background-color: #fff;
}

/* line 367, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .breadcrumb-new__title {
  display: none;
}

/* line 371, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .products-list__filters {
  padding: 12px 0;
}

/* line 374, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .products-list__filters .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

/* line 378, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .products-list__filters .row [class*="col"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

/* line 385, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .tabs-content {
  background-color: #f4f6f7;
  padding: 12px 0;
}

/* line 390, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline {
  max-height: 44px;
  overflow: hidden;
  transition: 0.4s ease max-height;
}

/* line 395, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline .form-control, .site-page--jobs-dashboard .form-inline .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .site-page--jobs-dashboard .form-inline input, .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .site-page--jobs-dashboard .form-inline input, .site-page--jobs-dashboard .form-inline .react-mde .mde-text, .react-mde .site-page--jobs-dashboard .form-inline .mde-text,
.site-page--jobs-dashboard .form-inline .react-mde .mde-preview,
.react-mde .site-page--jobs-dashboard .form-inline .mde-preview {
  height: 40px;
}

/* line 399, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline .custom-dropdown__title {
  padding: 8px;
}

/* line 403, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline .Select,
.site-page--jobs-dashboard .form-inline .component-search,
.site-page--jobs-dashboard .form-inline .custom-dropdown--multi,
.site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle {
  width: 100%;
  margin-bottom: 16px;
}

/* line 410, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline .Select .Select-arrow-zone,
.site-page--jobs-dashboard .form-inline .component-search .Select-arrow-zone,
.site-page--jobs-dashboard .form-inline .custom-dropdown--multi .Select-arrow-zone,
.site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle .Select-arrow-zone {
  width: 43px;
}

/* line 414, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline .Select .Select-value,
.site-page--jobs-dashboard .form-inline .component-search .Select-value,
.site-page--jobs-dashboard .form-inline .custom-dropdown--multi .Select-value,
.site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle .Select-value {
  text-align: left;
  line-height: 38px;
}

/* line 419, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline .Select .Select-control,
.site-page--jobs-dashboard .form-inline .component-search .Select-control,
.site-page--jobs-dashboard .form-inline .custom-dropdown--multi .Select-control,
.site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle .Select-control {
  height: 40px;
}

/* line 424, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle {
  position: relative;
  padding-right: 42px;
}

/* line 429, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle:hover {
  cursor: pointer;
}

/* line 434, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle-icon {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  transition: 0.4s ease transform;
}

@media (min-width: 960px) {
  /* line 390, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
  .site-page--jobs-dashboard .form-inline {
    max-height: none;
    overflow: inherit;
  }
  /* line 447, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
  .site-page--jobs-dashboard .form-inline .Select,
.site-page--jobs-dashboard .form-inline .component-search,
.site-page--jobs-dashboard .form-inline .custom-dropdown--multi,
.site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle {
    margin-bottom: 0;
  }
  /* line 454, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
  .site-page--jobs-dashboard .form-inline .form-inline__column-toggler {
    display: none;
  }
}

/* line 460, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline--is-expanded {
  max-height: 500px;
  overflow: inherit;
}

/* line 464, app/assets/stylesheets/pages/jobs/new_dashboard/_show.scss */
.site-page--jobs-dashboard .form-inline--is-expanded .form-inline__mobile-toggle-icon {
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .interest-fiter {
  display: none;
}

/* line 9, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .interest-fiter--mobile {
  display: block;
}

@media (min-width: 960px) {
  /* line 6, app/assets/stylesheets/pages/blog/_index.scss */
  .site--blog .interest-fiter {
    display: block;
  }
  /* line 16, app/assets/stylesheets/pages/blog/_index.scss */
  .site--blog .interest-fiter--mobile {
    display: none;
  }
}

/* line 22, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .content-heading {
  margin-top: 0;
}

/* line 26, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .card, .site--blog .table-responsive, .site--blog .content-box, .site--blog .table-with-borders {
  margin-bottom: 20px;
}

/* line 30, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .tag-selector {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px -4px rgba(19, 21, 24, 0.22);
}

/* line 35, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .tag-selector .btn, .site--blog .tag-selector .mde-header .mde-tabs button, .mde-header .mde-tabs .site--blog .tag-selector button,
.site--blog .tag-selector .mde-header .mde-header-group button,
.mde-header .mde-header-group .site--blog .tag-selector button {
  flex-grow: 1;
}

/* line 39, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .tag-selector .btn-primary {
  border-color: #19bcc9;
  background-color: #19bcc9;
}

/* line 46, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .blog-post__share .list__item {
  margin: 2px 25px 2px 0;
}

/* line 49, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .blog-post__share .list__item.is-last {
  margin-right: 0;
}

/* line 55, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .blog-post {
  margin-bottom: 20px;
}

/* line 58, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .blog-post--small {
  margin-bottom: 0;
}

/* line 63, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .blog-post__title {
  line-height: 130%;
}

/* line 66, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .blog-post__title a {
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .blog-post__content {
  font-size: 1.125rem;
  line-height: 26px;
}

/* line 76, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .blog-content__main-image {
  width: 100%;
  height: auto;
}

@media (max-width: 1279.98px) {
  /* line 83, app/assets/stylesheets/pages/blog/_index.scss */
  .site--blog .blog-content__container .row {
    justify-content: center;
  }
  /* line 87, app/assets/stylesheets/pages/blog/_index.scss */
  .site--blog .blog-content__container .posts {
    max-width: 100vw;
  }
}

/* line 92, app/assets/stylesheets/pages/blog/_index.scss */
.site--blog .blog-content__container .horizontally-padded {
  padding: 0 12px;
}

/* line 98, app/assets/stylesheets/pages/blog/_index.scss */
.blog {
  width: 100%;
  margin-bottom: 80px;
}

/* line 103, app/assets/stylesheets/pages/blog/_index.scss */
.blog-posts {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

/* line 108, app/assets/stylesheets/pages/blog/_index.scss */
.blog-posts--section {
  justify-content: flex-start;
}

/* line 113, app/assets/stylesheets/pages/blog/_index.scss */
.blog-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 12px 0;
}

/* line 119, app/assets/stylesheets/pages/blog/_index.scss */
.blog-section-title__link {
  text-decoration: none;
}

/* line 123, app/assets/stylesheets/pages/blog/_index.scss */
.blog-section-title--centered {
  justify-content: center;
}

/* line 128, app/assets/stylesheets/pages/blog/_index.scss */
.blog-section-title__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

/* line 134, app/assets/stylesheets/pages/blog/_index.scss */
.featured-blog-post {
  display: flex;
  flex-direction: column-reverse;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 640px) {
  /* line 134, app/assets/stylesheets/pages/blog/_index.scss */
  .featured-blog-post {
    flex-direction: row;
    margin-bottom: 40px;
  }
}

/* line 145, app/assets/stylesheets/pages/blog/_index.scss */
.featured-blog-post--small {
  flex-direction: column-reverse;
}

@media (min-width: 960px) {
  /* line 145, app/assets/stylesheets/pages/blog/_index.scss */
  .featured-blog-post--small {
    margin-bottom: 0;
    flex-direction: row;
  }
}

/* line 155, app/assets/stylesheets/pages/blog/_index.scss */
.blog-page-content__html {
  overflow: hidden;
  margin-bottom: 12px;
}

/* line 160, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 32px 0 32px 32px;
}

@media (max-width: 959.98px) {
  /* line 160, app/assets/stylesheets/pages/blog/_index.scss */
  .blog-post-content {
    padding: 12px 0 12px 12px;
  }
  /* line 171, app/assets/stylesheets/pages/blog/_index.scss */
  .blog-post-content--section {
    padding: 0 12px;
  }
}

/* line 176, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post-content--small {
  padding: 12px 0 12px 12px;
}

/* line 180, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post-content--section {
  padding: 0 12px;
}

/* line 185, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post__text-title {
  margin: 20px 0 !important;
  padding: 0 !important;
  white-space: normal !important;
  overflow: hidden;
}

/* line 191, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post__text-title--two-lines {
  height: calc(2 * 28px);
}

/* line 195, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post__text-title--two-lines-soft {
  max-height: calc(2 * 28px);
}

/* line 199, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post__text-title--three-lines {
  height: calc(3 * 28px);
}

/* line 203, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post__text-title--small {
  margin: 12px 0 !important;
}

/* line 208, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post-image-wrapper {
  width: 100%;
  max-width: 600px;
}

/* line 213, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post-image-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 219, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post-image {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 64%;
  border: 1px solid rgba(30, 39, 50, 0.12);
  border-radius: 7px;
  overflow: hidden;
}

@media (max-width: 959.98px) {
  /* line 219, app/assets/stylesheets/pages/blog/_index.scss */
  .blog-post-image {
    padding-top: 302px;
  }
}

@media (max-width: 639.98px) {
  /* line 219, app/assets/stylesheets/pages/blog/_index.scss */
  .blog-post-image {
    padding-top: 75%;
  }
}

@media (max-width: 959.98px) {
  /* line 236, app/assets/stylesheets/pages/blog/_index.scss */
  .blog-post-image--small {
    padding-top: 75%;
  }
}

@media (min-width: 960px) {
  /* line 236, app/assets/stylesheets/pages/blog/_index.scss */
  .blog-post-image--small {
    padding-top: 182px;
  }
}

/* line 246, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post-image--empty {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE0NDAiIHZpZXdCb3g9IjAgMCAxOTIwIDE0NDAiIHdpZHRoPSIxOTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMxZTI3MzIiPjxwYXRoIGQ9Im0wIDBoMTkyMHYxNDQwaC0xOTIweiIgZmlsbC1vcGFjaXR5PSIuMDIiLz48ZyBmaWxsLW9wYWNpdHk9Ii4yNCI%2BPHBhdGggZD0ibTYyNi42NjcgNTIwYzE4LjMzMyAwIDMzLjMzMy0xNSAzMy4zMzMtMzMuMzMzdi0zMy4zMzRjMC0xOC4zMzMgMTUtMzMuMzMzIDMzLjMzMy0zMy4zMzNoMzMuMzM0YzE4LjMzMyAwIDMzLjMzMy0xNSAzMy4zMzMtMzMuMzMzIDAtMTguMzM0LTE1LTMzLjMzNC0zMy4zMzMtMzMuMzM0aC0zMy4zMzRjLTU1LjMzMyAwLTEwMCA0NC42NjctMTAwIDEwMHYzMy4zMzRjMCAxOC4zMzMgMTUgMzMuMzMzIDMzLjMzNCAzMy4zMzN6Ii8%2BPHBhdGggZD0ibTcyNi42NjcgMTAyMGgtMzMuMzM0Yy0xOC4zMzMgMC0zMy4zMzMtMTUtMzMuMzMzLTMzLjMzM3YtMzMuMzM0YzAtMTguMzMzLTE1LTMzLjMzMy0zMy4zMzMtMzMuMzMzLTE4LjMzNCAwLTMzLjMzNCAxNS0zMy4zMzQgMzMuMzMzdjMzLjMzNGMwIDU1LjMzMyA0NC42NjcgMTAwLjAwMyAxMDAgMTAwLjAwM2gzMy4zMzRjMTguMzMzIDAgMzMuMzMzLTE1IDMzLjMzMy0zMy4zNCAwLTE4LjMzLTE1LTMzLjMzLTMzLjMzMy0zMy4zM3oiLz48cGF0aCBkPSJtMTE5My4zMyAzNTMuMzMzaDMzLjM0YzU1LjMzIDAgMTAwIDQ0LjY2NyAxMDAgMTAwdjMzLjMzNGMwIDE4LjMzMy0xNSAzMy4zMzMtMzMuMzQgMzMuMzMzLTE4LjMzIDAtMzMuMzMtMTUtMzMuMzMtMzMuMzMzdi0zMy4zMzRjMC0xOC4zMzMtMTUtMzMuMzMzLTMzLjMzLTMzLjMzM2gtMzMuMzRjLTE4LjMzIDAtMzMuMzMtMTUtMzMuMzMtMzMuMzMzIDAtMTguMzM0IDE1LTMzLjMzNCAzMy4zMy0zMy4zMzR6Ii8%2BPHBhdGggZD0ibTEyOTMuMzMgOTIwYy0xOC4zMyAwLTMzLjMzIDE1LTMzLjMzIDMzLjMzM3YzMy4zMzRjMCAxOC4zMzMtMTUgMzMuMzMzLTMzLjMzIDMzLjMzM2gtMzMuMzRjLTE4LjMzIDAtMzMuMzMgMTUtMzMuMzMgMzMuMzMgMCAxOC4zNCAxNSAzMy4zNCAzMy4zMyAzMy4zNGgzMy4zNGM1NS4zMyAwIDEwMC00NC42NyAxMDAtMTAwLjAwM3YtMzMuMzM0YzAtMTguMzMzLTE1LTMzLjMzMy0zMy4zNC0zMy4zMzN6Ii8%2BPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTE5My4zMyA2MjQuMzMzdjE5MS4zMzRjMCAyNC0xMi42NiA0Ni0zMy4zMyA1Ny42NjZsLTE2Ni42NjcgOTZjLTEwLjMzMyA2LTIxLjY2NiA5LTMzLjMzMyA5cy0yMy0zLTMzLjMzMy05bC0xNjYuNjY3LTk2Yy0yMC42NjctMTEuNjY2LTMzLjMzMy0zMy42NjYtMzMuMzMzLTU3LjY2NnYtMTkxLjMzNGMwLTI0IDEyLjY2Ni00NiAzMy4zMzMtNThsMTY2LjY2Ny05NS42NjZjMTAuMzMzLTYgMjEuNjY2LTkgMzMuMzMzLTlzMjMgMyAzMy4zMzMgOWwxNjYuNjY3IDk2YzIwLjY3IDExLjY2NiAzMy4zMyAzMy42NjYgMzMuMzMgNTcuNjY2em0tMzk5Ljk5NyAxOTEuMzM0IDEzMy4zMzQgNzYuNjY2di0xNTMuMzMzbC0xMzMuMzM0LTc3LjY2N3ptMzQuNjY3LTIxMS4zMzQgMTMyIDc3IDEzMi03Ny0xMzItNzZ6bTE2NS4zMzMgMjg4IDEzMy4zMzctNzYuNjY2di0xNTQuMzM0bC0xMzMuMzM3IDc3LjY2N3oiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L2c%2BPC9zdmc%2B);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 254, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post-image-link {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 262, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post__tags {
  display: flex;
}

/* line 266, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post-link {
  text-decoration: none;
}

/* line 270, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post-text {
  padding: 0 12px;
}

/* line 274, app/assets/stylesheets/pages/blog/_index.scss */
.blog-post-date {
  min-height: 16px;
}

/* line 278, app/assets/stylesheets/pages/blog/_index.scss */
.blog-tabs {
  margin: 40px -8px 40px -8px;
}

/* line 281, app/assets/stylesheets/pages/blog/_index.scss */
.blog-tabs li {
  padding: 0;
}

/* line 285, app/assets/stylesheets/pages/blog/_index.scss */
.blog-tabs .cgt-tab {
  border-radius: 4px;
}

/* line 288, app/assets/stylesheets/pages/blog/_index.scss */
.blog-tabs .cgt-tab:hover {
  background-color: transparent;
}

/* line 292, app/assets/stylesheets/pages/blog/_index.scss */
.blog-tabs .cgt-tab::after {
  display: none;
}

/* line 296, app/assets/stylesheets/pages/blog/_index.scss */
.blog-tabs .cgt-tab--active {
  background-color: #1e2732;
  color: white;
}

/* line 300, app/assets/stylesheets/pages/blog/_index.scss */
.blog-tabs .cgt-tab--active:hover {
  background-color: #1e2732;
}

/* line 305, app/assets/stylesheets/pages/blog/_index.scss */
.blog-tabs .cgt-tab__text {
  white-space: pre;
}

/* line 311, app/assets/stylesheets/pages/blog/_index.scss */
.post-wrap {
  display: flex;
}

/* line 315, app/assets/stylesheets/pages/blog/_index.scss */
.post-image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  border: 1px solid rgba(30, 39, 50, 0.12);
  border-radius: 6px;
  overflow: hidden;
}

/* line 323, app/assets/stylesheets/pages/blog/_index.scss */
.post-image--horizontal {
  max-width: 300px;
  padding-top: 0;
  aspect-ratio: 4/3;
}

/* line 329, app/assets/stylesheets/pages/blog/_index.scss */
.post-image--empty {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE0NDAiIHZpZXdCb3g9IjAgMCAxOTIwIDE0NDAiIHdpZHRoPSIxOTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMxZTI3MzIiPjxwYXRoIGQ9Im0wIDBoMTkyMHYxNDQwaC0xOTIweiIgZmlsbC1vcGFjaXR5PSIuMDIiLz48ZyBmaWxsLW9wYWNpdHk9Ii4yNCI%2BPHBhdGggZD0ibTYyNi42NjcgNTIwYzE4LjMzMyAwIDMzLjMzMy0xNSAzMy4zMzMtMzMuMzMzdi0zMy4zMzRjMC0xOC4zMzMgMTUtMzMuMzMzIDMzLjMzMy0zMy4zMzNoMzMuMzM0YzE4LjMzMyAwIDMzLjMzMy0xNSAzMy4zMzMtMzMuMzMzIDAtMTguMzM0LTE1LTMzLjMzNC0zMy4zMzMtMzMuMzM0aC0zMy4zMzRjLTU1LjMzMyAwLTEwMCA0NC42NjctMTAwIDEwMHYzMy4zMzRjMCAxOC4zMzMgMTUgMzMuMzMzIDMzLjMzNCAzMy4zMzN6Ii8%2BPHBhdGggZD0ibTcyNi42NjcgMTAyMGgtMzMuMzM0Yy0xOC4zMzMgMC0zMy4zMzMtMTUtMzMuMzMzLTMzLjMzM3YtMzMuMzM0YzAtMTguMzMzLTE1LTMzLjMzMy0zMy4zMzMtMzMuMzMzLTE4LjMzNCAwLTMzLjMzNCAxNS0zMy4zMzQgMzMuMzMzdjMzLjMzNGMwIDU1LjMzMyA0NC42NjcgMTAwLjAwMyAxMDAgMTAwLjAwM2gzMy4zMzRjMTguMzMzIDAgMzMuMzMzLTE1IDMzLjMzMy0zMy4zNCAwLTE4LjMzLTE1LTMzLjMzLTMzLjMzMy0zMy4zM3oiLz48cGF0aCBkPSJtMTE5My4zMyAzNTMuMzMzaDMzLjM0YzU1LjMzIDAgMTAwIDQ0LjY2NyAxMDAgMTAwdjMzLjMzNGMwIDE4LjMzMy0xNSAzMy4zMzMtMzMuMzQgMzMuMzMzLTE4LjMzIDAtMzMuMzMtMTUtMzMuMzMtMzMuMzMzdi0zMy4zMzRjMC0xOC4zMzMtMTUtMzMuMzMzLTMzLjMzLTMzLjMzM2gtMzMuMzRjLTE4LjMzIDAtMzMuMzMtMTUtMzMuMzMtMzMuMzMzIDAtMTguMzM0IDE1LTMzLjMzNCAzMy4zMy0zMy4zMzR6Ii8%2BPHBhdGggZD0ibTEyOTMuMzMgOTIwYy0xOC4zMyAwLTMzLjMzIDE1LTMzLjMzIDMzLjMzM3YzMy4zMzRjMCAxOC4zMzMtMTUgMzMuMzMzLTMzLjMzIDMzLjMzM2gtMzMuMzRjLTE4LjMzIDAtMzMuMzMgMTUtMzMuMzMgMzMuMzMgMCAxOC4zNCAxNSAzMy4zNCAzMy4zMyAzMy4zNGgzMy4zNGM1NS4zMyAwIDEwMC00NC42NyAxMDAtMTAwLjAwM3YtMzMuMzM0YzAtMTguMzMzLTE1LTMzLjMzMy0zMy4zNC0zMy4zMzN6Ii8%2BPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTE5My4zMyA2MjQuMzMzdjE5MS4zMzRjMCAyNC0xMi42NiA0Ni0zMy4zMyA1Ny42NjZsLTE2Ni42NjcgOTZjLTEwLjMzMyA2LTIxLjY2NiA5LTMzLjMzMyA5cy0yMy0zLTMzLjMzMy05bC0xNjYuNjY3LTk2Yy0yMC42NjctMTEuNjY2LTMzLjMzMy0zMy42NjYtMzMuMzMzLTU3LjY2NnYtMTkxLjMzNGMwLTI0IDEyLjY2Ni00NiAzMy4zMzMtNThsMTY2LjY2Ny05NS42NjZjMTAuMzMzLTYgMjEuNjY2LTkgMzMuMzMzLTlzMjMgMyAzMy4zMzMgOWwxNjYuNjY3IDk2YzIwLjY3IDExLjY2NiAzMy4zMyAzMy42NjYgMzMuMzMgNTcuNjY2em0tMzk5Ljk5NyAxOTEuMzM0IDEzMy4zMzQgNzYuNjY2di0xNTMuMzMzbC0xMzMuMzM0LTc3LjY2N3ptMzQuNjY3LTIxMS4zMzQgMTMyIDc3IDEzMi03Ny0xMzItNzZ6bTE2NS4zMzMgMjg4IDEzMy4zMzctNzYuNjY2di0xNTQuMzM0bC0xMzMuMzM3IDc3LjY2N3oiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L2c%2BPC9zdmc%2B);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 337, app/assets/stylesheets/pages/blog/_index.scss */
.post-image-link {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 344, app/assets/stylesheets/pages/blog/_index.scss */
.post-image-link__old-img, .post-image-link__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 353, app/assets/stylesheets/pages/blog/_index.scss */
.post-image-link__old-img {
  object-fit: contain !important;
}

/* line 357, app/assets/stylesheets/pages/blog/_index.scss */
.post-image-link__img {
  object-fit: cover;
}

/* line 362, app/assets/stylesheets/pages/blog/_index.scss */
.horizontal-post {
  display: flex;
  flex-flow: row-reverse;
}

/* line 367, app/assets/stylesheets/pages/blog/_index.scss */
.old-blog-post-preview {
  object-fit: contain !important;
}

/* line 2, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entries {
  margin: 50px 0;
}

/* line 6, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry {
  display: none;
  margin-bottom: 40px;
  padding-top: 10px;
}

/* line 11, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry .quiz-entry__actions {
  display: none;
}

/* line 15, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry .quiz-entry__mask {
  display: none;
}

/* line 20, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry.is-init .quiz-entry__actions {
  display: block;
}

/* line 24, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry.is-init .quiz-entry__mask {
  display: block;
}

/* line 28, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry.is-init .quiz-entry__image {
  position: relative;
}

/* line 31, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry.is-init .quiz-entry__image:after {
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: ' ';
  opacity: 0.5;
  transition: 0.15s ease-in-out opacity;
}

/* line 48, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry.is-init:hover .quiz-entry__image:after {
  opacity: 0.8;
}

/* line 55, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry.is-active, .site-page--blog-post .quiz-entry.is-answered, .site-page--blog-post .quiz-entry.is-init {
  display: block;
}

/* line 62, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry__image {
  text-align: center;
}

/* line 66, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry__actions {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 60px;
  left: 0;
  z-index: 101;
}

/* line 77, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz {
  display: none;
}

/* line 81, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
}

/* line 92, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-actions {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
}

/* line 104, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry__mask {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry__text {
  margin-top: 20px;
  padding-top: 10px;
  font-size: 1.25rem;
  line-height: 1.4em;
}

/* line 129, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry__text .quiz-entry__success,
.site-page--blog-post .quiz-entry__text .quiz-entry__fail {
  font-size: 1.875rem;
}

/* line 133, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry__text .quiz-entry__success i,
.site-page--blog-post .quiz-entry__text .quiz-entry__fail i {
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
  font-weight: normal;
}

/* line 141, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry__success {
  color: #90b400;
}

/* line 145, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry__fail {
  color: #b70034;
}

/* line 149, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-entry__heading {
  text-align: center;
}

/* line 153, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post.is-quiz {
  background: #d7d5d0;
}

/* line 157, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-summary {
  font-size: 1.25rem;
  line-height: 1.5em;
}

/* line 162, app/assets/stylesheets/pages/blog/_quiz.scss */
.site-page--blog-post .quiz-summary__title {
  font-size: 2.25rem;
}

/* line 2, app/assets/stylesheets/pages/blog/_show.scss */
.site-page--blog-post .comment-form-container {
  margin-top: 20px;
}

/* line 6, app/assets/stylesheets/pages/blog/_show.scss */
.site-page--blog-post .back-to-posts {
  margin: 20px 0;
}

/* line 10, app/assets/stylesheets/pages/blog/_show.scss */
.site-page--blog-post .posts-navigation {
  padding-top: 20px;
  border-top: 1px solid #f4f6f7;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--blog-post .posts-navigation:before, .site-page--blog-post .posts-navigation:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--blog-post .posts-navigation:after {
  clear: both;
}

/* line 16, app/assets/stylesheets/pages/blog/_show.scss */
.site-page--blog-post .lead-capture-form {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #d6dee2;
}

/* line 22, app/assets/stylesheets/pages/blog/_show.scss */
.site-page--blog-post .lead-capture-form__content {
  margin-bottom: 20px;
}

/* line 26, app/assets/stylesheets/pages/blog/_show.scss */
.site-page--blog-post .lead-capture-form__input {
  display: block;
  width: 48%;
  float: left;
  margin-bottom: 20px;
}

/* line 32, app/assets/stylesheets/pages/blog/_show.scss */
.site-page--blog-post .lead-capture-form__input.is-last {
  float: right;
}

/* line 37, app/assets/stylesheets/pages/blog/_show.scss */
.site-page--blog-post .lead-capture-form__button {
  margin-top: 10px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--blog-post .lead-capture-form__fields:before, .site-page--blog-post .lead-capture-form__fields:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--blog-post .lead-capture-form__fields:after {
  clear: both;
}

/* line 45, app/assets/stylesheets/pages/blog/_show.scss */
.site-page--blog-post img.with-preview {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.15s ease-in-out opacity;
  -webkit-transform: translateZ(0);
  -moz-transform: rotate(0);
}

/* line 56, app/assets/stylesheets/pages/blog/_show.scss */
.site-page--blog-post img.with-preview:hover {
  opacity: 0.8;
}

/* line 1, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_box {
  position: relative;
  overflow: visible;
  border: 1px solid #ddd;
  background-color: #fff;
}

/* line 8, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_air {
  position: absolute;
  z-index: 2;
}

/*
  Fullscreen
*/
/* line 16, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_box_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  overflow: hidden;
  width: 100%;
}

/* line 25, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_box iframe {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 31, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor-link-tooltip {
  position: absolute;
  z-index: 3000;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
}

/* line 40, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
}

/* line 45, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}

/* line 50, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor-link-tooltip a:hover {
  color: #fff;
}

/* line 54, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_box textarea, .redactor_box textarea:focus {
  position: relative;
  z-index: 1004;
  display: block;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  outline: none;
  border: none;
  background-color: #222;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none;
}

/* line 73, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre,
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5,
.redactor_editor h6 {
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
}

/* line 92, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor code,
.redactor_editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif !important;
}

/* line 97, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  font-size: 15px;
  line-height: 1.5rem;
}

/* line 111, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor,
.redactor_editor:focus {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 10px;
  padding-bottom: 5px;
  outline: none;
  background: none;
  background: #fff !important;
  box-shadow: none !important;
  white-space: normal;
}

/* line 124, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor a {
  color: #15c !important;
  text-decoration: underline !important;
}

/* line 129, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor .redactor_placeholder {
  color: #999 !important;
  display: block !important;
  margin-bottom: 10px !important;
}

/* line 135, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
  max-width: 100%;
  width: auto;
}

/* line 142, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor video,
.redactor_editor img {
  height: auto;
}

/* line 147, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  margin: 0;
  margin-bottom: 10px !important;
  border: none;
  background: none !important;
  box-shadow: none !important;
}

/* line 161, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
  margin-bottom: 15px !important;
}

/* line 166, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor blockquote {
  margin-left: 3em !important;
  color: #777;
  font-style: italic !important;
}

/* line 171, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor ul,
.redactor_editor ol {
  padding-left: 2em !important;
}

/* line 175, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor ul ul,
.redactor_editor ol ol,
.redactor_editor ul ol,
.redactor_editor ol ul {
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 2em !important;
  border: none;
}

/* line 184, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor dl dt {
  font-weight: bold;
}

/* line 185, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor dd {
  margin-left: 1em;
}

/* line 187, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor table {
  border-collapse: collapse;
  font-size: 1em !important;
}

/* line 191, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor table td {
  padding: 5px !important;
  border: 1px solid #ddd;
  vertical-align: top;
}

/* line 196, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor table thead td {
  border-bottom: 2px solid #000 !important;
  font-weight: bold !important;
}

/* line 200, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor code {
  background-color: #d8d7d7 !important;
}

/* line 203, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor pre {
  overflow: auto;
  padding: 1em !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  background: #f8f8f8 !important;
  white-space: pre;
  font-size: 90% !important;
}

/* line 212, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

/* line 219, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5,
.redactor_editor h6 {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0;
  padding: 0 !important;
  background: none;
  color: #000;
  font-weight: bold;
}

/* line 234, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor h1 {
  margin-bottom: 10px;
  font-size: 36px !important;
  line-height: 40px !important;
}

/* line 239, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor h2 {
  margin-bottom: 10px;
  font-size: 30px !important;
  line-height: 38px !important;
}

/* line 244, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor h3 {
  margin-bottom: 10px;
  font-size: 24px !important;
  line-height: 30px;
}

/* line 249, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor h4 {
  margin-bottom: 10px;
  font-size: 18px !important;
  line-height: 24px !important;
}

/* line 254, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor h5 {
  margin-bottom: 10px;
  font-size: 1em !important;
}

/* line 259, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor.redactor_editor_wym {
  padding: 10px 7px 0 7px !important;
  background: #f6f6f6 !important;
}

/* line 263, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor_wym div,
.redactor_editor_wym p,
.redactor_editor_wym ul,
.redactor_editor_wym ol,
.redactor_editor_wym table,
.redactor_editor_wym dl,
.redactor_editor_wym pre,
.redactor_editor_wym h1,
.redactor_editor_wym h2,
.redactor_editor_wym h3,
.redactor_editor_wym h4,
.redactor_editor_wym h5,
.redactor_editor_wym h6,
.redactor_editor_wym blockquote {
  margin: 0 0 5px 0;
  padding: 10px !important;
  border: 1px solid #e4e4e4 !important;
  background-color: #fff !important;
}

/* line 282, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor_wym blockquote:before, .redactor_editor_wym blockquote.details-box__separator::after {
  content: '';
}

/* line 285, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor_wym div {
  border: 1px dotted #aaa !important;
}

/* line 288, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor_wym pre {
  border: 2px dashed #e4e4e4 !important;
  background-color: #f8f8f8 !important;
}

/* line 292, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor_wym ul,
.redactor_editor_wym ol {
  padding-left: 2em !important;
}

/* line 296, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_editor_wym ul li ul,
.redactor_editor_wym ul li ol,
.redactor_editor_wym ol li ol,
.redactor_editor_wym ol li ul {
  border: none !important;
}

/*
  TOOLBAR
*/
/* line 306, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 2px !important;
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 94%, #d3d3d3 94%, #d3d3d3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(94%, #e5e5e5), color-stop(94%, #d3d3d3), color-stop(100%, #d3d3d3));
  background: -webkit-linear-gradient(top, #fafafa 0%, #e5e5e5 94%, #d3d3d3 94%, #d3d3d3 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e5e5e5 94%, #d3d3d3 94%, #d3d3d3 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e5e5e5 94%, #d3d3d3 94%, #d3d3d3 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #e5e5e5 94%, #d3d3d3 94%, #d3d3d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d3d3d3',GradientType=0 );
  list-style: none !important;
  font-size: 0;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
  line-height: 0 !important;
}

/* line 330, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_toolbar:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* line 337, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_box .redactor_toolbar {
  border: none;
  border-bottom: 1px solid #b8b8b8;
}

/* line 341, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_toolbar.toolbar_fixed_box {
  border: 1px solid #ddd;
  border-bottom-color: #b8b8b8;
}

/* line 345, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_air .redactor_toolbar {
  padding-right: 2px !important;
}

/* line 348, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_toolbar li {
  float: left !important;
  margin: 0 !important;
  padding: 1px 0 3px 1px;
  outline: none;
  list-style: none !important;
}

/* line 355, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_toolbar li.redactor_separator {
  float: left;
  margin: 0 2px 0 3px !important;
  padding: 0;
  height: 29px;
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #d8d8d8;
}

/* line 363, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_toolbar li a {
  display: block;
  width: 25px;
  height: 25px;
  outline: none;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  zoom: 1;
  *border: 1px solid #eee;
}

/* line 376, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_toolbar li.redactor_btn_right {
  float: none;
  float: right !important;
}

/* line 380, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_toolbar li a {
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAAZCAYAAABpXuA7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4NEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4M0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5gGig/AAAgiklEQVR42uxdCXgNV/ufbDe73EgiEaGxpwQh8dlqbdNEqZZawoOKSj5qr1raog2lEX/VlsiHKoKi1BZf8QUJSqkigtIiiZBIRZKbTfbk/74378S4zXJn7twrbc/vec5zZ+bOzLnnzHmX33veOdeooqKCY2BgYGBgYGBgYGBgYPjnwZh1AQMDAwMDAwMDAwMDAyOEDAwMDAwMDAwMDAwMDIwQMjAwMDAwMDAwMDAwMPzdYcq6gIHhnwkjIyNtTnOHYg3lEZR0PMDeO2ZgYGCQDMvg4OB1KpVqgpiLlErlNxs2bJgGmwWsCxkYGOQGmyFkYGCoSTeEQbkE5WcoN6C4sW5hYGD4p+vG9evXtx85ciRGxpQSrm8slgwi4JqJeC3rfr1CWcNztXJ3d9+Kn6yLGP6uqG8zhKZTp071VSgUJrhTXFxcFh4eHg2bpexRMdQDWEyZMiU0IyNjptQbODg4fBkREbEANgtrO+/GjRumkZGRnfLz8/sXFBS8VFpa2hLkAQmZUXl5uQ2dVm5sbPwEPkvMzc3vmpmZJVhYWPxibW0d/cYbb/zao0ePMok/E2cEt5NRdCb5C4ASBcUHSll96qvnCMWMGTNmp6WlhUJf+8yePfsKPhOpNwsLC5M09Tpv3jwjJpoMzJEfmaV58LvvvrNHLiVnHRMmTOh94sSJM3gA9yXU4Sz4fXFaXIv1egmuTWCPW+9jyB1KnJDE37t3bzx8LoFyl3UVAyOE+oNlUFBQeF5e3siysjJrje8wIpam4/1tQYn/9OTJk/bVfdm0adMVq1at+hg2i2Rsk93o0aOToT0NqqyAs/N/1qxZ8x7HUj7+qnDRheAg6PovoCTVJpeHDh3yT0xMPASErxzIXqFCoShTKpUlsI+pQ6lAEI2hmMCYVlRUVBiD7LQvLCzskJubO/LRo0fGJ0+eHAIk5aiEYAqSzsNc5czgSCi9ocRA2QNlJ8oqlLx61FfPEw1BvtFJwOj9u/AxU8u+EQU/Pz/uhRde4DZs2MAkkEEnmxQQEJBcXl7eoKYTQL/k7Nq1qxlsZkusw2zx4sUTb9269R/+gJWV1Y0tW7a8Cjb4f7wNDgwMbDlw4MBE2JQr/7xhaGjokgULFizWOK7p2OsCvBcHbTkjPCiBFJoLtnHWKQnusb+6E+G+Q6ler2qurS9QzJs3b3ZSUlKor6+vD/hyOgXG6kNAAbavaAQVGtFuI0YIGRgh1ICRkdF8dBrBGT2u428wAUfHLzs7O1BDER4AoXyTHFSdCSEo8eVg6Gbs27evW9euXZPnzp174PDhw96RkZG97t+/Pz8sLCwNlFo4nFsil/HduXPnB2D4Vufn5ytmz569Gxx0VPoWEghhlbKCfmkO24naXqiloTKfNm3aR+np6Qt2797diDdyMtfxJ6UrBiINrr7qcRGcF8eJiwoLo7wudZCcBsnJyctQzOCaGzBuEuzs7ArAsSpGggdOFTpZJSS/OJtuAvJjDqTE6sKFC8337t3rmZqaGgLHz0HJFPEbcfbvIJTPqWCQpAsRwkFQHqDx15Y819BXFiBz7uPHj8f2F1azL7avnheMgbR3sbS0VDvXQML90SnVByFs27YtZ2FhoSaF9+7dk9Xx0aMMalWXDjM4+m6HIfvJUGjcrFmzpBEjRlwHG5i6Zs0a/zNnznjC2CoBGVwL3xeDXcRx3FgHQqhYsmTJ1fj4+I2ffvppkI+PTxLYVUw9bww2OHT16tVzwRZiZANT0o1kJIRG1ZBB9XOUkzRUd3DlypVfkuxLeeaoG5NgzATyhFOAJPpeVc/lvGFpaaneA2Patlmi/CnhuhC4/mPqgy3wcY+egVJAxOsjITckzOfMmROCPnM1gZ1nvlMqlUfAtx8Bm/ky1oGwmThx4rG8vLye1tbWv4IuG/vuu+9eFRmEqKsO6+Dg4D0wngeamJjkeHt7v/X++++jHyQ168pk2bJlfRISEua4urp+s3Tp0kNcZbDeGHSi582bN+dBW67A9hrUw/WaEAL5awHEL0Gw/wp8hEJpqfmdBNgkJiYGV3OcF2gbGdqZCyWVDBBGQdGJvj148OCC/fv3d8/NzTUBB7s7HIsU6UDXhvzo6OiWSAabNGlSDE49Rpzuc9LS34SGop+Ea+uKkFr5+fnlbdu2zQy2X+D7SeY6uGoMnj7q0Gc9FoLtrXSeFThRC8gxQJl4UsO1XtzTKK9FHb/BGUhfK9zo37//aXt7+xOw+ZirnMG2BOW3ddSoUYtBgV2nZ2UKhNEKiiOM45eREML1bbjKaKa243k4lAgo+J4K1reHHMPBUHAhg4+g9BJxv+r6Sk3w0tLSJsDnFgr0aO6L7SvjVatWtbl+/foaaHN/0EcloI9QvsudnJxWhoSELD9//rxlVFTUZ5mZmUHwfSmUMjjHyNbW9mD79u0XgIOaJMExRfI9ZPLkyTFQ/6iMjAzXo0ePdvH393/AyRgd79Sp09OB6e4uByE0lAxqW5fYexqqHYbsJ0OhNCws7HMiYzjeB5I9Rx2CNjwNdFgcp9srGujMPC4vLy8iW4s+Bi5G9RCKQ3FxcQHZwUwZySASgTvPo0OBVJ90dnY+rwOBVgN+/+YayFnzei7nxrGxsT6gW1viTkpKit4CY9oSYImkEM+NE0xEXBWQ8ar79OnTJzw5OVk1bNiwqZ9//nm8CF2v76D+nwgP2LWPwS6NLywsbIIHZMqEs4B7nAZyNBH6walNmzbNiTiX0XfHrl275gSEZ6KLiwv6D04SCGFtdZgvWbIkFMmg2snOz2939+5dDMi8LlIGa6tDsWjRolnQhr3ATfLhOQ9/9OgRBtgxa0pKkMV83rx5S0E2pgwaNGj9mDFjfodj6GsbQVuCwHcJ9/X1XR8UFBRLAYf6RwjBRuAgDKaCxsJX8DUe24NEEM6LRlII+xj12wDHxHaYTdu2bfPgoWoevydjO5EQJoBgqIWqpKQESdnFr7/+uiOSQWDsRQEBAbhwhomMdZZfvXrVAzc6d+6Mwo+zNbelGltQCl9obHtpGX3UBmWvv/56ChBCPgqarYc6xP52yXUYqB4892cgZ989fvwY0yo52M5Zt27dyFpIobawA8eJJ0LniKA9IePTDoiP+/bt28PPnTs3FZTWLhpTOHatFQD4nAxjHV9+t9OyvoUk06+QwsM6L0MZA2U5kUIMmKRIaQz0iXt8fPwL6HjaAIC0qoBEvwJKPU9zH/RHRceOHcUEJGzu3LmzHt+z9PDwuNesWbOMnJwcqwcPHijBWAx3cHDYAPd3BgfVHwhVqpubm8rS0rIQ9I1zQkLCSLjWFu4xinSEGDSAZ2TXqlWr81D6geFteunSpeFACI/L6QyBUeWAeHJ9+/ZVzxSeOnVK53saSga1qCuuPrfDkP1kICApO0YOoSPoCHUgtqJy2WD83Ri0tNJRf2Hmwh8gyg/VDLS0FOtKpoCsDdhbtMG3ZAy8qm2WcHYHERERkTplyhRXfXfo9OnTB0DdUyQ6isKxVtMMYX2Xc6uLFy8OBf/pxjfffNMlNTXV9dChQ/2HDBmynXfgZSAmdd3jT7OhEkghnhdL/XaKtoV9kXv27Nmvs7OzrYEcJLz99tt5FFjRlhAKn20/AwSYGoEdnAT99GTZsmUREyZMmIizYZGRkRfGjx9/iJM+04W+c4mpqak6U8jc3Bz72Ejw3cOysjL1pAfYXbSt1jLXoYT9ZvCMdsC4671y5cpmYNtbE/HMlqkOc/CrMCDuHh0drc6Y8/HxwaBWAwlybhYWFjYlKSlp7ocffhjh5eX1ExzLwXED/MMfyWBgYOCegQMHnqYxKIasK4YNGzYjMzNzALRD1adPn5UwNpW3bt0Kwi/Bj9oEetj+999/n4i+F7iGCceOHVsAY8EXfs8k9cByd/96y5Yt/Gxl9YQQrl0PHyNodw+RPf67FvQdTxAXkDOJU6/z4Xskiv8WY0CgM34+efLkMBB2E84AuHz5cktQGBjV48CZywPhPu3o6BgnIZJRGxqCs9mT6rhMBlFq5FUFv3cWKav+NUUTq0E/OP9LLc7Ddt+GcyeRUFXVJ2MdvIHD2aJT+M4EGkEt2yKmjqr+ovcvVGQw9stcjxWRwUH8AdzGY0QKMQ1hC35u3rx5glglAkpOrZwaNGjwmJ4Pb3gaUlDD9rfffoucNm3aS2vXrp1JCi4X+JX6ryFAKaOx0ia9E2Ud00L/BQWjvPjeIaZ44WwhGnUXIoMYudqIzRI7eKFPfuUqVynFqJgSDNSEkJCQXfyz0dhHh7J9bGystrdvDAqxd8uWLTPhHpjSkQpE0C4mJqZTWlpa7mefffaOiYmJolu3breALJoOGDAgDvZxlqIZOIxvqVSqAVzlQg1iCKEJPNO+9+7dC4BxFcAfBJL5Gnw4yEUIlUolpmBx8JzVhBD3kRTivg4QI9ucQIZUWjqoYlLV0DGaJTESzuuSgyLkW4yMi+onHXSVIZEvsHH2dXxf34Erfb544sSJ6zSLVjW7A5/4DvQ1+Mzg5E3dVWmQLHTsTpNd1ykrQA8zhPqW86rgJRAPN39//9PgbHqmpKQobt68+RYQwgPkS8hBTOq6BwYEZsPnG9BmlL9YXi9w4mcJY2u47n7Pnj2/Jfv7mHS8qGeu56D+n8jCpk2bloD9aAXEozdlxaE/ge/w/k8HOUfCkgn+ifq5bd26debVq1f3CNbHSAESkqKjnNVWR9j8+fNX43Po2rVrEvg78z09PTGzyFLGOpDTqBYtWjQebG0fqKPU2to6X6KMNwTyNROI4G0ov3CVs4wYLLMBovaBg4NDNvCfs3QcMye0nR00HzNmzDKQi6GLFy/eDnJXZmZm1mXv3r1fLFy4ENP/uU8//fTA4MGDDxYXFzu/8847xyMiIvq+8cYbUa1bt8YJPme4/vtXX331JvllNRNCIng82dOc9UPid5x/dxA+LwEJxPOwklC6VgwhzIGH8DMI9zegUF7/9ttvnQsKCvS6at5LL72UOWPGjKMbNmzoc/z4cTd48K95e3vHwUA7K5exOnfunBc4qkocTKBIonWMiCpriDSJvbYm2IIivYAbQUFB3Xx9fe31UAevcJOEL2zroY6qc4l02ovsM23rcRWSQSEpnD59+j61d5Wf70eEyApI4jox44ffQIUFBEaYWvVM0MTFxcWNnDtUMhWlpaVqpQUGoIKr+29lfEhecVYA24K/cSwUVFwnSEHhrKEnGdgQieM3g+6Fv8cFFBSS1zQqmvvlnOD9Qy3gQIYOxxY6IXe2bds27uTJk33o+0GCYFZFVlYWOo1oEDvCNQNBoSrpHmJSzqwTExNfDg8PD3NycsK+awrP+DV49vY7d+4cMHr06EgdIrBV4MkfkkJMFcV3CD08PHQlhGLfqUri5E8TlSMSrhKc66WHPlAaoI8lv+clgUTXWFdhYaEZfHdG4n3FoMLc3BwDL7qkila30mciT5zgE1P9sMRTPZlS66iBnPFBCOE41Hm2Uw8zhPqWc7X/CGbNz9XVFTOf4sGv+n337t2eoBt7k07NlomY1HWPqtk9CjIdpH0p41dVw3Vow34m5xl1e4FIgqDvoL4mMo8cOVIEBGEMyjbYPvW7B+AfuFKgWJbAz1tvvZUBZCQHng2+Q7qC+klWaNTxJY3Tiri4ODsLC4uCYcOGRVFwRs52ZC9duvR7QCcc01CGDho06CMJt3YBv8Ad+j9v3Lhxa6D/S+l9xBTwPV4sKiqyAp97UXZ29hcdO3YcBWRuH6fdxBHK10v+/v63BwwYgCmojz7++ONJ3bt3T4TnjfLIxcTE3G/cuHFT4CEWvXv3fmBqavoz8J4gOB/7riVwrbfs7e3/B8S6qr6aCCHOFIwg8hcKjVkBxG8BzQ6iA+krcLJC6bwsIpB7JDD1a6ho/fz80kHwP9R3aLGkpASF+XJwcPAjcLSCbt++bQ0lmBziFBmqUKdR4EaHDh3SSdnm6nJDPUeXHCZPnvz5rVu3OsAg2QGEcJKeIliahlapZT1iDZVSEHnF1JH+eqinUU1f/PHHH36aJJHIivaW1tS0AsapEQizubOz858ZvK1txaRJk6736NHj4DNWAM5Xs8ZnSWRNwJnFKWTc9hDxQ2KJwYG9UD4kPYBygWkI+6WMXXAaesfHx78kSBnl5s6dO0mQMlq1LyFl1AzfB4R2o6HGvPPksWPHxlpaWvaEYy3AWcmFfjSGZ2Lt5uZ2DcbDRZJHG1D+uEKrEaf9Qjlqrr19+/bOcD8fIINLyHloAXLeARRwix9//PF9IIQH5XAS8f1BnBkUAkkhLjADTryuukRv0ennkWqpjzYZoB3KGoiAGCde21kQzbrsN2zYMPT48eNNQf7KtwAoaCP2vtUSP6VSWa29A8fHRUexUP/+alb65ElhXC1OvbaoacVSJaenlGA9zBAaYhbKDsjfRPCheoHuE9og5caNG8eBo7tcJmJS1z2yqA1KQXvEtsn4vffe67hv375wIJxGbdq0+ebo0aNI/vlFBpEEmglSUcVme+k7qC+EUWxsrNOOHTtWgx9gAn51EhCaCvILTDkZX40C+5ptZ2eHPo5VQkJC6xYtWmTKLRsadTSFOjAiaoMrsY8aNWoXkBqcpX8scztwcigRiOJ3+GrI/v37mx4+fLj/4MGDxQZ71YvOpaenV62FQu8jfoLPIj8/34zIHZeamopcCgUpXYv72oD/UQ4+DF6Pa0nkubu7Z125cqUquA33U4IvlVNWVoZj9Xfw79s3b948H/R9A3BXMocOHRoNZPCxsD3VEkJaJAZZ8goQPiRK/IyR+n1CjZVFURj/DcekroleQfe4yMm7IlhthBC9KcwTdwCMREKoUCjQkXaSiRDaw8PopmbWLVvi4H3E6faivr6jS3ndunW7EhUVNXTz5s3o5JbqKWVU810PbNdqPUbJsL9CyODOkrkehcif0kjEueW4oig4TxY5OTmWQAiNBUJbBvuqWbNmXYWx9R3sn+Ge5rUb4/nqiETliqR1RTALSP7MaB9JoQXJPsrzUijjoPSnoI0k6DlltAxI0qP79++7TZ069WvQQ3eALCtBCTaHYjl79uxdQN5s4P5jQBG3uXjx4nxQwuisdszKymoAhl9sKrf9Dz/88F9wRqwDAwNXgLx0X7lyZQ+4bwtS/O3mzJnz1apVq4I4Hf5eBmcH8d3Bq1evqveRBAYHB6s/kSjid7rqklpkRmr6GE8mtE7l1LEuKXXWp5RRfpZTarvFEB/NuhoXFRW9TPYe9cQVcizE3rdaE+vp6ZkAzocKnBC3AwcOdHnzzTeTQAZngL1FB0SXDKDaVvpEPanrf/QZg3y7AuHU94qlmnIg9wyhvuXcCHSTe5MmTZ5A368mO9Js8eLFr8MzN09OTh4C+xGgx5U6EhNDkRtzGJu9wMluunDhwmMwXvH1iCMa/qC7IMgsegbdgCmjSDR6A5GxBpRcv37dIS8vT+3rgz9vrKP8PWt8y8rSygHqyKyZmQ1Xd1aSHHUovvjiizcbNWqU3rdv36OhoaHtcnNzi8CPOMdJzMyppg6cqFKnU0I9PaAfnYEM/kHjTUwdFUC+Hl+7ds2RPwD+CY4d+/bt26fB2G7FHwefzYb8RG0IYfGkSZMOT58+fc7AgQM3gyxkDR8+/C76MyNGjFheUFBgg/fHE4HgNhs7duzSmzdven7yySdnUlJSlL/++qsj9Jn/pk2bzLdu3foh76vUucooT/QEi8ws0Ph+hUzPvZgz7PsLpevXr/8X/6D69et3WyZBMT516pQXOKFNcQceyk+cji+cGyC6VDRz5swPYYA0nzJlyvyIiIj39BTB0lzJS6mHOoQK+ACnw+xiXW0RqdTFLNRQDEpIhdF0cKYGl5SU3AGilwpEMAsITsby5csXg1JB5YQK8I/PPvvMuLCw0Alk1B2UCq62xTk6OmZzdeejY5pFTyJ/LhSpQjlHFoJONb4v4a1r9I17NmW0Efx2lLVUCpRo7otNGc2cOHHioW3btg27c+dOD9jv8fjxY0wnyvP19Y0GRX/EEuDj49M2JiamFzjBVQoYiNWjgICAgyLl0/bbb7/FjAhcxRXfDbafO3cukvL/g/IiV/nXHD9w0v5epor8devWDcdv1TGcEcS0USSKSAiRKEqcJdRmfCdx0mcNxKZy6lKX1DrrS8qoijPcIjSadbVUqVQlZMP5RWV+lCvmio70tGnT9q1Zs2YoyEskFm9v76j58+dv4nRfdOsZyLXSJx/w0Zx9NAT0MEOobzm3AWcyrE+fPjcFQcnmXl5e7YAQtvvtt9+6gE4eBXaoSEdiYihyo2jcuLHTgwcPGq1du3ZYSEjIMbJ/+dWlD0tZtMaAKaPGgwYNevjjjz/m3L17t0F8fHzrXr16pZ89e9YpLi6uK5BdhYxDt4T0Bz4PJEvG4EfiYjLckydPzGV6PlV14KrFFy5caA32byWMC+eTJ0++CwQub8eOHd4SyFq1dSgUCvvRo0dn2tvb/7Bu3bpFQKhKOnbsiAth5Um4f8aECRMO7dq1a8zFixctPDw8isaNG4cTahm4Wjxw0LmnT59u0KRJk1LwY05w2qchZwLRPAeEsgCeqxu4OMldunRBAngJZAQntow9PT3Rv1OA3m0NTStr0aLFEScnJzzHFI55gUypwM/E32LO+ypG1Ad1h2kqCaG3DP87WOvgB0GJIaFRzySh8HBP88OlwhbY9C/gVLfR/MLFxaXglVdeSRsyZAj+/8de7mnajKQoEy4viysKCQ/OmTOnAzh4Nzjp706gk/M2baOz3kkEEdmqhdLH5YHxXTHMyb9GDryfzHUIDVU/IrYqLdsitg4vqiOJxo479Z+u9VSNTx2jwXWNaQ8Q8pCvvvpqJMhduYmJST58FkDJNTU1LcI/qgc5LAByYwOfpqBUbOHTAj4toVjjH9WDstnft2/fjyjKVZNMYy4qBizwncEAUkYYIMHZc0yZmMpV87+cWuoMQ/UV6iWcjcfz3PiAH43hn8jJNaPvu3KVKRwmJIu4+m8MtV8bZ1Lrd77gd6NMifr/1LCwMHXHzpgxQ00KEZGRkVxaWpo6dRRJohAwPtSkEHSOkQRd4iWTrNWXuuSu00tLnWGINskN28DAwEvgULUWHgQH49VFixad5GR4/5XkEgM0+Fc1liSPCdzTWUqps+fV6hWQt7ZcZaqUrn/5gjP9uNjZQv4Av2KpTL6Ipp/Tn/qjH1f9DKHafmmcH/ucZc965syZUQ8fPsTfwr344otrgEB9FB4ePu3UqVPLhSeOHTt28/nz54fjas5ARM6lp6e3RmLSrl27+E8++QQX4aorIwud1Zc/+OCDnUhuarhHfg3vfIohbPaga98HEjsZnOVssLE3oU2zKajKP5sXoJ4JvH/KVf5VUpK2eolfO0HEYnp8OzqLfE5o3zpwla97OJKdc6SA7zkKWErNhDNfsWJF+KVLl97BnbZt294H8q+e/GjVqtUvYLd+BkLyLn8ykTU3kcGaGuuA7ct5eXmKlJQUT/5kR0dHXN39VbLjZbrWAXrwZkFBgQWMWXUwBtcAmTVr1k7yi8RmICjJP/Ej3YIrLv+X/HgcU7iCuycFw49SHdq8h2lM925GuhbJKqbrmtJx9Aly6Tx89gp6BunkDzUmHwgD2Kl8kE5rQmggaBIfXnHpalxdSaj7UEfk0QNQUAei04yGENM7dfmPFlzmH4V3AAmkEQngAR2NlVJgLFS0r00EkE8FqUsp2pAzzb83kkeDSM46NNujrGZbrjqUgraoBP2naz3dN27cuDk6OtpD6gDx9fW9FRQUhOlB52s5DRX3K4mJiaOuXbvWHBSVDRhB66ysLJvi4mKz0tJSEywKhaIEF4+xtrYutLGxKXB2ds4FxZbv4eHxwN3dfTeQR4xyPq6FEHIkAxi19xEYYJztqnERHC11hqH6yphInitFdE1JznKJkGXQORg1QwJsTXJZTN895LRfMc5L2wWRJBjxKkIoFiIJYV2yIEWe60Ndcteprc4wRJvkhivZqH6k9/NJxo6SDZTjf7CMyR42IYdF/XcUJJMFOtxXk+jwK33u53RPFxUGLN/GLBaafbxIjtQJmYi+5GCZCEKoT9lzoj7qSWMnhnyoluTgdiTHHBf2wQA7BuKtJBITbcgNOrhvCl8/oVVHD4ggbDgz/F5UVFTg999/H+Xj4/NaQEDAHPoz8qbUj6j/V1Pm0VZO3MI1+g7q/ynoQ7JtTc8I7aIF/d5UTno2nh0FeYZQHWk0HoxIh2RQ2zyIZKBsHiEiJEcd8XROJ/LlcZyhfOIKsDdkqiOJgli2pLNuUb0JnPjsBt4/aUx15tGYz6Y6XGksF9DxLJEBORPy4cq5p8F7PvOzlNpjLvB5Suk3aR6rqI+EUJP4cJzu7zMIhcORezbnvJwE4xGVIh3rwU52ocIvg4sP/h496HrV2QyigWMTU137ctJSylQUAarLUJkSefEkY+pMTpUNGT8j7mkqRhn3NN06ixQYLq5ynchOaR2EsIrA0VjFdv1UWyO01BmG6qvnEbCSe0abgcGQqM4e5pLznsHJMEMIjnNFHcRGaipZdURHbhLOk0JvcjIvkx7NlKmO7hEREZExMTGtxVyEqwlOnjz57ToCZIaANTmyTjRW0qhv+MAc/99z+UTYLchuSSUmdZEbMyGJl0jYsA7vK1eudO/cufP95ORks6ysrMROnTqdF/iFmplHKgnjlh+vcgf1DQWhj2tGJMSMexqELaVxYMk9XR/kHidyhrCWOgrI97HingZ/M4lw5uihjlKZAll/CdQ3QsjAUJ9hIVAiFhKuF/69Ql0vgBlTHbakYK1IiQlfpK8gg1xKRusJKeU8un/ZP6SvDB2wkntGm4GBoX4BZbwhObJZnO6pqEJgKhofLLPT8hr8HXyALJE9nhpJPJK2OAmEzZQCJDZEDkyJAKRzT2deNDOPGBgYIXxe2LNnT9WPHTFihBF7fAwMfz8YSs6ZPmFgYHgOwAAZppA5c9oHyzAohjMVDzk9Bsj+4jpRV8JmTEXoFJdzNWR2GaKv/i51MDBCqDeFxQYtA8PfnxQaQs6ZPmFgYGBgOrG+9tXfpQ4GRggZGBgYGBgYGBgYGBgY6imMWRcwMDAwMDAwMDAwMDAwQsjAwMDAwMDAwMDAwMDwD8L/CzAAUxE84n7mIpAAAAAASUVORK5CYII=);
  background-position: 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 395, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
  .redactor_toolbar li a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABwgAAAAyCAYAAABI1Y/DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCQTAzNkE5MzBENTdFMTExODJDNjhBMUI3REEyODQzMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3QjA3Mzk4OEJBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3QjA3Mzk4N0JBMkExMUUyODgwRjgyOEZCRDVFNjYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkE5Q0VDNTNDRTc5RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkEwMzZBOTMwRDU3RTExMTgyQzY4QTFCN0RBMjg0MzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4THQZVAABJsklEQVR42uydB1RUx9fAH703BSsqRCD2oBIRe+9GbFERjZHYe+yFGI0xlvipMSa2WDB/YxJjsMdgQawIioqgdASR3nv/7l1mybJSdcvb5f7OeWd335vdnXlvyi0zd1RKS0s5giAIgiAIgiAIgiAIgiAIgiAIgiDqByrkICQIgiAIgiAIgiAIgiAIgiAIgiCI+gM5CAmCIAiCIAiCIAiCIAiCIAiCIAiiHkEOQoIgCIIgCIIgCIIgCIIgCIIgCIKoR5CDkCAIgiAIgiAIgiAIgiAIgiAIgiDqEeQgJAiCIAiCIAiCIAiCIAiCIAiCIIh6BDkICYIgCIIgCIIgCIIgCIIgCIIgCKIeQQ5CgiAIgiAIgiAIgiAIgiAIgiAIgqhHkIOQIAiCIAiCIAiCIAiCIAiCIAiCIOoR5CAkCIIgCIIgCIIgCIIgCIIgCIIgiHoEOQgJgiAIgiAIgiAIgiAIgiAIgiAIoh5BDkKCIAiCIAiCIAiCIAiCIAiCIAiCqEeQg5AgCIIgCIIgCIIgCIKolk8//fS9vv/HH38Yw2+ksvcm8JJGd5UgCIIgCEJ+kIOQIAiCIAiCIAiCIAhCylTnYBN1ntWEvJxr7+MgrKx8MiiHrouLy+nMzMzR0voDAwMD919++WUqvM2hGk7UM9SnTp067tSpU7+7urrabd682Q/OldBtIQiCULDOnG4BQRAEQdQ/Onfu/M7f9fPzU584cWL/1NTUyUVFRZaFhYXmeXl5LbW0tEJsbW2/+Omnn3whWbGUsq61ePHi5XFxcd/K8/41adJkzQ8//LAb3hZQbSIIgiAIQgJY1DHtE74VQHyFILxPEz8vCp6TspOwuTSdgwj8viO8NIMjlKowoQQY16Fd6vTu3dvq1KlTXK9evazgsz/pRgRBEIoHOQgJgiAIaaBsThy19evXD3j9+vU3+fn57UtKSvSlmW9VVdUsLS2tgGbNmn393XffXYNTRXx5sGvXrtWfPHny/LCwsK0qgI6OTp62tnYxvBalpKR0iIqK2ubu7j7V0dExFpJLI0xBI3nXKwTysA1eTsERTc1d+dixY4dMQ2ysWrVKhe46QRAE8ccff+yBF1v2EQ31tlUkNeZpESzE3j+pxcpIQTop5cdMRuVuxJGDkFB8RNtqbdqlupGRUQN8Y2BggA5FNbqFBEHIAdWdO3e2j4iImKuiopKyf//+LXAuX4LplR5yEFaO1rx58zZmZ2c75uXlta1W2jQz2w4VaWN9r0gEQRDiSrISOXE01qxZMxeEhz2lpaWqssg3OiBzc3Ptw8LCrsB/L962bdsBOF0oz3vp5+en8t133zU+derUplevXs0GZTB38uTJUba2trGWlpZZxcXFhl9//XV7Hx+ffmfPnl3Vvn379dbW1tlSyEpTHtXzphw5CN9L3po/f/7XKSkp88eOHWs7adKkSE46TmWCIAiCUARwHDwBxzmuzFD/twKWQdRxaVyTcxCuH5dyfjTF/g8dHpJYrSjuvNWk6ksoOOJt1ZhuCUEQCoDuwoULjyUkJHzas2fP/y1ZsgTlKG2uaj9NXdPXC8hBWBGVkydPtrx27do/ubm5baoQYI/Onj17Ulpamh5+3r9//z0eViTDadOmBeTn55vX9gumpqb/amho+O7du3czTxuF2u7duwfcv3//32oTqall/Pbbby3hbTpVZ4KQK0rjxElNTW0SHR39raycg+Lgf0dERJy3tLR8Ja8b6Ofnp7pixQqbgICAPXFxcUNbtGiRAYKU/8CBA3F140u8TTiUuLi4jAsPDx8eGBg4/59//vnb2tr6Nif5fSh0xcbl6gw9mv/++2/TIUOG4GrGmlaRaty9e9cMhMRErmpnrLgxSJea+nvRKCcn54uSkhLDkJCQBfDZFY5cui0EQRDvRa33satSmTQ0PH3kyBEXTj57qtUq/506dZq0YcOGs6gCLl++fBPIS6vF01hYWKzZsWOHwoQDZ+E4n9RlL0JFrotQTneuzBkaKcM8oSFQEqsVbbn/VnoSta/jldUDrWXLln0dGxs77/Tp060gTXo1dYZuoozaKny+WcUzkMv+pwRBEGKogYzXLzAw8KSmpqaWq6vrLx07drzJ+qc8CaSvV5CDsCIGXl5eZ6tyDjKKVFVVRZfNq/CwIhmePHlyBQqsmzZt+jwgIKCx8EL79u3jN27ceBKVpBs3btjduXPH9vnz542SkpKGwLkhLi4u47t27Tpl/vz5Tzl+bS6sBkJjHByLLl68ONnNza2nmPKXOmPGjKvt2rX7Bz4acbJ1EFaq+DDBiZOWcicNwYwJ7F3h8IDfbyBJQ4MMyyEXhZrK8RZ1ceJIo01Kyomj/s8//wwqLCw0wA9NmjQpXrRoUYS1tTU6nKS1x57qmzdvGm3bts06Li5ODf/7wYMHAy0tLd04OYQa9fPzU1uyZIkDjBU/paSkgAzVMXnlypV34BVntT+AI46Ng4b29vbF3bt373Tp0iUrdCTCOR9O+sbF6gw9JtHR0cPgFceGmtqTYWRkZO+ePXuiUzOjijRkDJKgDHrw4MHxOTk5pvghPj4e9wf6P44chDSGyLB8ipZfkk2IWmIhfDN06FBf0O9wMg9OADWYPXv2HOFEV7HrhSEhIeZHjhwZERER0RjAiaYNOTk5COGZz0xPT//422+/nQxjs4nwgp6eXuHmzZt/a9GihTd8DIFDAw7NXbt2XYbXFPjexDNnzthNmDDBF+rq73DuLhxanALtiaVEzkGuuhWQzDmIMpynjNv3E8iX53s8HxrPJU+jzMxMnDBmBG15Hfy3K5SZ9rGT07hRy7R82f9UaWxxyqjrbdmyZdyzZ89+r1B52MSdurRxuN86Cxcu3JWdnd3p2LFjqNtnKUIZIN+aq1atWhoXF7c4Ly+vOZ4zMzP73crKauuyZcuec7Kzub9vOXASx0aQHx3hGQiiLGpra8eYm5tv2rp163FOPpGu1H766achUKY/1QFXV9dTIBuis+8hHFHc2wuf6pq+/jVYCQh9tW3QKpcuXbL49ddfn2AYMlNT09PwcOQ1K7HSe7F3714nUES61JAuHAQXUaNwOg8rEho2A1Bh6tChQ6Kog1BNTQ2fOa72iB0wYAAeifv37//k1q1bAuM3CGYfBgYG/gJvB/BswMN7Ho/l6t27t5+4g9DJyellu3btvFi5Zb160EICQta7/q+kBbPZcGBIRhMZlkXS5bCQUx2lclTPCU52ioQknTiaQDPhBx0dnWxra2sM9ynNDdjVmzVr1h7+C1d0G7JM4CpINHDJ1EHo5+en7uLi8klISMheGB/M+/bt+2bFihUeIAyiUefRlClTPkxMTBzk7OzsNmPGjBS8LyBovtDQ0LBMSkqyg896MhjnqzT0gOzR6PXr11bw9i6kSahBTmkQGRmJzqo7kDZF2kah2spPUjT8yHtcN3r58uVU4Yf4+HibkydPDpw2bdopTnrOd6lib28vOA4dOsSBEqhIhh5FGEOkVT5Fyy/JJkRtEISFGzt2bAyM0/8y4wfqR23FJrpypQAO93CkgHxjvn37dpUvv/xyora2NuqGOnLKP+qgT42MjNQdHBz6izoIIY85LVq0wImsj1Gf5cqMUmhgwygL2jC2NkYHIbyiXojpXiuS0acW4Tgj4bqFoldQOToH63S/K0kvD6eAUve7cE81QG76PCMjQzhhzBFecNVvXH3qs4X1UJ6OJwz3C/mYIfK5sgm+fBuLLeTUbkguqRmNDRs2hEVERPzf6tWrvxSetLGxaQ0vKGMk16JOamGEAKiXgggBMP6/gBe0b2fxvQyQd92lS5e6vXnzZrzo+cTERIxIONLNzW3g9OnTfTnZOAnfqRzox3F3d285c+bMf7KysiospEKHZ2ho6KF169a12bp16zoZy1oqnp6erX19fY8XFBToTZ061QfqhgecR4dfYiW2hLqmr5fIcgWhjr+//1p0DuKHhQsX4qw/WRgOa4t+Tk5OPyV5ruggxNkIOdnZ2RUMooWFhdhosRMK5MqcQC/HjBmjduvWrcnCNAkJCZ1BsRo+YcKEP3jUUDAfWJb8s2fPThO9AJ1ajq2t7a/w9gJTFGWdZ+M6npf2/74vaLX2kGFZjBXkvlA53o8nzAjwX0V7TweJjBwc6hoaGtpifSjORveB/BdLKf8YyjSD/VeZRFeWB5lu+u7n56c5ZcqUhZGRka4gAKLiGj5//vyLRkZG2NcGODk5TQEhc42KikopjDWPuLLVgikwlqbAORxLrJjAmSjn8aMuQrdcxjwUvnfv3t04JCRkdm5u7uCioqLmJSUl5XvZYPhsTU1NfwMDg98g3UV4FkWV/IY6KFDDMzIynPLz8zuBvGVULhGrqBRAHXqjra1908rK6iCki+Hku9ef6vnz5+1jYmLsRE8+f/58BhvLFXJG7kcffYSzKbkPP/yQe/r0qdyNTUr+v8b1NL8kmxC1GvdgrM6EMfwYvP8TjiBmuMkVm+jKwZiDRmmMBoCONNTT4/r06WMGMkAjOeYfxwB0WmZmZWU5wWsbETkMV5nfYfqscHzHMREdhOhQQKcmGr+82KFMzkF0qkXCsVSRKydfnIMMi3dIL2ungNKP59HR0WOEH0DvsLl169bHUE8uQXso4ZSfCu0e38vJSYh9yznWDzmyc5VN8E3jZBsS+F3rqbGStktFAifwJFhaWkaIntTX18f6rVXDOIEr75Y5OTmtB73YQHheT08P3+vzvQw48QF09vnizkERWUbf19f30PTp0/vJqK2/67PQffDgwaaxY8d6jx49GqMsmUO+Ox08eLBZeno6RlPERUYTubJJHa9l+Fz0rl69uhtkxEZWVlZZw4cPR1n3PlfmMyiRQHqpYGNjwwUHB6tAvcYIHdypU6eS4VwFm0x114XX4LmpCM9BmUprSidMU5P9RyIOQqj8qkuWLLFq0KBB6saNG5NgQKnsT80CAwOd8c3gwYPftGvXDo1TRQsWLOi+f/9+NCrK2xGlp6OjY6BkHXIRKIFF1XUQcPiYm5s3MTAwmAgNu9z4HBMTMwpeLnFVh1mTFzogNFZY5Wltbf2KCS5xHHn+35dDcHxAt4EgylFBRD7j+JZfm75GaOhBJY/tKVNbSlgfXSqaCa4spLVM8PPz0x4zZswOEGrn4GqDpUuX+k+aNMldW1v7ClwOg2tfwzUXGGPUQfi4MnnyZLwfmnPmzBn78uXLMQUFBWp2dnbYN2vw4BmW1iFdCSdjxxkqEMuXL/8C7ueO4uJi/SqUiOZ5eXltMzIyPv3888/v9+7de/qiRYvCUN5C5+KBAwdauri4HIdxvF9V/wPPxDI7O7tnWlral8uWLVsPSstPnPxCruk+fvx4wsiRIwM8PT3bQb5UmOzRw9vb29re3t6Xk68Ds860atWKMzYusxW0adOGDw5CgiDqLzkWFha4atCT+885WBvZQ+CYc3R0PA592Ew598MCeQvGxQrjFMgdJaw8lRl08Lwwkgwfo/zUKDNWc13oVEMU1kHIM+egME97uNpFHqHVQpK/96o3b97sFhQUVMG+c//+fZe+fftiHclU8ltQabuXk5MwjbVLwSRW5iR8a4JvdfTo0eNnePlZ+NnV1dVu8+bNfhy/ti5SZFS3bdvWLj4+firoc2OEoR4RPT29wMaNG++G6yc4+YR7rAy0RaPd/2Ud+wW1w4cPDwH91xnq1BsvL68PRWwiqopQBsAkKipqBrSjZxMmTMA2rnXlyhWbY8eOlW/jFBcX9xG8NJVRO3/XcmhBnToCr2Zc2eIutPHYxsbGzj558mQrTKCtrY0Ts7BcsnIQql69etUhLCxsBH7o0qVLGLzgArQ3VfQ1dU0vLXRat269y8HBoV9ycrKg7Xbt2jUGzp2HurEcn5GTk9Nn/fr1Q7uQPV6HtC/atm3rfu7cuU1ot3F3d8dVkCHiP9y7d+8HkydPngf97TPsDrp37/4gJSWlnWia0aNHH7xw4cIyrprtXN7XQahpbm6+ePbs2ROgg7IHRQRXduGSiAKxBq75ww8/LMnLyxOEKenUqRM+DFwarFZUVLQXbkJbMzOzU/Bb+1euXBkgpwFEjYXfrG+g0BXDlC01kQEGVx6goZJvDsKGr169qrC0uUmTJtjJxXNy2JtLKExVoliUh2Oog9JRF2S5n1tVZeRrOaSVVyoHUVcsRJW8OjoJ5YKfn5/K0aNHTYcPH34EhNbRDRs2zFu1apXPkCFDzsLl65cuXcrYt2/fUVBMRhgbG+evW7fu/uDBgy8VFBRkTJ069cvg4OCvYDjRmDt3buC0adPOykKx3759+/RGjRr1LC0tLVRVVS1iYwGOaQUbNmzQMTAw0Ny4ceP4Zs2aZUIadGSW4KpHOIrZ2FcK3+MgjTakVYfXISCPCOJDQnqVsiScCqRRPXHiRAcJG0Y0V69evSo6Ovqb2n4HlEEHHx+fm3/99Vc/+H7ExYsXmz948OBmTk6OZW2+X1xcrBsTE7N7+fLlTXbt2rWRk48BtWFERMSoRYsWXQD5sfHdu3cFYaWgHml7eno629vbP+cUbC9CW9v/ump0FoJsgoqfPLOk7GOIJMqnaPkl2YSoLYnr16/HMOWv3qGPxxDbT2Es3MLxJ9JPvZEZq5AVRJ1qCr0PMnM6OIqUTd77eEWye3uuNv0fJ5+VU8rc7+o+efJkEshMuSAzlYc0fvHiBe5jbsYphoPwXZ021U4K4IGT8FYt/7toypQp1+FAx40mG0NQeUJnQTZXFhmnRMbtQ9lscYgW6OTfREZGrjQ0NExydXU98sEHH5wBPXAAbr8E9a5deHj44ZUrVzrs3LlzIY/0qBKu7nZatVmzZuFKt71wdAedvZlwSywFKoNhmzZtgidMmIARD9AhxQ0fPtw+MzPT5cyZM6IRGhryvBxYj4K5Mv+N0DcQHxAQMFNQSEPDks8///w6J1untG5gYGB5VEFra+v7TN4tkFB6qeR53Lhxv4aFhY0dOnRoiIODw20DA4M8aLPqcOB2Ro2/+OKLab6+vps7dOgQP3v2bMH1q1evtvr333/Xjhkz5sNz587NgDolkBXt7OzSnZ2dn2BUkKCgoEYHDx7s7u7ufvvjjz/uMnr0aNVGjRoZp6SkcHv27LldXFycX1BQkGlubo4Rv3Q5CTsIVaHDaf/69esFiYmJTqLLfS0BeNGu5Eab+fv7T2cGlHR7e/vzXJm31tTExKRhamqqQWxs7Bw84EZ46+vrn/m///u/H2T8wAr69+/vc/v27SH1TRvx8fFpCgNKhVUeXbp0CeFhVtWuXLnSIycnp3wJNDSaYmhgV/igWBQWFp4XNBBVVfQ2pwoViPz8/JNw7rxEe/aSknQtLS1ZKiiRClSOyp5H+QxoOC/xVVjSLAcqrNCpC50UGGqyVMHKUWV7trKy6pacnOyUm5s7AOqXNfx3iI6Ozo2GDRue2rp168P3DeHJA4zFlTw+Own9/PxUN2zYYP3gwYOT8Fw+hiE9Y9OmTXc6duyIjr7bGzdubABj5FEYs7uAQpLx9ddf47W/QRZ4tGjRonkgnCzR1tYuWrZsGe4J+BtTMFOkne/Vq1djFIJHTOgVP3T27t07FNLgSgrcq6BU7OBEXrX37dvXa8WKFTjzSriBnIrYq9alS5ckkm+cNf3rr7/av3r1aqPwHC4UhXta+OGHH2br6uqiDFQK7V8N7rEOCIy68FwE+cjLyzP39PQ8MH78eOdr167tF3UOGhkZlXbr1i0XBMMcdXV1bEMq0MY0QkJC9J48eaJZtt0UaO2vX688duzYDSbUy7KtaWzfvn0qCKlB0Na9O3XqZHb37t3RwosgJI+Dlx1c2SxHxWjoxsaCsKKiYLhROTsIpToWCseiSgxLUhlDoE8RzhjGVbOl4uV71zEvKysrys3NrUL45vv37+N/lEjjeXBVGKEVTTZRAhlL2Ulghpx32QwVjTxo2E16x+8T7y4XVNj/i50rdw6iDAmfhcZwjlMOxzkau+S6Mg/uq18dnpEJjecSpWFgYOCImTNnRuzevbt8tQPIrdo//PDDQrjfa+D51GQT1FqyZMlXcB/skpKSym15oJPEgJzpBr+LKy+kNRnufZw2xlA+XM3RF9sBlNOW1bEn7N7fYrqkrNu50ElY2//GMmEbwi0lRCOhZLBxpEQO7UPZbHHq+/fvd8J6hh9w266ioiJ0vj4fNWqUxvXr1z+OiYkRbE0BeuXMkydPXpo2bdo5jqfR1XAVINTz3np6el9hG4F7+drKymrZxo0b3dk2GpjvWFYPEyB9P65s2xJFKkPunDlzdrM2EM6+9sbU1BRXS+MECK5169YZnAwjRL1LOeDIFfZbuJ0J9HGfgO60BOob7l3IbdmyxbNJkyZnmdwpK0xAx3Yo74S1tPD+plenqmdkZNjWIb3E2++3337r9Pz587H9+/dP2LdvH27nJZzAh/1jNBymQUFBixs0aFBw9OjRa8bGxrglXMHo0aNbQj0yvnnz5rjDhw//OWTIEMF4rQ6MGDHiHva70AdYQJn0YMy0hL5gFXzHTUdHR7BFEq5ANDExecbKiwurqh1P6+Ig1Pzyyy8XQ2UQrBYUvdC8efOivn37hnXv3v1VJUKU5p49e5alp6cLPONQICzEczZgmI0ZM8b30aNHpl5eXoK9cvC38XBycvpKxqsKszp06PD4o48+Snz69KlZPdJFDM6ePbtE9ISjo2NUly5dcI+tLJ7lVS80NHSA6Al4Zomsw5XrSsfKFAuhAgGD8yMpKZEyVVAUqBwoyD4BZUd0sDUSOmjwPLxPUYTngfUKfxeE3HQ4hKdLmTJnoijlqEwXXbt27aegxK2BsaF8RVZeXl47PEDo7gfXt0Fe/oAyFnJKAp+dhH5+fmogfPR/8eLFoczMTEsYAxJBkLkKAh8qFz6zZs3qDtd2g+DYtEePHvEgHHrAtfPe3t6h27Zt+xIUFmdQwnNhvH46dOjQU1zZPqYRnGxWp+E4INxTT/wwgjqVx/qFdO5tp6CoUUS/oKAgn419lY1/2KdIciazPsgb6zBMK37ANr5gwYKIXr163WZKrdChiRN4TF1cXFpwZeE7VJgg+Q9+BhnLjd2DViJ9YDQ7V8DS457PreB59d67d29rUCpxdaRqQEAAbvjuLWMh2SQiImLS4MGDsY74g6BcdPHixYHR0dE4o41LTU01//XXXwc6Ozv/j1OQsOHoHLx16xZnb28v2INQ9FxZ9eO/0fMdxwpZ9GVvzbB/3/1ra1tPJVw+gWwiXoaawgryVTaRdV2Wk1FekSk36Mjp+0TdwXG/wv5f4s5BkXQnRN7zkdqueONDyE6Ld0gv83wryXgu/r+a33///bxOnTr5Ozg4hMBnK6GTA3n9+vVIrmzCWFWzrVQPHjxoe+/evQu5ubnNpk+ffnLUqFFfBQYGdty5cyeu5GsOv7cWZOuP9+/fj20qW8JFeF+njdAR94S1FWF7Ee77l8bJbxJAXf67iD0juc2Kqwe2OH2oW4OEH6Bua/7222/9N27ciNsD5UDdq2DPNTAwaA8vV6VQ5yVTudLSzO/cuXM0Pz9foPvBq3lISMjxu3fv4t6jL9kkcbRzpWC4UdDPcxStDFyZYxB1+TwoTz6rM9Hw7MrbSefOnUM5Odvca/EsSlnedZcsWXIiNjZ2guj3V69e3aNv375/zpw5U5blMM7MzCxfhenl5dVzx44dM7OysgSRBlu0aLFdLEqSUXx8fKs6pJd4+8UFEfimX79++MwvcmU+sUJm5+EOHz48GfJoCv1VpLGxMS6Auseud4DvdL1582YjGEc+UVNT82DPCW08OMkbfWWWw4cPRwehS1hY2HCubKs4Ae7u7qUvXrzQKgVgXAyuqU+ojYNQY/369Z9HRER8L7paEFdu9enTJxuO15aWllg4XKb5mHt7pqFZQEDADNYAMuzs7NC7HIneaKhkySAMnIIjdsaMGV0ePXpkDQNpg5cvX2rhfwlXFX7xxRcPjhw5MljKjQc7naC5c+f+vm3bttlw8zWVXAkROHzz8vKmJCUlCWK+46oDJyenqP79+x9Gox0PBxSjlJSU9qInmjZtik7peE6+cbYtJKRwvMv/SlRBwXjzXJnDVUWGZZGWoiU0/Isa3xSpHBZM4K0qvEgrBXseQtRgcBoAbXlDenp6m8oSoNNQVVV1A6RLgrJfU4KVhKIKDO+chH5+fhrOzs4zQkNDd4CwYTxixIhoV1fXc9ra2ii8+E+ePPkzuPa1ioqK+oQJE8JBEDynrq5+9fTp0+knTpz4Li4ubqiFhUX6ypUrfXr06PE7fOcGV+agklW/jHsfx1TRp5XAOIdGznRIk1RD/1cKaVEwzKzq+UAaSToIzaAddBd+gHuX2KtXr4Nc2YxhHNdQ8NNevnz5FrjHaCRRE+mbHUDOm4DCnkoZ4vsxFJmaml77/vvvV2loaOQy4bORvb19IAjxy0DWwv0OOFwpypWFcJKVg1D1/PnzdiUlJcbjx4/34ljIlQ4dOoRER0d/JEzk7++PcuN5TkFWR+BqQTc3N8FKQnyPoKMQnYRy3ItQ4WQQOZVD2csnFdlECZ6HVB2z1Ywz8g6nSPBXPkSnmierJ8I6gs4EUeegMB3f98KL5GoXtlNeITvF2yXf9yBUlvFcnAYg+w2fMmUKOsIjevbs2R2eRcfyShQZaePu7j4Yzp2qQhc0fP78+S/oHMQPIMPjireAdu3a5dna2g64e/euYIFCYmLiINBZRoI+8xcn2Yln7+u0Savivtdp3z9CeWxx1aDu5OTknZOTMwr0dkO0xY8aNQqdoqj/pZcIQ00xdHR0DJjux0tAz2u/fv16DxMTk6aLFi3qhucKCgr0Hj16NAv6gfVcxQlKqO6WKloZ2Mq7txxOEREROOEXF1kVDho06AJX5khUhGeBUZn+5+np2cDb29seruPkY8Fq7xs3bnyvr6//DMr8gJPNdnHaqqqq5asnrl27Nkb0IowrqxcsWNBVZGKIjqitpBbpJY0+5FcwTsFrFI5TNjY20cKLwcHBhjBeNMf3mpqa6BjHFX+RkKYUrqmy7/TA31BTUxOu0sY2kQZp4iBNjra2NkbLcoFXjLZYPnnhu+++m4OvTZs2xQiR/3I1LKyqjYPQwMzMrHdISIjAOYgxZqdNmxbft29f7JDQW4nOQfyzGFa5C0WELY1Dhw65CFcPOjg44OyNpyKKEb7iSrVwqFDX4DfbwdExISGhw5kzZ2yg8gkqXUZGBhrQ8IYFSbGSYUWOatiwofvOnTvVLly4MAoqiinkQUeZRs8XL140g4b71kDWrVu3fOgAQuEZnWCCSxTHv5n7RtCh2oieaNOmjS8n25UPlRoZ6nhe2v+raP8l1d8WMwApUjneCk8pZlQyVtB6pQ99/ILU1NQ21SXC65gO3j7gQRuXtBEolS9Gwi1btuhNnDhxfXh4+Ep1dXXOxcUlaOHChWfg0pXHjx9HfQ3AWDgLxuiCOXPm+Ds7O+Mkn2tbt27VBWHwx+Tk5K6ghCeuWLHidvv27fF7GGc/ediwYXMLCwuNr1+/voOTzx53ikCDrKwsI+GHli1b4iQrwao6XDmLIUjh6Av3f/K7/HhsbOxYNze3E/BML6JhBX4L5bR8c3Pz3vAqCOkJiiaumjQFYTRURmXWu3v37nSoM7hKEkPNoxCsNXLkSNycu9xBGBMT4wDKh7W9vb0vV3GVJ+9AJ+CrV68EKwVfvnxZ7iBE8L0cHYTKIoMYK+n9U9TnpCzPw0JO5cD/laZBsUbHp4mJSYWVgbi9BhyvqvsOOTYli+jKYdFJYyJOwkiWNFIR9q+uRM5Nq66eswmpfAHvNd/3IFQmm4KwDqidOXOmP+geGt27d8eVEm8GDhx4XtRBiAQFBU3kyiaMVaYLNo2Pjy937Hp4ePSaMGEChuyMUlNTc+FE9vbKzMzE1Ru4KkOSE/2UymmjwNQHW1yOmZmZ79q1a3+G9x2ZDuXt6uq6JiIi4gvQ47REEzNniApfHxjofS/btGmDNueG0G66QvsUOHu0tLRwywx0gPA+gsE7lkE/MDBQsDhn3rx5Nxs0aICTZZMVpBz4Gt6vX7/f4Yi+fPny8OPHjwtW8aFDEfpq7HtncrLZN1a1pgRiE0PUcDZ1HdJL2g+iDrK3wE8G7RXvqXiYT40mTZoI7B1RUVHoA8tD5yC7lp+cnCwoL9SXYlVV1crGkLzXr1+XMhkfV3SX+/l8fHyuFhcXR8J30YFYo2+rNg5CXUNDw/LBNSMjQ3X//v1Nr1+/Ht+sWbP7c+fOxYE2pYpZPSbBwcFT8E3z5s0LoCKh8fAVi8nLCVcRMgNRxJUrV/KgYnWC4wO4CXrl1iQ9vUJONpt34gpFNEZljR49GlfQtZs/f/5HkM/eyjJ6Dhs2LHHmzJl/lj3KDEsvL69e7u7uTR8+fKgFR3t4thuhMmZ/9dVXL3iWddx/0EF8/0FbW9t7nJI5D+SozOELrl6ZzU6tgWM7z5Q4iRpJFOz5pCqBgUb9p59+GhkXFze4NokxHaZnoUaLmEKpsn37dgsYXBc6OzsLZv/o6+ufs7S0/HH16tWotJfy/SZAGTZx8tlTogJ79uzR/eWXX5aGhoauNTY2zlu0aFHAuHHjcHzwgPteeP78+cOgeA8FgSV75cqVjwcMGIACk+eyZcusQRHenp6e/gGM6zHw2aNly5boOPQ5cOCA6sWLFw/A96bp6upiiMtjXNleRoqCLOuPFih0xfn5+QJZ7M2bN+hIjRcJq6vWu3dvbRj78rOzs7Xq+uM6OjqF8MzUmKxXzJyOCbGxseVhWtTV1UsgD7KKmKBy//59GxBgR0P71fX09JxaVUJQNLDc8+zt7XG/lhw+VxiQQ7gHDx4I3qOjEPcdhDYj+IyveMh5L0KCICofi2u7akhS8GJFqpqamsY7/u4TBXm0JSDToG2hhKf5q6CfiEeWqMm5xmd9iu97bVejY/F9D0JlxODx48fTPvroI1xAgFEzIk1MTLwHDx4c4+Hh0VyYKDAwcLC/v7813PdHwlB3ImgvWLDAa//+/X3wQ9++fdF+hTJtZlFRUQUDLOgkOCEPjaOSNF4rldMGVWoLC4urIMv2EJ5o1qxZ4NSpU5137NjxlMd9an0AnTO4MAfHtma7d++eATrVH7jv5bZt29x37do1MSsrS3EKk5uL+9V5Yln09PQKMjMzBY4LaDP4qq2MZcCQynv37p2XkpJi7OTkFGxjY3OaPdNcRSgH9L85UAbsY1GpDcSIU/Hx8fNBX28gMGpoabXkyuxbsnAQFkNflZKQkKBXXSLIH9oK/3mH9JLevqwQozj9/PPPg2A8a1dJ/Sh0dHR8eOjQoRwfHx8LSNMkODg4lDkJte7cudMVE8FvvCgpKaksQpfWhQsX+uObzp0744S/AhGbijeMU7fZc6tRlquNg7Bg5syZf/Tp08fo3r17H92+fVs3PT1d5eXLl7Z4eHl5rYLB/LKVldXvW7duvSBixFU/ceLExKioKMEqkSFDhuAySX/RTKGh9+jRo03hBiyE3xwrjAErpF27dkX9+/dPtrW1xaW3sgh3iQ8AnU0oJEawhtIPDqVxEObl5WGDxXCwb2BAMRk1alRwy5YtR2/ZssWWVSC958+f74eBRn3NmjUo7PBl/y99qCefiJ7o0KEDdmYxnPxDoVa2z4Iwbry0DBDlvy9BsOPBWXrYyX/AlTnLD7E2m6ZA5ahJmZVGWaRVDnEFVtRJqIjl0EtOTh6Rn59fK8EP02F6riyOtnAigF5sbOw3IFyVOxfg/Zfa2tqN4e1cjn97p4oLh+6yqi81oJKdnW0RGhq6CsaC/PXr1/sOGjToNzh/a/ny5S38/Px2pKamdoR+NnnFihX3QYFH5+D9WbNm9QZlfVtOTk7DsWPHhi9evPi8sbExhiJ9BulaPH369IekpKSeIISlzp07F8uqq2DDpCwV9xJQvNMiIiJM8cPjx497BAUFGUMdecOMICVNmzZNgvH59LNnzwaAQFhrR56qqmoBPDuvFi1axAoVepS5Xrx4YQyCZz8RxR/blayiBWAIEqe2bduGbdiwAWexJXD/7ZFo9vDhw/7ff/99uRwYFxc3hCubHMZbByGGFAWFSOAYFALPsNxBiOAqQjk5CNOk6ACRZR+WJidHTho9J6V+HpFc7VcNSezecTJYfVTD89GF8aWb6ImJEyemwIH7kuRVc/8ViUIWjkyeOmyFFYIi9bdS/YTPe1RzdVtta6GA9cXiHdLLuozKMp4L+ygVf39/q/j4eLutW7ditJg4pr+FdurUydvDw2OcMC2Gr/Py8prWsWNHjFwmbkhP6Nu3769woIMRnW93du7cOR30lBm6urr6ognV1NTQ7qku4aIoldMGaGxlZWXq6OgYuGfPnisglzf57LPPRoSFheEeiximrjaGf2M5TGpWFltcdeCYlr1jx47mAQEBbhhWF505X331lbu5uXm8+GpVvlNQUJDNbDtGonlnq7xUlK0MGBXI3d29u6+v79yRI0e+gDaG8qcg6hIn58ntdSmHcLIxS583aNCglleuXJmO1zQ0NHBChKycu7nNmzfHCegtqkvUqFEjDWaLqmt6STsIM3v06HFn2rRpn5w8efKDUaNGudvZ2Z1WVVVNhrbcunfv3h1v3769Z/r06U+hTTt8+eWXJ5o2bXqkT58+KePHj3eC8bI17k3o4OBw9/Xr18J7rIJ77Xbr1q0LXOvt7e09BX4zfd68ebi6p1zOPHPmjCH05a1zcnJaFRcXfwCfL3Nl+8ZWSm0GSXz4d2GwyIXDbty4cZ2hYre5ceOGqXCvwMTExEl4wKA4DSrMaeYkNH727BkO+ILVg8OHD0cPebjIzHjEADLrnpKS8nH5CQODYrhBmTDQR1taWuJMFTx8uLKQlzJrJ8xwhUdjTonIz89HKQUNcxgWFmcFPAdBLP1DICgoqHzJaWhoqCv2ZZwcNxsWo0FsbGxX0RPQaKJYpyrvUKiVGRlEjQDSMEBIw8iAM/gasPfhMjKkSMtYYiFjo5AsQ84IFVNFLIdhRkZGnQR0lt4QxyIUrv766y876AumiKeDc07ffffd/bVr1x7ia//LnIP4zDxZGCl5ZkcTFO5JIJQYgmARAwLe/+Dc9Tlz5nR78eLF9szMzOZDhw6NXrRo0Q0YwzG0z2NnZ+fJISEhG3AiyaxZs17OnDnzjLa2NgoZQbNnz+4F3/sBFOFWILzELVmy5DYMK/9ytZip9L6AsuRsZmbWHeTYQjiKmdCDskbJhg0btECu0ARhaxyMGajYlmCa0tJSTFeqpqaGdkSBMPz1119r6+vra8LrYCiz0AihwoRkVRCqVNzc3DpKMOsZ3bt3fxoRETFQIGylp5tCWc5BWVZ8/vnnV5gsEg55QUUw8ubNm30wJCkK7JjpBg0aJIHifg8ETfukpKRGmEc8r6urm9m/f390Dnqxsb4Ifk9r/fr1Q+Pi4nbAsy2Xa0CQDOBkM9NPxdPT0yo4ONh51apVR9l4I7rngjbUw1jI89ro6GiBLAKyYfNdu3bNWL58+TaOP5OVKlBZCFH8DDJs+WcMQXrr1i1BCFIeyCaKOOZJsxzKXj5plENZngffVmnJ6vngGFbBQfjnn382mDhx4gF4+4oH7eF9Ub1//35zkE1y5KwfWlQit9e0Es+Cr3VSzMCO5ahKljdWxEajAHsQKst4LkTn4sWLs0Duw62G0GiL0chK4TnE29vbX2rWrNnIN2/elK++CwoKQochblkgvt842upQD3nu7u4+8N9//10M8rDlsmXL/nz+/HlPDw8PfSmXQ6mcNoC+jo6OFtOlXqB+2K5du36gR7Xiar8ySND3ydhJWFn7UERbXLVj2+nTp7s9e/bsHOrheOKTTz4Jb9mypSc+F9BRiznFpJRTfGpTBqN//vnnaJcuXUJBdz/F8XNLr7o8C4x6FAx6O9p6BA5CMzOzNBk+z7ShQ4defvjwoV1MTEyVUTHs7OwCubKJ0nVNL2nQCfvc1dX1qKGh4bTLly9/4Ovr+x1esLKyih4xYgSOY+mTJ08+aWJignJ5Ky8vr28FQnvHjgmrV6/2d3FxQcNhADT1tnjez8/PBA5XQeUyMspzdHSMWbNmDdrs7nMijt3du3cvFb5n+xDi9cSqMqpey4cfzn7kib6+vmW/fv06wPFRREQEriBsefv2bX0MPWoJ4IAPg0Hu8ePHP42OjhZkfsiQIbhy0LeSjDSCG9AwJSUF95IrGDhwYHLXrl0D4T9wBR9aXIKZIICzcvI4QtIdACpPYXB4Q2WJxdCuwovwPE3v3LnTvVevXuc5+YcTUAkNDbWExtxU9CTUK2xIvAghWVloEmEIkrqELamjMiPNECcYZnS76P1VtHLA7x6HPM+o7fPi+fMoL5OClwMdhM3r8oXXr1+3mTNnzt8wvOzduHFjTlZW1qLS0tK34o7DORW4hquMT/PU+FDBOciDLJk8ffrUGUN4w3j+gAkL6YmJibPQOfj555+/BEHkAlz/Jz8/P9jZ2XkJjPlLQGlUW7Vq1ZNJkyb9oaqqik6syKlASEjI9sLCQj0QTiIXL158GcZ2XPX5iI3fUgXy48tkjBJ2lIq81wHBaAgIVjeZcFZaySEcE7X37dvXa8WKFQ/FZA4VkVfdixcvSirriXC//n78+HE3GH8F+zzDvW8Nx9/h4eHcsWPHqh4UVVQ4+O4ueHsNZCYNyNM6bAPC69evX+9b059Dm8oZN27cX9UJiRJCbdOmTf2joqIOgFBrCO0UjdDXxIwGKI+mdevWbSTIjvbCk3Bv1m7ZsiVyw4YNuLq1iE9tWltbW+AgxFdQOmpM5+3tzQvZ5F3GhMr6LBlOcKjKkSORMOLyDt1dVThB0T3K+DamS0selLeMpSTU5PgswT0IU1NTxfcheYn6IB/1VV1d3QqryJOSknDSWFX7z2iAnNkQypgk5zHDWOx9te1ZXL7nGZHcfwZ2LMffStZmRMtXm/YVyRdbw7uO5zzYPqQh6HdD/fz8WoG86ihSxkoTx8XFmZ87d24g5Pt/Ytsa4eSxtPnz5x+FfgGjTnBz5871cHBwCILf7iqDciid0wadmlllyx4fgT70+dmzZ5uDPuLJ1X71pbHI85SZk1AJbXHiGDx69GinsJ4xopiuTfIRj4F6ordkyZK/mjZtmrNs2TI3rixKYRDKKKAf94W+cNzhw4dxayc+7ruoBv3p4Pv37/+rp6cX+PHHHztzZX4atLFkQ97L89yjR4/7MixDaoMGDe7Nmzfvxs6dO4dghEvxBE5OTiHW1taPhPafOqaXNDgWoP3jCtSFHDis0tLS9EtLS/NBXn3N5HZcmHVj6NChuXC0g+u4v2MpC5mP/ji8vxGtWrXS8fb2PqyqqtoSvo/XCnCrIPZ9DCWKTs7Gv//++x4oZzdIg88kB7r2vNrsQ6hehwJhx57OOiJ0+HlZWlrawPHR+PHjO9++fdu4RYsWKUxgN4yKipoo6MkMDIrZ6sFQ6Jzf2owRKlnQF198kdC6detQVtlwmT6G98RQAZkcv7zqyggqT8mFhYVvNWZ9ff0GrI4UyDmPmvfu3auwZ5mVlVUWVHAMW8sHB6FFHc9L8n+lMZMRnYMoVH8qo7JIoxyovJ1jBjZHGT0XaT0PoXDhzpTXSAUuhy7oHAZ1Gk2Li9VSU1O7wuFWo9aeltaB4+HsZR46B5FGCQkJFiCsZoMyix6vaFA6GqqoqGD8eK5Pnz634N6fA8Uw8cSJE9/AmP4ZCDD5oCw+GjFiBI7pHrdu3Ures2eP66tXr5ZqaGiUzJkz54WLi8tf8B5jt+PKtAxONhNM0BCI+35U5vgzhHIVsLyIzmwTneEmfK+fn5+PxoYs7u1QtUJBUpKr7VLhfnsvWrTo9127dk2LiIio1T6DIBCWjh071mfSpEm4QjAa3uNevPegnvXAVY61+Q0QLguWL1/+JzwrdA5L04mrCf+zMjo6eovwBJQVw5f/LGI0UF+7du24sLCw38W/DLKJzrNnz9zmzp37yYEDBz7jeBRuFFcGYjjRq1evVnZ/OXg+FdLKwUFoIcHf4eOqFiqffMpnIcf7oYwr/mRNodj4x40cOTKAx/nN79y589MzZ86Uy/I5OTkYbruqGeA6/v7+9iDbhHP8MbbV5BwUl+/5htDprFR7u4uiAHsQKtN4h9sQfWJkZFSyf//+I0yGzxe5jhPJuixbtqyPqBH36dOnM8aMGXOeq+hs0sOtDpKSkgYI7UMDBgxAoSwQ5EdHGZRF6Zw2oGOoHjly5GM4BG0CXj1nzJhxuRL9p1b9gYychBZykldk2Z4aZWZmthc9AWNdc9ABi3/88cdJ4nurgU6JCz/USOSRuw1Ia9OmTdtiY2P7w4Ht4XvxNB9//DFG1jHi+Okg1M/Ozsbwwhy8tvP09HwcExOz/ttvv9114cKFpjdu3NiM19C59sEHH6BNIV1G+RKEd7axsTmxefNmFXd39943b94UOL7at29fPGzYsDB7e3scXwJZ2lKR9JyHh0fPixcv6leTXhqgDQPlbZyY3djY2NiQ5Qv70Tg2Fgo/+8H1hsz+hH1nPPse2rTCTExMfhEZY9Bfls2uC8N1o/3tbxhn74nIy4Xsd6rtt+sah7uU3bAY9ue4ws8HVxUOHz4cOyVBKKtr1645PH/+vB9TOtA7/pirfIZ66rhx4/bi4M6VhRcQXS1YSl2K7GSBoKCgCvF4QbHKs7W15Ut4UYPk5OQuoiegcUexOsOHjtS4juel/b/vgwdXNkPhUxmWRRq/jR2pJxuYOTEnobEClUPUeHCClSlNUcvBlW0cLzUyMjLMuLJwpLwxqsCzW8aMPp4821vGQFNTE0NtloIuiJNyMp88edIelFyBAxcEv96goH+Ql5fXPC0trV2rVq0yVq1a5dOjRw904nju27dP5fLly4fj4uJGN2rUKBsU9EAY7/9kfUiwiDAmC5Lg3r6pou2U5OTkoECUDmmSa2hnuNeJwEFY1bOCNBJzEOKkKfi9YLh/f4KwWnru3Lkx169fN0tNTa3UyYerBjt06FDg6Oj4rGPHjuikfclkqyBQEH9v27at+pkzZ2xB/tKqKqqRoaFh6cCBA5PgNy7o6Oj8yX4jX4rPRmvXrl3oyNyEMjgTdHFfRD/W1+B91vjuu+9QfsQQGBj+rhlXNrutlBkkgljfp8PxxEGIqwJBkahyFR3uSYj7Dgr3IsRXoUORB7IJn8YEKp/ilc9Ywe9HfaeE7c/3n5UlNzeF40lElkrItra29hs8ePAbDw+PZsxIpXn8+PFPZsyY4cdVDD+t5ubm1j88PLzfV199hWNOBh8KUN2KO55OIKu0/Smrc5BTjD0IlWm8M378+PHsIUOGoOHyBpMJRVHV19cP69atmw20+fLoUWFhYQ7+/v7W0GZ8mXyodvr06ZEgaw0QpjE3N8eQo7g1UYqMwnsqndNGTU1Ndd26ddGzZ88O6NWr18D4+Hi8j2jUTn+PdiPtNqNMtriq0AMdMMHLy6v8P0Hfaw/9cjC0pUu2trbpoMcbCa+BPjk2ODhYBXSwqTzQnVQfPXpUwdYM4zju86YKbcIYx3SR8zqcSHhE3F7m5s2b1iEhIeX1LSoqyvTChQudR48ejQuLivlaBsi7xo4dO+YFBAQsrO6HbWxs8EWDp+XQt7Ky4p49e1aeHp7Ft1DvvhV+HjNmTISjoyM6OZ/LsK7hGIB2nVu4MnPevHnP4WjDlfm30EeAs3Jvs/fCsUCYPgv3+oOjHVdmm6wqvTRA+xiuJERfhjASRomYzSyB2Xequp7MZHYVkXshniaT9dsvakj3Fu+zUa/4qkItJqRrQMe1HBPg6sH+/fuj4BtWyepBJIU9jGJWmWi1oOzR2r59+1IWrqWccePG+bCKKe+QXriJtSUMeH1ET0LDDmINgxzJkgNX/Q5i72ez19bc2/sRKgrVOQkVhiqcgwqLoaFhXnJysp60+guuhmXzMiYSDnx+aTw0/Kjo6uoWYvSb9PT0ApzJq6Ojo9akSZPM3Nxco9jY2NalpaUfqKurl3bp0iVp5cqVt9q0aXMWvndvzZo1zR48eHAAvtcRzqWsWrXKu3PnzmgAu8WEnnw+lVNVVbW2G56rMGFMlpujowD3UEtLC52SYRMnTrQLCwuzTkhIMCooKFAT7jeor6+fb2FhEWdqaooS+l0mO0UzJ2M0vL8IzyJhw4YNvdLS0jrBbzTNzMzUFn4fncHw3QwQ8kPhfvgyIRgFeWkbUPNZO7gs7I9F+mdhmyhkBiIs19MqfiOB48nMSnT2gTIucBJWB+5FKHQQIhiGFPchROchQRAEX4CxnOPZuC1uTHk5a9asYykpKcsePXqEhizu8uXL64ODg3W2bt26juVdC+SUzfn5+UMXL158EPreFxx/nZ5vyfeK7ByEckTCdQtFbgMKsAehsqDx448/fpGammo9cuTIrfD5JtSdBLFngTL4a5CzOnl4eMwu7whyc7Xh2paOHTuO58pWSOiCnDtA9Ls+Pj7md+7caZiUlNQKZLAPRa8xI7ik5XtFdtpUCuiFJXCvc1u1auUP+l1j6E8HWFpaNp4yZYp/LdtNhT1KeR4+WZHImDp16llQ6xbcunVLMJl32LBhifb29h7t27f3h3qlATpGv5cvXwocPJMnTw4cN27cKU7+kyvVt2/fPhHG7gqRoK5evToiPDz8cEhIyDDR81C23qAn/QD1ZtqWLVuGQV16K7oMOrFOnjx5DI9OnTpNAt0X7RNFfCpDVFTUj61btz7v6+u7u6Yf79Gjh7+MnlGdyxEXF/f1N998c87U1LTj77//bi26qvuTTz4Jg7oX07lzZ4wchYe0nWtvdVdc2aI1tC/ghGdccafGbBt4PoWrOIlMmP4WS2/KlfnDqkovTUq56n1f1V2v6bt1TVexkkiocLkihhuzzZs3H2M3GW827jOTWMUs6wJO/uErlRl1GCysRU/g7AuchdG/f//wnTt3tgUB6suIiIgZwutGRkalLi4uL7t37/4rfIzm5Lv/oMqFCxdaXbt27QgKhaIXXr9+jQ5pvuxLmVaJgIQKRFodlY66UP77ElSO/qxGcE5TlHKI55v7z0l4S4rPRBrlqLD6rJLfT1OQcoiS+vPPP2Oeu3HvOVMKJ8DjiiqxQR9Xq2cyAUFy2qyGRrmwAMqo7u3bt5v17t37aU39IzP4vMv9VMX/YDO33sqDhCjS1NQsysnJ0bhy5YoFKBKPQOmOA2Xw9Js3b3rh+FFSUlKE/wuC3zM9Pb3rWD9mzZrVKzAwcC98rxHcg1gQyv9t1KgRhijFsBLxMhSs6lJXVOty72WZN6gjpawtY919DXX6tpWVVVM40NigyfrkEqY4JHL/RVtIF+7DwpyEUayuBRgbGzfv2rUrxq3XY+UpZbIWWoFj2W8kcLKJ1lDAZIno6uoikxnjOJ6DewmK7jc4e3aZ7WrHjh3l58TDiwpBhyKeR8dhZWFJZSSbvNOYwIP9iqRaPnlkvhb3lK/lk5Y8yMvnpGx64S+//NI7LS2twiStqKgom7/++uvD8ePHy1vvq4wSNn5cXr16tc7Dhw8dfX19G3t6euqFhoZ+CePfl5jI1NT0kY2NzYulS5di+C4cD8M4fobrErZ/ZXEOujM9ZakCt4tIjv97ECrDeK65cePG1S9evBCEpHN3d7fGaBaVycWQx3gdHZ3HuNgA9K7yFXdBQUFD4De2btq0aSWqRn369Hnl4eFR/l10HPzwww9ncR+pgQMHRl24cKHcDoZGcNBffpSwc+59nTaVti84d1Okjcl0n2RceQn3ER2wNxYtWhR39uxZ861bt/48ZcoUO67ipIuq2o2tsJ7KMHyyUtjiaiDBxMTk8oIFC0rh+IiNjbhgAhd1RML4F7Z582bcssuKKws36M2TcVADxm6MLOQKx8dcWaQn1D9DWP4wHC+u5DJmOiOWARu14YYNGzDNAjhwZVhzlgb14gymCwey39HgpOsgfJcy4ETcDNATcYsNjISnW8Vvo6MKoyFk8fRZoP00btCgQT/C0RPemzHbAtoUglk78GNtXB4TzUpYXtLrkD6DHSGkFryNiliUEUmAlb8pqzy5TEhP4xR3pVc/sUF6DTR0V6FyBZ/7cxVnxfMBw2nTpgXk5+eb1/YLo0aNygLlKmfEiBF3WKd8nTX0Qj6XwcLCYs2OHTt2c/J1NGMnasFVDDMgqkCIX5OIIMR+P02OZVSkchhz/4Wzk8YzkUY5RPOcJqNnIslyiPed2FeiEwTDGuD+ppIOsSKM2Y3LczpX8t/v2k/rpaamOi5duvR4bm6uujw6GFCSi/bs2TMDFAN3TnIbJ+P+Hr96enq2bd68+bO2bdvO27lzJwqpreBoyf23EjObGediJ02aNDs8PHxdUVGRNrwPX7ly5d9qampXRJQkWUUBqFC35Gzkk7QMgO0CJ8Boi7SRUjYW57Gxrjp5SoUpSjrsVehFL2aCe54Mn5PEQ5LJ0lACsoVM5dZVq1ZJema7JMYIWcsaVD7+l09a8qCiPidFQGvBggWbEhMTV9eU0MHBwQ5kAz+Of45C3CsG43ChkRqNo42ZgSee1Quc+Z3I6kkkJ7s9kOssp0jCOSgjJ09tnINYjvIwqigTwXtPnuS/Wp2kNvmsRf77SVDfUObxTn/OnDnXQZ/qVpUtRxhtDO5hjbIj6EVvTpw40RV1mXv37m0BHakznrezs8u1t7f36du37z/p6elWBw4cmCxcdcycc19zZWFNkyXYL+F/D2f9UgWnDdOn+nEVnTZoZ0N9K4c9U0co7+4q6hlOFHbnZOeU/mjkyJF/N2vWLOnw4cNfwGdDb2/vOd27d3d2cnL6+X//+98yrmYngKBNyDgCUn2wxamw+oZ2dlPuvxCLCawuoYO6Gfefc0c48VLe0QHUWX7NWf6F5LN8ajK9V/S8MMSibiXfEwWdajjpFfduK+JZGYSr0RpUk38kndmuZBEZ712fRTJLj2Fx9FhdzGPn8d5ncvKPOkhIsJJIGuygwthByAfDkydPruDKZspYcP8tny1hg1gMU5y0mYKlzRo/etGfcf/ta1Qo5zKsZEIXGqwbitRX7JBwFQTOGrnLOjJ5OgiFm7dXhTKEI0lT8HKIO9meKGCeFfqZ8MWh8w4UmJiYRE6bNu3BoUOHeskjA1OnTn0IeXgl4X4udd68eRcKCwsb3L17t1NmZuavc+fOXQbKNCquOGNMuJKu2MPDQ2fv3r07Y2JiPtPT0ytcvHixP9yPM1xZOIkXTECncM+SQRhy/V1nNwtXC/IhOoOFlH6TQnzVj3GbysfP8qVRG1Q4tPfv33+Z6Xa4ogaNQ3oiYw4apnAfX9yvJJuN/3xzEKKcgWG4opnuh2H7hHvloGEKDVRJ7Mjn88NgWx6Ub3uAE194uoqwyjFczPhvq2gN4n11Evg+9bt1Q+/gwYO4urcvHB+w/gUN++hMwwgkWlCnhHKrMbyfyeoVTioVrhpC8kT6AGz/AT169DgIx0CuzEGCCxNwMqq/kZHR49WrV2N/0IkrW7QgjRVV2ey54ESFypw2qE+95Kp22gicTNiexLdCEVmdK8u+IevSpUvfsvzhuBBjb2/vXlpaKlzlpF2L/rWmCEjyaB/KILMI92XHI7iS68mc5BzfkuR9osRkcPyILvM+ZQhXkmeRxvpsQslRp1tQc2MQWZaOg0vUoUOHcJYPzoAK5Pg5mzWDKXmxXO3CpeWz7wg3vMznSRmeM4W1qjLksDLmUzUlCEKKwlTEoEGD3IyNjXXPnTvX8dWrVxgyRqp/iuEIW7VqVThmzBh/Ozu7E0zAlOTsrEQbG5tLmzZt0t63b98nUC7LZ8+e/eLk5PTVN998c2TChAkFfn5+qq6urlb3798/lJyc3Nfc3DxrxYoVT/r27fsXVxY+PJSTT6jn3FGjRj2/ePFiB3lWDHw2HI9DmPEAYwX5TYIgCGUGx2nh/sCPatC90KBewtNy4MTVRHYoExYcTw3YuH/Yp59+OkPsXIUVkPBZaCtBaJUvURnoSMNJ6Gi3EbU/VmbLwTqEzqiIKn4L+6cUlg5lcNzmAJ2COGEcV+MIVxVrs37PlPUd0lhR9b5OG9GtUISTBzgZr74TBe/dDXaPk9m9wlCJ6CDMqqXOF8mVrXpMo/6AIAhCsZBGiFFlQ3TJujCECcbrbcAUqUga/AiCIN7C3s3N7QgfnDhTp06dxZXNHH1XMFQjzmLtwQ4MGSONze5FFU5UmnEm7H2ubKZsNCfZVd048QJn23bIy8sbcezYsbFHjhxpo6amVqCurh4PskGRqqoq5kM/Jyensa2tbdK6deu8rK2tzzNlEWeRyWuVGq4q/wQODOVkIqc8pDIl+jx7TsTb4MSqzzjJrS5AA+oJTkaGVCUIMUoQBKHQsH1635s//vhD1v1rbcc/mY5rdQRtH/2wHJU5LoSrHjEkJPffasPI2qyGlEOI0R47d+78zcfHp6XUlB57+8jly5c7MbmdIN6lrY1hn3HfPk+ObIwEQRCEDCEHIUEQBCENlM2Jo84UOAzLjKGtRPd3kzTCPedEZ8JKI7Y75h8dnTYlJSVDL168OO7YsWNtEhIStIuLi7nCwkI1FRUVbtiwYTErVqy4bGxsfAnS+sKR2Llz5yI/Pz951S2cJdyEHTpyygPOWo5lz4dWsVeOpPcqo33ICIIg6hEK7CCs7fjH93FNWRwXreEYD0dvrvr9oN4VXEGGk+fOcrTNDvF+fQZHsi5BEAQhD8hBSBAEQUgDcuIoDhiGBx26PeGw4/7bt1aN3UMMp+3Jle3/g07LErplBEEQBEEQSo8yOC5wMlxTrmySn6YUfh91DNx37g1HoecJgiAIglBAyEFIEARBEASuiMSVnmg8wdCj6BzEGfcYRhSNHuhkxbCnJDQQBEEQBEEQBEEQBEEQhBJADkKCIAiCIAiCIAiCIAiCIAiCIAiCqEeQg1BG/Pnnn5Xe6IkTJ6rQ3SEIgiAIGs+pHARBEARBEATJiQTVKyoHlYMgCFlBDkI5dr7U6RIEQRAEjedUDoIgCIIgCILkRILqFZWDykEQhKwhB6GcOl/qdAmCIAiCxnMqB0EQBEEQBEFyIkH1ispB5SAIQh6Qg5AgCIIgCIIgCIIgCIIgCIIgCIIg6hHkICQIgiAIgiAIgiAIgiAIgiAIgiCIegQ5CAmCIAiCIAiCIAiCIAiCIAiCIAiiHkEOQoIgCIIgCIIgCIIgCIIgCIIgCIKoR/y/AAMAojs1gntCkMwAAAAASUVORK5CYII=);
    background-size: auto 25px;
  }
}

/* line 401, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_toolbar li a:hover {
  outline: none;
  border-color: #98a6ba;
  border-color: rgba(162, 185, 208, 0.8);
  background-color: #d4dce9;
  background-color: rgba(176, 199, 223, 0.5);
}

/* line 408, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
  outline: none;
  border-color: #b5b5b5;
  background-color: #ddd;
}

/* line 414, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_button_disabled {
  opacity: .3;
}

/* line 417, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_button_disabled:hover {
  outline: none;
  border-color: transparent !important;
  background-color: transparent !important;
  cursor: default;
}

/*
  BUTTONS
  step 25px
*/
/* line 428, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_html {
  background-position: 0px;
}

/* line 429, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_formatting {
  background-position: -25px;
}

/* line 430, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_bold {
  background-position: -50px;
}

/* line 431, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_italic {
  background-position: -75px;
}

/* line 432, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_deleted {
  background-position: -500px;
}

/* line 433, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_unorderedlist {
  background-position: -100px;
}

/* line 434, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_orderedlist {
  background-position: -125px;
}

/* line 435, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_outdent {
  background-position: -150px;
}

/* line 436, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_indent {
  background-position: -175px;
}

/* line 437, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_image {
  background-position: -200px;
}

/* line 438, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_video {
  background-position: -225px;
}

/* line 439, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_file {
  background-position: -250px;
}

/* line 440, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_table {
  background-position: -275px;
}

/* line 441, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_link {
  background-position: -300px;
}

/* line 442, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_fontcolor {
  background-position: -325px;
}

/* line 443, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_backcolor {
  background-position: -350px;
}

/* line 444, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_alignleft {
  background-position: -375px;
}

/* line 445, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_aligncenter {
  background-position: -400px;
}

/* line 446, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_alignright {
  background-position: -425px;
}

/* line 447, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_justify {
  background-position: -450px;
}

/* line 448, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_horizontalrule {
  background-position: -475px;
}

/* line 449, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_underline {
  background-position: -525px;
}

/* line 451, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_fullscreen {
  background-position: -550px;
}

/* line 452, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_normalscreen {
  background-position: -575px;
}

/* line 453, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_clips {
  background-position: -600px;
}

/* line 455, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_alignment {
  background-position: -625px;
}

/* line 457, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_fontfamily {
  background-position: -650px;
}

/* line 458, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_fontsize {
  background-position: -675px;
}

/* line 460, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_direction {
  background-position: -700px;
}

/* line 461, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_lists {
  background-position: -725px;
}

/* line 462, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_font {
  background-position: -750px;
}

/* line 464, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_h1 {
  background-position: -775px;
}

/* line 465, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_h2 {
  background-position: -800px;
}

/* line 466, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_h3 {
  background-position: -825px;
}

/* line 467, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_quote {
  background-position: -850px;
}

/* line 468, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
body .redactor_toolbar li a.redactor_btn_pre {
  background-position: -875px;
}

/*
  Toolbar classes
*/
/* line 473, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_format_blockquote {
  padding-left: 10px;
  color: #666 !important;
  font-style: italic;
}

/* line 478, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_format_pre {
  font-family: monospace, sans-serif;
}

/* line 481, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_format_h1,
.redactor_format_h2,
.redactor_format_h3,
.redactor_format_h4,
.redactor_format_h5 {
  font-weight: bold;
}

/* line 488, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_format_h1 {
  font-size: 30px;
  line-height: 36px;
}

/* line 492, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_format_h2 {
  font-size: 24px;
  line-height: 36px;
}

/* line 496, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_format_h3 {
  font-size: 20px;
  line-height: 30px;
}

/* line 500, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_format_h4 {
  font-size: 16px;
  line-height: 26px;
}

/* line 504, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_format_h5 {
  font-size: 14px;
  line-height: 23px;
}

/*
  DROPDOWN
*/
/* line 513, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2004;
  padding: 10px;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 1px 5px #bbb;
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 21px;
}

/* line 526, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_separator_drop {
  padding: 0 !important;
  border-top: 1px solid #ddd;
  font-size: 0;
  line-height: 0;
}

/* line 532, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_dropdown a {
  display: block;
  padding: 3px 5px;
  color: #000;
  text-decoration: none;
}

/* line 538, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_dropdown a:hover {
  background-color: #dde4ef;
  color: #444 !important;
  text-decoration: none;
}

/* MODAL */
/* line 545, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #333 !important;
  opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

/* line 560, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50001;
  padding: 0;
  border-radius: 3px;
  background: #f5f5f5;
  box-shadow: 0px 5px 60px #000;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px !important;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

/* line 575, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal header {
  padding: 11px 30px 0 15px;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-size: 12px;
}

/* line 581, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal section {
  padding: 20px 30px;
}

/* line 585, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  color: #777;
  font-size: 20px;
  cursor: pointer;
}

/* line 595, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal_close:hover {
  color: #000;
}

/* line 598, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal label {
  display: block !important;
  float: none !important;
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}

/* line 605, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal textarea {
  display: block;
  margin-top: 4px;
}

/* line 609, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_input {
  width: 99%;
  font-size: 14px;
}

/* line 613, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_modal_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
}

/* line 618, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_image_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 270px;
}

/* line 623, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_image_box_select {
  display: block;
  margin-bottom: 15px !important;
  width: 200px;
}

/* line 628, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  cursor: pointer;
}

/* line 634, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_tabs {
  margin-bottom: 18px;
}

/* line 637, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_tabs a {
  display: inline-block;
  margin-right: 5px;
  padding: 4px 14px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}

/* line 649, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_tabs a:hover, #redactor_tabs a.redactor_tabs_act {
  padding: 5px 15px;
  border: none;
  background-color: #ddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  color: #777 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 #eee;
}

/* line 658, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal footer {
  padding: 9px 30px 20px 30px;
  border-radius: 0 0 3px 3px;
  text-align: right;
}

/* line 664, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}

/* line 669, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1px 2px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  font-size: 13px;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  line-height: 1;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}

/* line 692, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal textarea {
  line-height: 1.4em;
}

/* line 695, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor_modal input:focus,
#redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

/* line 701, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_modal_btn {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  padding: 6px 16px 5px 16px;
  outline: none;
  border: none;
  border-radius: 3px;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer;
}

/* line 719, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_modal_btn:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none;
}

/* line 725, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_modal_delete_btn {
  background: none;
  color: #fff;
  background-color: #b52525;
}

/* line 730, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_modal_delete_btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b;
}

/* line 734, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_modal_action_btn {
  background: none;
  color: #fff;
  background-color: #2461b5;
}

/* line 739, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_modal_action_btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580;
}

/* Drag and Drop Area */
/* line 745, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_droparea {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}

/* line 751, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_droparea .redactor_dropareabox {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  width: 99%;
  border: 2px dashed #bbb;
  background-color: #fff;
  text-align: center;
}

/* line 760, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_droparea .redactor_dropareabox, .redactor_dropalternative {
  color: #555;
  font-size: 12px;
}

/* line 764, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_dropalternative {
  margin: 4px 0 2px 0;
}

/* line 767, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_dropareabox.hover {
  border-color: #aaa;
  background: #efe3b8;
}

/* line 771, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_dropareabox.error {
  border-color: #dcc3c3;
  background: #f7e5e5;
}

/* line 775, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor_dropareabox.drop {
  border-color: #e0e5d6;
  background: #f4f4ee;
}

/* line 781, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
#redactor-progress-drag {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -130px;
  margin-top: -35px;
  z-index: 10000;
  padding: 30px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: none;
}

/* line 793, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor-progress {
  height: 12px;
  overflow: hidden;
  background-color: #f4f4f4;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5em;
}

/* line 801, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor-progress .redactor-progress-bar {
  top: 1px;
  left: 1px;
  position: relative;
  background-color: #55aaff;
  width: 0;
  height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 814, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor-progress-striped .redactor-progress-bar {
  background-image: url("data:image/gif;base64,R0lGODlhIAAQAIABAP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODE3QTgyOEM0MzAwRkUyMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NEY2MUMyQTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NEY2MUMyOTlDMzgxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTE4MTdBODI4QzQzMDBGRTIzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQoAAQAsAAAAACAAEAAAAiwMjqkQ7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYwNqctwD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsHsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIx/oMsNCKNxdMk7K8VXbx55DhiKDAmZJ5qoFhu4LysrcFzf9QPvet4D0igFACH5BAkKAAEALAAAAAAgABAAAAIsjI8Hy+2QYnyUyWtqxVdvnngUGIoOiZgnmqkWG7gvKy9wXN81BO963gPSGAUAIfkECQoAAQAsAAAAACAAEAAAAixEjqkB7Q/bmijaR+ndee7bLZ8VKmNUJieUVqvTHi8cz1Jtx0yOz7pt6L10BQAh+QQJCgABACwAAAAAIAAQAAACLYQdqctxD2GbKtpH6d157ts1nxUyY1Qup5QmK9Y6LxLPdGsDsTvv8uuzBXuhAgAh+QQJCgABACwAAAAAIAAQAAACLIR/ocsdCKNxdMk7K8VXbx55DhiKDAmZJ5qoFgu4LysrcFzf9QPvet4D0igFACH5BAUKAAEALAAAAAAgABAAAAIshI8Xy+2RYnyUyWtqxVdvnngUGIoOiZgnmqkWC7gvKy9wXN81BO963gPSGAUAOw==");
}

/* line 817, vendor/assets/stylesheets/redactorjs/redactor-9.1.6.css */
.redactor-progress-striped .redactor-progress-bar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCQTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNkRFQUIzNjlDMkUxMUUwOUFFQ0M4MEYwM0YzNUE2RCI+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z3JhZGllbnQ8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRTE5QjlCODlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRTE5QjlCOTlDMkQxMUUwOUFFQ0M4MEYwM0YzNUE2RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq477Q0AAAD2SURBVHjaxFIxDsIwDLRF/1AmRp7AM9iYWHkD76AP6h9Qi1SGfqAMqGJg6XA4jts0RUwZiKLEsZ3L+Rwmoi0lDC6Ky4rAMuGO5DY5iuWH93oDegMuK8QA7JIYCMDpvwDDMBzNHCGtONYq2enjHKYLMObCp7dtu/+FDppDgyJpTemsrm/9l7L2ku4aUy4BTEmKR1hmVXV9OjfsqlqC7irAhBKxDnmOQdPc+ynKMXdenEELAFmzrnu8RoK6jpRhHkGJmFgdXmsByNf5Wx+fJPbigEI3OKrB77Bfy2VZzppqC0IfAtlIAusC9CNtUn/iIRXgnALwEWAA/+5+ZNOapmcAAAAASUVORK5CYII=");
}

/* line 4, app/assets/stylesheets/pages/forum/boards/_index.scss */
.site-page--forum-boards .forum-boards {
  margin: 20px 0;
}

/* line 8, app/assets/stylesheets/pages/forum/boards/_index.scss */
.site-page--forum-boards .forum-topics {
  margin: 20px 0;
  min-height: 500px;
}

/* line 13, app/assets/stylesheets/pages/forum/boards/_index.scss */
.site-page--forum-boards .forum-board-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 18, app/assets/stylesheets/pages/forum/boards/_index.scss */
.site-page--forum-boards .forum-board-actions * {
  margin-top: 0.15rem;
  align-self: center;
}

/* line 24, app/assets/stylesheets/pages/forum/boards/_index.scss */
.site-page--forum-boards .forum-tabs {
  margin-top: 20px;
}

/* line 28, app/assets/stylesheets/pages/forum/boards/_index.scss */
.site-page--forum-boards .forum-search__action {
  min-width: 100px;
}

/* line 2, app/assets/stylesheets/pages/forum/topics/_form.scss */
.site-page--topic-form .topic-form-container {
  margin-bottom: 40px;
  background: white;
}

@media (max-width: 959.98px) {
  /* line 7, app/assets/stylesheets/pages/forum/topics/_form.scss */
  .site-page--topic-form #forum_topic_board_id_chosen {
    width: 100% !important;
  }
}

/* line 13, app/assets/stylesheets/pages/forum/topics/_form.scss */
.site-page--topic-form .redactor_box {
  border-radius: 3px;
  border: 1px solid #ebeff1;
}

/* line 17, app/assets/stylesheets/pages/forum/topics/_form.scss */
.site-page--topic-form .redactor_box .redactor_toolbar {
  background: white;
  border-bottom: 1px solid #ebeff1;
}

/* line 23, app/assets/stylesheets/pages/forum/topics/_form.scss */
.site-page--topic-form .topic-form__actions {
  text-align: right;
}

/* line 2, app/assets/stylesheets/pages/forum/topics/_index.scss */
.site-page--forum-topics .forum-board-actions__search {
  display: inline-block;
  width: calc(100% - 170px);
  vertical-align: middle;
}

/* line 8, app/assets/stylesheets/pages/forum/topics/_index.scss */
.site-page--forum-topics .forum-board-actions__return {
  vertical-align: middle;
}

/* line 12, app/assets/stylesheets/pages/forum/topics/_index.scss */
.site-page--forum-topics .forum-topics {
  margin: 20px 0 40px;
  border-top: 1px solid #e5eaec;
}

@media (max-width: 639.98px) {
  /* line 18, app/assets/stylesheets/pages/forum/topics/_index.scss */
  .site-page--forum-topics .forum-board-actions__search {
    width: 100%;
  }
  /* line 22, app/assets/stylesheets/pages/forum/topics/_index.scss */
  .site-page--forum-topics .forum-board-actions__return {
    display: block;
    margin-top: 15px;
    text-align: right;
  }
}

/* line 2, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-content {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-content p:last-child {
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .twitter-tweet-button {
  margin-left: 10px;
}

/* line 16, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-content__text {
  font-size: 1.125rem;
  line-height: 28px;
}

/* line 22, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-content__footer {
  margin-top: 20px;
  border-top: 1px solid #f4f6f7;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--forum-topic .forum-topic-content__footer:before, .site-page--forum-topic .forum-topic-content__footer:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--forum-topic .forum-topic-content__footer:after {
  clear: both;
}

/* line 29, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-content__date {
  padding-top: 48px;
  color: #485c66;
  font-style: italic;
}

@media (max-width: 959.98px) {
  /* line 29, app/assets/stylesheets/pages/forum/topics/_show.scss */
  .site-page--forum-topic .forum-topic-content__date {
    text-align: right;
  }
}

/* line 39, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-content__stats {
  padding-top: 35px;
  text-align: right;
}

/* line 43, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-content__stats .forum-metric {
  margin-right: 40px;
}

/* line 48, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-details {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 55, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-details .forum-topic-details__back {
  float: left;
  margin: 0.5rem;
}

/* line 59, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-details .forum-topic-details__back a {
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-details .forum-topic-details__actions {
  float: right;
  margin: 0.5rem;
}

/* line 70, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-content__main {
  margin-bottom: 30px;
}

/* line 74, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-content__sidebar {
  padding-top: 50px;
}

/* line 78, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-metric {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #536975;
}

/* line 84, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-metric b {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  color: black;
}

/* line 92, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-answer {
  margin-bottom: 10px;
}

/* line 95, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-answer .comment-form-container {
  margin-top: 10px;
}

/* line 99, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-answer .comment:last-of-type {
  border-bottom: 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--forum-topic .forum-answer__actions:before, .site-page--forum-topic .forum-answer__actions:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--forum-topic .forum-answer__actions:after {
  clear: both;
}

/* line 108, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-answer__comments {
  padding-left: 5%;
}

/* line 111, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-answer__comments .comments {
  border-left: 1px solid #e5eaec;
}

/* line 116, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-content__action {
  display: inline-block;
}

/* line 120, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-content__answers-sorting {
  float: right;
  display: inline-block;
}

/* line 124, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-content__answers-sorting .button {
  margin: 0 5px;
}

/* line 129, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-content__answer-form {
  padding-top: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #e5eaec;
}

/* line 134, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-content__answer-form h3 {
  margin-top: 0;
}

/* line 138, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-content__answer-form.is-first {
  border-top: 0;
}

/* line 143, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .new_post .button {
  float: right;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--forum-topic .forum-answer__author:before, .site-page--forum-topic .forum-answer__author:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--forum-topic .forum-answer__author:after {
  clear: both;
}

/* line 151, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-answer__author-avatar {
  float: left;
  margin-right: 10px;
}

/* line 156, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-answer__author-name {
  float: left;
  line-height: 30px;
}

/* line 161, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-answer__info {
  font-size: 0.875rem;
  float: right;
  line-height: 30px;
  color: #485c66;
  font-style: italic;
}

/* line 170, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-answer__delete,
.site-page--forum-topic .forum-answer__reply {
  float: right;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

/* line 178, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-answer__vote {
  margin-top: -20px;
}

/* line 182, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-answer__text {
  margin-top: 25px;
}

/* line 186, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-list {
  margin-bottom: 40px;
}

/* line 190, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .forum-topic-list__title {
  margin: 0 0 20px 0;
}

/* line 194, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .compact-topic {
  font-size: 0.875rem;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #dce3e6;
}

/* line 201, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .compact-topic:last-child {
  border-bottom: 0;
}

/* line 206, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .compact-topic__title {
  font-size: 1rem;
  margin: 0 0 5px 0;
  font-weight: normal;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--forum-topic .compact-topic__author:before, .site-page--forum-topic .compact-topic__author:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--forum-topic .compact-topic__author:after {
  clear: both;
}

/* line 216, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .compact-topic__author a {
  text-decoration: none;
}

/* line 221, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .compact-topic__author-name {
  margin-right: 5px;
  float: left;
}

/* line 226, app/assets/stylesheets/pages/forum/topics/_show.scss */
.site-page--forum-topic .compact-topic__date {
  color: #485c66;
  float: left;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--galleries .gallery-items:before, .site-page--galleries .gallery-items:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--galleries .gallery-items:after {
  clear: both;
}

/* line 6, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery--empty {
  padding: 60px 0;
}

/* line 10, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}

/* line 16, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item:nth-child(4n + 4) {
  margin-right: 0;
}

/* line 22, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item:hover .gallery-item__image img {
  transform: scale(1.03);
}

@media (max-width: 639.98px) {
  /* line 10, app/assets/stylesheets/pages/galleries/_index.scss */
  .site-page--galleries .gallery-item {
    width: 100%;
  }
}

/* line 33, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item__image {
  display: block;
  width: 100%;
  min-height: 100px;
  background: white;
  overflow: hidden;
}

/* line 40, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item__image a {
  display: block;
}

/* line 44, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item__image img {
  display: block;
  width: 100%;
  transition: all 0.15s ease-in-out;
}

/* line 51, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item__title {
  margin: 0 0 10px 0;
  font-size: 1rem;
  line-height: 24px;
}

/* line 56, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item__title a {
  color: black;
  text-decoration: none;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--galleries .gallery-item__info:before, .site-page--galleries .gallery-item__info:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--galleries .gallery-item__info:after {
  clear: both;
}

/* line 66, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item__like {
  float: left;
}

/* line 70, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item__stats {
  float: right;
}

/* line 74, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item__author {
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #fdfdfd;
  color: #485c66;
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 82, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item__author a {
  text-decoration: none;
}

/* line 86, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-item__author .avatar {
  margin-right: 5px;
  vertical-align: top;
}

/* line 92, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery__loader {
  display: none;
  padding-top: 45px;
  margin: 30px 0;
  color: #485c66;
  text-align: center;
  background: url(/assets/preloader-2f402224caf664d169e63ee63eb94dc0129fdf7cf2be29f9adeea5f0e39df6bd.gif) no-repeat center;
}

/* line 101, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-subheading {
  display: flex;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 107, app/assets/stylesheets/pages/galleries/_index.scss */
.site-page--galleries .gallery-subheading h4 {
  margin: 0;
}

@media (max-width: 639.98px) {
  /* line 112, app/assets/stylesheets/pages/galleries/_index.scss */
  .site-page--galleries .gallery-subheading a {
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__sidebar {
  padding-top: 72px;
}

/* line 6, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__header {
  margin-bottom: 10px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--gallery .gallery__header:before, .site-page--gallery .gallery__header:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--gallery .gallery__header:after {
  clear: both;
}

/* line 11, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__title {
  font-size: 2rem;
  margin: 0 0 5px 0;
  font-weight: 300;
  line-height: 1;
  color: #131518;
}

/* line 19, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__info {
  margin-right: 15px;
  float: left;
  font-size: 0.875rem;
  color: #485c66;
}

/* line 26, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__author {
  display: inline-block;
  padding-left: 5px;
}

/* line 30, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__author .avatar {
  margin: 0 7px 0 5px;
  vertical-align: middle;
}

/* line 36, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__share {
  margin-top: 15px;
}

/* line 39, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__share .list__item {
  margin: 0 5px 5px 0;
}

/* line 42, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__share .list__item.is-last {
  margin-right: 0;
}

@media (pointer: coarse) {
  /* line 47, app/assets/stylesheets/pages/galleries/_show.scss */
  .site-page--gallery .gallery__share .list__item a {
    padding: 0.8em;
  }
}

/* line 54, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__description {
  margin: 20px 0;
  font-size: 1.125rem;
  line-height: 28px;
}

/* line 60, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__images {
  margin-bottom: 20px;
  text-align: center;
}

/* line 64, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__images p:last-child {
  margin-bottom: 0;
}

/* line 69, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__request {
  margin-bottom: 10px;
}

/* line 73, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__like {
  margin-bottom: 10px;
}

/* line 77, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .comments {
  margin-top: 20px;
}

/* line 81, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .galleries {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--gallery .galleries:before, .site-page--gallery .galleries:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--gallery .galleries:after {
  clear: both;
}

/* line 86, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .galleries > li {
  width: 49.5621716287%;
  float: left;
  margin-bottom: 5px;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.site-page--gallery .galleries > li:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.site-page--gallery .galleries > li:nth-child(2n + 2) {
  margin-left: 50.4378283713%;
  margin-right: -100%;
  clear: none;
}

/* line 91, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .galleries a,
.site-page--gallery .galleries img {
  display: block;
}

/* line 97, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__stats {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: black;
}

/* line 103, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__stats > li {
  line-height: 30px;
}

/* line 107, app/assets/stylesheets/pages/galleries/_show.scss */
.site-page--gallery .gallery__stats span {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}

/* line 2, app/assets/stylesheets/pages/faq/_show.scss */
.site-page--faq .faq-categories {
  margin-bottom: 40px;
}

/* line 6, app/assets/stylesheets/pages/faq/_show.scss */
.site-page--faq .faq-category {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5eaec;
}

/* line 10, app/assets/stylesheets/pages/faq/_show.scss */
.site-page--faq .faq-category:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 16, app/assets/stylesheets/pages/faq/_show.scss */
.site-page--faq .faq-category__title {
  font-size: 1.5625rem;
}

/* line 20, app/assets/stylesheets/pages/faq/_show.scss */
.site-page--faq .faq-item__title {
  font-weight: normal;
}

/* line 24, app/assets/stylesheets/pages/faq/_show.scss */
.site-page--faq .faq-content {
  min-height: 400px;
}

/* line 2, app/assets/stylesheets/pages/community/sections/_designers.scss */
.site-page--community .designer {
  position: relative;
  min-height: 130px;
  margin-bottom: 40px;
}

/* line 8, app/assets/stylesheets/pages/community/sections/_designers.scss */
.site-page--community .designer:hover .designer__photo {
  opacity: 0.7;
}

/* line 12, app/assets/stylesheets/pages/community/sections/_designers.scss */
.site-page--community .designer:hover .designer__link {
  color: #ce3c5c;
}

/* line 18, app/assets/stylesheets/pages/community/sections/_designers.scss */
.site-page--community .designer__photo {
  opacity: 1;
  transition: 0.3s ease-in-out all;
}

/* line 22, app/assets/stylesheets/pages/community/sections/_designers.scss */
.site-page--community .designer__photo img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: 5px;
  border-radius: 50px;
}

/* line 30, app/assets/stylesheets/pages/community/sections/_designers.scss */
.site-page--community .designer__photo > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
}

/* line 40, app/assets/stylesheets/pages/community/sections/_designers.scss */
.site-page--community .designer__name {
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  line-height: 26px;
  color: black;
}

/* line 47, app/assets/stylesheets/pages/community/sections/_designers.scss */
.site-page--community .designer__stats {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 10px 0;
  font-size: 1rem;
  line-height: 24px;
  color: #485c66;
}

/* line 54, app/assets/stylesheets/pages/community/sections/_designers.scss */
.site-page--community .designer__stats > li {
  display: block;
}

/* line 57, app/assets/stylesheets/pages/community/sections/_designers.scss */
.site-page--community .designer__stats > li > b {
  font-weight: normal;
  color: #ce3c5c;
}

/* line 64, app/assets/stylesheets/pages/community/sections/_designers.scss */
.site-page--community .designer__link {
  color: #19bcc9;
  text-decoration: none;
  transition: 0.15s ease-in-out color;
}

/* line 2, app/assets/stylesheets/pages/community/sections/_blog.scss */
.site-page--community .blog-posts {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/pages/community/sections/_blog.scss */
.site-page--community .blog-post {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  background: white;
  position: relative;
}

/* line 15, app/assets/stylesheets/pages/community/sections/_blog.scss */
.site-page--community .blog-post:hover .blog-post__image {
  opacity: 0.7;
}

/* line 21, app/assets/stylesheets/pages/community/sections/_blog.scss */
.site-page--community .blog-post__image {
  margin-bottom: 5px;
  opacity: 1;
  transition: 0.15s ease-in-out opacity;
}

/* line 27, app/assets/stylesheets/pages/community/sections/_blog.scss */
.site-page--community .blog-post__title {
  margin: 0;
  padding: 0;
  height: 24px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
}

/* line 35, app/assets/stylesheets/pages/community/sections/_blog.scss */
.site-page--community .blog-post__title a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--community .blog-post__title a:hover {
  color: #19bcc9;
}

/* line 45, app/assets/stylesheets/pages/community/sections/_blog.scss */
.site-page--community .blog-post__title a > span {
  display: block;
  height: 24px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 10px;
  overflow: hidden;
}

/* line 2, app/assets/stylesheets/pages/community/sections/_jobs.scss */
.site-page--community .jobs-content {
  display: block;
}

/* line 6, app/assets/stylesheets/pages/community/sections/_jobs.scss */
.site-page--community .jobs-list {
  margin-bottom: 20px;
}

/* line 10, app/assets/stylesheets/pages/community/sections/_jobs.scss */
.site-page--community .job {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e5eaec;
  flex-flow: column;
}

@media (min-width: 960px) {
  /* line 10, app/assets/stylesheets/pages/community/sections/_jobs.scss */
  .site-page--community .job {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* line 23, app/assets/stylesheets/pages/community/sections/_jobs.scss */
.site-page--community .job a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/pages/community/sections/_jobs.scss */
.site-page--community .job__title {
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  line-height: 24px;
}

/* line 38, app/assets/stylesheets/pages/community/sections/_jobs.scss */
.site-page--community .job__deadline {
  color: #485c66;
}

/* line 41, app/assets/stylesheets/pages/community/sections/_jobs.scss */
.site-page--community .job__deadline > b {
  font-weight: normal;
  color: #ce3c5c;
}

/* line 48, app/assets/stylesheets/pages/community/sections/_jobs.scss */
.site-page--community .jobs-cta .button {
  margin-top: 10px;
}

/* line 2, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-items {
  margin-bottom: 10px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--community .showcase-items:before, .site-page--community .showcase-items:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--community .showcase-items:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item {
  width: 19.2523364486%;
  float: left;
  height: 160px;
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.site-page--community .showcase-item:nth-child(5n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.site-page--community .showcase-item:nth-child(5n + 2) {
  margin-left: 20.1869158879%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.site-page--community .showcase-item:nth-child(5n + 3) {
  margin-left: 40.3738317757%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.site-page--community .showcase-item:nth-child(5n + 4) {
  margin-left: 60.5607476636%;
  margin-right: -100%;
  clear: none;
}

/* line 66, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
.site-page--community .showcase-item:nth-child(5n + 5) {
  margin-left: 80.7476635514%;
  margin-right: -100%;
  clear: none;
}

/* line 16, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item:hover .showcase-item__header {
  bottom: 0;
  opacity: 1;
}

/* line 21, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item:hover .showcase-item__image {
  opacity: 0.8;
}

/* line 27, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item__header {
  display: block;
  width: 100%;
  height: 85px;
  padding: 10px 0;
  background: rgba(25, 188, 201, 0.7);
  color: white;
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 1;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}

/* line 42, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item__image {
  opacity: 1;
  transition: 0.15s ease-in-out opacity;
}

/* line 47, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item__title {
  display: block;
  margin: 0;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9375rem;
  line-height: 20px;
  text-align: center;
}

/* line 56, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item__title a {
  color: white;
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item__info {
  padding: 0 10px;
  line-height: 40px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--community .showcase-item__info:before, .site-page--community .showcase-item__info:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--community .showcase-item__info:after {
  clear: both;
}

/* line 68, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item__stats {
  float: left;
}

/* line 72, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item__author {
  width: 150px;
  float: right;
  text-align: right;
  font-size: 0.875rem;
  overflow: hidden;
}

/* line 79, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item__author .avatar {
  vertical-align: middle;
  margin-right: 3px;
}

/* line 84, app/assets/stylesheets/pages/community/sections/_galleries.scss */
.site-page--community .showcase-item__author a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--community .showcase-item__author a:hover {
  color: white;
}

/* line 1, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community {
  color: #485c66;
}

/* line 4, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community .tutorials {
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community .tutorial {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  background: #fff;
  position: relative;
}

/* line 17, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community .tutorials-item__image img {
  margin-left: auto;
  margin-right: auto;
}

/* line 23, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community .tutorials-item__content {
  padding-left: 14px;
  color: #131518;
  width: 70%;
}

/* line 28, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community .tutorials-item__content .tutorials__title {
  line-height: 30px;
}

/* line 32, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community .tutorials-item__content .tutorials__title a {
  color: #131518;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--community .tutorials-item__content .tutorials__title a:hover {
  color: #19bcc9;
}

/* line 37, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community .tutorials-item__content .tutorials__author {
  margin-bottom: 5px;
}

/* line 40, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community .tutorials-item__content .tutorials__author a {
  color: #ce3c5c;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--community .tutorials-item__content .tutorials__author a:hover {
  color: #131518;
}

/* line 46, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community .tutorials-item__content .tag-list {
  max-width: 65%;
}

/* line 49, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community .tutorials-item__content .tag-list.software {
  margin-right: 10px;
}

/* line 53, app/assets/stylesheets/pages/community/sections/_tutorials.scss */
.site-page--community .tutorials-item__content .tag-list ul {
  color: #131518;
}

/* line 2, app/assets/stylesheets/pages/community/sections/_forum.scss */
.site-page--community .forum-post-content {
  display: block;
}

/* line 6, app/assets/stylesheets/pages/community/sections/_forum.scss */
.site-page--community .forum-post-list {
  margin-bottom: 20px;
}

/* line 10, app/assets/stylesheets/pages/community/sections/_forum.scss */
.site-page--community .forum-post {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e5eaec;
  flex-flow: column;
}

@media (min-width: 960px) {
  /* line 10, app/assets/stylesheets/pages/community/sections/_forum.scss */
  .site-page--community .forum-post {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* line 23, app/assets/stylesheets/pages/community/sections/_forum.scss */
.site-page--community .forum-post a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/pages/community/sections/_forum.scss */
.site-page--community .forum-post__title {
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  line-height: 24px;
}

/* line 38, app/assets/stylesheets/pages/community/sections/_forum.scss */
.site-page--community .forum-post__last-activity {
  color: #485c66;
}

/* line 41, app/assets/stylesheets/pages/community/sections/_forum.scss */
.site-page--community .forum-post__last-activity > b {
  font-weight: normal;
  color: #ce3c5c;
}

/* line 11, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .content-section.is-loading:after {
  display: none;
}

/* line 17, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .content-section--light {
  padding: 20px 0;
  background: white;
}

/* line 22, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .content-heading__title {
  font-size: 1.75rem;
}

/* line 27, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .main-title .content-heading {
  margin-top: 15px;
}

/* line 31, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .main-title .content-heading__title {
  font-size: 2rem;
}

/* line 37, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .top-models > .container-fixed, .site-page--community .site-page--jobs-dashboard .top-models > .nav-tabs, .site-page--jobs-dashboard .site-page--community .top-models > .nav-tabs,
.site-page--community .site-page--jobs-dashboard .top-models > .main-content__messages,
.site-page--jobs-dashboard .site-page--community .top-models > .main-content__messages,
.site-page--community .site-page--jobs-dashboard .top-models > .main-content__send-message,
.site-page--jobs-dashboard .site-page--community .top-models > .main-content__send-message, .site-page--community .site-page--jobs-dashboard .top-models > .nav-tabs--fatter-font, .site-page--jobs-dashboard .site-page--community .top-models > .nav-tabs--fatter-font, .site-page--community .site-page--my-products .form-footer__wrapper--sticky .top-models > .form-footer, .site-page--my-products .form-footer__wrapper--sticky .site-page--community .top-models > .form-footer {
  position: relative;
}

@media (max-width: 1919.98px) {
  /* line 42, app/assets/stylesheets/pages/community/_index.scss */
  .site-page--community .top-models .col-xxl-2:nth-last-child(-n+4) {
    display: none;
  }
}

@media (min-width: 960px) and (max-width: 1279.98px) {
  /* line 48, app/assets/stylesheets/pages/community/_index.scss */
  .site-page--community .top-models .col-xxl-2:nth-last-child(-n+6) {
    display: none;
  }
}

/* line 54, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .under-list {
  display: flex;
  margin: 10px 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 960px) {
  /* line 54, app/assets/stylesheets/pages/community/_index.scss */
  .site-page--community .under-list {
    height: 50px;
    flex-flow: row;
    line-height: 50px;
  }
}

/* line 68, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  line-height: 26px;
}

/* line 74, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .links-list a {
  color: #ce3c5c;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--community .links-list a:hover {
  color: #19bcc9;
}

@media (min-width: 960px) {
  /* line 68, app/assets/stylesheets/pages/community/_index.scss */
  .site-page--community .links-list {
    font-size: 1.125rem;
  }
}

/* line 84, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .designers {
  margin: 50px 0 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--community .designers:before, .site-page--community .designers:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--community .designers:after {
  clear: both;
}

/* line 89, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .text-block {
  margin-bottom: 30px;
}

/* line 93, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .text-block__heading {
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
}

/* line 99, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .text-block__heading a {
  color: #19bcc9;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-page--community .text-block__heading a:hover {
  color: #131518;
}

/* line 105, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .text-block__content {
  color: #485c66;
}

/* line 109, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .link-promo {
  color: #ce3c5c;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 26px;
}

/* line 115, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .link-promo b {
  padding: 0 8px;
  margin-right: 5px;
  border-radius: 2px;
  background: #ce3c5c;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.875rem;
  position: relative;
  top: -1px;
}

/* line 128, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .link-promo a {
  color: #ce3c5c;
  text-decoration: none;
}

/* line 135, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .top-designers .container-fixed, .site-page--community .top-designers .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .site-page--community .top-designers .nav-tabs,
.site-page--community .top-designers .site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .site-page--community .top-designers .main-content__messages,
.site-page--community .top-designers .site-page--jobs-dashboard .main-content__send-message,
.site-page--jobs-dashboard .site-page--community .top-designers .main-content__send-message, .site-page--community .top-designers .site-page--jobs-dashboard .nav-tabs--fatter-font, .site-page--jobs-dashboard .site-page--community .top-designers .nav-tabs--fatter-font, .site-page--community .top-designers .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--my-products .form-footer__wrapper--sticky .site-page--community .top-designers .form-footer {
  position: relative;
}

/* line 139, app/assets/stylesheets/pages/community/_index.scss */
.site-page--community .top-designers .link-promo {
  bottom: 23px;
}

/* line 2, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-form__title {
  margin-bottom: 25px;
}

/* line 6, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .input-container {
  border-bottom: none;
}

/* line 10, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-form__description {
  min-height: 110px;
  margin-bottom: -5px;
}

/* line 17, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-form__tags .select2-choices .select2-search-choice {
  font-weight: 600;
}

/* line 23, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .primary-image-form__container {
  position: relative;
}

/* line 26, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .primary-image-form__container .remove-icon {
  position: absolute;
  right: 0;
  color: #19bcc9;
  -webkit-text-stroke: 0.5px #fff;
}

/* line 32, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .primary-image-form__container .remove-icon:hover {
  color: #131518;
}

/* line 38, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .primary-image-form__image-input {
  display: none;
}

/* line 42, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .upload-dropzone {
  padding: 10px;
  height: 250px;
  width: 250px;
  background: white;
  border: 2px dashed #ebeff1;
  text-align: center;
}

/* line 51, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .no-image {
  background: white url(/assets/upload_area_bg-8e1ac1ed7618e159f3e455d3e71c2e2ec4d0dbcba33470b2477976d9d2e28202.png) no-repeat 50% 20%;
}

/* line 55, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial__primary-image {
  max-height: 225px;
}

/* line 59, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .nested-fields {
  margin-top: 20px;
}

/* line 63, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .upload-dropzone__text {
  font-size: 20px;
  top: 150px;
  display: block;
  color: #485c66;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
  transition: 0.15s ease-in-out opacity;
}

/* line 75, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .upload-dropzone__text span {
  display: block;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
}

/* line 84, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .upload-dropzone__button {
  position: relative;
  overflow: hidden;
}

/* line 88, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .upload-dropzone__button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 98, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .upload-dropzone__progress {
  position: relative;
  font-size: 25px;
  top: 50px;
  padding-top: 45px;
  margin: 20px 0;
  font-weight: 700;
  color: #485c66;
  text-align: center;
  background: url(/assets/preloader-2f402224caf664d169e63ee63eb94dc0129fdf7cf2be29f9adeea5f0e39df6bd.gif) no-repeat center;
}

/* line 110, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .input {
  width: 400px;
}

/* line 114, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .input__editor {
  height: 332px;
}

/* line 118, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .redactor_box {
  border-radius: 3px;
  border: 1px solid #ebeff1;
}

/* line 122, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .redactor_box .redactor_toolbar {
  background: white;
  border-bottom: 1px solid #ebeff1;
}

/* line 128, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .field {
  background: white;
}

/* line 132, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .add_fields,
.site-page--tutorial-form .remove_fields {
  margin: 5px 0 8px;
  font-weight: 600;
}

/* line 138, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .clear {
  clear: both;
}

/* line 142, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-form__content {
  padding: 20px;
  background: #fff;
  padding-top: 0;
}

/* line 149, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-form__block--right .select2-container.select2-container-multi {
  width: 80% !important;
}

/* line 154, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-form__label {
  color: #131518;
  display: block;
  cursor: default;
}

/* line 159, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-form__label:before, .site-page--tutorial-form .tutorial-form__label.details-box__separator::after {
  top: 0;
  right: 0;
  margin-right: 5px;
  height: 12px;
  width: 11px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAMAAACDd7esAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JQAAgIMAAPn%2FAACA6QAAdTAAAOpgAAA6mAAAF2%2BSX8VGAAAATlBMVEVcwalgwapSvaRav6hWvqVkwqxyx7RdwKlewalxx7RdwalvxrNvxrNdwal1yLZ2ybd1ybZ8y7p%2BzLt7yrl%2By7t5yrl8y7t7yrp6yrn%2F%2F%2F%2BQQspMAAAAEXRSTlMAAAAAIaX4FIjzZ%2BvqaO3s6zbB14gAAAABYktHRBnsbrWIAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wIaCjcmVv2HCAAAAExJREFUCNdVTkkOgCAQK5uAsjoK%2FP%2Blakx0aNKkh26AkNosRksBKOt83at3VmHd6KDzZohIrY8HvSVkGi8oo3y6TJp7eDaGv5NvsQ8XRQMIE984EpcAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMjZUMTA6NTU6MzgrMDA6MDCQGi0pAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTI2VDEwOjU1OjM4KzAwOjAw4UeVlQAAAABJRU5ErkJggg%3D%3D) no-repeat;
  content: ' ';
  display: inline-block;
  position: relative;
}

/* line 171, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-form__label b {
  color: #ce3c5c;
}

/* line 176, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-footer {
  padding: 25px;
  background: #19bcc9;
  clear: both;
}

/* line 181, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-footer label {
  margin-left: 10px;
  margin-right: 3px;
  color: #fff;
}

/* line 188, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-footer .publish-checkbox-error label {
  font-size: 0.875rem;
  color: #ce3c5c;
}

/* line 194, app/assets/stylesheets/pages/tutorials/_form.scss */
.site-page--tutorial-form .tutorial-footer input {
  font-size: 20px;
}

/* line 1, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial {
  color: #485c66;
}

/* line 4, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .container {
  margin-bottom: 20px;
}

/* line 9, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-header .button {
  font-size: 20px;
  height: 40px;
  padding: 3px;
  width: 160px;
}

/* line 17, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-header__annotation {
  line-height: 24px;
  margin: 0 0 14px;
}

/* line 21, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-header__annotation:before, .site-page--tutorial .tutorials-header__annotation.details-box__separator::after {
  top: 0;
  right: 0;
  height: 12px;
  margin-right: 10px;
  width: 11px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAMAAACDd7esAAAABGdBTUEAALGPC%2FxhBQAAACBjSFJNAAB6JQAAgIMAAPn%2FAACA6QAAdTAAAOpgAAA6mAAAF2%2BSX8VGAAAATlBMVEVcwalgwapSvaRav6hWvqVkwqxyx7RdwKlewalxx7RdwalvxrNvxrNdwal1yLZ2ybd1ybZ8y7p%2BzLt7yrl%2By7t5yrl8y7t7yrp6yrn%2F%2F%2F%2BQQspMAAAAEXRSTlMAAAAAIaX4FIjzZ%2BvqaO3s6zbB14gAAAABYktHRBnsbrWIAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4wIaCjcmVv2HCAAAAExJREFUCNdVTkkOgCAQK5uAsjoK%2FP%2Blakx0aNKkh26AkNosRksBKOt83at3VmHd6KDzZohIrY8HvSVkGi8oo3y6TJp7eDaGv5NvsQ8XRQMIE984EpcAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMjZUMTA6NTU6MzgrMDA6MDCQGi0pAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTI2VDEwOjU1OjM4KzAwOjAw4UeVlQAAAABJRU5ErkJggg%3D%3D) no-repeat;
  content: " ";
  display: inline-block;
  position: relative;
}

/* line 35, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sidebar__header {
  width: 100%;
}

/* line 38, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sidebar__header .button {
  width: 102px;
  background: #19bcc9;
  color: #f4f6f7;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/* line 46, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sidebar__header .button:hover {
  background: #131518;
}

/* line 53, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sidebar__content a {
  color: #485c66;
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sidebar__content .checkbox {
  top: -3px !important;
}

/* line 63, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sidebar__mobile-heading {
  display: none;
}

@media (max-width: 959.98px) {
  /* line 63, app/assets/stylesheets/pages/tutorials/_index.scss */
  .site-page--tutorial .tutorials-sidebar__mobile-heading {
    display: flex;
    padding: 0 2rem;
  }
}

/* line 72, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sidebar__back-button {
  align-self: center;
}

@media (max-width: 959.98px) {
  /* line 76, app/assets/stylesheets/pages/tutorials/_index.scss */
  .site-page--tutorial .mobile-filters {
    display: block;
    position: fixed;
    top: 0;
    right: -80vw;
    z-index: 452;
    width: 80vw;
    max-width: 375px;
    height: 100vh;
    background-color: #f7f7f7;
    overflow-y: scroll;
    transition: right 0.3s;
  }
  /* line 90, app/assets/stylesheets/pages/tutorials/_index.scss */
  .site-page--tutorial .mobile-filters.is-opened {
    right: 0;
    animation: showFilters 0.3s;
  }
  @keyframes showFilters {
    from {
      right: -80vw;
    }
    to {
      right: 0;
    }
  }
}

/* line 107, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sidebar__area {
  margin-bottom: 30px;
  background: #f5f5f5;
}

@media (max-width: 959.98px) {
  /* line 107, app/assets/stylesheets/pages/tutorials/_index.scss */
  .site-page--tutorial .tutorials-sidebar__area {
    margin-bottom: 0px;
  }
}

/* line 116, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .warning-text {
  margin-left: 15px;
  font-size: 22px;
  font-weight: 300;
}

/* line 122, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorial__content {
  padding: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

/* line 129, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-search__section {
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 0.35rem;
  background: #f5f5f5;
  position: relative;
}

/* line 138, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-search {
  border-radius: 3px;
  background: white;
  display: inline-block;
  width: 100%;
}

/* line 145, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-search__field {
  font-size: 1rem;
  line-height: 38px;
  padding: 0 10px 0 10px;
  border-radius: 3px;
  background: #fff;
  border: 0;
  color: #131518;
  font-weight: 300;
  width: 70%;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_input-placeholder.scss */
.site-page--tutorial .tutorials-search__field.placeholder {
  color: #688493;
}

/* line 3, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_input-placeholder.scss */
.site-page--tutorial .tutorials-search__field:-moz-placeholder {
  color: #688493;
}

/* line 4, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_input-placeholder.scss */
.site-page--tutorial .tutorials-search__field::-moz-placeholder {
  color: #688493;
}

/* line 5, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_input-placeholder.scss */
.site-page--tutorial .tutorials-search__field:-ms-input-placeholder {
  color: #688493;
}

/* line 6, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_input-placeholder.scss */
.site-page--tutorial .tutorials-search__field::-webkit-input-placeholder {
  color: #688493;
}

/* line 162, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-search__button {
  height: 40px;
  float: right;
  background: none;
  border: 0;
  color: #19bcc9;
  cursor: pointer;
}

/* line 171, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-search__button:hover {
  color: #ce3c5c;
}

/* line 175, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-search__button.is-loading {
  right: 10px;
}

/* line 178, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-search__button.is-loading:after {
  background-color: transparent;
}

/* line 182, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-search__button.is-loading .svg-inline--fa {
  display: none;
}

/* line 186, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-search__button.is-loading span {
  display: none;
}

/* line 192, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sorting__section {
  display: flex;
  float: right;
  width: 100%;
  justify-content: flex-end;
}

/* line 198, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sorting__section ul {
  padding: 0;
}

/* line 202, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sorting__section li {
  display: inline;
}

/* line 206, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sorting__section a {
  margin: 0.5rem;
}

/* line 210, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sorting__section .sort-button {
  width: 70px;
  margin-left: 5px;
}

/* line 214, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sorting__section .sort-button.is-active {
  width: 90px;
  background-color: #2b6e60;
}

@media (max-width: 959.98px) {
  /* line 192, app/assets/stylesheets/pages/tutorials/_index.scss */
  .site-page--tutorial .tutorials-sorting__section {
    justify-content: space-between;
  }
}

/* line 225, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sorting__section .mobile-filters-button {
  display: none;
  height: fit-content;
  background-color: #d5d5d5;
  color: #6d6d6d;
  align-self: center;
}

@media (max-width: 959.98px) {
  /* line 225, app/assets/stylesheets/pages/tutorials/_index.scss */
  .site-page--tutorial .tutorials-sorting__section .mobile-filters-button {
    display: block;
  }
}

/* line 239, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-item__image img {
  display: block;
  height: 112px;
  margin: 0 auto;
}

/* line 246, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-item__content {
  padding-left: 14px;
}

/* line 249, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-item__content .icon-user,
.site-page--tutorial .tutorials-item__content .icon-time {
  color: #19bcc9;
}

@media (max-width: 959.98px) {
  /* line 255, app/assets/stylesheets/pages/tutorials/_index.scss */
  .site-page--tutorial .tutorials-button__content {
    width: 100%;
  }
  /* line 258, app/assets/stylesheets/pages/tutorials/_index.scss */
  .site-page--tutorial .tutorials-button__content * > div,
.site-page--tutorial .tutorials-button__content span {
    width: 100%;
  }
}

/* line 265, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials__title {
  margin-top: 0;
  line-height: 28px;
}

/* line 269, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials__title a {
  text-decoration: none;
}

/* line 274, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials__author {
  font-weight: normal;
}

/* line 278, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .block {
  float: left;
}

/* line 281, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .block:last-child {
  clear: both;
}

/* line 286, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .label-list {
  clear: both;
  margin-bottom: 0;
}

/* line 290, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .label-list li {
  display: inline-block;
  float: left;
  margin-right: 15px;
}

/* line 295, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .label-list li:last-child {
  margin-right: 0;
}

/* line 301, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .section__title {
  font-size: 1.125rem;
  margin: 15px 0 15px 20px;
  display: inline-block;
  font-weight: normal;
}

/* line 308, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .section__item {
  margin-bottom: 8px;
}

/* line 312, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sidebar__section {
  padding: 20px;
}

/* line 315, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-sidebar__section span {
  float: right;
}

/* line 320, app/assets/stylesheets/pages/tutorials/_index.scss */
.site-page--tutorial .tutorials-links {
  display: none;
}

@media (max-width: 639.98px) {
  /* line 325, app/assets/stylesheets/pages/tutorials/_index.scss */
  .site-page--tutorial .breadcrumb {
    display: none;
  }
  /* line 329, app/assets/stylesheets/pages/tutorials/_index.scss */
  .site-page--tutorial .mobile-breadcrumb {
    display: flex;
    flex-direction: row;
  }
}

/* line 1, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__details {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__details span {
  margin-left: 2px;
  font-size: 1.125rem;
  color: #3f444c;
  font-weight: 300;
}

/* line 13, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__details ul {
  display: block;
  margin-top: 4px;
  margin-right: 10px;
  padding: 1px;
  line-height: 30px;
}

/* line 20, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__details ul li {
  display: inline-block;
  margin: 3px;
  border-radius: 3px;
  background-color: #159ca9;
  padding: 3px;
  color: #fff;
  white-space: nowrap;
  font-size: 1rem;
}

/* line 30, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__details ul li a {
  color: #fff;
  text-decoration: none;
}

/* line 38, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__sidebar {
  padding-top: 62px;
}

/* line 42, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__header {
  margin-top: 21px;
  margin-bottom: 10px;
}

/* line 47, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__title {
  margin: 0 0 25px;
  color: #131518;
  line-height: 31px;
  font-size: xx-large;
}

/* line 54, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__info {
  margin-right: 15px;
  font-size: 0.875rem;
  color: #485c66;
}

/* line 61, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__author {
  display: inline-block;
  padding-left: 5px;
}

/* line 65, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__author .avatar {
  margin: 0 7px 0 5px;
  vertical-align: middle;
}

/* line 72, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__description {
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-word;
  word-wrap: break-word;
}

/* line 81, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__description p {
  margin-bottom: 0;
  padding: 10px;
}

/* line 87, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__steps {
  margin-bottom: 20px;
  padding: 0 15px 10px;
  word-wrap: break-word;
}

/* line 92, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__steps .tutorial__step-title {
  margin-top: 15px;
  color: #a65264;
  line-height: 30px;
  font-weight: 400;
  font-size: 1.625rem;
}

/* line 100, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__steps p:last-child {
  margin-bottom: 0;
}

/* line 105, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__steps iframe {
  width: 100%;
}

/* line 110, app/assets/stylesheets/pages/tutorials/_show.scss */
.comments {
  margin-top: 20px;
}

/* line 114, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__like {
  margin-bottom: 10px;
}

/* line 118, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__stats {
  font-size: 1.125rem;
  padding-top: 10px;
  color: #131518;
  font-weight: bold;
  text-align: center;
}

/* line 126, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__stats > li {
  line-height: 30px;
}

/* line 130, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__stats span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}

/* line 137, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__share {
  margin-top: 15px;
}

/* line 140, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__share .list__item {
  margin: 0 5px 5px 0;
}

/* line 143, app/assets/stylesheets/pages/tutorials/_show.scss */
.tutorial__share .list__item.is-last {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/pages/enterprise/components/_banner.scss */
.banner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 640px) {
  /* line 1, app/assets/stylesheets/pages/enterprise/components/_banner.scss */
  .banner-container {
    padding: 0;
  }
}

/* line 18, app/assets/stylesheets/pages/enterprise/components/_banner.scss */
.banner-title {
  margin-bottom: 5px;
  color: white;
  font-weight: 700;
}

/* line 24, app/assets/stylesheets/pages/enterprise/components/_banner.scss */
.banner-subtitle {
  max-width: 470px;
  margin-bottom: 50px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

/* line 30, app/assets/stylesheets/pages/enterprise/components/_banner.scss */
.banner-subtitle__extra {
  color: rgba(255, 255, 255, 0.6);
}

/* line 35, app/assets/stylesheets/pages/enterprise/components/_banner.scss */
.banner-button {
  min-width: 184px;
}

/* line 1, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 640px) {
  /* line 1, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section {
    padding: 0;
    height: 800px;
  }
}

@media (min-width: 960px) {
  /* line 1, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section {
    height: 590px;
  }
}

/* line 23, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 380px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 960px) {
  /* line 23, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section-detail {
    width: 630px;
    height: 470px;
  }
}

@media (min-width: 1280px) {
  /* line 23, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section-detail {
    width: 760px;
    height: 570px;
  }
}

/* line 44, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-detail--is-left {
  right: 0;
  left: auto;
}

@media (min-width: 960px) {
  /* line 44, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section-detail--is-left {
    width: 760px;
    height: 570px;
  }
}

/* line 55, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

@media (min-width: 960px) {
  /* line 55, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section-content {
    flex-direction: row;
  }
}

/* line 68, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-content__image {
  width: 100%;
  max-width: 585px;
  height: 100%;
  margin-bottom: 70px;
}

@media (min-width: 960px) {
  /* line 68, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section-content__image {
    max-width: 470px;
    margin-right: 50px;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  /* line 68, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section-content__image {
    max-width: 500px;
    margin-right: 70px;
  }
}

@media (min-width: 1920px) {
  /* line 68, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section-content__image {
    margin-right: 150px;
  }
}

/* line 91, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-content--is-left .section-content__image {
  width: 100%;
  max-width: 470px;
}

@media (min-width: 960px) {
  /* line 91, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section-content--is-left .section-content__image {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 1600px) {
  /* line 91, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section-content--is-left .section-content__image {
    margin-right: 0;
    margin-left: 70px;
  }
}

@media (min-width: 1920px) {
  /* line 91, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section-content--is-left .section-content__image {
    margin-right: 0;
  }
}

@media (min-width: 960px) {
  /* line 90, app/assets/stylesheets/pages/enterprise/components/_section.scss */
  .section-content--is-left {
    flex-direction: row-reverse;
  }
}

/* line 116, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-content-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 472px;
}

/* line 122, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-content-info--is-white {
  color: white;
}

/* line 126, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-content-info__list {
  padding-right: 44px;
}

/* line 130, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-content-info__list-item {
  display: flex;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

/* line 136, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-content-info__list-item i {
  margin-top: 5px;
  margin-right: 10px;
}

/* line 143, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-content-info__title {
  font-weight: 600;
}

/* line 146, app/assets/stylesheets/pages/enterprise/components/_section.scss */
.section-content-info__title--is-white {
  color: white;
}

/* line 1, app/assets/stylesheets/pages/enterprise/components/_form.scss */
.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 410px;
  padding: 110px 20px;
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/pages/enterprise/components/_form.scss */
.form-container .cgt-form-element-wrapper {
  width: 100%;
  margin-bottom: 10px;
}

/* line 16, app/assets/stylesheets/pages/enterprise/components/_form.scss */
.form-title {
  margin-bottom: 45px;
  font-weight: 600;
}

@media (min-width: 640px) {
  /* line 16, app/assets/stylesheets/pages/enterprise/components/_form.scss */
  .form-title {
    padding-right: 75px;
  }
}

/* line 25, app/assets/stylesheets/pages/enterprise/components/_form.scss */
.form-button {
  margin-top: 10px;
  width: 100%;
}

/* line 30, app/assets/stylesheets/pages/enterprise/components/_form.scss */
.form-field {
  box-shadow: inset 0 0 0 1px #bababa;
  border-radius: 2px;
}

/* line 5, app/assets/stylesheets/pages/enterprise/_index.scss */
.enterprise {
  overflow-x: hidden;
}

/* line 10, app/assets/stylesheets/pages/enterprise/_index.scss */
.review-section .banner-subtitle {
  max-width: 850px;
  margin-bottom: 0;
  color: white;
}

/* line 15, app/assets/stylesheets/pages/enterprise/_index.scss */
.review-section .banner-subtitle__extra {
  margin-top: 30px;
}

/* line 2, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-header {
  display: block;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1142px;
  width: 100%;
}

/* line 10, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-header img {
  height: 100%;
  width: 100%;
}

/* line 16, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content {
  background: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1142px;
  padding: 20px;
}

/* line 25, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__title {
  font-size: 2.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  line-height: 44px;
  margin: 20px 0 30px;
}

/* line 34, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__description a.is-not-noticeable {
  color: #131518;
  text-decoration: none;
}

/* line 40, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__description-title {
  font-size: 1.5rem;
  margin: 20px 0 10px;
}

/* line 44, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__description-title b {
  color: #159ca9;
}

/* line 49, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__description,
.site-page--annual-scholarship .scholarship-content__company-info {
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  text-align: justify;
}

/* line 56, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__description b,
.site-page--annual-scholarship .scholarship-content__company-info b {
  color: #159ca9;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--annual-scholarship .scholarship-content__past-winners:before, .site-page--annual-scholarship .scholarship-content__past-winners:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--annual-scholarship .scholarship-content__past-winners:after {
  clear: both;
}

/* line 64, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__past-winners .past-winners__winner {
  border-bottom: 1px solid #d6dee2;
  padding: 15px 30px;
}

/* line 69, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__past-winners .winner__name {
  color: #19bcc9;
}

/* line 74, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__past-winners .winner__photo:hover {
  opacity: 0.9;
}

/* line 79, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__past-winners .winner__info {
  font-size: 1.125rem;
  padding: 10px;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  /* line 86, app/assets/stylesheets/pages/scholarship/_annual.scss */
  .site-page--annual-scholarship .scholarship-content__past-winners .past-winners__winner {
    display: flex;
    align-items: center;
  }
  /* line 91, app/assets/stylesheets/pages/scholarship/_annual.scss */
  .site-page--annual-scholarship .scholarship-content__past-winners .winner__photo {
    width: 11.7338003503%;
    float: left;
    margin-right: 0.8756567426%;
  }
  /* line 95, app/assets/stylesheets/pages/scholarship/_annual.scss */
  .site-page--annual-scholarship .scholarship-content__past-winners .winner__info {
    width: 87.3905429072%;
    float: right;
    margin-right: 0;
  }
}

/* line 100, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__past-winners .winner__name {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* line 104, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__past-winners .winner__name a {
  text-decoration: none;
}

/* line 109, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-content__past-winners .winner__about {
  line-height: 1.5;
  font-weight: 300;
}

/* line 115, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-info {
  margin-top: 40px;
}

/* line 119, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-requirements,
.site-page--annual-scholarship .scholarship-eligibility {
  margin: 5px 0 10px;
}

/* line 124, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-tabs {
  position: relative;
  top: 21px;
}

/* line 129, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-sections {
  margin: 30px 0;
}

/* line 133, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .section-heading__title {
  margin-bottom: 30px;
}

/* line 137, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .section-content__title {
  font-size: 1.0625rem;
  font-weight: 800;
  margin: 30px 0 7px;
}

/* line 144, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .section-content__description {
  text-align: justify;
}

/* line 149, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .scholarship-submission-form span {
  font-size: 1.0625rem;
}

/* line 154, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .form-info {
  font-size: 0.9375rem;
  color: #485c66;
  margin-bottom: 40px;
}

/* line 162, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .educational-institution label {
  vertical-align: middle;
}

/* line 167, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .input {
  width: 400px;
}

/* line 171, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .input__editor {
  height: 332px;
}

/* line 175, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .redactor_box {
  border-radius: 3px;
  margin-top: 10px;
  border: 3px solid #ebeff1;
}

/* line 180, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .redactor_box .redactor_toolbar {
  background: white;
  border-bottom: 1px solid #ebeff1;
}

/* line 186, app/assets/stylesheets/pages/scholarship/_annual.scss */
.site-page--annual-scholarship .field_with_errors {
  display: inline;
  color: #ce3c5c;
}

/* line 2, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content {
  max-width: 1142px;
  margin: auto;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--scholarship .scholarship-content:before, .site-page--scholarship .scholarship-content:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--scholarship .scholarship-content:after {
  clear: both;
}

/* line 8, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-header {
  display: block;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1142px;
  width: 100%;
}

/* line 16, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-header img {
  height: 100%;
  width: 100%;
}

/* line 22, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__main {
  width: 62.1716287215%;
  float: left;
  margin-right: 0.8756567426%;
}

/* line 26, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__info {
  background: #fff;
  display: block;
  padding: 20px 10px;
}

/* line 32, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__sidebar {
  width: 36.9527145359%;
  float: right;
  margin-right: 0;
}

/* line 36, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__title {
  font-size: 2.1875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  line-height: 1;
  margin: 20px 0 30px;
}

/* line 45, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__description a.is-not-noticeable {
  color: #131518;
  text-decoration: none;
}

/* line 51, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__description-title {
  font-size: 1.5rem;
  margin: 20px 0 10px;
}

/* line 55, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__description-title b {
  color: #159ca9;
}

/* line 60, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__description,
.site-page--scholarship .scholarship-content__company-info {
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  text-align: justify;
}

/* line 67, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__description b,
.site-page--scholarship .scholarship-content__company-info b {
  color: #159ca9;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--scholarship .scholarship-content__past-winners:before, .site-page--scholarship .scholarship-content__past-winners:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--scholarship .scholarship-content__past-winners:after {
  clear: both;
}

/* line 75, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__past-winners .past-winners__winner {
  border-bottom: 1px solid #d6dee2;
  padding: 15px 30px;
}

/* line 81, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__past-winners .winner__photo:hover {
  opacity: 0.9;
}

/* line 86, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__past-winners .winner__info {
  font-size: 1.125rem;
  padding: 10px;
  line-height: 1.5;
}

/* line 92, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__past-winners .winner__name {
  color: #19bcc9;
}

@media screen and (min-width: 480px) {
  /* line 97, app/assets/stylesheets/pages/scholarship/_new.scss */
  .site-page--scholarship .scholarship-content__past-winners .past-winners__winner {
    display: flex;
    align-items: center;
  }
  /* line 102, app/assets/stylesheets/pages/scholarship/_new.scss */
  .site-page--scholarship .scholarship-content__past-winners .winner__photo {
    width: 11.7338003503%;
    float: left;
    margin-right: 0.8756567426%;
  }
  /* line 106, app/assets/stylesheets/pages/scholarship/_new.scss */
  .site-page--scholarship .scholarship-content__past-winners .winner__info {
    width: 87.3905429072%;
    float: right;
    margin-right: 0;
  }
}

/* line 111, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__past-winners .winner__name {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* line 115, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__past-winners .winner__name a {
  text-decoration: none;
}

/* line 120, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-content__past-winners .winner__about {
  line-height: 1.5;
  font-weight: 300;
}

/* line 126, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-info {
  margin-top: 40px;
}

/* line 130, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-requirements,
.site-page--scholarship .scholarship-eligibility {
  margin: 5px 0 10px;
}

/* line 135, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-tabs {
  position: relative;
  top: 21px;
}

/* line 140, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-sections {
  margin: 10px;
}

/* line 144, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .section-heading__title {
  margin-bottom: 30px;
}

/* line 148, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .section-content__title {
  font-size: 1.0625rem;
  font-weight: 800;
  margin: 30px 0 7px;
}

/* line 155, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .section-content__description {
  text-align: justify;
}

/* line 160, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .scholarship-submission-form span {
  font-size: 1.0625rem;
}

/* line 165, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .form-info {
  font-size: 0.9375rem;
  color: #485c66;
  margin-bottom: 40px;
}

/* line 173, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .educational-institution label {
  vertical-align: middle;
}

/* line 178, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .input {
  width: 400px;
}

/* line 182, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .input__editor {
  height: 332px;
}

/* line 186, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .redactor_box {
  border-radius: 3px;
  margin-top: 10px;
  border: 3px solid #ebeff1;
}

/* line 191, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .redactor_box .redactor_toolbar {
  background: white;
  border-bottom: 1px solid #ebeff1;
}

/* line 197, app/assets/stylesheets/pages/scholarship/_new.scss */
.site-page--scholarship .field_with_errors {
  display: inline;
  color: #ce3c5c;
}

/* line 2, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .product-container {
  max-width: 71.375em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* line 12, .vendor/ruby/2.7.0/gems/susy-2.2.14/sass/susy/language/../output/support/_clearfix.scss */
.site-page--item-files .product-container:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--item-files .product-container:before, .site-page--item-files .product-container:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--item-files .product-container:after {
  clear: both;
}

/* line 10, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .product-content {
  width: 55.8669001751%;
  float: left;
  margin-right: 0.8756567426%;
  min-height: 200px;
  position: relative;
  text-align: center;
}

/* line 18, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .product-sidebar {
  width: 43.2574430823%;
  float: left;
  margin-right: 0.8756567426%;
  float: right;
  margin-right: 0;
  padding-left: 20px;
}

/* line 24, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .product-sidebar .pbr__ready-text {
  color: #19bcc9;
  font-weight: 800;
}

/* line 30, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .details-box {
  max-height: 420px;
  overflow: auto;
  margin-bottom: 0;
}

/* line 35, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .details-box p {
  margin-top: 30px;
  margin-left: 10px;
}

/* line 41, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .product-preview {
  height: 420px;
  margin-top: 0;
}

/* line 45, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .product-preview .product-preview__image {
  height: 400px;
}

/* line 49, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .product-preview img {
  max-height: 400px;
}

/* line 54, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .similar-items {
  margin-bottom: 30px;
}

/* line 58, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .similar-items.similar-items--top .content-box__premium-badge--sale-off {
  top: 11%;
  right: -32%;
}

/* line 63, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .similar-items.similar-items--top .is-shop-credit-sign {
  right: 46%;
}

/* line 68, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .similar-items .overlay-trigger {
  display: none;
}

/* line 73, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .preloader--free-models, .site-page--item-files .download-limit-exceeded {
  font-size: 1.25rem;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 40px;
}

/* line 85, app/assets/stylesheets/pages/item_files/_index.scss */
.site-page--item-files .details-box {
  display: none;
}

@media (min-width: 960px) {
  /* line 91, app/assets/stylesheets/pages/item_files/_index.scss */
  .site-page--item-files .row--self-adjusting .col-12:nth-child(n+4) {
    display: none;
  }
}

@media (min-width: 1280px) {
  /* line 97, app/assets/stylesheets/pages/item_files/_index.scss */
  .site-page--item-files .row--self-adjusting .col-12:nth-child(n+4) {
    display: initial;
  }
  /* line 101, app/assets/stylesheets/pages/item_files/_index.scss */
  .site-page--item-files .row--self-adjusting .col-12:nth-child(n+5) {
    display: none;
  }
}

@media (min-width: 1920px) {
  /* line 107, app/assets/stylesheets/pages/item_files/_index.scss */
  .site-page--item-files .row--self-adjusting .col-12:nth-child(n+5) {
    display: initial;
  }
}

/* line 2, app/assets/stylesheets/pages/orders/_show.scss */
.site-page--order .products-list {
  margin-bottom: 20px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--order .products-list:before, .site-page--order .products-list:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--order .products-list:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/pages/orders/_show.scss */
.site-page--order .listed-product__shop-credit-badge {
  right: 54%;
}

/* line 12, app/assets/stylesheets/pages/orders/_show.scss */
.site-page--order .loyalty-progress-bar-container .loyalty-level-progress {
  width: 100%;
  margin: 0 10px 0 0;
}

/* line 19, app/assets/stylesheets/pages/orders/_show.scss */
.site-page--order.order-page--guest .content-heading__title {
  font-size: 1.4375rem;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #3f444c;
}

/* line 27, app/assets/stylesheets/pages/orders/_show.scss */
.site-page--order.order-page--guest .content-heading__subtitle {
  font-size: 1.25rem;
  letter-spacing: 0.3px;
}

/* line 32, app/assets/stylesheets/pages/orders/_show.scss */
.site-page--order.order-page--guest .complete-purchase-message {
  margin: 16px 0 36px;
  color: #6d6d6d;
}

/* line 37, app/assets/stylesheets/pages/orders/_show.scss */
.site-page--order.order-page--guest .message-content-heading {
  font-size: 1.125rem;
  padding-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

/* line 44, app/assets/stylesheets/pages/orders/_show.scss */
.site-page--order.order-page--guest .listed-product__shop-credit-badge {
  right: 58%;
}

/* line 49, app/assets/stylesheets/pages/orders/_show.scss */
.site-page--order .header__actions {
  float: right;
}

/* line 2, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
  color: #fff;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--api-landing .api-landing-header:before, .site-page--api-landing .api-landing-header:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--api-landing .api-landing-header:after {
  clear: both;
}

/* line 12, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-header__heading {
  margin-top: 100px;
  text-align: center;
}

/* line 17, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-header__title {
  font-size: 3rem;
  margin-bottom: 40px;
  line-height: 54px;
  font-weight: 300;
}

/* line 24, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-header__description {
  font-size: 1.5rem;
  line-height: 28px;
}

/* line 29, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-content {
  display: block;
  width: 100%;
  min-height: 500px;
  background: #f4f6f7;
  background-image: url(/assets/polygon_bg-839d6afcfb79f87179e03b210eabcdd8e7aef1e949b3e918567ce647b55f8d3c.jpg);
  color: #23272c;
}

/* line 38, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-content__inner {
  font-size: 1.125rem;
  line-height: 28px;
}

/* line 43, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-content__link-to-form {
  position: relative;
  top: -27px;
}

/* line 48, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-content__description {
  margin: 30px 0;
  text-align: center;
}

/* line 53, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-info-sections {
  margin: 40px 0;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--api-landing .api-landing-info-sections:before, .site-page--api-landing .api-landing-info-sections:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--api-landing .api-landing-info-sections:after {
  clear: both;
}

/* line 58, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .designers-section,
.site-page--api-landing .customers-section {
  margin-bottom: 20px;
  padding-right: 20px;
}

/* line 63, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .designers-section.is-last-of-row,
.site-page--api-landing .customers-section.is-last-of-row {
  float: right;
  margin-right: 0;
}

/* line 68, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .designers-section {
  border-right: 1px solid #c8d2d7;
}

/* line 72, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .customers-section {
  padding: 0 0 0 20px;
}

/* line 76, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-sections__heading {
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: 300;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--api-landing .api-landing-sections__usage-sections:before, .site-page--api-landing .api-landing-sections__usage-sections:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--api-landing .api-landing-sections__usage-sections:after {
  clear: both;
}

/* line 87, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-sections__usage-sections .usage-section-row {
  display: flex;
}

/* line 91, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-sections__usage-sections .usage-section {
  float: left;
  width: 50%;
  padding: 10px 15px;
  text-align: center;
}

/* line 99, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-form-section {
  margin: 40px 0;
}

/* line 103, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-form {
  width: 50%;
  margin: 30px auto;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--api-landing .api-landing-form:before, .site-page--api-landing .api-landing-form:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--api-landing .api-landing-form:after {
  clear: both;
}

/* line 108, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-form span {
  display: block;
}

/* line 112, app/assets/stylesheets/pages/api_landing_page/developers.scss */
.site-page--api-landing .api-landing-form textarea {
  height: 140px;
  resize: none;
}

/* line 2, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .blogging-contest-header {
  display: block;
  height: 350px;
  max-width: 1142px;
  width: 100%;
  margin: 0 auto;
}

/* line 9, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .blogging-contest-header img {
  height: 100%;
  width: 100%;
}

/* line 15, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .blogging-contest-content {
  display: block;
  margin: 0 auto;
  max-width: 1142px;
  padding: 20px;
  background: #fff;
}

/* line 23, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .blogging-contest-content__title {
  font-size: 2.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 0 30px;
  font-weight: 300;
  line-height: 1.1;
}

/* line 31, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .blogging-contest-content__description-title {
  font-size: 1.5rem;
  margin: 20px 0 10px;
}

/* line 35, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .blogging-contest-content__description-title b {
  color: #159ca9;
}

/* line 40, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .blogging-contest-content__description {
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  text-align: justify;
}

/* line 46, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .blogging-contest-content__description b {
  color: #159ca9;
}

/* line 51, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .blogging-contest-info {
  margin-bottom: 40px;
}

/* line 55, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .blogging-contest-tabs {
  position: relative;
  top: 21px;
}

/* line 60, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .blogging-contest-sections {
  margin: 30px 0;
}

/* line 64, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .section-heading, .site-page--blogging-contest .site-page--my-products .section-heading--small, .site-page--my-products .site-page--blogging-contest .section-heading--small {
  margin: 30px 0;
}

/* line 68, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .section-heading__title {
  margin: 0 0 5px;
  line-height: 1;
}

/* line 73, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .section-heading__subtitle {
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.1;
  color: #485c66;
}

/* line 80, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .section-content__title {
  font-size: 1.0625rem;
  margin: 30px 0 7px;
  font-weight: 800;
}

/* line 86, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .section-content__description {
  text-align: justify;
}

@media screen and (min-width: 920px) {
  /* line 90, app/assets/stylesheets/pages/blogging_contest/_index.scss */
  .site-page--blogging-contest .blogging-contest-submission-form {
    width: 50%;
    margin: auto;
  }
}

/* line 97, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .section-content__sponsor {
  border-bottom: 1px solid #c8d2d7;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--blogging-contest .section-content__sponsor:before, .site-page--blogging-contest .section-content__sponsor:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--blogging-contest .section-content__sponsor:after {
  clear: both;
}

/* line 101, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .section-content__sponsor.is-last {
  border-bottom: none;
}

/* line 106, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .section-content__sponsor-logo {
  margin: auto;
  padding: 10px;
  max-width: 250px;
  vertical-align: middle;
}

/* line 113, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .section-content__sponsor-info {
  padding: 10px;
  vertical-align: middle;
}

/* line 117, app/assets/stylesheets/pages/blogging_contest/_index.scss */
.site-page--blogging-contest .section-content__sponsor-info .section-content__sponsor-name {
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-weight: 800;
}

@media screen and (min-width: 640px) {
  /* line 125, app/assets/stylesheets/pages/blogging_contest/_index.scss */
  .site-page--blogging-contest .section-content__sponsor-logo {
    display: inline-block;
    width: 25%;
  }
  /* line 130, app/assets/stylesheets/pages/blogging_contest/_index.scss */
  .site-page--blogging-contest .section-content__sponsor-info {
    display: inline-block;
    width: 75%;
  }
}

@media screen and (min-width: 920px) {
  /* line 137, app/assets/stylesheets/pages/blogging_contest/_index.scss */
  .site-page--blogging-contest .section-content__sponsor-logo {
    display: inline-block;
    width: 22%;
  }
  /* line 142, app/assets/stylesheets/pages/blogging_contest/_index.scss */
  .site-page--blogging-contest .section-content__sponsor-info {
    display: inline-block;
    width: 78%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 149, app/assets/stylesheets/pages/blogging_contest/_index.scss */
  .site-page--blogging-contest .section-content__sponsor-logo {
    width: 20%;
  }
  /* line 153, app/assets/stylesheets/pages/blogging_contest/_index.scss */
  .site-page--blogging-contest .section-content__sponsor-info {
    width: 80%;
  }
}

/* line 2, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty-container {
  margin: 20px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* line 8, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty-container .container-section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 16, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty-container .container-tooltip {
  position: absolute;
  top: 0;
  right: 5px;
}

/* line 23, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .wrapper {
  display: flex;
  justify-content: center;
  min-height: 100px;
}

/* line 28, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .wrapper .container-section__content {
  align-self: center;
  padding: 0 10px;
}

/* line 34, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty__savings-info,
.site-page--buyers-landing-page .buyer-loyalty__credit-earn-rate-info,
.site-page--buyers-landing-page .buyer-loyalty__message {
  width: 100%;
}

/* line 40, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty__savings-info,
.site-page--buyers-landing-page .buyer-loyalty__message {
  font-size: 1rem;
  text-align: center;
}

/* line 46, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty__credit-earn-rate-info {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* line 51, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty__savings-info {
  line-height: 1.3;
}

/* line 54, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty__savings-info.bonus-credits-active {
  color: #159ca9;
}

/* line 58, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty__savings-info span {
  font-size: 1.375rem;
  display: block;
  font-weight: 800;
}

/* line 64, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty__savings-info .container-tooltip {
  right: 10px;
}

/* line 69, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .loyalty-level-progress {
  width: 90%;
  margin: 3px auto;
}

/* line 73, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .loyalty-level-progress .progress-bar, .site-page--buyers-landing-page .loyalty-level-progress .progress-bar--thin {
  background: rgba(255, 255, 255, 0.9);
}

/* line 79, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty__message .message-title {
  text-transform: uppercase;
  font-weight: 800;
}

/* line 84, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty__message .message-body {
  font-size: 0.875rem;
  line-height: 1.3;
}

/* line 89, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
.site-page--buyers-landing-page .buyer-loyalty__message .bonus-credits-message,
.site-page--buyers-landing-page .buyer-loyalty__message .sale-message {
  font-size: 1rem;
}

@media screen and (min-width: 640px) {
  /* line 98, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
  .site-page--buyers-landing-page .buyer-loyalty__savings-info,
.site-page--buyers-landing-page .buyer-loyalty__message {
    width: 30%;
  }
  /* line 103, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
  .site-page--buyers-landing-page .buyer-loyalty__credit-earn-rate-info {
    width: 40%;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  /* line 110, app/assets/stylesheets/pages/buyers_landing_page/_buyer_loyalty.scss */
  .site-page--buyers-landing-page .wrapper {
    min-height: 90px;
  }
}

/* line 4, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .section__actions .section__action {
  width: 50%;
}

/* line 8, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .section__actions .button {
  width: 180px;
}

/* line 13, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .cart-info {
  font-size: 0.9375rem;
  display: block;
  width: 100%;
  line-height: 2;
}

/* line 19, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .cart-info span {
  width: 33%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

/* line 27, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .cart-items {
  position: relative;
}

/* line 31, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .product-thumbs {
  height: 260px;
  margin: 0 40px;
}

/* line 35, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .product-thumbs .grid {
  margin: 0;
}

/* line 39, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .product-thumbs ul {
  margin: 13px 0;
}

/* line 42, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .product-thumbs ul > li {
  display: inline;
  padding: 1px 4px;
  margin: 0 5px;
  opacity: .7;
  border: 0;
}

/* line 51, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .product-thumbs .grid__col {
  max-width: 260px;
}

/* line 54, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .product-thumbs .grid__col.is-short-grid {
  flex: 1;
}

/* line 60, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
.site-page--buyers-landing-page .section--cart .product-thumb-navigation__item {
  margin-top: -185px;
  padding: 50px 6px;
}

@media screen and (min-width: 920px) {
  /* line 71, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
  .site-page--buyers-landing-page .section--cart .section__actions .section__action {
    width: 20%;
  }
  /* line 76, app/assets/stylesheets/pages/buyers_landing_page/_cart.scss */
  .site-page--buyers-landing-page .section--cart .cart-info {
    font-size: 1.125rem;
    display: inline-block;
    width: 60%;
  }
}

/* line 3, app/assets/stylesheets/pages/buyers_landing_page/_jobs.scss */
.site-page--buyers-landing-page .jobs-container .job-info__main-info {
  margin-top: 15px;
  padding-right: 10px;
}

/* line 8, app/assets/stylesheets/pages/buyers_landing_page/_jobs.scss */
.site-page--buyers-landing-page .jobs-container .job-info__info-boxes {
  width: 100%;
}

/* line 12, app/assets/stylesheets/pages/buyers_landing_page/_jobs.scss */
.site-page--buyers-landing-page .jobs-container .job-info__title-and-status {
  padding: 0 10px 0 20px;
  line-height: 1.5;
}

/* line 17, app/assets/stylesheets/pages/buyers_landing_page/_jobs.scss */
.site-page--buyers-landing-page .jobs-container .job-title {
  font-size: 1.25rem;
  margin-top: 10px;
  color: #ce3c5c;
}

/* line 23, app/assets/stylesheets/pages/buyers_landing_page/_jobs.scss */
.site-page--buyers-landing-page .jobs-container .box {
  float: right;
  display: inline-block;
  width: 29%;
  margin-right: 20px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (min-width: 480px) {
  /* line 23, app/assets/stylesheets/pages/buyers_landing_page/_jobs.scss */
  .site-page--buyers-landing-page .jobs-container .box {
    width: 30%;
  }
}

/* line 35, app/assets/stylesheets/pages/buyers_landing_page/_jobs.scss */
.site-page--buyers-landing-page .jobs-container .box.is-last {
  margin-right: 0;
}

/* line 39, app/assets/stylesheets/pages/buyers_landing_page/_jobs.scss */
.site-page--buyers-landing-page .jobs-container .box span {
  font-size: 1.125rem;
  display: block;
  padding-bottom: 5px;
  color: #ce3c5c;
  font-weight: 800;
}

/* line 47, app/assets/stylesheets/pages/buyers_landing_page/_jobs.scss */
.site-page--buyers-landing-page .jobs-container .box small {
  display: block;
}

/* line 52, app/assets/stylesheets/pages/buyers_landing_page/_jobs.scss */
.site-page--buyers-landing-page .jobs-container .wrapper {
  display: flex;
  justify-content: center;
  min-height: 85px;
}

/* line 57, app/assets/stylesheets/pages/buyers_landing_page/_jobs.scss */
.site-page--buyers-landing-page .jobs-container .wrapper .box-content {
  align-self: center;
}

/* line 2, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .header {
  z-index: 1;
}

/* line 6, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--timer {
  background-color: #159ca9;
  font-size: 2.0625rem;
  padding: 30px;
  color: #fff;
  line-height: 1;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 16, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--timer.is-secondary-color {
  background-color: #ce3c5c;
}

/* line 20, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--timer div {
  display: inline-block;
}

/* line 24, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--timer .coundown-timer {
  font-weight: 800;
}

/* line 28, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--timer .react-cntdwn-day::after {
  content: ': ';
}

/* line 33, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .content-section--light {
  background: white;
}

/* line 37, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section__content {
  padding: 20px 0 40px;
}

/* line 41, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section__actions {
  margin-top: 15px;
}

/* line 2, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--buyers-landing-page .section__actions:before, .site-page--buyers-landing-page .section__actions:after {
  content: " ";
  display: table;
}

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-page--buyers-landing-page .section__actions:after {
  clear: both;
}

/* line 47, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section__title span {
  color: #ce3c5c;
  font-weight: 800;
}

/* line 53, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .box {
  display: inline-block;
  position: relative;
  height: 100%;
  border-radius: 10px;
  padding: 5px;
  vertical-align: middle;
}

/* line 61, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .box .box-content {
  padding: 0 5px;
  vertical-align: middle;
}

/* line 67, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--search {
  background: rgba(0, 0, 0, 0.25);
  padding-top: 25px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 73, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--search .container-fixed, .site-page--buyers-landing-page .section--search .site-page--jobs-dashboard .nav-tabs, .site-page--jobs-dashboard .site-page--buyers-landing-page .section--search .nav-tabs,
.site-page--buyers-landing-page .section--search .site-page--jobs-dashboard .main-content__messages,
.site-page--jobs-dashboard .site-page--buyers-landing-page .section--search .main-content__messages,
.site-page--buyers-landing-page .section--search .site-page--jobs-dashboard .main-content__send-message,
.site-page--jobs-dashboard .site-page--buyers-landing-page .section--search .main-content__send-message, .site-page--buyers-landing-page .section--search .site-page--jobs-dashboard .nav-tabs--fatter-font, .site-page--jobs-dashboard .site-page--buyers-landing-page .section--search .nav-tabs--fatter-font, .site-page--buyers-landing-page .section--search .site-page--my-products .form-footer__wrapper--sticky .form-footer, .site-page--my-products .form-footer__wrapper--sticky .site-page--buyers-landing-page .section--search .form-footer {
  display: table;
}

/* line 77, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--search .wrapper {
  margin: 0 25px;
}

/* line 81, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--search .section__content {
  width: 100%;
  margin: 45px auto;
}

/* line 86, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--search .section__title {
  font-size: 1.5625rem;
  margin: 25px auto 15px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  font-weight: 400;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* line 96, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--search .site-search {
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 640px) {
  /* line 101, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
  .site-page--buyers-landing-page .section--search .section__content {
    width: 65%;
  }
  /* line 105, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
  .site-page--buyers-landing-page .section--search .site-search {
    width: 90%;
    margin: auto;
  }
}

/* line 113, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--categories .section__title {
  margin: 10px 0 30px;
}

/* line 120, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--purchases .no-purchases-message span {
  font-size: 1.125rem;
  margin: 0 7px;
  color: #19bcc9;
  font-weight: 800;
}

/* line 130, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--info .section-content__info-box {
  display: block;
  width: 100%;
  margin: 20px 0 0;
}

/* line 136, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--info .info-box__title {
  font-size: 1.375rem;
  line-height: 1.4;
}

/* line 141, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--info .info-box__content {
  padding: 10px 40px;
  text-align: left;
}

/* line 145, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
.site-page--buyers-landing-page .section--info .info-box__content .list {
  width: 180px;
  margin: 0 auto;
  padding-left: 20px;
}

@media screen and (min-width: 640px) {
  /* line 157, app/assets/stylesheets/pages/buyers_landing_page/index.scss */
  .site-page--buyers-landing-page .section--info .section-content__info-box {
    display: inline-block;
    width: 33%;
    vertical-align: top;
  }
}

/* line 2, app/assets/stylesheets/pages/loyalty_discounts/_index.scss */
.site-page--loyalty-discounts .main-text {
  margin: 0;
  background: #3f444c;
  padding: 25px 50px;
  color: #fff;
  text-align: justify;
}

/* line 10, app/assets/stylesheets/pages/loyalty_discounts/_index.scss */
.site-page--loyalty-discounts .questions-container {
  padding: 20px;
}

/* line 13, app/assets/stylesheets/pages/loyalty_discounts/_index.scss */
.site-page--loyalty-discounts .questions-container img {
  max-width: 100%;
  padding: 10px;
}

@media screen and (min-width: 640px) {
  /* line 13, app/assets/stylesheets/pages/loyalty_discounts/_index.scss */
  .site-page--loyalty-discounts .questions-container img {
    max-width: 50%;
  }
  /* line 20, app/assets/stylesheets/pages/loyalty_discounts/_index.scss */
  .site-page--loyalty-discounts .questions-container img.is-horizontal {
    max-width: 100%;
  }
}

@media screen and (min-width: 920px) {
  /* line 13, app/assets/stylesheets/pages/loyalty_discounts/_index.scss */
  .site-page--loyalty-discounts .questions-container img {
    max-width: 33.33%;
    max-height: 350px;
  }
  /* line 29, app/assets/stylesheets/pages/loyalty_discounts/_index.scss */
  .site-page--loyalty-discounts .questions-container img.full-width {
    max-width: none;
  }
}

/* line 2, app/assets/stylesheets/pages/resubmit_recaptchas/new.scss */
.site-page--resubmit-recaptcha .resubmit-recaptcha-content {
  min-height: 80vh;
  padding: 40px 0;
}

/* line 7, app/assets/stylesheets/pages/resubmit_recaptchas/new.scss */
.site-page--resubmit-recaptcha .box {
  width: 345px;
  margin: 40px auto;
  text-align: center;
}

/* line 13, app/assets/stylesheets/pages/resubmit_recaptchas/new.scss */
.site-page--resubmit-recaptcha .button {
  margin-top: 20px;
}

/* line 3, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .empty-form {
  height: 600px;
}

/* line 8, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .competition-page.digital-art-competition {
  background: url(/assets/competitions/digital_art/hero-0d90487b62fe3885f25ea0063bbbdc8f867050d369f876ea9c31cdd29adf3798.jpg) top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* line 15, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .content-section {
  padding: 50px 0;
  background: #f4f6f7;
}

/* line 20, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .content-section--light {
  background: #fff;
}

/* line 24, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .content-section--dark {
  background: #f0f0f0;
}

/* line 28, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .content-section--transparent {
  background: transparent;
}

/* line 32, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .content-section__title {
  font-size: 1.75rem;
  margin: 0 0 25px;
  line-height: 1;
  color: #3f444c;
  font-weight: 400;
}

/* line 40, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .content-section__subtitle {
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: justify;
  color: #6d6d6d;
}

/* line 47, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .content-subsection__title {
  font-size: 1.625rem;
  margin: 10px 0 30px;
  line-height: 1;
  color: #3f444c;
  font-weight: 400;
}

/* line 56, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .competition-landing-page .partner-logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (min-width: 1280px) {
  /* line 56, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .competition-landing-page .partner-logo-box {
    padding: 0 30px;
  }
}

/* line 67, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .competition-landing-page .partner-logo {
  margin-top: 30px;
  max-height: 100px;
  vertical-align: middle;
}

/* line 74, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--description-and-rules {
  color: #6d6d6d;
}

/* line 77, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--description-and-rules .svg-inline--fa {
  font-size: 4.375rem;
  display: block;
  margin: 20px auto;
}

/* line 83, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--description-and-rules .btn, .site-page--competition .section--description-and-rules .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--competition .section--description-and-rules button,
.site-page--competition .section--description-and-rules .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--competition .section--description-and-rules button {
  display: block;
  width: 150px;
  margin: 30px auto 0;
}

/* line 90, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .landing-page__category-box {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  min-height: 345px;
  margin-bottom: 50px;
  color: #fff;
}

/* line 97, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .landing-page__category-box .category-box__content {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

/* line 106, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .landing-page__category-box .category-box__content:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.4);
}

/* line 111, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .landing-page__category-box .category-box__info {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  padding: 0 15px 30px;
  pointer-events: none;
}

@media (min-width: 960px) and (max-width: 1279.98px) {
  /* line 111, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .landing-page__category-box .category-box__info {
    left: 11px;
    width: calc(100% - 22px);
    padding: 0 11px 30px;
  }
}

/* line 126, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .landing-page__category-box .content__text-background {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 50%;
  opacity: 0.54;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);
}

/* line 135, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .landing-page__category-box .category-title {
  font-size: 1.8125rem;
  margin-bottom: 5px;
  text-shadow: 0 0 14px #000;
  font-weight: 600;
}

@media (min-width: 960px) and (max-width: 1279.98px) {
  /* line 135, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .landing-page__category-box .category-title {
    font-size: 1.25rem;
  }
}

@media (min-width: 640px) and (max-width: 959.98px) {
  /* line 135, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .landing-page__category-box .category-title {
    font-size: 1.5rem;
  }
}

/* line 149, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .landing-page__category-box .category-title .btn, .site-page--competition .landing-page__category-box .category-title .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--competition .landing-page__category-box .category-title button,
.site-page--competition .landing-page__category-box .category-title .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--competition .landing-page__category-box .category-title button {
  color: #fff;
  pointer-events: auto;
}

/* line 153, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .landing-page__category-box .category-title .btn:hover, .site-page--competition .landing-page__category-box .category-title .mde-header .mde-tabs button:hover, .mde-header .mde-tabs .site-page--competition .landing-page__category-box .category-title button:hover,
.site-page--competition .landing-page__category-box .category-title .mde-header .mde-header-group button:hover,
.mde-header .mde-header-group .site-page--competition .landing-page__category-box .category-title button:hover {
  color: #159ca9;
}

/* line 160, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .partners-tier-container {
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

/* line 164, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .partners-tier-container:last-child {
  border-bottom: none;
}

/* line 169, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .partners-tier-container__partner {
  font-size: 1rem;
  margin-bottom: 20px;
}

@media (max-width: 1279.98px) {
  /* line 169, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .partners-tier-container__partner {
    font-size: 0.875rem;
  }
}

/* line 177, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .partners-tier-container__partner .card, .site-page--competition .partners-tier-container__partner .table-responsive, .site-page--competition .partners-tier-container__partner .content-box, .site-page--competition .partners-tier-container__partner .table-with-borders {
  height: 20.357em;
  padding: 0 20px;
  line-height: 20.357em;
  text-align: center;
}

/* line 183, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .partners-tier-container__partner .card a, .site-page--competition .partners-tier-container__partner .table-responsive a, .site-page--competition .partners-tier-container__partner .content-box a, .site-page--competition .partners-tier-container__partner .table-with-borders a {
  display: block;
}

/* line 188, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .partners-tier-container__partner img {
  max-height: 150px;
  vertical-align: middle;
}

/* line 193, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .partners-tier-container__partner .partner-info__title {
  font-size: 1.625em;
  margin: 10px 0;
  line-height: 1.3;
}

/* line 199, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .partners-tier-container__partner p {
  font-size: 1em;
  color: #6d6d6d;
}

/* line 205, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .tabs-container {
  border-bottom: 1px solid #e0e0e0;
}

/* line 208, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .tabs-container .nav-tabs, .site-page--competition .tabs-container .nav-tabs--fatter-font {
  padding: 0;
}

/* line 214, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .category-box__header {
  position: relative;
  height: 345px;
  overflow: hidden;
  text-align: left;
  color: #fff;
  background: center center no-repeat;
  background-size: cover;
}

@media (min-width: 1600px) {
  /* line 214, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .category-box .category-box__header {
    height: 445px;
  }
}

/* line 227, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .category-box__header.is-background-top {
  background: top center no-repeat;
  background-size: cover;
}

/* line 233, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .category-box__header-info-background {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.66));
}

/* line 241, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .category-box__header-info {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  padding: 0 30px 30px;
}

/* line 247, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .category-box__header-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

/* line 252, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .category-box__header-info p {
  margin: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1600px) {
  /* line 258, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .category-box .category-box__header-info h3 {
    font-size: 1.875rem;
  }
  /* line 262, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .category-box .category-box__header-info p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

/* line 269, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .category-box__prizes {
  color: #485c66;
}

/* line 272, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .category-box__prizes .prizes-list {
  padding: 0 30px;
}

/* line 276, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .category-box__prizes .prizes__total-value {
  font-size: 1.25rem;
  margin-top: 40px;
  color: #3f444c;
}

@media (min-width: 960px) and (max-width: 1279.98px) {
  /* line 276, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .category-box .category-box__prizes .prizes__total-value {
    font-size: 1.125rem;
  }
}

/* line 286, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .category-box__prizes ul {
  padding-left: 20px;
}

/* line 291, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .categor-box__partner {
  margin-top: 20px;
  color: #485c66;
  text-align: right;
}

/* line 296, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .category-box .categor-box__partner img {
  margin-top: 10px;
  max-width: 130px;
  max-height: 70px;
}

/* line 304, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .judge-box {
  margin-top: 50px;
}

/* line 307, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .judge-box .judge-box__image {
  text-align: center;
}

/* line 310, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .judge-box .judge-box__image img {
  max-height: 300px;
}

/* line 315, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .judge-box .judge-box__info {
  color: #485c66;
}

/* line 318, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .judge-box .judge-box__info p {
  font-size: 0.875rem;
}

@media (min-width: 1280px) {
  /* line 318, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .judge-box .judge-box__info p {
    font-size: 1rem;
  }
}

/* line 327, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .judge-box .judge-info__name {
  font-size: 1.375rem;
  line-height: 1;
  color: #3f444c;
}

/* line 333, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .judge-box .judge-info__title {
  font-size: 1.125rem;
}

/* line 338, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules {
  color: #485c66;
}

/* line 341, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules .rules-section {
  margin-bottom: 30px;
}

/* line 345, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules .rules-section__title {
  font-size: 1.5rem;
  margin: 40px 0 20px;
  color: #3f444c;
  font-weight: 400;
  line-height: 1.3;
}

/* line 352, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules .rules-section__title.is-smaller {
  font-size: 1.375rem;
}

/* line 357, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules ul,
.site-page--competition .section--rules ol {
  padding-left: 15px;
}

/* line 364, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules .rules-section__description li,
.site-page--competition .section--rules .rules__entry-validation li {
  margin-bottom: 20px;
}

/* line 370, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules .rules__key-dates li {
  margin-bottom: 10px;
}

/* line 375, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules .embed-badges {
  margin-bottom: 20px;
}

/* line 378, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules .embed-badges .badge-container {
  text-align: center;
}

/* line 382, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules .embed-badges .badge-img {
  max-height: 100px;
  margin: 20px 0;
}

/* line 387, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules .embed-badges .code-area {
  font-size: 0.875rem;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 10px;
  background: #eee;
  cursor: pointer;
}

/* line 395, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--rules .embed-badges .code-area code {
  white-space: normal;
  word-wrap: break-word;
}

/* line 403, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .competition-header__heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 230px;
  text-shadow: 0 0 14px #000;
  color: #fff;
}

/* line 409, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .competition-header__heading .competition-header__title {
  font-size: 2.6875rem;
  line-height: 1.5;
}

/* line 413, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .competition-header__heading .competition-header__title strong {
  font-weight: 400;
}

/* line 418, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .competition-header__heading .competition-header__description {
  font-size: 1.6875rem;
  line-height: 1.25;
}

/* line 422, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .competition-header__heading .competition-header__description strong {
  font-weight: 600;
}

@media (max-width: 1599.98px) {
  /* line 428, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .competition-header__heading .competition-header__title {
    font-size: 2.125rem;
  }
  /* line 432, app/assets/stylesheets/pages/competition/_index.scss */
  .site-page--competition .competition-header__heading .competition-header__description {
    font-size: 1.3125rem;
  }
}

/* line 438, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 90px 0;
  color: #fff;
  text-shadow: 0 0 14px #000;
}

/* line 444, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--footer .footer-heading {
  font-size: 2.8125rem;
  margin-bottom: 20px;
  letter-spacing: 0.6px;
  line-height: 1;
}

/* line 451, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .section--footer p {
  font-size: 1.3125rem;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

/* line 458, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .upload-files {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 32px 0;
  padding: 20px;
  color: #6d6d6d;
}

/* line 464, app/assets/stylesheets/pages/competition/_index.scss */
.site-page--competition .upload-files .form-heading {
  font-size: 1.25rem;
  margin: 0.25em 0 0.875em;
  color: #23272c;
  font-weight: 400;
}

/* line 474, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 16px 0 40px;
  color: #6d6d6d;
}

/* line 479, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition h2, .overlay-modal .overlay-modal--competition h3 {
  color: #3f444c;
  margin: 40px 0 25px;
  font-weight: 400;
}

/* line 485, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition label {
  display: inline-block;
  margin: 6px 0;
}

/* line 489, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition label .__react_component_tooltip {
  margin-left: 7px;
}

/* line 494, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition hr {
  background-color: #e0e0e0;
}

/* line 498, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .category-title {
  color: #3f444c;
}

/* line 503, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .category-container .btn, .overlay-modal .overlay-modal--competition .category-container .mde-header .mde-tabs button, .mde-header .mde-tabs .overlay-modal .overlay-modal--competition .category-container button,
.overlay-modal .overlay-modal--competition .category-container .mde-header .mde-header-group button,
.mde-header .mde-header-group .overlay-modal .overlay-modal--competition .category-container button {
  font-size: 0.875rem;
  padding: 0.375rem;
}

/* line 509, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .category-container:nth-child(even) .category-right-border {
  border-right: 1px solid #e0e0e0;
}

/* line 516, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__top {
  margin-top: -15px;
  height: 29px;
  text-align: right;
}

/* line 522, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container {
  margin: 0 -7px;
}

/* line 525, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container {
  position: relative;
  width: 25%;
  padding: 7px;
  float: left;
}

/* line 531, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container .uploaded-images__image-holder {
  display: flex;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 0;
  overflow: hidden;
}

/* line 540, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container .uploaded-images__image-holder.is-empty {
  box-shadow: none;
}

/* line 543, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container .uploaded-images__image-holder.is-empty img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
}

/* line 553, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container .uploaded-images__image-holder:after {
  content: "";
  display: table;
  padding-bottom: 100%;
}

/* line 560, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container .uploaded-images__select {
  position: absolute;
  display: none;
  top: 9px;
  right: 7px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}

/* line 572, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container .uploaded-images__select:hover {
  cursor: pointer;
}

/* line 575, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container .uploaded-images__select:hover .svg-inline--fa {
  color: #ce3c5c;
}

/* line 581, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container .uploaded-images__set-thumb {
  position: absolute;
  display: none;
  bottom: 7px;
  right: 7px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #159ca9;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
  z-index: 1;
}

/* line 595, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container .uploaded-images__set-thumb .svg-inline--fa {
  width: 20px;
  height: 20px;
  margin: 0;
  color: #bcbcbc;
}

/* line 602, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container .uploaded-images__set-thumb:hover {
  border: 1px solid #159ca9;
  cursor: pointer;
}

/* line 606, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container .uploaded-images__set-thumb:hover .svg-inline--fa {
  color: #159ca9;
}

/* line 612, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container:hover {
  cursor: pointer;
}

/* line 615, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container:hover .uploaded-images__image-holder {
  border-color: #159ca9;
}

/* line 619, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container:hover .uploaded-images__select {
  display: block;
}

/* line 623, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container:hover .uploaded-images__set-thumb {
  display: block;
}

/* line 629, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container.is-active .uploaded-images__set-thumb {
  display: block;
  border-color: #159ca9;
  cursor: default;
}

/* line 634, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container.is-active .uploaded-images__set-thumb .svg-inline--fa {
  color: #159ca9;
}

/* line 641, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container.is-selected .uploaded-images__image-holder {
  border-color: #159ca9;
}

/* line 645, app/assets/stylesheets/pages/competition/_index.scss */
.overlay-modal .overlay-modal--competition .uploaded-images .uploaded-images__container .uploaded-images__image-container.is-selected .uploaded-images__select {
  display: block;
}

/* line 655, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal {
  width: 100%;
  margin: 50px 80px;
  min-width: 0;
  pointer-events: auto;
}

/* line 661, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal .preview-modal__image-gallery {
  padding-right: 0;
}

/* line 664, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal .preview-modal__image-gallery .preview-modal__image {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(19, 21, 24, 0.15);
  animation: fadein 1s;
}

/* line 672, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal .preview-modal__image-gallery .preview-modal__image:last-child {
  margin-bottom: 0;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 683, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal .preview-modal--previous {
  position: fixed;
  top: 50%;
  left: 25px;
}

/* line 688, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal .preview-modal--previous .svg-inline--fa {
  font-size: 1.8125rem;
  color: #bcbcbc;
}

/* line 694, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal .preview-modal--next {
  position: fixed;
  top: 50%;
  right: 25px;
}

/* line 699, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal .preview-modal--next .svg-inline--fa {
  font-size: 1.8125rem;
  color: #bcbcbc;
}

/* line 705, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal .preview-modal__image-placeholder {
  display: block;
  position: relative;
  height: 65vh;
  background-color: #d5d5d5;
  opacity: 0.95;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(19, 21, 24, 0.15);
}

/* line 714, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal .preview-modal__image-placeholder .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

@media (min-width: 1280px) {
  /* line 655, app/assets/stylesheets/pages/competition/_index.scss */
  .preview-modal {
    margin: 75px 80px;
  }
}

/* line 728, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar {
  position: fixed;
  top: 50px;
  right: 80px;
  bottom: 50px;
  left: 80px;
}

/* line 735, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content {
  position: relative;
  height: calc(100vh - 150px);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(19, 21, 24, 0.15);
  pointer-events: auto;
}

/* line 743, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content .preview-modal-sidebar__info {
  animation: fadein 1s;
}

/* line 747, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content header {
  padding: 40px 30px;
}

/* line 750, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content header h2 {
  margin: 0;
  line-height: 1.3;
}

/* line 755, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content header .author {
  text-decoration: underline;
}

/* line 759, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content header p {
  color: #6d6d6d;
  margin: 18px 0 0;
}

/* line 765, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content .published-date {
  font-size: 0.75rem;
  padding: 10px 30px;
  color: #6d6d6d;
}

/* line 771, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content .info-section {
  font-size: 0.875rem;
  padding: 10px;
  margin-top: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #3f444c;
  text-align: center;
  font-weight: 600;
}

/* line 782, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content .button-container {
  padding: 20px 30px;
}

/* line 785, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content .button-container span {
  display: block;
}

/* line 789, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content .button-container .__react_component_tooltip {
  pointer-events: auto;
}

/* line 794, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content .preloading-content {
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

/* line 800, app/assets/stylesheets/pages/competition/_index.scss */
.preview-modal-sidebar .preview-modal-sidebar__content footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  /* line 728, app/assets/stylesheets/pages/competition/_index.scss */
  .preview-modal-sidebar {
    top: 75px;
    bottom: 75px;
  }
}

/* line 820, app/assets/stylesheets/pages/competition/_index.scss */
.competition-gallery-page label {
  margin-bottom: 3px;
  color: #6d6d6d;
}

/* line 825, app/assets/stylesheets/pages/competition/_index.scss */
.competition-gallery-page .Select-new {
  min-width: 220px;
}

/* line 830, app/assets/stylesheets/pages/competition/_index.scss */
.submission-form__description {
  margin-bottom: 25px;
}

/* line 834, app/assets/stylesheets/pages/competition/_index.scss */
.empty-content {
  font-size: 1.1875rem;
  margin: 100px auto;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome {
  background: #fff;
}

/* line 4, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .welcome-header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 640px;
  background: url(/assets/backgrounds/headers/welcome_header-5f3228b17a8403098f86ee37902a3cbc6e497dc04158bb88b855adf695ce5c5a.jpg) no-repeat center bottom;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.91);
}

/* line 16, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .welcome-header .header-text {
  margin-top: 230px;
}

/* line 20, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .welcome-header h1 {
  font-size: 3.875rem;
  margin: 40px 0;
}

/* line 25, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .welcome-header p {
  font-size: 2.5rem;
  margin: 0;
}

@media (max-width: 959.98px) {
  /* line 31, app/assets/stylesheets/pages/welcome/_index.scss */
  .site-page--welcome .welcome-header .header-text {
    margin-top: 230px;
  }
  /* line 35, app/assets/stylesheets/pages/welcome/_index.scss */
  .site-page--welcome .welcome-header h1 {
    font-size: 3.125rem;
  }
  /* line 39, app/assets/stylesheets/pages/welcome/_index.scss */
  .site-page--welcome .welcome-header p {
    font-size: 2rem;
  }
}

/* line 45, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .welcome-header a {
  font-weight: 400;
}

/* line 48, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .welcome-header a:hover {
  color: #fff;
}

/* line 53, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .welcome-header .user-credits {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

/* line 60, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .scroll-link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  margin: 0 auto;
  animation: waveDown 1.3s linear infinite;
}

@keyframes waveDown {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(7px);
  }
}

/* line 80, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .content-anchor {
  opacity: 0;
  height: 5px;
  margin: -70px 0 70px;
}

/* line 86, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .content-header {
  font-size: 1.75rem;
  text-align: center;
  color: #3f444c;
}

/* line 92, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .content-buttons {
  margin: 50px 0;
}

/* line 95, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .content-buttons .btn-group, .site-page--welcome .content-buttons .mde-header .mde-tabs, .mde-header .site-page--welcome .content-buttons .mde-tabs {
  width: 100%;
}

@media (min-width: 960px) {
  /* line 95, app/assets/stylesheets/pages/welcome/_index.scss */
  .site-page--welcome .content-buttons .btn-group, .site-page--welcome .content-buttons .mde-header .mde-tabs, .mde-header .site-page--welcome .content-buttons .mde-tabs {
    width: 700px;
  }
}

/* line 103, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .content-buttons .btn, .site-page--welcome .content-buttons .mde-header .mde-tabs button, .mde-header .mde-tabs .site-page--welcome .content-buttons button,
.site-page--welcome .content-buttons .mde-header .mde-header-group button,
.mde-header .mde-header-group .site-page--welcome .content-buttons button {
  width: 33.33%;
}

/* line 108, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .content-section {
  margin: 50px 0;
  text-align: center;
}

/* line 113, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .segment-benefit {
  margin: 20px auto;
}

/* line 116, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .segment-benefit .benefit-icon {
  height: 55px;
  margin-bottom: 20px;
}

/* line 120, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .segment-benefit .benefit-icon img {
  max-width: 80px;
  max-height: 55px;
}

/* line 126, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .segment-benefit .benefit-title {
  font-size: 1.25rem;
  margin-bottom: 25px;
  color: #3f444c;
  font-weight: 600;
}

/* line 132, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .segment-benefit .benefit-title.is-large {
  font-size: 1.3125rem;
  margin-top: 20px;
}

/* line 138, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .segment-benefit .benefit-text {
  color: #485c66;
}

/* line 141, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .segment-benefit .benefit-text.is-large {
  font-size: 1.125rem;
  margin-bottom: 60px;
}

/* line 146, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .segment-benefit .benefit-text a {
  text-decoration: none;
  font-weight: 600;
}

/* line 153, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .save-segment-btn {
  max-width: 400px;
  margin: 20px auto 0;
}

/* line 158, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .explanation-text {
  margin-top: 20px;
  color: #485c66;
}

/* line 162, app/assets/stylesheets/pages/welcome/_index.scss */
.site-page--welcome .explanation-text a {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/pages/projects/_index.scss */
.projects-list {
  padding: 12px 0 24px;
}

/* line 5, app/assets/stylesheets/pages/projects/_index.scss */
.products-wildcat-banner {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

/* line 10, app/assets/stylesheets/pages/projects/_index.scss */
.products-wildcat-banner.dynamic-banner {
  margin-top: 0;
}

/* line 15, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form {
  margin: 16px 0 32px;
  padding: 32px;
  color: #204659;
}

/* line 20, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__user-search {
  display: none;
  padding-bottom: 12px;
  animation: BlockFadeIn 0.25s ease-in;
}

/* line 25, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__user-search.is-shown {
  display: block;
}

/* line 30, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__user-search .form-group--with-prefix .form-group-text {
  border-right: 0;
  background-color: #f7f7f7;
}

/* line 35, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__user-search .form-group--with-prefix .form-control, .create-project-form .create-project__user-search .form-group--with-prefix .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .create-project__user-search .form-group--with-prefix input, .overlay-modal--deadline .create-project__deadline .day-picker__input .create-project-form .create-project__user-search .form-group--with-prefix input, .create-project-form .create-project__user-search .form-group--with-prefix .react-mde .mde-text, .react-mde .create-project-form .create-project__user-search .form-group--with-prefix .mde-text,
.create-project-form .create-project__user-search .form-group--with-prefix .react-mde .mde-preview,
.react-mde .create-project-form .create-project__user-search .form-group--with-prefix .mde-preview, .create-project-form .create-project__user-search .form-group--with-prefix .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .create-project-form .create-project__user-search .form-group--with-prefix .form-inline__mobile-toggle, .create-project-form .create-project__user-search .form-group--with-prefix .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .create-project-form .create-project__user-search .form-group--with-prefix .form-inline__mobile-toggle {
  border-left: 0;
}

/* line 41, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .scope-switcher {
  padding: 12px 0 24px;
  line-height: 26px;
}

/* line 45, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .scope-switcher .switch-input {
  margin: 0 16px -1px;
  vertical-align: bottom;
}

/* line 50, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .scope-switcher .is-active {
  margin-right: -4px;
  font-weight: 600;
}

/* line 56, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__attributes {
  padding-bottom: 8px;
}

/* line 59, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__attributes .form-group-grey {
  margin-bottom: 0;
}

/* line 63, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__attributes .create-project__attributes-list > label {
  margin-right: 24px;
}

/* line 68, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form textarea {
  resize: vertical;
}

/* line 72, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__earnings {
  font-weight: 600;
  line-height: 42px;
}

/* line 79, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__deadline.is-invalid .form-group-text {
  border-color: #dc3545;
}

/* line 84, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__deadline.is-invalid .day-picker__input input {
  border-color: #dc3545;
}

/* line 90, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__deadline .day-picker__input {
  margin-right: 16px;
}

/* line 99, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__deadline .day-picker__infinite-checkbox {
  display: flex;
  position: relative;
  line-height: 16px;
  justify-content: center;
  align-items: center;
}

/* line 106, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__deadline .day-picker__infinite-checkbox span {
  font-size: 1rem;
  color: #000;
}

/* line 113, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__deadline .form-group--with-prefix .form-group-text {
  border-right: 0;
  background-color: #f7f7f7;
}

/* line 118, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__deadline .form-group--with-prefix .form-control, .create-project-form .create-project__deadline .form-group--with-prefix .react-mde .mde-text, .react-mde .create-project-form .create-project__deadline .form-group--with-prefix .mde-text,
.create-project-form .create-project__deadline .form-group--with-prefix .react-mde .mde-preview,
.react-mde .create-project-form .create-project__deadline .form-group--with-prefix .mde-preview, .create-project-form .create-project__deadline .form-group--with-prefix .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .create-project-form .create-project__deadline .form-group--with-prefix .form-inline__mobile-toggle, .create-project-form .create-project__deadline .form-group--with-prefix .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .create-project-form .create-project__deadline .form-group--with-prefix .form-inline__mobile-toggle, .create-project-form .create-project__deadline .form-group--with-prefix .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .form-group--with-prefix input {
  border-left: 0;
}

/* line 126, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .create-project__software.is-invalid .custom-dropdown__header {
  border-color: #dc3545;
}

/* line 132, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .custom-dropdown--multi {
  display: block;
}

/* line 137, app/assets/stylesheets/pages/projects/_index.scss */
.create-project-form .message__attachments .attachment__column {
  min-width: initial;
}

@media (min-width: 960px) {
  /* line 143, app/assets/stylesheets/pages/projects/_index.scss */
  .create-project-form .create-project__budget-input {
    max-width: 100px;
  }
}

/* line 149, app/assets/stylesheets/pages/projects/_index.scss */
.create-project__top-info {
  margin-top: 20px;
}

/* line 153, app/assets/stylesheets/pages/projects/_index.scss */
.create-project__step {
  position: relative;
  padding: 12px 0;
  text-align: center;
}

/* line 158, app/assets/stylesheets/pages/projects/_index.scss */
.create-project__step .create-project__step-text {
  padding: 8px 16px;
}

/* line 162, app/assets/stylesheets/pages/projects/_index.scss */
.create-project__step .create-project__step-indicator {
  display: none;
  position: absolute;
  top: 35px;
  right: -10px;
}

@media (min-width: 640px) {
  /* line 162, app/assets/stylesheets/pages/projects/_index.scss */
  .create-project__step .create-project__step-indicator {
    display: block;
  }
}

/* line 3, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list .user-data .user-data__icon-wrapper,
.projects-designers-list .user-data .user-data__rating-wrapper {
  line-height: 20px;
}

/* line 9, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list .user-data .user-data__icon-wrapper .svg-inline--fa {
  font-size: 0.75rem;
  color: #204659;
}

/* line 15, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list .user-data .user-data__rating-wrapper {
  margin-right: 8px;
}

/* line 20, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list .user-data h1 a {
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list .user-data .user-data__actions {
  justify-content: flex-start;
}

@media (max-width: 959.98px) {
  /* line 30, app/assets/stylesheets/pages/projects/_invite-designer.scss */
  .projects-designers-list .user-data .user-data__section--top {
    padding: 16px 8px 4px;
  }
  /* line 33, app/assets/stylesheets/pages/projects/_invite-designer.scss */
  .projects-designers-list .user-data .user-data__section--top .user-data__rating-wrapper {
    font-size: 12px;
  }
  /* line 37, app/assets/stylesheets/pages/projects/_invite-designer.scss */
  .projects-designers-list .user-data .user-data__section--top .user-data__tooltip-wrapper {
    margin-right: 14px;
  }
  /* line 42, app/assets/stylesheets/pages/projects/_invite-designer.scss */
  .projects-designers-list .user-data .user-data__actions {
    margin: 0 -4px;
    justify-content: space-between;
  }
  /* line 46, app/assets/stylesheets/pages/projects/_invite-designer.scss */
  .projects-designers-list .user-data .user-data__actions .btn, .projects-designers-list .user-data .user-data__actions .mde-header .mde-tabs button, .mde-header .mde-tabs .projects-designers-list .user-data .user-data__actions button,
.projects-designers-list .user-data .user-data__actions .mde-header .mde-header-group button,
.mde-header .mde-header-group .projects-designers-list .user-data .user-data__actions button {
    width: auto;
    margin: 0 4px 8px;
    flex: 1 1 0;
  }
}

/* line 55, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list .designers-list__load-more {
  margin-top: 32px;
}

/* line 60, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list .designer-list__search-form .designers-list__search-form-container {
  border: 0;
  padding-top: 0;
}

/* line 66, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list .active-filters__section--scrollable {
  border-top: 1px solid #d7dfe3;
}

/* line 71, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list__trigger-wrapper {
  text-align: right;
}

/* line 76, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list__filters .Collapsible__trigger {
  padding: 0;
}

/* line 79, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list__filters .Collapsible__trigger .btn, .projects-designers-list__filters .Collapsible__trigger .mde-header .mde-tabs button, .mde-header .mde-tabs .projects-designers-list__filters .Collapsible__trigger button,
.projects-designers-list__filters .Collapsible__trigger .mde-header .mde-header-group button,
.mde-header .mde-header-group .projects-designers-list__filters .Collapsible__trigger button {
  margin-right: 0;
  color: #204659;
}

/* line 84, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list__filters .Collapsible__trigger.is-open, .projects-designers-list__filters .cgt-accordion.cgt-accordion--child .Collapsible__trigger.cgt-accordion__item.is-open, .cgt-accordion.cgt-accordion--child .projects-designers-list__filters .Collapsible__trigger.cgt-accordion__item.is-open {
  padding: 0;
  font-weight: 400;
}

/* line 89, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list__filters .Collapsible__trigger:after {
  display: none;
}

/* line 94, app/assets/stylesheets/pages/projects/_invite-designer.scss */
.projects-designers-list__filters .Collapsible__contentInner {
  padding: 0;
}

/* line 1, app/assets/stylesheets/pages/projects/_success.scss */
.project-success-screen {
  padding: 24px 16px;
}

/* line 4, app/assets/stylesheets/pages/projects/_success.scss */
.project-success-screen .card, .project-success-screen .table-responsive, .project-success-screen .content-box, .project-success-screen .table-with-borders {
  margin-bottom: 24px;
  padding: 16px;
}

/* line 9, app/assets/stylesheets/pages/projects/_success.scss */
.project-success-screen .success-screen__header {
  margin: 24px 0;
  text-align: center;
}

/* line 13, app/assets/stylesheets/pages/projects/_success.scss */
.project-success-screen .success-screen__header .heading-40 {
  margin: 16px 0 0;
}

/* line 17, app/assets/stylesheets/pages/projects/_success.scss */
.project-success-screen .success-screen__header .heading-18 {
  margin: 0 0 8px;
}

/* line 22, app/assets/stylesheets/pages/projects/_success.scss */
.project-success-screen .success-screen__heading {
  margin: 4px 0 16px;
  color: #204659;
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/pages/projects/_success.scss */
.project-success-screen .success-screen__review_notice {
  text-align: justify;
}

/* line 32, app/assets/stylesheets/pages/projects/_success.scss */
.project-success-screen .social-buttons {
  margin-bottom: 24px;
}

/* line 36, app/assets/stylesheets/pages/projects/_success.scss */
.project-success-screen .form-control, .project-success-screen .overlay-modal--deadline .create-project__deadline .day-picker__input input, .overlay-modal--deadline .create-project__deadline .day-picker__input .project-success-screen input, .project-success-screen .react-mde .mde-text, .react-mde .project-success-screen .mde-text,
.project-success-screen .react-mde .mde-preview,
.react-mde .project-success-screen .mde-preview, .project-success-screen .site-page--projects .form-inline .form-inline__mobile-toggle, .site-page--projects .form-inline .project-success-screen .form-inline__mobile-toggle, .project-success-screen .site-page--jobs-dashboard .form-inline .form-inline__mobile-toggle, .site-page--jobs-dashboard .form-inline .project-success-screen .form-inline__mobile-toggle, .project-success-screen .create-project-form .create-project__deadline .day-picker__input input, .create-project-form .create-project__deadline .day-picker__input .project-success-screen input {
  flex: 2 0;
}

@media (min-width: 640px) {
  /* line 1, app/assets/stylesheets/pages/projects/_success.scss */
  .project-success-screen {
    padding: 64px 0;
  }
}

@media (min-width: 960px) {
  /* line 1, app/assets/stylesheets/pages/projects/_success.scss */
  .project-success-screen {
    padding: 100px 0;
  }
}

/* line 2, app/assets/stylesheets/pages/verify_email/_index.scss */
.site-page--verify-email .verify-email-header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 640px;
  background: url(/assets/backgrounds/headers/welcome_header-5f3228b17a8403098f86ee37902a3cbc6e497dc04158bb88b855adf695ce5c5a.jpg) no-repeat center bottom;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.91);
}

/* line 14, app/assets/stylesheets/pages/verify_email/_index.scss */
.site-page--verify-email .verify-email-header .header-text {
  margin-top: 230px;
}

/* line 18, app/assets/stylesheets/pages/verify_email/_index.scss */
.site-page--verify-email .verify-email-header h1 {
  margin: 0 0 30px;
}

/* line 22, app/assets/stylesheets/pages/verify_email/_index.scss */
.site-page--verify-email .verify-email-header p {
  font-size: 2.5rem;
  margin: 0;
}

@media (max-width: 959.98px) {
  /* line 28, app/assets/stylesheets/pages/verify_email/_index.scss */
  .site-page--verify-email .verify-email-header .header-text {
    margin-top: 230px;
  }
  /* line 32, app/assets/stylesheets/pages/verify_email/_index.scss */
  .site-page--verify-email .verify-email-header h1 {
    font-size: 3.125rem;
  }
  /* line 36, app/assets/stylesheets/pages/verify_email/_index.scss */
  .site-page--verify-email .verify-email-header p {
    font-size: 2rem;
  }
}

/* line 41, app/assets/stylesheets/pages/verify_email/_index.scss */
.site-page--verify-email .verify-email-header a {
  font-weight: 400;
}

/* line 44, app/assets/stylesheets/pages/verify_email/_index.scss */
.site-page--verify-email .verify-email-header a:hover {
  color: #fff;
}

/* line 49, app/assets/stylesheets/pages/verify_email/_index.scss */
.site-page--verify-email .verify-email-header .user-credits {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

/* line 56, app/assets/stylesheets/pages/verify_email/_index.scss */
.site-page--verify-email .content-section {
  margin: 50px 0;
  text-align: center;
}

/* line 61, app/assets/stylesheets/pages/verify_email/_index.scss */
.site-page--verify-email .verify-email__resend-confirmation {
  max-width: 550px;
  margin: 20px auto 0;
}

/* line 3, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__header,
.events-page .event-page__header {
  position: relative;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 10, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__header .header-overlay,
.events-page .event-page__header .header-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 70, 89, 0.52);
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 4px rgba(32, 70, 89, 0.5);
  flex-flow: column;
}

/* line 28, app/assets/stylesheets/pages/events/_index.scss */
.events-page .event-page__header {
  height: 290px;
}

/* line 32, app/assets/stylesheets/pages/events/_index.scss */
.events-page .event-page__title,
.events-page .event-page__subtitle {
  margin-top: 20px;
}

/* line 37, app/assets/stylesheets/pages/events/_index.scss */
.events-page .events-list {
  padding: 8px 0;
  justify-content: center;
}

/* line 41, app/assets/stylesheets/pages/events/_index.scss */
.events-page .events-list .event-card__description {
  margin-bottom: 16px;
}

/* line 46, app/assets/stylesheets/pages/events/_index.scss */
.events-page .events-list__empty-screen {
  min-height: 520px;
  padding-top: 150px;
}

@media (min-width: 640px) {
  /* line 52, app/assets/stylesheets/pages/events/_index.scss */
  .events-page .event-page__header {
    height: 380px;
  }
  /* line 56, app/assets/stylesheets/pages/events/_index.scss */
  .events-page .event-page__title {
    font-size: 1.75rem;
  }
  /* line 60, app/assets/stylesheets/pages/events/_index.scss */
  .events-page .events-list {
    margin: 0 -16px;
    padding: 16px 0;
  }
}

@media (min-width: 960px) {
  /* line 67, app/assets/stylesheets/pages/events/_index.scss */
  .events-page .event-page__header {
    height: 350px;
  }
  /* line 71, app/assets/stylesheets/pages/events/_index.scss */
  .events-page .event-page__title {
    font-size: 2.25rem;
  }
  /* line 75, app/assets/stylesheets/pages/events/_index.scss */
  .events-page .event-page__subtitle {
    font-size: 1.375rem;
  }
  /* line 79, app/assets/stylesheets/pages/events/_index.scss */
  .events-page .events-list {
    justify-content: flex-start;
  }
}

@media (min-width: 1280px) {
  /* line 85, app/assets/stylesheets/pages/events/_index.scss */
  .events-page .event-page__header {
    height: 440px;
  }
  /* line 89, app/assets/stylesheets/pages/events/_index.scss */
  .events-page .event-page__title {
    font-size: 2.625rem;
  }
  /* line 93, app/assets/stylesheets/pages/events/_index.scss */
  .events-page .event-page__subtitle {
    font-size: 1.5rem;
  }
}

/* line 99, app/assets/stylesheets/pages/events/_index.scss */
.event-page {
  color: #204659;
  font-size: 14px;
}

/* line 103, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__content {
  padding-top: 16px;
}

/* line 106, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__content .event-info__date,
.event-page .event-page__content .event-info__address,
.event-page .event-page__content .presentations-list__title {
  margin-bottom: 8px;
}

/* line 112, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__content .presentations-list {
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
}

/* line 117, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__content .presentations-list th,
.event-page .event-page__content .presentations-list td {
  padding-bottom: 16px;
}

/* line 124, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__form {
  width: calc(100% + 32px);
  max-width: 575px;
  margin: 0 -16px 24px;
}

/* line 130, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__form .embed-contact-form .btn-primary {
  background-color: #159ca9;
}

/* line 136, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__form-title {
  border-bottom: 1px solid #d7dfe3;
  padding-bottom: 10px;
}

/* line 141, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__cta-desktop {
  display: none;
}

/* line 145, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__news {
  padding-top: 32px;
  padding-bottom: 80px;
}

/* line 149, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-page__news .section-heading, .event-page .event-page__news .site-page--my-products .section-heading--small, .site-page--my-products .event-page .event-page__news .section-heading--small {
  padding-bottom: 40px;
}

/* line 156, app/assets/stylesheets/pages/events/_index.scss */
.event-page .slider-control-centerleft .btn, .event-page .slider-control-centerleft .mde-header .mde-tabs button, .mde-header .mde-tabs .event-page .slider-control-centerleft button,
.event-page .slider-control-centerleft .mde-header .mde-header-group button,
.mde-header .mde-header-group .event-page .slider-control-centerleft button,
.event-page .slider-control-centerright .btn,
.event-page .slider-control-centerright .mde-header .mde-tabs button,
.mde-header .mde-tabs .event-page .slider-control-centerright button,
.event-page .slider-control-centerright .mde-header .mde-header-group button,
.mde-header .mde-header-group .event-page .slider-control-centerright button {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  border-radius: 50%;
  padding: 0;
  line-height: 36px;
  text-align: center;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
}

/* line 172, app/assets/stylesheets/pages/events/_index.scss */
.event-page .event-info__description {
  white-space: pre-wrap;
}

/* line 176, app/assets/stylesheets/pages/events/_index.scss */
.event-page .news-article__content {
  display: flex;
  min-height: 280px;
  padding: 16px;
  flex-flow: column;
  justify-content: space-between;
}

/* line 183, app/assets/stylesheets/pages/events/_index.scss */
.event-page .news-article__content .article-summary {
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  /* line 99, app/assets/stylesheets/pages/events/_index.scss */
  .event-page {
    font-size: 1rem;
  }
  /* line 191, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__header {
    height: 146px;
  }
  /* line 195, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__content {
    padding-top: 32px;
  }
  /* line 198, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__content .presentations-list {
    width: auto;
    margin-bottom: 40px;
  }
  /* line 202, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__content .presentations-list th,
.event-page .event-page__content .presentations-list td {
    padding-right: 10px;
    padding-bottom: 0;
  }
  /* line 210, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__form {
    width: auto;
    margin: 0 0 50px;
  }
  /* line 215, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__news {
    padding-top: 50px;
    padding-bottom: 110px;
  }
  /* line 220, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .slider-control-bottomcenter {
    top: unset !important;
    bottom: -40px !important;
  }
  /* line 225, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .news-article__content {
    min-height: 304px;
  }
}

@media (min-width: 960px) {
  /* line 231, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__header {
    height: 208px;
  }
  /* line 235, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-info {
    padding-top: 50px;
  }
  /* line 239, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__title {
    font-size: 2.5rem;
  }
  /* line 243, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-info__description {
    margin-top: 40px;
  }
  /* line 247, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__cta-desktop {
    display: inline-block;
    margin-top: 50px;
  }
  /* line 252, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__cta-mobile {
    display: none;
  }
  /* line 256, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__form {
    margin: 0;
  }
  /* line 260, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__news {
    padding-top: 60px;
  }
}

@media (min-width: 1280px) {
  /* line 266, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__header {
    height: 276px;
  }
  /* line 270, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__title {
    font-size: 3rem;
  }
  /* line 274, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .presentations-list {
    margin-bottom: 50px;
  }
  /* line 278, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-page__news {
    padding-top: 80px;
  }
  /* line 282, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .news-article__content {
    min-height: 280px;
  }
}

@media (min-width: 1600px) {
  /* line 288, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .presentations-list {
    margin-bottom: 60px;
  }
  /* line 292, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-info__date,
.event-page .event-info__address {
    display: inline-block;
  }
  /* line 297, app/assets/stylesheets/pages/events/_index.scss */
  .event-page .event-info__date {
    margin-right: 60px;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, app/assets/stylesheets/vendor/_fancy-box.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAQAAAA11sPpAAAIrElEQVR4Xu2ZC2wT9x2AvzufE%2BdFHqRAwiNQCgTKFLYyAjQdZaNdW9pBR5uyppoQr42qqIKNKZTRmnQpG%2B3SdSqUbRAe6mNqF9jQRhmjYWUpBQGDsEAISXjl%2FTJ5OIlj%2B86bThYnx76zuzqaJvk7nRJb0Zef%2Fn9H%2Fn%2BOYMUYq%2BD96sGQV%2FBFCiIUvLfHKuAx%2FgXGYk0pqpcJE6oYGRkFxaqEphcDakWiiCXluXtPvHBjX%2Fvfuk%2F3nO481rr3%2BpriDKIQtQXSR7D6SyUsJP%2F2kYUr0%2B%2FDD3tZ49Ypn%2BBG8Z37FR2xpo0maeFX3twyKRu6OMMJbtIJJDGGeXydZKD36N%2FXPH5TU%2BuJNa2JGEau%2F7a1MCHRxgfspA9fLDzPU4xEbqvOnVqGrKlfMVhjkRjSVz%2Fx2hsJicd4jCI%2FLTgoYiFHMd01%2BS%2BVOYhBN88qqIswcvacn2%2BOthziB7Shx23WcBAxdlLJ8UmIetsoerUgkczk3fnJySdYRzB%2BzMeYUmbtRoLAalFbBsauf2zalEY2EAr5XCN2bs1iTLoTq%2FOaSeHuF5dACe2Egp0SYMwWzAhWQW9iEQtpz2aPG1XBr9AoopYinUewk%2FNET7nwAAZLYSKOUU%2FOhLNowCL1VmVs8j7SgLNA2ncwGYkTSJ06Do6hAUVe%2FSY2sfzOMxrHgLj7MRFoKawCAhLxJKQnwzU0YLtXtPyOdjsacB2IzkAKtMoiIGAiBkt8NHRDIHVALXQAUjIS6G%2BeGUkQQWYwSQG%2B05CBiWZ9MYDQ74QEfFHX1styNuFLHCbk%2FlpZX%2BxBxt3UDeMCaospDqjOAHobUPTFbhw4q9thLhrc0RZSeEetAbOAziodsdWjztuL%2Fc81cD8aUOzVAqoa9dZYAFQdx40n4MSquAdbcVVnfzYPo1HIRAp1HkEOcxjofvEQbjxWTyAxyNhpcXa9ewG%2BT6isAMoPVtow2DyFfppozj%2Fd0j2HbYTCVr5Bd%2Fu67Th0N09dZRdtXO9tXnbEKS9hGcHIIxdZfnPLyRs41YXQmRh1%2B25Qe%2BTKS6WwOcjUWykA9u2wfowdGXQm9s7spI0r1PzydP6x%2F0zNPh4mEAvYp067Z9eKXbRp8%2BpNDAoOGvgXV39xcunB9t4c3mEPK8jACxmsYA%2B%2FIYfOrhcLl79DHf0oaBi8%2FUvEM4ZMJialFcxa%2BbWYKFTsQDwqOAZKSje833SROuy49d7%2BNbGmtjCCCYwn7a7hz01eNClzxMhhqLR21TR%2BfGHvyforXKeNfk2rJ%2FY%2Ft8UzgjTSSCGOaExjopHru%2BnFRjONtGLHGfoRS1MLmIgihgSGEU8MEuDGQQ%2Fd9NCPExmPqg35fKzOYAU3MgP00IqEhAgouNVLRvGV6m%2Be4bFbO3irt87R23Bi%2F8nBCj4Swzl1xDr60BuE%2F65BVLHni8wt6UmPx2U%2FJD0kjBbHKgKy%2B6K7rqEksxIFj5UQN89f2jw%2B9VXTd4lhEK5a21ujduHSXhmE%2Fjo%2BHp3zM2ktUVBGGTdpBExMJYuZ3A04rl5aP7MU5xdskLr0tA9MD8AhiqhjMEvIZSaKu%2BKlrJ04QviT1rSjPxfG1pDPefTYSi5QtSNzM3bceEJokA8taX8Uxh5nqYEWNrIRmPL84R%2BSgEkdKEiDCIt3mGZWsIHbGPMhW4CHrC9%2Fk3jDVFC1tOaYl7lYp2kN2E8Jknl1AaOxIIJhgyRthr1cIzQ2UsPozFcXkeydWa9BrtxjXlDHrwnEg1TxKL7I%2FBV4%2FCnGEINocIwdmQtn6cOfyexG4m0G8x5w7%2FTkCSQano%2FNOXAEf1I5DMB2BtPCeczS0zMZjlntgoBiyTwNqhhMLCcRgI8owp8qYPpEhhOt3yAmKQVsDOYiJqCUfALRASQlkYgFAXQaRIyFXnypQABsrCIwfYDFQhwWRN0cc%2FfCMHzJAyCFYgKTAHS5iELSFwt9rZCGL%2BXMxwPMo4RAjAIaehGNylSxVUMWg7nFbGRgBqX4Mx040YKCgkdXfPUMfAt%2F2pmBC8gg1U97D539pa04cOmngvuto27XAqYF3KJMWsmjHV%2BWAZ9cx0kPDhS9uHEfrj%2F3KawlMHM4hS9ZPIlb2VqOnU4dMQAKPT%2FZ5XQ%2BzKOExlrgwJVzbdhox4nHoEFOVJUcgjeYQHC2MZ%2F23h%2Bdo4tGbFos%2BDeIgpOWZ%2Fd9dsHCfrKCapfglHM%2Fqe%2BgiVv0GJUpyHRzfeGOi7XpHGAVekxhl6p94dPj9bRSSxMOFN248c7c3HVp1lt%2FOgf5vM%2BTmPDlHrZxmPm09S088rurtFLNNbqQg52EZOxcG4havH993boHs5Oy2cQZ2rkEDCedSdwHKJ5DNev%2BecNGC1e5TIu2vjpiq8cKLjqpQilyvV25Ze4TU%2B4d5dtNtx1l9QUVZzuw00I1lTQEjRvtnRoziYxjMuMYfndq7vhEy%2FTh0DFQZy%2Fv%2FEMTbhx00UwtNbTQjxw8bjS1RAx3MY6xjGAYMZgxAQoyA2qFNHCLJroYMP40VkTDG7%2FYaaCcz%2FgHpzhPBZep5DLlnFWfO0M1HTg0beinTRAQkYjGQgxRmBGQcdGPAwcuZE1qXE3Gn9KL3gZR1MuvQ4zF%2BnK0uAF%2FZXDx0P8f5H%2FfIJEGiTRIpEEepYoHAcLdIG8jsZvJEM4G0drjMKnhbRAo4iNA4CSx4WwQgHxKARMXw9UgGquwAQIV4WkQjWJSAMgLR4NolDAP8DCf8vA1CJQyA5CZza1wNkgqGYCLGbRDOBuknTxayaQPILwNcoo5qPyfNUikQSINEmmQSIOgwmJ%2BShYSXw435bzGAa%2BYKN7lacLHAb6HU0DkPZYSXn5PnsgjPEO4eYZHBD5nNuHnlMhXGQpmCHgYCjxDJUZkiIiII%2BKIOCKOiCPiiDgijogjYo%2FIAEOBQ%2BQsQ8E5kQIUwo3CqwKwm%2BWEl92sFIFVvI6LcOHidVZryZtDAdnE8uXo4zQvUwbwb4f20o7kWCZ5AAAAAElFTkSuQmCC);
}

/* line 82, app/assets/stylesheets/vendor/_fancy-box.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, app/assets/stylesheets/vendor/_fancy-box.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/assets/fancybox_loading-1496dc51eb8a5c71111f9975683029e72f023aaf94649304cc28b4469ba93595.gif) center center no-repeat;
}

/* line 100, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/assets/blank-b1442e85b03bdcaf66dc58c7abb98745dd2687d86350be9a298a1d9382ac849b.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 122, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-next {
  right: 0;
}

/* line 130, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}

/* line 189, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 195, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 202, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 210, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 214, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 223, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 239, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 245, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 249, app/assets/stylesheets/vendor/_fancy-box.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 261, app/assets/stylesheets/vendor/_fancy-box.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  /* line 265, app/assets/stylesheets/vendor/_fancy-box.scss */
  #fancybox-loading div {
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/* line 1, app/assets/stylesheets/vendor/_simply-scroll.scss */
.simply-scroll-container {
  position: relative;
}

/* line 5, app/assets/stylesheets/vendor/_simply-scroll.scss */
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/vendor/_simply-scroll.scss */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 17, app/assets/stylesheets/vendor/_simply-scroll.scss */
.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 23, app/assets/stylesheets/vendor/_simply-scroll.scss */
.simply-scroll-list li img {
  border: none;
  display: block;
}

/* line 3, app/assets/stylesheets/vendor/_to-top.scss */
#to-top {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 409 !important;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: #159ca9;
  padding: 0;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  transition: 0.2s ease-in-out background;
  text-align: center;
  line-height: 34px;
}

/* line 25, app/assets/stylesheets/vendor/_to-top.scss */
#to-top:hover, #to-top:focus, #to-top:active {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.45);
}

@media (min-width: 640px) {
  /* line 3, app/assets/stylesheets/vendor/_to-top.scss */
  #to-top {
    bottom: 10px;
  }
}

/* line 1, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

/* line 13, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 29, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 36, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

/* line 43, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

/* line 50, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

/* line 57, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

/* line 64, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 70, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

/* line 74, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

/* line 78, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

/* line 82, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

/* line 86, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

/* line 95, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

/* line 102, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

/* line 111, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
/* line 121, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

/* line 130, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-fade-show {
  opacity: 1;
}

/* line 134, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

/* line 148, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 162, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

/* line 176, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* line 191, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 209, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

/* line 219, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 237, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
/* line 248, app/assets/stylesheets/vendor/_tooltipster.scss */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*
 * jQuery File Upload UI Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 13, .vendor/ruby/2.7.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-buttonbar .btn, .fileupload-buttonbar .mde-header .mde-tabs button, .mde-header .mde-tabs .fileupload-buttonbar button,
.fileupload-buttonbar .mde-header .mde-header-group button,
.mde-header .mde-header-group .fileupload-buttonbar button,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}

/* line 17, .vendor/ruby/2.7.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.progress-animated .progress-bar, .progress-animated .progress-bar--thin,
.progress-animated .bar {
  background: url(/assets/progressbar-a45ab53b619988cefd45f49cfacc604dd499b93f53a96927cf7b2d965f421f48.gif) !important;
  filter: none;
}

/* line 22, .vendor/ruby/2.7.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-process {
  float: right;
  display: none;
}

/* line 26, .vendor/ruby/2.7.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url(/assets/loading-b84750cc5a395288fcfd0cf42e3a60d6135e2f14db83fce05e97e5abacc2f9b4.gif) center no-repeat;
  background-size: contain;
}

/* line 34, .vendor/ruby/2.7.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  /* line 40, .vendor/ruby/2.7.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .fileupload-buttonbar .toggle,
.files .toggle,
.files .btn span,
.files .mde-header .mde-tabs button span,
.mde-header .mde-tabs .files button span,
.files .mde-header .mde-header-group button span,
.mde-header .mde-header-group .files button span {
    display: none;
  }
  /* line 45, .vendor/ruby/2.7.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  /* line 49, .vendor/ruby/2.7.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files audio,
.files video {
    max-width: 80px;
  }
  /* line 53, .vendor/ruby/2.7.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files img,
.files canvas {
    max-width: 100%;
  }
}

/* Make clicks pass-through */
/* line 6, .vendor/ruby/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 10, .vendor/ruby/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .bar {
  background: #67c4b0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

/* Fancy blur effect */
/* line 23, .vendor/ruby/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #67c4b0, 0 0 5px #67c4b0;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 38, .vendor/ruby/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}

/* line 46, .vendor/ruby/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #67c4b0;
  border-left-color: #67c4b0;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 60, .vendor/ruby/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 65, .vendor/ruby/2.7.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
/* line 4, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container {
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

/* line 13, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}

/* line 30, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

/* line 61, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}

/* line 77, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 89, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container .select2-choice abbr {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 105, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 110, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 132, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 147, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container .select2-choice div {
  display: block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}

/* line 174, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) no-repeat 0 1px;
}

/* line 181, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 195, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}

/* line 201, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) no-repeat 100% -22px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

/* line 230, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

/* line 234, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-search input.select2-active {
  background: #fff url(/assets/select2/images/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
  background: url(/assets/select2/images/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url(/assets/select2/images/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(/assets/select2/images/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(/assets/select2/images/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url(/assets/select2/images/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url(/assets/select2/images/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

/* line 244, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 255, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

/* line 281, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 286, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

/* results */
/* line 291, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 300, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
}

/* line 304, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

/* line 305, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

/* line 306, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

/* line 307, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

/* line 308, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

/* line 309, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

/* line 310, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

/* line 312, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
}

/* line 317, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 321, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
}

/* line 327, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 331, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 335, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 338, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for already selected choices in the results dropdown
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
/* line 359, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-results .select2-disabled {
  display: none;
}

/* line 363, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2/images/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
}

/* line 367, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 374, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 381, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 387, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 394, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

/* line 414, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 418, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 422, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 431, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 435, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 441, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

/* line 458, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/select2/images/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100% !important;
}

/* line 462, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 466, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}

/* line 497, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}

/* line 500, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 504, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n%2FAAACLElEQVR42u3Zz0sUYRzH8bUISoyF1i5iXSooyYgOEXapZNYNojwU%2FaAfUAT9A4YhUgdxt1To0KFIBCMIvEcUEXntUtivpYuUhYFIdDBMmD69he%2FhObgsbSnb13ngdZjZhX3eO8%2FMDrMpSctKErwsg%2F%2FHUSgU7uNYsB3hHla4CybqEoRPaMJGFCEMewxuxnsIk5iALPqg1yVdj9eQGUdjiuE1eAs%2BQOYztrsMJqwFk8EyHguW95klD%2BZD08gsYvBFCBPYgHXBOT1UNpg3ncQpnAicRbrCCQ3j8SIf5QvYEWxvxnlb0mWDr0MIvcOaCiayC78gRKmlH%2BWDbaIjkJnDzgq%2F%2BVHIvMWqag3ehBkIAxXGdkAIDVRlsE24H9%2F%2F4ty9hju4Hej710c5m83WYging32HMYjMnwSvx75UlQ%2BiOiDEaEMLZiA8dPc7TFQDnkGYxQ8Iz9Hs8k4riqIa4l5ApojVbm8tiduPL5CZRs5lMGFH8DNYxo%2BC5d3tMfgohJeow0qMQujxuqRb0RBsZ3DA2ZIuP5LgJDgJToKr4ZHOWjTOy%2BfzNa6DiezCFGReod1lMGF3IYzjMm5B5rirYIJyEJ4iHezfjW%2BYRr2n4EHE2LrAa1cg5DwFj2DWLlKljn67p%2BB%2BCIdKPAaOsddTcBOEKbTZvjp0Qvjo8Sp9DjJFfIVMjBsef4f34AHeYAxX0VfqMbDnfw97IXMTta6DLbobcxBa3Qdb9BPE2LZQ8G98530ecQi%2F2QAAAABJRU5ErkJggg%3D%3D) right top no-repeat;
}

/* line 517, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 521, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 524, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 529, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 536, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 543, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}

/* end multiselect */
/* line 549, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match {
  text-decoration: underline;
}

/* line 553, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-result-unselectable .select2-match {
  text-decoration: none;
}

/* line 557, vendor/assets/plugins/select2/stylesheets/select2.scss */
.select2-offscreen {
  position: absolute;
  left: -10000px;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* line 565, vendor/assets/plugins/select2/stylesheets/select2.scss */
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABQCAYAAADSm7GJAAADFElEQVR42u2dsW4TQRBAI0ERCYpDpAUdJX%2FhAlxQ3SekovYXIIvKEiBRIUF1lHT%2BBP%2BBr0TCCCsFLW5cmCS3jKWNNFrdZu%2BEOG7sd9Irkl0p8r3s7Mzs5XLinIMD5uhvAIIBwYBgaMnNNZvNyj0nkUvPQbAdtDjnCSU3zkGwEbS4iOToHATbE6wptVwEGyUhcaW%2FJkTbT7JcCpIse4K7SC4pk4wRXreE5ZUMUwezgh03lT0YyKKBOhjoZHUi1oCf7mkYohd9ACVFrj50HgxzmtQifKwF15L1fxC8UD9%2FEQxzHtxC8KiD4FHPNWMhuIACwd33h3kLuXOZ2mc4yyLRZS1kCG6H3uc2Mbl%2BLO9Z8FRwEaYINnpDdWKVIEdwC%2FQVC4l97nk6sUqwQHA3wbGEa9Sj4CCxSlIguHtZMg8Tq%2F4Edy%2FbLNXB4%2FG4FKJ1sJ7zTwTrhMuTU3f%2BNVqc84SSG%2BbEJR99a3BoaHERybE5HDYYFKwptVwEGyUhcRX5PufBRoiH4Tg80WFMcBfJPJNljfC6JSzzVCUrGMHswUAWDdTBQCcLOveiCdEBnCYBb9kBBAOCAcGAYEDw0XP0NwDBgGBAMCAYEAwIHvD7QzJhIlSCE2rF0o9lav4eBBt5JWHR8EfzdYATfgkFgg2g5J4LdSD1WrjyXDeIPkfwsNErV6%2FY38J34aXwWHgkvBJWwi74RSgQPGD8nrtRwrbCe%2BG0YX9%2BKHzyc2rPRsgQPFzBEyVrJ7xLvNTsjvBBuFQreYLg4Qpeqv32m3BP%2BYxJPhUulOAKwQMl2HsnymNK8mudeCF44IK9rCcdBD8XrhBsS%2FBTBBOibwTPCNEGCFqSX4X7LeSeCRdK8BLBwy6TdIPjo3A3kUF%2Fpkyy1%2BioPVsv8KxB7gPhi7BVcndCpqYheKCtSt1%2BvBR%2BCG%2BEZ8IL4a3wU69cRYlgC4cN4UFD%2FLDBNVAi2NZxYa0Ixe5ikhFs58B%2F2SC48mOZUMYkI%2Fjw%2F61diWDzgtOSEWxdcFpyhWDTgtOSEWxccCgZwfZJ9akrJXiKYEDwMfAHMSYobVemsdsAAAAASUVORK5CYII%3D) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 570, vendor/assets/plugins/select2/stylesheets/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* line 1, vendor/assets/plugins/rateyo/stylesheets/jquery.rateyo.min.css */
.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
}

/* line 1, vendor/assets/plugins/rateyo/stylesheets/jquery.rateyo.min.css */
.jq-ry-container[readonly=readonly] {
  cursor: default;
}

/* line 1, vendor/assets/plugins/rateyo/stylesheets/jquery.rateyo.min.css */
.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

/* line 1, vendor/assets/plugins/rateyo/stylesheets/jquery.rateyo.min.css */
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}

/* line 1, vendor/assets/plugins/rateyo/stylesheets/jquery.rateyo.min.css */
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}

/* line 1, vendor/assets/plugins/rateyo/stylesheets/jquery.rateyo.min.css */
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

/* line 1, vendor/assets/plugins/rateyo/stylesheets/jquery.rateyo.min.css */
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength {
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  color: #090809;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  position: relative;
  background-color: #f7f7f7;
}

/* line 15, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength-input {
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  padding: 14px 0 12px 14px;
  width: calc(85% - 28px);
  background-color: #f7f7f7;
}

/* line 24, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength-input.is-password-invalid:not(:focus) {
  color: #dc3545;
}

/* line 25, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength-input:focus {
  outline: none;
}

/* line 27, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength-strength-desc {
  color: transparent;
  font-style: italic;
  padding: 14px 12px;
  position: absolute;
  top: 1px;
  right: 0;
  text-align: right;
  transition: color 250ms ease-in-out;
  white-space: nowrap;
}

/* line 37, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-0 .ReactPasswordStrength-strength-desc {
  color: #dc3545;
}

/* line 38, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-1 .ReactPasswordStrength-strength-desc {
  color: #dc3545;
}

/* line 39, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-2 .ReactPasswordStrength-strength-desc {
  color: #ffa064;
}

/* line 40, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-3 .ReactPasswordStrength-strength-desc {
  color: #ffa064;
}

/* line 41, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-4 .ReactPasswordStrength-strength-desc {
  color: #19bcc9;
}

/* line 43, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength-strength-bar {
  box-sizing: border-box;
  height: 2px;
  position: relative;
  top: 1px;
  right: 1px;
  transition: width 300ms ease-out;
  width: 0;
}

/* line 51, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-0 .ReactPasswordStrength-strength-bar {
  background: #dc3545;
  width: 20%;
}

/* line 56, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-1 .ReactPasswordStrength-strength-bar {
  background: #dc3545;
  width: 40%;
}

/* line 61, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-2 .ReactPasswordStrength-strength-bar {
  background: #ffa064;
  width: 60%;
}

/* line 66, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-3 .ReactPasswordStrength-strength-bar {
  background: #ffa064;
  width: 80%;
}

/* line 71, app/assets/stylesheets/vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-4 .ReactPasswordStrength-strength-bar {
  background: #19bcc9;
  width: calc(100%);
}

/* line 76, app/assets/stylesheets/vendor/react-password-strength.scss */
.new-password-strength {
  border: 0;
}

/* line 80, app/assets/stylesheets/vendor/react-password-strength.scss */
.new-password-state {
  padding: 8px 12px;
}

/* line 84, app/assets/stylesheets/vendor/react-password-strength.scss */
.new-password-input {
  padding: 1px 2px;
  padding-right: 80px;
}

/* line 89, app/assets/stylesheets/vendor/react-password-strength.scss */
.new-password-bar {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
}

/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/* line 4, app/assets/stylesheets/vendor/fontawesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, app/assets/stylesheets/vendor/fontawesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, app/assets/stylesheets/vendor/fontawesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, app/assets/stylesheets/vendor/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, app/assets/stylesheets/vendor/fontawesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, app/assets/stylesheets/vendor/fontawesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, app/assets/stylesheets/vendor/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, app/assets/stylesheets/vendor/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, app/assets/stylesheets/vendor/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, app/assets/stylesheets/vendor/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, app/assets/stylesheets/vendor/fontawesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, app/assets/stylesheets/vendor/fontawesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, app/assets/stylesheets/vendor/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, app/assets/stylesheets/vendor/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/vendor/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, app/assets/stylesheets/vendor/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, app/assets/stylesheets/vendor/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, app/assets/stylesheets/vendor/fontawesome/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, app/assets/stylesheets/vendor/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 4, app/assets/stylesheets/vendor/fontawesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, app/assets/stylesheets/vendor/fontawesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, app/assets/stylesheets/vendor/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, app/assets/stylesheets/vendor/fontawesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-500px:before, .fa-500px.details-box__separator::after {
  content: "\f26e";
}

/* line 5, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-abacus:before, .fa-abacus.details-box__separator::after {
  content: "\f640";
}

/* line 6, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-accessible-icon:before, .fa-accessible-icon.details-box__separator::after {
  content: "\f368";
}

/* line 7, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-accusoft:before, .fa-accusoft.details-box__separator::after {
  content: "\f369";
}

/* line 8, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-acorn:before, .fa-acorn.details-box__separator::after {
  content: "\f6ae";
}

/* line 9, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-acquisitions-incorporated:before, .fa-acquisitions-incorporated.details-box__separator::after {
  content: "\f6af";
}

/* line 10, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ad:before, .fa-ad.details-box__separator::after {
  content: "\f641";
}

/* line 11, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-address-book:before, .fa-address-book.details-box__separator::after {
  content: "\f2b9";
}

/* line 12, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-address-card:before, .fa-address-card.details-box__separator::after {
  content: "\f2bb";
}

/* line 13, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-adjust:before, .fa-adjust.details-box__separator::after {
  content: "\f042";
}

/* line 14, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-adn:before, .fa-adn.details-box__separator::after {
  content: "\f170";
}

/* line 15, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-adobe:before, .fa-adobe.details-box__separator::after {
  content: "\f778";
}

/* line 16, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-adversal:before, .fa-adversal.details-box__separator::after {
  content: "\f36a";
}

/* line 17, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-affiliatetheme:before, .fa-affiliatetheme.details-box__separator::after {
  content: "\f36b";
}

/* line 18, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-air-freshener:before, .fa-air-freshener.details-box__separator::after {
  content: "\f5d0";
}

/* line 19, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-airbnb:before, .fa-airbnb.details-box__separator::after {
  content: "\f834";
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-alarm-clock:before, .fa-alarm-clock.details-box__separator::after {
  content: "\f34e";
}

/* line 21, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-algolia:before, .fa-algolia.details-box__separator::after {
  content: "\f36c";
}

/* line 22, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-alicorn:before, .fa-alicorn.details-box__separator::after {
  content: "\f6b0";
}

/* line 23, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-align-center:before, .fa-align-center.details-box__separator::after {
  content: "\f037";
}

/* line 24, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-align-justify:before, .fa-align-justify.details-box__separator::after {
  content: "\f039";
}

/* line 25, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-align-left:before, .fa-align-left.details-box__separator::after {
  content: "\f036";
}

/* line 26, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-align-right:before, .fa-align-right.details-box__separator::after {
  content: "\f038";
}

/* line 27, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-alipay:before, .fa-alipay.details-box__separator::after {
  content: "\f642";
}

/* line 28, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-allergies:before, .fa-allergies.details-box__separator::after {
  content: "\f461";
}

/* line 29, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-amazon:before, .fa-amazon.details-box__separator::after {
  content: "\f270";
}

/* line 30, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-amazon-pay:before, .fa-amazon-pay.details-box__separator::after {
  content: "\f42c";
}

/* line 31, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ambulance:before, .fa-ambulance.details-box__separator::after {
  content: "\f0f9";
}

/* line 32, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-american-sign-language-interpreting:before, .fa-american-sign-language-interpreting.details-box__separator::after {
  content: "\f2a3";
}

/* line 33, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-amilia:before, .fa-amilia.details-box__separator::after {
  content: "\f36d";
}

/* line 34, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-analytics:before, .fa-analytics.details-box__separator::after {
  content: "\f643";
}

/* line 35, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-anchor:before, .fa-anchor.details-box__separator::after {
  content: "\f13d";
}

/* line 36, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-android:before, .fa-android.details-box__separator::after {
  content: "\f17b";
}

/* line 37, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angel:before, .fa-angel.details-box__separator::after {
  content: "\f779";
}

/* line 38, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angellist:before, .fa-angellist.details-box__separator::after {
  content: "\f209";
}

/* line 39, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angle-double-down:before, .fa-angle-double-down.details-box__separator::after {
  content: "\f103";
}

/* line 40, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angle-double-left:before, .fa-angle-double-left.details-box__separator::after {
  content: "\f100";
}

/* line 41, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angle-double-right:before, .fa-angle-double-right.details-box__separator::after {
  content: "\f101";
}

/* line 42, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angle-double-up:before, .fa-angle-double-up.details-box__separator::after {
  content: "\f102";
}

/* line 43, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angle-down:before, .fa-angle-down.details-box__separator::after {
  content: "\f107";
}

/* line 44, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angle-left:before, .fa-angle-left.details-box__separator::after {
  content: "\f104";
}

/* line 45, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angle-right:before, .fa-angle-right.details-box__separator::after {
  content: "\f105";
}

/* line 46, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angle-up:before, .fa-angle-up.details-box__separator::after {
  content: "\f106";
}

/* line 47, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angry:before, .fa-angry.details-box__separator::after {
  content: "\f556";
}

/* line 48, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angrycreative:before, .fa-angrycreative.details-box__separator::after {
  content: "\f36e";
}

/* line 49, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-angular:before, .fa-angular.details-box__separator::after {
  content: "\f420";
}

/* line 50, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ankh:before, .fa-ankh.details-box__separator::after {
  content: "\f644";
}

/* line 51, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-app-store:before, .fa-app-store.details-box__separator::after {
  content: "\f36f";
}

/* line 52, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-app-store-ios:before, .fa-app-store-ios.details-box__separator::after {
  content: "\f370";
}

/* line 53, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-apper:before, .fa-apper.details-box__separator::after {
  content: "\f371";
}

/* line 54, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-apple:before, .fa-apple.details-box__separator::after {
  content: "\f179";
}

/* line 55, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-apple-alt:before, .fa-apple-alt.details-box__separator::after {
  content: "\f5d1";
}

/* line 56, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-apple-crate:before, .fa-apple-crate.details-box__separator::after {
  content: "\f6b1";
}

/* line 57, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-apple-pay:before, .fa-apple-pay.details-box__separator::after {
  content: "\f415";
}

/* line 58, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-archive:before, .fa-archive.details-box__separator::after {
  content: "\f187";
}

/* line 59, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-archway:before, .fa-archway.details-box__separator::after {
  content: "\f557";
}

/* line 60, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-circle-down:before, .fa-arrow-alt-circle-down.details-box__separator::after {
  content: "\f358";
}

/* line 61, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-circle-left:before, .fa-arrow-alt-circle-left.details-box__separator::after {
  content: "\f359";
}

/* line 62, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-circle-right:before, .fa-arrow-alt-circle-right.details-box__separator::after {
  content: "\f35a";
}

/* line 63, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-circle-up:before, .fa-arrow-alt-circle-up.details-box__separator::after {
  content: "\f35b";
}

/* line 64, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-down:before, .fa-arrow-alt-down.details-box__separator::after {
  content: "\f354";
}

/* line 65, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-from-bottom:before, .fa-arrow-alt-from-bottom.details-box__separator::after {
  content: "\f346";
}

/* line 66, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-from-left:before, .fa-arrow-alt-from-left.details-box__separator::after {
  content: "\f347";
}

/* line 67, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-from-right:before, .fa-arrow-alt-from-right.details-box__separator::after {
  content: "\f348";
}

/* line 68, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-from-top:before, .fa-arrow-alt-from-top.details-box__separator::after {
  content: "\f349";
}

/* line 69, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-left:before, .fa-arrow-alt-left.details-box__separator::after {
  content: "\f355";
}

/* line 70, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-right:before, .fa-arrow-alt-right.details-box__separator::after {
  content: "\f356";
}

/* line 71, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-square-down:before, .fa-arrow-alt-square-down.details-box__separator::after {
  content: "\f350";
}

/* line 72, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-square-left:before, .fa-arrow-alt-square-left.details-box__separator::after {
  content: "\f351";
}

/* line 73, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-square-right:before, .fa-arrow-alt-square-right.details-box__separator::after {
  content: "\f352";
}

/* line 74, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-square-up:before, .fa-arrow-alt-square-up.details-box__separator::after {
  content: "\f353";
}

/* line 75, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-to-bottom:before, .fa-arrow-alt-to-bottom.details-box__separator::after {
  content: "\f34a";
}

/* line 76, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-to-left:before, .fa-arrow-alt-to-left.details-box__separator::after {
  content: "\f34b";
}

/* line 77, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-to-right:before, .fa-arrow-alt-to-right.details-box__separator::after {
  content: "\f34c";
}

/* line 78, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-to-top:before, .fa-arrow-alt-to-top.details-box__separator::after {
  content: "\f34d";
}

/* line 79, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-alt-up:before, .fa-arrow-alt-up.details-box__separator::after {
  content: "\f357";
}

/* line 80, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-circle-down:before, .fa-arrow-circle-down.details-box__separator::after {
  content: "\f0ab";
}

/* line 81, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-circle-left:before, .fa-arrow-circle-left.details-box__separator::after {
  content: "\f0a8";
}

/* line 82, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-circle-right:before, .fa-arrow-circle-right.details-box__separator::after {
  content: "\f0a9";
}

/* line 83, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-circle-up:before, .fa-arrow-circle-up.details-box__separator::after {
  content: "\f0aa";
}

/* line 84, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-down:before, .fa-arrow-down.details-box__separator::after {
  content: "\f063";
}

/* line 85, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-from-bottom:before, .fa-arrow-from-bottom.details-box__separator::after {
  content: "\f342";
}

/* line 86, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-from-left:before, .fa-arrow-from-left.details-box__separator::after {
  content: "\f343";
}

/* line 87, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-from-right:before, .fa-arrow-from-right.details-box__separator::after {
  content: "\f344";
}

/* line 88, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-from-top:before, .fa-arrow-from-top.details-box__separator::after {
  content: "\f345";
}

/* line 89, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-left:before, .fa-arrow-left.details-box__separator::after {
  content: "\f060";
}

/* line 90, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-right:before, .fa-arrow-right.details-box__separator::after {
  content: "\f061";
}

/* line 91, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-square-down:before, .fa-arrow-square-down.details-box__separator::after {
  content: "\f339";
}

/* line 92, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-square-left:before, .fa-arrow-square-left.details-box__separator::after {
  content: "\f33a";
}

/* line 93, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-square-right:before, .fa-arrow-square-right.details-box__separator::after {
  content: "\f33b";
}

/* line 94, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-square-up:before, .fa-arrow-square-up.details-box__separator::after {
  content: "\f33c";
}

/* line 95, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-to-bottom:before, .fa-arrow-to-bottom.details-box__separator::after {
  content: "\f33d";
}

/* line 96, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-to-left:before, .fa-arrow-to-left.details-box__separator::after {
  content: "\f33e";
}

/* line 97, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-to-right:before, .fa-arrow-to-right.details-box__separator::after {
  content: "\f340";
}

/* line 98, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-to-top:before, .fa-arrow-to-top.details-box__separator::after {
  content: "\f341";
}

/* line 99, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrow-up:before, .fa-arrow-up.details-box__separator::after {
  content: "\f062";
}

/* line 100, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrows:before, .fa-arrows.details-box__separator::after {
  content: "\f047";
}

/* line 101, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrows-alt:before, .fa-arrows-alt.details-box__separator::after {
  content: "\f0b2";
}

/* line 102, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrows-alt-h:before, .fa-arrows-alt-h.details-box__separator::after {
  content: "\f337";
}

/* line 103, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrows-alt-v:before, .fa-arrows-alt-v.details-box__separator::after {
  content: "\f338";
}

/* line 104, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrows-h:before, .fa-arrows-h.details-box__separator::after {
  content: "\f07e";
}

/* line 105, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-arrows-v:before, .fa-arrows-v.details-box__separator::after {
  content: "\f07d";
}

/* line 106, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-artstation:before, .fa-artstation.details-box__separator::after {
  content: "\f77a";
}

/* line 107, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-assistive-listening-systems:before, .fa-assistive-listening-systems.details-box__separator::after {
  content: "\f2a2";
}

/* line 108, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-asterisk:before, .fa-asterisk.details-box__separator::after {
  content: "\f069";
}

/* line 109, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-asymmetrik:before, .fa-asymmetrik.details-box__separator::after {
  content: "\f372";
}

/* line 110, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-at:before, .fa-at.details-box__separator::after {
  content: "\f1fa";
}

/* line 111, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-atlas:before, .fa-atlas.details-box__separator::after {
  content: "\f558";
}

/* line 112, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-atlassian:before, .fa-atlassian.details-box__separator::after {
  content: "\f77b";
}

/* line 113, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-atom:before, .fa-atom.details-box__separator::after {
  content: "\f5d2";
}

/* line 114, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-atom-alt:before, .fa-atom-alt.details-box__separator::after {
  content: "\f5d3";
}

/* line 115, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-audible:before, .fa-audible.details-box__separator::after {
  content: "\f373";
}

/* line 116, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-audio-description:before, .fa-audio-description.details-box__separator::after {
  content: "\f29e";
}

/* line 117, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-autoprefixer:before, .fa-autoprefixer.details-box__separator::after {
  content: "\f41c";
}

/* line 118, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-avianex:before, .fa-avianex.details-box__separator::after {
  content: "\f374";
}

/* line 119, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-aviato:before, .fa-aviato.details-box__separator::after {
  content: "\f421";
}

/* line 120, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-award:before, .fa-award.details-box__separator::after {
  content: "\f559";
}

/* line 121, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-aws:before, .fa-aws.details-box__separator::after {
  content: "\f375";
}

/* line 122, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-axe:before, .fa-axe.details-box__separator::after {
  content: "\f6b2";
}

/* line 123, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-axe-battle:before, .fa-axe-battle.details-box__separator::after {
  content: "\f6b3";
}

/* line 124, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-baby:before, .fa-baby.details-box__separator::after {
  content: "\f77c";
}

/* line 125, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-baby-carriage:before, .fa-baby-carriage.details-box__separator::after {
  content: "\f77d";
}

/* line 126, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-backpack:before, .fa-backpack.details-box__separator::after {
  content: "\f5d4";
}

/* line 127, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-backspace:before, .fa-backspace.details-box__separator::after {
  content: "\f55a";
}

/* line 128, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-backward:before, .fa-backward.details-box__separator::after {
  content: "\f04a";
}

/* line 129, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bacon:before, .fa-bacon.details-box__separator::after {
  content: "\f7e5";
}

/* line 130, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-badge:before, .fa-badge.details-box__separator::after {
  content: "\f335";
}

/* line 131, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-badge-check:before, .fa-badge-check.details-box__separator::after {
  content: "\f336";
}

/* line 132, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-badge-dollar:before, .fa-badge-dollar.details-box__separator::after {
  content: "\f645";
}

/* line 133, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-badge-percent:before, .fa-badge-percent.details-box__separator::after {
  content: "\f646";
}

/* line 134, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-badger-honey:before, .fa-badger-honey.details-box__separator::after {
  content: "\f6b4";
}

/* line 135, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-balance-scale:before, .fa-balance-scale.details-box__separator::after {
  content: "\f24e";
}

/* line 136, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-balance-scale-left:before, .fa-balance-scale-left.details-box__separator::after {
  content: "\f515";
}

/* line 137, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-balance-scale-right:before, .fa-balance-scale-right.details-box__separator::after {
  content: "\f516";
}

/* line 138, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ball-pile:before, .fa-ball-pile.details-box__separator::after {
  content: "\f77e";
}

/* line 139, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ballot:before, .fa-ballot.details-box__separator::after {
  content: "\f732";
}

/* line 140, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ballot-check:before, .fa-ballot-check.details-box__separator::after {
  content: "\f733";
}

/* line 141, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ban:before, .fa-ban.details-box__separator::after {
  content: "\f05e";
}

/* line 142, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-band-aid:before, .fa-band-aid.details-box__separator::after {
  content: "\f462";
}

/* line 143, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bandcamp:before, .fa-bandcamp.details-box__separator::after {
  content: "\f2d5";
}

/* line 144, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-barcode:before, .fa-barcode.details-box__separator::after {
  content: "\f02a";
}

/* line 145, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-barcode-alt:before, .fa-barcode-alt.details-box__separator::after {
  content: "\f463";
}

/* line 146, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-barcode-read:before, .fa-barcode-read.details-box__separator::after {
  content: "\f464";
}

/* line 147, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-barcode-scan:before, .fa-barcode-scan.details-box__separator::after {
  content: "\f465";
}

/* line 148, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bars:before, .fa-bars.details-box__separator::after {
  content: "\f0c9";
}

/* line 149, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-baseball:before, .fa-baseball.details-box__separator::after {
  content: "\f432";
}

/* line 150, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-baseball-ball:before, .fa-baseball-ball.details-box__separator::after {
  content: "\f433";
}

/* line 151, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-basketball-ball:before, .fa-basketball-ball.details-box__separator::after {
  content: "\f434";
}

/* line 152, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-basketball-hoop:before, .fa-basketball-hoop.details-box__separator::after {
  content: "\f435";
}

/* line 153, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bat:before, .fa-bat.details-box__separator::after {
  content: "\f6b5";
}

/* line 154, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bath:before, .fa-bath.details-box__separator::after {
  content: "\f2cd";
}

/* line 155, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-battery-bolt:before, .fa-battery-bolt.details-box__separator::after {
  content: "\f376";
}

/* line 156, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-battery-empty:before, .fa-battery-empty.details-box__separator::after {
  content: "\f244";
}

/* line 157, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-battery-full:before, .fa-battery-full.details-box__separator::after {
  content: "\f240";
}

/* line 158, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-battery-half:before, .fa-battery-half.details-box__separator::after {
  content: "\f242";
}

/* line 159, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-battery-quarter:before, .fa-battery-quarter.details-box__separator::after {
  content: "\f243";
}

/* line 160, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-battery-slash:before, .fa-battery-slash.details-box__separator::after {
  content: "\f377";
}

/* line 161, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-battery-three-quarters:before, .fa-battery-three-quarters.details-box__separator::after {
  content: "\f241";
}

/* line 162, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-battle-net:before, .fa-battle-net.details-box__separator::after {
  content: "\f835";
}

/* line 163, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bed:before, .fa-bed.details-box__separator::after {
  content: "\f236";
}

/* line 164, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-beer:before, .fa-beer.details-box__separator::after {
  content: "\f0fc";
}

/* line 165, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-behance:before, .fa-behance.details-box__separator::after {
  content: "\f1b4";
}

/* line 166, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-behance-square:before, .fa-behance-square.details-box__separator::after {
  content: "\f1b5";
}

/* line 167, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bell:before, .fa-bell.details-box__separator::after {
  content: "\f0f3";
}

/* line 168, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bell-school:before, .fa-bell-school.details-box__separator::after {
  content: "\f5d5";
}

/* line 169, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bell-school-slash:before, .fa-bell-school-slash.details-box__separator::after {
  content: "\f5d6";
}

/* line 170, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bell-slash:before, .fa-bell-slash.details-box__separator::after {
  content: "\f1f6";
}

/* line 171, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bells:before, .fa-bells.details-box__separator::after {
  content: "\f77f";
}

/* line 172, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bezier-curve:before, .fa-bezier-curve.details-box__separator::after {
  content: "\f55b";
}

/* line 173, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bible:before, .fa-bible.details-box__separator::after {
  content: "\f647";
}

/* line 174, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bicycle:before, .fa-bicycle.details-box__separator::after {
  content: "\f206";
}

/* line 175, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bimobject:before, .fa-bimobject.details-box__separator::after {
  content: "\f378";
}

/* line 176, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-binoculars:before, .fa-binoculars.details-box__separator::after {
  content: "\f1e5";
}

/* line 177, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-biohazard:before, .fa-biohazard.details-box__separator::after {
  content: "\f780";
}

/* line 178, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-birthday-cake:before, .fa-birthday-cake.details-box__separator::after {
  content: "\f1fd";
}

/* line 179, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bitbucket:before, .fa-bitbucket.details-box__separator::after {
  content: "\f171";
}

/* line 180, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bitcoin:before, .fa-bitcoin.details-box__separator::after {
  content: "\f379";
}

/* line 181, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bity:before, .fa-bity.details-box__separator::after {
  content: "\f37a";
}

/* line 182, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-black-tie:before, .fa-black-tie.details-box__separator::after {
  content: "\f27e";
}

/* line 183, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-blackberry:before, .fa-blackberry.details-box__separator::after {
  content: "\f37b";
}

/* line 184, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-blanket:before, .fa-blanket.details-box__separator::after {
  content: "\f498";
}

/* line 185, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-blender:before, .fa-blender.details-box__separator::after {
  content: "\f517";
}

/* line 186, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-blender-phone:before, .fa-blender-phone.details-box__separator::after {
  content: "\f6b6";
}

/* line 187, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-blind:before, .fa-blind.details-box__separator::after {
  content: "\f29d";
}

/* line 188, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-blog:before, .fa-blog.details-box__separator::after {
  content: "\f781";
}

/* line 189, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-blogger:before, .fa-blogger.details-box__separator::after {
  content: "\f37c";
}

/* line 190, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-blogger-b:before, .fa-blogger-b.details-box__separator::after {
  content: "\f37d";
}

/* line 191, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bluetooth:before, .fa-bluetooth.details-box__separator::after {
  content: "\f293";
}

/* line 192, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bluetooth-b:before, .fa-bluetooth-b.details-box__separator::after {
  content: "\f294";
}

/* line 193, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bold:before, .fa-bold.details-box__separator::after {
  content: "\f032";
}

/* line 194, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bolt:before, .fa-bolt.details-box__separator::after {
  content: "\f0e7";
}

/* line 195, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bomb:before, .fa-bomb.details-box__separator::after {
  content: "\f1e2";
}

/* line 196, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bone:before, .fa-bone.details-box__separator::after {
  content: "\f5d7";
}

/* line 197, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bone-break:before, .fa-bone-break.details-box__separator::after {
  content: "\f5d8";
}

/* line 198, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bong:before, .fa-bong.details-box__separator::after {
  content: "\f55c";
}

/* line 199, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-book:before, .fa-book.details-box__separator::after {
  content: "\f02d";
}

/* line 200, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-book-alt:before, .fa-book-alt.details-box__separator::after {
  content: "\f5d9";
}

/* line 201, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-book-dead:before, .fa-book-dead.details-box__separator::after {
  content: "\f6b7";
}

/* line 202, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-book-heart:before, .fa-book-heart.details-box__separator::after {
  content: "\f499";
}

/* line 203, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-book-medical:before, .fa-book-medical.details-box__separator::after {
  content: "\f7e6";
}

/* line 204, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-book-open:before, .fa-book-open.details-box__separator::after {
  content: "\f518";
}

/* line 205, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-book-reader:before, .fa-book-reader.details-box__separator::after {
  content: "\f5da";
}

/* line 206, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-book-spells:before, .fa-book-spells.details-box__separator::after {
  content: "\f6b8";
}

/* line 207, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-book-user:before, .fa-book-user.details-box__separator::after {
  content: "\f7e7";
}

/* line 208, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bookmark:before, .fa-bookmark.details-box__separator::after {
  content: "\f02e";
}

/* line 209, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-books:before, .fa-books.details-box__separator::after {
  content: "\f5db";
}

/* line 210, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-books-medical:before, .fa-books-medical.details-box__separator::after {
  content: "\f7e8";
}

/* line 211, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-boot:before, .fa-boot.details-box__separator::after {
  content: "\f782";
}

/* line 212, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-booth-curtain:before, .fa-booth-curtain.details-box__separator::after {
  content: "\f734";
}

/* line 213, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bootstrap:before, .fa-bootstrap.details-box__separator::after {
  content: "\f836";
}

/* line 214, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bow-arrow:before, .fa-bow-arrow.details-box__separator::after {
  content: "\f6b9";
}

/* line 215, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bowling-ball:before, .fa-bowling-ball.details-box__separator::after {
  content: "\f436";
}

/* line 216, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bowling-pins:before, .fa-bowling-pins.details-box__separator::after {
  content: "\f437";
}

/* line 217, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-box:before, .fa-box.details-box__separator::after {
  content: "\f466";
}

/* line 218, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-box-alt:before, .fa-box-alt.details-box__separator::after {
  content: "\f49a";
}

/* line 219, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-box-ballot:before, .fa-box-ballot.details-box__separator::after {
  content: "\f735";
}

/* line 220, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-box-check:before, .fa-box-check.details-box__separator::after {
  content: "\f467";
}

/* line 221, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-box-fragile:before, .fa-box-fragile.details-box__separator::after {
  content: "\f49b";
}

/* line 222, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-box-full:before, .fa-box-full.details-box__separator::after {
  content: "\f49c";
}

/* line 223, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-box-heart:before, .fa-box-heart.details-box__separator::after {
  content: "\f49d";
}

/* line 224, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-box-open:before, .fa-box-open.details-box__separator::after {
  content: "\f49e";
}

/* line 225, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-box-up:before, .fa-box-up.details-box__separator::after {
  content: "\f49f";
}

/* line 226, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-box-usd:before, .fa-box-usd.details-box__separator::after {
  content: "\f4a0";
}

/* line 227, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-boxes:before, .fa-boxes.details-box__separator::after {
  content: "\f468";
}

/* line 228, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-boxes-alt:before, .fa-boxes-alt.details-box__separator::after {
  content: "\f4a1";
}

/* line 229, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-boxing-glove:before, .fa-boxing-glove.details-box__separator::after {
  content: "\f438";
}

/* line 230, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-brackets:before, .fa-brackets.details-box__separator::after {
  content: "\f7e9";
}

/* line 231, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-brackets-curly:before, .fa-brackets-curly.details-box__separator::after {
  content: "\f7ea";
}

/* line 232, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-braille:before, .fa-braille.details-box__separator::after {
  content: "\f2a1";
}

/* line 233, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-brain:before, .fa-brain.details-box__separator::after {
  content: "\f5dc";
}

/* line 234, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bread-loaf:before, .fa-bread-loaf.details-box__separator::after {
  content: "\f7eb";
}

/* line 235, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bread-slice:before, .fa-bread-slice.details-box__separator::after {
  content: "\f7ec";
}

/* line 236, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-briefcase:before, .fa-briefcase.details-box__separator::after {
  content: "\f0b1";
}

/* line 237, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-briefcase-medical:before, .fa-briefcase-medical.details-box__separator::after {
  content: "\f469";
}

/* line 238, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-broadcast-tower:before, .fa-broadcast-tower.details-box__separator::after {
  content: "\f519";
}

/* line 239, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-broom:before, .fa-broom.details-box__separator::after {
  content: "\f51a";
}

/* line 240, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-browser:before, .fa-browser.details-box__separator::after {
  content: "\f37e";
}

/* line 241, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-brush:before, .fa-brush.details-box__separator::after {
  content: "\f55d";
}

/* line 242, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-btc:before, .fa-btc.details-box__separator::after {
  content: "\f15a";
}

/* line 243, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-buffer:before, .fa-buffer.details-box__separator::after {
  content: "\f837";
}

/* line 244, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bug:before, .fa-bug.details-box__separator::after {
  content: "\f188";
}

/* line 245, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-building:before, .fa-building.details-box__separator::after {
  content: "\f1ad";
}

/* line 246, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bullhorn:before, .fa-bullhorn.details-box__separator::after {
  content: "\f0a1";
}

/* line 247, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bullseye:before, .fa-bullseye.details-box__separator::after {
  content: "\f140";
}

/* line 248, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bullseye-arrow:before, .fa-bullseye-arrow.details-box__separator::after {
  content: "\f648";
}

/* line 249, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bullseye-pointer:before, .fa-bullseye-pointer.details-box__separator::after {
  content: "\f649";
}

/* line 250, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-burn:before, .fa-burn.details-box__separator::after {
  content: "\f46a";
}

/* line 251, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-buromobelexperte:before, .fa-buromobelexperte.details-box__separator::after {
  content: "\f37f";
}

/* line 252, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-burrito:before, .fa-burrito.details-box__separator::after {
  content: "\f7ed";
}

/* line 253, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bus:before, .fa-bus.details-box__separator::after {
  content: "\f207";
}

/* line 254, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bus-alt:before, .fa-bus-alt.details-box__separator::after {
  content: "\f55e";
}

/* line 255, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-bus-school:before, .fa-bus-school.details-box__separator::after {
  content: "\f5dd";
}

/* line 256, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-business-time:before, .fa-business-time.details-box__separator::after {
  content: "\f64a";
}

/* line 257, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-buysellads:before, .fa-buysellads.details-box__separator::after {
  content: "\f20d";
}

/* line 258, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cabinet-filing:before, .fa-cabinet-filing.details-box__separator::after {
  content: "\f64b";
}

/* line 259, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calculator:before, .fa-calculator.details-box__separator::after {
  content: "\f1ec";
}

/* line 260, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calculator-alt:before, .fa-calculator-alt.details-box__separator::after {
  content: "\f64c";
}

/* line 261, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calendar:before, .fa-calendar.details-box__separator::after {
  content: "\f133";
}

/* line 262, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calendar-alt:before, .fa-calendar-alt.details-box__separator::after {
  content: "\f073";
}

/* line 263, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calendar-check:before, .fa-calendar-check.details-box__separator::after {
  content: "\f274";
}

/* line 264, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calendar-day:before, .fa-calendar-day.details-box__separator::after {
  content: "\f783";
}

/* line 265, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calendar-edit:before, .fa-calendar-edit.details-box__separator::after {
  content: "\f333";
}

/* line 266, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calendar-exclamation:before, .fa-calendar-exclamation.details-box__separator::after {
  content: "\f334";
}

/* line 267, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calendar-minus:before, .fa-calendar-minus.details-box__separator::after {
  content: "\f272";
}

/* line 268, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calendar-plus:before, .fa-calendar-plus.details-box__separator::after {
  content: "\f271";
}

/* line 269, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calendar-star:before, .fa-calendar-star.details-box__separator::after {
  content: "\f736";
}

/* line 270, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calendar-times:before, .fa-calendar-times.details-box__separator::after {
  content: "\f273";
}

/* line 271, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-calendar-week:before, .fa-calendar-week.details-box__separator::after {
  content: "\f784";
}

/* line 272, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-camera:before, .fa-camera.details-box__separator::after {
  content: "\f030";
}

/* line 273, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-camera-alt:before, .fa-camera-alt.details-box__separator::after {
  content: "\f332";
}

/* line 274, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-camera-retro:before, .fa-camera-retro.details-box__separator::after {
  content: "\f083";
}

/* line 275, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-campfire:before, .fa-campfire.details-box__separator::after {
  content: "\f6ba";
}

/* line 276, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-campground:before, .fa-campground.details-box__separator::after {
  content: "\f6bb";
}

/* line 277, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-canadian-maple-leaf:before, .fa-canadian-maple-leaf.details-box__separator::after {
  content: "\f785";
}

/* line 278, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-candle-holder:before, .fa-candle-holder.details-box__separator::after {
  content: "\f6bc";
}

/* line 279, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-candy-cane:before, .fa-candy-cane.details-box__separator::after {
  content: "\f786";
}

/* line 280, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-candy-corn:before, .fa-candy-corn.details-box__separator::after {
  content: "\f6bd";
}

/* line 281, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cannabis:before, .fa-cannabis.details-box__separator::after {
  content: "\f55f";
}

/* line 282, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-capsules:before, .fa-capsules.details-box__separator::after {
  content: "\f46b";
}

/* line 283, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-car:before, .fa-car.details-box__separator::after {
  content: "\f1b9";
}

/* line 284, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-car-alt:before, .fa-car-alt.details-box__separator::after {
  content: "\f5de";
}

/* line 285, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-car-battery:before, .fa-car-battery.details-box__separator::after {
  content: "\f5df";
}

/* line 286, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-car-bump:before, .fa-car-bump.details-box__separator::after {
  content: "\f5e0";
}

/* line 287, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-car-crash:before, .fa-car-crash.details-box__separator::after {
  content: "\f5e1";
}

/* line 288, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-car-garage:before, .fa-car-garage.details-box__separator::after {
  content: "\f5e2";
}

/* line 289, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-car-mechanic:before, .fa-car-mechanic.details-box__separator::after {
  content: "\f5e3";
}

/* line 290, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-car-side:before, .fa-car-side.details-box__separator::after {
  content: "\f5e4";
}

/* line 291, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-car-tilt:before, .fa-car-tilt.details-box__separator::after {
  content: "\f5e5";
}

/* line 292, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-car-wash:before, .fa-car-wash.details-box__separator::after {
  content: "\f5e6";
}

/* line 293, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-circle-down:before, .fa-caret-circle-down.details-box__separator::after {
  content: "\f32d";
}

/* line 294, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-circle-left:before, .fa-caret-circle-left.details-box__separator::after {
  content: "\f32e";
}

/* line 295, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-circle-right:before, .fa-caret-circle-right.details-box__separator::after {
  content: "\f330";
}

/* line 296, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-circle-up:before, .fa-caret-circle-up.details-box__separator::after {
  content: "\f331";
}

/* line 297, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-down:before, .fa-caret-down.details-box__separator::after {
  content: "\f0d7";
}

/* line 298, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-left:before, .fa-caret-left.details-box__separator::after {
  content: "\f0d9";
}

/* line 299, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-right:before, .fa-caret-right.details-box__separator::after {
  content: "\f0da";
}

/* line 300, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-square-down:before, .fa-caret-square-down.details-box__separator::after {
  content: "\f150";
}

/* line 301, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-square-left:before, .fa-caret-square-left.details-box__separator::after {
  content: "\f191";
}

/* line 302, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-square-right:before, .fa-caret-square-right.details-box__separator::after {
  content: "\f152";
}

/* line 303, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-square-up:before, .fa-caret-square-up.details-box__separator::after {
  content: "\f151";
}

/* line 304, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-caret-up:before, .fa-caret-up.details-box__separator::after {
  content: "\f0d8";
}

/* line 305, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-carrot:before, .fa-carrot.details-box__separator::after {
  content: "\f787";
}

/* line 306, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cart-arrow-down:before, .fa-cart-arrow-down.details-box__separator::after {
  content: "\f218";
}

/* line 307, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cart-plus:before, .fa-cart-plus.details-box__separator::after {
  content: "\f217";
}

/* line 308, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cash-register:before, .fa-cash-register.details-box__separator::after {
  content: "\f788";
}

/* line 309, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cat:before, .fa-cat.details-box__separator::after {
  content: "\f6be";
}

/* line 310, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cauldron:before, .fa-cauldron.details-box__separator::after {
  content: "\f6bf";
}

/* line 311, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cc-amazon-pay:before, .fa-cc-amazon-pay.details-box__separator::after {
  content: "\f42d";
}

/* line 312, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cc-amex:before, .fa-cc-amex.details-box__separator::after {
  content: "\f1f3";
}

/* line 313, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cc-apple-pay:before, .fa-cc-apple-pay.details-box__separator::after {
  content: "\f416";
}

/* line 314, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cc-diners-club:before, .fa-cc-diners-club.details-box__separator::after {
  content: "\f24c";
}

/* line 315, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cc-discover:before, .fa-cc-discover.details-box__separator::after {
  content: "\f1f2";
}

/* line 316, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cc-jcb:before, .fa-cc-jcb.details-box__separator::after {
  content: "\f24b";
}

/* line 317, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cc-mastercard:before, .fa-cc-mastercard.details-box__separator::after {
  content: "\f1f1";
}

/* line 318, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cc-paypal:before, .fa-cc-paypal.details-box__separator::after {
  content: "\f1f4";
}

/* line 319, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cc-stripe:before, .fa-cc-stripe.details-box__separator::after {
  content: "\f1f5";
}

/* line 320, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cc-visa:before, .fa-cc-visa.details-box__separator::after {
  content: "\f1f0";
}

/* line 321, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-centercode:before, .fa-centercode.details-box__separator::after {
  content: "\f380";
}

/* line 322, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-centos:before, .fa-centos.details-box__separator::after {
  content: "\f789";
}

/* line 323, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-certificate:before, .fa-certificate.details-box__separator::after {
  content: "\f0a3";
}

/* line 324, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chair:before, .fa-chair.details-box__separator::after {
  content: "\f6c0";
}

/* line 325, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chair-office:before, .fa-chair-office.details-box__separator::after {
  content: "\f6c1";
}

/* line 326, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chalkboard:before, .fa-chalkboard.details-box__separator::after {
  content: "\f51b";
}

/* line 327, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chalkboard-teacher:before, .fa-chalkboard-teacher.details-box__separator::after {
  content: "\f51c";
}

/* line 328, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-charging-station:before, .fa-charging-station.details-box__separator::after {
  content: "\f5e7";
}

/* line 329, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chart-area:before, .fa-chart-area.details-box__separator::after {
  content: "\f1fe";
}

/* line 330, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chart-bar:before, .fa-chart-bar.details-box__separator::after {
  content: "\f080";
}

/* line 331, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chart-line:before, .fa-chart-line.details-box__separator::after {
  content: "\f201";
}

/* line 332, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chart-line-down:before, .fa-chart-line-down.details-box__separator::after {
  content: "\f64d";
}

/* line 333, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chart-network:before, .fa-chart-network.details-box__separator::after {
  content: "\f78a";
}

/* line 334, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chart-pie:before, .fa-chart-pie.details-box__separator::after {
  content: "\f200";
}

/* line 335, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chart-pie-alt:before, .fa-chart-pie-alt.details-box__separator::after {
  content: "\f64e";
}

/* line 336, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chart-scatter:before, .fa-chart-scatter.details-box__separator::after {
  content: "\f7ee";
}

/* line 337, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-check:before, .fa-check.details-box__separator::after {
  content: "\f00c";
}

/* line 338, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-check-circle:before, .fa-check-circle.details-box__separator::after {
  content: "\f058";
}

/* line 339, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-check-double:before, .fa-check-double.details-box__separator::after {
  content: "\f560";
}

/* line 340, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-check-square:before, .fa-check-square.details-box__separator::after {
  content: "\f14a";
}

/* line 341, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cheese:before, .fa-cheese.details-box__separator::after {
  content: "\f7ef";
}

/* line 342, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cheese-swiss:before, .fa-cheese-swiss.details-box__separator::after {
  content: "\f7f0";
}

/* line 343, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cheeseburger:before, .fa-cheeseburger.details-box__separator::after {
  content: "\f7f1";
}

/* line 344, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess:before, .fa-chess.details-box__separator::after {
  content: "\f439";
}

/* line 345, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-bishop:before, .fa-chess-bishop.details-box__separator::after {
  content: "\f43a";
}

/* line 346, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-bishop-alt:before, .fa-chess-bishop-alt.details-box__separator::after {
  content: "\f43b";
}

/* line 347, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-board:before, .fa-chess-board.details-box__separator::after {
  content: "\f43c";
}

/* line 348, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-clock:before, .fa-chess-clock.details-box__separator::after {
  content: "\f43d";
}

/* line 349, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-clock-alt:before, .fa-chess-clock-alt.details-box__separator::after {
  content: "\f43e";
}

/* line 350, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-king:before, .fa-chess-king.details-box__separator::after {
  content: "\f43f";
}

/* line 351, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-king-alt:before, .fa-chess-king-alt.details-box__separator::after {
  content: "\f440";
}

/* line 352, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-knight:before, .fa-chess-knight.details-box__separator::after {
  content: "\f441";
}

/* line 353, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-knight-alt:before, .fa-chess-knight-alt.details-box__separator::after {
  content: "\f442";
}

/* line 354, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-pawn:before, .fa-chess-pawn.details-box__separator::after {
  content: "\f443";
}

/* line 355, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-pawn-alt:before, .fa-chess-pawn-alt.details-box__separator::after {
  content: "\f444";
}

/* line 356, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-queen:before, .fa-chess-queen.details-box__separator::after {
  content: "\f445";
}

/* line 357, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-queen-alt:before, .fa-chess-queen-alt.details-box__separator::after {
  content: "\f446";
}

/* line 358, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-rook:before, .fa-chess-rook.details-box__separator::after {
  content: "\f447";
}

/* line 359, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chess-rook-alt:before, .fa-chess-rook-alt.details-box__separator::after {
  content: "\f448";
}

/* line 360, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-circle-down:before, .fa-chevron-circle-down.details-box__separator::after {
  content: "\f13a";
}

/* line 361, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-circle-left:before, .fa-chevron-circle-left.details-box__separator::after {
  content: "\f137";
}

/* line 362, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-circle-right:before, .fa-chevron-circle-right.details-box__separator::after {
  content: "\f138";
}

/* line 363, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-circle-up:before, .fa-chevron-circle-up.details-box__separator::after {
  content: "\f139";
}

/* line 364, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-double-down:before, .fa-chevron-double-down.details-box__separator::after {
  content: "\f322";
}

/* line 365, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-double-left:before, .fa-chevron-double-left.details-box__separator::after {
  content: "\f323";
}

/* line 366, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-double-right:before, .fa-chevron-double-right.details-box__separator::after {
  content: "\f324";
}

/* line 367, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-double-up:before, .fa-chevron-double-up.details-box__separator::after {
  content: "\f325";
}

/* line 368, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-down:before, .fa-chevron-down.details-box__separator::after {
  content: "\f078";
}

/* line 369, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-left:before, .fa-chevron-left.details-box__separator::after {
  content: "\f053";
}

/* line 370, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-right:before, .fa-chevron-right.details-box__separator::after {
  content: "\f054";
}

/* line 371, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-square-down:before, .fa-chevron-square-down.details-box__separator::after {
  content: "\f329";
}

/* line 372, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-square-left:before, .fa-chevron-square-left.details-box__separator::after {
  content: "\f32a";
}

/* line 373, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-square-right:before, .fa-chevron-square-right.details-box__separator::after {
  content: "\f32b";
}

/* line 374, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-square-up:before, .fa-chevron-square-up.details-box__separator::after {
  content: "\f32c";
}

/* line 375, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chevron-up:before, .fa-chevron-up.details-box__separator::after {
  content: "\f077";
}

/* line 376, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-child:before, .fa-child.details-box__separator::after {
  content: "\f1ae";
}

/* line 377, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chimney:before, .fa-chimney.details-box__separator::after {
  content: "\f78b";
}

/* line 378, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chrome:before, .fa-chrome.details-box__separator::after {
  content: "\f268";
}

/* line 379, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-chromecast:before, .fa-chromecast.details-box__separator::after {
  content: "\f838";
}

/* line 380, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-church:before, .fa-church.details-box__separator::after {
  content: "\f51d";
}

/* line 381, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-circle:before, .fa-circle.details-box__separator::after {
  content: "\f111";
}

/* line 382, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-circle-notch:before, .fa-circle-notch.details-box__separator::after {
  content: "\f1ce";
}

/* line 383, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-city:before, .fa-city.details-box__separator::after {
  content: "\f64f";
}

/* line 384, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-claw-marks:before, .fa-claw-marks.details-box__separator::after {
  content: "\f6c2";
}

/* line 385, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clinic-medical:before, .fa-clinic-medical.details-box__separator::after {
  content: "\f7f2";
}

/* line 386, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clipboard:before, .fa-clipboard.details-box__separator::after {
  content: "\f328";
}

/* line 387, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clipboard-check:before, .fa-clipboard-check.details-box__separator::after {
  content: "\f46c";
}

/* line 388, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clipboard-list:before, .fa-clipboard-list.details-box__separator::after {
  content: "\f46d";
}

/* line 389, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clipboard-list-check:before, .fa-clipboard-list-check.details-box__separator::after {
  content: "\f737";
}

/* line 390, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clipboard-prescription:before, .fa-clipboard-prescription.details-box__separator::after {
  content: "\f5e8";
}

/* line 391, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clipboard-user:before, .fa-clipboard-user.details-box__separator::after {
  content: "\f7f3";
}

/* line 392, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clock:before, .fa-clock.details-box__separator::after {
  content: "\f017";
}

/* line 393, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clone:before, .fa-clone.details-box__separator::after {
  content: "\f24d";
}

/* line 394, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-closed-captioning:before, .fa-closed-captioning.details-box__separator::after {
  content: "\f20a";
}

/* line 395, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud:before, .fa-cloud.details-box__separator::after {
  content: "\f0c2";
}

/* line 396, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-download:before, .fa-cloud-download.details-box__separator::after {
  content: "\f0ed";
}

/* line 397, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-download-alt:before, .fa-cloud-download-alt.details-box__separator::after {
  content: "\f381";
}

/* line 398, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-drizzle:before, .fa-cloud-drizzle.details-box__separator::after {
  content: "\f738";
}

/* line 399, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-hail:before, .fa-cloud-hail.details-box__separator::after {
  content: "\f739";
}

/* line 400, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-hail-mixed:before, .fa-cloud-hail-mixed.details-box__separator::after {
  content: "\f73a";
}

/* line 401, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-meatball:before, .fa-cloud-meatball.details-box__separator::after {
  content: "\f73b";
}

/* line 402, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-moon:before, .fa-cloud-moon.details-box__separator::after {
  content: "\f6c3";
}

/* line 403, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-moon-rain:before, .fa-cloud-moon-rain.details-box__separator::after {
  content: "\f73c";
}

/* line 404, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-rain:before, .fa-cloud-rain.details-box__separator::after {
  content: "\f73d";
}

/* line 405, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-rainbow:before, .fa-cloud-rainbow.details-box__separator::after {
  content: "\f73e";
}

/* line 406, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-showers:before, .fa-cloud-showers.details-box__separator::after {
  content: "\f73f";
}

/* line 407, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-showers-heavy:before, .fa-cloud-showers-heavy.details-box__separator::after {
  content: "\f740";
}

/* line 408, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-sleet:before, .fa-cloud-sleet.details-box__separator::after {
  content: "\f741";
}

/* line 409, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-snow:before, .fa-cloud-snow.details-box__separator::after {
  content: "\f742";
}

/* line 410, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-sun:before, .fa-cloud-sun.details-box__separator::after {
  content: "\f6c4";
}

/* line 411, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-sun-rain:before, .fa-cloud-sun-rain.details-box__separator::after {
  content: "\f743";
}

/* line 412, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-upload:before, .fa-cloud-upload.details-box__separator::after {
  content: "\f0ee";
}

/* line 413, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloud-upload-alt:before, .fa-cloud-upload-alt.details-box__separator::after {
  content: "\f382";
}

/* line 414, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clouds:before, .fa-clouds.details-box__separator::after {
  content: "\f744";
}

/* line 415, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clouds-moon:before, .fa-clouds-moon.details-box__separator::after {
  content: "\f745";
}

/* line 416, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-clouds-sun:before, .fa-clouds-sun.details-box__separator::after {
  content: "\f746";
}

/* line 417, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloudscale:before, .fa-cloudscale.details-box__separator::after {
  content: "\f383";
}

/* line 418, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloudsmith:before, .fa-cloudsmith.details-box__separator::after {
  content: "\f384";
}

/* line 419, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cloudversify:before, .fa-cloudversify.details-box__separator::after {
  content: "\f385";
}

/* line 420, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-club:before, .fa-club.details-box__separator::after {
  content: "\f327";
}

/* line 421, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cocktail:before, .fa-cocktail.details-box__separator::after {
  content: "\f561";
}

/* line 422, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-code:before, .fa-code.details-box__separator::after {
  content: "\f121";
}

/* line 423, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-code-branch:before, .fa-code-branch.details-box__separator::after {
  content: "\f126";
}

/* line 424, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-code-commit:before, .fa-code-commit.details-box__separator::after {
  content: "\f386";
}

/* line 425, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-code-merge:before, .fa-code-merge.details-box__separator::after {
  content: "\f387";
}

/* line 426, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-codepen:before, .fa-codepen.details-box__separator::after {
  content: "\f1cb";
}

/* line 427, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-codiepie:before, .fa-codiepie.details-box__separator::after {
  content: "\f284";
}

/* line 428, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-coffee:before, .fa-coffee.details-box__separator::after {
  content: "\f0f4";
}

/* line 429, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-coffee-togo:before, .fa-coffee-togo.details-box__separator::after {
  content: "\f6c5";
}

/* line 430, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-coffin:before, .fa-coffin.details-box__separator::after {
  content: "\f6c6";
}

/* line 431, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cog:before, .fa-cog.details-box__separator::after {
  content: "\f013";
}

/* line 432, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cogs:before, .fa-cogs.details-box__separator::after {
  content: "\f085";
}

/* line 433, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-coins:before, .fa-coins.details-box__separator::after {
  content: "\f51e";
}

/* line 434, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-columns:before, .fa-columns.details-box__separator::after {
  content: "\f0db";
}

/* line 435, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment:before, .fa-comment.details-box__separator::after {
  content: "\f075";
}

/* line 436, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt:before, .fa-comment-alt.details-box__separator::after {
  content: "\f27a";
}

/* line 437, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-check:before, .fa-comment-alt-check.details-box__separator::after {
  content: "\f4a2";
}

/* line 438, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-dollar:before, .fa-comment-alt-dollar.details-box__separator::after {
  content: "\f650";
}

/* line 439, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-dots:before, .fa-comment-alt-dots.details-box__separator::after {
  content: "\f4a3";
}

/* line 440, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-edit:before, .fa-comment-alt-edit.details-box__separator::after {
  content: "\f4a4";
}

/* line 441, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-exclamation:before, .fa-comment-alt-exclamation.details-box__separator::after {
  content: "\f4a5";
}

/* line 442, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-lines:before, .fa-comment-alt-lines.details-box__separator::after {
  content: "\f4a6";
}

/* line 443, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-medical:before, .fa-comment-alt-medical.details-box__separator::after {
  content: "\f7f4";
}

/* line 444, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-minus:before, .fa-comment-alt-minus.details-box__separator::after {
  content: "\f4a7";
}

/* line 445, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-plus:before, .fa-comment-alt-plus.details-box__separator::after {
  content: "\f4a8";
}

/* line 446, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-slash:before, .fa-comment-alt-slash.details-box__separator::after {
  content: "\f4a9";
}

/* line 447, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-smile:before, .fa-comment-alt-smile.details-box__separator::after {
  content: "\f4aa";
}

/* line 448, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-alt-times:before, .fa-comment-alt-times.details-box__separator::after {
  content: "\f4ab";
}

/* line 449, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-check:before, .fa-comment-check.details-box__separator::after {
  content: "\f4ac";
}

/* line 450, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-dollar:before, .fa-comment-dollar.details-box__separator::after {
  content: "\f651";
}

/* line 451, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-dots:before, .fa-comment-dots.details-box__separator::after {
  content: "\f4ad";
}

/* line 452, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-edit:before, .fa-comment-edit.details-box__separator::after {
  content: "\f4ae";
}

/* line 453, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-exclamation:before, .fa-comment-exclamation.details-box__separator::after {
  content: "\f4af";
}

/* line 454, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-lines:before, .fa-comment-lines.details-box__separator::after {
  content: "\f4b0";
}

/* line 455, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-medical:before, .fa-comment-medical.details-box__separator::after {
  content: "\f7f5";
}

/* line 456, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-minus:before, .fa-comment-minus.details-box__separator::after {
  content: "\f4b1";
}

/* line 457, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-plus:before, .fa-comment-plus.details-box__separator::after {
  content: "\f4b2";
}

/* line 458, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-slash:before, .fa-comment-slash.details-box__separator::after {
  content: "\f4b3";
}

/* line 459, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-smile:before, .fa-comment-smile.details-box__separator::after {
  content: "\f4b4";
}

/* line 460, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comment-times:before, .fa-comment-times.details-box__separator::after {
  content: "\f4b5";
}

/* line 461, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comments:before, .fa-comments.details-box__separator::after {
  content: "\f086";
}

/* line 462, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comments-alt:before, .fa-comments-alt.details-box__separator::after {
  content: "\f4b6";
}

/* line 463, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comments-alt-dollar:before, .fa-comments-alt-dollar.details-box__separator::after {
  content: "\f652";
}

/* line 464, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-comments-dollar:before, .fa-comments-dollar.details-box__separator::after {
  content: "\f653";
}

/* line 465, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-compact-disc:before, .fa-compact-disc.details-box__separator::after {
  content: "\f51f";
}

/* line 466, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-compass:before, .fa-compass.details-box__separator::after {
  content: "\f14e";
}

/* line 467, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-compass-slash:before, .fa-compass-slash.details-box__separator::after {
  content: "\f5e9";
}

/* line 468, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-compress:before, .fa-compress.details-box__separator::after {
  content: "\f066";
}

/* line 469, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-compress-alt:before, .fa-compress-alt.details-box__separator::after {
  content: "\f422";
}

/* line 470, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-compress-arrows-alt:before, .fa-compress-arrows-alt.details-box__separator::after {
  content: "\f78c";
}

/* line 471, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-compress-wide:before, .fa-compress-wide.details-box__separator::after {
  content: "\f326";
}

/* line 472, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-concierge-bell:before, .fa-concierge-bell.details-box__separator::after {
  content: "\f562";
}

/* line 473, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-confluence:before, .fa-confluence.details-box__separator::after {
  content: "\f78d";
}

/* line 474, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-connectdevelop:before, .fa-connectdevelop.details-box__separator::after {
  content: "\f20e";
}

/* line 475, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-container-storage:before, .fa-container-storage.details-box__separator::after {
  content: "\f4b7";
}

/* line 476, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-contao:before, .fa-contao.details-box__separator::after {
  content: "\f26d";
}

/* line 477, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-conveyor-belt:before, .fa-conveyor-belt.details-box__separator::after {
  content: "\f46e";
}

/* line 478, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-conveyor-belt-alt:before, .fa-conveyor-belt-alt.details-box__separator::after {
  content: "\f46f";
}

/* line 479, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cookie:before, .fa-cookie.details-box__separator::after {
  content: "\f563";
}

/* line 480, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cookie-bite:before, .fa-cookie-bite.details-box__separator::after {
  content: "\f564";
}

/* line 481, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-copy:before, .fa-copy.details-box__separator::after {
  content: "\f0c5";
}

/* line 482, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-copyright:before, .fa-copyright.details-box__separator::after {
  content: "\f1f9";
}

/* line 483, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-corn:before, .fa-corn.details-box__separator::after {
  content: "\f6c7";
}

/* line 484, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-couch:before, .fa-couch.details-box__separator::after {
  content: "\f4b8";
}

/* line 485, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cow:before, .fa-cow.details-box__separator::after {
  content: "\f6c8";
}

/* line 486, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cpanel:before, .fa-cpanel.details-box__separator::after {
  content: "\f388";
}

/* line 487, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons:before, .fa-creative-commons.details-box__separator::after {
  content: "\f25e";
}

/* line 488, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-by:before, .fa-creative-commons-by.details-box__separator::after {
  content: "\f4e7";
}

/* line 489, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-nc:before, .fa-creative-commons-nc.details-box__separator::after {
  content: "\f4e8";
}

/* line 490, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-nc-eu:before, .fa-creative-commons-nc-eu.details-box__separator::after {
  content: "\f4e9";
}

/* line 491, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-nc-jp:before, .fa-creative-commons-nc-jp.details-box__separator::after {
  content: "\f4ea";
}

/* line 492, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-nd:before, .fa-creative-commons-nd.details-box__separator::after {
  content: "\f4eb";
}

/* line 493, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-pd:before, .fa-creative-commons-pd.details-box__separator::after {
  content: "\f4ec";
}

/* line 494, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-pd-alt:before, .fa-creative-commons-pd-alt.details-box__separator::after {
  content: "\f4ed";
}

/* line 495, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-remix:before, .fa-creative-commons-remix.details-box__separator::after {
  content: "\f4ee";
}

/* line 496, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-sa:before, .fa-creative-commons-sa.details-box__separator::after {
  content: "\f4ef";
}

/* line 497, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-sampling:before, .fa-creative-commons-sampling.details-box__separator::after {
  content: "\f4f0";
}

/* line 498, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-sampling-plus:before, .fa-creative-commons-sampling-plus.details-box__separator::after {
  content: "\f4f1";
}

/* line 499, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-share:before, .fa-creative-commons-share.details-box__separator::after {
  content: "\f4f2";
}

/* line 500, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-creative-commons-zero:before, .fa-creative-commons-zero.details-box__separator::after {
  content: "\f4f3";
}

/* line 501, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-credit-card:before, .fa-credit-card.details-box__separator::after {
  content: "\f09d";
}

/* line 502, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-credit-card-blank:before, .fa-credit-card-blank.details-box__separator::after {
  content: "\f389";
}

/* line 503, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-credit-card-front:before, .fa-credit-card-front.details-box__separator::after {
  content: "\f38a";
}

/* line 504, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cricket:before, .fa-cricket.details-box__separator::after {
  content: "\f449";
}

/* line 505, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-critical-role:before, .fa-critical-role.details-box__separator::after {
  content: "\f6c9";
}

/* line 506, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-croissant:before, .fa-croissant.details-box__separator::after {
  content: "\f7f6";
}

/* line 507, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-crop:before, .fa-crop.details-box__separator::after {
  content: "\f125";
}

/* line 508, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-crop-alt:before, .fa-crop-alt.details-box__separator::after {
  content: "\f565";
}

/* line 509, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cross:before, .fa-cross.details-box__separator::after {
  content: "\f654";
}

/* line 510, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-crosshairs:before, .fa-crosshairs.details-box__separator::after {
  content: "\f05b";
}

/* line 511, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-crow:before, .fa-crow.details-box__separator::after {
  content: "\f520";
}

/* line 512, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-crown:before, .fa-crown.details-box__separator::after {
  content: "\f521";
}

/* line 513, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-crutch:before, .fa-crutch.details-box__separator::after {
  content: "\f7f7";
}

/* line 514, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-crutches:before, .fa-crutches.details-box__separator::after {
  content: "\f7f8";
}

/* line 515, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-css3:before, .fa-css3.details-box__separator::after {
  content: "\f13c";
}

/* line 516, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-css3-alt:before, .fa-css3-alt.details-box__separator::after {
  content: "\f38b";
}

/* line 517, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cube:before, .fa-cube.details-box__separator::after {
  content: "\f1b2";
}

/* line 518, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cubes:before, .fa-cubes.details-box__separator::after {
  content: "\f1b3";
}

/* line 519, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-curling:before, .fa-curling.details-box__separator::after {
  content: "\f44a";
}

/* line 520, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cut:before, .fa-cut.details-box__separator::after {
  content: "\f0c4";
}

/* line 521, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-cuttlefish:before, .fa-cuttlefish.details-box__separator::after {
  content: "\f38c";
}

/* line 522, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-d-and-d:before, .fa-d-and-d.details-box__separator::after {
  content: "\f38d";
}

/* line 523, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-d-and-d-beyond:before, .fa-d-and-d-beyond.details-box__separator::after {
  content: "\f6ca";
}

/* line 524, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dagger:before, .fa-dagger.details-box__separator::after {
  content: "\f6cb";
}

/* line 525, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dashcube:before, .fa-dashcube.details-box__separator::after {
  content: "\f210";
}

/* line 526, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-database:before, .fa-database.details-box__separator::after {
  content: "\f1c0";
}

/* line 527, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-deaf:before, .fa-deaf.details-box__separator::after {
  content: "\f2a4";
}

/* line 528, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-debug:before, .fa-debug.details-box__separator::after {
  content: "\f7f9";
}

/* line 529, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-deer:before, .fa-deer.details-box__separator::after {
  content: "\f78e";
}

/* line 530, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-deer-rudolph:before, .fa-deer-rudolph.details-box__separator::after {
  content: "\f78f";
}

/* line 531, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-delicious:before, .fa-delicious.details-box__separator::after {
  content: "\f1a5";
}

/* line 532, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-democrat:before, .fa-democrat.details-box__separator::after {
  content: "\f747";
}

/* line 533, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-deploydog:before, .fa-deploydog.details-box__separator::after {
  content: "\f38e";
}

/* line 534, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-deskpro:before, .fa-deskpro.details-box__separator::after {
  content: "\f38f";
}

/* line 535, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-desktop:before, .fa-desktop.details-box__separator::after {
  content: "\f108";
}

/* line 536, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-desktop-alt:before, .fa-desktop-alt.details-box__separator::after {
  content: "\f390";
}

/* line 537, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dev:before, .fa-dev.details-box__separator::after {
  content: "\f6cc";
}

/* line 538, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-deviantart:before, .fa-deviantart.details-box__separator::after {
  content: "\f1bd";
}

/* line 539, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dewpoint:before, .fa-dewpoint.details-box__separator::after {
  content: "\f748";
}

/* line 540, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dharmachakra:before, .fa-dharmachakra.details-box__separator::after {
  content: "\f655";
}

/* line 541, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dhl:before, .fa-dhl.details-box__separator::after {
  content: "\f790";
}

/* line 542, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-diagnoses:before, .fa-diagnoses.details-box__separator::after {
  content: "\f470";
}

/* line 543, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-diamond:before, .fa-diamond.details-box__separator::after {
  content: "\f219";
}

/* line 544, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-diaspora:before, .fa-diaspora.details-box__separator::after {
  content: "\f791";
}

/* line 545, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice:before, .fa-dice.details-box__separator::after {
  content: "\f522";
}

/* line 546, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-d10:before, .fa-dice-d10.details-box__separator::after {
  content: "\f6cd";
}

/* line 547, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-d12:before, .fa-dice-d12.details-box__separator::after {
  content: "\f6ce";
}

/* line 548, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-d20:before, .fa-dice-d20.details-box__separator::after {
  content: "\f6cf";
}

/* line 549, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-d4:before, .fa-dice-d4.details-box__separator::after {
  content: "\f6d0";
}

/* line 550, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-d6:before, .fa-dice-d6.details-box__separator::after {
  content: "\f6d1";
}

/* line 551, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-d8:before, .fa-dice-d8.details-box__separator::after {
  content: "\f6d2";
}

/* line 552, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-five:before, .fa-dice-five.details-box__separator::after {
  content: "\f523";
}

/* line 553, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-four:before, .fa-dice-four.details-box__separator::after {
  content: "\f524";
}

/* line 554, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-one:before, .fa-dice-one.details-box__separator::after {
  content: "\f525";
}

/* line 555, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-six:before, .fa-dice-six.details-box__separator::after {
  content: "\f526";
}

/* line 556, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-three:before, .fa-dice-three.details-box__separator::after {
  content: "\f527";
}

/* line 557, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dice-two:before, .fa-dice-two.details-box__separator::after {
  content: "\f528";
}

/* line 558, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-digg:before, .fa-digg.details-box__separator::after {
  content: "\f1a6";
}

/* line 559, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-digital-ocean:before, .fa-digital-ocean.details-box__separator::after {
  content: "\f391";
}

/* line 560, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-digital-tachograph:before, .fa-digital-tachograph.details-box__separator::after {
  content: "\f566";
}

/* line 561, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-diploma:before, .fa-diploma.details-box__separator::after {
  content: "\f5ea";
}

/* line 562, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-directions:before, .fa-directions.details-box__separator::after {
  content: "\f5eb";
}

/* line 563, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-discord:before, .fa-discord.details-box__separator::after {
  content: "\f392";
}

/* line 564, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-discourse:before, .fa-discourse.details-box__separator::after {
  content: "\f393";
}

/* line 565, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-disease:before, .fa-disease.details-box__separator::after {
  content: "\f7fa";
}

/* line 566, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-divide:before, .fa-divide.details-box__separator::after {
  content: "\f529";
}

/* line 567, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dizzy:before, .fa-dizzy.details-box__separator::after {
  content: "\f567";
}

/* line 568, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dna:before, .fa-dna.details-box__separator::after {
  content: "\f471";
}

/* line 569, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-do-not-enter:before, .fa-do-not-enter.details-box__separator::after {
  content: "\f5ec";
}

/* line 570, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dochub:before, .fa-dochub.details-box__separator::after {
  content: "\f394";
}

/* line 571, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-docker:before, .fa-docker.details-box__separator::after {
  content: "\f395";
}

/* line 572, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dog:before, .fa-dog.details-box__separator::after {
  content: "\f6d3";
}

/* line 573, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dog-leashed:before, .fa-dog-leashed.details-box__separator::after {
  content: "\f6d4";
}

/* line 574, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dollar-sign:before, .fa-dollar-sign.details-box__separator::after {
  content: "\f155";
}

/* line 575, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dolly:before, .fa-dolly.details-box__separator::after {
  content: "\f472";
}

/* line 576, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dolly-empty:before, .fa-dolly-empty.details-box__separator::after {
  content: "\f473";
}

/* line 577, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dolly-flatbed:before, .fa-dolly-flatbed.details-box__separator::after {
  content: "\f474";
}

/* line 578, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dolly-flatbed-alt:before, .fa-dolly-flatbed-alt.details-box__separator::after {
  content: "\f475";
}

/* line 579, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dolly-flatbed-empty:before, .fa-dolly-flatbed-empty.details-box__separator::after {
  content: "\f476";
}

/* line 580, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-donate:before, .fa-donate.details-box__separator::after {
  content: "\f4b9";
}

/* line 581, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-door-closed:before, .fa-door-closed.details-box__separator::after {
  content: "\f52a";
}

/* line 582, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-door-open:before, .fa-door-open.details-box__separator::after {
  content: "\f52b";
}

/* line 583, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dot-circle:before, .fa-dot-circle.details-box__separator::after {
  content: "\f192";
}

/* line 584, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dove:before, .fa-dove.details-box__separator::after {
  content: "\f4ba";
}

/* line 585, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-download:before, .fa-download.details-box__separator::after {
  content: "\f019";
}

/* line 586, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-draft2digital:before, .fa-draft2digital.details-box__separator::after {
  content: "\f396";
}

/* line 587, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-drafting-compass:before, .fa-drafting-compass.details-box__separator::after {
  content: "\f568";
}

/* line 588, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dragon:before, .fa-dragon.details-box__separator::after {
  content: "\f6d5";
}

/* line 589, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-draw-circle:before, .fa-draw-circle.details-box__separator::after {
  content: "\f5ed";
}

/* line 590, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-draw-polygon:before, .fa-draw-polygon.details-box__separator::after {
  content: "\f5ee";
}

/* line 591, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-draw-square:before, .fa-draw-square.details-box__separator::after {
  content: "\f5ef";
}

/* line 592, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dreidel:before, .fa-dreidel.details-box__separator::after {
  content: "\f792";
}

/* line 593, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dribbble:before, .fa-dribbble.details-box__separator::after {
  content: "\f17d";
}

/* line 594, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dribbble-square:before, .fa-dribbble-square.details-box__separator::after {
  content: "\f397";
}

/* line 595, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dropbox:before, .fa-dropbox.details-box__separator::after {
  content: "\f16b";
}

/* line 596, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-drum:before, .fa-drum.details-box__separator::after {
  content: "\f569";
}

/* line 597, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-drum-steelpan:before, .fa-drum-steelpan.details-box__separator::after {
  content: "\f56a";
}

/* line 598, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-drumstick:before, .fa-drumstick.details-box__separator::after {
  content: "\f6d6";
}

/* line 599, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-drumstick-bite:before, .fa-drumstick-bite.details-box__separator::after {
  content: "\f6d7";
}

/* line 600, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-drupal:before, .fa-drupal.details-box__separator::after {
  content: "\f1a9";
}

/* line 601, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-duck:before, .fa-duck.details-box__separator::after {
  content: "\f6d8";
}

/* line 602, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dumbbell:before, .fa-dumbbell.details-box__separator::after {
  content: "\f44b";
}

/* line 603, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dumpster:before, .fa-dumpster.details-box__separator::after {
  content: "\f793";
}

/* line 604, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dumpster-fire:before, .fa-dumpster-fire.details-box__separator::after {
  content: "\f794";
}

/* line 605, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dungeon:before, .fa-dungeon.details-box__separator::after {
  content: "\f6d9";
}

/* line 606, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-dyalog:before, .fa-dyalog.details-box__separator::after {
  content: "\f399";
}

/* line 607, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ear:before, .fa-ear.details-box__separator::after {
  content: "\f5f0";
}

/* line 608, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ear-muffs:before, .fa-ear-muffs.details-box__separator::after {
  content: "\f795";
}

/* line 609, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-earlybirds:before, .fa-earlybirds.details-box__separator::after {
  content: "\f39a";
}

/* line 610, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ebay:before, .fa-ebay.details-box__separator::after {
  content: "\f4f4";
}

/* line 611, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-eclipse:before, .fa-eclipse.details-box__separator::after {
  content: "\f749";
}

/* line 612, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-eclipse-alt:before, .fa-eclipse-alt.details-box__separator::after {
  content: "\f74a";
}

/* line 613, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-edge:before, .fa-edge.details-box__separator::after {
  content: "\f282";
}

/* line 614, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-edit:before, .fa-edit.details-box__separator::after {
  content: "\f044";
}

/* line 615, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-egg:before, .fa-egg.details-box__separator::after {
  content: "\f7fb";
}

/* line 616, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-egg-fried:before, .fa-egg-fried.details-box__separator::after {
  content: "\f7fc";
}

/* line 617, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-eject:before, .fa-eject.details-box__separator::after {
  content: "\f052";
}

/* line 618, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-elementor:before, .fa-elementor.details-box__separator::after {
  content: "\f430";
}

/* line 619, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-elephant:before, .fa-elephant.details-box__separator::after {
  content: "\f6da";
}

/* line 620, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ellipsis-h:before, .fa-ellipsis-h.details-box__separator::after {
  content: "\f141";
}

/* line 621, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ellipsis-h-alt:before, .fa-ellipsis-h-alt.details-box__separator::after {
  content: "\f39b";
}

/* line 622, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ellipsis-v:before, .fa-ellipsis-v.details-box__separator::after {
  content: "\f142";
}

/* line 623, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ellipsis-v-alt:before, .fa-ellipsis-v-alt.details-box__separator::after {
  content: "\f39c";
}

/* line 624, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ello:before, .fa-ello.details-box__separator::after {
  content: "\f5f1";
}

/* line 625, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ember:before, .fa-ember.details-box__separator::after {
  content: "\f423";
}

/* line 626, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-empire:before, .fa-empire.details-box__separator::after {
  content: "\f1d1";
}

/* line 627, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-empty-set:before, .fa-empty-set.details-box__separator::after {
  content: "\f656";
}

/* line 628, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-engine-warning:before, .fa-engine-warning.details-box__separator::after {
  content: "\f5f2";
}

/* line 629, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-envelope:before, .fa-envelope.details-box__separator::after {
  content: "\f0e0";
}

/* line 630, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-envelope-open:before, .fa-envelope-open.details-box__separator::after {
  content: "\f2b6";
}

/* line 631, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-envelope-open-dollar:before, .fa-envelope-open-dollar.details-box__separator::after {
  content: "\f657";
}

/* line 632, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-envelope-open-text:before, .fa-envelope-open-text.details-box__separator::after {
  content: "\f658";
}

/* line 633, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-envelope-square:before, .fa-envelope-square.details-box__separator::after {
  content: "\f199";
}

/* line 634, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-envira:before, .fa-envira.details-box__separator::after {
  content: "\f299";
}

/* line 635, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-equals:before, .fa-equals.details-box__separator::after {
  content: "\f52c";
}

/* line 636, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-eraser:before, .fa-eraser.details-box__separator::after {
  content: "\f12d";
}

/* line 637, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-erlang:before, .fa-erlang.details-box__separator::after {
  content: "\f39d";
}

/* line 638, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ethereum:before, .fa-ethereum.details-box__separator::after {
  content: "\f42e";
}

/* line 639, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ethernet:before, .fa-ethernet.details-box__separator::after {
  content: "\f796";
}

/* line 640, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-etsy:before, .fa-etsy.details-box__separator::after {
  content: "\f2d7";
}

/* line 641, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-euro-sign:before, .fa-euro-sign.details-box__separator::after {
  content: "\f153";
}

/* line 642, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-evernote:before, .fa-evernote.details-box__separator::after {
  content: "\f839";
}

/* line 643, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-exchange:before, .fa-exchange.details-box__separator::after {
  content: "\f0ec";
}

/* line 644, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-exchange-alt:before, .fa-exchange-alt.details-box__separator::after {
  content: "\f362";
}

/* line 645, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-exclamation:before, .fa-exclamation.details-box__separator::after {
  content: "\f12a";
}

/* line 646, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-exclamation-circle:before, .fa-exclamation-circle.details-box__separator::after {
  content: "\f06a";
}

/* line 647, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-exclamation-square:before, .fa-exclamation-square.details-box__separator::after {
  content: "\f321";
}

/* line 648, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-exclamation-triangle:before, .fa-exclamation-triangle.details-box__separator::after {
  content: "\f071";
}

/* line 649, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-expand:before, .fa-expand.details-box__separator::after {
  content: "\f065";
}

/* line 650, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-expand-alt:before, .fa-expand-alt.details-box__separator::after {
  content: "\f424";
}

/* line 651, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-expand-arrows:before, .fa-expand-arrows.details-box__separator::after {
  content: "\f31d";
}

/* line 652, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-expand-arrows-alt:before, .fa-expand-arrows-alt.details-box__separator::after {
  content: "\f31e";
}

/* line 653, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-expand-wide:before, .fa-expand-wide.details-box__separator::after {
  content: "\f320";
}

/* line 654, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-expeditedssl:before, .fa-expeditedssl.details-box__separator::after {
  content: "\f23e";
}

/* line 655, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-external-link:before, .fa-external-link.details-box__separator::after {
  content: "\f08e";
}

/* line 656, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-external-link-alt:before, .fa-external-link-alt.details-box__separator::after {
  content: "\f35d";
}

/* line 657, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-external-link-square:before, .fa-external-link-square.details-box__separator::after {
  content: "\f14c";
}

/* line 658, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-external-link-square-alt:before, .fa-external-link-square-alt.details-box__separator::after {
  content: "\f360";
}

/* line 659, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-eye:before, .fa-eye.details-box__separator::after {
  content: "\f06e";
}

/* line 660, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-eye-dropper:before, .fa-eye-dropper.details-box__separator::after {
  content: "\f1fb";
}

/* line 661, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-eye-evil:before, .fa-eye-evil.details-box__separator::after {
  content: "\f6db";
}

/* line 662, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-eye-slash:before, .fa-eye-slash.details-box__separator::after {
  content: "\f070";
}

/* line 663, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-facebook:before, .fa-facebook.details-box__separator::after {
  content: "\f09a";
}

/* line 664, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-facebook-f:before, .fa-facebook-f.details-box__separator::after {
  content: "\f39e";
}

/* line 665, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-facebook-messenger:before, .fa-facebook-messenger.details-box__separator::after {
  content: "\f39f";
}

/* line 666, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-facebook-square:before, .fa-facebook-square.details-box__separator::after {
  content: "\f082";
}

/* line 667, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fantasy-flight-games:before, .fa-fantasy-flight-games.details-box__separator::after {
  content: "\f6dc";
}

/* line 668, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fast-backward:before, .fa-fast-backward.details-box__separator::after {
  content: "\f049";
}

/* line 669, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fast-forward:before, .fa-fast-forward.details-box__separator::after {
  content: "\f050";
}

/* line 670, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fax:before, .fa-fax.details-box__separator::after {
  content: "\f1ac";
}

/* line 671, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-feather:before, .fa-feather.details-box__separator::after {
  content: "\f52d";
}

/* line 672, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-feather-alt:before, .fa-feather-alt.details-box__separator::after {
  content: "\f56b";
}

/* line 673, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fedex:before, .fa-fedex.details-box__separator::after {
  content: "\f797";
}

/* line 674, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fedora:before, .fa-fedora.details-box__separator::after {
  content: "\f798";
}

/* line 675, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-female:before, .fa-female.details-box__separator::after {
  content: "\f182";
}

/* line 676, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-field-hockey:before, .fa-field-hockey.details-box__separator::after {
  content: "\f44c";
}

/* line 677, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fighter-jet:before, .fa-fighter-jet.details-box__separator::after {
  content: "\f0fb";
}

/* line 678, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-figma:before, .fa-figma.details-box__separator::after {
  content: "\f799";
}

/* line 679, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file:before, .fa-file.details-box__separator::after {
  content: "\f15b";
}

/* line 680, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-alt:before, .fa-file-alt.details-box__separator::after {
  content: "\f15c";
}

/* line 681, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-archive:before, .fa-file-archive.details-box__separator::after {
  content: "\f1c6";
}

/* line 682, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-audio:before, .fa-file-audio.details-box__separator::after {
  content: "\f1c7";
}

/* line 683, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-certificate:before, .fa-file-certificate.details-box__separator::after {
  content: "\f5f3";
}

/* line 684, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-chart-line:before, .fa-file-chart-line.details-box__separator::after {
  content: "\f659";
}

/* line 685, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-chart-pie:before, .fa-file-chart-pie.details-box__separator::after {
  content: "\f65a";
}

/* line 686, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-check:before, .fa-file-check.details-box__separator::after {
  content: "\f316";
}

/* line 687, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-code:before, .fa-file-code.details-box__separator::after {
  content: "\f1c9";
}

/* line 688, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-contract:before, .fa-file-contract.details-box__separator::after {
  content: "\f56c";
}

/* line 689, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-csv:before, .fa-file-csv.details-box__separator::after {
  content: "\f6dd";
}

/* line 690, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-download:before, .fa-file-download.details-box__separator::after {
  content: "\f56d";
}

/* line 691, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-edit:before, .fa-file-edit.details-box__separator::after {
  content: "\f31c";
}

/* line 692, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-excel:before, .fa-file-excel.details-box__separator::after {
  content: "\f1c3";
}

/* line 693, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-exclamation:before, .fa-file-exclamation.details-box__separator::after {
  content: "\f31a";
}

/* line 694, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-export:before, .fa-file-export.details-box__separator::after {
  content: "\f56e";
}

/* line 695, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-image:before, .fa-file-image.details-box__separator::after {
  content: "\f1c5";
}

/* line 696, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-import:before, .fa-file-import.details-box__separator::after {
  content: "\f56f";
}

/* line 697, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-invoice:before, .fa-file-invoice.details-box__separator::after {
  content: "\f570";
}

/* line 698, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-invoice-dollar:before, .fa-file-invoice-dollar.details-box__separator::after {
  content: "\f571";
}

/* line 699, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-medical:before, .fa-file-medical.details-box__separator::after {
  content: "\f477";
}

/* line 700, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-medical-alt:before, .fa-file-medical-alt.details-box__separator::after {
  content: "\f478";
}

/* line 701, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-minus:before, .fa-file-minus.details-box__separator::after {
  content: "\f318";
}

/* line 702, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-pdf:before, .fa-file-pdf.details-box__separator::after {
  content: "\f1c1";
}

/* line 703, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-plus:before, .fa-file-plus.details-box__separator::after {
  content: "\f319";
}

/* line 704, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-powerpoint:before, .fa-file-powerpoint.details-box__separator::after {
  content: "\f1c4";
}

/* line 705, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-prescription:before, .fa-file-prescription.details-box__separator::after {
  content: "\f572";
}

/* line 706, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-signature:before, .fa-file-signature.details-box__separator::after {
  content: "\f573";
}

/* line 707, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-spreadsheet:before, .fa-file-spreadsheet.details-box__separator::after {
  content: "\f65b";
}

/* line 708, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-times:before, .fa-file-times.details-box__separator::after {
  content: "\f317";
}

/* line 709, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-upload:before, .fa-file-upload.details-box__separator::after {
  content: "\f574";
}

/* line 710, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-user:before, .fa-file-user.details-box__separator::after {
  content: "\f65c";
}

/* line 711, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-video:before, .fa-file-video.details-box__separator::after {
  content: "\f1c8";
}

/* line 712, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-file-word:before, .fa-file-word.details-box__separator::after {
  content: "\f1c2";
}

/* line 713, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-files-medical:before, .fa-files-medical.details-box__separator::after {
  content: "\f7fd";
}

/* line 714, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fill:before, .fa-fill.details-box__separator::after {
  content: "\f575";
}

/* line 715, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fill-drip:before, .fa-fill-drip.details-box__separator::after {
  content: "\f576";
}

/* line 716, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-film:before, .fa-film.details-box__separator::after {
  content: "\f008";
}

/* line 717, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-film-alt:before, .fa-film-alt.details-box__separator::after {
  content: "\f3a0";
}

/* line 718, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-filter:before, .fa-filter.details-box__separator::after {
  content: "\f0b0";
}

/* line 719, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fingerprint:before, .fa-fingerprint.details-box__separator::after {
  content: "\f577";
}

/* line 720, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fire:before, .fa-fire.details-box__separator::after {
  content: "\f06d";
}

/* line 721, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fire-alt:before, .fa-fire-alt.details-box__separator::after {
  content: "\f7e4";
}

/* line 722, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fire-extinguisher:before, .fa-fire-extinguisher.details-box__separator::after {
  content: "\f134";
}

/* line 723, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fire-smoke:before, .fa-fire-smoke.details-box__separator::after {
  content: "\f74b";
}

/* line 724, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-firefox:before, .fa-firefox.details-box__separator::after {
  content: "\f269";
}

/* line 725, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fireplace:before, .fa-fireplace.details-box__separator::after {
  content: "\f79a";
}

/* line 726, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-first-aid:before, .fa-first-aid.details-box__separator::after {
  content: "\f479";
}

/* line 727, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-first-order:before, .fa-first-order.details-box__separator::after {
  content: "\f2b0";
}

/* line 728, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-first-order-alt:before, .fa-first-order-alt.details-box__separator::after {
  content: "\f50a";
}

/* line 729, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-firstdraft:before, .fa-firstdraft.details-box__separator::after {
  content: "\f3a1";
}

/* line 730, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fish:before, .fa-fish.details-box__separator::after {
  content: "\f578";
}

/* line 731, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fish-cooked:before, .fa-fish-cooked.details-box__separator::after {
  content: "\f7fe";
}

/* line 732, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fist-raised:before, .fa-fist-raised.details-box__separator::after {
  content: "\f6de";
}

/* line 733, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flag:before, .fa-flag.details-box__separator::after {
  content: "\f024";
}

/* line 734, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flag-alt:before, .fa-flag-alt.details-box__separator::after {
  content: "\f74c";
}

/* line 735, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flag-checkered:before, .fa-flag-checkered.details-box__separator::after {
  content: "\f11e";
}

/* line 736, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flag-usa:before, .fa-flag-usa.details-box__separator::after {
  content: "\f74d";
}

/* line 737, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flame:before, .fa-flame.details-box__separator::after {
  content: "\f6df";
}

/* line 738, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flask:before, .fa-flask.details-box__separator::after {
  content: "\f0c3";
}

/* line 739, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flask-poison:before, .fa-flask-poison.details-box__separator::after {
  content: "\f6e0";
}

/* line 740, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flask-potion:before, .fa-flask-potion.details-box__separator::after {
  content: "\f6e1";
}

/* line 741, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flickr:before, .fa-flickr.details-box__separator::after {
  content: "\f16e";
}

/* line 742, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flipboard:before, .fa-flipboard.details-box__separator::after {
  content: "\f44d";
}

/* line 743, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flower:before, .fa-flower.details-box__separator::after {
  content: "\f7ff";
}

/* line 744, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flower-daffodil:before, .fa-flower-daffodil.details-box__separator::after {
  content: "\f800";
}

/* line 745, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flower-tulip:before, .fa-flower-tulip.details-box__separator::after {
  content: "\f801";
}

/* line 746, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-flushed:before, .fa-flushed.details-box__separator::after {
  content: "\f579";
}

/* line 747, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fly:before, .fa-fly.details-box__separator::after {
  content: "\f417";
}

/* line 748, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fog:before, .fa-fog.details-box__separator::after {
  content: "\f74e";
}

/* line 749, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-folder:before, .fa-folder.details-box__separator::after {
  content: "\f07b";
}

/* line 750, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-folder-minus:before, .fa-folder-minus.details-box__separator::after {
  content: "\f65d";
}

/* line 751, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-folder-open:before, .fa-folder-open.details-box__separator::after {
  content: "\f07c";
}

/* line 752, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-folder-plus:before, .fa-folder-plus.details-box__separator::after {
  content: "\f65e";
}

/* line 753, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-folder-times:before, .fa-folder-times.details-box__separator::after {
  content: "\f65f";
}

/* line 754, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-folder-tree:before, .fa-folder-tree.details-box__separator::after {
  content: "\f802";
}

/* line 755, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-folders:before, .fa-folders.details-box__separator::after {
  content: "\f660";
}

/* line 756, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-font:before, .fa-font.details-box__separator::after {
  content: "\f031";
}

/* line 757, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-font-awesome:before, .fa-font-awesome.details-box__separator::after {
  content: "\f2b4";
}

/* line 758, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-font-awesome-alt:before, .fa-font-awesome-alt.details-box__separator::after {
  content: "\f35c";
}

/* line 759, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-font-awesome-flag:before, .fa-font-awesome-flag.details-box__separator::after {
  content: "\f425";
}

/* line 760, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-font-awesome-logo-full:before, .fa-font-awesome-logo-full.details-box__separator::after {
  content: "\f4e6";
}

/* line 761, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fonticons:before, .fa-fonticons.details-box__separator::after {
  content: "\f280";
}

/* line 762, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fonticons-fi:before, .fa-fonticons-fi.details-box__separator::after {
  content: "\f3a2";
}

/* line 763, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-football-ball:before, .fa-football-ball.details-box__separator::after {
  content: "\f44e";
}

/* line 764, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-football-helmet:before, .fa-football-helmet.details-box__separator::after {
  content: "\f44f";
}

/* line 765, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-forklift:before, .fa-forklift.details-box__separator::after {
  content: "\f47a";
}

/* line 766, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fort-awesome:before, .fa-fort-awesome.details-box__separator::after {
  content: "\f286";
}

/* line 767, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fort-awesome-alt:before, .fa-fort-awesome-alt.details-box__separator::after {
  content: "\f3a3";
}

/* line 768, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-forumbee:before, .fa-forumbee.details-box__separator::after {
  content: "\f211";
}

/* line 769, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-forward:before, .fa-forward.details-box__separator::after {
  content: "\f04e";
}

/* line 770, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-foursquare:before, .fa-foursquare.details-box__separator::after {
  content: "\f180";
}

/* line 771, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fragile:before, .fa-fragile.details-box__separator::after {
  content: "\f4bb";
}

/* line 772, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-free-code-camp:before, .fa-free-code-camp.details-box__separator::after {
  content: "\f2c5";
}

/* line 773, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-freebsd:before, .fa-freebsd.details-box__separator::after {
  content: "\f3a4";
}

/* line 774, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-french-fries:before, .fa-french-fries.details-box__separator::after {
  content: "\f803";
}

/* line 775, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-frog:before, .fa-frog.details-box__separator::after {
  content: "\f52e";
}

/* line 776, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-frosty-head:before, .fa-frosty-head.details-box__separator::after {
  content: "\f79b";
}

/* line 777, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-frown:before, .fa-frown.details-box__separator::after {
  content: "\f119";
}

/* line 778, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-frown-open:before, .fa-frown-open.details-box__separator::after {
  content: "\f57a";
}

/* line 779, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-fulcrum:before, .fa-fulcrum.details-box__separator::after {
  content: "\f50b";
}

/* line 780, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-function:before, .fa-function.details-box__separator::after {
  content: "\f661";
}

/* line 781, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-funnel-dollar:before, .fa-funnel-dollar.details-box__separator::after {
  content: "\f662";
}

/* line 782, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-futbol:before, .fa-futbol.details-box__separator::after {
  content: "\f1e3";
}

/* line 783, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-galactic-republic:before, .fa-galactic-republic.details-box__separator::after {
  content: "\f50c";
}

/* line 784, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-galactic-senate:before, .fa-galactic-senate.details-box__separator::after {
  content: "\f50d";
}

/* line 785, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gamepad:before, .fa-gamepad.details-box__separator::after {
  content: "\f11b";
}

/* line 786, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gas-pump:before, .fa-gas-pump.details-box__separator::after {
  content: "\f52f";
}

/* line 787, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gas-pump-slash:before, .fa-gas-pump-slash.details-box__separator::after {
  content: "\f5f4";
}

/* line 788, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gavel:before, .fa-gavel.details-box__separator::after {
  content: "\f0e3";
}

/* line 789, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gem:before, .fa-gem.details-box__separator::after {
  content: "\f3a5";
}

/* line 790, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-genderless:before, .fa-genderless.details-box__separator::after {
  content: "\f22d";
}

/* line 791, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-get-pocket:before, .fa-get-pocket.details-box__separator::after {
  content: "\f265";
}

/* line 792, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gg:before, .fa-gg.details-box__separator::after {
  content: "\f260";
}

/* line 793, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gg-circle:before, .fa-gg-circle.details-box__separator::after {
  content: "\f261";
}

/* line 794, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ghost:before, .fa-ghost.details-box__separator::after {
  content: "\f6e2";
}

/* line 795, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gift:before, .fa-gift.details-box__separator::after {
  content: "\f06b";
}

/* line 796, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gift-card:before, .fa-gift-card.details-box__separator::after {
  content: "\f663";
}

/* line 797, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gifts:before, .fa-gifts.details-box__separator::after {
  content: "\f79c";
}

/* line 798, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gingerbread-man:before, .fa-gingerbread-man.details-box__separator::after {
  content: "\f79d";
}

/* line 799, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-git:before, .fa-git.details-box__separator::after {
  content: "\f1d3";
}

/* line 800, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-git-square:before, .fa-git-square.details-box__separator::after {
  content: "\f1d2";
}

/* line 801, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-github:before, .fa-github.details-box__separator::after {
  content: "\f09b";
}

/* line 802, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-github-alt:before, .fa-github-alt.details-box__separator::after {
  content: "\f113";
}

/* line 803, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-github-square:before, .fa-github-square.details-box__separator::after {
  content: "\f092";
}

/* line 804, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gitkraken:before, .fa-gitkraken.details-box__separator::after {
  content: "\f3a6";
}

/* line 805, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gitlab:before, .fa-gitlab.details-box__separator::after {
  content: "\f296";
}

/* line 806, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gitter:before, .fa-gitter.details-box__separator::after {
  content: "\f426";
}

/* line 807, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-glass:before, .fa-glass.details-box__separator::after {
  content: "\f804";
}

/* line 808, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-glass-champagne:before, .fa-glass-champagne.details-box__separator::after {
  content: "\f79e";
}

/* line 809, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-glass-cheers:before, .fa-glass-cheers.details-box__separator::after {
  content: "\f79f";
}

/* line 810, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-glass-martini:before, .fa-glass-martini.details-box__separator::after {
  content: "\f000";
}

/* line 811, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-glass-martini-alt:before, .fa-glass-martini-alt.details-box__separator::after {
  content: "\f57b";
}

/* line 812, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-glass-whiskey:before, .fa-glass-whiskey.details-box__separator::after {
  content: "\f7a0";
}

/* line 813, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-glass-whiskey-rocks:before, .fa-glass-whiskey-rocks.details-box__separator::after {
  content: "\f7a1";
}

/* line 814, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-glasses:before, .fa-glasses.details-box__separator::after {
  content: "\f530";
}

/* line 815, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-glasses-alt:before, .fa-glasses-alt.details-box__separator::after {
  content: "\f5f5";
}

/* line 816, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-glide:before, .fa-glide.details-box__separator::after {
  content: "\f2a5";
}

/* line 817, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-glide-g:before, .fa-glide-g.details-box__separator::after {
  content: "\f2a6";
}

/* line 818, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-globe:before, .fa-globe.details-box__separator::after {
  content: "\f0ac";
}

/* line 819, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-globe-africa:before, .fa-globe-africa.details-box__separator::after {
  content: "\f57c";
}

/* line 820, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-globe-americas:before, .fa-globe-americas.details-box__separator::after {
  content: "\f57d";
}

/* line 821, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-globe-asia:before, .fa-globe-asia.details-box__separator::after {
  content: "\f57e";
}

/* line 822, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-globe-europe:before, .fa-globe-europe.details-box__separator::after {
  content: "\f7a2";
}

/* line 823, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-globe-snow:before, .fa-globe-snow.details-box__separator::after {
  content: "\f7a3";
}

/* line 824, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-globe-stand:before, .fa-globe-stand.details-box__separator::after {
  content: "\f5f6";
}

/* line 825, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gofore:before, .fa-gofore.details-box__separator::after {
  content: "\f3a7";
}

/* line 826, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-golf-ball:before, .fa-golf-ball.details-box__separator::after {
  content: "\f450";
}

/* line 827, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-golf-club:before, .fa-golf-club.details-box__separator::after {
  content: "\f451";
}

/* line 828, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-goodreads:before, .fa-goodreads.details-box__separator::after {
  content: "\f3a8";
}

/* line 829, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-goodreads-g:before, .fa-goodreads-g.details-box__separator::after {
  content: "\f3a9";
}

/* line 830, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-google:before, .fa-google.details-box__separator::after {
  content: "\f1a0";
}

/* line 831, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-google-drive:before, .fa-google-drive.details-box__separator::after {
  content: "\f3aa";
}

/* line 832, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-google-play:before, .fa-google-play.details-box__separator::after {
  content: "\f3ab";
}

/* line 833, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-google-plus:before, .fa-google-plus.details-box__separator::after {
  content: "\f2b3";
}

/* line 834, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-google-plus-g:before, .fa-google-plus-g.details-box__separator::after {
  content: "\f0d5";
}

/* line 835, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-google-plus-square:before, .fa-google-plus-square.details-box__separator::after {
  content: "\f0d4";
}

/* line 836, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-google-wallet:before, .fa-google-wallet.details-box__separator::after {
  content: "\f1ee";
}

/* line 837, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gopuram:before, .fa-gopuram.details-box__separator::after {
  content: "\f664";
}

/* line 838, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-graduation-cap:before, .fa-graduation-cap.details-box__separator::after {
  content: "\f19d";
}

/* line 839, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gratipay:before, .fa-gratipay.details-box__separator::after {
  content: "\f184";
}

/* line 840, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grav:before, .fa-grav.details-box__separator::after {
  content: "\f2d6";
}

/* line 841, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-greater-than:before, .fa-greater-than.details-box__separator::after {
  content: "\f531";
}

/* line 842, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-greater-than-equal:before, .fa-greater-than-equal.details-box__separator::after {
  content: "\f532";
}

/* line 843, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grimace:before, .fa-grimace.details-box__separator::after {
  content: "\f57f";
}

/* line 844, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin:before, .fa-grin.details-box__separator::after {
  content: "\f580";
}

/* line 845, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-alt:before, .fa-grin-alt.details-box__separator::after {
  content: "\f581";
}

/* line 846, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-beam:before, .fa-grin-beam.details-box__separator::after {
  content: "\f582";
}

/* line 847, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-beam-sweat:before, .fa-grin-beam-sweat.details-box__separator::after {
  content: "\f583";
}

/* line 848, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-hearts:before, .fa-grin-hearts.details-box__separator::after {
  content: "\f584";
}

/* line 849, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-squint:before, .fa-grin-squint.details-box__separator::after {
  content: "\f585";
}

/* line 850, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-squint-tears:before, .fa-grin-squint-tears.details-box__separator::after {
  content: "\f586";
}

/* line 851, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-stars:before, .fa-grin-stars.details-box__separator::after {
  content: "\f587";
}

/* line 852, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-tears:before, .fa-grin-tears.details-box__separator::after {
  content: "\f588";
}

/* line 853, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-tongue:before, .fa-grin-tongue.details-box__separator::after {
  content: "\f589";
}

/* line 854, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-tongue-squint:before, .fa-grin-tongue-squint.details-box__separator::after {
  content: "\f58a";
}

/* line 855, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-tongue-wink:before, .fa-grin-tongue-wink.details-box__separator::after {
  content: "\f58b";
}

/* line 856, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grin-wink:before, .fa-grin-wink.details-box__separator::after {
  content: "\f58c";
}

/* line 857, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grip-horizontal:before, .fa-grip-horizontal.details-box__separator::after {
  content: "\f58d";
}

/* line 858, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grip-lines:before, .fa-grip-lines.details-box__separator::after {
  content: "\f7a4";
}

/* line 859, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grip-lines-vertical:before, .fa-grip-lines-vertical.details-box__separator::after {
  content: "\f7a5";
}

/* line 860, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grip-vertical:before, .fa-grip-vertical.details-box__separator::after {
  content: "\f58e";
}

/* line 861, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gripfire:before, .fa-gripfire.details-box__separator::after {
  content: "\f3ac";
}

/* line 862, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-grunt:before, .fa-grunt.details-box__separator::after {
  content: "\f3ad";
}

/* line 863, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-guitar:before, .fa-guitar.details-box__separator::after {
  content: "\f7a6";
}

/* line 864, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-gulp:before, .fa-gulp.details-box__separator::after {
  content: "\f3ae";
}

/* line 865, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-h-square:before, .fa-h-square.details-box__separator::after {
  content: "\f0fd";
}

/* line 866, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-h1:before, .fa-h1.details-box__separator::after {
  content: "\f313";
}

/* line 867, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-h2:before, .fa-h2.details-box__separator::after {
  content: "\f314";
}

/* line 868, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-h3:before, .fa-h3.details-box__separator::after {
  content: "\f315";
}

/* line 869, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hacker-news:before, .fa-hacker-news.details-box__separator::after {
  content: "\f1d4";
}

/* line 870, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hacker-news-square:before, .fa-hacker-news-square.details-box__separator::after {
  content: "\f3af";
}

/* line 871, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hackerrank:before, .fa-hackerrank.details-box__separator::after {
  content: "\f5f7";
}

/* line 872, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hamburger:before, .fa-hamburger.details-box__separator::after {
  content: "\f805";
}

/* line 873, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hammer:before, .fa-hammer.details-box__separator::after {
  content: "\f6e3";
}

/* line 874, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hammer-war:before, .fa-hammer-war.details-box__separator::after {
  content: "\f6e4";
}

/* line 875, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hamsa:before, .fa-hamsa.details-box__separator::after {
  content: "\f665";
}

/* line 876, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-heart:before, .fa-hand-heart.details-box__separator::after {
  content: "\f4bc";
}

/* line 877, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-holding:before, .fa-hand-holding.details-box__separator::after {
  content: "\f4bd";
}

/* line 878, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-holding-box:before, .fa-hand-holding-box.details-box__separator::after {
  content: "\f47b";
}

/* line 879, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-holding-heart:before, .fa-hand-holding-heart.details-box__separator::after {
  content: "\f4be";
}

/* line 880, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-holding-magic:before, .fa-hand-holding-magic.details-box__separator::after {
  content: "\f6e5";
}

/* line 881, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-holding-seedling:before, .fa-hand-holding-seedling.details-box__separator::after {
  content: "\f4bf";
}

/* line 882, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-holding-usd:before, .fa-hand-holding-usd.details-box__separator::after {
  content: "\f4c0";
}

/* line 883, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-holding-water:before, .fa-hand-holding-water.details-box__separator::after {
  content: "\f4c1";
}

/* line 884, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-lizard:before, .fa-hand-lizard.details-box__separator::after {
  content: "\f258";
}

/* line 885, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-middle-finger:before, .fa-hand-middle-finger.details-box__separator::after {
  content: "\f806";
}

/* line 886, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-paper:before, .fa-hand-paper.details-box__separator::after {
  content: "\f256";
}

/* line 887, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-peace:before, .fa-hand-peace.details-box__separator::after {
  content: "\f25b";
}

/* line 888, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-point-down:before, .fa-hand-point-down.details-box__separator::after {
  content: "\f0a7";
}

/* line 889, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-point-left:before, .fa-hand-point-left.details-box__separator::after {
  content: "\f0a5";
}

/* line 890, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-point-right:before, .fa-hand-point-right.details-box__separator::after {
  content: "\f0a4";
}

/* line 891, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-point-up:before, .fa-hand-point-up.details-box__separator::after {
  content: "\f0a6";
}

/* line 892, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-pointer:before, .fa-hand-pointer.details-box__separator::after {
  content: "\f25a";
}

/* line 893, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-receiving:before, .fa-hand-receiving.details-box__separator::after {
  content: "\f47c";
}

/* line 894, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-rock:before, .fa-hand-rock.details-box__separator::after {
  content: "\f255";
}

/* line 895, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-scissors:before, .fa-hand-scissors.details-box__separator::after {
  content: "\f257";
}

/* line 896, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hand-spock:before, .fa-hand-spock.details-box__separator::after {
  content: "\f259";
}

/* line 897, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hands:before, .fa-hands.details-box__separator::after {
  content: "\f4c2";
}

/* line 898, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hands-heart:before, .fa-hands-heart.details-box__separator::after {
  content: "\f4c3";
}

/* line 899, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hands-helping:before, .fa-hands-helping.details-box__separator::after {
  content: "\f4c4";
}

/* line 900, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hands-usd:before, .fa-hands-usd.details-box__separator::after {
  content: "\f4c5";
}

/* line 901, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-handshake:before, .fa-handshake.details-box__separator::after {
  content: "\f2b5";
}

/* line 902, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-handshake-alt:before, .fa-handshake-alt.details-box__separator::after {
  content: "\f4c6";
}

/* line 903, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hanukiah:before, .fa-hanukiah.details-box__separator::after {
  content: "\f6e6";
}

/* line 904, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hard-hat:before, .fa-hard-hat.details-box__separator::after {
  content: "\f807";
}

/* line 905, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hashtag:before, .fa-hashtag.details-box__separator::after {
  content: "\f292";
}

/* line 906, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hat-santa:before, .fa-hat-santa.details-box__separator::after {
  content: "\f7a7";
}

/* line 907, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hat-winter:before, .fa-hat-winter.details-box__separator::after {
  content: "\f7a8";
}

/* line 908, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hat-witch:before, .fa-hat-witch.details-box__separator::after {
  content: "\f6e7";
}

/* line 909, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hat-wizard:before, .fa-hat-wizard.details-box__separator::after {
  content: "\f6e8";
}

/* line 910, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-haykal:before, .fa-haykal.details-box__separator::after {
  content: "\f666";
}

/* line 911, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hdd:before, .fa-hdd.details-box__separator::after {
  content: "\f0a0";
}

/* line 912, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-head-side:before, .fa-head-side.details-box__separator::after {
  content: "\f6e9";
}

/* line 913, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-head-side-brain:before, .fa-head-side-brain.details-box__separator::after {
  content: "\f808";
}

/* line 914, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-head-side-medical:before, .fa-head-side-medical.details-box__separator::after {
  content: "\f809";
}

/* line 915, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-head-vr:before, .fa-head-vr.details-box__separator::after {
  content: "\f6ea";
}

/* line 916, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-heading:before, .fa-heading.details-box__separator::after {
  content: "\f1dc";
}

/* line 917, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-headphones:before, .fa-headphones.details-box__separator::after {
  content: "\f025";
}

/* line 918, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-headphones-alt:before, .fa-headphones-alt.details-box__separator::after {
  content: "\f58f";
}

/* line 919, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-headset:before, .fa-headset.details-box__separator::after {
  content: "\f590";
}

/* line 920, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-heart:before, .fa-heart.details-box__separator::after {
  content: "\f004";
}

/* line 921, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-heart-broken:before, .fa-heart-broken.details-box__separator::after {
  content: "\f7a9";
}

/* line 922, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-heart-circle:before, .fa-heart-circle.details-box__separator::after {
  content: "\f4c7";
}

/* line 923, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-heart-rate:before, .fa-heart-rate.details-box__separator::after {
  content: "\f5f8";
}

/* line 924, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-heart-square:before, .fa-heart-square.details-box__separator::after {
  content: "\f4c8";
}

/* line 925, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-heartbeat:before, .fa-heartbeat.details-box__separator::after {
  content: "\f21e";
}

/* line 926, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-helicopter:before, .fa-helicopter.details-box__separator::after {
  content: "\f533";
}

/* line 927, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-helmet-battle:before, .fa-helmet-battle.details-box__separator::after {
  content: "\f6eb";
}

/* line 928, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hexagon:before, .fa-hexagon.details-box__separator::after {
  content: "\f312";
}

/* line 929, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-highlighter:before, .fa-highlighter.details-box__separator::after {
  content: "\f591";
}

/* line 930, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hiking:before, .fa-hiking.details-box__separator::after {
  content: "\f6ec";
}

/* line 931, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hippo:before, .fa-hippo.details-box__separator::after {
  content: "\f6ed";
}

/* line 932, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hips:before, .fa-hips.details-box__separator::after {
  content: "\f452";
}

/* line 933, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hire-a-helper:before, .fa-hire-a-helper.details-box__separator::after {
  content: "\f3b0";
}

/* line 934, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-history:before, .fa-history.details-box__separator::after {
  content: "\f1da";
}

/* line 935, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hockey-mask:before, .fa-hockey-mask.details-box__separator::after {
  content: "\f6ee";
}

/* line 936, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hockey-puck:before, .fa-hockey-puck.details-box__separator::after {
  content: "\f453";
}

/* line 937, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hockey-sticks:before, .fa-hockey-sticks.details-box__separator::after {
  content: "\f454";
}

/* line 938, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-holly-berry:before, .fa-holly-berry.details-box__separator::after {
  content: "\f7aa";
}

/* line 939, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-home:before, .fa-home.details-box__separator::after {
  content: "\f015";
}

/* line 940, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-home-alt:before, .fa-home-alt.details-box__separator::after {
  content: "\f80a";
}

/* line 941, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-home-heart:before, .fa-home-heart.details-box__separator::after {
  content: "\f4c9";
}

/* line 942, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-home-lg:before, .fa-home-lg.details-box__separator::after {
  content: "\f80b";
}

/* line 943, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-home-lg-alt:before, .fa-home-lg-alt.details-box__separator::after {
  content: "\f80c";
}

/* line 944, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hood-cloak:before, .fa-hood-cloak.details-box__separator::after {
  content: "\f6ef";
}

/* line 945, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hooli:before, .fa-hooli.details-box__separator::after {
  content: "\f427";
}

/* line 946, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hornbill:before, .fa-hornbill.details-box__separator::after {
  content: "\f592";
}

/* line 947, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-horse:before, .fa-horse.details-box__separator::after {
  content: "\f6f0";
}

/* line 948, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-horse-head:before, .fa-horse-head.details-box__separator::after {
  content: "\f7ab";
}

/* line 949, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hospital:before, .fa-hospital.details-box__separator::after {
  content: "\f0f8";
}

/* line 950, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hospital-alt:before, .fa-hospital-alt.details-box__separator::after {
  content: "\f47d";
}

/* line 951, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hospital-symbol:before, .fa-hospital-symbol.details-box__separator::after {
  content: "\f47e";
}

/* line 952, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hospital-user:before, .fa-hospital-user.details-box__separator::after {
  content: "\f80d";
}

/* line 953, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hospitals:before, .fa-hospitals.details-box__separator::after {
  content: "\f80e";
}

/* line 954, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hot-tub:before, .fa-hot-tub.details-box__separator::after {
  content: "\f593";
}

/* line 955, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hotdog:before, .fa-hotdog.details-box__separator::after {
  content: "\f80f";
}

/* line 956, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hotel:before, .fa-hotel.details-box__separator::after {
  content: "\f594";
}

/* line 957, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hotjar:before, .fa-hotjar.details-box__separator::after {
  content: "\f3b1";
}

/* line 958, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hourglass:before, .fa-hourglass.details-box__separator::after {
  content: "\f254";
}

/* line 959, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hourglass-end:before, .fa-hourglass-end.details-box__separator::after {
  content: "\f253";
}

/* line 960, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hourglass-half:before, .fa-hourglass-half.details-box__separator::after {
  content: "\f252";
}

/* line 961, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hourglass-start:before, .fa-hourglass-start.details-box__separator::after {
  content: "\f251";
}

/* line 962, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-house-damage:before, .fa-house-damage.details-box__separator::after {
  content: "\f6f1";
}

/* line 963, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-house-flood:before, .fa-house-flood.details-box__separator::after {
  content: "\f74f";
}

/* line 964, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-houzz:before, .fa-houzz.details-box__separator::after {
  content: "\f27c";
}

/* line 965, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hryvnia:before, .fa-hryvnia.details-box__separator::after {
  content: "\f6f2";
}

/* line 966, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-html5:before, .fa-html5.details-box__separator::after {
  content: "\f13b";
}

/* line 967, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-humidity:before, .fa-humidity.details-box__separator::after {
  content: "\f750";
}

/* line 968, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-hurricane:before, .fa-hurricane.details-box__separator::after {
  content: "\f751";
}

/* line 969, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-i-cursor:before, .fa-i-cursor.details-box__separator::after {
  content: "\f246";
}

/* line 970, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ice-cream:before, .fa-ice-cream.details-box__separator::after {
  content: "\f810";
}

/* line 971, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ice-skate:before, .fa-ice-skate.details-box__separator::after {
  content: "\f7ac";
}

/* line 972, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-icicles:before, .fa-icicles.details-box__separator::after {
  content: "\f7ad";
}

/* line 973, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-id-badge:before, .fa-id-badge.details-box__separator::after {
  content: "\f2c1";
}

/* line 974, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-id-card:before, .fa-id-card.details-box__separator::after {
  content: "\f2c2";
}

/* line 975, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-id-card-alt:before, .fa-id-card-alt.details-box__separator::after {
  content: "\f47f";
}

/* line 976, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-igloo:before, .fa-igloo.details-box__separator::after {
  content: "\f7ae";
}

/* line 977, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-image:before, .fa-image.details-box__separator::after {
  content: "\f03e";
}

/* line 978, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-images:before, .fa-images.details-box__separator::after {
  content: "\f302";
}

/* line 979, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-imdb:before, .fa-imdb.details-box__separator::after {
  content: "\f2d8";
}

/* line 980, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-inbox:before, .fa-inbox.details-box__separator::after {
  content: "\f01c";
}

/* line 981, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-inbox-in:before, .fa-inbox-in.details-box__separator::after {
  content: "\f310";
}

/* line 982, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-inbox-out:before, .fa-inbox-out.details-box__separator::after {
  content: "\f311";
}

/* line 983, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-indent:before, .fa-indent.details-box__separator::after {
  content: "\f03c";
}

/* line 984, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-industry:before, .fa-industry.details-box__separator::after {
  content: "\f275";
}

/* line 985, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-industry-alt:before, .fa-industry-alt.details-box__separator::after {
  content: "\f3b3";
}

/* line 986, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-infinity:before, .fa-infinity.details-box__separator::after {
  content: "\f534";
}

/* line 987, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-info:before, .fa-info.details-box__separator::after {
  content: "\f129";
}

/* line 988, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-info-circle:before, .fa-info-circle.details-box__separator::after {
  content: "\f05a";
}

/* line 989, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-info-square:before, .fa-info-square.details-box__separator::after {
  content: "\f30f";
}

/* line 990, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-inhaler:before, .fa-inhaler.details-box__separator::after {
  content: "\f5f9";
}

/* line 991, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-instagram:before, .fa-instagram.details-box__separator::after {
  content: "\f16d";
}

/* line 992, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-integral:before, .fa-integral.details-box__separator::after {
  content: "\f667";
}

/* line 993, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-intercom:before, .fa-intercom.details-box__separator::after {
  content: "\f7af";
}

/* line 994, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-internet-explorer:before, .fa-internet-explorer.details-box__separator::after {
  content: "\f26b";
}

/* line 995, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-intersection:before, .fa-intersection.details-box__separator::after {
  content: "\f668";
}

/* line 996, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-inventory:before, .fa-inventory.details-box__separator::after {
  content: "\f480";
}

/* line 997, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-invision:before, .fa-invision.details-box__separator::after {
  content: "\f7b0";
}

/* line 998, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ioxhost:before, .fa-ioxhost.details-box__separator::after {
  content: "\f208";
}

/* line 999, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-island-tropical:before, .fa-island-tropical.details-box__separator::after {
  content: "\f811";
}

/* line 1000, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-italic:before, .fa-italic.details-box__separator::after {
  content: "\f033";
}

/* line 1001, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-itch-io:before, .fa-itch-io.details-box__separator::after {
  content: "\f83a";
}

/* line 1002, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-itunes:before, .fa-itunes.details-box__separator::after {
  content: "\f3b4";
}

/* line 1003, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-itunes-note:before, .fa-itunes-note.details-box__separator::after {
  content: "\f3b5";
}

/* line 1004, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-jack-o-lantern:before, .fa-jack-o-lantern.details-box__separator::after {
  content: "\f30e";
}

/* line 1005, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-java:before, .fa-java.details-box__separator::after {
  content: "\f4e4";
}

/* line 1006, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-jedi:before, .fa-jedi.details-box__separator::after {
  content: "\f669";
}

/* line 1007, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-jedi-order:before, .fa-jedi-order.details-box__separator::after {
  content: "\f50e";
}

/* line 1008, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-jenkins:before, .fa-jenkins.details-box__separator::after {
  content: "\f3b6";
}

/* line 1009, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-jira:before, .fa-jira.details-box__separator::after {
  content: "\f7b1";
}

/* line 1010, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-joget:before, .fa-joget.details-box__separator::after {
  content: "\f3b7";
}

/* line 1011, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-joint:before, .fa-joint.details-box__separator::after {
  content: "\f595";
}

/* line 1012, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-joomla:before, .fa-joomla.details-box__separator::after {
  content: "\f1aa";
}

/* line 1013, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-journal-whills:before, .fa-journal-whills.details-box__separator::after {
  content: "\f66a";
}

/* line 1014, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-js:before, .fa-js.details-box__separator::after {
  content: "\f3b8";
}

/* line 1015, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-js-square:before, .fa-js-square.details-box__separator::after {
  content: "\f3b9";
}

/* line 1016, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-jsfiddle:before, .fa-jsfiddle.details-box__separator::after {
  content: "\f1cc";
}

/* line 1017, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-kaaba:before, .fa-kaaba.details-box__separator::after {
  content: "\f66b";
}

/* line 1018, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-kaggle:before, .fa-kaggle.details-box__separator::after {
  content: "\f5fa";
}

/* line 1019, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-key:before, .fa-key.details-box__separator::after {
  content: "\f084";
}

/* line 1020, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-key-skeleton:before, .fa-key-skeleton.details-box__separator::after {
  content: "\f6f3";
}

/* line 1021, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-keybase:before, .fa-keybase.details-box__separator::after {
  content: "\f4f5";
}

/* line 1022, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-keyboard:before, .fa-keyboard.details-box__separator::after {
  content: "\f11c";
}

/* line 1023, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-keycdn:before, .fa-keycdn.details-box__separator::after {
  content: "\f3ba";
}

/* line 1024, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-keynote:before, .fa-keynote.details-box__separator::after {
  content: "\f66c";
}

/* line 1025, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-khanda:before, .fa-khanda.details-box__separator::after {
  content: "\f66d";
}

/* line 1026, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-kickstarter:before, .fa-kickstarter.details-box__separator::after {
  content: "\f3bb";
}

/* line 1027, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-kickstarter-k:before, .fa-kickstarter-k.details-box__separator::after {
  content: "\f3bc";
}

/* line 1028, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-kidneys:before, .fa-kidneys.details-box__separator::after {
  content: "\f5fb";
}

/* line 1029, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-kiss:before, .fa-kiss.details-box__separator::after {
  content: "\f596";
}

/* line 1030, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-kiss-beam:before, .fa-kiss-beam.details-box__separator::after {
  content: "\f597";
}

/* line 1031, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-kiss-wink-heart:before, .fa-kiss-wink-heart.details-box__separator::after {
  content: "\f598";
}

/* line 1032, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-kite:before, .fa-kite.details-box__separator::after {
  content: "\f6f4";
}

/* line 1033, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-kiwi-bird:before, .fa-kiwi-bird.details-box__separator::after {
  content: "\f535";
}

/* line 1034, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-knife-kitchen:before, .fa-knife-kitchen.details-box__separator::after {
  content: "\f6f5";
}

/* line 1035, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-korvue:before, .fa-korvue.details-box__separator::after {
  content: "\f42f";
}

/* line 1036, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lambda:before, .fa-lambda.details-box__separator::after {
  content: "\f66e";
}

/* line 1037, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lamp:before, .fa-lamp.details-box__separator::after {
  content: "\f4ca";
}

/* line 1038, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-landmark:before, .fa-landmark.details-box__separator::after {
  content: "\f66f";
}

/* line 1039, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-landmark-alt:before, .fa-landmark-alt.details-box__separator::after {
  content: "\f752";
}

/* line 1040, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-language:before, .fa-language.details-box__separator::after {
  content: "\f1ab";
}

/* line 1041, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-laptop:before, .fa-laptop.details-box__separator::after {
  content: "\f109";
}

/* line 1042, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-laptop-code:before, .fa-laptop-code.details-box__separator::after {
  content: "\f5fc";
}

/* line 1043, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-laptop-medical:before, .fa-laptop-medical.details-box__separator::after {
  content: "\f812";
}

/* line 1044, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-laravel:before, .fa-laravel.details-box__separator::after {
  content: "\f3bd";
}

/* line 1045, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lastfm:before, .fa-lastfm.details-box__separator::after {
  content: "\f202";
}

/* line 1046, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lastfm-square:before, .fa-lastfm-square.details-box__separator::after {
  content: "\f203";
}

/* line 1047, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-laugh:before, .fa-laugh.details-box__separator::after {
  content: "\f599";
}

/* line 1048, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-laugh-beam:before, .fa-laugh-beam.details-box__separator::after {
  content: "\f59a";
}

/* line 1049, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-laugh-squint:before, .fa-laugh-squint.details-box__separator::after {
  content: "\f59b";
}

/* line 1050, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-laugh-wink:before, .fa-laugh-wink.details-box__separator::after {
  content: "\f59c";
}

/* line 1051, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-layer-group:before, .fa-layer-group.details-box__separator::after {
  content: "\f5fd";
}

/* line 1052, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-layer-minus:before, .fa-layer-minus.details-box__separator::after {
  content: "\f5fe";
}

/* line 1053, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-layer-plus:before, .fa-layer-plus.details-box__separator::after {
  content: "\f5ff";
}

/* line 1054, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-leaf:before, .fa-leaf.details-box__separator::after {
  content: "\f06c";
}

/* line 1055, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-leaf-heart:before, .fa-leaf-heart.details-box__separator::after {
  content: "\f4cb";
}

/* line 1056, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-leaf-maple:before, .fa-leaf-maple.details-box__separator::after {
  content: "\f6f6";
}

/* line 1057, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-leaf-oak:before, .fa-leaf-oak.details-box__separator::after {
  content: "\f6f7";
}

/* line 1058, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-leanpub:before, .fa-leanpub.details-box__separator::after {
  content: "\f212";
}

/* line 1059, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lemon:before, .fa-lemon.details-box__separator::after {
  content: "\f094";
}

/* line 1060, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-less:before, .fa-less.details-box__separator::after {
  content: "\f41d";
}

/* line 1061, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-less-than:before, .fa-less-than.details-box__separator::after {
  content: "\f536";
}

/* line 1062, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-less-than-equal:before, .fa-less-than-equal.details-box__separator::after {
  content: "\f537";
}

/* line 1063, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-level-down:before, .fa-level-down.details-box__separator::after {
  content: "\f149";
}

/* line 1064, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-level-down-alt:before, .fa-level-down-alt.details-box__separator::after {
  content: "\f3be";
}

/* line 1065, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-level-up:before, .fa-level-up.details-box__separator::after {
  content: "\f148";
}

/* line 1066, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-level-up-alt:before, .fa-level-up-alt.details-box__separator::after {
  content: "\f3bf";
}

/* line 1067, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-life-ring:before, .fa-life-ring.details-box__separator::after {
  content: "\f1cd";
}

/* line 1068, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lightbulb:before, .fa-lightbulb.details-box__separator::after {
  content: "\f0eb";
}

/* line 1069, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lightbulb-dollar:before, .fa-lightbulb-dollar.details-box__separator::after {
  content: "\f670";
}

/* line 1070, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lightbulb-exclamation:before, .fa-lightbulb-exclamation.details-box__separator::after {
  content: "\f671";
}

/* line 1071, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lightbulb-on:before, .fa-lightbulb-on.details-box__separator::after {
  content: "\f672";
}

/* line 1072, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lightbulb-slash:before, .fa-lightbulb-slash.details-box__separator::after {
  content: "\f673";
}

/* line 1073, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lights-holiday:before, .fa-lights-holiday.details-box__separator::after {
  content: "\f7b2";
}

/* line 1074, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-line:before, .fa-line.details-box__separator::after {
  content: "\f3c0";
}

/* line 1075, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-link:before, .fa-link.details-box__separator::after {
  content: "\f0c1";
}

/* line 1076, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-linkedin:before, .fa-linkedin.details-box__separator::after {
  content: "\f08c";
}

/* line 1077, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-linkedin-in:before, .fa-linkedin-in.details-box__separator::after {
  content: "\f0e1";
}

/* line 1078, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-linode:before, .fa-linode.details-box__separator::after {
  content: "\f2b8";
}

/* line 1079, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-linux:before, .fa-linux.details-box__separator::after {
  content: "\f17c";
}

/* line 1080, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lips:before, .fa-lips.details-box__separator::after {
  content: "\f600";
}

/* line 1081, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lira-sign:before, .fa-lira-sign.details-box__separator::after {
  content: "\f195";
}

/* line 1082, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-list:before, .fa-list.details-box__separator::after {
  content: "\f03a";
}

/* line 1083, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-list-alt:before, .fa-list-alt.details-box__separator::after {
  content: "\f022";
}

/* line 1084, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-list-ol:before, .fa-list-ol.details-box__separator::after {
  content: "\f0cb";
}

/* line 1085, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-list-ul:before, .fa-list-ul.details-box__separator::after {
  content: "\f0ca";
}

/* line 1086, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-location:before, .fa-location.details-box__separator::after {
  content: "\f601";
}

/* line 1087, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-location-arrow:before, .fa-location-arrow.details-box__separator::after {
  content: "\f124";
}

/* line 1088, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-location-circle:before, .fa-location-circle.details-box__separator::after {
  content: "\f602";
}

/* line 1089, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-location-slash:before, .fa-location-slash.details-box__separator::after {
  content: "\f603";
}

/* line 1090, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lock:before, .fa-lock.details-box__separator::after {
  content: "\f023";
}

/* line 1091, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lock-alt:before, .fa-lock-alt.details-box__separator::after {
  content: "\f30d";
}

/* line 1092, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lock-open:before, .fa-lock-open.details-box__separator::after {
  content: "\f3c1";
}

/* line 1093, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lock-open-alt:before, .fa-lock-open-alt.details-box__separator::after {
  content: "\f3c2";
}

/* line 1094, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-long-arrow-alt-down:before, .fa-long-arrow-alt-down.details-box__separator::after {
  content: "\f309";
}

/* line 1095, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-long-arrow-alt-left:before, .fa-long-arrow-alt-left.details-box__separator::after {
  content: "\f30a";
}

/* line 1096, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-long-arrow-alt-right:before, .fa-long-arrow-alt-right.details-box__separator::after {
  content: "\f30b";
}

/* line 1097, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-long-arrow-alt-up:before, .fa-long-arrow-alt-up.details-box__separator::after {
  content: "\f30c";
}

/* line 1098, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-long-arrow-down:before, .fa-long-arrow-down.details-box__separator::after {
  content: "\f175";
}

/* line 1099, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-long-arrow-left:before, .fa-long-arrow-left.details-box__separator::after {
  content: "\f177";
}

/* line 1100, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-long-arrow-right:before, .fa-long-arrow-right.details-box__separator::after {
  content: "\f178";
}

/* line 1101, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-long-arrow-up:before, .fa-long-arrow-up.details-box__separator::after {
  content: "\f176";
}

/* line 1102, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-loveseat:before, .fa-loveseat.details-box__separator::after {
  content: "\f4cc";
}

/* line 1103, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-low-vision:before, .fa-low-vision.details-box__separator::after {
  content: "\f2a8";
}

/* line 1104, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-luchador:before, .fa-luchador.details-box__separator::after {
  content: "\f455";
}

/* line 1105, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-luggage-cart:before, .fa-luggage-cart.details-box__separator::after {
  content: "\f59d";
}

/* line 1106, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lungs:before, .fa-lungs.details-box__separator::after {
  content: "\f604";
}

/* line 1107, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-lyft:before, .fa-lyft.details-box__separator::after {
  content: "\f3c3";
}

/* line 1108, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mace:before, .fa-mace.details-box__separator::after {
  content: "\f6f8";
}

/* line 1109, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-magento:before, .fa-magento.details-box__separator::after {
  content: "\f3c4";
}

/* line 1110, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-magic:before, .fa-magic.details-box__separator::after {
  content: "\f0d0";
}

/* line 1111, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-magnet:before, .fa-magnet.details-box__separator::after {
  content: "\f076";
}

/* line 1112, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mail-bulk:before, .fa-mail-bulk.details-box__separator::after {
  content: "\f674";
}

/* line 1113, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mailbox:before, .fa-mailbox.details-box__separator::after {
  content: "\f813";
}

/* line 1114, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mailchimp:before, .fa-mailchimp.details-box__separator::after {
  content: "\f59e";
}

/* line 1115, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-male:before, .fa-male.details-box__separator::after {
  content: "\f183";
}

/* line 1116, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mandalorian:before, .fa-mandalorian.details-box__separator::after {
  content: "\f50f";
}

/* line 1117, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mandolin:before, .fa-mandolin.details-box__separator::after {
  content: "\f6f9";
}

/* line 1118, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map:before, .fa-map.details-box__separator::after {
  content: "\f279";
}

/* line 1119, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marked:before, .fa-map-marked.details-box__separator::after {
  content: "\f59f";
}

/* line 1120, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marked-alt:before, .fa-map-marked-alt.details-box__separator::after {
  content: "\f5a0";
}

/* line 1121, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker:before, .fa-map-marker.details-box__separator::after {
  content: "\f041";
}

/* line 1122, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker-alt:before, .fa-map-marker-alt.details-box__separator::after {
  content: "\f3c5";
}

/* line 1123, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker-alt-slash:before, .fa-map-marker-alt-slash.details-box__separator::after {
  content: "\f605";
}

/* line 1124, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker-check:before, .fa-map-marker-check.details-box__separator::after {
  content: "\f606";
}

/* line 1125, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker-edit:before, .fa-map-marker-edit.details-box__separator::after {
  content: "\f607";
}

/* line 1126, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker-exclamation:before, .fa-map-marker-exclamation.details-box__separator::after {
  content: "\f608";
}

/* line 1127, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker-minus:before, .fa-map-marker-minus.details-box__separator::after {
  content: "\f609";
}

/* line 1128, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker-plus:before, .fa-map-marker-plus.details-box__separator::after {
  content: "\f60a";
}

/* line 1129, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker-question:before, .fa-map-marker-question.details-box__separator::after {
  content: "\f60b";
}

/* line 1130, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker-slash:before, .fa-map-marker-slash.details-box__separator::after {
  content: "\f60c";
}

/* line 1131, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker-smile:before, .fa-map-marker-smile.details-box__separator::after {
  content: "\f60d";
}

/* line 1132, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-marker-times:before, .fa-map-marker-times.details-box__separator::after {
  content: "\f60e";
}

/* line 1133, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-pin:before, .fa-map-pin.details-box__separator::after {
  content: "\f276";
}

/* line 1134, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-map-signs:before, .fa-map-signs.details-box__separator::after {
  content: "\f277";
}

/* line 1135, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-markdown:before, .fa-markdown.details-box__separator::after {
  content: "\f60f";
}

/* line 1136, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-marker:before, .fa-marker.details-box__separator::after {
  content: "\f5a1";
}

/* line 1137, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mars:before, .fa-mars.details-box__separator::after {
  content: "\f222";
}

/* line 1138, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mars-double:before, .fa-mars-double.details-box__separator::after {
  content: "\f227";
}

/* line 1139, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mars-stroke:before, .fa-mars-stroke.details-box__separator::after {
  content: "\f229";
}

/* line 1140, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mars-stroke-h:before, .fa-mars-stroke-h.details-box__separator::after {
  content: "\f22b";
}

/* line 1141, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mars-stroke-v:before, .fa-mars-stroke-v.details-box__separator::after {
  content: "\f22a";
}

/* line 1142, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mask:before, .fa-mask.details-box__separator::after {
  content: "\f6fa";
}

/* line 1143, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mastodon:before, .fa-mastodon.details-box__separator::after {
  content: "\f4f6";
}

/* line 1144, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-maxcdn:before, .fa-maxcdn.details-box__separator::after {
  content: "\f136";
}

/* line 1145, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-meat:before, .fa-meat.details-box__separator::after {
  content: "\f814";
}

/* line 1146, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-medal:before, .fa-medal.details-box__separator::after {
  content: "\f5a2";
}

/* line 1147, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-medapps:before, .fa-medapps.details-box__separator::after {
  content: "\f3c6";
}

/* line 1148, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-medium:before, .fa-medium.details-box__separator::after {
  content: "\f23a";
}

/* line 1149, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-medium-m:before, .fa-medium-m.details-box__separator::after {
  content: "\f3c7";
}

/* line 1150, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-medkit:before, .fa-medkit.details-box__separator::after {
  content: "\f0fa";
}

/* line 1151, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-medrt:before, .fa-medrt.details-box__separator::after {
  content: "\f3c8";
}

/* line 1152, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-meetup:before, .fa-meetup.details-box__separator::after {
  content: "\f2e0";
}

/* line 1153, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-megaphone:before, .fa-megaphone.details-box__separator::after {
  content: "\f675";
}

/* line 1154, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-megaport:before, .fa-megaport.details-box__separator::after {
  content: "\f5a3";
}

/* line 1155, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-meh:before, .fa-meh.details-box__separator::after {
  content: "\f11a";
}

/* line 1156, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-meh-blank:before, .fa-meh-blank.details-box__separator::after {
  content: "\f5a4";
}

/* line 1157, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-meh-rolling-eyes:before, .fa-meh-rolling-eyes.details-box__separator::after {
  content: "\f5a5";
}

/* line 1158, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-memory:before, .fa-memory.details-box__separator::after {
  content: "\f538";
}

/* line 1159, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mendeley:before, .fa-mendeley.details-box__separator::after {
  content: "\f7b3";
}

/* line 1160, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-menorah:before, .fa-menorah.details-box__separator::after {
  content: "\f676";
}

/* line 1161, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mercury:before, .fa-mercury.details-box__separator::after {
  content: "\f223";
}

/* line 1162, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-meteor:before, .fa-meteor.details-box__separator::after {
  content: "\f753";
}

/* line 1163, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-microchip:before, .fa-microchip.details-box__separator::after {
  content: "\f2db";
}

/* line 1164, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-microphone:before, .fa-microphone.details-box__separator::after {
  content: "\f130";
}

/* line 1165, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-microphone-alt:before, .fa-microphone-alt.details-box__separator::after {
  content: "\f3c9";
}

/* line 1166, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-microphone-alt-slash:before, .fa-microphone-alt-slash.details-box__separator::after {
  content: "\f539";
}

/* line 1167, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-microphone-slash:before, .fa-microphone-slash.details-box__separator::after {
  content: "\f131";
}

/* line 1168, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-microscope:before, .fa-microscope.details-box__separator::after {
  content: "\f610";
}

/* line 1169, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-microsoft:before, .fa-microsoft.details-box__separator::after {
  content: "\f3ca";
}

/* line 1170, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mind-share:before, .fa-mind-share.details-box__separator::after {
  content: "\f677";
}

/* line 1171, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-minus:before, .fa-minus.details-box__separator::after {
  content: "\f068";
}

/* line 1172, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-minus-circle:before, .fa-minus-circle.details-box__separator::after {
  content: "\f056";
}

/* line 1173, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-minus-hexagon:before, .fa-minus-hexagon.details-box__separator::after {
  content: "\f307";
}

/* line 1174, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-minus-octagon:before, .fa-minus-octagon.details-box__separator::after {
  content: "\f308";
}

/* line 1175, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-minus-square:before, .fa-minus-square.details-box__separator::after {
  content: "\f146";
}

/* line 1176, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mistletoe:before, .fa-mistletoe.details-box__separator::after {
  content: "\f7b4";
}

/* line 1177, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mitten:before, .fa-mitten.details-box__separator::after {
  content: "\f7b5";
}

/* line 1178, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mix:before, .fa-mix.details-box__separator::after {
  content: "\f3cb";
}

/* line 1179, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mixcloud:before, .fa-mixcloud.details-box__separator::after {
  content: "\f289";
}

/* line 1180, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mizuni:before, .fa-mizuni.details-box__separator::after {
  content: "\f3cc";
}

/* line 1181, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mobile:before, .fa-mobile.details-box__separator::after {
  content: "\f10b";
}

/* line 1182, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mobile-alt:before, .fa-mobile-alt.details-box__separator::after {
  content: "\f3cd";
}

/* line 1183, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mobile-android:before, .fa-mobile-android.details-box__separator::after {
  content: "\f3ce";
}

/* line 1184, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mobile-android-alt:before, .fa-mobile-android-alt.details-box__separator::after {
  content: "\f3cf";
}

/* line 1185, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-modx:before, .fa-modx.details-box__separator::after {
  content: "\f285";
}

/* line 1186, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-monero:before, .fa-monero.details-box__separator::after {
  content: "\f3d0";
}

/* line 1187, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-money-bill:before, .fa-money-bill.details-box__separator::after {
  content: "\f0d6";
}

/* line 1188, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-money-bill-alt:before, .fa-money-bill-alt.details-box__separator::after {
  content: "\f3d1";
}

/* line 1189, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-money-bill-wave:before, .fa-money-bill-wave.details-box__separator::after {
  content: "\f53a";
}

/* line 1190, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-money-bill-wave-alt:before, .fa-money-bill-wave-alt.details-box__separator::after {
  content: "\f53b";
}

/* line 1191, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-money-check:before, .fa-money-check.details-box__separator::after {
  content: "\f53c";
}

/* line 1192, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-money-check-alt:before, .fa-money-check-alt.details-box__separator::after {
  content: "\f53d";
}

/* line 1193, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-monitor-heart-rate:before, .fa-monitor-heart-rate.details-box__separator::after {
  content: "\f611";
}

/* line 1194, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-monkey:before, .fa-monkey.details-box__separator::after {
  content: "\f6fb";
}

/* line 1195, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-monument:before, .fa-monument.details-box__separator::after {
  content: "\f5a6";
}

/* line 1196, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-moon:before, .fa-moon.details-box__separator::after {
  content: "\f186";
}

/* line 1197, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-moon-cloud:before, .fa-moon-cloud.details-box__separator::after {
  content: "\f754";
}

/* line 1198, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-moon-stars:before, .fa-moon-stars.details-box__separator::after {
  content: "\f755";
}

/* line 1199, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mortar-pestle:before, .fa-mortar-pestle.details-box__separator::after {
  content: "\f5a7";
}

/* line 1200, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mosque:before, .fa-mosque.details-box__separator::after {
  content: "\f678";
}

/* line 1201, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-motorcycle:before, .fa-motorcycle.details-box__separator::after {
  content: "\f21c";
}

/* line 1202, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mountain:before, .fa-mountain.details-box__separator::after {
  content: "\f6fc";
}

/* line 1203, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mountains:before, .fa-mountains.details-box__separator::after {
  content: "\f6fd";
}

/* line 1204, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mouse-pointer:before, .fa-mouse-pointer.details-box__separator::after {
  content: "\f245";
}

/* line 1205, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mug-hot:before, .fa-mug-hot.details-box__separator::after {
  content: "\f7b6";
}

/* line 1206, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-mug-marshmallows:before, .fa-mug-marshmallows.details-box__separator::after {
  content: "\f7b7";
}

/* line 1207, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-music:before, .fa-music.details-box__separator::after {
  content: "\f001";
}

/* line 1208, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-napster:before, .fa-napster.details-box__separator::after {
  content: "\f3d2";
}

/* line 1209, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-narwhal:before, .fa-narwhal.details-box__separator::after {
  content: "\f6fe";
}

/* line 1210, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-neos:before, .fa-neos.details-box__separator::after {
  content: "\f612";
}

/* line 1211, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-network-wired:before, .fa-network-wired.details-box__separator::after {
  content: "\f6ff";
}

/* line 1212, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-neuter:before, .fa-neuter.details-box__separator::after {
  content: "\f22c";
}

/* line 1213, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-newspaper:before, .fa-newspaper.details-box__separator::after {
  content: "\f1ea";
}

/* line 1214, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-nimblr:before, .fa-nimblr.details-box__separator::after {
  content: "\f5a8";
}

/* line 1215, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-nintendo-switch:before, .fa-nintendo-switch.details-box__separator::after {
  content: "\f418";
}

/* line 1216, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-node:before, .fa-node.details-box__separator::after {
  content: "\f419";
}

/* line 1217, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-node-js:before, .fa-node-js.details-box__separator::after {
  content: "\f3d3";
}

/* line 1218, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-not-equal:before, .fa-not-equal.details-box__separator::after {
  content: "\f53e";
}

/* line 1219, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-notes-medical:before, .fa-notes-medical.details-box__separator::after {
  content: "\f481";
}

/* line 1220, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-npm:before, .fa-npm.details-box__separator::after {
  content: "\f3d4";
}

/* line 1221, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ns8:before, .fa-ns8.details-box__separator::after {
  content: "\f3d5";
}

/* line 1222, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-nutritionix:before, .fa-nutritionix.details-box__separator::after {
  content: "\f3d6";
}

/* line 1223, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-object-group:before, .fa-object-group.details-box__separator::after {
  content: "\f247";
}

/* line 1224, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-object-ungroup:before, .fa-object-ungroup.details-box__separator::after {
  content: "\f248";
}

/* line 1225, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-octagon:before, .fa-octagon.details-box__separator::after {
  content: "\f306";
}

/* line 1226, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-odnoklassniki:before, .fa-odnoklassniki.details-box__separator::after {
  content: "\f263";
}

/* line 1227, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before, .fa-odnoklassniki-square.details-box__separator::after {
  content: "\f264";
}

/* line 1228, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-oil-can:before, .fa-oil-can.details-box__separator::after {
  content: "\f613";
}

/* line 1229, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-oil-temp:before, .fa-oil-temp.details-box__separator::after {
  content: "\f614";
}

/* line 1230, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-old-republic:before, .fa-old-republic.details-box__separator::after {
  content: "\f510";
}

/* line 1231, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-om:before, .fa-om.details-box__separator::after {
  content: "\f679";
}

/* line 1232, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-omega:before, .fa-omega.details-box__separator::after {
  content: "\f67a";
}

/* line 1233, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-opencart:before, .fa-opencart.details-box__separator::after {
  content: "\f23d";
}

/* line 1234, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-openid:before, .fa-openid.details-box__separator::after {
  content: "\f19b";
}

/* line 1235, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-opera:before, .fa-opera.details-box__separator::after {
  content: "\f26a";
}

/* line 1236, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-optin-monster:before, .fa-optin-monster.details-box__separator::after {
  content: "\f23c";
}

/* line 1237, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ornament:before, .fa-ornament.details-box__separator::after {
  content: "\f7b8";
}

/* line 1238, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-osi:before, .fa-osi.details-box__separator::after {
  content: "\f41a";
}

/* line 1239, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-otter:before, .fa-otter.details-box__separator::after {
  content: "\f700";
}

/* line 1240, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-outdent:before, .fa-outdent.details-box__separator::after {
  content: "\f03b";
}

/* line 1241, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-page4:before, .fa-page4.details-box__separator::after {
  content: "\f3d7";
}

/* line 1242, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pagelines:before, .fa-pagelines.details-box__separator::after {
  content: "\f18c";
}

/* line 1243, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pager:before, .fa-pager.details-box__separator::after {
  content: "\f815";
}

/* line 1244, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-paint-brush:before, .fa-paint-brush.details-box__separator::after {
  content: "\f1fc";
}

/* line 1245, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-paint-brush-alt:before, .fa-paint-brush-alt.details-box__separator::after {
  content: "\f5a9";
}

/* line 1246, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-paint-roller:before, .fa-paint-roller.details-box__separator::after {
  content: "\f5aa";
}

/* line 1247, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-palette:before, .fa-palette.details-box__separator::after {
  content: "\f53f";
}

/* line 1248, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-palfed:before, .fa-palfed.details-box__separator::after {
  content: "\f3d8";
}

/* line 1249, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pallet:before, .fa-pallet.details-box__separator::after {
  content: "\f482";
}

/* line 1250, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pallet-alt:before, .fa-pallet-alt.details-box__separator::after {
  content: "\f483";
}

/* line 1251, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-paper-plane:before, .fa-paper-plane.details-box__separator::after {
  content: "\f1d8";
}

/* line 1252, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-paperclip:before, .fa-paperclip.details-box__separator::after {
  content: "\f0c6";
}

/* line 1253, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-parachute-box:before, .fa-parachute-box.details-box__separator::after {
  content: "\f4cd";
}

/* line 1254, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-paragraph:before, .fa-paragraph.details-box__separator::after {
  content: "\f1dd";
}

/* line 1255, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-parking:before, .fa-parking.details-box__separator::after {
  content: "\f540";
}

/* line 1256, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-parking-circle:before, .fa-parking-circle.details-box__separator::after {
  content: "\f615";
}

/* line 1257, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-parking-circle-slash:before, .fa-parking-circle-slash.details-box__separator::after {
  content: "\f616";
}

/* line 1258, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-parking-slash:before, .fa-parking-slash.details-box__separator::after {
  content: "\f617";
}

/* line 1259, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-passport:before, .fa-passport.details-box__separator::after {
  content: "\f5ab";
}

/* line 1260, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pastafarianism:before, .fa-pastafarianism.details-box__separator::after {
  content: "\f67b";
}

/* line 1261, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-paste:before, .fa-paste.details-box__separator::after {
  content: "\f0ea";
}

/* line 1262, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-patreon:before, .fa-patreon.details-box__separator::after {
  content: "\f3d9";
}

/* line 1263, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pause:before, .fa-pause.details-box__separator::after {
  content: "\f04c";
}

/* line 1264, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pause-circle:before, .fa-pause-circle.details-box__separator::after {
  content: "\f28b";
}

/* line 1265, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-paw:before, .fa-paw.details-box__separator::after {
  content: "\f1b0";
}

/* line 1266, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-paw-alt:before, .fa-paw-alt.details-box__separator::after {
  content: "\f701";
}

/* line 1267, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-paw-claws:before, .fa-paw-claws.details-box__separator::after {
  content: "\f702";
}

/* line 1268, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-paypal:before, .fa-paypal.details-box__separator::after {
  content: "\f1ed";
}

/* line 1269, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-peace:before, .fa-peace.details-box__separator::after {
  content: "\f67c";
}

/* line 1270, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pegasus:before, .fa-pegasus.details-box__separator::after {
  content: "\f703";
}

/* line 1271, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pen:before, .fa-pen.details-box__separator::after {
  content: "\f304";
}

/* line 1272, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pen-alt:before, .fa-pen-alt.details-box__separator::after {
  content: "\f305";
}

/* line 1273, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pen-fancy:before, .fa-pen-fancy.details-box__separator::after {
  content: "\f5ac";
}

/* line 1274, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pen-nib:before, .fa-pen-nib.details-box__separator::after {
  content: "\f5ad";
}

/* line 1275, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pen-square:before, .fa-pen-square.details-box__separator::after {
  content: "\f14b";
}

/* line 1276, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pencil:before, .fa-pencil.details-box__separator::after {
  content: "\f040";
}

/* line 1277, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pencil-alt:before, .fa-pencil-alt.details-box__separator::after {
  content: "\f303";
}

/* line 1278, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pencil-paintbrush:before, .fa-pencil-paintbrush.details-box__separator::after {
  content: "\f618";
}

/* line 1279, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pencil-ruler:before, .fa-pencil-ruler.details-box__separator::after {
  content: "\f5ae";
}

/* line 1280, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pennant:before, .fa-pennant.details-box__separator::after {
  content: "\f456";
}

/* line 1281, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-penny-arcade:before, .fa-penny-arcade.details-box__separator::after {
  content: "\f704";
}

/* line 1282, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-people-carry:before, .fa-people-carry.details-box__separator::after {
  content: "\f4ce";
}

/* line 1283, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pepper-hot:before, .fa-pepper-hot.details-box__separator::after {
  content: "\f816";
}

/* line 1284, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-percent:before, .fa-percent.details-box__separator::after {
  content: "\f295";
}

/* line 1285, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-percentage:before, .fa-percentage.details-box__separator::after {
  content: "\f541";
}

/* line 1286, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-periscope:before, .fa-periscope.details-box__separator::after {
  content: "\f3da";
}

/* line 1287, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-person-booth:before, .fa-person-booth.details-box__separator::after {
  content: "\f756";
}

/* line 1288, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-person-carry:before, .fa-person-carry.details-box__separator::after {
  content: "\f4cf";
}

/* line 1289, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-person-dolly:before, .fa-person-dolly.details-box__separator::after {
  content: "\f4d0";
}

/* line 1290, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-person-dolly-empty:before, .fa-person-dolly-empty.details-box__separator::after {
  content: "\f4d1";
}

/* line 1291, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-person-sign:before, .fa-person-sign.details-box__separator::after {
  content: "\f757";
}

/* line 1292, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-phabricator:before, .fa-phabricator.details-box__separator::after {
  content: "\f3db";
}

/* line 1293, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-phoenix-framework:before, .fa-phoenix-framework.details-box__separator::after {
  content: "\f3dc";
}

/* line 1294, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-phoenix-squadron:before, .fa-phoenix-squadron.details-box__separator::after {
  content: "\f511";
}

/* line 1295, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-phone:before, .fa-phone.details-box__separator::after {
  content: "\f095";
}

/* line 1296, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-phone-office:before, .fa-phone-office.details-box__separator::after {
  content: "\f67d";
}

/* line 1297, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-phone-plus:before, .fa-phone-plus.details-box__separator::after {
  content: "\f4d2";
}

/* line 1298, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-phone-slash:before, .fa-phone-slash.details-box__separator::after {
  content: "\f3dd";
}

/* line 1299, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-phone-square:before, .fa-phone-square.details-box__separator::after {
  content: "\f098";
}

/* line 1300, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-phone-volume:before, .fa-phone-volume.details-box__separator::after {
  content: "\f2a0";
}

/* line 1301, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-php:before, .fa-php.details-box__separator::after {
  content: "\f457";
}

/* line 1302, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pi:before, .fa-pi.details-box__separator::after {
  content: "\f67e";
}

/* line 1303, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pie:before, .fa-pie.details-box__separator::after {
  content: "\f705";
}

/* line 1304, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pied-piper:before, .fa-pied-piper.details-box__separator::after {
  content: "\f2ae";
}

/* line 1305, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pied-piper-alt:before, .fa-pied-piper-alt.details-box__separator::after {
  content: "\f1a8";
}

/* line 1306, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pied-piper-hat:before, .fa-pied-piper-hat.details-box__separator::after {
  content: "\f4e5";
}

/* line 1307, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pied-piper-pp:before, .fa-pied-piper-pp.details-box__separator::after {
  content: "\f1a7";
}

/* line 1308, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pig:before, .fa-pig.details-box__separator::after {
  content: "\f706";
}

/* line 1309, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-piggy-bank:before, .fa-piggy-bank.details-box__separator::after {
  content: "\f4d3";
}

/* line 1310, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pills:before, .fa-pills.details-box__separator::after {
  content: "\f484";
}

/* line 1311, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pinterest:before, .fa-pinterest.details-box__separator::after {
  content: "\f0d2";
}

/* line 1312, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pinterest-p:before, .fa-pinterest-p.details-box__separator::after {
  content: "\f231";
}

/* line 1313, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pinterest-square:before, .fa-pinterest-square.details-box__separator::after {
  content: "\f0d3";
}

/* line 1314, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pizza:before, .fa-pizza.details-box__separator::after {
  content: "\f817";
}

/* line 1315, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pizza-slice:before, .fa-pizza-slice.details-box__separator::after {
  content: "\f818";
}

/* line 1316, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-place-of-worship:before, .fa-place-of-worship.details-box__separator::after {
  content: "\f67f";
}

/* line 1317, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-plane:before, .fa-plane.details-box__separator::after {
  content: "\f072";
}

/* line 1318, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-plane-alt:before, .fa-plane-alt.details-box__separator::after {
  content: "\f3de";
}

/* line 1319, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-plane-arrival:before, .fa-plane-arrival.details-box__separator::after {
  content: "\f5af";
}

/* line 1320, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-plane-departure:before, .fa-plane-departure.details-box__separator::after {
  content: "\f5b0";
}

/* line 1321, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-play:before, .fa-play.details-box__separator::after {
  content: "\f04b";
}

/* line 1322, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-play-circle:before, .fa-play-circle.details-box__separator::after {
  content: "\f144";
}

/* line 1323, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-playstation:before, .fa-playstation.details-box__separator::after {
  content: "\f3df";
}

/* line 1324, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-plug:before, .fa-plug.details-box__separator::after {
  content: "\f1e6";
}

/* line 1325, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-plus:before, .fa-plus.details-box__separator::after {
  content: "\f067";
}

/* line 1326, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-plus-circle:before, .fa-plus-circle.details-box__separator::after {
  content: "\f055";
}

/* line 1327, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-plus-hexagon:before, .fa-plus-hexagon.details-box__separator::after {
  content: "\f300";
}

/* line 1328, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-plus-octagon:before, .fa-plus-octagon.details-box__separator::after {
  content: "\f301";
}

/* line 1329, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-plus-square:before, .fa-plus-square.details-box__separator::after {
  content: "\f0fe";
}

/* line 1330, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-podcast:before, .fa-podcast.details-box__separator::after {
  content: "\f2ce";
}

/* line 1331, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-podium:before, .fa-podium.details-box__separator::after {
  content: "\f680";
}

/* line 1332, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-podium-star:before, .fa-podium-star.details-box__separator::after {
  content: "\f758";
}

/* line 1333, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-poll:before, .fa-poll.details-box__separator::after {
  content: "\f681";
}

/* line 1334, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-poll-h:before, .fa-poll-h.details-box__separator::after {
  content: "\f682";
}

/* line 1335, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-poll-people:before, .fa-poll-people.details-box__separator::after {
  content: "\f759";
}

/* line 1336, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-poo:before, .fa-poo.details-box__separator::after {
  content: "\f2fe";
}

/* line 1337, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-poo-storm:before, .fa-poo-storm.details-box__separator::after {
  content: "\f75a";
}

/* line 1338, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-poop:before, .fa-poop.details-box__separator::after {
  content: "\f619";
}

/* line 1339, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-popcorn:before, .fa-popcorn.details-box__separator::after {
  content: "\f819";
}

/* line 1340, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-portrait:before, .fa-portrait.details-box__separator::after {
  content: "\f3e0";
}

/* line 1341, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pound-sign:before, .fa-pound-sign.details-box__separator::after {
  content: "\f154";
}

/* line 1342, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-power-off:before, .fa-power-off.details-box__separator::after {
  content: "\f011";
}

/* line 1343, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pray:before, .fa-pray.details-box__separator::after {
  content: "\f683";
}

/* line 1344, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-praying-hands:before, .fa-praying-hands.details-box__separator::after {
  content: "\f684";
}

/* line 1345, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-prescription:before, .fa-prescription.details-box__separator::after {
  content: "\f5b1";
}

/* line 1346, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-prescription-bottle:before, .fa-prescription-bottle.details-box__separator::after {
  content: "\f485";
}

/* line 1347, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-prescription-bottle-alt:before, .fa-prescription-bottle-alt.details-box__separator::after {
  content: "\f486";
}

/* line 1348, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-presentation:before, .fa-presentation.details-box__separator::after {
  content: "\f685";
}

/* line 1349, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-print:before, .fa-print.details-box__separator::after {
  content: "\f02f";
}

/* line 1350, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-print-search:before, .fa-print-search.details-box__separator::after {
  content: "\f81a";
}

/* line 1351, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-print-slash:before, .fa-print-slash.details-box__separator::after {
  content: "\f686";
}

/* line 1352, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-procedures:before, .fa-procedures.details-box__separator::after {
  content: "\f487";
}

/* line 1353, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-product-hunt:before, .fa-product-hunt.details-box__separator::after {
  content: "\f288";
}

/* line 1354, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-project-diagram:before, .fa-project-diagram.details-box__separator::after {
  content: "\f542";
}

/* line 1355, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pumpkin:before, .fa-pumpkin.details-box__separator::after {
  content: "\f707";
}

/* line 1356, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-pushed:before, .fa-pushed.details-box__separator::after {
  content: "\f3e1";
}

/* line 1357, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-puzzle-piece:before, .fa-puzzle-piece.details-box__separator::after {
  content: "\f12e";
}

/* line 1358, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-python:before, .fa-python.details-box__separator::after {
  content: "\f3e2";
}

/* line 1359, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-qq:before, .fa-qq.details-box__separator::after {
  content: "\f1d6";
}

/* line 1360, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-qrcode:before, .fa-qrcode.details-box__separator::after {
  content: "\f029";
}

/* line 1361, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-question:before, .fa-question.details-box__separator::after {
  content: "\f128";
}

/* line 1362, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-question-circle:before, .fa-question-circle.details-box__separator::after {
  content: "\f059";
}

/* line 1363, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-question-square:before, .fa-question-square.details-box__separator::after {
  content: "\f2fd";
}

/* line 1364, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-quidditch:before, .fa-quidditch.details-box__separator::after {
  content: "\f458";
}

/* line 1365, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-quinscape:before, .fa-quinscape.details-box__separator::after {
  content: "\f459";
}

/* line 1366, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-quora:before, .fa-quora.details-box__separator::after {
  content: "\f2c4";
}

/* line 1367, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-quote-left:before, .fa-quote-left.details-box__separator::after {
  content: "\f10d";
}

/* line 1368, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-quote-right:before, .fa-quote-right.details-box__separator::after {
  content: "\f10e";
}

/* line 1369, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-quran:before, .fa-quran.details-box__separator::after {
  content: "\f687";
}

/* line 1370, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-r-project:before, .fa-r-project.details-box__separator::after {
  content: "\f4f7";
}

/* line 1371, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rabbit:before, .fa-rabbit.details-box__separator::after {
  content: "\f708";
}

/* line 1372, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rabbit-fast:before, .fa-rabbit-fast.details-box__separator::after {
  content: "\f709";
}

/* line 1373, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-racquet:before, .fa-racquet.details-box__separator::after {
  content: "\f45a";
}

/* line 1374, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-radiation:before, .fa-radiation.details-box__separator::after {
  content: "\f7b9";
}

/* line 1375, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-radiation-alt:before, .fa-radiation-alt.details-box__separator::after {
  content: "\f7ba";
}

/* line 1376, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rainbow:before, .fa-rainbow.details-box__separator::after {
  content: "\f75b";
}

/* line 1377, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-raindrops:before, .fa-raindrops.details-box__separator::after {
  content: "\f75c";
}

/* line 1378, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ram:before, .fa-ram.details-box__separator::after {
  content: "\f70a";
}

/* line 1379, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ramp-loading:before, .fa-ramp-loading.details-box__separator::after {
  content: "\f4d4";
}

/* line 1380, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-random:before, .fa-random.details-box__separator::after {
  content: "\f074";
}

/* line 1381, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-raspberry-pi:before, .fa-raspberry-pi.details-box__separator::after {
  content: "\f7bb";
}

/* line 1382, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ravelry:before, .fa-ravelry.details-box__separator::after {
  content: "\f2d9";
}

/* line 1383, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-react:before, .fa-react.details-box__separator::after {
  content: "\f41b";
}

/* line 1384, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-reacteurope:before, .fa-reacteurope.details-box__separator::after {
  content: "\f75d";
}

/* line 1385, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-readme:before, .fa-readme.details-box__separator::after {
  content: "\f4d5";
}

/* line 1386, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rebel:before, .fa-rebel.details-box__separator::after {
  content: "\f1d0";
}

/* line 1387, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-receipt:before, .fa-receipt.details-box__separator::after {
  content: "\f543";
}

/* line 1388, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rectangle-landscape:before, .fa-rectangle-landscape.details-box__separator::after {
  content: "\f2fa";
}

/* line 1389, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rectangle-portrait:before, .fa-rectangle-portrait.details-box__separator::after {
  content: "\f2fb";
}

/* line 1390, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rectangle-wide:before, .fa-rectangle-wide.details-box__separator::after {
  content: "\f2fc";
}

/* line 1391, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-recycle:before, .fa-recycle.details-box__separator::after {
  content: "\f1b8";
}

/* line 1392, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-red-river:before, .fa-red-river.details-box__separator::after {
  content: "\f3e3";
}

/* line 1393, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-reddit:before, .fa-reddit.details-box__separator::after {
  content: "\f1a1";
}

/* line 1394, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-reddit-alien:before, .fa-reddit-alien.details-box__separator::after {
  content: "\f281";
}

/* line 1395, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-reddit-square:before, .fa-reddit-square.details-box__separator::after {
  content: "\f1a2";
}

/* line 1396, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-redhat:before, .fa-redhat.details-box__separator::after {
  content: "\f7bc";
}

/* line 1397, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-redo:before, .fa-redo.details-box__separator::after {
  content: "\f01e";
}

/* line 1398, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-redo-alt:before, .fa-redo-alt.details-box__separator::after {
  content: "\f2f9";
}

/* line 1399, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-registered:before, .fa-registered.details-box__separator::after {
  content: "\f25d";
}

/* line 1400, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-renren:before, .fa-renren.details-box__separator::after {
  content: "\f18b";
}

/* line 1401, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-repeat:before, .fa-repeat.details-box__separator::after {
  content: "\f363";
}

/* line 1402, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-repeat-1:before, .fa-repeat-1.details-box__separator::after {
  content: "\f365";
}

/* line 1403, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-repeat-1-alt:before, .fa-repeat-1-alt.details-box__separator::after {
  content: "\f366";
}

/* line 1404, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-repeat-alt:before, .fa-repeat-alt.details-box__separator::after {
  content: "\f364";
}

/* line 1405, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-reply:before, .fa-reply.details-box__separator::after {
  content: "\f3e5";
}

/* line 1406, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-reply-all:before, .fa-reply-all.details-box__separator::after {
  content: "\f122";
}

/* line 1407, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-replyd:before, .fa-replyd.details-box__separator::after {
  content: "\f3e6";
}

/* line 1408, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-republican:before, .fa-republican.details-box__separator::after {
  content: "\f75e";
}

/* line 1409, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-researchgate:before, .fa-researchgate.details-box__separator::after {
  content: "\f4f8";
}

/* line 1410, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-resolving:before, .fa-resolving.details-box__separator::after {
  content: "\f3e7";
}

/* line 1411, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-restroom:before, .fa-restroom.details-box__separator::after {
  content: "\f7bd";
}

/* line 1412, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-retweet:before, .fa-retweet.details-box__separator::after {
  content: "\f079";
}

/* line 1413, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-retweet-alt:before, .fa-retweet-alt.details-box__separator::after {
  content: "\f361";
}

/* line 1414, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rev:before, .fa-rev.details-box__separator::after {
  content: "\f5b2";
}

/* line 1415, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ribbon:before, .fa-ribbon.details-box__separator::after {
  content: "\f4d6";
}

/* line 1416, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ring:before, .fa-ring.details-box__separator::after {
  content: "\f70b";
}

/* line 1417, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rings-wedding:before, .fa-rings-wedding.details-box__separator::after {
  content: "\f81b";
}

/* line 1418, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-road:before, .fa-road.details-box__separator::after {
  content: "\f018";
}

/* line 1419, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-robot:before, .fa-robot.details-box__separator::after {
  content: "\f544";
}

/* line 1420, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rocket:before, .fa-rocket.details-box__separator::after {
  content: "\f135";
}

/* line 1421, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rocketchat:before, .fa-rocketchat.details-box__separator::after {
  content: "\f3e8";
}

/* line 1422, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rockrms:before, .fa-rockrms.details-box__separator::after {
  content: "\f3e9";
}

/* line 1423, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-route:before, .fa-route.details-box__separator::after {
  content: "\f4d7";
}

/* line 1424, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-route-highway:before, .fa-route-highway.details-box__separator::after {
  content: "\f61a";
}

/* line 1425, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-route-interstate:before, .fa-route-interstate.details-box__separator::after {
  content: "\f61b";
}

/* line 1426, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rss:before, .fa-rss.details-box__separator::after {
  content: "\f09e";
}

/* line 1427, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rss-square:before, .fa-rss-square.details-box__separator::after {
  content: "\f143";
}

/* line 1428, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ruble-sign:before, .fa-ruble-sign.details-box__separator::after {
  content: "\f158";
}

/* line 1429, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ruler:before, .fa-ruler.details-box__separator::after {
  content: "\f545";
}

/* line 1430, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ruler-combined:before, .fa-ruler-combined.details-box__separator::after {
  content: "\f546";
}

/* line 1431, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ruler-horizontal:before, .fa-ruler-horizontal.details-box__separator::after {
  content: "\f547";
}

/* line 1432, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ruler-triangle:before, .fa-ruler-triangle.details-box__separator::after {
  content: "\f61c";
}

/* line 1433, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ruler-vertical:before, .fa-ruler-vertical.details-box__separator::after {
  content: "\f548";
}

/* line 1434, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-running:before, .fa-running.details-box__separator::after {
  content: "\f70c";
}

/* line 1435, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rupee-sign:before, .fa-rupee-sign.details-box__separator::after {
  content: "\f156";
}

/* line 1436, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-rv:before, .fa-rv.details-box__separator::after {
  content: "\f7be";
}

/* line 1437, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sack:before, .fa-sack.details-box__separator::after {
  content: "\f81c";
}

/* line 1438, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sack-dollar:before, .fa-sack-dollar.details-box__separator::after {
  content: "\f81d";
}

/* line 1439, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sad-cry:before, .fa-sad-cry.details-box__separator::after {
  content: "\f5b3";
}

/* line 1440, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sad-tear:before, .fa-sad-tear.details-box__separator::after {
  content: "\f5b4";
}

/* line 1441, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-safari:before, .fa-safari.details-box__separator::after {
  content: "\f267";
}

/* line 1442, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-salad:before, .fa-salad.details-box__separator::after {
  content: "\f81e";
}

/* line 1443, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-salesforce:before, .fa-salesforce.details-box__separator::after {
  content: "\f83b";
}

/* line 1444, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sandwich:before, .fa-sandwich.details-box__separator::after {
  content: "\f81f";
}

/* line 1445, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sass:before, .fa-sass.details-box__separator::after {
  content: "\f41e";
}

/* line 1446, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-satellite:before, .fa-satellite.details-box__separator::after {
  content: "\f7bf";
}

/* line 1447, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-satellite-dish:before, .fa-satellite-dish.details-box__separator::after {
  content: "\f7c0";
}

/* line 1448, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sausage:before, .fa-sausage.details-box__separator::after {
  content: "\f820";
}

/* line 1449, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-save:before, .fa-save.details-box__separator::after {
  content: "\f0c7";
}

/* line 1450, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scalpel:before, .fa-scalpel.details-box__separator::after {
  content: "\f61d";
}

/* line 1451, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scalpel-path:before, .fa-scalpel-path.details-box__separator::after {
  content: "\f61e";
}

/* line 1452, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scanner:before, .fa-scanner.details-box__separator::after {
  content: "\f488";
}

/* line 1453, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scanner-keyboard:before, .fa-scanner-keyboard.details-box__separator::after {
  content: "\f489";
}

/* line 1454, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scanner-touchscreen:before, .fa-scanner-touchscreen.details-box__separator::after {
  content: "\f48a";
}

/* line 1455, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scarecrow:before, .fa-scarecrow.details-box__separator::after {
  content: "\f70d";
}

/* line 1456, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scarf:before, .fa-scarf.details-box__separator::after {
  content: "\f7c1";
}

/* line 1457, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-schlix:before, .fa-schlix.details-box__separator::after {
  content: "\f3ea";
}

/* line 1458, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-school:before, .fa-school.details-box__separator::after {
  content: "\f549";
}

/* line 1459, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-screwdriver:before, .fa-screwdriver.details-box__separator::after {
  content: "\f54a";
}

/* line 1460, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scribd:before, .fa-scribd.details-box__separator::after {
  content: "\f28a";
}

/* line 1461, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scroll:before, .fa-scroll.details-box__separator::after {
  content: "\f70e";
}

/* line 1462, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scroll-old:before, .fa-scroll-old.details-box__separator::after {
  content: "\f70f";
}

/* line 1463, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scrubber:before, .fa-scrubber.details-box__separator::after {
  content: "\f2f8";
}

/* line 1464, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-scythe:before, .fa-scythe.details-box__separator::after {
  content: "\f710";
}

/* line 1465, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sd-card:before, .fa-sd-card.details-box__separator::after {
  content: "\f7c2";
}

/* line 1466, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-search:before, .fa-search.details-box__separator::after {
  content: "\f002";
}

/* line 1467, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-search-dollar:before, .fa-search-dollar.details-box__separator::after {
  content: "\f688";
}

/* line 1468, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-search-location:before, .fa-search-location.details-box__separator::after {
  content: "\f689";
}

/* line 1469, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-search-minus:before, .fa-search-minus.details-box__separator::after {
  content: "\f010";
}

/* line 1470, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-search-plus:before, .fa-search-plus.details-box__separator::after {
  content: "\f00e";
}

/* line 1471, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-searchengin:before, .fa-searchengin.details-box__separator::after {
  content: "\f3eb";
}

/* line 1472, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-seedling:before, .fa-seedling.details-box__separator::after {
  content: "\f4d8";
}

/* line 1473, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sellcast:before, .fa-sellcast.details-box__separator::after {
  content: "\f2da";
}

/* line 1474, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sellsy:before, .fa-sellsy.details-box__separator::after {
  content: "\f213";
}

/* line 1475, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-server:before, .fa-server.details-box__separator::after {
  content: "\f233";
}

/* line 1476, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-servicestack:before, .fa-servicestack.details-box__separator::after {
  content: "\f3ec";
}

/* line 1477, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shapes:before, .fa-shapes.details-box__separator::after {
  content: "\f61f";
}

/* line 1478, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-share:before, .fa-share.details-box__separator::after {
  content: "\f064";
}

/* line 1479, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-share-all:before, .fa-share-all.details-box__separator::after {
  content: "\f367";
}

/* line 1480, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-share-alt:before, .fa-share-alt.details-box__separator::after {
  content: "\f1e0";
}

/* line 1481, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-share-alt-square:before, .fa-share-alt-square.details-box__separator::after {
  content: "\f1e1";
}

/* line 1482, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-share-square:before, .fa-share-square.details-box__separator::after {
  content: "\f14d";
}

/* line 1483, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sheep:before, .fa-sheep.details-box__separator::after {
  content: "\f711";
}

/* line 1484, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shekel-sign:before, .fa-shekel-sign.details-box__separator::after {
  content: "\f20b";
}

/* line 1485, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shield:before, .fa-shield.details-box__separator::after {
  content: "\f132";
}

/* line 1486, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shield-alt:before, .fa-shield-alt.details-box__separator::after {
  content: "\f3ed";
}

/* line 1487, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shield-check:before, .fa-shield-check.details-box__separator::after {
  content: "\f2f7";
}

/* line 1488, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shield-cross:before, .fa-shield-cross.details-box__separator::after {
  content: "\f712";
}

/* line 1489, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ship:before, .fa-ship.details-box__separator::after {
  content: "\f21a";
}

/* line 1490, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shipping-fast:before, .fa-shipping-fast.details-box__separator::after {
  content: "\f48b";
}

/* line 1491, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shipping-timed:before, .fa-shipping-timed.details-box__separator::after {
  content: "\f48c";
}

/* line 1492, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shirtsinbulk:before, .fa-shirtsinbulk.details-box__separator::after {
  content: "\f214";
}

/* line 1493, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shish-kebab:before, .fa-shish-kebab.details-box__separator::after {
  content: "\f821";
}

/* line 1494, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shoe-prints:before, .fa-shoe-prints.details-box__separator::after {
  content: "\f54b";
}

/* line 1495, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shopping-bag:before, .fa-shopping-bag.details-box__separator::after {
  content: "\f290";
}

/* line 1496, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shopping-basket:before, .fa-shopping-basket.details-box__separator::after {
  content: "\f291";
}

/* line 1497, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shopping-cart:before, .fa-shopping-cart.details-box__separator::after {
  content: "\f07a";
}

/* line 1498, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shopware:before, .fa-shopware.details-box__separator::after {
  content: "\f5b5";
}

/* line 1499, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shovel:before, .fa-shovel.details-box__separator::after {
  content: "\f713";
}

/* line 1500, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shovel-snow:before, .fa-shovel-snow.details-box__separator::after {
  content: "\f7c3";
}

/* line 1501, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shower:before, .fa-shower.details-box__separator::after {
  content: "\f2cc";
}

/* line 1502, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shredder:before, .fa-shredder.details-box__separator::after {
  content: "\f68a";
}

/* line 1503, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shuttle-van:before, .fa-shuttle-van.details-box__separator::after {
  content: "\f5b6";
}

/* line 1504, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-shuttlecock:before, .fa-shuttlecock.details-box__separator::after {
  content: "\f45b";
}

/* line 1505, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sickle:before, .fa-sickle.details-box__separator::after {
  content: "\f822";
}

/* line 1506, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sigma:before, .fa-sigma.details-box__separator::after {
  content: "\f68b";
}

/* line 1507, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sign:before, .fa-sign.details-box__separator::after {
  content: "\f4d9";
}

/* line 1508, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sign-in:before, .fa-sign-in.details-box__separator::after {
  content: "\f090";
}

/* line 1509, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sign-in-alt:before, .fa-sign-in-alt.details-box__separator::after {
  content: "\f2f6";
}

/* line 1510, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sign-language:before, .fa-sign-language.details-box__separator::after {
  content: "\f2a7";
}

/* line 1511, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sign-out:before, .fa-sign-out.details-box__separator::after {
  content: "\f08b";
}

/* line 1512, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sign-out-alt:before, .fa-sign-out-alt.details-box__separator::after {
  content: "\f2f5";
}

/* line 1513, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signal:before, .fa-signal.details-box__separator::after {
  content: "\f012";
}

/* line 1514, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signal-1:before, .fa-signal-1.details-box__separator::after {
  content: "\f68c";
}

/* line 1515, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signal-2:before, .fa-signal-2.details-box__separator::after {
  content: "\f68d";
}

/* line 1516, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signal-3:before, .fa-signal-3.details-box__separator::after {
  content: "\f68e";
}

/* line 1517, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signal-4:before, .fa-signal-4.details-box__separator::after {
  content: "\f68f";
}

/* line 1518, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signal-alt:before, .fa-signal-alt.details-box__separator::after {
  content: "\f690";
}

/* line 1519, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signal-alt-1:before, .fa-signal-alt-1.details-box__separator::after {
  content: "\f691";
}

/* line 1520, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signal-alt-2:before, .fa-signal-alt-2.details-box__separator::after {
  content: "\f692";
}

/* line 1521, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signal-alt-3:before, .fa-signal-alt-3.details-box__separator::after {
  content: "\f693";
}

/* line 1522, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signal-alt-slash:before, .fa-signal-alt-slash.details-box__separator::after {
  content: "\f694";
}

/* line 1523, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signal-slash:before, .fa-signal-slash.details-box__separator::after {
  content: "\f695";
}

/* line 1524, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-signature:before, .fa-signature.details-box__separator::after {
  content: "\f5b7";
}

/* line 1525, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sim-card:before, .fa-sim-card.details-box__separator::after {
  content: "\f7c4";
}

/* line 1526, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-simplybuilt:before, .fa-simplybuilt.details-box__separator::after {
  content: "\f215";
}

/* line 1527, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sistrix:before, .fa-sistrix.details-box__separator::after {
  content: "\f3ee";
}

/* line 1528, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sitemap:before, .fa-sitemap.details-box__separator::after {
  content: "\f0e8";
}

/* line 1529, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sith:before, .fa-sith.details-box__separator::after {
  content: "\f512";
}

/* line 1530, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-skating:before, .fa-skating.details-box__separator::after {
  content: "\f7c5";
}

/* line 1531, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-skeleton:before, .fa-skeleton.details-box__separator::after {
  content: "\f620";
}

/* line 1532, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sketch:before, .fa-sketch.details-box__separator::after {
  content: "\f7c6";
}

/* line 1533, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ski-jump:before, .fa-ski-jump.details-box__separator::after {
  content: "\f7c7";
}

/* line 1534, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ski-lift:before, .fa-ski-lift.details-box__separator::after {
  content: "\f7c8";
}

/* line 1535, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-skiing:before, .fa-skiing.details-box__separator::after {
  content: "\f7c9";
}

/* line 1536, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-skiing-nordic:before, .fa-skiing-nordic.details-box__separator::after {
  content: "\f7ca";
}

/* line 1537, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-skull:before, .fa-skull.details-box__separator::after {
  content: "\f54c";
}

/* line 1538, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-skull-crossbones:before, .fa-skull-crossbones.details-box__separator::after {
  content: "\f714";
}

/* line 1539, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-skyatlas:before, .fa-skyatlas.details-box__separator::after {
  content: "\f216";
}

/* line 1540, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-skype:before, .fa-skype.details-box__separator::after {
  content: "\f17e";
}

/* line 1541, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-slack:before, .fa-slack.details-box__separator::after {
  content: "\f198";
}

/* line 1542, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-slack-hash:before, .fa-slack-hash.details-box__separator::after {
  content: "\f3ef";
}

/* line 1543, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-slash:before, .fa-slash.details-box__separator::after {
  content: "\f715";
}

/* line 1544, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sledding:before, .fa-sledding.details-box__separator::after {
  content: "\f7cb";
}

/* line 1545, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sleigh:before, .fa-sleigh.details-box__separator::after {
  content: "\f7cc";
}

/* line 1546, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sliders-h:before, .fa-sliders-h.details-box__separator::after {
  content: "\f1de";
}

/* line 1547, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sliders-h-square:before, .fa-sliders-h-square.details-box__separator::after {
  content: "\f3f0";
}

/* line 1548, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sliders-v:before, .fa-sliders-v.details-box__separator::after {
  content: "\f3f1";
}

/* line 1549, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sliders-v-square:before, .fa-sliders-v-square.details-box__separator::after {
  content: "\f3f2";
}

/* line 1550, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-slideshare:before, .fa-slideshare.details-box__separator::after {
  content: "\f1e7";
}

/* line 1551, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-smile:before, .fa-smile.details-box__separator::after {
  content: "\f118";
}

/* line 1552, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-smile-beam:before, .fa-smile-beam.details-box__separator::after {
  content: "\f5b8";
}

/* line 1553, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-smile-plus:before, .fa-smile-plus.details-box__separator::after {
  content: "\f5b9";
}

/* line 1554, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-smile-wink:before, .fa-smile-wink.details-box__separator::after {
  content: "\f4da";
}

/* line 1555, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-smog:before, .fa-smog.details-box__separator::after {
  content: "\f75f";
}

/* line 1556, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-smoke:before, .fa-smoke.details-box__separator::after {
  content: "\f760";
}

/* line 1557, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-smoking:before, .fa-smoking.details-box__separator::after {
  content: "\f48d";
}

/* line 1558, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-smoking-ban:before, .fa-smoking-ban.details-box__separator::after {
  content: "\f54d";
}

/* line 1559, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sms:before, .fa-sms.details-box__separator::after {
  content: "\f7cd";
}

/* line 1560, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-snake:before, .fa-snake.details-box__separator::after {
  content: "\f716";
}

/* line 1561, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-snapchat:before, .fa-snapchat.details-box__separator::after {
  content: "\f2ab";
}

/* line 1562, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-snapchat-ghost:before, .fa-snapchat-ghost.details-box__separator::after {
  content: "\f2ac";
}

/* line 1563, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-snapchat-square:before, .fa-snapchat-square.details-box__separator::after {
  content: "\f2ad";
}

/* line 1564, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-snow-blowing:before, .fa-snow-blowing.details-box__separator::after {
  content: "\f761";
}

/* line 1565, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-snowboarding:before, .fa-snowboarding.details-box__separator::after {
  content: "\f7ce";
}

/* line 1566, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-snowflake:before, .fa-snowflake.details-box__separator::after {
  content: "\f2dc";
}

/* line 1567, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-snowflakes:before, .fa-snowflakes.details-box__separator::after {
  content: "\f7cf";
}

/* line 1568, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-snowman:before, .fa-snowman.details-box__separator::after {
  content: "\f7d0";
}

/* line 1569, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-snowmobile:before, .fa-snowmobile.details-box__separator::after {
  content: "\f7d1";
}

/* line 1570, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-snowplow:before, .fa-snowplow.details-box__separator::after {
  content: "\f7d2";
}

/* line 1571, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-socks:before, .fa-socks.details-box__separator::after {
  content: "\f696";
}

/* line 1572, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-solar-panel:before, .fa-solar-panel.details-box__separator::after {
  content: "\f5ba";
}

/* line 1573, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sort:before, .fa-sort.details-box__separator::after {
  content: "\f0dc";
}

/* line 1574, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sort-alpha-down:before, .fa-sort-alpha-down.details-box__separator::after {
  content: "\f15d";
}

/* line 1575, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sort-alpha-up:before, .fa-sort-alpha-up.details-box__separator::after {
  content: "\f15e";
}

/* line 1576, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sort-amount-down:before, .fa-sort-amount-down.details-box__separator::after {
  content: "\f160";
}

/* line 1577, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sort-amount-up:before, .fa-sort-amount-up.details-box__separator::after {
  content: "\f161";
}

/* line 1578, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sort-down:before, .fa-sort-down.details-box__separator::after {
  content: "\f0dd";
}

/* line 1579, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sort-numeric-down:before, .fa-sort-numeric-down.details-box__separator::after {
  content: "\f162";
}

/* line 1580, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sort-numeric-up:before, .fa-sort-numeric-up.details-box__separator::after {
  content: "\f163";
}

/* line 1581, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sort-up:before, .fa-sort-up.details-box__separator::after {
  content: "\f0de";
}

/* line 1582, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-soundcloud:before, .fa-soundcloud.details-box__separator::after {
  content: "\f1be";
}

/* line 1583, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-soup:before, .fa-soup.details-box__separator::after {
  content: "\f823";
}

/* line 1584, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sourcetree:before, .fa-sourcetree.details-box__separator::after {
  content: "\f7d3";
}

/* line 1585, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-spa:before, .fa-spa.details-box__separator::after {
  content: "\f5bb";
}

/* line 1586, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-space-shuttle:before, .fa-space-shuttle.details-box__separator::after {
  content: "\f197";
}

/* line 1587, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-spade:before, .fa-spade.details-box__separator::after {
  content: "\f2f4";
}

/* line 1588, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-speakap:before, .fa-speakap.details-box__separator::after {
  content: "\f3f3";
}

/* line 1589, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-speaker-deck:before, .fa-speaker-deck.details-box__separator::after {
  content: "\f83c";
}

/* line 1590, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-spider:before, .fa-spider.details-box__separator::after {
  content: "\f717";
}

/* line 1591, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-spider-black-widow:before, .fa-spider-black-widow.details-box__separator::after {
  content: "\f718";
}

/* line 1592, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-spider-web:before, .fa-spider-web.details-box__separator::after {
  content: "\f719";
}

/* line 1593, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-spinner:before, .fa-spinner.details-box__separator::after {
  content: "\f110";
}

/* line 1594, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-spinner-third:before, .fa-spinner-third.details-box__separator::after {
  content: "\f3f4";
}

/* line 1595, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-splotch:before, .fa-splotch.details-box__separator::after {
  content: "\f5bc";
}

/* line 1596, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-spotify:before, .fa-spotify.details-box__separator::after {
  content: "\f1bc";
}

/* line 1597, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-spray-can:before, .fa-spray-can.details-box__separator::after {
  content: "\f5bd";
}

/* line 1598, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-square:before, .fa-square.details-box__separator::after {
  content: "\f0c8";
}

/* line 1599, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-square-full:before, .fa-square-full.details-box__separator::after {
  content: "\f45c";
}

/* line 1600, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-square-root:before, .fa-square-root.details-box__separator::after {
  content: "\f697";
}

/* line 1601, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-square-root-alt:before, .fa-square-root-alt.details-box__separator::after {
  content: "\f698";
}

/* line 1602, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-squarespace:before, .fa-squarespace.details-box__separator::after {
  content: "\f5be";
}

/* line 1603, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-squirrel:before, .fa-squirrel.details-box__separator::after {
  content: "\f71a";
}

/* line 1604, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stack-exchange:before, .fa-stack-exchange.details-box__separator::after {
  content: "\f18d";
}

/* line 1605, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stack-overflow:before, .fa-stack-overflow.details-box__separator::after {
  content: "\f16c";
}

/* line 1606, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-staff:before, .fa-staff.details-box__separator::after {
  content: "\f71b";
}

/* line 1607, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stamp:before, .fa-stamp.details-box__separator::after {
  content: "\f5bf";
}

/* line 1608, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-star:before, .fa-star.details-box__separator::after {
  content: "\f005";
}

/* line 1609, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-star-and-crescent:before, .fa-star-and-crescent.details-box__separator::after {
  content: "\f699";
}

/* line 1610, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-star-christmas:before, .fa-star-christmas.details-box__separator::after {
  content: "\f7d4";
}

/* line 1611, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-star-exclamation:before, .fa-star-exclamation.details-box__separator::after {
  content: "\f2f3";
}

/* line 1612, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-star-half:before, .fa-star-half.details-box__separator::after {
  content: "\f089";
}

/* line 1613, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-star-half-alt:before, .fa-star-half-alt.details-box__separator::after {
  content: "\f5c0";
}

/* line 1614, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-star-of-david:before, .fa-star-of-david.details-box__separator::after {
  content: "\f69a";
}

/* line 1615, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-star-of-life:before, .fa-star-of-life.details-box__separator::after {
  content: "\f621";
}

/* line 1616, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stars:before, .fa-stars.details-box__separator::after {
  content: "\f762";
}

/* line 1617, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-staylinked:before, .fa-staylinked.details-box__separator::after {
  content: "\f3f5";
}

/* line 1618, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-steak:before, .fa-steak.details-box__separator::after {
  content: "\f824";
}

/* line 1619, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-steam:before, .fa-steam.details-box__separator::after {
  content: "\f1b6";
}

/* line 1620, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-steam-square:before, .fa-steam-square.details-box__separator::after {
  content: "\f1b7";
}

/* line 1621, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-steam-symbol:before, .fa-steam-symbol.details-box__separator::after {
  content: "\f3f6";
}

/* line 1622, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-steering-wheel:before, .fa-steering-wheel.details-box__separator::after {
  content: "\f622";
}

/* line 1623, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-step-backward:before, .fa-step-backward.details-box__separator::after {
  content: "\f048";
}

/* line 1624, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-step-forward:before, .fa-step-forward.details-box__separator::after {
  content: "\f051";
}

/* line 1625, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stethoscope:before, .fa-stethoscope.details-box__separator::after {
  content: "\f0f1";
}

/* line 1626, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sticker-mule:before, .fa-sticker-mule.details-box__separator::after {
  content: "\f3f7";
}

/* line 1627, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sticky-note:before, .fa-sticky-note.details-box__separator::after {
  content: "\f249";
}

/* line 1628, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stocking:before, .fa-stocking.details-box__separator::after {
  content: "\f7d5";
}

/* line 1629, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stomach:before, .fa-stomach.details-box__separator::after {
  content: "\f623";
}

/* line 1630, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stop:before, .fa-stop.details-box__separator::after {
  content: "\f04d";
}

/* line 1631, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stop-circle:before, .fa-stop-circle.details-box__separator::after {
  content: "\f28d";
}

/* line 1632, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stopwatch:before, .fa-stopwatch.details-box__separator::after {
  content: "\f2f2";
}

/* line 1633, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-store:before, .fa-store.details-box__separator::after {
  content: "\f54e";
}

/* line 1634, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-store-alt:before, .fa-store-alt.details-box__separator::after {
  content: "\f54f";
}

/* line 1635, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-strava:before, .fa-strava.details-box__separator::after {
  content: "\f428";
}

/* line 1636, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stream:before, .fa-stream.details-box__separator::after {
  content: "\f550";
}

/* line 1637, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-street-view:before, .fa-street-view.details-box__separator::after {
  content: "\f21d";
}

/* line 1638, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stretcher:before, .fa-stretcher.details-box__separator::after {
  content: "\f825";
}

/* line 1639, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-strikethrough:before, .fa-strikethrough.details-box__separator::after {
  content: "\f0cc";
}

/* line 1640, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stripe:before, .fa-stripe.details-box__separator::after {
  content: "\f429";
}

/* line 1641, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stripe-s:before, .fa-stripe-s.details-box__separator::after {
  content: "\f42a";
}

/* line 1642, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stroopwafel:before, .fa-stroopwafel.details-box__separator::after {
  content: "\f551";
}

/* line 1643, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-studiovinari:before, .fa-studiovinari.details-box__separator::after {
  content: "\f3f8";
}

/* line 1644, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stumbleupon:before, .fa-stumbleupon.details-box__separator::after {
  content: "\f1a4";
}

/* line 1645, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before, .fa-stumbleupon-circle.details-box__separator::after {
  content: "\f1a3";
}

/* line 1646, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-subscript:before, .fa-subscript.details-box__separator::after {
  content: "\f12c";
}

/* line 1647, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-subway:before, .fa-subway.details-box__separator::after {
  content: "\f239";
}

/* line 1648, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-suitcase:before, .fa-suitcase.details-box__separator::after {
  content: "\f0f2";
}

/* line 1649, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-suitcase-rolling:before, .fa-suitcase-rolling.details-box__separator::after {
  content: "\f5c1";
}

/* line 1650, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sun:before, .fa-sun.details-box__separator::after {
  content: "\f185";
}

/* line 1651, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sun-cloud:before, .fa-sun-cloud.details-box__separator::after {
  content: "\f763";
}

/* line 1652, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sun-dust:before, .fa-sun-dust.details-box__separator::after {
  content: "\f764";
}

/* line 1653, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sun-haze:before, .fa-sun-haze.details-box__separator::after {
  content: "\f765";
}

/* line 1654, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sunrise:before, .fa-sunrise.details-box__separator::after {
  content: "\f766";
}

/* line 1655, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sunset:before, .fa-sunset.details-box__separator::after {
  content: "\f767";
}

/* line 1656, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-superpowers:before, .fa-superpowers.details-box__separator::after {
  content: "\f2dd";
}

/* line 1657, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-superscript:before, .fa-superscript.details-box__separator::after {
  content: "\f12b";
}

/* line 1658, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-supple:before, .fa-supple.details-box__separator::after {
  content: "\f3f9";
}

/* line 1659, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-surprise:before, .fa-surprise.details-box__separator::after {
  content: "\f5c2";
}

/* line 1660, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-suse:before, .fa-suse.details-box__separator::after {
  content: "\f7d6";
}

/* line 1661, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-swatchbook:before, .fa-swatchbook.details-box__separator::after {
  content: "\f5c3";
}

/* line 1662, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-swimmer:before, .fa-swimmer.details-box__separator::after {
  content: "\f5c4";
}

/* line 1663, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-swimming-pool:before, .fa-swimming-pool.details-box__separator::after {
  content: "\f5c5";
}

/* line 1664, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sword:before, .fa-sword.details-box__separator::after {
  content: "\f71c";
}

/* line 1665, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-swords:before, .fa-swords.details-box__separator::after {
  content: "\f71d";
}

/* line 1666, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-symfony:before, .fa-symfony.details-box__separator::after {
  content: "\f83d";
}

/* line 1667, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-synagogue:before, .fa-synagogue.details-box__separator::after {
  content: "\f69b";
}

/* line 1668, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sync:before, .fa-sync.details-box__separator::after {
  content: "\f021";
}

/* line 1669, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-sync-alt:before, .fa-sync-alt.details-box__separator::after {
  content: "\f2f1";
}

/* line 1670, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-syringe:before, .fa-syringe.details-box__separator::after {
  content: "\f48e";
}

/* line 1671, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-table:before, .fa-table.details-box__separator::after {
  content: "\f0ce";
}

/* line 1672, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-table-tennis:before, .fa-table-tennis.details-box__separator::after {
  content: "\f45d";
}

/* line 1673, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tablet:before, .fa-tablet.details-box__separator::after {
  content: "\f10a";
}

/* line 1674, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tablet-alt:before, .fa-tablet-alt.details-box__separator::after {
  content: "\f3fa";
}

/* line 1675, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tablet-android:before, .fa-tablet-android.details-box__separator::after {
  content: "\f3fb";
}

/* line 1676, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tablet-android-alt:before, .fa-tablet-android-alt.details-box__separator::after {
  content: "\f3fc";
}

/* line 1677, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tablet-rugged:before, .fa-tablet-rugged.details-box__separator::after {
  content: "\f48f";
}

/* line 1678, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tablets:before, .fa-tablets.details-box__separator::after {
  content: "\f490";
}

/* line 1679, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer:before, .fa-tachometer.details-box__separator::after {
  content: "\f0e4";
}

/* line 1680, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer-alt:before, .fa-tachometer-alt.details-box__separator::after {
  content: "\f3fd";
}

/* line 1681, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer-alt-average:before, .fa-tachometer-alt-average.details-box__separator::after {
  content: "\f624";
}

/* line 1682, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer-alt-fast:before, .fa-tachometer-alt-fast.details-box__separator::after {
  content: "\f625";
}

/* line 1683, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer-alt-fastest:before, .fa-tachometer-alt-fastest.details-box__separator::after {
  content: "\f626";
}

/* line 1684, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer-alt-slow:before, .fa-tachometer-alt-slow.details-box__separator::after {
  content: "\f627";
}

/* line 1685, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer-alt-slowest:before, .fa-tachometer-alt-slowest.details-box__separator::after {
  content: "\f628";
}

/* line 1686, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer-average:before, .fa-tachometer-average.details-box__separator::after {
  content: "\f629";
}

/* line 1687, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer-fast:before, .fa-tachometer-fast.details-box__separator::after {
  content: "\f62a";
}

/* line 1688, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer-fastest:before, .fa-tachometer-fastest.details-box__separator::after {
  content: "\f62b";
}

/* line 1689, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer-slow:before, .fa-tachometer-slow.details-box__separator::after {
  content: "\f62c";
}

/* line 1690, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tachometer-slowest:before, .fa-tachometer-slowest.details-box__separator::after {
  content: "\f62d";
}

/* line 1691, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-taco:before, .fa-taco.details-box__separator::after {
  content: "\f826";
}

/* line 1692, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tag:before, .fa-tag.details-box__separator::after {
  content: "\f02b";
}

/* line 1693, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tags:before, .fa-tags.details-box__separator::after {
  content: "\f02c";
}

/* line 1694, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tally:before, .fa-tally.details-box__separator::after {
  content: "\f69c";
}

/* line 1695, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tanakh:before, .fa-tanakh.details-box__separator::after {
  content: "\f827";
}

/* line 1696, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tape:before, .fa-tape.details-box__separator::after {
  content: "\f4db";
}

/* line 1697, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tasks:before, .fa-tasks.details-box__separator::after {
  content: "\f0ae";
}

/* line 1698, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tasks-alt:before, .fa-tasks-alt.details-box__separator::after {
  content: "\f828";
}

/* line 1699, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-taxi:before, .fa-taxi.details-box__separator::after {
  content: "\f1ba";
}

/* line 1700, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-teamspeak:before, .fa-teamspeak.details-box__separator::after {
  content: "\f4f9";
}

/* line 1701, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-teeth:before, .fa-teeth.details-box__separator::after {
  content: "\f62e";
}

/* line 1702, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-teeth-open:before, .fa-teeth-open.details-box__separator::after {
  content: "\f62f";
}

/* line 1703, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-telegram:before, .fa-telegram.details-box__separator::after {
  content: "\f2c6";
}

/* line 1704, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-telegram-plane:before, .fa-telegram-plane.details-box__separator::after {
  content: "\f3fe";
}

/* line 1705, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-temperature-frigid:before, .fa-temperature-frigid.details-box__separator::after {
  content: "\f768";
}

/* line 1706, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-temperature-high:before, .fa-temperature-high.details-box__separator::after {
  content: "\f769";
}

/* line 1707, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-temperature-hot:before, .fa-temperature-hot.details-box__separator::after {
  content: "\f76a";
}

/* line 1708, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-temperature-low:before, .fa-temperature-low.details-box__separator::after {
  content: "\f76b";
}

/* line 1709, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tencent-weibo:before, .fa-tencent-weibo.details-box__separator::after {
  content: "\f1d5";
}

/* line 1710, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tenge:before, .fa-tenge.details-box__separator::after {
  content: "\f7d7";
}

/* line 1711, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tennis-ball:before, .fa-tennis-ball.details-box__separator::after {
  content: "\f45e";
}

/* line 1712, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-terminal:before, .fa-terminal.details-box__separator::after {
  content: "\f120";
}

/* line 1713, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-text-height:before, .fa-text-height.details-box__separator::after {
  content: "\f034";
}

/* line 1714, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-text-width:before, .fa-text-width.details-box__separator::after {
  content: "\f035";
}

/* line 1715, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-th:before, .fa-th.details-box__separator::after {
  content: "\f00a";
}

/* line 1716, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-th-large:before, .fa-th-large.details-box__separator::after {
  content: "\f009";
}

/* line 1717, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-th-list:before, .fa-th-list.details-box__separator::after {
  content: "\f00b";
}

/* line 1718, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-the-red-yeti:before, .fa-the-red-yeti.details-box__separator::after {
  content: "\f69d";
}

/* line 1719, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-theater-masks:before, .fa-theater-masks.details-box__separator::after {
  content: "\f630";
}

/* line 1720, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-themeco:before, .fa-themeco.details-box__separator::after {
  content: "\f5c6";
}

/* line 1721, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-themeisle:before, .fa-themeisle.details-box__separator::after {
  content: "\f2b2";
}

/* line 1722, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thermometer:before, .fa-thermometer.details-box__separator::after {
  content: "\f491";
}

/* line 1723, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thermometer-empty:before, .fa-thermometer-empty.details-box__separator::after {
  content: "\f2cb";
}

/* line 1724, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thermometer-full:before, .fa-thermometer-full.details-box__separator::after {
  content: "\f2c7";
}

/* line 1725, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thermometer-half:before, .fa-thermometer-half.details-box__separator::after {
  content: "\f2c9";
}

/* line 1726, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thermometer-quarter:before, .fa-thermometer-quarter.details-box__separator::after {
  content: "\f2ca";
}

/* line 1727, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thermometer-three-quarters:before, .fa-thermometer-three-quarters.details-box__separator::after {
  content: "\f2c8";
}

/* line 1728, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-theta:before, .fa-theta.details-box__separator::after {
  content: "\f69e";
}

/* line 1729, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-think-peaks:before, .fa-think-peaks.details-box__separator::after {
  content: "\f731";
}

/* line 1730, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thumbs-down:before, .fa-thumbs-down.details-box__separator::after {
  content: "\f165";
}

/* line 1731, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thumbs-up:before, .fa-thumbs-up.details-box__separator::after {
  content: "\f164";
}

/* line 1732, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thumbtack:before, .fa-thumbtack.details-box__separator::after {
  content: "\f08d";
}

/* line 1733, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thunderstorm:before, .fa-thunderstorm.details-box__separator::after {
  content: "\f76c";
}

/* line 1734, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thunderstorm-moon:before, .fa-thunderstorm-moon.details-box__separator::after {
  content: "\f76d";
}

/* line 1735, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-thunderstorm-sun:before, .fa-thunderstorm-sun.details-box__separator::after {
  content: "\f76e";
}

/* line 1736, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ticket:before, .fa-ticket.details-box__separator::after {
  content: "\f145";
}

/* line 1737, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ticket-alt:before, .fa-ticket-alt.details-box__separator::after {
  content: "\f3ff";
}

/* line 1738, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tilde:before, .fa-tilde.details-box__separator::after {
  content: "\f69f";
}

/* line 1739, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-times:before, .fa-times.details-box__separator::after {
  content: "\f00d";
}

/* line 1740, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-times-circle:before, .fa-times-circle.details-box__separator::after {
  content: "\f057";
}

/* line 1741, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-times-hexagon:before, .fa-times-hexagon.details-box__separator::after {
  content: "\f2ee";
}

/* line 1742, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-times-octagon:before, .fa-times-octagon.details-box__separator::after {
  content: "\f2f0";
}

/* line 1743, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-times-square:before, .fa-times-square.details-box__separator::after {
  content: "\f2d3";
}

/* line 1744, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tint:before, .fa-tint.details-box__separator::after {
  content: "\f043";
}

/* line 1745, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tint-slash:before, .fa-tint-slash.details-box__separator::after {
  content: "\f5c7";
}

/* line 1746, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tire:before, .fa-tire.details-box__separator::after {
  content: "\f631";
}

/* line 1747, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tire-flat:before, .fa-tire-flat.details-box__separator::after {
  content: "\f632";
}

/* line 1748, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tire-pressure-warning:before, .fa-tire-pressure-warning.details-box__separator::after {
  content: "\f633";
}

/* line 1749, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tire-rugged:before, .fa-tire-rugged.details-box__separator::after {
  content: "\f634";
}

/* line 1750, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tired:before, .fa-tired.details-box__separator::after {
  content: "\f5c8";
}

/* line 1751, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-toggle-off:before, .fa-toggle-off.details-box__separator::after {
  content: "\f204";
}

/* line 1752, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-toggle-on:before, .fa-toggle-on.details-box__separator::after {
  content: "\f205";
}

/* line 1753, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-toilet:before, .fa-toilet.details-box__separator::after {
  content: "\f7d8";
}

/* line 1754, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-toilet-paper:before, .fa-toilet-paper.details-box__separator::after {
  content: "\f71e";
}

/* line 1755, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-toilet-paper-alt:before, .fa-toilet-paper-alt.details-box__separator::after {
  content: "\f71f";
}

/* line 1756, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tombstone:before, .fa-tombstone.details-box__separator::after {
  content: "\f720";
}

/* line 1757, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tombstone-alt:before, .fa-tombstone-alt.details-box__separator::after {
  content: "\f721";
}

/* line 1758, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-toolbox:before, .fa-toolbox.details-box__separator::after {
  content: "\f552";
}

/* line 1759, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tools:before, .fa-tools.details-box__separator::after {
  content: "\f7d9";
}

/* line 1760, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tooth:before, .fa-tooth.details-box__separator::after {
  content: "\f5c9";
}

/* line 1761, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-toothbrush:before, .fa-toothbrush.details-box__separator::after {
  content: "\f635";
}

/* line 1762, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-torah:before, .fa-torah.details-box__separator::after {
  content: "\f6a0";
}

/* line 1763, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-torii-gate:before, .fa-torii-gate.details-box__separator::after {
  content: "\f6a1";
}

/* line 1764, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tornado:before, .fa-tornado.details-box__separator::after {
  content: "\f76f";
}

/* line 1765, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tractor:before, .fa-tractor.details-box__separator::after {
  content: "\f722";
}

/* line 1766, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-trade-federation:before, .fa-trade-federation.details-box__separator::after {
  content: "\f513";
}

/* line 1767, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-trademark:before, .fa-trademark.details-box__separator::after {
  content: "\f25c";
}

/* line 1768, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-traffic-cone:before, .fa-traffic-cone.details-box__separator::after {
  content: "\f636";
}

/* line 1769, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-traffic-light:before, .fa-traffic-light.details-box__separator::after {
  content: "\f637";
}

/* line 1770, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-traffic-light-go:before, .fa-traffic-light-go.details-box__separator::after {
  content: "\f638";
}

/* line 1771, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-traffic-light-slow:before, .fa-traffic-light-slow.details-box__separator::after {
  content: "\f639";
}

/* line 1772, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-traffic-light-stop:before, .fa-traffic-light-stop.details-box__separator::after {
  content: "\f63a";
}

/* line 1773, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-train:before, .fa-train.details-box__separator::after {
  content: "\f238";
}

/* line 1774, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tram:before, .fa-tram.details-box__separator::after {
  content: "\f7da";
}

/* line 1775, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-transgender:before, .fa-transgender.details-box__separator::after {
  content: "\f224";
}

/* line 1776, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-transgender-alt:before, .fa-transgender-alt.details-box__separator::after {
  content: "\f225";
}

/* line 1777, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-trash:before, .fa-trash.details-box__separator::after {
  content: "\f1f8";
}

/* line 1778, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-trash-alt:before, .fa-trash-alt.details-box__separator::after {
  content: "\f2ed";
}

/* line 1779, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-trash-restore:before, .fa-trash-restore.details-box__separator::after {
  content: "\f829";
}

/* line 1780, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-trash-restore-alt:before, .fa-trash-restore-alt.details-box__separator::after {
  content: "\f82a";
}

/* line 1781, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-treasure-chest:before, .fa-treasure-chest.details-box__separator::after {
  content: "\f723";
}

/* line 1782, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tree:before, .fa-tree.details-box__separator::after {
  content: "\f1bb";
}

/* line 1783, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tree-alt:before, .fa-tree-alt.details-box__separator::after {
  content: "\f400";
}

/* line 1784, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tree-christmas:before, .fa-tree-christmas.details-box__separator::after {
  content: "\f7db";
}

/* line 1785, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tree-decorated:before, .fa-tree-decorated.details-box__separator::after {
  content: "\f7dc";
}

/* line 1786, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tree-large:before, .fa-tree-large.details-box__separator::after {
  content: "\f7dd";
}

/* line 1787, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tree-palm:before, .fa-tree-palm.details-box__separator::after {
  content: "\f82b";
}

/* line 1788, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-trees:before, .fa-trees.details-box__separator::after {
  content: "\f724";
}

/* line 1789, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-trello:before, .fa-trello.details-box__separator::after {
  content: "\f181";
}

/* line 1790, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-triangle:before, .fa-triangle.details-box__separator::after {
  content: "\f2ec";
}

/* line 1791, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tripadvisor:before, .fa-tripadvisor.details-box__separator::after {
  content: "\f262";
}

/* line 1792, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-trophy:before, .fa-trophy.details-box__separator::after {
  content: "\f091";
}

/* line 1793, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-trophy-alt:before, .fa-trophy-alt.details-box__separator::after {
  content: "\f2eb";
}

/* line 1794, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-truck:before, .fa-truck.details-box__separator::after {
  content: "\f0d1";
}

/* line 1795, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-truck-container:before, .fa-truck-container.details-box__separator::after {
  content: "\f4dc";
}

/* line 1796, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-truck-couch:before, .fa-truck-couch.details-box__separator::after {
  content: "\f4dd";
}

/* line 1797, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-truck-loading:before, .fa-truck-loading.details-box__separator::after {
  content: "\f4de";
}

/* line 1798, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-truck-monster:before, .fa-truck-monster.details-box__separator::after {
  content: "\f63b";
}

/* line 1799, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-truck-moving:before, .fa-truck-moving.details-box__separator::after {
  content: "\f4df";
}

/* line 1800, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-truck-pickup:before, .fa-truck-pickup.details-box__separator::after {
  content: "\f63c";
}

/* line 1801, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-truck-plow:before, .fa-truck-plow.details-box__separator::after {
  content: "\f7de";
}

/* line 1802, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-truck-ramp:before, .fa-truck-ramp.details-box__separator::after {
  content: "\f4e0";
}

/* line 1803, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tshirt:before, .fa-tshirt.details-box__separator::after {
  content: "\f553";
}

/* line 1804, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tty:before, .fa-tty.details-box__separator::after {
  content: "\f1e4";
}

/* line 1805, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tumblr:before, .fa-tumblr.details-box__separator::after {
  content: "\f173";
}

/* line 1806, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tumblr-square:before, .fa-tumblr-square.details-box__separator::after {
  content: "\f174";
}

/* line 1807, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-turkey:before, .fa-turkey.details-box__separator::after {
  content: "\f725";
}

/* line 1808, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-turtle:before, .fa-turtle.details-box__separator::after {
  content: "\f726";
}

/* line 1809, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tv:before, .fa-tv.details-box__separator::after {
  content: "\f26c";
}

/* line 1810, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-tv-retro:before, .fa-tv-retro.details-box__separator::after {
  content: "\f401";
}

/* line 1811, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-twitch:before, .fa-twitch.details-box__separator::after {
  content: "\f1e8";
}

/* line 1812, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-twitter:before, .fa-twitter.details-box__separator::after {
  content: "\f099";
}

/* line 1813, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-twitter-square:before, .fa-twitter-square.details-box__separator::after {
  content: "\f081";
}

/* line 1814, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-typo3:before, .fa-typo3.details-box__separator::after {
  content: "\f42b";
}

/* line 1815, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-uber:before, .fa-uber.details-box__separator::after {
  content: "\f402";
}

/* line 1816, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ubuntu:before, .fa-ubuntu.details-box__separator::after {
  content: "\f7df";
}

/* line 1817, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-uikit:before, .fa-uikit.details-box__separator::after {
  content: "\f403";
}

/* line 1818, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-umbrella:before, .fa-umbrella.details-box__separator::after {
  content: "\f0e9";
}

/* line 1819, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-umbrella-beach:before, .fa-umbrella-beach.details-box__separator::after {
  content: "\f5ca";
}

/* line 1820, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-underline:before, .fa-underline.details-box__separator::after {
  content: "\f0cd";
}

/* line 1821, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-undo:before, .fa-undo.details-box__separator::after {
  content: "\f0e2";
}

/* line 1822, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-undo-alt:before, .fa-undo-alt.details-box__separator::after {
  content: "\f2ea";
}

/* line 1823, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-unicorn:before, .fa-unicorn.details-box__separator::after {
  content: "\f727";
}

/* line 1824, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-union:before, .fa-union.details-box__separator::after {
  content: "\f6a2";
}

/* line 1825, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-uniregistry:before, .fa-uniregistry.details-box__separator::after {
  content: "\f404";
}

/* line 1826, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-universal-access:before, .fa-universal-access.details-box__separator::after {
  content: "\f29a";
}

/* line 1827, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-university:before, .fa-university.details-box__separator::after {
  content: "\f19c";
}

/* line 1828, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-unlink:before, .fa-unlink.details-box__separator::after {
  content: "\f127";
}

/* line 1829, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-unlock:before, .fa-unlock.details-box__separator::after {
  content: "\f09c";
}

/* line 1830, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-unlock-alt:before, .fa-unlock-alt.details-box__separator::after {
  content: "\f13e";
}

/* line 1831, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-untappd:before, .fa-untappd.details-box__separator::after {
  content: "\f405";
}

/* line 1832, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-upload:before, .fa-upload.details-box__separator::after {
  content: "\f093";
}

/* line 1833, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ups:before, .fa-ups.details-box__separator::after {
  content: "\f7e0";
}

/* line 1834, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-usb:before, .fa-usb.details-box__separator::after {
  content: "\f287";
}

/* line 1835, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-usd-circle:before, .fa-usd-circle.details-box__separator::after {
  content: "\f2e8";
}

/* line 1836, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-usd-square:before, .fa-usd-square.details-box__separator::after {
  content: "\f2e9";
}

/* line 1837, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user:before, .fa-user.details-box__separator::after {
  content: "\f007";
}

/* line 1838, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-alt:before, .fa-user-alt.details-box__separator::after {
  content: "\f406";
}

/* line 1839, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-alt-slash:before, .fa-user-alt-slash.details-box__separator::after {
  content: "\f4fa";
}

/* line 1840, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-astronaut:before, .fa-user-astronaut.details-box__separator::after {
  content: "\f4fb";
}

/* line 1841, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-chart:before, .fa-user-chart.details-box__separator::after {
  content: "\f6a3";
}

/* line 1842, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-check:before, .fa-user-check.details-box__separator::after {
  content: "\f4fc";
}

/* line 1843, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-circle:before, .fa-user-circle.details-box__separator::after {
  content: "\f2bd";
}

/* line 1844, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-clock:before, .fa-user-clock.details-box__separator::after {
  content: "\f4fd";
}

/* line 1845, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-cog:before, .fa-user-cog.details-box__separator::after {
  content: "\f4fe";
}

/* line 1846, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-crown:before, .fa-user-crown.details-box__separator::after {
  content: "\f6a4";
}

/* line 1847, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-edit:before, .fa-user-edit.details-box__separator::after {
  content: "\f4ff";
}

/* line 1848, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-friends:before, .fa-user-friends.details-box__separator::after {
  content: "\f500";
}

/* line 1849, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-graduate:before, .fa-user-graduate.details-box__separator::after {
  content: "\f501";
}

/* line 1850, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-hard-hat:before, .fa-user-hard-hat.details-box__separator::after {
  content: "\f82c";
}

/* line 1851, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-headset:before, .fa-user-headset.details-box__separator::after {
  content: "\f82d";
}

/* line 1852, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-injured:before, .fa-user-injured.details-box__separator::after {
  content: "\f728";
}

/* line 1853, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-lock:before, .fa-user-lock.details-box__separator::after {
  content: "\f502";
}

/* line 1854, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-md:before, .fa-user-md.details-box__separator::after {
  content: "\f0f0";
}

/* line 1855, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-md-chat:before, .fa-user-md-chat.details-box__separator::after {
  content: "\f82e";
}

/* line 1856, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-minus:before, .fa-user-minus.details-box__separator::after {
  content: "\f503";
}

/* line 1857, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-ninja:before, .fa-user-ninja.details-box__separator::after {
  content: "\f504";
}

/* line 1858, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-nurse:before, .fa-user-nurse.details-box__separator::after {
  content: "\f82f";
}

/* line 1859, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-plus:before, .fa-user-plus.details-box__separator::after {
  content: "\f234";
}

/* line 1860, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-secret:before, .fa-user-secret.details-box__separator::after {
  content: "\f21b";
}

/* line 1861, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-shield:before, .fa-user-shield.details-box__separator::after {
  content: "\f505";
}

/* line 1862, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-slash:before, .fa-user-slash.details-box__separator::after {
  content: "\f506";
}

/* line 1863, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-tag:before, .fa-user-tag.details-box__separator::after {
  content: "\f507";
}

/* line 1864, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-tie:before, .fa-user-tie.details-box__separator::after {
  content: "\f508";
}

/* line 1865, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-user-times:before, .fa-user-times.details-box__separator::after {
  content: "\f235";
}

/* line 1866, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-users:before, .fa-users.details-box__separator::after {
  content: "\f0c0";
}

/* line 1867, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-users-class:before, .fa-users-class.details-box__separator::after {
  content: "\f63d";
}

/* line 1868, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-users-cog:before, .fa-users-cog.details-box__separator::after {
  content: "\f509";
}

/* line 1869, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-users-crown:before, .fa-users-crown.details-box__separator::after {
  content: "\f6a5";
}

/* line 1870, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-users-medical:before, .fa-users-medical.details-box__separator::after {
  content: "\f830";
}

/* line 1871, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-usps:before, .fa-usps.details-box__separator::after {
  content: "\f7e1";
}

/* line 1872, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-ussunnah:before, .fa-ussunnah.details-box__separator::after {
  content: "\f407";
}

/* line 1873, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-utensil-fork:before, .fa-utensil-fork.details-box__separator::after {
  content: "\f2e3";
}

/* line 1874, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-utensil-knife:before, .fa-utensil-knife.details-box__separator::after {
  content: "\f2e4";
}

/* line 1875, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-utensil-spoon:before, .fa-utensil-spoon.details-box__separator::after {
  content: "\f2e5";
}

/* line 1876, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-utensils:before, .fa-utensils.details-box__separator::after {
  content: "\f2e7";
}

/* line 1877, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-utensils-alt:before, .fa-utensils-alt.details-box__separator::after {
  content: "\f2e6";
}

/* line 1878, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vaadin:before, .fa-vaadin.details-box__separator::after {
  content: "\f408";
}

/* line 1879, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-value-absolute:before, .fa-value-absolute.details-box__separator::after {
  content: "\f6a6";
}

/* line 1880, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vector-square:before, .fa-vector-square.details-box__separator::after {
  content: "\f5cb";
}

/* line 1881, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-venus:before, .fa-venus.details-box__separator::after {
  content: "\f221";
}

/* line 1882, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-venus-double:before, .fa-venus-double.details-box__separator::after {
  content: "\f226";
}

/* line 1883, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-venus-mars:before, .fa-venus-mars.details-box__separator::after {
  content: "\f228";
}

/* line 1884, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-viacoin:before, .fa-viacoin.details-box__separator::after {
  content: "\f237";
}

/* line 1885, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-viadeo:before, .fa-viadeo.details-box__separator::after {
  content: "\f2a9";
}

/* line 1886, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-viadeo-square:before, .fa-viadeo-square.details-box__separator::after {
  content: "\f2aa";
}

/* line 1887, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vial:before, .fa-vial.details-box__separator::after {
  content: "\f492";
}

/* line 1888, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vials:before, .fa-vials.details-box__separator::after {
  content: "\f493";
}

/* line 1889, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-viber:before, .fa-viber.details-box__separator::after {
  content: "\f409";
}

/* line 1890, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-video:before, .fa-video.details-box__separator::after {
  content: "\f03d";
}

/* line 1891, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-video-plus:before, .fa-video-plus.details-box__separator::after {
  content: "\f4e1";
}

/* line 1892, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-video-slash:before, .fa-video-slash.details-box__separator::after {
  content: "\f4e2";
}

/* line 1893, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vihara:before, .fa-vihara.details-box__separator::after {
  content: "\f6a7";
}

/* line 1894, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vimeo:before, .fa-vimeo.details-box__separator::after {
  content: "\f40a";
}

/* line 1895, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vimeo-square:before, .fa-vimeo-square.details-box__separator::after {
  content: "\f194";
}

/* line 1896, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vimeo-v:before, .fa-vimeo-v.details-box__separator::after {
  content: "\f27d";
}

/* line 1897, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vine:before, .fa-vine.details-box__separator::after {
  content: "\f1ca";
}

/* line 1898, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vk:before, .fa-vk.details-box__separator::after {
  content: "\f189";
}

/* line 1899, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vnv:before, .fa-vnv.details-box__separator::after {
  content: "\f40b";
}

/* line 1900, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-volcano:before, .fa-volcano.details-box__separator::after {
  content: "\f770";
}

/* line 1901, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-volleyball-ball:before, .fa-volleyball-ball.details-box__separator::after {
  content: "\f45f";
}

/* line 1902, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-volume:before, .fa-volume.details-box__separator::after {
  content: "\f6a8";
}

/* line 1903, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-volume-down:before, .fa-volume-down.details-box__separator::after {
  content: "\f027";
}

/* line 1904, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-volume-mute:before, .fa-volume-mute.details-box__separator::after {
  content: "\f6a9";
}

/* line 1905, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-volume-off:before, .fa-volume-off.details-box__separator::after {
  content: "\f026";
}

/* line 1906, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-volume-slash:before, .fa-volume-slash.details-box__separator::after {
  content: "\f2e2";
}

/* line 1907, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-volume-up:before, .fa-volume-up.details-box__separator::after {
  content: "\f028";
}

/* line 1908, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vote-nay:before, .fa-vote-nay.details-box__separator::after {
  content: "\f771";
}

/* line 1909, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vote-yea:before, .fa-vote-yea.details-box__separator::after {
  content: "\f772";
}

/* line 1910, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vr-cardboard:before, .fa-vr-cardboard.details-box__separator::after {
  content: "\f729";
}

/* line 1911, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-vuejs:before, .fa-vuejs.details-box__separator::after {
  content: "\f41f";
}

/* line 1912, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-walker:before, .fa-walker.details-box__separator::after {
  content: "\f831";
}

/* line 1913, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-walking:before, .fa-walking.details-box__separator::after {
  content: "\f554";
}

/* line 1914, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wallet:before, .fa-wallet.details-box__separator::after {
  content: "\f555";
}

/* line 1915, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wand:before, .fa-wand.details-box__separator::after {
  content: "\f72a";
}

/* line 1916, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wand-magic:before, .fa-wand-magic.details-box__separator::after {
  content: "\f72b";
}

/* line 1917, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-warehouse:before, .fa-warehouse.details-box__separator::after {
  content: "\f494";
}

/* line 1918, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-warehouse-alt:before, .fa-warehouse-alt.details-box__separator::after {
  content: "\f495";
}

/* line 1919, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-watch:before, .fa-watch.details-box__separator::after {
  content: "\f2e1";
}

/* line 1920, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-watch-fitness:before, .fa-watch-fitness.details-box__separator::after {
  content: "\f63e";
}

/* line 1921, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-water:before, .fa-water.details-box__separator::after {
  content: "\f773";
}

/* line 1922, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-water-lower:before, .fa-water-lower.details-box__separator::after {
  content: "\f774";
}

/* line 1923, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-water-rise:before, .fa-water-rise.details-box__separator::after {
  content: "\f775";
}

/* line 1924, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wave-square:before, .fa-wave-square.details-box__separator::after {
  content: "\f83e";
}

/* line 1925, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-waze:before, .fa-waze.details-box__separator::after {
  content: "\f83f";
}

/* line 1926, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-webcam:before, .fa-webcam.details-box__separator::after {
  content: "\f832";
}

/* line 1927, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-webcam-slash:before, .fa-webcam-slash.details-box__separator::after {
  content: "\f833";
}

/* line 1928, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-weebly:before, .fa-weebly.details-box__separator::after {
  content: "\f5cc";
}

/* line 1929, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-weibo:before, .fa-weibo.details-box__separator::after {
  content: "\f18a";
}

/* line 1930, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-weight:before, .fa-weight.details-box__separator::after {
  content: "\f496";
}

/* line 1931, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-weight-hanging:before, .fa-weight-hanging.details-box__separator::after {
  content: "\f5cd";
}

/* line 1932, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-weixin:before, .fa-weixin.details-box__separator::after {
  content: "\f1d7";
}

/* line 1933, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-whale:before, .fa-whale.details-box__separator::after {
  content: "\f72c";
}

/* line 1934, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-whatsapp:before, .fa-whatsapp.details-box__separator::after {
  content: "\f232";
}

/* line 1935, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-whatsapp-square:before, .fa-whatsapp-square.details-box__separator::after {
  content: "\f40c";
}

/* line 1936, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wheat:before, .fa-wheat.details-box__separator::after {
  content: "\f72d";
}

/* line 1937, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wheelchair:before, .fa-wheelchair.details-box__separator::after {
  content: "\f193";
}

/* line 1938, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-whistle:before, .fa-whistle.details-box__separator::after {
  content: "\f460";
}

/* line 1939, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-whmcs:before, .fa-whmcs.details-box__separator::after {
  content: "\f40d";
}

/* line 1940, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wifi:before, .fa-wifi.details-box__separator::after {
  content: "\f1eb";
}

/* line 1941, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wifi-1:before, .fa-wifi-1.details-box__separator::after {
  content: "\f6aa";
}

/* line 1942, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wifi-2:before, .fa-wifi-2.details-box__separator::after {
  content: "\f6ab";
}

/* line 1943, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wifi-slash:before, .fa-wifi-slash.details-box__separator::after {
  content: "\f6ac";
}

/* line 1944, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wikipedia-w:before, .fa-wikipedia-w.details-box__separator::after {
  content: "\f266";
}

/* line 1945, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wind:before, .fa-wind.details-box__separator::after {
  content: "\f72e";
}

/* line 1946, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wind-warning:before, .fa-wind-warning.details-box__separator::after {
  content: "\f776";
}

/* line 1947, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-window:before, .fa-window.details-box__separator::after {
  content: "\f40e";
}

/* line 1948, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-window-alt:before, .fa-window-alt.details-box__separator::after {
  content: "\f40f";
}

/* line 1949, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-window-close:before, .fa-window-close.details-box__separator::after {
  content: "\f410";
}

/* line 1950, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-window-maximize:before, .fa-window-maximize.details-box__separator::after {
  content: "\f2d0";
}

/* line 1951, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-window-minimize:before, .fa-window-minimize.details-box__separator::after {
  content: "\f2d1";
}

/* line 1952, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-window-restore:before, .fa-window-restore.details-box__separator::after {
  content: "\f2d2";
}

/* line 1953, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-windows:before, .fa-windows.details-box__separator::after {
  content: "\f17a";
}

/* line 1954, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-windsock:before, .fa-windsock.details-box__separator::after {
  content: "\f777";
}

/* line 1955, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wine-bottle:before, .fa-wine-bottle.details-box__separator::after {
  content: "\f72f";
}

/* line 1956, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wine-glass:before, .fa-wine-glass.details-box__separator::after {
  content: "\f4e3";
}

/* line 1957, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wine-glass-alt:before, .fa-wine-glass-alt.details-box__separator::after {
  content: "\f5ce";
}

/* line 1958, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wix:before, .fa-wix.details-box__separator::after {
  content: "\f5cf";
}

/* line 1959, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wizards-of-the-coast:before, .fa-wizards-of-the-coast.details-box__separator::after {
  content: "\f730";
}

/* line 1960, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wolf-pack-battalion:before, .fa-wolf-pack-battalion.details-box__separator::after {
  content: "\f514";
}

/* line 1961, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-won-sign:before, .fa-won-sign.details-box__separator::after {
  content: "\f159";
}

/* line 1962, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wordpress:before, .fa-wordpress.details-box__separator::after {
  content: "\f19a";
}

/* line 1963, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wordpress-simple:before, .fa-wordpress-simple.details-box__separator::after {
  content: "\f411";
}

/* line 1964, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wpbeginner:before, .fa-wpbeginner.details-box__separator::after {
  content: "\f297";
}

/* line 1965, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wpexplorer:before, .fa-wpexplorer.details-box__separator::after {
  content: "\f2de";
}

/* line 1966, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wpforms:before, .fa-wpforms.details-box__separator::after {
  content: "\f298";
}

/* line 1967, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wpressr:before, .fa-wpressr.details-box__separator::after {
  content: "\f3e4";
}

/* line 1968, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wreath:before, .fa-wreath.details-box__separator::after {
  content: "\f7e2";
}

/* line 1969, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-wrench:before, .fa-wrench.details-box__separator::after {
  content: "\f0ad";
}

/* line 1970, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-x-ray:before, .fa-x-ray.details-box__separator::after {
  content: "\f497";
}

/* line 1971, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-xbox:before, .fa-xbox.details-box__separator::after {
  content: "\f412";
}

/* line 1972, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-xing:before, .fa-xing.details-box__separator::after {
  content: "\f168";
}

/* line 1973, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-xing-square:before, .fa-xing-square.details-box__separator::after {
  content: "\f169";
}

/* line 1974, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-y-combinator:before, .fa-y-combinator.details-box__separator::after {
  content: "\f23b";
}

/* line 1975, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-yahoo:before, .fa-yahoo.details-box__separator::after {
  content: "\f19e";
}

/* line 1976, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-yammer:before, .fa-yammer.details-box__separator::after {
  content: "\f840";
}

/* line 1977, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-yandex:before, .fa-yandex.details-box__separator::after {
  content: "\f413";
}

/* line 1978, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-yandex-international:before, .fa-yandex-international.details-box__separator::after {
  content: "\f414";
}

/* line 1979, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-yarn:before, .fa-yarn.details-box__separator::after {
  content: "\f7e3";
}

/* line 1980, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-yelp:before, .fa-yelp.details-box__separator::after {
  content: "\f1e9";
}

/* line 1981, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-yen-sign:before, .fa-yen-sign.details-box__separator::after {
  content: "\f157";
}

/* line 1982, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-yin-yang:before, .fa-yin-yang.details-box__separator::after {
  content: "\f6ad";
}

/* line 1983, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-yoast:before, .fa-yoast.details-box__separator::after {
  content: "\f2b1";
}

/* line 1984, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-youtube:before, .fa-youtube.details-box__separator::after {
  content: "\f167";
}

/* line 1985, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-youtube-square:before, .fa-youtube-square.details-box__separator::after {
  content: "\f431";
}

/* line 1986, app/assets/stylesheets/vendor/fontawesome/_icons.scss */
.fa-zhihu:before, .fa-zhihu.details-box__separator::after {
  content: "\f63f";
}

/* line 4, app/assets/stylesheets/vendor/fontawesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, app/assets/stylesheets/vendor/fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-78e010e2b438e5d188962735aea414f22d76c4818ed82559b77c9b6a1474cac0.eot);
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-78e010e2b438e5d188962735aea414f22d76c4818ed82559b77c9b6a1474cac0.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-b55616e4eada60d4e94a044efa03f45c3550056a0e93a55a993b0b85a7e7689b.woff2) format("woff2"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-49ee8dc5add609abc0b81f8b9bf7b860dc71c836ffa6fa737cda798fc85cc358.woff) format("woff"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-971ce4bbeb71ee5f78e4552cea6993e635480bbd996d684643fff3f58b6998b3.ttf) format("truetype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-brands-400-69ce7e4ffdde437f92216dbe30dd8cc5db10a6e9aa4edd01da97c96458bad9ca.svg#fontawesome) format("svg");
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-260d76ec72ef4605ac97a02b7e141263f1692ea01b30061b0b1fc907ee4cf3cb.eot);
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-260d76ec72ef4605ac97a02b7e141263f1692ea01b30061b0b1fc907ee4cf3cb.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-f6d6e49e8971c9b702e31bb9ad580eb9d374a13af6e713e3673282c9e52ac7bc.woff2) format("woff2"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-380f2657e5ec1c5675a551c9069fe1274d4719dec7464bc79635b7caca3fa2a0.woff) format("woff"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-ba80ae06e63201f9f2efc17cb53681533a65a586eeef3efadaf075ea1ad2f3d2.ttf) format("truetype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-light-300-6f1138dda19dfebb809bbd41c733b6b9b289e5e1b057997a17775c3ce93f9fdb.svg#fontawesome) format("svg");
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/light.scss */
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-7935817deb9317b439e54517318ebc2912de918ee76de3737033767575187dd7.eot);
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-7935817deb9317b439e54517318ebc2912de918ee76de3737033767575187dd7.eot?#iefix) format("embedded-opentype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-42d979d54a12b76d10c5f34709c774b14aedcbf25f268f332a7e9163011b658b.woff2) format("woff2"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-8718dc2b8ccfa6b8b7fce0a0c8b77f94e7d2ee9805e03c6b026b50dd49fceb8f.woff) format("woff"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-caad7e4da1cea6b3ba7884f2b929d908f882964195c012f1d2e69575543f1d76.ttf) format("truetype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-regular-400-0a1429d1161d1cfd7f997ac807f5ca5224518add0148f2557f2fc23317d3abbb.svg#fontawesome) format("svg");
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/regular.scss */
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-96ce499f5c32aaad34fa1ae654a3b11b42998222e0431c877b671ff32d5ac152.eot?cachebuster);
  src: url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-96ce499f5c32aaad34fa1ae654a3b11b42998222e0431c877b671ff32d5ac152.eot?cachebuster#iefix) format("embedded-opentype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-0c103ae844c36c58f5947f4ffac0ef3edf1d447d0650fe33437071d3e13645ca.woff2?cachebuster) format("woff2"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-3ec36f835c1b0419d10889b92584fa5295fdf693e08b8ae73b5bb47358826f14.woff?cachebuster) format("woff"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-8d25a10414bddd450ad37b1bdc2a39b736332d2d6dcb1e834d09459e38becfda.ttf?cachebuster) format("truetype"), url(/assets/@cgtrader/triangle-ui/public/fonts/FontAwesome/fa-solid-900-72aa9ed6116499fcddb7e9753d6565b0bbe780f406785fca9e5e59a000aa045f.svg?cachebuster#fontawesome) format("svg");
}

/* line 20, app/assets/stylesheets/vendor/fontawesome/solid.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 9, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

/* line 22, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker:before, .datepicker.details-box__separator::after {
  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;
  top: -7px;
  left: 6px;
}

/* line 33, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 43, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker > div {
  display: none;
}

/* line 46, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table {
  width: 100%;
  margin: 0;
}

/* line 50, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 59, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 63, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td.day.disabled {
  color: #eeeeee;
}

/* line 66, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}

/* line 70, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, left, right);
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 90, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active.active:hover,
.datepicker td.active.disabled,
.datepicker td.active.disabled:hover,
.datepicker td.active[disabled],
.datepicker td.active[disabled]:hover {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 106, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active.active:hover {
  background-color: #003399 \9;
}

/* line 112, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 124, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td span:hover {
  background: #eeeeee;
}

/* line 127, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, left, right);
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 146, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 156, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}

/* line 160, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td span.old {
  color: #999999;
}

/* line 163, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker th.switch {
  width: 145px;
}

/* line 166, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

/* line 170, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker thead tr:first-child th {
  cursor: pointer;
}

/* line 173, vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 176, vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 34, app/assets/stylesheets/application_unified_nav.scss */
a {
  color: #19bcc9;
}

/* line 38, app/assets/stylesheets/application_unified_nav.scss */
.btn-primary {
  border-color: #19bcc9;
  background-color: #19bcc9;
}

/* line 42, app/assets/stylesheets/application_unified_nav.scss */
.btn-primary:hover {
  border-color: #159ca9;
  background-color: #159ca9;
}

/* line 48, app/assets/stylesheets/application_unified_nav.scss */
.checkbox:checked + label:before, .checkbox:checked + label.details-box__separator::after {
  border-color: #19bcc9;
  background-color: #19bcc9;
}

/* line 53, app/assets/stylesheets/application_unified_nav.scss */
.checkbox + label:hover:before, .checkbox + .details-box__separator:hover::after {
  border-color: #159ca9;
}
