@charset "UTF-8";
/* line 1, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions {
  display: block;
  width: 100%;
  border-radius: 3px;
  background: #2e343a;
  color: white;
  position: absolute;
  left: 0;
  z-index: 101;
}

/* line 12, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions .site-search-suggestions__results li {
  padding: 0;
}

/* line 15, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions .site-search-suggestions__results li:nth-child(2n) {
  background: #2e343a;
}

/* line 19, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions .site-search-suggestions__results li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 24, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions .site-search-suggestions__results li:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 29, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions .site-search-suggestions__results li a {
  color: #30d8e5;
}

/* line 33, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions .site-search-suggestions__results li.is-active {
  background: rgba(255, 255, 255, 0.2);
}

/* line 36, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions .site-search-suggestions__results li.is-active a,
.site-search-suggestions .site-search-suggestions__results li.is-active strong {
  color: #fff;
}

/* line 44, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions .site-search-suggestions__col-suggestion {
  text-align: left;
}

/* line 47, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions .site-search-suggestions__col-suggestion strong {
  color: #117c85;
}

/* line 51, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions .site-search-suggestions__col-suggestion a {
  color: #46dce8;
  padding: 5px 10px;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-search-suggestions .site-search-suggestions__col-suggestion a:hover {
  color: #46dce8;
}

/* line 55, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions .site-search-suggestions__col-suggestion a img {
  width: 50px;
  margin-right: 10px;
  margin-top: 1px;
  vertical-align: middle;
}

/* line 65, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__heading {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #565d68;
  font-size: 0.875rem;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}

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

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

/* line 77, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__results {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

/* line 84, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__results > li {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

/* line 8, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_clearfix.scss */
.site-search-suggestions__results > li:after {
  clear: both;
}

/* line 90, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__results > li:nth-child(2n) {
  background: rgba(255, 255, 255, 0.1);
}

/* line 94, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__results > li:last-child {
  border-bottom: 0;
}

/* line 98, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__results > li.is-active {
  border-left: 5px solid #19bcc9;
}

/* line 103, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__results .site-search-suggestions__col-suggestion {
  color: white;
  font-style: normal;
}

/* line 107, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__results .site-search-suggestions__col-suggestion a {
  text-decoration: none;
}

/* line 112, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__results a {
  display: block;
}

/* line 117, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__queries {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding: 10px;
  font-size: 0.875rem;
  text-align: center;
}

/* line 124, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__queries > li {
  display: inline-block;
  margin-right: 10px;
  line-height: 24px;
}

/* line 130, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__queries a {
  text-decoration: none;
}

/* line 134, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__queries span {
  color: #30d8e5;
  cursor: pointer;
  transition: 0.15s ease-in-out all;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-search-suggestions__queries span:hover {
  color: white;
}

/* line 139, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__queries span:hover {
  text-decoration: underline;
}

/* line 145, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__more {
  display: block;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  text-align: right;
}

/* line 152, app/assets/stylesheets/layout/_site-search-suggestions.scss */
.site-search-suggestions__more a {
  color: #d8657e;
  text-decoration: none;
}

/* line 14, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_compass-legacy.scss */
.site-search-suggestions__more a:hover {
  color: white;
}

/* line 8, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* line 17, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
body {
  margin: 0;
}

/* line 23, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
main {
  display: block;
}

/* line 30, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* line 40, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
hr {
  height: 0;
  overflow: visible;
  box-sizing: content-box;
}

/* line 49, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 58, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
a {
  background-color: transparent;
}

/* line 65, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 73, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 81, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 90, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
small {
  font-size: 80%;
}

/* line 97, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 105, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 109, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 117, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
img {
  border-style: none;
}

/* line 126, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

/* line 140, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
button,
input {
  overflow: visible;
}

/* line 148, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 155, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 164, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 174, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 183, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* line 192, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  box-sizing: border-box;
  white-space: normal;
}

/* line 203, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
progress {
  vertical-align: baseline;
}

/* line 209, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 216, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

/* line 224, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 232, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 239, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 246, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 255, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
details {
  display: block;
}

/* line 261, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
summary {
  display: list-item;
}

/* line 269, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
template {
  display: none;
}

/* line 275, app/assets/stylesheets/fast_forum_page/../fast_product_page/_normalize.scss */
[hidden] {
  display: none;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/_avatar.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/fast_forum_page/../fast_product_page/_avatar.scss */
.avatar:hover {
  opacity: 0.8;
}

/* line 16, app/assets/stylesheets/fast_forum_page/../fast_product_page/_avatar.scss */
.avatar img {
  width: 100%;
  height: 100%;
}

/* line 21, app/assets/stylesheets/fast_forum_page/../fast_product_page/_avatar.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/fast_forum_page/../fast_product_page/_avatar.scss */
.avatar--small {
  width: 30px;
  height: 30px;
}

/* line 37, app/assets/stylesheets/fast_forum_page/../fast_product_page/_avatar.scss */
.avatar--small.is-empty {
  line-height: 30px;
}

/* line 42, app/assets/stylesheets/fast_forum_page/../fast_product_page/_avatar.scss */
.avatar--large {
  width: 60px;
  height: 60px;
}

/* line 46, app/assets/stylesheets/fast_forum_page/../fast_product_page/_avatar.scss */
.avatar--large.is-empty {
  line-height: 60px;
}

/* line 51, app/assets/stylesheets/fast_forum_page/../fast_product_page/_avatar.scss */
.avatar--huge {
  width: 100px;
  height: 100px;
}

/* line 55, app/assets/stylesheets/fast_forum_page/../fast_product_page/_avatar.scss */
.avatar--huge.is-empty {
  line-height: 100px;
}

/* line 60, app/assets/stylesheets/fast_forum_page/../fast_product_page/_avatar.scss */
.avatar--with-name {
  margin-right: 5px;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn {
  display: inline-block;
  border: 0 solid transparent;
  border-radius: 3px;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn:focus, .btn.focus {
  outline: 0;
}

/* line 21, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* line 27, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn:not([disabled]):not(.disabled):active, .btn.active:not([disabled]):not(.disabled) {
  background-image: none;
}

/* line 33, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-primary {
  background-color: #159ca9;
  color: #fff;
}

/* line 36, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-primary.hidden {
  display: none;
}

/* line 41, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-primary:hover {
  background-color: #159ca9;
  color: #fff;
}

/* line 46, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-secondary {
  background-color: #ce3c5c;
  color: #fff;
}

/* line 50, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-secondary.is-active {
  background: #23272c;
}

/* line 55, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-success {
  border-color: #5db85b;
  background-color: #5db85b;
  color: white;
}

/* line 59, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-success.hidden {
  display: none;
}

/* line 63, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-success:hover {
  border-color: #3a8a3a;
  background-color: #3a8a3a;
}

/* line 69, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-secondary:hover {
  background-color: #b31c3d;
  color: #fff;
}

/* line 74, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-dark {
  background: #23272c;
  color: #fff;
}

/* line 79, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-dark:hover {
  background-color: #000;
  color: #fff;
}

/* line 84, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 4px;
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 92, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  line-height: 24px;
  border-radius: 2px;
  border-radius: 4px;
}

/* line 97, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-block {
  display: block;
  width: 100%;
  letter-spacing: 0.3px;
}

/* line 103, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-transparent {
  background-color: transparent;
  color: #515151;
}

/* line 107, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-transparent:hover {
  background-color: transparent;
  color: #bcbcbc;
}

/* line 112, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-transparent.btn-primary {
  color: #19bcc9;
}

/* line 118, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.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 118, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.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 118, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-outline-default {
  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 {
  color: #939393;
  border-color: #eef1f3;
}

/* line 40, node_modules/@cgtrader/cgtrader-ui/scss/mixins/_button-variant.scss */
.btn-outline-default.disabled, .btn-outline-default:disabled {
  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, .btn-outline-default.active:not([disabled]):not(.disabled), .show > .btn-outline-default.dropdown-toggle {
  color: #6d6d6d;
  border-color: #d7dfe3;
  box-shadow: 0 0 0 0.2rem rgba(215, 223, 227, 0.5);
}

/* line 118, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.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 118, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.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 118, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-outline-transparent {
  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 {
  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, .btn-outline-transparent: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, .btn-outline-transparent.active:not([disabled]):not(.disabled), .show > .btn-outline-transparent.dropdown-toggle {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/* line 118, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.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 124, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-outline-radio {
  font-size: 0.9375rem;
  color: #515151;
}

/* line 128, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-outline-radio.is-active {
  background-color: #159ca9;
  border-color: #159ca9;
  color: #fff;
}

/* line 134, app/assets/stylesheets/fast_forum_page/../fast_product_page/_btn.scss */
.btn-outline-radio:hover {
  background-color: #19bcc9;
  border-color: #19bcc9;
  color: #fff;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/_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 12, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
body.is-overlaid {
  overflow: hidden;
}

/* line 17, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
input {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

/* line 28, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
h1 {
  font-size: 36px;
}

/* line 32, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
h2 {
  font-size: 27px;
}

/* line 36, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
h3 {
  font-size: 24px;
}

/* line 40, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
h4 {
  font-size: 18px;
}

/* line 44, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
h5 {
  font-size: 16px;
}

/* line 48, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
h6 {
  font-size: 12px;
}

/* line 52, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
h1,
h2,
h3 {
  margin-bottom: 20px;
  font-weight: 300;
}

/* line 59, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
h4,
h5,
h6 {
  margin-bottom: 15px;
  font-weight: 700;
}

/* line 66, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
p {
  margin: 0 0 20px;
}

/* line 70, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
a {
  color: #19bcc9;
  transition: 0.3s ease-in-out color;
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
a:hover {
  color: #131518;
}

/* line 76, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  border: 0;
  background: #d6dee2;
}

/* line 84, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
hr.is-solid {
  border-top: 1px solid #d5d5d5;
  background: transparent;
}

/* line 89, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
hr.is-dotted {
  border-top: 1px dotted #d5d5d5;
  background: transparent;
}

/* line 94, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
hr.is-dashed {
  border-top: 1px dashed #d5d5d5;
  background: transparent;
}

/* line 100, app/assets/stylesheets/fast_forum_page/../fast_product_page/_defaults.scss */
img {
  max-width: 100%;
}

@-ms-viewport {
  width: device-width;
}

/* line 5, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/* line 86, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 92, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.container-fixed {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

/* line 100, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

/* line 108, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.row {
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
  flex-wrap: wrap;
}

/* line 115, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 120, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 126, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 4px;
  padding-left: 4px;
  max-width: 100%;
  flex: 0 0 100%;
}

/* line 205, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

/* line 211, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto;
}

/* line 217, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-1,
.col-sm-1 {
  max-width: 8.33333%;
  flex: 0 0 8.33333%;
}

/* line 223, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-2 {
  max-width: 16.66667%;
  flex: 0 0 16.66667%;
}

/* line 228, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}

/* line 233, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-4 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
}

/* line 238, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-5 {
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
}

/* line 243, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}

/* line 248, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-7 {
  max-width: 58.33333%;
  flex: 0 0 58.33333%;
}

/* line 253, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-8 {
  max-width: 66.66667%;
  flex: 0 0 66.66667%;
}

/* line 258, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}

/* line 263, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-10 {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}

/* line 268, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-11 {
  max-width: 91.66667%;
  flex: 0 0 91.66667%;
}

/* line 273, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

/* line 278, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-first {
  order: -1;
}

/* line 282, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-1 {
  order: 1;
}

/* line 286, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-2 {
  order: 2;
}

/* line 290, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-3 {
  order: 3;
}

/* line 294, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-4 {
  order: 4;
}

/* line 298, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-5 {
  order: 5;
}

/* line 302, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-6 {
  order: 6;
}

/* line 306, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-7 {
  order: 7;
}

/* line 310, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-8 {
  order: 8;
}

/* line 314, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-9 {
  order: 9;
}

/* line 318, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-10 {
  order: 10;
}

/* line 322, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-11 {
  order: 11;
}

/* line 326, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.order-12 {
  order: 12;
}

/* line 330, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 334, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 338, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 342, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 346, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 350, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 354, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 358, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 362, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 366, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 370, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media screen and (min-width: 968px) {
  /* line 11, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.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 {
    padding-right: 6px;
    padding-left: 6px;
  }
  /* line 377, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .container-fixed {
    max-width: 840px;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 382, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 386, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  /* line 390, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 394, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 398, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 402, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 406, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 410, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 414, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 418, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media screen and (min-width: 1256px) {
  /* line 11, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.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 {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 428, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 434, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  /* line 440, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 445, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 450, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 455, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 460, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 465, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 470, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 475, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 480, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 485, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 490, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 495, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 500, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 504, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 508, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 512, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 516, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 520, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 524, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 528, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 532, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 536, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 540, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 544, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 548, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 552, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 556, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 560, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 564, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 568, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 572, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 576, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 580, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 584, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 588, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 592, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 596, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  /* line 599, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .container-fixed {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 603, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .container-fixed {
    max-width: 1140px;
  }
  /* line 606, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 610, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media screen and (min-width: 1576px) {
  /* line 11, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.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 {
    padding-right: 12px;
    padding-left: 12px;
  }
  /* line 620, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 626, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  /* line 632, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 637, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 642, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 647, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 652, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 657, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 662, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 667, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 672, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 677, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 682, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 687, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 692, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 696, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 700, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 704, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 708, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 712, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 716, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 720, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 724, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 728, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 732, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 736, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 740, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 744, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 748, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 752, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 756, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 760, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 764, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 768, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 772, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 776, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 780, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 784, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 788, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  /* line 791, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .container-fixed {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 795, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .container-fixed {
    max-width: 1440px;
  }
  /* line 798, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 802, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

@media screen and (min-width: 1848px) {
  /* line 11, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.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 {
    padding-right: 16px;
    padding-left: 16px;
  }
  /* line 812, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  /* line 818, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
  }
  /* line 824, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  /* line 829, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  /* line 834, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  /* line 839, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  /* line 844, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  /* line 849, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  /* line 854, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  /* line 859, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  /* line 864, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  /* line 869, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  /* line 874, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  /* line 879, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  /* line 884, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 888, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 892, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 896, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 900, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 904, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 908, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 912, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 916, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 920, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 924, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 928, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 932, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 936, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 940, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 944, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 948, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 952, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 956, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 960, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 964, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 968, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 972, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 976, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 980, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  /* line 984, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .container-fixed {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 989, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .container-fixed {
    max-width: 1680px;
  }
  /* line 992, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 996, app/assets/stylesheets/fast_forum_page/../fast_product_page/_grid.scss */
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}

/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_styles.scss */
.svg-inline--fa {
  display: inline-block;
  height: 1em;
  overflow: visible;
  font-size: inherit;
  vertical-align: -0.125em !important;
}

/* line 8, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_styles.scss */
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

/* line 12, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_styles.scss */
.svg-inline--fa.is-green {
  color: #19bcc9;
}

/* line 16, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_styles.scss */
.svg-inline--fa.is-red {
  color: #ce3c5c;
}

/* line 22, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_styles.scss */
svg:not(:root) .svg-inline--fa {
  overflow: visible;
}

/* 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 4, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-abacus:before {
  content: "\f640";
}

/* line 5, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-alarm-clock:before {
  content: "\f34e";
}

/* line 6, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-alicorn:before {
  content: "\f6b0";
}

/* line 7, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 8, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 9, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 10, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 11, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 12, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 13, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 14, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 15, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 16, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-basketball-hoop:before {
  content: "\f435";
}

/* line 17, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 18, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 19, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 20, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 21, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 22, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 23, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 24, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 25, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-boot:before {
  content: "\f782";
}

/* line 26, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 27, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 28, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 29, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 30, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 31, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-candle-holder:before {
  content: "\f6bc";
}

/* line 32, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 33, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 34, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 35, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 36, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 37, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 38, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 39, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 40, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chair-office:before {
  content: "\f6c1";
}

/* line 41, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 42, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 43, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 44, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 45, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chess-clock:before {
  content: "\f43d";
}

/* line 46, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 47, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 48, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chimney:before {
  content: "\f78b";
}

/* line 49, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 50, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 51, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 52, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 53, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-code-commit:before {
  content: "\f386";
}

/* line 54, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 55, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 56, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 57, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 58, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-container-storage:before {
  content: "\f4b7";
}

/* line 59, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

/* line 60, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 62, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 63, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 64, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 65, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-desktop-alt:before {
  content: "\f390";
}

/* line 66, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 67, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 68, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

/* line 69, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 70, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 71, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 72, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 73, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-duck:before {
  content: "\f6d8";
}

/* line 74, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 75, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 76, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 77, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 78, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-expand-arrows:before {
  content: "\f31d";
}

/* line 79, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 80, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 81, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 82, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-female:before {
  content: "\f182";
}

/* line 83, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 84, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 85, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 86, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 87, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 88, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 89, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-flask-potion:before {
  content: "\f6e1";
}

/* line 90, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-flower-tulip:before {
  content: "\f801";
}

/* line 91, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 92, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 93, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 94, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 95, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 96, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-globe-snow:before {
  content: "\f7a3";
}

/* line 97, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 98, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 99, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 100, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-head-vr:before {
  content: "\f6ea";
}

/* line 101, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 102, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 103, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-heart-circle:before {
  content: "\f4c7";
}

/* line 104, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 105, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-helmet-battle:before {
  content: "\f6eb";
}

/* line 106, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-hexagon:before {
  content: "\f312";
}

/* line 107, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 108, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-hockey-mask:before {
  content: "\f6ee";
}

/* line 109, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-home:before {
  content: "\f015";
}

/* line 110, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 111, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 112, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-industry-alt:before {
  content: "\f3b3";
}

/* line 113, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 114, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-key-skeleton:before {
  content: "\f6f3";
}

/* line 115, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-knife-kitchen:before {
  content: "\f6f5";
}

/* line 116, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-lamp:before {
  content: "\f4ca";
}

/* line 117, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 118, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-lightbulb-on:before {
  content: "\f672";
}

/* line 119, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-lights-holiday:before {
  content: "\f7b2";
}

/* line 120, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 121, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 122, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-loveseat:before {
  content: "\f4cc";
}

/* line 123, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-luchador:before {
  content: "\f455";
}

/* line 124, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-male:before {
  content: "\f183";
}

/* line 125, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 126, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 127, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 128, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 129, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 130, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 131, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 132, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-mug-marshmallows:before {
  content: "\f7b7";
}

/* line 133, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-music:before {
  content: "\f001";
}

/* line 134, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 135, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-phone-office:before {
  content: "\f67d";
}

/* line 136, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 137, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 138, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 139, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-plane-alt:before {
  content: "\f3de";
}

/* line 140, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 141, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 142, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 143, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 144, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 145, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 146, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-rectangle-landscape:before {
  content: "\f2fa";
}

/* line 147, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-rectangle-wide:before {
  content: "\f2fc";
}

/* line 148, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 149, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-rings-wedding:before {
  content: "\f81b";
}

/* line 150, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-road:before {
  content: "\f018";
}

/* line 151, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 152, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 153, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 154, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-scanner:before {
  content: "\f488";
}

/* line 155, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-school:before {
  content: "\f549";
}

/* line 156, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-search:before {
  content: "\f002";
}

/* line 157, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 158, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 159, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-share:before {
  content: "\f064";
}

/* line 160, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-sheep:before {
  content: "\f711";
}

/* line 161, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 162, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 163, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 164, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 165, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 166, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 167, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 168, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-snake:before {
  content: "\f716";
}

/* line 169, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-snowmobile:before {
  content: "\f7d1";
}

/* line 170, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 171, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 172, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 173, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-steering-wheel:before {
  content: "\f622";
}

/* line 174, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 175, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-swords:before {
  content: "\f71d";
}

/* line 176, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 177, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 178, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 179, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 180, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 181, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 182, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 183, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tire:before {
  content: "\f631";
}

/* line 184, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tire-rugged:before {
  content: "\f634";
}

/* line 185, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 186, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 187, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-train:before {
  content: "\f238";
}

/* line 188, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 189, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-trees:before {
  content: "\f724";
}

/* line 190, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 191, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 192, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 193, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 194, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 195, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 196, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 197, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 198, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 199, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 200, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 201, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 202, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 203, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 204, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 205, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 206, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-warehouse-alt:before {
  content: "\f495";
}

/* line 207, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-wheat:before {
  content: "\f72d";
}

/* line 208, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 209, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 210, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 211, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 212, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 213, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 214, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 215, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 216, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 217, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-images:before {
  content: "\f302";
}

/* line 218, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 219, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 220, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 221, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 222, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 223, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-star:before {
  content: "\f005";
}

/* line 224, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 225, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 226, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 227, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 228, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 229, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 230, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 231, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 232, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 233, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 234, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 235, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 236, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-twitter:before {
  content: "\f099";
}

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

/* 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 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  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 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 960px) {
  /* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-fixed {
    max-width: 840px;
  }
}

@media (min-width: 1280px) {
  /* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-fixed {
    max-width: 1104px;
  }
}

@media (min-width: 1600px) {
  /* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-fixed {
    max-width: 1392px;
  }
}

@media (min-width: 1920px) {
  /* line 7, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-fixed {
    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: 20px;
  padding-left: 20px;
  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: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 960px) {
  /* line 24, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .container-md, .container-sm, .container {
    max-width: 840px;
  }
}

@media (min-width: 1280px) {
  /* 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: 1600px) {
  /* 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: 1920px) {
  /* 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: -8px;
  margin-left: -8px;
}

@media (min-width: 1256px) {
  /* line 45, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

/* line 48, node_modules/@cgtrader/triangle-ui/public/style/components/_bootstrap-grid.scss */
.row + .row {
  margin-top: 16px;
}

/* 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-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%;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 1256px) {
  /* line 8, node_modules/@cgtrader/triangle-ui/public/style/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: 8px;
    padding-left: 8px;
  }
}

/* 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: 640px) {
  /* 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: 960px) {
  /* 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: 1280px) {
  /* 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: 1600px) {
  /* 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: 1920px) {
  /* 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/_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--64, .cgt-avatar--80 {
  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--64 a, .cgt-avatar--80 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--64 a:hover, .cgt-avatar--80 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h4 a:active, .cgt-avatar--64 a:active, .cgt-avatar--80 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h4 a:disabled, .cgt-avatar--64 a:disabled, .cgt-avatar--80 a:disabled, .cgt-heading-h4 a[disabled], .cgt-avatar--64 a[disabled], .cgt-avatar--80 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--64 a--dark, .cgt-avatar--80 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--64 a--dark:hover, .cgt-avatar--80 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--64 a--dark:active, .cgt-avatar--80 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--40, .cgt-avatar--48 {
  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--40 a, .cgt-avatar--48 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--40 a:hover, .cgt-avatar--48 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h6 a:active, .cgt-avatar--40 a:active, .cgt-avatar--48 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-heading-h6 a:disabled, .cgt-avatar--40 a:disabled, .cgt-avatar--48 a:disabled, .cgt-heading-h6 a[disabled], .cgt-avatar--40 a[disabled], .cgt-avatar--48 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--40 a--dark, .cgt-avatar--48 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--40 a--dark:hover, .cgt-avatar--48 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--40 a--dark:active, .cgt-avatar--48 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--64, .cgt-avatar--80 {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 13, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h4 a, .cgt-avatar--64 a, .cgt-avatar--80 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--64 a:hover, .cgt-avatar--80 a:hover {
    color: #159ca9;
  }
  /* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h4 a:active, .cgt-avatar--64 a:active, .cgt-avatar--80 a:active {
    color: #159ca9;
  }
  /* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
  .cgt-heading-h4 a:disabled, .cgt-avatar--64 a:disabled, .cgt-avatar--80 a:disabled, .cgt-heading-h4 a[disabled], .cgt-avatar--64 a[disabled], .cgt-avatar--80 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--64 a--dark, .cgt-avatar--80 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--64 a--dark:hover, .cgt-avatar--80 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--64 a--dark:active, .cgt-avatar--80 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 {
  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--24, .cgt-avatar--32 {
  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--24 a, .cgt-avatar--32 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--24 a:hover, .cgt-avatar--32 a:hover {
  color: #159ca9;
}

/* line 28, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-caption a:active, .cgt-avatar--24 a:active, .cgt-avatar--32 a:active {
  color: #159ca9;
}

/* line 32, node_modules/@cgtrader/triangle-ui/public/style/mixins/_typography.scss */
.cgt-text-caption a:disabled, .cgt-avatar--24 a:disabled, .cgt-avatar--32 a:disabled, .cgt-text-caption a[disabled], .cgt-avatar--24 a[disabled], .cgt-avatar--32 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--24 a--dark, .cgt-avatar--32 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--24 a--dark:hover, .cgt-avatar--32 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--24 a--dark:active, .cgt-avatar--32 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 2, node_modules/@cgtrader/triangle-ui/public/style/components/_filters.scss */
.cgt-filters__trigger {
  display: none;
}

@media (max-width: 959.98px) {
  /* line 2, node_modules/@cgtrader/triangle-ui/public/style/components/_filters.scss */
  .cgt-filters__trigger {
    display: block;
    margin: 16px 0;
    border-top: 1px solid rgba(30, 39, 50, 0.12);
    border-bottom: 1px solid rgba(30, 39, 50, 0.12);
    padding: 16px 0;
  }
  /* line 12, node_modules/@cgtrader/triangle-ui/public/style/components/_filters.scss */
  .cgt-filters__trigger--is-open {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 959.98px) {
  /* line 20, node_modules/@cgtrader/triangle-ui/public/style/components/_filters.scss */
  .cgt-filters__wrapper {
    margin: 5px 0 16px;
    background-color: white;
    padding: 12px;
  }
  /* line 26, node_modules/@cgtrader/triangle-ui/public/style/components/_filters.scss */
  .cgt-filters__wrapper .separator:first-child {
    display: none;
  }
}

@media (max-width: 959.98px) {
  /* line 32, node_modules/@cgtrader/triangle-ui/public/style/components/_filters.scss */
  .cgt-filters--collapsed {
    display: none;
  }
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/components/_filters.scss */
.cgt-filters__container {
  display: flex;
  margin: 16px 0;
  border-top: 1px solid rgba(30, 39, 50, 0.12);
  border-bottom: 1px solid rgba(30, 39, 50, 0.12);
  padding: 16px 0;
  flex-direction: row;
}

@media (max-width: 959.98px) {
  /* line 38, node_modules/@cgtrader/triangle-ui/public/style/components/_filters.scss */
  .cgt-filters__container {
    margin: 0;
    border: 0;
    padding: 0;
    flex-direction: column;
  }
}

/* line 54, node_modules/@cgtrader/triangle-ui/public/style/components/_filters.scss */
.cgt-filters__main {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 959.98px) {
  /* line 54, node_modules/@cgtrader/triangle-ui/public/style/components/_filters.scss */
  .cgt-filters__main {
    flex-direction: column;
  }
}

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

/* 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 {
  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 {
  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 {
  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 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/_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 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 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: 959.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 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 {
  position: absolute;
  width: 4px;
  height: 100%;
  content: "";
}

/* line 66, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-right::before {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: #19bcc9;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-primary-120::before {
  background: #159ca9;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-secondary-10::before {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: #005087;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-brand-secondary-120::before {
  background: #004271;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-info-10::before {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: #007aff;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-info-120::before {
  background: #0065d6;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-positive-10::before {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: #00c853;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-positive-120::before {
  background: #00a646;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-attention-10::before {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: #ff8f00;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-attention-120::before {
  background: #d27700;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-danger-10::before {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: #eb3d3d;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-utility-danger-120::before {
  background: #c13333;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-pink::before {
  background: #d43d62;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-pink-10::before {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: #d43d62;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-pink-120::before {
  background: #b03958;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-purple::before {
  background: #8f2cb7;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-purple-10::before {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: #8f2cb7;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-purple-120::before {
  background: #782b9c;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-indigo::before {
  background: #3a1db7;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-indigo-10::before {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: #3a1db7;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-extra-indigo-120::before {
  background: #341f9c;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-white-0::before {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: white;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-grey-2::before {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: #1e2732;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-primary::before {
  background: #1e2732;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-secondary::before {
  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 {
  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 {
  background: white;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-secondary-light::before {
  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 {
  background: #19bcc9;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-link-hover::before {
  background: #159ca9;
}

/* line 97, node_modules/@cgtrader/triangle-ui/public/style/components/_cards.scss */
.cgt-card--decorator-color-typography-back-link::before {
  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 {
  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 .cgt-avatar--40, .cgt-card__header .cgt-avatar--48 {
  color: rgba(30, 39, 50, 0.7);
}

@media (min-width: 960px) {
  /* 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: 960px) {
  /* 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: 960px) {
  /* 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: 960px) {
  /* 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: 960px) {
  /* 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: 960px) {
  /* 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: 640px) {
  /* 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: 960px) {
  /* 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 13, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card {
  padding: 8px;
  border-radius: 12px;
  margin-bottom: 16px;
}

@media (min-width: 1280px) {
  /* line 13, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
  .cgt-model-card {
    margin-bottom: 16px;
  }
}

/* line 22, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__title {
  padding: 8px 12px;
}

/* line 26, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__image-container {
  position: relative;
  z-index: 0;
  padding-top: 75%;
  width: 100%;
  border: 1px solid rgba(30, 39, 50, 0.12);
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE0NDAiIHZpZXdCb3g9IjAgMCAxOTIwIDE0NDAiIHdpZHRoPSIxOTIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMxZTI3MzIiPjxwYXRoIGQ9Im0wIDBoMTkyMHYxNDQwaC0xOTIweiIgZmlsbC1vcGFjaXR5PSIuMDIiLz48ZyBmaWxsLW9wYWNpdHk9Ii4yNCI+PHBhdGggZD0ibTYyNi42NjcgNTIwYzE4LjMzMyAwIDMzLjMzMy0xNSAzMy4zMzMtMzMuMzMzdi0zMy4zMzRjMC0xOC4zMzMgMTUtMzMuMzMzIDMzLjMzMy0zMy4zMzNoMzMuMzM0YzE4LjMzMyAwIDMzLjMzMy0xNSAzMy4zMzMtMzMuMzMzIDAtMTguMzM0LTE1LTMzLjMzNC0zMy4zMzMtMzMuMzM0aC0zMy4zMzRjLTU1LjMzMyAwLTEwMCA0NC42NjctMTAwIDEwMHYzMy4zMzRjMCAxOC4zMzMgMTUgMzMuMzMzIDMzLjMzNCAzMy4zMzN6Ii8+PHBhdGggZD0ibTcyNi42NjcgMTAyMGgtMzMuMzM0Yy0xOC4zMzMgMC0zMy4zMzMtMTUtMzMuMzMzLTMzLjMzM3YtMzMuMzM0YzAtMTguMzMzLTE1LTMzLjMzMy0zMy4zMzMtMzMuMzMzLTE4LjMzNCAwLTMzLjMzNCAxNS0zMy4zMzQgMzMuMzMzdjMzLjMzNGMwIDU1LjMzMyA0NC42NjcgMTAwLjAwMyAxMDAgMTAwLjAwM2gzMy4zMzRjMTguMzMzIDAgMzMuMzMzLTE1IDMzLjMzMy0zMy4zNCAwLTE4LjMzLTE1LTMzLjMzLTMzLjMzMy0zMy4zM3oiLz48cGF0aCBkPSJtMTE5My4zMyAzNTMuMzMzaDMzLjM0YzU1LjMzIDAgMTAwIDQ0LjY2NyAxMDAgMTAwdjMzLjMzNGMwIDE4LjMzMy0xNSAzMy4zMzMtMzMuMzQgMzMuMzMzLTE4LjMzIDAtMzMuMzMtMTUtMzMuMzMtMzMuMzMzdi0zMy4zMzRjMC0xOC4zMzMtMTUtMzMuMzMzLTMzLjMzLTMzLjMzM2gtMzMuMzRjLTE4LjMzIDAtMzMuMzMtMTUtMzMuMzMtMzMuMzMzIDAtMTguMzM0IDE1LTMzLjMzNCAzMy4zMy0zMy4zMzR6Ii8+PHBhdGggZD0ibTEyOTMuMzMgOTIwYy0xOC4zMyAwLTMzLjMzIDE1LTMzLjMzIDMzLjMzM3YzMy4zMzRjMCAxOC4zMzMtMTUgMzMuMzMzLTMzLjMzIDMzLjMzM2gtMzMuMzRjLTE4LjMzIDAtMzMuMzMgMTUtMzMuMzMgMzMuMzMgMCAxOC4zNCAxNSAzMy4zNCAzMy4zMyAzMy4zNGgzMy4zNGM1NS4zMyAwIDEwMC00NC42NyAxMDAtMTAwLjAwM3YtMzMuMzM0YzAtMTguMzMzLTE1LTMzLjMzMy0zMy4zNC0zMy4zMzN6Ii8+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMTE5My4zMyA2MjQuMzMzdjE5MS4zMzRjMCAyNC0xMi42NiA0Ni0zMy4zMyA1Ny42NjZsLTE2Ni42NjcgOTZjLTEwLjMzMyA2LTIxLjY2NiA5LTMzLjMzMyA5cy0yMy0zLTMzLjMzMy05bC0xNjYuNjY3LTk2Yy0yMC42NjctMTEuNjY2LTMzLjMzMy0zMy42NjYtMzMuMzMzLTU3LjY2NnYtMTkxLjMzNGMwLTI0IDEyLjY2Ni00NiAzMy4zMzMtNThsMTY2LjY2Ny05NS42NjZjMTAuMzMzLTYgMjEuNjY2LTkgMzMuMzMzLTlzMjMgMyAzMy4zMzMgOWwxNjYuNjY3IDk2YzIwLjY3IDExLjY2NiAzMy4zMyAzMy42NjYgMzMuMzMgNTcuNjY2em0tMzk5Ljk5NyAxOTEuMzM0IDEzMy4zMzQgNzYuNjY2di0xNTMuMzMzbC0xMzMuMzM0LTc3LjY2N3ptMzQuNjY3LTIxMS4zMzQgMTMyIDc3IDEzMi03Ny0xMzItNzZ6bTE2NS4zMzMgMjg4IDEzMy4zMzctNzYuNjY2di0xNTQuMzM0bC0xMzMuMzM3IDc3LjY2N3oiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L2c+PC9zdmc+);
}

/* line 39, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__image, .cgt-model-card__header-tags, .cgt-model-card__preview-count {
  position: absolute;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__image, .cgt-model-card__header-tags {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

/* line 53, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  object-fit: cover;
  border-radius: 6px;
  z-index: 1;
}

/* line 62, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__image--clickable {
  cursor: pointer;
}

/* line 67, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__header-tags {
  height: 30px;
  top: -2px;
  left: -1px;
  z-index: 2;
}

/* line 73, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__header-tags .cgt-tag + .cgt-tag {
  margin-right: 4px;
}

/* line 78, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__preview-count {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 12px;
  left: 12px;
  padding: 8px 12px 8px 12px;
  background: rgba(30, 39, 50, 0.24);
  border-radius: 6px;
  z-index: 2;
}

/* line 89, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__preview-count--clickable {
  cursor: pointer;
}

/* line 94, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__info-row {
  border: 1px solid rgba(30, 39, 50, 0.06);
  padding: 8px 12px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 100, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__info-row ~ .cgt-model-card__info-row {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 0;
}

/* line 106, node_modules/@cgtrader/triangle-ui/public/style/components/_model-card.scss */
.cgt-model-card__info-row:last-of-type {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* 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 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 8, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
}

/* line 15, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating button {
  max-width: 24px;
  padding: 0;
}

/* line 19, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating button > div {
  width: 24px;
}

/* line 25, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating__label-lead {
  padding-left: 4px;
}

/* line 29, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating__label-lead-container {
  flex-grow: 1;
}

/* line 33, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating__label-trail {
  padding-left: 12px;
}

/* line 38, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating__checkbox {
  margin-right: -5px;
}

/* line 42, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating__stars {
  margin-top: 4px;
}

/* line 46, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating__star svg .fillable {
  fill: rgba(30, 39, 50, 0.24) !important;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating__star--active svg .fillable {
  fill: #ff8f00 !important;
}

/* line 54, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating__star--disabled svg .fillable {
  fill: currentColor !important;
}

/* line 59, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--light .cgt-rating__star svg .fillable {
  fill: rgba(255, 255, 255, 0.4) !important;
}

/* line 63, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--light .cgt-rating__star--active svg .fillable {
  fill: #ff8f00 !important;
}

/* line 67, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--light .cgt-rating__star--disabled svg .fillable {
  fill: currentColor !important;
}

/* line 72, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--large {
  margin-bottom: 8px;
  margin-top: 8px;
}

/* line 76, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--large .cgt-rating__checkbox--hidden {
  margin-left: 12px;
}

/* line 80, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--large .cgt-rating__checkbox {
  margin-left: -8px;
  margin-right: -9px;
}

/* line 85, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--large .cgt-rating__label-trail-container {
  margin-right: 12px;
}

/* line 90, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--medium {
  margin-bottom: 8px;
  margin-top: 8px;
  height: 40px;
}

/* line 95, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--medium .cgt-rating__checkbox--hidden {
  margin-left: 8px;
}

/* line 99, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--medium .cgt-rating__checkbox,
.cgt-rating--medium .cgt-rating__stars {
  height: 40px;
}

/* line 104, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--medium .cgt-rating__stars {
  margin-top: 0;
}

/* line 108, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--medium .cgt-rating__checkbox {
  margin-left: -8px;
  margin-right: -9px;
}

/* line 113, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--medium .cgt-rating__label-trail-container {
  margin-right: 8px;
}

/* line 118, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--small, .cgt-rating--tiny {
  margin-bottom: 4px;
  margin-top: 4px;
  height: 32px;
}

/* line 124, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--small .cgt-rating__checkbox--hidden, .cgt-rating--tiny .cgt-rating__checkbox--hidden {
  margin-left: 8px;
}

/* line 128, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--small .cgt-rating__checkbox, .cgt-rating--tiny .cgt-rating__checkbox {
  margin-left: -4px;
}

/* line 132, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--small .cgt-rating__label-trail-container, .cgt-rating--tiny .cgt-rating__label-trail-container {
  margin-right: 8px;
}

/* line 136, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--small .cgt-rating__checkbox,
.cgt-rating--small .cgt-rating__stars, .cgt-rating--tiny .cgt-rating__checkbox,
.cgt-rating--tiny .cgt-rating__stars {
  height: 32px;
}

/* line 141, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--small .cgt-rating__stars, .cgt-rating--tiny .cgt-rating__stars {
  margin-top: 0;
  display: flex;
  align-items: center;
}

/* line 147, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--small .cgt-rating__star-button, .cgt-rating--tiny .cgt-rating__star-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 16px;
}

/* line 155, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--small .cgt-rating__star, .cgt-rating--tiny .cgt-rating__star {
  height: 18px;
  width: 18px;
}

/* line 160, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--small .cgt-rating__label-lead-container, .cgt-rating--tiny .cgt-rating__label-lead-container {
  display: flex;
  align-items: center;
  margin-left: 1px;
}

/* line 166, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--small .cgt-rating__label-trail-container, .cgt-rating--tiny .cgt-rating__label-trail-container {
  display: flex;
  align-items: center;
}

/* line 171, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--small .cgt-rating__label-trail, .cgt-rating--tiny .cgt-rating__label-trail {
  padding-left: 8px;
}

/* line 176, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--tiny {
  height: 24px;
}

/* line 179, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--tiny .cgt-rating__checkbox,
.cgt-rating--tiny .cgt-rating__stars {
  height: 24px;
}

/* line 184, node_modules/@cgtrader/triangle-ui/public/style/components/_rating.scss */
.cgt-rating--tiny .cgt-rating__star-button {
  height: 24px;
}

/* 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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-drop-shadow-2 {
  box-shadow: 0 2px 2px rgba(30, 39, 50, 0.04), 0 3px 4px rgba(30, 39, 50, 0.04), 0 1px 2px rgba(30, 39, 50, 0.04);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-drop-shadow-4 {
  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);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-drop-shadow-8 {
  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);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-drop-shadow-16 {
  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);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-form-border-enabled {
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-form-border-hovered {
  box-shadow: 0 0 0 4px rgba(30, 39, 50, 0.06), inset 0 0 0 1px rgba(30, 39, 50, 0.16);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-form-border-pressed {
  box-shadow: 0 0 0 4px rgba(25, 188, 201, 0.2), inset 0 0 0 1px #19bcc9;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-form-border-disabled {
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.08);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-form-border-warning {
  box-shadow: inset 0 0 0 1px #eb3d3d;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-form-border-warning-hovered {
  box-shadow: 0 0 0 4px rgba(30, 39, 50, 0.06), inset 0 0 0 1px #eb3d3d;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-form-border-warning-pressed {
  box-shadow: 0 0 0 4px rgba(235, 61, 61, 0.2), inset 0 0 0 1px #eb3d3d;
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-table-border-hovered {
  box-shadow: 0 0 0 2px rgba(25, 188, 201, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-table-border-pressed {
  box-shadow: 0 0 0 2px rgba(25, 188, 201, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-table-border-warning-hovered {
  box-shadow: 0 0 0 2px rgba(235, 61, 61, 0.2);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-table-border-warning-pressed {
  box-shadow: 0 0 0 2px rgba(235, 61, 61, 0.4);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-neutral-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), inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-neutral-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), inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-grey-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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-grey-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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-primary-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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-primary-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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-info-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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-info-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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-positive-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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-positive-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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-attention-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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-attention-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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-warning-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 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-card-border-warning-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/_effects.scss */
.cgt-effect-card-border-disabled {
  box-shadow: inset 0 0 0 1px rgba(30, 39, 50, 0.12);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-layout-border-top {
  box-shadow: inset 0 1px 0 rgba(30, 39, 50, 0.12);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-layout-border-right {
  box-shadow: inset -1px 0 0 rgba(30, 39, 50, 0.12);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-layout-border-bottom {
  box-shadow: inset 0 -1px 0 rgba(30, 39, 50, 0.12);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-layout-border-bottom-shadow {
  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), inset 0 -1px 0 rgba(30, 39, 50, 0.12);
}

/* line 4, node_modules/@cgtrader/triangle-ui/public/style/components/_effects.scss */
.cgt-effect-layout-border-left {
  box-shadow: inset 1px 0 0 rgba(30, 39, 50, 0.12);
}

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

/* 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 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: 640px) {
  /* 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 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 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/_toggle.scss */
.cgt-toggle {
  display: flex;
  width: 100%;
  flex-direction: column;
}

/* line 6, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle input {
  display: none;
}

/* line 10, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle__row, .cgt-toggle__container {
  display: flex;
  width: 100%;
  align-items: center;
}

/* line 17, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle__row {
  padding: 0 10px;
}

/* line 21, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle__container {
  padding: 0 14px;
}

/* line 25, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle__title {
  display: flex;
  flex-grow: 1;
}

/* line 31, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle__title-container--large {
  margin-bottom: 4px;
}

/* line 35, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle__title-container--medium {
  margin-bottom: 4px;
}

/* line 41, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle__helper-container--large {
  margin-top: 8px;
}

/* line 45, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle__helper-container--medium {
  margin-top: 8px;
}

/* line 49, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle__helper-container--small {
  margin-top: 4px;
}

/* line 54, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle__trail-label {
  margin-right: 4px;
  margin-left: auto;
}

/* line 59, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle--large {
  height: 48px;
}

/* line 62, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle--large .cgt-toggle__label {
  margin-left: 12px;
}

/* line 67, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle--medium {
  height: 40px;
}

/* line 70, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle--medium .cgt-toggle__label {
  margin-left: 8px;
}

/* line 75, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle--small {
  height: 32px;
}

/* line 78, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle--small .cgt-toggle__label {
  margin-left: 8px;
}

/* line 82, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle--small .cgt-toggle__label,
.cgt-toggle--small .cgt-toggle__trail-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

/* line 90, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle--tiny {
  height: 24px;
  margin-top: 0;
  margin-bottom: 4px;
}

/* line 95, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle--tiny .cgt-toggle__label {
  margin-left: 8px;
}

/* line 99, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle--tiny .cgt-toggle__label,
.cgt-toggle--tiny .cgt-toggle__trail-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

/* line 109, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon {
  display: flex;
  position: relative;
  margin-right: 4px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition-duration: 0.2s;
}

/* line 118, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--default {
  width: 40px;
  height: 40px;
}

/* line 123, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--small {
  width: 24px;
  height: 24px;
}

/* line 129, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--primary .fillable,
.cgt-toggle-icon--primary .fillable-bar {
  fill: #19bcc9;
}

/* line 134, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--primary:hover .cgt-toggle-icon--hover {
  background-color: rgba(25, 188, 201, 0.1);
}

/* line 137, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--primary:hover .cgt-toggle-icon--hover .fillable,
.cgt-toggle-icon--primary:hover .cgt-toggle-icon--hover .fillable-bar {
  fill: #159ca9;
}

/* line 143, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--primary:active .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--primary:active .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--primary:active .fillable, .cgt-toggle-icon--primary:active .fillable-bar {
  fill: #159ca9;
}

/* line 150, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--primary.cgt-toggle-icon--disabled .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--primary.cgt-toggle-icon--disabled-bar .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--primary.cgt-toggle-icon--disabled .fillable, .cgt-toggle-icon--primary.cgt-toggle-icon--disabled-bar .fillable-bar {
  fill: rgba(25, 188, 201, 0.4);
}

/* line 159, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--dark .fillable,
.cgt-toggle-icon--dark .fillable-bar {
  fill: rgba(30, 39, 50, 0.8);
}

/* line 164, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--dark:hover .cgt-toggle-icon--hover {
  background-color: rgba(30, 39, 50, 0.08);
}

/* line 167, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--dark:hover .cgt-toggle-icon--hover .fillable,
.cgt-toggle-icon--dark:hover .cgt-toggle-icon--hover .fillable-bar {
  fill: #1e2732;
}

/* line 173, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--dark:active .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--dark:active .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--dark:active .fillable, .cgt-toggle-icon--dark:active .fillable-bar {
  fill: #1e2732;
}

/* line 180, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--dark.cgt-toggle-icon--disabled .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--dark.cgt-toggle-icon--disabled-bar .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--dark.cgt-toggle-icon--disabled .fillable, .cgt-toggle-icon--dark.cgt-toggle-icon--disabled-bar .fillable-bar {
  fill: rgba(30, 39, 50, 0.4);
}

/* line 189, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--light .fillable,
.cgt-toggle-icon--light .fillable-bar {
  fill: rgba(255, 255, 255, 0.8);
}

/* line 194, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--light:hover .cgt-toggle-icon--hover {
  background-color: rgba(30, 39, 50, 0.08);
}

/* line 197, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--light:hover .cgt-toggle-icon--hover .fillable,
.cgt-toggle-icon--light:hover .cgt-toggle-icon--hover .fillable-bar {
  fill: white;
}

/* line 203, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--light:active .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--light:active .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--light:active .fillable, .cgt-toggle-icon--light:active .fillable-bar {
  fill: white;
}

/* line 210, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--light.cgt-toggle-icon--disabled .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--light.cgt-toggle-icon--disabled-bar .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--light.cgt-toggle-icon--disabled .fillable, .cgt-toggle-icon--light.cgt-toggle-icon--disabled-bar .fillable-bar {
  fill: rgba(255, 255, 255, 0.4);
}

/* line 219, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--info .fillable,
.cgt-toggle-icon--info .fillable-bar {
  fill: #007aff;
}

/* line 224, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--info:hover .cgt-toggle-icon--hover {
  background-color: rgba(0, 122, 255, 0.1);
}

/* line 227, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--info:hover .cgt-toggle-icon--hover .fillable,
.cgt-toggle-icon--info:hover .cgt-toggle-icon--hover .fillable-bar {
  fill: #0065d6;
}

/* line 233, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--info:active .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--info:active .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--info:active .fillable, .cgt-toggle-icon--info:active .fillable-bar {
  fill: #0065d6;
}

/* line 240, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--info.cgt-toggle-icon--disabled .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--info.cgt-toggle-icon--disabled-bar .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--info.cgt-toggle-icon--disabled .fillable, .cgt-toggle-icon--info.cgt-toggle-icon--disabled-bar .fillable-bar {
  fill: rgba(0, 122, 255, 0.4);
}

/* line 249, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--positive .fillable,
.cgt-toggle-icon--positive .fillable-bar {
  fill: #00c853;
}

/* line 254, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--positive:hover .cgt-toggle-icon--hover {
  background-color: rgba(0, 200, 83, 0.1);
}

/* line 257, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--positive:hover .cgt-toggle-icon--hover .fillable,
.cgt-toggle-icon--positive:hover .cgt-toggle-icon--hover .fillable-bar {
  fill: #00a646;
}

/* line 263, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--positive:active .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--positive:active .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--positive:active .fillable, .cgt-toggle-icon--positive:active .fillable-bar {
  fill: #00a646;
}

/* line 270, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--positive.cgt-toggle-icon--disabled .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--positive.cgt-toggle-icon--disabled-bar .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--positive.cgt-toggle-icon--disabled .fillable, .cgt-toggle-icon--positive.cgt-toggle-icon--disabled-bar .fillable-bar {
  fill: rgba(0, 200, 83, 0.4);
}

/* line 279, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--attention .fillable,
.cgt-toggle-icon--attention .fillable-bar {
  fill: #ff8f00;
}

/* line 284, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--attention:hover .cgt-toggle-icon--hover {
  background-color: rgba(255, 143, 0, 0.1);
}

/* line 287, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--attention:hover .cgt-toggle-icon--hover .fillable,
.cgt-toggle-icon--attention:hover .cgt-toggle-icon--hover .fillable-bar {
  fill: #d27700;
}

/* line 293, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--attention:active .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--attention:active .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--attention:active .fillable, .cgt-toggle-icon--attention:active .fillable-bar {
  fill: #d27700;
}

/* line 300, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--attention.cgt-toggle-icon--disabled .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--attention.cgt-toggle-icon--disabled-bar .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--attention.cgt-toggle-icon--disabled .fillable, .cgt-toggle-icon--attention.cgt-toggle-icon--disabled-bar .fillable-bar {
  fill: rgba(255, 143, 0, 0.4);
}

/* line 309, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--warning .fillable,
.cgt-toggle-icon--warning .fillable-bar {
  fill: #eb3d3d;
}

/* line 314, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--warning:hover .cgt-toggle-icon--hover {
  background-color: rgba(235, 61, 61, 0.1);
}

/* line 317, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--warning:hover .cgt-toggle-icon--hover .fillable,
.cgt-toggle-icon--warning:hover .cgt-toggle-icon--hover .fillable-bar {
  fill: #c13333;
}

/* line 323, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--warning:active .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--warning:active .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--warning:active .fillable, .cgt-toggle-icon--warning:active .fillable-bar {
  fill: #c13333;
}

/* line 330, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--warning.cgt-toggle-icon--disabled .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--warning.cgt-toggle-icon--disabled-bar .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--warning.cgt-toggle-icon--disabled .fillable, .cgt-toggle-icon--warning.cgt-toggle-icon--disabled-bar .fillable-bar {
  fill: rgba(235, 61, 61, 0.4);
}

/* line 339, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-pink .fillable,
.cgt-toggle-icon--extra-pink .fillable-bar {
  fill: #d43d62;
}

/* line 344, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-pink:hover .cgt-toggle-icon--hover {
  background-color: rgba(212, 61, 98, 0.1);
}

/* line 347, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-pink:hover .cgt-toggle-icon--hover .fillable,
.cgt-toggle-icon--extra-pink:hover .cgt-toggle-icon--hover .fillable-bar {
  fill: #b03958;
}

/* line 353, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-pink:active .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--extra-pink:active .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--extra-pink:active .fillable, .cgt-toggle-icon--extra-pink:active .fillable-bar {
  fill: #b03958;
}

/* line 360, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-pink.cgt-toggle-icon--disabled .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--extra-pink.cgt-toggle-icon--disabled-bar .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--extra-pink.cgt-toggle-icon--disabled .fillable, .cgt-toggle-icon--extra-pink.cgt-toggle-icon--disabled-bar .fillable-bar {
  fill: rgba(212, 61, 98, 0.4);
}

/* line 369, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-purple .fillable,
.cgt-toggle-icon--extra-purple .fillable-bar {
  fill: #8f2cb7;
}

/* line 374, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-purple:hover .cgt-toggle-icon--hover {
  background-color: rgba(143, 44, 183, 0.1);
}

/* line 377, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-purple:hover .cgt-toggle-icon--hover .fillable,
.cgt-toggle-icon--extra-purple:hover .cgt-toggle-icon--hover .fillable-bar {
  fill: #782b9c;
}

/* line 383, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-purple:active .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--extra-purple:active .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--extra-purple:active .fillable, .cgt-toggle-icon--extra-purple:active .fillable-bar {
  fill: #782b9c;
}

/* line 390, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-purple.cgt-toggle-icon--disabled .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--extra-purple.cgt-toggle-icon--disabled-bar .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--extra-purple.cgt-toggle-icon--disabled .fillable, .cgt-toggle-icon--extra-purple.cgt-toggle-icon--disabled-bar .fillable-bar {
  fill: rgba(143, 44, 183, 0.4);
}

/* line 399, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-indigo .fillable,
.cgt-toggle-icon--extra-indigo .fillable-bar {
  fill: #3a1db7;
}

/* line 404, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-indigo:hover .cgt-toggle-icon--hover {
  background-color: rgba(58, 29, 183, 0.1);
}

/* line 407, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-indigo:hover .cgt-toggle-icon--hover .fillable,
.cgt-toggle-icon--extra-indigo:hover .cgt-toggle-icon--hover .fillable-bar {
  fill: #341f9c;
}

/* line 413, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-indigo:active .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--extra-indigo:active .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--extra-indigo:active .fillable, .cgt-toggle-icon--extra-indigo:active .fillable-bar {
  fill: #341f9c;
}

/* line 420, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--extra-indigo.cgt-toggle-icon--disabled .cgt-toggle-icon--hover .fillable, .cgt-toggle-icon--extra-indigo.cgt-toggle-icon--disabled-bar .cgt-toggle-icon--hover .fillable-bar, .cgt-toggle-icon--extra-indigo.cgt-toggle-icon--disabled .fillable, .cgt-toggle-icon--extra-indigo.cgt-toggle-icon--disabled-bar .fillable-bar {
  fill: rgba(58, 29, 183, 0.4);
}

/* line 428, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--not-spaced {
  margin-right: 0;
}

/* line 432, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--clickable {
  cursor: pointer;
}

/* line 435, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--clickable.cgt-toggle-icon--disabled {
  cursor: not-allowed;
}

/* line 440, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--spaceless {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 446, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--checked, .cgt-toggle-icon--unchecked {
  position: absolute;
  transition: all 0.15s ease-in-out;
}

/* line 452, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--hover {
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

/* line 459, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--hover.cgt-toggle-icon--default {
  width: 40px;
  height: 40px;
}

/* line 464, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--hover.cgt-toggle-icon--small {
  width: 24px;
  height: 24px;
}

/* line 472, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--checked.cgt-toggle-icon--default {
  right: -12px;
}

/* line 476, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--checked.cgt-toggle-icon--small {
  right: -10px;
}

/* line 482, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--unchecked.cgt-toggle-icon--default {
  right: calc(100% - 28px);
}

/* line 486, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon--unchecked.cgt-toggle-icon--small {
  right: calc(100% - 14px);
}

/* line 491, node_modules/@cgtrader/triangle-ui/public/style/components/_toggle.scss */
.cgt-toggle-icon:active, .cgt-toggle-icon--disabled, .cgt-toggle-icon:active .cgt-toggle-icon--hover, .cgt-toggle-icon.cgt-toggle-icon--disabled .cgt-toggle-icon--hover {
  background-color: transparent;
  cursor: auto;
}

/* 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 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 1, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card {
  border-radius: 6px;
  background-color: white;
  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 6, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card__header {
  display: flex;
  padding: 20px 48px 0;
  align-items: center;
  gap: 12px;
}

/* line 12, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card__header-left {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 12px;
}

/* line 19, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card__header-right {
  display: flex;
  align-items: center;
}

/* line 24, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card__header--separated {
  padding-bottom: 20px;
}

/* line 29, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card__content {
  padding: 32px 48px;
}

/* line 33, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card__footer {
  display: flex;
  padding: 0 48px 32px;
  align-items: center;
  justify-content: space-between;
}

/* line 39, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card__footer-left {
  display: flex;
  align-items: center;
}

/* line 44, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card__footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 50, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card__footer--separated {
  padding-top: 32px;
}

/* line 56, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--medium .cgt-content-card__header {
  padding: 16px 32px 0;
}

/* line 59, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--medium .cgt-content-card__header--separated {
  padding-bottom: 16px;
}

/* line 64, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--medium .cgt-content-card__content {
  padding: 24px 32px;
}

/* line 68, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--medium .cgt-content-card__footer {
  padding: 0 32px 24px;
}

/* line 71, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--medium .cgt-content-card__footer--separated {
  padding-top: 24px;
}

/* line 78, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--small .cgt-content-card__header {
  padding: 8px 16px 0;
  gap: 8px;
}

/* line 82, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--small .cgt-content-card__header--separated {
  padding-bottom: 8px;
}

/* line 87, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--small .cgt-content-card__header-left {
  gap: 8px;
}

/* line 91, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--small .cgt-content-card__content {
  padding: 16px;
}

/* line 95, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--small .cgt-content-card__footer {
  padding: 0 16px 16px;
}

/* line 98, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--small .cgt-content-card__footer--separated {
  padding-top: 16px;
}

/* line 105, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--tiny .cgt-content-card__header {
  padding: 4px 8px 0;
  gap: 8px;
}

/* line 109, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--tiny .cgt-content-card__header--separated {
  padding-bottom: 4px;
}

/* line 114, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--tiny .cgt-content-card__header-left {
  gap: 8px;
}

/* line 118, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--tiny .cgt-content-card__content {
  padding: 8px;
}

/* line 122, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--tiny .cgt-content-card__footer {
  padding: 0 8px 8px;
}

/* line 125, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--tiny .cgt-content-card__footer--separated {
  padding-top: 8px;
}

/* line 131, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--primary {
  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 134, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--primary.cgt-content-card--selected, .cgt-content-card--primary:hover {
  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 140, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--positive {
  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 143, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--positive.cgt-content-card--selected, .cgt-content-card--positive:hover {
  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 149, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--warning {
  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 152, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--warning.cgt-content-card--selected, .cgt-content-card--warning:hover {
  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 158, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--info {
  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 161, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--info.cgt-content-card--selected, .cgt-content-card--info:hover {
  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 167, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--attention {
  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 170, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--attention.cgt-content-card--selected, .cgt-content-card--attention:hover {
  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 176, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--ghost {
  border: 1px dashed rgba(30, 39, 50, 0.16);
  background-color: transparent;
  box-shadow: none;
}

/* line 182, node_modules/@cgtrader/triangle-ui/public/style/components/_content-card.scss */
.cgt-content-card--clickable {
  cursor: pointer;
}

/* 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 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 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 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 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.unstyled-list, .app-nav ul, .app-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 7, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.uppercased-text {
  text-transform: uppercase;
}

/* line 11, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.user-settings-row {
  display: flex;
}

/* line 14, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.user-settings-row__link {
  width: 100%;
}

/* line 19, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav {
    max-width: 624px;
  }
}

@media (min-width: 1280px) {
  /* line 19, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav {
    height: 100%;
  }
}

/* line 51, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.app-nav.is-opened {
  display: flex;
}

/* line 54, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.app-nav__item, .app-nav__header, .app-nav__header-wrapper {
  width: 100%;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.app-nav__item:hover .cgt-button--ghost {
  background-color: rgba(30, 39, 50, 0.04);
}

/* line 66, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.app-nav__item-link {
  padding: 8px 6px;
  min-height: 56px;
  white-space: nowrap;
  color: #1e2732;
}

/* line 106, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.app-nav__trigger-desktop {
  display: none !important;
}

/* line 110, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.app-nav__item {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 116, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.app-nav__item:last-of-type {
  border-bottom: 0;
}

/* line 120, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.app-nav__item .custom-fast-dropdown {
  display: none;
  opacity: 0;
}

/* line 125, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.app-nav__item .custom-fast-dropdown__top .cgt-menu-item {
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.app-nav.is-opened {
  display: flex;
}

@media (min-width: 640px) {
  /* line 19, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav__header {
    padding: 16px 32px;
  }
  /* line 169, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav__item.is-subnav-active {
    max-width: none;
  }
  /* line 173, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav__item--medium-last {
    width: 100%;
    order: 2;
  }
}

@media (min-width: 1280px) {
  /* line 19, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav__header-wrapper {
    display: none;
  }
  /* line 197, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav__item {
    display: flex;
    width: auto;
    height: 100%;
    border-bottom: none;
  }
  /* line 203, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav__item .custom-fast-dropdown {
    display: block;
  }
  /* line 208, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav__item--medium-last {
    order: 0;
  }
  /* line 221, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav__item-link {
    min-height: auto;
    display: flex;
  }
  /* line 227, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav__item-link {
    min-height: none;
  }
  /* line 237, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav__trigger-mobile {
    display: none !important;
  }
  /* line 241, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .app-nav__trigger-desktop {
    display: flex !important;
  }
}

@media (min-width: 1280px) {
  /* line 248, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .custom-fast-dropdown--inline {
    left: -30px !important;
  }
  /* line 268, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .custom-fast-dropdown::before {
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    background: transparent;
    content: '';
  }
}

/* line 284, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .nav-options-dropdown__section {
  padding: 8px;
}

/* line 293, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .nav-options-dropdown__section--highlighted {
  background: rgba(25, 188, 201, 0.1);
}

/* line 297, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .nav-options-dropdown__section .logout-btn {
  flex-shrink: 0;
  justify-content: center;
}

/* line 305, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .category-menu__content {
  display: block;
}

/* line 309, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .category-menu .category-menu__wrapper:last-of-type {
  margin-bottom: 16px;
}

/* line 320, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .user-menu-item {
  margin-bottom: 4px;
}

/* line 323, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .user-menu-item * {
  text-decoration: none;
}

/* line 327, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .user-menu-item:last-of-type {
  margin: 0;
}

/* line 331, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .user-menu-item--long {
  min-width: 176px;
}

/* line 335, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .user-menu-item--short {
  min-width: 160px;
}

/* line 340, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .category-name-title {
  margin: 0 0 0 8px !important;
  white-space: nowrap;
}

/* line 346, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.fast-options-dropdowns .all-categories-button--desktop {
  display: none !important;
}

@media (min-width: 960px) {
  /* line 353, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .fast-options-dropdowns .nav-options-dropdown__section {
    padding: 12px;
  }
}

@media (min-width: 1280px) {
  /* line 361, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .fast-options-dropdowns .nav-options-dropdown__section {
    padding: 16px;
  }
  /* line 364, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .fast-options-dropdowns .nav-options-dropdown__section--symmetric {
    padding: 24px 32px;
  }
  /* line 370, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .fast-options-dropdowns .type-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 377, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .fast-options-dropdowns .category-menu__content {
    display: flex;
    gap: 16px;
  }
  /* line 382, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .fast-options-dropdowns .all-categories-button--mobile {
    display: none !important;
  }
  /* line 400, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .fast-options-dropdowns .all-categories-button--desktop {
    display: block !important;
  }
}

/* line 407, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.social-buttons-container {
  margin-top: 16px;
}

/* line 410, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.social-buttons-container__divider {
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 16px;
}

/* line 418, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.oauth-button .button_to {
  width: 100%;
}

/* line 423, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.auth-tabs {
  border-bottom: 1px solid rgba(30, 39, 50, 0.12);
}

/* line 427, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.auth-tab {
  padding: 16px;
}

/* line 430, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.auth-tab__field {
  margin-bottom: 12px;
}

@media (min-width: 640px) {
  /* line 427, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .auth-tab {
    padding: 24px 32px;
  }
}

/* line 438, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.auth-tab .temp-terms {
  display: block;
}

/* line 445, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.justify-content-center {
  justify-content: center;
}

/* line 449, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.minor-spacing {
  margin-bottom: 8px !important;
}

/* line 453, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.common-spacing {
  margin-bottom: 12px !important;
}

/* line 457, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.bigger-spacing {
  margin-bottom: 24px !important;
}

/* line 462, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.radios .custom-radio {
  display: none;
}

/* line 465, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.radios .custom-radio + label a {
  justify-content: center;
}

/* line 471, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.cgd-logo__text {
  display: block !important;
}

/* line 492, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.cgdream-nav-link {
  text-transform: none;
}

/* line 496, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.no-cursor {
  cursor: default;
}

/* ===== ASSETS 3D CATEGORIES LAYOUT ===== */
/* line 508, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.assets-3d-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0;
}

/* line 515, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .assets-3d-categories__column {
    padding: 24px 16px;
  }
}

/* line 527, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.assets-3d-categories__main-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* line 540, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.assets-3d-categories__main-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 420px;
}

/* line 554, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.assets-3d-categories__column--type {
  order: 2;
  grid-column: 1;
  grid-row: 2;
  background: #f7f7f8;
}

/* line 584, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .assets-3d-categories {
    grid-template-columns: 2fr 1fr 1fr;
  }
  /* line 608, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .assets-3d-categories__column--categories {
    grid-column: 1;
    grid-row: 1;
  }
  /* line 613, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .assets-3d-categories__column--type {
    grid-column: 2;
    grid-row: 1;
  }
  /* line 618, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .assets-3d-categories__column--budget {
    grid-column: 3;
    grid-row: 1;
  }
  /* line 623, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .assets-3d-categories__column {
    order: initial;
    grid-column: initial;
    grid-row: initial;
  }
  /* line 649, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.learn-more-button {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

/* line 670, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.learn-more-button:hover {
  font-weight: 700;
  letter-spacing: -0.04em;
}

/* line 676, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.learn-more-button__text {
  font: 600 14px/1;
  color: #fff;
}

/* line 681, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.learn-more-button__icon .cgt-icon__icon {
  margin-right: 0;
}

/* ===== ALL LINK ===== */
/* line 696, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.all-link {
  text-decoration: none;
}

/* line 698, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.all-link:hover {
  color: #13a0aa;
}

/* line 703, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.all-link__container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
}

/* line 711, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.all-link__content {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 717, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.all-link__text {
  font: 600 14px/1;
  flex: 1;
}

/* ===== DROPDOWN COMPONENT ===== */
/* line 723, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.assets-3d-categories-dropdown::before {
  content: '';
  position: absolute;
  top: -10px;
  width: 100%;
  height: 10px;
  background: transparent;
}

@media (min-width: 1280px) {
  /* line 723, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .asset-item {
    padding: 14px 12px;
    gap: 12px;
  }
}

@media (min-width: 1280px) {
  /* line 763, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
  .asset-item {
    width: 192px;
  }
}

/* line 791, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_new-navigation.scss */
.asset-item__icon {
  width: 20px;
  height: 20px;
  color: #35424f;
  flex-shrink: 0;
}

/* line 798, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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,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") format("woff"), url("data:application/octet-stream;base64,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sEMssDorIyAuRrACJUawF0NYUBtSWVggPFkusTABFCstsEQssDsriiAgPLAGI0KKOCMgLkawAiVGsBdDWFAbUllYIDxZLrEwARQrsAZDLrAwKy2wRSywABawBCWwBCYgICBGI0dhsAwjQi5HI0cjYbALQysjIDwgLiM4sTABFCstsEYssQoEJUKwABawBCWwBCUgLkcjRyNhILAGI0KxDABCsAtDKyCwYFBYILBAUVizBCAFIBuzBCYFGllCQiMgR7AGQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsARDYGQjsAVDYWRQWLAEQ2EbsAVDYFmwAyWwAmIgsABQWLBAYFlmsAFjYbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsTABFCstsEcssQA6Ky6xMAEUKy2wSCyxADsrISMgIDywBiNCIzixMAEUK7AGQy6wMCstsEkssAAVIEewACNCsgABARUUEy6wNiotsEossAAVIEewACNCsgABARUUEy6wNiotsEsssQABFBOwNyotsEwssDkqLbBNLLAAFkUjIC4gRoojYTixMAEUKy2wTiywCiNCsE0rLbBPLLIAAEYrLbBQLLIAAUYrLbBRLLIBAEYrLbBSLLIBAUYrLbBTLLIAAEcrLbBULLIAAUcrLbBVLLIBAEcrLbBWLLIBAUcrLbBXLLMAAABDKy2wWCyzAAEAQystsFksswEAAEMrLbBaLLMBAQBDKy2wWyyzAAABQystsFwsswABAUMrLbBdLLMBAAFDKy2wXiyzAQEBQystsF8ssgAARSstsGAssgABRSstsGEssgEARSstsGIssgEBRSstsGMssgAASCstsGQssgABSCstsGUssgEASCstsGYssgEBSCstsGcsswAAAEQrLbBoLLMAAQBEKy2waSyzAQAARCstsGosswEBAEQrLbBrLLMAAAFEKy2wbCyzAAEBRCstsG0sswEAAUQrLbBuLLMBAQFEKy2wbyyxADwrLrEwARQrLbBwLLEAPCuwQCstsHEssQA8K7BBKy2wciywABaxADwrsEIrLbBzLLEBPCuwQCstsHQssQE8K7BBKy2wdSywABaxATwrsEIrLbB2LLEAPSsusTABFCstsHcssQA9K7BAKy2weCyxAD0rsEErLbB5LLEAPSuwQistsHossQE9K7BAKy2weyyxAT0rsEErLbB8LLEBPSuwQistsH0ssQA+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, [class*=" icon-"]:before {
  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 {
  content: '\e800';
}

/* '' */
/* line 69, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-add:before {
  content: '\e801';
}

/* '' */
/* line 70, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-aircraft:before {
  content: '\e802';
}

/* '' */
/* line 71, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-analytics:before {
  content: '\e803';
}

/* '' */
/* line 72, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-animal:before {
  content: '\e804';
}

/* '' */
/* line 73, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-architectural:before {
  content: '\e805';
}

/* '' */
/* line 74, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-arrow-down:before {
  content: '\e806';
}

/* '' */
/* line 75, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-arrow-left:before {
  content: '\e807';
}

/* '' */
/* line 76, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-arrow-right:before {
  content: '\e808';
}

/* '' */
/* line 77, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-bookmark:before {
  content: '\e809';
}

/* '' */
/* line 78, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-car:before {
  content: '\e80a';
}

/* '' */
/* line 79, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-character:before {
  content: '\e80b';
}

/* '' */
/* line 80, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-chevron-down:before {
  content: '\e80c';
}

/* '' */
/* line 81, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-close:before {
  content: '\e80d';
}

/* '' */
/* line 82, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-dashboard:before {
  content: '\e80e';
}

/* '' */
/* line 83, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-details:before {
  content: '\e80f';
}

/* '' */
/* line 84, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-eta:before {
  content: '\e810';
}

/* '' */
/* line 85, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-extension-on:before {
  content: '\e811';
}

/* '' */
/* line 86, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-exterior:before {
  content: '\e812';
}

/* '' */
/* line 87, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-folder-add:before {
  content: '\e813';
}

/* '' */
/* line 88, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-facebook:before {
  content: '\e814';
}

/* '' */
/* line 89, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-free:before {
  content: '\e815';
}

/* '' */
/* line 90, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-format-list-bullets:before {
  content: '\e816';
}

/* '' */
/* line 91, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-food:before {
  content: '\e817';
}

/* '' */
/* line 92, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-folder-person:before {
  content: '\e818';
}

/* '' */
/* line 93, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-google-plus:before {
  content: '\e819';
}

/* '' */
/* line 94, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-furniture:before {
  content: '\e81a';
}

/* '' */
/* line 95, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-household:before {
  content: '\e81b';
}

/* '' */
/* line 96, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-info-outlined:before {
  content: '\e81c';
}

/* '' */
/* line 97, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-inbox:before {
  content: '\e81d';
}

/* '' */
/* line 98, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-industrial:before {
  content: '\e81e';
}

/* '' */
/* line 99, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-interior:before {
  content: '\e81f';
}

/* '' */
/* line 100, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-logout:before {
  content: '\e820';
}

/* '' */
/* line 101, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-military:before {
  content: '\e821';
}

/* '' */
/* line 102, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-model:before {
  content: '\e822';
}

/* '' */
/* line 103, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-pbr:before {
  content: '\e823';
}

/* '' */
/* line 104, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-plant:before {
  content: '\e824';
}

/* '' */
/* line 105, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-polygon:before {
  content: '\e825';
}

/* '' */
/* line 106, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-scanned:before {
  content: '\e826';
}

/* '' */
/* line 107, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-portrait:before {
  content: '\e827';
}

/* '' */
/* line 108, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-space:before {
  content: '\e828';
}

/* '' */
/* line 109, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-settings:before {
  content: '\e829';
}

/* '' */
/* line 110, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-vehicle:before {
  content: '\e82a';
}

/* '' */
/* line 111, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-verified:before {
  content: '\e82b';
}

/* '' */
/* line 112, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-visibility:before {
  content: '\e82c';
}

/* '' */
/* line 113, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-texture:before {
  content: '\e82d';
}

/* '' */
/* line 114, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-wallet:before {
  content: '\e82e';
}

/* '' */
/* line 115, app/assets/stylesheets/fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-watercraft:before {
  content: '\e82f';
}

/* '' */
/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon {
  width: 24px;
  height: 24px;
}

/* line 5, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon::before {
  margin: 0;
  font-size: 24px;
}

/* line 10, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 15, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--centered::before {
  font-size: inherit !important;
}

/* line 21, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--small::before {
  font-size: 20px !important;
}

/* line 27, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--tiny::before {
  font-size: 14px !important;
}

/* line 32, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--default {
  width: 32px;
  height: 32px;
}

/* line 36, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--default::before {
  font-size: 32px;
}

/* line 3, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover-container {
  position: relative;
}

/* line 7, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover-container.is-active .popover {
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

/* line 14, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover-container.hidden {
  display: none !important;
}

/* line 19, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.undecorated-text {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_popover.scss */
  .popover {
    left: auto;
    bottom: auto;
    width: 400px;
    right: 8px;
  }
  /* line 48, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
  .popover--narrow {
    width: 320px;
  }
}

/* line 54, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover-content {
  overflow-y: auto;
  overflow-x: visible;
  color: #3f444c;
}

/* line 59, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover-content.is-empty p {
  margin: 90px 0;
  opacity: 0.49;
}

/* line 70, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover-content.is-empty .svg-inline--fa {
  display: block;
  margin: 0 auto 30px auto;
}

/* line 76, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover-content .popover-content__title.is-smaller {
  font-size: 1rem;
  padding-bottom: 15px;
}

/* line 88, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover-content .popover-content__title.is-lighter {
  font-weight: 400;
}

/* line 92, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover-content .popover-content__title span {
  font-weight: 800;
}

/* line 98, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover-content ul:not(.cgt-tabs) {
  display: block !important;
}

@media (max-width: 639.98px) {
  /* line 106, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
  .popover__credits .btn-learn-more {
    margin-top: 30px;
  }
}

/* line 112, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__credits--empty {
  position: relative;
  text-align: center;
  height: 100%;
}

/* line 117, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__credits--empty .empty-container {
  padding-bottom: 25px;
}

/* line 120, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_popover.scss */
  .popover__credits--empty .empty-container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
}

/* line 144, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__credits--empty .empty-text {
  font-size: 0.875rem;
  padding: 10px 0;
  color: #6d6d6d;
}

/* line 150, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_popover.scss */
  .popover__credits--empty .empty-footer {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
  }
}

/* line 165, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart {
  letter-spacing: 0.2px;
}

/* line 168, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .product-list__item-preview {
  vertical-align: middle;
}

/* line 172, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .product-list__item-info {
  max-width: 55%;
  vertical-align: middle;
}

/* line 176, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .product-list__item-info .product-list__item-title {
  line-height: 16px;
}

/* line 181, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .popover-content__footer {
  padding-top: 15px;
}

/* line 185, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_popover.scss */
  .popover__cart .popover-content__items {
    max-height: 250px;
  }
}

/* line 18, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.popover__cart .popover-content__items::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 23, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.popover__cart .popover-content__items::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background: transparent;
}

/* line 28, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.popover__cart .popover-content__items::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(35, 39, 44, 0.1);
}

/* line 32, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.popover__cart .popover-content__items::-webkit-scrollbar-thumb:hover {
  background-color: rgba(35, 39, 44, 0.2);
}

/* line 206, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .popover__pricing span {
  color: #1e2732;
}

/* line 229, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .popover__pricing .sale-info-tag span {
  color: white;
}

/* line 249, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .popover__pricing .cgt-icon--primary .fillable {
  fill: #19bcc9;
}

/* line 253, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .popover__pricing .wallet-icon-tag {
  background-color: #19bcc9;
}

/* line 272, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .popover__pricing .discount-icon-tag {
  background-color: #eb3d3d;
}

/* line 277, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .popover__actions {
  padding-top: 8px;
}

/* line 280, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .popover__actions-button .fillable {
  fill: rgba(255, 255, 255, 0.8) !important;
}

/* line 296, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
.popover__cart .popover__actions .action-button--proceed {
  background-color: #eb3d3d;
}

@media (min-width: 960px) {
  /* line 277, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
  .popover__cart .popover__actions {
    padding-top: 12px;
  }
  /* line 303, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
  .popover__cart .popover__actions .popover__actions-button {
    gap: 8px;
    height: 40px;
  }
}

@media (min-width: 1280px) {
  /* line 277, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
  .popover__cart .popover__actions {
    padding-top: 16px;
  }
  /* line 312, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
  .popover__cart .popover__actions .popover__actions-button {
    gap: 12px;
    height: 48px;
  }
}

@media (min-width: 640px) {
  /* line 321, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
  #top-menu-credits {
    right: 127px;
  }
  /* line 325, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_popover.scss */
  #top-menu-cart {
    right: 69px;
  }
}

/* line 2, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_feed.scss */
.feed-container .feed-container__content, .feed-container--inbox .feed-container__content {
  width: 100%;
}

/* line 6, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_feed.scss */
.feed-container .avatar, .feed-container--inbox .avatar {
  vertical-align: top;
}

/* line 10, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.feed-container .feed-list__item a:hover, .feed-container--inbox .feed-list__item a:hover {
  color: #131518;
}

/* line 41, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_feed.scss */
.feed-container .feed-item__title, .feed-container--inbox .feed-item__title {
  color: #3f444c;
  font-weight: 600;
}

/* line 54, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_feed.scss */
.feed-container--inbox .feed-list__separator::before {
  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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_feed.scss */
.feed-container--inbox .feed-list__item {
  position: relative;
}

/* line 100, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_feed.scss */
.feed-container--inbox .feed-list__item .avatar.svg-inline--fa {
  font-size: 2.5rem;
}

/* line 120, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_feed.scss */
.feed-container--inbox .feed-list__item .feed-item__title a {
  pointer-events: all;
}

/* line 3, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 9, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list.is-contained {
  max-height: 245px;
  overflow: auto;
}

/* line 13, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar {
  width: 10px;
}

/* line 17, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f4f6f7;
}

/* line 22, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #19bcc9;
}

/* line 26, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list.is-contained::-webkit-scrollbar-thumb:hover {
  background: #159ca9;
}

/* line 33, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list__item-preview.is-with-credit-badge {
  position: relative;
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list__item-preview a {
  display: block;
  position: relative;
}

/* line 87, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list__item-preview:hover a:after {
  opacity: 0.4;
}

/* line 111, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list__item-info {
  display: inline-block;
  vertical-align: top;
}

/* line 116, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list__item-remove:hover {
  color: #131518;
}

/* line 141, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list__item-remove .svg-inline--fa {
  margin-right: 0;
}

/* line 146, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list__item-title {
  margin: 0;
  font-size: 1rem;
  line-height: 20px;
}

/* line 151, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list__item-title a {
  color: #19bcc9;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.product-list__item-title a:hover {
  color: #ce3c5c;
}

/* line 156, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list__item-summary {
  font-size: 0.875rem;
  line-height: 18px;
}

/* line 161, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list__item-guarantee:hover {
  color: #ce3c5c;
}

/* line 178, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--on-contrast.is-contained::-webkit-scrollbar-track {
  background: #4b505a;
}

/* line 183, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--on-contrast .product-list__item-title a {
  color: white;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.product-list--on-contrast .product-list__item-title a:hover {
  color: #19bcc9;
}

/* line 193, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--on-contrast .product-list__item-summary {
  color: rgba(255, 255, 255, 0.3);
}

/* line 199, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--on-contrast .product-list__item-preview a:after {
  background: #19bcc9;
}

/* line 205, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--on-contrast .product-list__item-price {
  color: white;
}

/* line 209, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--on-contrast .product-list__item-remove {
  color: rgba(255, 255, 255, 0.2);
}

/* line 212, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--on-contrast .product-list__item-remove:hover {
  color: #ce3c5c;
}

/* line 219, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--spaced .product-list__item {
  padding: 10px 0;
}

/* line 223, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--spaced .product-list__item-remove {
  top: 18px;
  right: 8px;
}

/* line 228, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--spaced .product-list__item-price {
  top: 10px;
}

/* line 233, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--new {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 238, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--new .product-list__item-preview a {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 264, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
  .product-list--new .product-list__item-preview {
    width: 80px;
    min-width: 80px;
    height: 62px;
  }
}

/* line 286, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
  .product-list--new .product-list__item-content-wrapper {
    gap: 16px;
    padding-left: 16px;
  }
}

/* line 333, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
  .product-list--new .product-list__item-content {
    padding: 6px 0;
  }
}

@media (min-width: 1280px) {
  /* line 333, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
  .product-list--new .product-list__item-content {
    padding: 12px 0;
  }
}

/* line 353, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--new .product-list__item-info {
  max-width: 100% !important;
}

/* line 357, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--new .product-list__item-title a {
  color: #3f444c;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.product-list--new .product-list__item-title a:hover {
  color: #19bcc9;
}

/* line 373, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--new .product-list__item-price-info {
  display: flex;
  gap: 4px;
}

/* line 378, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
  .product-list--new .product-list__item-original-price {
    font-size: 16px;
  }
}

/* line 390, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
  .product-list--new .product-list__item-price {
    font-size: 16px;
  }
}

/* line 404, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
  .product-list--new .product-list__item-remove {
    width: 40px;
    min-width: 40px;
  }
}

/* line 425, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--new .product-list__item-remove-button {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

/* line 430, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_product-lists.scss */
.product-list--new .product-list__item-summary {
  font-size: 0.75rem;
  color: #485c66;
}

/* line 4, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength-input.is-password-invalid:not(:focus) {
  color: #f00;
}

/* line 25, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength-input:focus {
  outline: none;
}

/* line 27, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-0 .ReactPasswordStrength-strength-desc {
  color: #f00;
}

/* line 38, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-1 .ReactPasswordStrength-strength-desc {
  color: #f00;
}

/* line 39, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-2 .ReactPasswordStrength-strength-desc {
  color: #ffa064;
}

/* line 40, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-3 .ReactPasswordStrength-strength-desc {
  color: #ffa064;
}

/* line 41, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-4 .ReactPasswordStrength-strength-desc {
  color: #19bcc9;
}

/* line 43, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-0 .ReactPasswordStrength-strength-bar {
  background: #f00;
  width: 20%;
}

/* line 56, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-1 .ReactPasswordStrength-strength-bar {
  background: #f00;
  width: 40%;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-2 .ReactPasswordStrength-strength-bar {
  background: #ffa064;
  width: 60%;
}

/* line 66, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-3 .ReactPasswordStrength-strength-bar {
  background: #ffa064;
  width: 80%;
}

/* line 71, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.ReactPasswordStrength.is-strength-4 .ReactPasswordStrength-strength-bar {
  background: #19bcc9;
  width: calc(100%);
}

/* line 76, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.new-password-strength {
  border: 0;
}

/* line 80, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.new-password-state {
  padding: 8px 12px;
}

/* line 84, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/../vendor/react-password-strength.scss */
.new-password-input {
  padding: 1px 2px;
  padding-right: 80px;
}

/* line 89, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder-container {
  height: 80px;
}

/* line 46, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder-container--spaced {
  height: 88px;
}

/* line 50, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder-container.with-bar {
  height: 120px;
}

/* line 53, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder-container.with-bar .wayfinder {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

/* line 59, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder-container.with-bar.wayfinder-container--spaced {
  height: 128px;
}

@media (min-width: 640px) {
  /* line 43, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container {
    height: 96px;
  }
  /* line 67, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container--spaced {
    height: 104px;
  }
  /* line 71, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.with-bar {
    height: 136px;
  }
  /* line 74, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.with-bar.wayfinder-container--spaced {
    height: 144px;
  }
}

@media (min-width: 960px) {
  /* line 43, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container {
    height: 48px;
  }
  /* line 83, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container--spaced {
    height: 56px;
  }
  /* line 87, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.with-bar {
    height: 88px;
  }
  /* line 90, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.with-bar.wayfinder-container--spaced {
    height: 96px;
  }
}

@media (min-width: 1280px) {
  /* line 43, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container {
    height: 56px;
  }
  /* line 99, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container--spaced {
    height: 64px;
  }
  /* line 103, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.with-bar {
    height: 96px;
  }
  /* line 106, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.with-bar.wayfinder-container--spaced {
    height: 104px;
  }
}

/* line 113, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .app-nav, .wayfinder .popover {
  top: calc(80px + 8px);
  max-height: calc(100dvh - 88px);
}

/* line 128, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .popover {
  overflow: hidden;
}

/* line 132, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown {
  padding: 0 !important;
  max-height: calc(100dvh - 88px - 170px);
}

/* line 137, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .popover-content {
  max-height: calc(100dvh - 96px);
}

/* line 141, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder.with-bar {
  height: 120px;
}

/* line 144, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder.with-bar .custom-fast-dropdown {
  max-height: calc(100dvh - 128px - 170px);
}

/* line 153, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder.with-bar .popover-content {
  max-height: calc(100dvh - 136px);
}

/* line 157, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder.with-bar .mobile-curtains {
  top: 120px;
}

/* line 161, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder.with-bar .wayfinder__container {
  height: calc(100% - 40px);
}

/* line 166, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

/* line 173, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__item, .wayfinder__logo {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 181, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__logo {
  width: 36px;
}

/* line 184, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__logo picture {
  pointer-events: none;
}

/* line 189, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__search .cgt-button {
  height: calc(100% - 8px);
  margin-right: 4px;
}

/* line 204, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__search .remaining-filters__button .cgt-button {
  height: calc(100% - 8px);
  margin-right: 4px;
}

/* line 220, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__search-input {
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  border: none;
}

/* line 235, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__search-input:focus {
  outline: none;
  border: none;
}

/* line 241, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__search-button {
  width: 52px !important;
}

/* line 244, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__search-button svg {
  width: 24px;
  height: 24px;
}

/* line 250, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__suggestions {
    height: calc(100vh - 196px);
  }
}

@media (min-width: 960px) {
  /* line 250, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__suggestions {
    height: auto;
  }
}

/* line 270, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__suggestions-results {
  margin: 0;
  padding: 20px 0 15px;
  list-style: none;
}

/* line 275, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__suggestions-results li {
  padding: 4px;
  margin-bottom: 4px;
}

/* line 281, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__suggestion {
  display: block;
  padding: 2px 20px;
  color: #19bcc9;
  text-decoration: none;
}

/* line 295, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__suggestion .highlighted-text {
  color: #159ca9;
  font-weight: 800;
}

/* line 300, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__suggestion.is-active {
  background-color: #f0f0f0;
}

@media (min-width: 1280px) {
  /* line 305, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__suggestion:hover {
    background-color: #f0f0f0;
  }
}

/* line 311, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__action-count {
  color: white;
  font-size: 12px;
  line-height: 16px;
  user-select: none;
}

/* line 319, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__action-icon-svg .fillable {
  fill: rgba(30, 39, 50, 0.8);
}

/* line 325, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .wayfinder__user-section .user-message .svg-inline--fa {
  margin-left: 4px;
  margin-right: 16px;
}

/* line 338, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .hamburger .hamburger-box, .wayfinder .hamburger .hamburger-inner {
  z-index: 0;
  pointer-events: none;
}

/* line 364, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 12px;
}

/* line 370, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .hamburger .hamburger-box .hamburger-inner:before {
  top: -5px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

/* line 409, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .hamburger.is-active .hamburger-box .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
}

/* line 420, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .cgt-button.cgt-button--rectangular {
  height: 100%;
  border-radius: 0;
}

/* line 438, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .custom-fast-dropdown--horisontal {
    display: flex !important;
    flex-flow: row;
  }
  /* line 473, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__inner {
  overflow-y: auto;
}

/* line 485, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__top {
  white-space: nowrap;
  padding: 24px 32px;
}

/* line 489, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__top a {
  text-decoration: none;
}

/* line 494, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .custom-fast-dropdown__left {
    width: 320px;
  }
}

/* line 503, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__right {
  padding: 24px 32px;
}

@media (min-width: 1280px) {
  /* line 503, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .custom-fast-dropdown__right {
    width: 320px;
  }
}

/* line 511, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__bottom {
  padding: 24px 32px;
  white-space: nowrap;
}

/* line 515, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__bottom .cgt-menu-item {
  text-decoration: none;
}

/* line 520, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__title {
  margin-bottom: 8px;
}

/* line 524, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__description {
  margin-bottom: 24px;
}

/* line 528, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .cgt-button[data-track-label] {
  z-index: 1;
}

/* line 531, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .cgt-button[data-track-label] span {
  z-index: 0;
  pointer-events: none;
}

/* line 537, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__action {
  padding: 0 !important;
}

/* line 541, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown__logo {
  max-height: 30px;
}

/* line 545, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .custom-fast-dropdown {
  padding: 0 !important;
}

/* line 549, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__action {
  height: 100%;
}

/* line 572, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__action:hover {
  background-color: rgba(30, 39, 50, 0.04);
  cursor: pointer;
}

/* line 578, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__action-icon {
  position: relative;
  display: block;
}

/* line 591, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__action-icon .cgt-icon {
  width: 100%;
}

/* line 596, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__action-badge > span {
  width: 100%;
}

/* line 607, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__user-section .wayfinder__menu-avatar {
  border-radius: 6px;
  width: 36px;
}

/* line 621, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__user-section .cgt-button,
.wayfinder__user-section .wayfinder__menu-avatar {
  height: 100%;
}

/* line 626, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__user-section .cgt-button {
  padding: 8px;
  white-space: nowrap;
  display: flex;
}

/* line 631, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__user-section .cgt-button span {
  padding: 0 8px;
}

/* line 635, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__user-section .cgt-button.blue-button {
  background-color: #0c1015;
  border-color: #0c1015;
}

/* line 642, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder__auth-tab {
  padding: 16px;
}

/* line 648, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.wayfinder .app-nav .app-nav__item .cgt-button {
  border-top: none;
}

/* line 658, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder {
    height: 96px;
  }
  /* line 667, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .mobile-curtains {
    top: 96px;
  }
  /* line 671, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .popover-content {
    max-height: calc(100dvh - 112px);
  }
  /* line 675, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .app-nav, .wayfinder .popover {
    top: calc(96px + 8px);
    max-height: calc(100dvh - 104px);
  }
  /* line 680, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .custom-fast-dropdown {
    max-height: calc(100dvh - 104px - 170px);
  }
  /* line 684, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder.with-bar {
    height: 136px;
  }
  /* line 687, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder.with-bar .mobile-curtains {
    top: 136px;
  }
  /* line 691, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder.with-bar .custom-fast-dropdown {
    max-height: calc(100dvh - 144px - 170px);
  }
  /* line 700, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder.with-bar .popover-content {
    max-height: calc(100dvh - 152px);
  }
  /* line 705, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__logo {
    margin: 0 12px;
    width: auto;
    min-width: 100px;
  }
  /* line 711, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__action-link {
    padding: 0 16px;
  }
  /* line 716, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__user-section .wayfinder__menu-avatar {
    width: 48px;
  }
  /* line 720, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__user-section .cgt-button {
    padding: 12px;
    white-space: nowrap;
    display: flex;
  }
  /* line 725, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__user-section .cgt-button span {
    padding: 0 12px;
  }
  /* line 731, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__search-button {
    width: 72px !important;
  }
}

@media (min-width: 960px) {
  /* line 113, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder {
    height: 48px;
  }
  /* line 739, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .mobile-curtains, .wayfinder .mobile-curtains.is-active {
    top: 48px;
  }
  /* line 743, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .popover-content {
    max-height: calc(100dvh - 64px);
  }
  /* line 747, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .app-nav, .wayfinder .popover {
    top: calc(48px + 8px);
    max-height: calc(100dvh - 56px);
  }
  /* line 752, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .custom-fast-dropdown {
    max-height: none;
  }
  /* line 756, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder.with-bar {
    height: 88px;
  }
  /* line 759, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder.with-bar .mobile-curtains {
    top: 88px;
  }
  /* line 763, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder.with-bar .custom-fast-dropdown {
    max-height: none;
  }
  /* line 772, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder.with-bar .popover-content {
    max-height: calc(100dvh - 104px);
  }
  /* line 777, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__logo {
    width: auto;
    margin: 0 16px;
  }
  /* line 788, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__container {
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(30, 39, 50, 0.12);
  }
  /* line 793, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__item, .wayfinder__logo, .wayfinder__actions {
    height: 100%;
  }
  /* line 799, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder {
    height: 56px;
  }
  /* line 810, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .mobile-curtains, .wayfinder .mobile-curtains.is-active {
    display: none;
    top: 56px;
  }
  /* line 815, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .popover-content {
    max-height: calc(100dvh - 72px);
  }
  /* line 819, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .app-nav, .wayfinder .popover {
    top: calc(56px + 8px);
    max-height: calc(100dvh - 64px);
  }
  /* line 824, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder.with-bar {
    height: 96px;
  }
  /* line 827, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder.with-bar .mobile-curtains {
    top: 96px;
  }
  /* line 831, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder.with-bar .popover-content {
    max-height: calc(100dvh - 112px);
  }
  /* line 841, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder .hamburger {
    display: none;
  }
  /* line 845, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__logo {
    margin: 0 20px;
  }
  /* line 849, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__action-link {
    padding: 0 20px;
  }
  /* line 855, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder #navigation-community .cgt-button:hover {
    cursor: default;
  }
  /* line 862, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__user-section .wayfinder__menu-avatar {
    width: 56px;
  }
  /* line 869, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder__search-button {
    width: 88px !important;
  }
}

/* line 885, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.temp:hover svg {
  color: rgba(30, 39, 50, 0.6) !important;
}

/* line 888, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.temp:hover svg .fillable {
  fill: rgba(30, 39, 50, 0.6) !important;
}

/* line 893, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
.temp svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1279.98px) {
  /* line 901, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage {
    height: 40px;
  }
  /* line 905, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder {
    height: 48px;
  }
  /* line 908, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder .mobile-curtains {
    top: 48px;
  }
  /* line 922, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar {
    height: 80px;
  }
  /* line 925, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder {
    height: 88px;
  }
  /* line 928, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder .wayfinder__container {
    height: calc(100% - 40px);
  }
  /* line 932, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder .mobile-curtains {
    top: 88px;
  }
  /* line 951, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder__search {
    display: none;
  }
  /* line 957, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage {
    height: 48px;
  }
  /* line 969, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar {
    height: 88px;
  }
  /* line 972, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder {
    height: 88px;
  }
  /* line 977, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder__search {
    display: flex;
  }
  /* line 982, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage .wayfinder__actions {
    height: 50%;
  }
}

@media (min-width: 1280px) {
  /* line 901, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage {
    height: 56px;
  }
  /* line 997, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar {
    height: 96px;
  }
  /* line 1000, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_unified-nav.scss */
  .wayfinder-container.wayfinder-container--new-homepage.with-bar .wayfinder {
    height: 96px;
  }
  /* line 1007, app/assets/stylesheets/fast_forum_page/../fast_product_page/../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/fast_forum_page/../fast_product_page/_overlays.scss */
.overlay {
  background: rgba(19, 21, 24, 0.8);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}

/* line 11, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
.overlay .overlay__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  transition: color 0.15s ease-in-out;
  z-index: 1;
}

/* line 18, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
.overlay .overlay__close:hover {
  color: #ce3c5c;
}

/* line 24, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
.has-open-modal {
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
.overlay-modal--background {
  background-color: rgba(19, 21, 24, 0.6);
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

/* line 38, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
.overlay-modal--background.overlay-modal--background-dark {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 43, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
.overlay-modal-container--smaller {
  margin: auto;
  max-width: 840px;
  width: 70%;
}

@media (min-width: 576px) {
  /* line 43, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
  .overlay-modal-container--smaller {
    width: 100%;
  }
}

/* line 53, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
.overlay-modal {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 8px 16px rgba(19, 21, 24, 0.15);
  margin: 25px auto;
  min-width: 0;
  pointer-events: auto;
  position: relative;
  width: 90%;
}

/* line 63, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
.overlay-modal .overlay-modal--content {
  padding: 1rem 2rem;
}

/* line 68, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
.overlay-modal__close {
  padding: 0.375rem 0.5rem;
  pointer-events: auto;
  position: absolute;
  right: 0.25rem;
  top: 0.5rem;
  z-index: 1;
}

/* line 78, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
.overlay-modal--rate-model .product-ratings__thumbs {
  margin: 8px 0 16px;
}

/* line 82, app/assets/stylesheets/fast_forum_page/../fast_product_page/_overlays.scss */
.overlay-modal--rate-model label {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #204659;
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/_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/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer .link {
  text-decoration: none;
  z-index: 1;
}

/* line 16, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer .link font {
  z-index: 0;
  pointer-events: none;
}

/* line 22, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer ul {
  margin: 0;
  padding: 0;
}

/* line 26, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer ul > li {
  margin-bottom: 16px;
  list-style: none;
  font-weight: 400;
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer ul > li:first-of-type {
  font-weight: 600;
}

/* line 39, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer a.social-icon-circle {
  transition: none;
}

/* line 45, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__col {
  margin-bottom: 16px;
}

/* line 48, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__col:last-of-type {
  margin-bottom: 0;
}

/* line 53, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__logo {
  width: 80px;
  height: 20px;
  margin-bottom: 32px;
  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: auto auto;
  background-size: 80px 20px;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__logo a {
  display: block;
  overflow: hidden;
  text-indent: -119988px;
  text-align: left;
}

/* line 69, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__logo--desktop {
  margin-bottom: 0;
}

/* line 73, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__bottom-row {
  flex-flow: column-reverse;
}

/* line 76, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__bottom-row .responsive-footer__col-social {
  margin-top: 32px;
  margin-bottom: 20px;
}

/* line 80, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__bottom-row .responsive-footer__col-social .col {
  max-width: 40px;
  padding: 0;
}

/* line 85, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__bottom-row .responsive-footer__col-social .row {
  justify-content: space-between;
}

/* line 89, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__bottom-row .responsive-footer__col-social .social-icon-circle {
  background: transparent;
  color: #fff;
}

/* line 97, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__col-privacy ul {
  display: flex;
  height: 100%;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

/* line 104, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer__col-privacy ul li:first-of-type {
  display: none;
}

/* line 111, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.responsive-footer--reduced-height .responsive-footer__bottom-row {
  margin-top: 0;
}

@media (min-width: 576px) {
  /* line 117, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer {
    font-size: 1rem;
    margin-bottom: 0;
    padding: 36px;
    line-height: 20px;
  }
  /* line 124, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer__bottom-row {
    margin-top: 42px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  /* line 130, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer__bottom-row .responsive-footer__col-privacy {
    max-width: 55%;
  }
  /* line 133, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer__bottom-row .responsive-footer__col-privacy ul {
    justify-content: flex-start;
  }
  /* line 136, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer__bottom-row .responsive-footer__col-privacy ul li {
    margin-right: 22px;
    margin-bottom: 0;
  }
  /* line 143, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer__bottom-row .responsive-footer__col-social {
    max-width: 45%;
    margin: 0;
  }
  /* line 147, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer__bottom-row .responsive-footer__col-social .row {
    justify-content: flex-end;
  }
  /* line 153, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer__navigation-row {
    min-width: 100%;
  }
}

@media (min-width: 968px) {
  /* line 159, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer {
    padding: 50px 88px 32px;
  }
  /* line 162, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer.responsive-footer--reduced-height {
    padding-top: 36px;
  }
  /* line 167, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer__logo--mobile {
    display: none;
  }
  /* line 173, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .responsive-footer__col-privacy ul li:first-of-type {
    display: block;
  }
}

/* line 180, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector {
  position: relative;
}

/* line 184, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector .popover-container .popover {
  top: auto;
  bottom: 20px;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}

/* line 193, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector--selector {
  border: 0;
  background-color: transparent;
  padding-right: 2em;
  color: #fff;
  outline: none;
}

/* line 202, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector--selector .caret svg:last-child {
  display: none;
}

/* line 208, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector--selector:focus {
  background-color: #3f444c;
}

/* line 213, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector--selector:focus .caret svg:first-child {
  display: none;
}

/* line 216, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector--selector:focus .caret svg:last-child {
  display: inline-block;
}

/* line 224, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector--dropdown {
  padding: 6px 10px;
  background-color: #fff;
}

/* line 228, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector--dropdown--link {
  display: block;
  min-width: 10em;
  margin: 3px 0;
  color: #131518;
}

/* line 236, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector .flag {
  margin: 0 4px 0 0;
}

/* line 240, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector .caret {
  margin: 0 0 0 4px;
}

/* line 243, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.locale-selector .caret svg {
  vertical-align: bottom;
}

/* line 250, app/assets/stylesheets/fast_forum_page/../fast_product_page/_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 250, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
  .footer-social .social-footer-container {
    justify-content: flex-end;
  }
}

/* line 262, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.footer-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}

/* line 270, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.footer-social__link .svg-inline--fa {
  color: #fff;
}

/* line 274, app/assets/stylesheets/fast_forum_page/../fast_product_page/_site_footer.scss */
.footer-social__link:hover {
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/_takeover.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;
  transition: bottom 0.15s ease 0s;
}

/* line 14, app/assets/stylesheets/fast_forum_page/../fast_product_page/_takeover.scss */
.site-admin-control-warning--cache {
  background-color: #ce3c5c;
}

/* line 18, app/assets/stylesheets/fast_forum_page/../fast_product_page/_takeover.scss */
.site-admin-control-warning a {
  color: #fff;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/fast_forum_page/../fast_product_page/_takeover.scss */
.site-admin-control-warning .u-float-left {
  float: left;
}

/* line 27, app/assets/stylesheets/fast_forum_page/../fast_product_page/_takeover.scss */
.site-admin-control-warning .u-float-right {
  float: right;
}

/* line 31, app/assets/stylesheets/fast_forum_page/../fast_product_page/_takeover.scss */
.site-admin-control-warning .fa-chevron-down {
  vertical-align: 0.125em !important;
}

/* line 35, app/assets/stylesheets/fast_forum_page/../fast_product_page/_takeover.scss */
.site-admin-control-warning.is-collapsed {
  bottom: -60px;
}

/* line 37, app/assets/stylesheets/fast_forum_page/../fast_product_page/_takeover.scss */
.site-admin-control-warning.is-collapsed .fa-chevron-down {
  transform: rotateZ(180deg);
}

/* line 43, app/assets/stylesheets/fast_forum_page/../fast_product_page/_takeover.scss */
.site-admin-control-warning a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 48, app/assets/stylesheets/fast_forum_page/../fast_product_page/_takeover.scss */
.site-admin-control-warning--collapse {
  position: absolute;
  text-align: center;
  top: -15px;
  background-color: inherit;
  left: 50%;
  right: auto;
  width: 50px;
  cursor: pointer;
  border-radius: 5px 5px 0px 0px;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_takeover.scss */
.notice .btn {
  display: inline-block;
  padding: 0.25rem 1rem;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip {
  background-color: #159ca9;
  padding: 1.25rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 9, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip.is-secondary-color {
  background-color: #b31c3d;
}

/* line 13, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip .timer-row {
  line-height: 2;
}

/* line 16, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip .timer-row.is-small {
  line-height: 1;
}

/* line 20, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip .timer-row:first-child:not(:last-child) {
  margin-bottom: 25px;
}

/* line 25, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip .timer-strip__item {
  display: inline-flex;
  height: 24px;
  border-right: 0.5px solid rgba(255, 255, 255, 0.7);
  vertical-align: middle;
  font-weight: 300;
  line-height: 24px;
}

/* line 33, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip .timer-strip__item:first-child {
  padding-left: 0;
}

/* line 37, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip .timer-strip__item:last-child {
  border-right: 0;
  padding-right: 0;
}

/* line 42, app/assets/stylesheets/fast_forum_page/../fast_product_page/_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/fast_forum_page/../fast_product_page/_timer_strips.scss */
  .timer-strip .timer-strip__item {
    padding: 0 25px;
  }
  /* line 52, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
  .timer-strip .timer-strip__item .big-text {
    font-weight: 800;
  }
}

/* line 58, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip .no-borders {
  border: 0;
}

/* line 62, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip .learn-more-button {
  font-size: 0.875rem;
  height: 25px;
  border: 1px solid #fff;
  background: transparent;
  padding: 0 20px;
  color: #fff;
  line-height: 23px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 73, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip .learn-more-button:hover {
  background: #fff;
  color: #131518;
}

/* line 80, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip--top-bar {
  display: inline-block;
  z-index: 500;
  width: 100%;
  height: 40px;
  text-decoration: none;
}

/* line 87, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip--top-bar .timer-strip {
  font-size: 1rem;
  height: 40px;
  padding: 7px 0;
}

/* line 92, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip--top-bar .timer-strip .timer-row {
  line-height: 24px;
}

/* line 96, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip--top-bar .timer-strip .big-text {
  font-size: 1.0625rem;
  line-height: 24px;
}

/* line 101, app/assets/stylesheets/fast_forum_page/../fast_product_page/_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 101, app/assets/stylesheets/fast_forum_page/../fast_product_page/_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 110, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip--top-bar .timer-strip .timer-strip__item--button {
  display: none;
}

/* line 114, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip--top-bar .timer-strip .timer-strip__item--time {
  border: 0;
  padding-left: 10px;
}

@media (min-width: 576px) {
  /* line 114, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--time {
    border-right: 0.5px solid rgba(255, 255, 255, 0.7);
    padding-right: 10px;
  }
}

@media (min-width: 968px) {
  /* line 114, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--time {
    padding-right: 25px;
  }
}

/* line 128, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
.timer-strip--top-bar .timer-strip .timer-strip__item--info {
  padding-right: 10px;
}

@media (min-width: 576px) {
  /* line 133, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--button {
    display: inline-flex;
    margin-left: 10px;
  }
}

@media (min-width: 968px) {
  /* line 140, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--button {
    display: inline-flex;
    margin-left: 0;
  }
  /* line 145, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--info {
    padding-right: 25px;
  }
  /* line 149, app/assets/stylesheets/fast_forum_page/../fast_product_page/_timer_strips.scss */
  .timer-strip--top-bar .timer-strip .timer-strip__item--time {
    padding-left: 25px;
  }
}

/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tooltip.scss */
[data-tooltip] {
  position: relative;
}

/* line 4, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tooltip.scss */
[data-tooltip]:before, [data-tooltip]:after {
  position: absolute;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  transition-delay: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0) scale(0, 0);
}

/* line 16, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tooltip.scss */
[data-tooltip]:before {
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: ' ';
  margin: 0 0 -5px 0;
  z-index: 2;
}

/* line 26, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tooltip.scss */
[data-tooltip]:after {
  background-color: #fff;
  content: attr(data-tooltip);
  padding: 7px 9px;
  border-radius: 3px;
  margin: 0 0 5px 0;
  box-shadow: 0 0 10px rgba(19, 21, 24, 0.1);
  z-index: 1;
  font-size: 90%;
}

/* line 38, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tooltip.scss */
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
  opacity: 1;
  transform: translate(-50%, 0) scale(1, 1);
  transition-delay: 300ms;
}

/* line 47, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tooltip.scss */
.tooltip {
  position: relative;
}

/* line 50, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tooltip.scss */
.tooltip .arrow,
.tooltip .content {
  position: absolute;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  transition-delay: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0) scale(0, 0);
}

/* line 62, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tooltip.scss */
.tooltip .arrow {
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: ' ';
  margin: 0 0 -5px 0;
  z-index: 2;
}

/* line 72, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tooltip.scss */
.tooltip .content {
  background-color: #fff;
  content: attr(data-tooltip);
  padding: 7px 9px;
  border-radius: 3px;
  margin: 0 0 5px 0;
  box-shadow: 0 0 10px rgba(19, 21, 24, 0.1);
  z-index: 1;
  font-size: 90%;
}

/* line 84, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tooltip.scss */
.tooltip.active .arrow,
.tooltip.active .content {
  opacity: 1;
  transform: translate(-50%, 0) scale(1, 1);
  transition-delay: 300ms;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/_utils.scss */
.u-text-center {
  text-align: center;
}

/* line 5, app/assets/stylesheets/fast_forum_page/../fast_product_page/_utils.scss */
.u-text-right {
  text-align: right;
}

/* line 9, app/assets/stylesheets/fast_forum_page/../fast_product_page/_utils.scss */
.text-semibold {
  font-weight: 600;
}

/* line 13, app/assets/stylesheets/fast_forum_page/../fast_product_page/_utils.scss */
.is-hidden {
  display: none !important;
}

/* line 17, app/assets/stylesheets/fast_forum_page/../fast_product_page/_utils.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 21, app/assets/stylesheets/fast_forum_page/../fast_product_page/_utils.scss */
.u-inline-list {
  display: inline-block !important;
}

/* line 25, app/assets/stylesheets/fast_forum_page/../fast_product_page/_utils.scss */
.u-inline {
  display: inline !important;
}

/* line 29, app/assets/stylesheets/fast_forum_page/../fast_product_page/_utils.scss */
.u-ml10 {
  margin-left: 10px !important;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(data:font/woff2;base64,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);
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-84d82c24b6bacee3600d352e15f7cea4c4e251880b23798376949beb5075b6ef.eot);
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(/assets/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-84d82c24b6bacee3600d352e15f7cea4c4e251880b23798376949beb5075b6ef.eot?#iefix) format("embedded-opentype"), url("data:font/woff2;charset=utf-8;base64,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") format("woff2"), url(/assets/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-441476cd0197bf32e025c94c8a5fbf41c268fb5fbe24b4a01a43df91030374b4.woff) format("woff"), url(/assets/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-23ede448bf69218eac6402389d7ca5eb94613af856ed80ef47bec98469f678e6.ttf) format("truetype"), url(/assets/SourceSansPro/source-sans-pro-v11-latin_latin-ext-regular-2e5f21235397939bd86fc02634e759195ce4ace9a582a8d4f9320602143c2199.svg#SourceSansPro) format("svg");
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-314f6f920fb58fa66d642695b3142410a283ffaf1133d721590565a83390a679.eot);
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(/assets/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-314f6f920fb58fa66d642695b3142410a283ffaf1133d721590565a83390a679.eot?#iefix) format("embedded-opentype"), url("data:font/woff2;charset=utf-8;base64,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") format("woff2"), url(/assets/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-3918bfdc75e2c2f69c7c08df3a6c6892a3db232e2d81b7d7b8c8e046c48b25ce.woff) format("woff"), url(/assets/SourceSansPro/source-sans-pro-v11-latin_latin-ext-600-5d7fcf4f142ea12afa613ef34af002a014be3b0d82a5e8b2499de780929d5972.ttf) format("truetype"), url(/assets/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;
  font-display: swap;
  src: url(data:font/woff2;base64,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);
}

/* 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 4, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-abacus:before {
  content: "\f640";
}

/* line 5, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-alarm-clock:before {
  content: "\f34e";
}

/* line 6, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-alicorn:before {
  content: "\f6b0";
}

/* line 7, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 8, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 9, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 10, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 11, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 12, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 13, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 14, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 15, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 16, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-basketball-hoop:before {
  content: "\f435";
}

/* line 17, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 18, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 19, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 20, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 21, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 22, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 23, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 24, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 25, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-boot:before {
  content: "\f782";
}

/* line 26, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 27, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 28, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 29, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 30, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 31, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-candle-holder:before {
  content: "\f6bc";
}

/* line 32, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 33, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 34, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 35, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 36, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 37, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 38, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 39, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 40, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chair-office:before {
  content: "\f6c1";
}

/* line 41, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 42, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 43, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 44, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 45, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chess-clock:before {
  content: "\f43d";
}

/* line 46, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 47, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 48, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chimney:before {
  content: "\f78b";
}

/* line 49, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 50, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 51, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 52, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 53, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-code-commit:before {
  content: "\f386";
}

/* line 54, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 55, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 56, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 57, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 58, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-container-storage:before {
  content: "\f4b7";
}

/* line 59, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

/* line 60, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 62, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 63, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 64, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 65, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-desktop-alt:before {
  content: "\f390";
}

/* line 66, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 67, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 68, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

/* line 69, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 70, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 71, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 72, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 73, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-duck:before {
  content: "\f6d8";
}

/* line 74, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 75, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 76, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 77, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 78, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-expand-arrows:before {
  content: "\f31d";
}

/* line 79, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 80, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 81, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 82, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-female:before {
  content: "\f182";
}

/* line 83, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 84, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 85, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 86, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 87, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 88, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 89, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-flask-potion:before {
  content: "\f6e1";
}

/* line 90, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-flower-tulip:before {
  content: "\f801";
}

/* line 91, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 92, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 93, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 94, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 95, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 96, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-globe-snow:before {
  content: "\f7a3";
}

/* line 97, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 98, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 99, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 100, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-head-vr:before {
  content: "\f6ea";
}

/* line 101, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 102, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 103, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-heart-circle:before {
  content: "\f4c7";
}

/* line 104, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 105, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-helmet-battle:before {
  content: "\f6eb";
}

/* line 106, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-hexagon:before {
  content: "\f312";
}

/* line 107, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 108, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-hockey-mask:before {
  content: "\f6ee";
}

/* line 109, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-home:before {
  content: "\f015";
}

/* line 110, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 111, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 112, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-industry-alt:before {
  content: "\f3b3";
}

/* line 113, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 114, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-key-skeleton:before {
  content: "\f6f3";
}

/* line 115, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-knife-kitchen:before {
  content: "\f6f5";
}

/* line 116, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-lamp:before {
  content: "\f4ca";
}

/* line 117, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 118, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-lightbulb-on:before {
  content: "\f672";
}

/* line 119, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-lights-holiday:before {
  content: "\f7b2";
}

/* line 120, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 121, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 122, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-loveseat:before {
  content: "\f4cc";
}

/* line 123, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-luchador:before {
  content: "\f455";
}

/* line 124, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-male:before {
  content: "\f183";
}

/* line 125, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 126, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 127, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 128, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 129, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 130, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 131, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 132, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-mug-marshmallows:before {
  content: "\f7b7";
}

/* line 133, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-music:before {
  content: "\f001";
}

/* line 134, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 135, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-phone-office:before {
  content: "\f67d";
}

/* line 136, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 137, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 138, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 139, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-plane-alt:before {
  content: "\f3de";
}

/* line 140, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 141, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 142, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 143, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 144, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 145, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 146, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-rectangle-landscape:before {
  content: "\f2fa";
}

/* line 147, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-rectangle-wide:before {
  content: "\f2fc";
}

/* line 148, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 149, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-rings-wedding:before {
  content: "\f81b";
}

/* line 150, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-road:before {
  content: "\f018";
}

/* line 151, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 152, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 153, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 154, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-scanner:before {
  content: "\f488";
}

/* line 155, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-school:before {
  content: "\f549";
}

/* line 156, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-search:before {
  content: "\f002";
}

/* line 157, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 158, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 159, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-share:before {
  content: "\f064";
}

/* line 160, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-sheep:before {
  content: "\f711";
}

/* line 161, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 162, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 163, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 164, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 165, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 166, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 167, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 168, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-snake:before {
  content: "\f716";
}

/* line 169, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-snowmobile:before {
  content: "\f7d1";
}

/* line 170, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 171, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 172, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 173, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-steering-wheel:before {
  content: "\f622";
}

/* line 174, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 175, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-swords:before {
  content: "\f71d";
}

/* line 176, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 177, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 178, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 179, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 180, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 181, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 182, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 183, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tire:before {
  content: "\f631";
}

/* line 184, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tire-rugged:before {
  content: "\f634";
}

/* line 185, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 186, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 187, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-train:before {
  content: "\f238";
}

/* line 188, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 189, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-trees:before {
  content: "\f724";
}

/* line 190, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 191, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 192, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 193, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 194, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 195, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 196, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 197, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 198, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 199, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 200, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 201, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 202, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 203, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 204, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 205, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 206, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-warehouse-alt:before {
  content: "\f495";
}

/* line 207, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-wheat:before {
  content: "\f72d";
}

/* line 208, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 209, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 210, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 211, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 212, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 213, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 214, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 215, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 216, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 217, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-images:before {
  content: "\f302";
}

/* line 218, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 219, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 220, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 221, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 222, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 223, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-star:before {
  content: "\f005";
}

/* line 224, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 225, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 226, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 227, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 228, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 229, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 230, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 231, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 232, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 233, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 234, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 235, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 236, app/assets/stylesheets/fast_forum_page/../fast_product_page/_icons_used.scss */
.fa-twitter:before {
  content: "\f099";
}

@font-face {
  font-family: "Font Awesome 5 Pro Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAAARUAAoAAAAACiwAAAQKAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgloKg3yDMAsMAAE2AiQDFAQgBYlRB1cbHwkRFZyxyX4c2A1fm7DUb0JbTMGydBIW4YmDO/9Dp74vsB0pQEBTUe51UgoEOJF5Ptm9f4dpTGqq0GyiGJSuFTHamnMExsQVPwWe4/O7CVPEz8gnDvfcmOKvDZJGmsiY27I2ZWNhOKZ13vna1OVbPAs86jyBxD/yH5jnoCb5TsIR4LKOpoEHuqgVQJp4APjNwkSAwTcogFbgoUB+a0ozpG/zfy6hY5pjfHMJxRJAANBBqwHYIwALfZI1AgDFYBHAGiccIFBhMP/8b89/GD+XaDSozy6FnoPODe1WEOoPSBMAJu/MAkAB2A7gLAAA4AAAQFiEdk7bIsG0bTakW8AEQS6dLY7kyVcshbVmaw5sIVrtcoDUVsdvp8wBNDct1vvs9VoUvtZtnSiwYqy8Qb0R27x6vjRvVYtA6gUL1gjyJsA6AvE9iIzdv3kxqkZuQ7p17BKQcMBy1qJZ8+jt84xnyaZLSH33rtkCUoet9UjXA2k94Tm4c6XBe0eQichmSPMk7Qkfu6rkVfMA8RYgRCAxB/8nF1xwY7VC3NrTS4dCUsvTfZfpZixySl8yTUv3xnBNpQVTLX0Nt35X3x/xw0rb67KX77PQ57uMbz6qQ3ONV809U423xlR38jubd1NGF9XMMDAelWPg0OE0q8ar0oNmPrJ3PNU+1QEX92d0VmU4GyZFHHc1HpS8NnpP7j77eosDOcZpWWknW7aZz7D3z3tkMmJoZJFpZLTOyLzOQTINjo8Iic7LiTbrIpWsMNnsnz+qCXc7DbMKdONKxMqM17Wvc6py0iP+h3itLAAAgIDOA0snfPicVacX/VslMgCAe/u3OYmHvQHNsQJ9AFQYCCEbW0otAXnbn1B+BsII0APQzAteAlgkBgSIjwPmcY2HYEmgbIDYsFTBUAoDy0ksODYawHMxDgqWVkLg7TBEZt5Dn0kAA8qYHDZkE2uwaNACEJwIACQyPWDoZi1YqbQbnMj8AS+TCYFCcI2HoJzZCZFvi9Dn2REwoCvreGhz6vHtSG2xdAUJ3/mbTt5CDnBuu6+84ptSKN595MxBHw0kZpkBemw9iKTyv+7oIbBOQpWgwcEozPh6F8jGSOCnkWSbzShPCfzJLokP1CXhE/jKVklDGJNsRSuctZJL9pXNrnqDv0kpVyBAFJOAh16HgLOvFNdrpXbvAxzgYhLqJDjwlMq9NUKTrlJxvCrGgXzIwHItpgDyxHaBGI/3I8X8XOlKOKlTd5HwfGCtk7Io5n8pYpX59keEvM1q9TgChjZR+jsJKMV6HcClCMS5G5Ber1ErEWy/HWTAnWg0GbxeCPpQLJep5n6j3ewLlBjNcRYO8Eao5sv5ar7ebncNxx1RCadhmOs47HCF2HDY/bexDA==);
}

/* line 8, app/assets/stylesheets/fast_product_page/minimum_font_awesome/_minimum_font_awesome_brands.scss */
.fab {
  font-family: "Font Awesome 5 Pro Brands";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAAARMAAoAAAAACgwAAAQBAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgloKhDyDaQsMAAE2AiQDFAQgBYhxB1gb+QgRFZyDyX4emG7Dp4FWlElJf57/vOrHVtAk5yMPcRDFb757yBsaeWKkIu7QOqmpJzW3LwMVp05hN9qmzoq8dVMJrBJsjxPhGkLlYj2lPDyGz3PMeJGg0V98I55YRAJFazU1Rdue7/kusgTOj84ozU/BvJqBOohP6Qpo8kZyoIPUkE5AZX/r39rGQUFVwYBEA38bdTpV7ID1ram5EnbDcnWJBhYEQIrJWpCGACqgAikIAA1QESAFjSLAg4GC8q3pAw0z13WJP/o2RE31T/b3RsA/UCIgTJ039QB+4Ch4DADEAwANBQXdSOsz4uLNeIOsirwbnGvNcebZpT0OX+zt6zdbF62Ld80yJzFxnhnyBi9jbVmzgdoJzZxbWLcz698V+86d4G3rlnPHfiuuUTIhsCTH2dpmwt4Ku/2C83mcQvapFpnzF29PfkPszsGjzDri8TSYI9FFEo+Jaoe8HZ3gJo/P2aDeYaPXS2PTG9x817lh3wxet+44R6yjwZB9O9Zdy+tuQ3cM2ua1D5ob32GOx+PMMzvP/9k917zNIVrvpAf6XB4Y5dm5OC5jjybzzs3rmqNo1uEZzALroKiKLXxxzUaOatps1MimfjSU+sqMGdapaDH60JhOVYsdfdLu+K4Gcv7ViOwt04mzqk64NXfoFpy1W+7HZXJWiz6yKOZZh7aVKzUiFErWMFkaNnvGiJZpNZ+vQRsqeXnrNP50fgsKP1CjRcWBi9kwE5/WGWyyKrXPl65r8wO5LQYPSaVlim24O0b1dyMLcP+4z4ascP8TemOeRCBVDy3/3Cz9u9ZRJX4bZQWAewd3pCG6HI0TwgeFAQMFAIGlMoaC+5cuNlJ1BVDAqCmPDxbLdQXolKQD2pMRBCgDAECgTAgAkAyAEJAMCjr5oJJKYWgENIRORj0RQYJZ8JDDengx3US0WB8QQ+dvYqxAgspnaUmAAiUFhDzVhIJHRkKlRBN1Wm3KSehUk5+IINtKwuP1NQtluBAa+vuMptL5F1qWJ/lrldq1yaUn/Be/xka/CG7YPcOv4g7sCqeiiiWJHR5xxQY26xMe7E4Y66r/v2OA1vQTVgXdjiMJ09vrQvarI3muSX442isNfl1O+W5zznMYH9JXviU1Km2Rb/XK9FHlI/ElS1whkX8xh8XGwJhmAtwiIQYu/DJIJGCUnQR2wJMYAXcd04S1bemzFXbQEVrxwY21EwwHf1Qwbjn9hyEmOTUJZ00v3SZ8KZh2vZMUujdK3inC7/tWjUggQCQGIiTyzaeIAYeGhIBkYEAR0gFGiM/jYMjGWEQ6W1gwB0ZaMSAaDiZSvWaHI8WQ4R7XdowuKyHrdPvegY5J3P7KlN83M5X9qFB8zp++AAA=);
}

/* line 8, app/assets/stylesheets/fast_product_page/minimum_font_awesome/_minimum_font_awesome_light.scss */
.fal {
  font-family: "Font Awesome 5 Pro Light";
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(data:font/woff2;charset=utf-8;base64,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);
}

/* line 8, app/assets/stylesheets/fast_product_page/minimum_font_awesome/_minimum_font_awesome_regular.scss */
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro Solid";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(data:font/woff2;charset=utf-8;base64,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);
}

/* line 8, app/assets/stylesheets/fast_product_page/minimum_font_awesome/_minimum_font_awesome_solid.scss */
.fas {
  font-family: "Font Awesome 5 Pro Solid";
  font-weight: 900;
}

@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,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") 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_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  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_forum_page/../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_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.custom-icon--info {
  color: #007aff;
}

/* line 60, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.custom-icon--primary {
  color: #19bcc9;
}

/* line 64, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.custom-icon--danger {
  color: #eb3d3d;
}

/* line 68, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-account:before {
  content: '\e800';
}

/* '' */
/* line 69, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-add:before {
  content: '\e801';
}

/* '' */
/* line 70, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-aircraft:before {
  content: '\e802';
}

/* '' */
/* line 71, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-analytics:before {
  content: '\e803';
}

/* '' */
/* line 72, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-animal:before {
  content: '\e804';
}

/* '' */
/* line 73, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-architectural:before {
  content: '\e805';
}

/* '' */
/* line 74, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-arrow-down:before {
  content: '\e806';
}

/* '' */
/* line 75, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-arrow-left:before {
  content: '\e807';
}

/* '' */
/* line 76, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-arrow-right:before {
  content: '\e808';
}

/* '' */
/* line 77, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-bookmark:before {
  content: '\e809';
}

/* '' */
/* line 78, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-car:before {
  content: '\e80a';
}

/* '' */
/* line 79, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-character:before {
  content: '\e80b';
}

/* '' */
/* line 80, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-chevron-down:before {
  content: '\e80c';
}

/* '' */
/* line 81, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-close:before {
  content: '\e80d';
}

/* '' */
/* line 82, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-dashboard:before {
  content: '\e80e';
}

/* '' */
/* line 83, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-details:before {
  content: '\e80f';
}

/* '' */
/* line 84, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-eta:before {
  content: '\e810';
}

/* '' */
/* line 85, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-extension-on:before {
  content: '\e811';
}

/* '' */
/* line 86, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-exterior:before {
  content: '\e812';
}

/* '' */
/* line 87, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-folder-add:before {
  content: '\e813';
}

/* '' */
/* line 88, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-facebook:before {
  content: '\e814';
}

/* '' */
/* line 89, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-free:before {
  content: '\e815';
}

/* '' */
/* line 90, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-format-list-bullets:before {
  content: '\e816';
}

/* '' */
/* line 91, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-food:before {
  content: '\e817';
}

/* '' */
/* line 92, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-folder-person:before {
  content: '\e818';
}

/* '' */
/* line 93, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-google-plus:before {
  content: '\e819';
}

/* '' */
/* line 94, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-furniture:before {
  content: '\e81a';
}

/* '' */
/* line 95, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-household:before {
  content: '\e81b';
}

/* '' */
/* line 96, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-info-outlined:before {
  content: '\e81c';
}

/* '' */
/* line 97, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-inbox:before {
  content: '\e81d';
}

/* '' */
/* line 98, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-industrial:before {
  content: '\e81e';
}

/* '' */
/* line 99, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-interior:before {
  content: '\e81f';
}

/* '' */
/* line 100, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-logout:before {
  content: '\e820';
}

/* '' */
/* line 101, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-military:before {
  content: '\e821';
}

/* '' */
/* line 102, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-model:before {
  content: '\e822';
}

/* '' */
/* line 103, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-pbr:before {
  content: '\e823';
}

/* '' */
/* line 104, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-plant:before {
  content: '\e824';
}

/* '' */
/* line 105, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-polygon:before {
  content: '\e825';
}

/* '' */
/* line 106, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-scanned:before {
  content: '\e826';
}

/* '' */
/* line 107, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-portrait:before {
  content: '\e827';
}

/* '' */
/* line 108, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-space:before {
  content: '\e828';
}

/* '' */
/* line 109, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-settings:before {
  content: '\e829';
}

/* '' */
/* line 110, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-vehicle:before {
  content: '\e82a';
}

/* '' */
/* line 111, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-verified:before {
  content: '\e82b';
}

/* '' */
/* line 112, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-visibility:before {
  content: '\e82c';
}

/* '' */
/* line 113, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-texture:before {
  content: '\e82d';
}

/* '' */
/* line 114, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-wallet:before {
  content: '\e82e';
}

/* '' */
/* line 115, app/assets/stylesheets/fast_forum_page/../fast_items/fonts/fontello/css/_custom-icons-embedded.scss */
.icon-watercraft:before {
  content: '\e82f';
}

/* '' */
/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon {
  width: 24px;
  height: 24px;
}

/* line 5, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon::before {
  margin: 0;
  font-size: 24px;
}

/* line 10, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 15, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--centered::before {
  font-size: inherit !important;
}

/* line 21, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--small::before {
  font-size: 20px !important;
}

/* line 27, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--tiny::before {
  font-size: 14px !important;
}

/* line 32, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--default {
  width: 32px;
  height: 32px;
}

/* line 36, app/assets/stylesheets/fast_forum_page/../fast_product_page/../components/_custom-font-icon.scss */
.custom-font-icon--default::before {
  font-size: 32px;
}

/* line 2, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-board-actions__search {
  display: inline-block;
  width: calc(100% - 170px);
  vertical-align: middle;
}

/* line 8, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-board-actions__return {
  line-height: 40px;
  vertical-align: middle;
}

/* line 13, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topics {
  margin: 20px 0 40px;
  border-top: 1px solid #e5eaec;
}

@media (max-width: 639.98px) {
  /* line 19, app/assets/stylesheets/fast_forum_page/_topics.scss */
  .forum-board-actions__search {
    width: 100%;
  }
  /* line 23, app/assets/stylesheets/fast_forum_page/_topics.scss */
  .forum-board-actions__return {
    display: block;
    margin-top: 15px;
    text-align: right;
  }
}

/* line 30, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-content {
  margin-bottom: 20px;
}

/* line 34, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-content p:last-child {
  margin-bottom: 0;
}

/* line 40, app/assets/stylesheets/fast_forum_page/_topics.scss */
.twitter-tweet-button {
  margin-left: 10px;
}

/* line 44, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-content__text {
  font-size: 1.125rem;
  line-height: 28px;
}

/* line 50, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-content__footer {
  margin-top: 20px;
  border-top: 1px solid #f4f6f7;
}

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

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

/* line 57, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-content__date {
  padding-top: 48px;
  color: #485c66;
  font-style: italic;
}

@media (max-width: 959.98px) {
  /* line 57, app/assets/stylesheets/fast_forum_page/_topics.scss */
  .forum-topic-content__date {
    text-align: right;
  }
}

/* line 67, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-content__stats {
  padding-top: 35px;
  text-align: right;
}

/* line 71, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-content__stats .forum-metric {
  margin-right: 40px;
}

/* line 76, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-details {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 83, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-details .forum-topic-details__back {
  float: left;
  margin: 0.5rem;
}

/* line 87, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-details .forum-topic-details__back a {
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-details .forum-topic-details__actions {
  float: right;
  margin: 0.5rem;
}

/* line 98, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-content__main {
  margin-bottom: 30px;
}

/* line 102, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-content__sidebar {
  padding-top: 50px;
}

/* line 106, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-metric {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #536975;
}

/* line 112, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-metric b {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  color: black;
}

/* line 120, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-answer {
  margin-bottom: 10px;
}

/* line 123, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-answer .comment-form-container {
  margin-top: 10px;
}

/* line 127, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-answer .comment:last-of-type {
  border-bottom: 0;
}

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

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

/* line 136, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-answer__comments {
  padding-left: 5%;
}

/* line 139, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-answer__comments .comments {
  border-left: 1px solid #e5eaec;
}

/* line 144, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-content__action {
  display: inline-block;
}

/* line 148, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-content__answers-sorting {
  float: right;
  display: inline-block;
}

/* line 152, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-content__answers-sorting .button {
  margin: 0 5px;
}

/* line 157, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-content__answer-form {
  padding-top: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #e5eaec;
}

/* line 162, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-content__answer-form h3 {
  margin-top: 0;
}

/* line 166, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-content__answer-form.is-first {
  border-top: 0;
}

/* line 171, app/assets/stylesheets/fast_forum_page/_topics.scss */
.new_post .button {
  float: right;
}

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

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

/* line 179, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-answer__author-avatar {
  float: left;
  margin-right: 10px;
}

/* line 184, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-answer__author-name {
  float: left;
  line-height: 30px;
}

/* line 189, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-answer__info {
  font-size: 0.875rem;
  float: right;
  line-height: 30px;
  color: #485c66;
  font-style: italic;
}

/* line 198, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-answer__delete,
.forum-answer__reply {
  float: right;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

/* line 206, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-answer__vote {
  margin-top: -20px;
}

/* line 210, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-answer__text {
  margin-top: 25px;
}

/* line 214, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-list {
  margin-bottom: 40px;
}

/* line 218, app/assets/stylesheets/fast_forum_page/_topics.scss */
.forum-topic-list__title {
  margin: 0 0 20px 0;
}

/* line 222, app/assets/stylesheets/fast_forum_page/_topics.scss */
.compact-topic {
  font-size: 0.875rem;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #dce3e6;
}

/* line 229, app/assets/stylesheets/fast_forum_page/_topics.scss */
.compact-topic:last-child {
  border-bottom: 0;
}

/* line 234, app/assets/stylesheets/fast_forum_page/_topics.scss */
.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 */
.compact-topic__author:before, .compact-topic__author:after {
  content: " ";
  display: table;
}

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

/* line 244, app/assets/stylesheets/fast_forum_page/_topics.scss */
.compact-topic__author a {
  text-decoration: none;
}

/* line 249, app/assets/stylesheets/fast_forum_page/_topics.scss */
.compact-topic__author-name {
  margin-right: 5px;
  float: left;
}

/* line 254, app/assets/stylesheets/fast_forum_page/_topics.scss */
.compact-topic__date {
  color: #485c66;
  float: left;
}

/* line 259, app/assets/stylesheets/fast_forum_page/_topics.scss */
.textarea {
  font-size: 0.875rem;
  display: block;
  width: 100%;
  margin: 0 0 16px;
  border: 1px solid #d7dfe3;
  border-radius: 3px;
  border-color: #f0f0f0;
  background-color: white;
  padding: 0.5rem;
  color: #204659;
  background-clip: padding-box;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 274, app/assets/stylesheets/fast_forum_page/_topics.scss */
.textarea:focus {
  outline: none;
}

/* line 1, app/assets/stylesheets/fast_forum_page/_typography.scss */
.content-heading {
  margin: 0 0 20px;
}

/* line 5, app/assets/stylesheets/fast_forum_page/_typography.scss */
.content-heading__title {
  font-size: 2rem;
  display: block;
  margin: 15px 0 5px 0;
  line-height: 1;
  color: #131518;
  font-weight: 300;
  word-wrap: break-word;
}

/* line 15, app/assets/stylesheets/fast_forum_page/_typography.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 23, app/assets/stylesheets/fast_forum_page/_typography.scss */
.svg-inline--fa {
  margin-right: 5px;
  vertical-align: baseline;
}

/* line 27, app/assets/stylesheets/fast_forum_page/_typography.scss */
.svg-inline--fa.is-not-spaced {
  margin: 0;
}

/* line 32, app/assets/stylesheets/fast_forum_page/_typography.scss */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 16px;
  line-height: 16px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 16px;
}

/* line 43, app/assets/stylesheets/fast_forum_page/_typography.scss */
.icon:after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 53, app/assets/stylesheets/fast_forum_page/_typography.scss */
.text-right {
  text-align: right;
}

/* line 57, app/assets/stylesheets/fast_forum_page/_typography.scss */
.text-extra-small {
  font-size: 0.75rem;
  line-height: 16px;
}

/* line 62, app/assets/stylesheets/fast_forum_page/_typography.scss */
.text-white {
  color: #fff;
}

/* line 66, app/assets/stylesheets/fast_forum_page/_typography.scss */
.text-red {
  color: #b31c3d;
}

/* line 70, app/assets/stylesheets/fast_forum_page/_typography.scss */
.link {
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/fast_forum_page/_typography.scss */
.link:hover, .link:active, .link:focus {
  text-decoration: underline;
}

/* line 80, app/assets/stylesheets/fast_forum_page/_typography.scss */
.link--white {
  color: #fff;
}

/* line 83, app/assets/stylesheets/fast_forum_page/_typography.scss */
.link--white:hover {
  color: #d5d5d5;
}

/* line 89, app/assets/stylesheets/fast_forum_page/_typography.scss */
.fa-2x {
  font-size: 2em;
}

/* line 93, app/assets/stylesheets/fast_forum_page/_typography.scss */
.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}

/* line 97, app/assets/stylesheets/fast_forum_page/_typography.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.breadcrumb {
  margin: 20px 0;
  padding: 0;
  font-size: 0.9375rem;
}

/* line 6, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.breadcrumb.breadcrumb-new {
  display: none;
  height: 36px;
  line-height: 36px;
}

/* line 11, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.breadcrumb.breadcrumb-new .breadcrumb-new__cta {
  display: block;
  width: 100%;
}

/* line 17, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.breadcrumb.breadcrumb-new .breadcrumb__item a {
  color: #bcbcbc;
}

/* line 24, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_breadcrumbs.scss */
.breadcrumb-new__title .btn {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 40, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.breadcrumb-new__cta .btn-group {
  width: 100%;
  margin-top: 12px;
}

@media (min-width: 960px) {
  /* line 40, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
  .breadcrumb-new__cta .btn-group {
    margin-top: 0;
    margin-left: 24px;
  }
}

/* line 50, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.breadcrumb-new__cta .btn {
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

@media (min-width: 960px) {
  /* line 39, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
  .breadcrumb-new__cta {
    display: flex;
  }
}

/* line 61, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.breadcrumb__item {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  color: #131518;
  list-style: none;
}

/* line 68, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_breadcrumbs.scss */
.breadcrumb__item a {
  color: #bcbcbc;
  text-decoration: none;
}

@media (max-width: 959.98px) {
  /* line 85, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
  .breadcrumb__item a {
    padding: 8px;
  }
}

/* line 92, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.breadcrumb__item:last-child::after, .breadcrumb__item.is-last::after {
  display: none;
}

@media (min-width: 960px) {
  /* line 100, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
  .breadcrumb.breadcrumb-new {
    display: block;
  }
  /* line 105, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
  .breadcrumb-new__cta {
    float: right;
  }
  /* line 108, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
  .breadcrumb-new__cta .btn {
    flex-basis: auto;
    flex-grow: 0;
  }
  /* line 114, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
  .breadcrumb-new__title {
    display: none;
  }
}

/* line 119, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.mobile-breadcrumb {
  display: none;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 125, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.mobile-breadcrumb button {
  position: absolute;
}

/* line 129, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.mobile-breadcrumb button > i {
  font-size: 1.33333em;
  line-height: 0.75em;
}

/* line 134, app/assets/stylesheets/fast_forum_page/../components/_breadcrumbs.scss */
.mobile-breadcrumb h6 {
  margin: 0 auto;
  color: #204659;
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.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/fast_forum_page/../components/_tabs.scss */
  .tabs__item a, .tabs__item--small a,
.legacy-tabs__item a {
    padding: 0.8em;
  }
}

/* line 36, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_tabs.scss */
.tabs__item--small {
  font-size: 0.75rem;
}

/* line 75, app/assets/stylesheets/fast_forum_page/../components/_tabs.scss */
.tabs--sealed .tabs__item, .tabs--sealed .tabs__item--small {
  transition: 0.15s ease-in-out background;
}

/* line 78, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_tabs.scss */
.tabs--sealed .tabs__item:hover, .tabs--sealed .tabs__item--small:hover {
  background: #fafbfb;
}

/* line 103, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_tabs.scss */
.tabs--stretched > .tabs__item, .tabs--stretched > .tabs__item--small {
  margin-right: 20px;
}

/* line 121, app/assets/stylesheets/fast_forum_page/../components/_tabs.scss */
.tabs--has-new-tab .tabs__item, .tabs--has-new-tab .tabs__item--small {
  line-height: 18px;
}

/* line 125, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_tabs.scss */
.tabs-container {
  padding-top: 20px;
}

/* line 154, app/assets/stylesheets/fast_forum_page/../components/_tabs.scss */
.sales-tabs {
  border-bottom: 1px solid #d2d5d8;
}

/* line 156, app/assets/stylesheets/fast_forum_page/../components/_tabs.scss */
.sales-tabs li {
  white-space: nowrap !important;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
.forum-board {
  padding: 20px 0;
  border-bottom: 1px solid #e5eaec;
}

/* line 5, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
.forum-board:nth-child(2n) {
  background: #ebeff1;
}

/* line 10, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
.forum-board:hover .forum-board__icon {
  color: #ce3c5c;
}

/* line 14, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
.forum-board:hover .forum-board__title {
  color: #ce3c5c;
}

/* line 17, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
.forum-board:hover .forum-board__title a {
  color: inherit;
}

/* line 24, app/assets/stylesheets/fast_forum_page/../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: 959.98px) {
  /* line 24, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
  .forum-board__icon {
    position: absolute;
    right: 0;
  }
}

/* line 36, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
.forum-board__title {
  margin: 0 0 5px;
  font-weight: normal;
  line-height: 1.75;
}

/* line 41, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
.forum-board__title a {
  text-decoration: none;
  color: black;
}

/* line 47, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
.forum-board__description {
  color: #536975;
  line-height: 1.75;
}

/* line 52, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
.forum-board__metric {
  text-align: center;
  color: #536975;
}

/* line 56, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
.forum-board__metric b {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  color: black;
}

@media (max-width: 959.98px) {
  /* line 52, app/assets/stylesheets/fast_forum_page/../components/_forum-boards.scss */
  .forum-board__metric {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
}

/* line 1, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic {
  padding: 10px 0;
  border-bottom: 1px solid #e5eaec;
}

/* line 6, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic.is-without-tags .forum-topic__title {
  margin-top: 10px;
}

/* line 11, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic:nth-child(2n) {
  background: #ebeff1;
}

/* line 16, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic:hover .forum-topic__title {
  color: #ce3c5c;
}

/* line 19, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic:hover .forum-topic__title a {
  color: inherit;
}

/* line 26, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_forum-topic.scss */
.forum-topic__title a {
  display: block;
  max-width: 100%;
  text-decoration: none;
  color: black;
}

/* line 51, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic__link {
  display: flex;
}

/* line 55, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic__content {
  padding-left: 15px;
}

/* line 58, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic__content .tag-list {
  margin-bottom: 5px;
}

/* line 63, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic__last-post {
  font-size: 0.875rem;
  color: #485c66;
}

/* line 67, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic__last-post span {
  display: block;
}

/* line 72, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_forum-topic.scss */
.forum-topic__stats {
  font-size: 0.875rem;
}

/* line 83, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic__metric {
  text-align: center;
  color: #536975;
}

/* line 87, app/assets/stylesheets/fast_forum_page/../components/_forum-topic.scss */
.forum-topic__metric b {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  color: black;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../components/_tag-lists.scss */
.tag-list {
  margin-bottom: 20px;
  position: relative;
}

/* line 5, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_tag-lists.scss */
.tag-list ul > li {
  display: inline-block;
  margin-right: 5px;
  list-style: none;
  position: relative;
}

/* line 19, app/assets/stylesheets/fast_forum_page/../components/_tag-lists.scss */
.tag-list ul > li:after {
  display: inline-block;
}

/* line 23, app/assets/stylesheets/fast_forum_page/../components/_tag-lists.scss */
.tag-list ul > li:first-child {
  padding-left: 50px;
}

/* line 27, app/assets/stylesheets/fast_forum_page/../components/_tag-lists.scss */
.tag-list ul > li:last-child, .tag-list ul > li.is-last {
  margin-right: 0;
}

/* line 31, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_tag-lists.scss */
.tag-list a {
  color: inherit;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.tag-list a:hover {
  color: #ce3c5c;
}

/* line 44, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_paginations.scss */
.pagination, .pagination--grey {
  margin: 20px 0;
  padding: 0;
  color: #485c66;
  text-align: center;
}

/* line 9, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_paginations.scss */
.pagination--grey {
  margin: 0;
  color: #3f444c;
}

/* line 50, app/assets/stylesheets/fast_forum_page/../components/_paginations.scss */
.pagination--grey > li a {
  color: #3f444c;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.pagination--grey > li a:hover {
  color: #19bcc9;
}

/* line 53, app/assets/stylesheets/fast_forum_page/../components/_paginations.scss */
.pagination--grey > li a:hover {
  border-radius: 0;
  background: none;
}

/* line 58, app/assets/stylesheets/fast_forum_page/../components/_paginations.scss */
.pagination--grey > li a.is-active {
  color: #19bcc9;
  font-weight: 600;
}

/* line 69, app/assets/stylesheets/fast_forum_page/../components/_paginations.scss */
.pagination-full .pagination-full__select-page .form-inline input {
  width: 50px;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_boxes.scss */
.box--grey {
  background-color: #efefef;
  margin-top: 0;
  border-radius: 3px 3px 0 0;
}

/* line 16, app/assets/stylesheets/fast_forum_page/../components/_boxes.scss */
.box--grey:first-child {
  margin-top: 0;
}

/* line 20, app/assets/stylesheets/fast_forum_page/../components/_boxes.scss */
.box--grey:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../components/_vote-blocks.scss */
.vote-block {
  width: 40px;
  text-align: center;
}

/* line 6, app/assets/stylesheets/fast_forum_page/../components/_vote-blocks.scss */
.vote-block.is-voted .vote-block__action {
  opacity: 0.4;
  pointer-events: none;
}

/* line 15, app/assets/stylesheets/fast_forum_page/../components/_vote-blocks.scss */
.vote-block__action:hover {
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/fast_forum_page/../components/_vote-blocks.scss */
.vote-block__action a,
.vote-block__action i {
  color: black;
}

/* line 25, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_vote-blocks.scss */
.vote-block__action.is-negative {
  margin-top: 30px;
}

/* line 41, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_vote-blocks.scss */
.vote-block__action.is-active {
  opacity: 1;
}

/* line 59, app/assets/stylesheets/fast_forum_page/../components/_vote-blocks.scss */
.vote-block__score {
  position: relative;
  top: 48px;
  left: -2px;
}

/* line 5, app/assets/stylesheets/fast_forum_page/../components/_spinners.scss */
.is-updating-with-spinner {
  position: relative;
}

/* line 8, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_spinners.scss */
.spinner--horizontal:after {
  background-image: url(/assets/@cgtrader/cgtrader-ui/images/preloader_horizontal-040e5dba03a92687a937352e4aae96da42e89b75a5fd735f06a4ae11b1dc747d.gif);
}

/* line 38, app/assets/stylesheets/fast_forum_page/../components/_spinners.scss */
.spinner--top:after {
  background-position: 50% 15%;
}

/* line 43, app/assets/stylesheets/fast_forum_page/../components/_spinners.scss */
.spinner--top.is-fixed:after {
  background-position: 50% 130px;
}

/* line 3, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-green {
  color: #19bcc9;
}

/* line 7, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-red {
  color: #b31c3d;
}

/* line 11, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-undecorated {
  text-decoration: none;
}

/* line 15, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-blue {
  color: #3b82a0;
}

/* line 19, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-orange {
  color: #ffa064;
}

/* line 23, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-default {
  color: #485c66;
}

/* line 27, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-light-grey {
  color: #bcbcbc;
}

/* line 31, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-dark {
  color: #3f444c;
}

/* line 35, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-primary-dark {
  color: #159ca9;
}

/* line 39, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-warning {
  color: #ce3c5c;
}

/* line 43, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-semibold {
  font-weight: 600;
}

/* line 47, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 51, app/assets/stylesheets/fast_forum_page/../components/_texts.scss */
.text-tiny {
  font-size: 12px;
}

/* line 3, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox:not(:checked), .checkbox:checked {
  position: absolute;
  left: -9999px;
}

/* line 9, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox:not(:checked) + label, .checkbox:checked + label {
  position: relative;
  padding-left: 1.43em;
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox:not(:checked) + label:before, .checkbox:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  transform: translateY(-50%);
}

/* line 29, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox:not(:checked) + label:before {
  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/fast_forum_page/../components/_checkboxes.scss */
.checkbox:checked + label:before {
  border: 1px solid #19bcc9;
  background: #19bcc9;
}

/* line 42, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_checkboxes.scss */
.checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

/* line 68, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* line 74, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox:disabled:not(:checked) + label:before {
  border-color: rgba(38, 38, 38, 0.15);
  background-color: #fff;
}

/* line 78, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox:disabled:checked + label:before {
  opacity: 0.5;
}

/* line 81, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox:disabled:checked + label:after {
  opacity: 0.5;
  color: #fff;
}

/* line 86, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox:disabled + .text-default {
  color: #485c66;
}

/* line 90, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox:disabled + label {
  color: rgba(38, 38, 38, 0.15);
}

/* line 95, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox + label:hover:before {
  border: 1px solid #19bcc9;
}

/* line 100, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox.is-spaced:not(:checked) + label, .checkbox.is-spaced:checked + label {
  padding-left: 1.7em;
}

/* line 107, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox__info {
  display: inline-block;
  margin-left: 10px;
}

/* line 111, app/assets/stylesheets/fast_forum_page/../components/_checkboxes.scss */
.checkbox__info .svg-inline--fa {
  color: #d7dfe3;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_indicators.scss */
.indicator.is-cornered, .indicator.is-outbound, .indicator.is-sticky, .indicator.is-outside {
  position: absolute;
}

/* line 21, app/assets/stylesheets/fast_forum_page/../components/_indicators.scss */
.indicator.is-sticky {
  top: -5px;
  right: 0;
}

/* line 26, app/assets/stylesheets/fast_forum_page/../components/_indicators.scss */
.indicator.is-cornered {
  top: 10px;
  right: 10px;
}

/* line 31, app/assets/stylesheets/fast_forum_page/../components/_indicators.scss */
.indicator.is-outbound {
  top: -10px;
  right: -10px;
}

/* line 36, app/assets/stylesheets/fast_forum_page/../components/_indicators.scss */
.indicator.is-outside {
  top: -5px;
  right: -5px;
}

/* line 41, app/assets/stylesheets/fast_forum_page/../components/_indicators.scss */
.indicator.is-disabled {
  background: #485c66;
  opacity: 0.6;
}

/* line 47, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_indicators.scss */
.has-indicator {
  position: relative;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_indicators.scss */
.rating-indicator--red {
  background-color: #e3454b;
}

/* line 75, app/assets/stylesheets/fast_forum_page/../components/_indicators.scss */
.rating-indicator--orange {
  background-color: #f97a00;
}

/* line 79, app/assets/stylesheets/fast_forum_page/../components/_indicators.scss */
.rating-indicator--green {
  background-color: #2baf9f;
}

/* line 84, app/assets/stylesheets/fast_forum_page/../components/_indicators.scss */
.rating-indicator--dynamic:not(:hover) {
  border-color: #d7dfe3;
  background-color: #fff;
  color: #485c66;
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_notification-bars.scss */
.notification-bar:hover {
  opacity: 1;
}

/* line 17, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notification-bar.is-active {
  display: block;
}

/* line 21, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notification-bar.is-bottom {
  top: auto;
  bottom: 0;
}

/* line 27, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notification-bar--success {
  border-color: #19bcc9;
  background: #19bcc9;
}

/* line 32, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notification-bar--error {
  border-color: #ce3c5c;
  background: #ce3c5c;
}

/* line 36, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notification-bar--error a {
  color: #3f444c;
}

/* line 40, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notification-bar--error a:hover {
  color: #131518;
}

/* line 46, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notifyjs-custom-base {
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
}

/* line 52, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notifyjs-custom-base .notification-icon {
  position: absolute;
  top: 28%;
  left: 13px;
}

/* line 57, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notifyjs-custom-base .notification-icon:before {
  font-size: 1.25rem;
  font-family: 'Font Awesome 5 Pro';
}

/* line 63, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_notification-bars.scss */
.notifyjs-custom-base .notification-close-icon {
  position: absolute;
  top: 3px;
  right: 0;
  display: inline-block;
}

/* line 79, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notifyjs-custom-base .notification-close-icon:before {
  font-size: 0.9375rem;
  font-family: 'Font Awesome 5 Pro';
  content: '\f00d';
}

/* line 87, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notifyjs-custom-error {
  background-color: #c03050;
}

/* line 91, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notifyjs-custom-error .notification-icon:before {
  content: '\f057';
}

/* line 97, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notifyjs-custom-error .notification-close-icon:before {
  -webkit-text-stroke: 2px #c03050;
}

/* line 103, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notifyjs-custom-success {
  background-color: #13929c;
}

/* line 107, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notifyjs-custom-success .notification-icon:before {
  content: '\f058';
}

/* line 113, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notifyjs-custom-success .notification-close-icon:before {
  -webkit-text-stroke: 2px #13929c;
}

/* line 119, app/assets/stylesheets/fast_forum_page/../components/_notification-bars.scss */
.notification-content--fitted {
  padding: 0.5rem !important;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comments {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comments .content-heading {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_comments.scss */
.comment.is-author, .comment.is-buyer {
  background: white;
}

/* line 20, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment.is-author .comment__body, .comment.is-buyer .comment__body {
  padding-right: 15px;
}

/* line 24, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_comments.scss */
.comment.is-buyer:after {
  content: "Buyer";
}

/* line 49, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_comments.scss */
.comment.is-edited .comment-form-container {
  padding-top: 15px;
  padding-right: 15px;
}

/* line 59, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment:last-child, .comment.is-last {
  border-bottom: 0;
}

/* line 64, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment .comment-form-container {
  margin-top: 20px;
}

/* line 68, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment .update-comment-form {
  padding-top: 44px;
}

/* line 73, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment__author {
  width: 8.7323943662%;
  float: left;
  margin-right: 1.4084507042%;
  text-align: center;
}

/* line 78, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_comments.scss */
.comment__body p:last-of-type {
  margin-bottom: 0;
}

/* line 95, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment__body a {
  color: #19bcc9;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.comment__body a:hover {
  color: #ce3c5c;
}

/* line 101, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_comments.scss */
.comment__info .comment__author-name {
  color: #3f444c;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.comment__info .comment__author-name:hover {
  color: #19bcc9;
}

/* line 112, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment__info a {
  text-decoration: none;
  font-weight: 700;
}

/* line 118, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment__actions {
  display: inline-block;
  margin-left: 10px;
}

/* line 122, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment__actions ul {
  margin: 0;
  padding: 0;
}

/* line 126, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment__actions ul > li {
  display: inline-block;
  margin-right: 5px;
}

/* line 132, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment__actions a {
  color: #19bcc9;
  text-decoration: none;
  font-weight: 400;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.comment__actions a:hover {
  color: #ce3c5c;
}

/* line 139, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment__action {
  color: #19bcc9;
  cursor: pointer;
  transition: 0.15s ease-in-out color;
}

/* line 144, app/assets/stylesheets/fast_forum_page/../components/_comments.scss */
.comment__action:hover {
  color: #ce3c5c;
}

/* line 150, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_comments.scss */
.comment--depth-1 .comment__info {
  padding-left: 20.2816901408%;
}

/* line 166, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_comments.scss */
.comment--depth-2 .comment__info {
  padding-left: 30.4225352113%;
}

/* line 182, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_comments.scss */
.comment--depth-3 .comment__info {
  padding-left: 40.5633802817%;
}

/* line 197, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_comments.scss */
.comment-form__author {
  width: 8.7323943662%;
  float: left;
  margin-right: 1.4084507042%;
  text-align: center;
}

/* line 207, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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 5, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-control,
.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/fast_forum_page/../components/_inputs.scss */
.form-control::-ms-expand,
.embed-contact-form input::-ms-expand,
.embed-contact-form select::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 36, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-control::placeholder,
.embed-contact-form input::placeholder,
.embed-contact-form select::placeholder {
  opacity: 1;
  color: #868e96;
}

/* line 47, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-control:disabled, .form-control[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/fast_forum_page/../components/_inputs.scss */
.form-control.error,
.embed-contact-form input.error,
.embed-contact-form select.error {
  border-color: #f00;
}

/* line 61, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem + 0);
}

/* line 65, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}

/* line 77, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-control-file,
.form-control-range {
  display: block;
}

/* line 88, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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: #f00;
}

/* line 143, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_inputs.scss */
.form-group--with-prefix .form-control,
.form-group--with-postfix .form-control {
  position: relative;
  width: 1%;
  margin-bottom: 0;
  background-color: #f7f7f7;
  flex: 1 1 auto;
}

/* line 156, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group--with-prefix .form-control:disabled,
.form-group--with-postfix .form-control:disabled {
  background-color: #e9ecef;
}

/* line 163, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group--with-prefix .form-group-prepend {
  margin-right: -1px;
}

/* line 166, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group--with-prefix .form-group-prepend .form-group-text {
  border-radius: 3px 0 0 3px;
}

/* line 172, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group--with-prefix .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 180, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group--with-postfix .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 185, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group--with-postfix .form-group-append {
  margin-left: -1px;
}

/* line 188, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_inputs.scss */
.form-control-grey {
  border-color: #f0f0f0;
  background-color: #f7f7f7;
}

/* line 201, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-control-invisible {
  border-color: transparent;
  background-color: transparent;
  resize: none;
}

/* line 207, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-control--with-placeholder::placeholder {
  color: #868e96;
  font-style: italic;
  font-weight: 200;
}

/* line 218, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_inputs.scss */
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 0);
}

/* line 259, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_inputs.scss */
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 0);
}

/* line 279, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group,
.embed-contact-form .field {
  margin-bottom: 1rem;
}

/* line 285, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group label b,
.embed-contact-form .field label b {
  color: #f00;
  font-weight: 400;
}

/* line 290, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group label.error,
.embed-contact-form .field label.error {
  font-size: 0.8125rem;
  margin-top: 3px;
  color: #f00;
  letter-spacing: 0.44px;
}

/* line 298, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group .is-invalid,
.embed-contact-form .field .is-invalid {
  border-color: #f00;
}

/* line 301, app/assets/stylesheets/fast_forum_page/../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: #f00;
}

/* line 307, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group .with-notification,
.embed-contact-form .field .with-notification {
  border-color: #19bcc9;
}

/* line 311, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group .error-message,
.embed-contact-form .field .error-message {
  font-size: 0.8125rem;
  margin-top: 3px;
  color: #f00;
  letter-spacing: 0.44px;
}

/* line 318, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_inputs.scss */
.form-group .ReactPasswordStrength,
.embed-contact-form .field .ReactPasswordStrength {
  border: 1px solid #ced4da;
  border-radius: 3px;
}

/* line 335, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_inputs.scss */
.form-group-grey {
  margin-bottom: 1.25rem;
}

/* line 406, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-group-grey label {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 3px;
  color: #6d6d6d;
}

/* line 415, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_inputs.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 431, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-row {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

/* line 437, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 449, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-check {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}

/* line 455, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-check.disabled .form-check-label {
  color: #868e96;
}

/* line 461, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-check-label {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

/* line 466, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

/* line 473, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

/* line 477, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-check-inline .form-check-label {
  vertical-align: middle;
}

/* line 491, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 499, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 640px) {
  /* line 505, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
  .form-inline label {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 513, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_inputs.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 529, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 533, app/assets/stylesheets/fast_forum_page/../components/_inputs.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 539, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_inputs.scss */
  .form-inline .form-check-label {
    padding-left: 0;
  }
  /* line 552, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_inputs.scss */
  .form-inline .custom-control {
    display: flex;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  /* line 567, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_inputs.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 2, app/assets/stylesheets/fast_forum_page/../components/_feed.scss */
.feed-container .feed-container__content, .feed-container--inbox .feed-container__content {
  width: 100%;
}

/* line 6, app/assets/stylesheets/fast_forum_page/../components/_feed.scss */
.feed-container .avatar, .feed-container--inbox .avatar {
  vertical-align: top;
}

/* line 10, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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 61, app/assets/stylesheets/fast_forum_page/../fast_product_page/_mixins.scss */
.feed-container .feed-list__item a:hover, .feed-container--inbox .feed-list__item a:hover {
  color: #131518;
}

/* line 41, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_feed.scss */
.feed-container .feed-item__title, .feed-container--inbox .feed-item__title {
  color: #3f444c;
  font-weight: 600;
}

/* line 54, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_feed.scss */
.feed-container--inbox .feed-list__separator::before {
  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/fast_forum_page/../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/fast_forum_page/../components/_feed.scss */
.feed-container--inbox .feed-list__item {
  position: relative;
}

/* line 100, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../components/_feed.scss */
.feed-container--inbox .feed-list__item .avatar.svg-inline--fa {
  font-size: 2.5rem;
}

/* line 120, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_feed.scss */
.feed-container--inbox .feed-list__item .feed-item__title a {
  pointer-events: all;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_notices.scss */
.notice.is-secondary-color {
  background-color: #b3475d;
}

/* line 17, app/assets/stylesheets/fast_forum_page/../components/_notices.scss */
.notice.old-navigation-used {
  bottom: 0;
}

/* line 21, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_notices.scss */
.notice.notice-float .close-notice {
  top: 11px;
  right: 14px;
}

/* line 34, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_notices.scss */
.notice .btn {
  display: block;
  width: 100px;
  margin: 15px auto 0;
}

/* line 46, app/assets/stylesheets/fast_forum_page/../components/_notices.scss */
.notice .notice-content {
  position: relative;
}

/* line 50, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_notices.scss */
.notice .close-notice:hover {
  opacity: 0.8;
}

@media (min-width: 640px) {
  /* line 1, app/assets/stylesheets/fast_forum_page/../components/_notices.scss */
  .notice {
    bottom: 0;
    padding: 10px 25px;
    text-align: center;
  }
  /* line 67, app/assets/stylesheets/fast_forum_page/../components/_notices.scss */
  .notice.notice-float {
    width: 60%;
  }
  /* line 71, app/assets/stylesheets/fast_forum_page/../components/_notices.scss */
  .notice .btn {
    display: inline-block;
    margin: 0 0 0 15px;
  }
  /* line 76, app/assets/stylesheets/fast_forum_page/../components/_notices.scss */
  .notice .close-notice {
    top: 0;
    right: -10px;
  }
}

/* line 1, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.user-form {
  margin-top: 3rem;
}

/* line 4, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.user-form.no-margin {
  margin: 0;
}

/* line 8, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_forms.scss */
.user-form label {
  display: inline-block;
  margin-bottom: 4px;
  color: #6d6d6d;
}

/* line 21, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.user-form .terms-text {
  margin: 1rem 0;
  color: #204659;
}

/* line 26, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.user-form .form-group {
  margin-bottom: 1.5rem;
}

/* line 32, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.user-auth-container .hidden {
  display: none;
}

/* line 37, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.user-auth-container .form-gdpr .gdpr-buttons {
  margin-bottom: 8px;
}

/* line 42, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.user-auth-container .form-group-pass {
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.user-auth-container .undecorated-text {
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.user-auth-container .tiny-link {
  font-size: 12px;
  line-height: 16px;
}

/* line 55, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.user-auth-container .form__remember-me {
  margin-bottom: 8px;
}

/* line 59, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.user-auth-container .form__two-fa-second-state {
  display: none;
}

/* line 63, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../components/_forms.scss */
.search-form {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* line 77, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.search-form .form-control {
  display: block;
  width: 100%;
  padding-right: 35px;
}

/* line 83, app/assets/stylesheets/fast_forum_page/../components/_forms.scss */
.search-form .btn {
  position: absolute;
  top: 1px;
  right: 1px;
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 1, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs {
  margin: 0;
  padding: 0 1.25rem;
  list-style: none;
}

/* line 6, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs li {
  display: inline-block;
}

/* line 9, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs li > a,
.tabs li .no-link {
  font-size: 1.1875rem;
  display: block;
  margin: 0 0.625rem;
  border-bottom: 3px solid transparent;
  padding: 0.875rem 1.25rem 0.75rem;
  color: #204659;
  text-decoration: none;
  font-weight: 300;
}

/* line 20, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs li > a:hover,
.tabs li .no-link:hover {
  border-bottom-color: #bcbcbc;
}

/* line 26, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs li.is-active > a,
.tabs li.is-active .no-link {
  border-bottom-color: #159ca9;
  font-weight: 400;
}

/* line 35, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs--small {
  padding: 0;
}

/* line 39, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs--small li > a {
  font-size: 1rem;
  padding: 0.625rem 0 0;
}

/* line 45, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs--small li:first-child > a {
  margin-left: 1px;
}

/* line 52, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs--bordered-small {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 20px;
}

/* line 57, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs--bordered-small li {
  margin-bottom: -1px;
}

/* line 60, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs--bordered-small li > a {
  font-size: 0.9375rem;
  width: 100%;
  padding: 17px 12px 5px;
}

/* line 67, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
.tabs--bordered-small li:first-child > a {
  margin-left: 1px;
}

@media (max-width: 639.98px) {
  /* line 52, app/assets/stylesheets/fast_forum_page/../fast_product_page/_tabs.scss */
  .tabs--bordered-small {
    padding: unset;
    overflow-x: scroll;
  }
}

/* line 1, app/assets/stylesheets/fast_forum_page/../layout/_ze-messenger.scss */
#launcher {
  display: none !important;
}

/* line 5, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../layout/_ze-messenger.scss */
  .support-messenger-trigger {
    top: calc(75%);
  }
}

/* line 30, app/assets/stylesheets/fast_forum_page/../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/fast_forum_page/../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/fast_forum_page/../layout/_chatbot.scss */
.chatbot-button:hover {
  transform: scale(1.08);
}

@media (min-width: 640px) {
  /* line 1, app/assets/stylesheets/fast_forum_page/../layout/_chatbot.scss */
  .chatbot-button {
    bottom: 1rem;
  }
}

/* line 29, app/assets/stylesheets/fast_forum_page/../layout/_chatbot.scss */
.chatbot-button__icon--is-hidden {
  display: none;
}

/* line 34, app/assets/stylesheets/fast_forum_page/../layout/_chatbot.scss */
#chatbase-bubble-button {
  bottom: 3rem !important;
}

@media (min-width: 640px) {
  /* line 34, app/assets/stylesheets/fast_forum_page/../layout/_chatbot.scss */
  #chatbase-bubble-button {
    bottom: 1rem !important;
  }
}

/* line 61, app/assets/stylesheets/fast_forum_page/_main.scss */
.indicator:empty {
  display: none;
}

/* line 65, app/assets/stylesheets/fast_forum_page/_main.scss */
.popover-content {
  color: #3f444c;
  overflow-y: auto;
  overflow-x: visible;
}

/* line 70, app/assets/stylesheets/fast_forum_page/_main.scss */
.popover-content.no-pad-left-right {
  padding-right: 0;
  padding-left: 0;
}

/* line 75, app/assets/stylesheets/fast_forum_page/_main.scss */
.popover-content.no-pad {
  padding: 0;
}

/* line 79, app/assets/stylesheets/fast_forum_page/_main.scss */
.popover-content.user-menu-pad {
  padding: 20px 0 10px;
}

/* line 83, app/assets/stylesheets/fast_forum_page/_main.scss */
.popover-content.is-empty {
  font-size: 1.25rem;
  color: #485c66;
  letter-spacing: 0.3px;
  font-weight: 600;
}

/* line 89, app/assets/stylesheets/fast_forum_page/_main.scss */
.popover-content.is-empty p {
  opacity: 0.49;
  margin: 90px 0;
}

/* line 94, app/assets/stylesheets/fast_forum_page/_main.scss */
.popover-content.is-empty .svg-inline--fa {
  font-size: 5.625rem;
  display: block;
  margin: 0 auto 30px;
  color: #d5d5d5;
}

/* line 102, app/assets/stylesheets/fast_forum_page/_main.scss */
.popover-content .popover-content__title {
  font-size: 1.125rem;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.2px;
  font-weight: 600;
}

/* line 109, app/assets/stylesheets/fast_forum_page/_main.scss */
.popover-content .popover-content__title.is-smaller {
  font-size: 1rem;
  padding-bottom: 15px;
}

/* line 114, app/assets/stylesheets/fast_forum_page/_main.scss */
.popover-content .popover-content__title.is-lighter {
  font-weight: 400;
}

/* line 118, app/assets/stylesheets/fast_forum_page/_main.scss */
.popover-content .popover-content__title span {
  font-weight: 800;
}

/* line 124, app/assets/stylesheets/fast_forum_page/_main.scss */
.button_to {
  display: inline-block;
}

/* line 130, app/assets/stylesheets/fast_forum_page/_main.scss */
.breadcrumb .breadcrumb__item .tag-count {
  color: #485c66;
}

/* line 134, app/assets/stylesheets/fast_forum_page/_main.scss */
.breadcrumb .breadcrumb__item a {
  text-decoration: none;
}

/* line 138, app/assets/stylesheets/fast_forum_page/_main.scss */
.breadcrumb .breadcrumb__item:last-child {
  margin-right: 10px;
}

/* line 144, app/assets/stylesheets/fast_forum_page/_main.scss */
.mobile-breadcrumb {
  display: none;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 149, app/assets/stylesheets/fast_forum_page/_main.scss */
.mobile-breadcrumb > button {
  position: absolute;
}

/* line 152, app/assets/stylesheets/fast_forum_page/_main.scss */
.mobile-breadcrumb > h6 {
  margin: 0 auto;
  font-size: 1rem;
  color: #204659;
}

/* line 157, app/assets/stylesheets/fast_forum_page/_main.scss */
.mobile-breadcrumb > button > i {
  font-size: 1.33333em;
  line-height: 0.75em;
}

@media (max-width: 639.98px) {
  /* line 164, app/assets/stylesheets/fast_forum_page/_main.scss */
  .container-fixed {
    padding: 0.4rem;
  }
  /* line 168, app/assets/stylesheets/fast_forum_page/_main.scss */
  .breadcrumb {
    display: none;
  }
  /* line 173, app/assets/stylesheets/fast_forum_page/_main.scss */
  .fast-listing-breadcrumb .breadcrumb {
    display: inline-block;
  }
  /* line 178, app/assets/stylesheets/fast_forum_page/_main.scss */
  .mobile-breadcrumb {
    display: flex;
    flex-direction: row;
  }
  /* line 183, app/assets/stylesheets/fast_forum_page/_main.scss */
  .product-free-container {
    position: relative;
  }
}

/* line 188, app/assets/stylesheets/fast_forum_page/_main.scss */
#notifications-container {
  top: 96px;
  position: fixed;
  margin: 10px 0 0;
  right: 10px;
  z-index: 1001;
}

/* line 195, app/assets/stylesheets/fast_forum_page/_main.scss */
#notifications-container.with-bar {
  top: 136px;
}

/* line 199, app/assets/stylesheets/fast_forum_page/_main.scss */
#notifications-container .notifyjs-custom-base {
  position: relative;
}

/* line 202, app/assets/stylesheets/fast_forum_page/_main.scss */
#notifications-container .notifyjs-custom-base .notification-content {
  margin-right: 35px;
}

/* line 206, app/assets/stylesheets/fast_forum_page/_main.scss */
#notifications-container .notifyjs-custom-base .notification-close-icon {
  top: 10px;
  right: 5px;
}

/* line 210, app/assets/stylesheets/fast_forum_page/_main.scss */
#notifications-container .notifyjs-custom-base .notification-close-icon:before {
  font-size: 1.1em;
  font-weight: bold;
}

/* line 218, app/assets/stylesheets/fast_forum_page/_main.scss */
.is-disabled {
  opacity: 0.4;
}

/* line 222, app/assets/stylesheets/fast_forum_page/_main.scss */
.forum-boards {
  margin: 20px 0;
}

/* line 226, app/assets/stylesheets/fast_forum_page/_main.scss */
.forum-topics {
  margin: 20px 0;
  min-height: 500px;
}

/* line 231, app/assets/stylesheets/fast_forum_page/_main.scss */
.forum-board-actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* line 238, app/assets/stylesheets/fast_forum_page/_main.scss */
.forum-tabs {
  margin-top: 20px;
}

/* line 242, app/assets/stylesheets/fast_forum_page/_main.scss */
.forum-search__action {
  min-width: 100px;
}

/* line 247, app/assets/stylesheets/fast_forum_page/_main.scss */
.products-pagination__select-page .form-inline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  border-left: 1px solid #d5d5d5;
  padding: 4px 0 2px 15px;
}

/* line 255, app/assets/stylesheets/fast_forum_page/_main.scss */
.products-pagination__select-page .form-inline input {
  width: 50px;
}

/* line 261, app/assets/stylesheets/fast_forum_page/_main.scss */
.l-inner {
  padding: 24px;
}

/* line 267, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .tabs-content {
  padding: 25px;
}

@media (min-width: 640px) {
  /* line 267, app/assets/stylesheets/fast_forum_page/_main.scss */
  .site-navigation .user .tabs-content {
    padding: 20px 30px 30px;
  }
}

/* line 275, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 280, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .user-avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
}

/* line 289, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .user-avatar.is-empty {
  font-size: 1.5rem;
  background-color: #159ca9;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

/* line 300, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .user-info {
  position: relative;
  width: calc(100% - 60px);
  margin: auto;
}

/* line 306, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .user-menu__info-link {
  position: relative;
}

/* line 310, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .user-menu__info-icon {
  position: absolute;
  top: 14px;
  right: 10px;
}

/* line 316, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .username {
  color: #3f444c;
  display: block;
  text-decoration: none;
}

/* line 322, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .level {
  font-size: 0.875rem;
  color: #6d6d6d;
  text-decoration: none;
}

/* line 328, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .logout {
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: #3f444c;
  line-height: 40px;
  text-align: center;
}

/* line 341, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .menu-item {
  display: block;
  padding: 12px 30px;
  color: #3f444c;
  text-decoration: none;
  text-transform: capitalize;
}

/* line 348, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .menu-item .svg-inline--fa {
  font-size: 0.875rem;
  width: 18px;
  margin-right: 10px;
}

@media (min-width: 960px) {
  /* line 355, app/assets/stylesheets/fast_forum_page/_main.scss */
  .site-navigation .user .user-info-section .menu-item:hover {
    background-color: #f7f7f7;
  }
}

/* line 360, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .menu-item.user-message {
  font-size: 0.9375rem;
}

/* line 363, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .menu-item.user-message .svg-inline--fa {
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}

/* line 369, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section .menu-item.user-message span {
  display: inline-block;
  width: calc(100% - 24px);
}

/* line 376, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section.is-inline {
  display: flex;
}

/* line 380, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section:first-of-type {
  padding: 0 30px 20px;
}

/* line 384, app/assets/stylesheets/fast_forum_page/_main.scss */
.site-navigation .user .user-info-section:last-of-type {
  padding: 10px 0 0;
  border-bottom: none;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  /* line 391, app/assets/stylesheets/fast_forum_page/_main.scss */
  .site-navigation .user .user-btn {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 639.98px) {
  /* line 398, app/assets/stylesheets/fast_forum_page/_main.scss */
  .site-navigation .user .user-btn {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* line 406, app/assets/stylesheets/fast_forum_page/_main.scss */
.license-form {
  display: inline-block;
}

/* line 409, app/assets/stylesheets/fast_forum_page/_main.scss */
.license-form .button {
  font-size: 0.9375rem;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  height: 20px;
  padding-right: 0;
  line-height: 20px;
  color: #0e676e;
}

/* line 417, app/assets/stylesheets/fast_forum_page/_main.scss */
.license-form .button:hover {
  color: #131518;
}

/* line 424, app/assets/stylesheets/fast_forum_page/_main.scss */
.tooltip.license .content {
  width: 600px;
  text-align: center;
  pointer-events: initial;
}

@media (max-width: 959.98px) {
  /* line 424, app/assets/stylesheets/fast_forum_page/_main.scss */
  .tooltip.license .content {
    width: 300px;
  }
}

@media (max-width: 639.98px) {
  /* line 424, app/assets/stylesheets/fast_forum_page/_main.scss */
  .tooltip.license .content {
    width: 240px;
  }
}

/* line 439, app/assets/stylesheets/fast_forum_page/_main.scss */
.comment {
  overflow: visible;
}

/* line 443, app/assets/stylesheets/fast_forum_page/_main.scss */
.u-mr10 {
  margin-right: 10px;
}

/* line 447, app/assets/stylesheets/fast_forum_page/_main.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 451, app/assets/stylesheets/fast_forum_page/_main.scss */
.btn--gplus {
  background: #dc4e41;
  color: #fff;
}

/* line 456, app/assets/stylesheets/fast_forum_page/_main.scss */
.btn--facebook {
  background: #3c5a99;
  color: #fff;
}

/* line 461, app/assets/stylesheets/fast_forum_page/_main.scss */
.tab-pane {
  display: none;
}

/* line 464, app/assets/stylesheets/fast_forum_page/_main.scss */
.tab-pane.is-active {
  display: block;
}
