/* stylelint-disable */
@font-face {
  font-family: roboto_wf;
  src: url(https://obs.duel.me/assets/fonts/roboto/roboto-regular-webfont.woff2) format('woff2'),url(https://obs.duel.me/assets/fonts/roboto/roboto-regular-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: roboto_wf;
  src: url(https://obs.duel.me/assets/fonts/roboto/roboto-regularitalic-webfont.woff2) format('woff2'),url(https://obs.duel.me/assets/fonts/roboto/roboto-regularitalic-webfont.woff) format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: roboto_wf;
  src: url(https://obs.duel.me/assets/fonts/roboto/roboto-light-webfont.woff2) format('woff2'),url(https://obs.duel.me/assets/fonts/roboto/roboto-light-webfont.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: roboto_wf;
  src: url(https://obs.duel.me/assets/fonts/roboto/roboto-medium-webfont.woff2) format('woff2'),url(https://obs.duel.me/assets/fonts/roboto/roboto-medium-webfont.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: roboto_wf;
  src: url(https://obs.duel.me/assets/fonts/roboto/roboto-mediumitalic-webfont.woff2) format('woff2'),url(https://obs.duel.me/assets/fonts/roboto/roboto-mediumitalic-webfont.woff) format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.cookie-consent {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  font-size: 0.95em;
  bottom: 16px;
  left: 16px;
  pointer-events: none;
  right: 16px;
  z-index: 10;
  --color: #222;
  --weakColor: #bbb;
  --radius: var(--primaryActionRadius, var(--btnRadius));
  color: var(--color);
}
.cookie-consent > div {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 0;
  padding: 1em 1em 1em 1.2rem;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: var(--radius);
  display: -webkit-flex;
  display: flex;
  margin: auto;
  max-width: 40em;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cookie-consent > div a {
  color: inherit;
  padding-bottom: 0.3em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: var(--weakColor);
  text-decoration-color: var(--weakColor);
}
.cookie-consent > div a:active,
.cookie-consent > div a:focus,
.cookie-consent > div a:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
.cookie-consent button {
  color: #555;
  font-size: 0.9em;
  border-radius: var(--radius);
  font-weight: 700;
  margin-left: 1.3em;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.4em 1em;
  white-space: nowrap;
  display: inline-block;
}
.cookie-consent button:active,
.cookie-consent button:focus,
.cookie-consent button:hover {
  color: var(--color);
  cursor: pointer;
  text-decoration: none;
}
.cookie-consent button * {
  pointer-events: none;
}
@media (max-width: 650px) {
  .cookie-consent {
    font-size: 0.9rem;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #fdfdfd;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nowrap {
  white-space: nowrap;
}
input[type="password"] {
  font-family: Verdana, sans-serif !important;
  letter-spacing: 1px;
}
input[type="number"] {
  appearance: textfield;
}
input[type="checkbox"],
input[type="radio"] {
  font-size: 2em;
}
:disabled {
  -webkit-text-fill-color: currentColor;
}
input,
textarea {
  border-radius: var(--inputRadius);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
  font-family: var(--baseFontFamily, "roboto_wf", Roboto, Arial, sans-serif);
  letter-spacing: 0;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #999;
  font-family: var(--baseFontFamily, "roboto_wf", Roboto, Arial, sans-serif);
  letter-spacing: 0;
}
.control {
  display: block;
  width: 100%;
  padding: 0.475rem 0.65rem;
  font-size: max(16px, 1rem);
  font-family: inherit;
  line-height: 1.5;
  color: inherit;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: var(--inputRadius);
}
.control:focus {
  border-color: #555;
}
.control:disabled {
  background-color: rgba(0, 0, 0, 0.025);
  color: #999;
}
.control[readonly="readOnly"] {
  pointer-events: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.025);
  border-color: transparent;
}
.control[type="checkbox"] {
  width: auto;
  padding: 0;
}
select.control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  padding-left: 0.5rem;
}
select.control::-ms-expand {
  display: none;
}
.dropdown-bg,
select.control {
  background-image: url("data:image/svg+xml,%3Csvg width%3D%228%22 viewBox%3D%220 0 10 17%22 fill%3D%22black%22 fill-opacity%3D%22.8%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M1%2C7 l4%2C-6 l4%2C6 zM1%2C10 l4%2C6 l4%2C-6 z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: 8px auto;
  padding-right: 20px;
}
.form-group label {
  margin-bottom: 0.25em;
  font-weight: 700;
}
.form-group .hint {
  color: var(--weakColor);
  display: block;
  font-size: 0.9em;
  padding-bottom: 0.2em;
  font-weight: 400;
}
.form-group .hint.-inline {
  display: inline;
  padding: 0;
  margin-left: 0.5rem;
}
.form-group + .form-group {
  margin-top: 1.2rem;
}
.form-actions {
  margin: 2rem 0 0;
}
.form-actions.-standalone {
  margin-top: 0;
}
.form-actions .btn {
  min-width: 9em;
}
svg[icon][class] {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  pointer-events: none;
}
svg[icon][class][icon="notification"] {
  width: 1em;
  height: 1.05em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
svg[icon][class][icon="chevron-down"],
svg[icon][class][icon="chevron-left"],
svg[icon][class][icon="chevron-right"],
svg[icon][class][icon="chevron-up"] {
  stroke: currentColor;
  stroke-width: 2;
}
svg[icon][class][icon="logo"] {
  width: 2.6em;
}
svg[icon][class][icon="clock"] {
  stroke-width: 5;
}
svg[icon][class][icon="flag"] {
  fill: none;
  stroke: currentColor;
}
svg[icon][class][icon="check-circle"],
svg[icon][class][icon="circle-attention"],
svg[icon][class][icon="lightbulb"] {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6687;
}
svg[icon][class][icon="spin"] {
  -webkit-animation: 0.7s cubic-bezier(0.64, 0.17, 0.42, 0.91) infinite spin;
  animation: 0.7s cubic-bezier(0.64, 0.17, 0.42, 0.91) infinite spin;
  stroke-width: 2;
  stroke: currentColor;
}
svg[icon][class][icon="spin"].off {
  -webkit-animation: none;
  animation: none;
  visibility: hidden;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn,
[btn] {
  color: #222;
  margin: 0;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  font-family: inherit;
  padding: 0.9em 1em;
  border-radius: var(--btnRadius);
  border: 1px solid rgba(0, 0, 0, 0.125);
  width: var(--btnWidth);
  min-width: var(--btnMinWidth);
  text-align: center;
  cursor: pointer;
  background-color: #f2f2f2;
  vertical-align: bottom;
  white-space: nowrap;
}
.btn svg,
[btn] svg {
  pointer-events: none;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.btn > svg:first-child,
[btn] > svg:first-child {
  margin-right: 0.7rem;
}
.btn:active:focus,
[btn]:active:focus {
  outline: 0;
}
.btn:disabled,
[btn]:disabled {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #eee;
  color: #999;
  pointer-events: none;
  cursor: help;
}
.btn:active,
.btn:focus,
.btn:hover,
[btn]:active,
[btn]:focus,
[btn]:hover {
  -webkit-box-shadow: inset 0 0 10rem 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 10rem 0 rgba(0, 0, 0, 0.03);
  text-decoration: none;
}
.btn-primary,
[btn="primary"] {
  background-color: var(--primaryAction);
  color: var(--primaryActionText);
  text-transform: var(--primaryActionTextTransform, none);
  border-radius: var(--primaryActionRadius, var(--btnRadius));
  font-weight: var(--primaryActionFontWeight);
  border-width: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1em;
  padding: 1em 1.6em;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
[btn="primary"]:active,
[btn="primary"]:focus,
[btn="primary"]:hover {
  background-color: var(--primaryActionHover);
  color: var(--primaryActionHoverText, var(--primaryActionText));
}
.btn-danger {
  background: #d04f38;
  color: #fff;
}
.btn-facebook {
  background: #0076fb;
  border-color: transparent;
  color: #fff;
}
.btn > svg[icon="facebook"],
.btn > svg[icon="flickr"],
.btn > svg[icon="instagram"],
.btn > svg[icon="pinterest"],
.btn > svg[icon="strava"],
.btn > svg[icon="tiktok"],
.btn > svg[icon="tumblr"],
.btn > svg[icon="twitch"],
.btn > svg[icon="twitter"],
.btn > svg[icon="vimeo"],
.btn > svg[icon="youtube"] {
  font-size: 1.25em;
  margin: -0.2em 0.5em -0.2em -0.2em;
}
.btn > svg[icon="strava"] {
  font-size: 1.8em;
  margin: -0.3em 0.2em -0.3em -0.2em;
}
.btn.-icon-facebook {
  background: #0076fb;
  color: #fff;
}
.btn.-icon-instagram {
  background: -webkit-radial-gradient(
    circle at bottom left,
    #ffde8b,
    #ffd882 1%,
    #ff8539 13%,
    #e32978 58%,
    #ad2dab 80%,
    #565bca
  );
  background: radial-gradient(
    circle at bottom left,
    #ffde8b,
    #ffd882 1%,
    #ff8539 13%,
    #e32978 58%,
    #ad2dab 80%,
    #565bca
  );
  color: #fff;
}
.btn.-icon-youtube {
  background: #ec1b22;
  color: #fff;
}
.btn.-icon-twitter {
  background: #00b0ed;
  color: #fff;
}
.btn.-icon-tiktok {
  background: #000;
  color: #fff;
}
.btn.-icon-strava {
  background: #fc5200;
  color: #fff;
}
.btn.-icon-twitch {
  background: #9146ff;
  color: #fff;
}
.btn.-icon-pinterest {
  background: #bd081c;
  color: #fff;
}
.btn.-icon-vimeo {
  background: #45bbff;
  color: #fff;
}
.btn.-icon-tumblr {
  background: #001935;
  color: #fff;
}
.btn.-icon-flickr {
  background: #000;
  color: #fff;
}
[btn-link] {
  display: inline;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  background: 0;
  -webkit-text-fill-color: unset;
}
[btn-link][btn-link="warning"] {
  color: var(--textWarning);
}
[btn-link]:active,
[btn-link]:focus,
[btn-link]:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.form-sections {
  display: grid;
  grid-template-columns: clamp(200px, 30%, 400px) 1fr;
}
.form-sections > * {
  min-width: 0;
}
.form-sections .form-section__h2 {
  font-size: 1em;
  margin: 0;
}
.form-sections .form-section__header,
.form-sections .form-section__header + * {
  padding: 1.85em 0;
  border-top: 1px solid currentColor;
  border-top-color: color-mix(in sRGB, currentColor 7%, transparent);
}
.form-sections .form-section__header:first-child,
.form-sections .form-section__header:first-child + * {
  padding-top: 0;
  border-top: 0;
}
.form-sections .form-section__actions[class] {
  border: 0;
}
.form-sections .form-section__actions[class] > * {
  margin-top: 0;
}
@media (max-width: 650px) {
  .form-sections {
    display: block;
  }
  .form-sections .form-section__header {
    padding-bottom: 1em;
  }
  .form-sections .form-section__header + * {
    border-top: 0;
    padding-top: 0;
  }
}
.ng-cloak,
.ng-hide:not(.ng-hide-animate),
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
  display: none !important;
}
ng\:form {
  display: block;
}
.ng-animate-shim {
  visibility: hidden;
}
.ng-anchor {
  position: absolute;
}
* {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
:root {
  --mobile-breakpoint: (max-width: 650px);
  --mobile-breakpoint-up: (min-width: 651px);
  --listItemBg: #f7f7f7;
  --hrColor: #ccc;
  --brandingFacebookLogo: url(https://obs.duel.me/assets/branding/facebook-logo.svg);
  --brandingInstagramLogo: url(https://obs.duel.me/assets/branding/instagram-logo.svg);
  --brandingPinterestLogo: url(https://obs.duel.me/assets/branding/pinterest-logo.svg);
  --brandingStravaLogo: url(https://obs.duel.me/assets/branding/strava-logo.svg);
  --brandingTiktokLogo: url(https://obs.duel.me/assets/branding/tiktok-logo.svg);
  --brandingTwitchLogo: url(https://obs.duel.me/assets/branding/twitch-logo.svg);
  --brandingYoutubeLogo: url(https://obs.duel.me/assets/branding/youtube-logo.svg);
  --textWarning: #de0000;
  --logoShadow: 0 0 1px 0 currentColor, 0 0 1px 0 currentColor;
  --underscoreColor: currentColor;
  --underscoreThickness: 0.18em;
  --underscoreOpacity: 0.3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  min-height: 100vh;
  font-family: var(--baseFontFamily, "roboto_wf", Roboto, Arial, sans-serif);
  font-size: var(--baseFontSize, 15px);
  line-height: var(--baseLineHeight, 1.4);
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  font-size: inherit;
}
[hidden] {
  display: none !important;
  visibility: hidden !important;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
[btn-link],
a {
  color: var(--weakColor);
  text-decoration: none;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.2em;
}
.wysiwyg {
  display: flow-root;
}
.wysiwyg > * + * {
  margin-top: 1em;
}
.wysiwyg li,
.wysiwyg p {
  max-width: 35em;
}
.wysiwyg > .-align-left {
  float: left;
  margin-right: 10px;
}
.wysiwyg > .-align-right {
  float: right;
  margin-left: 10px;
}
.wysiwyg > .-align-center {
  text-align: center;
}
.wysiwyg > :last-child {
  margin-bottom: 0;
}
.wysiwyg iframe,
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg iframe:not([height]),
.wysiwyg img:not([height]) {
  height: auto;
}
.wysiwyg iframe:not([width]),
.wysiwyg img:not([width]) {
  width: auto;
}
.wysiwyg ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.wysiwyg ol li + li {
  margin-top: 0.4em;
}
.wysiwyg ol li {
  position: relative;
  counter-increment: count;
}
.wysiwyg ol li:before {
  content: counter(count) ".";
  position: absolute;
  right: -webkit-calc(100% + 0.4em);
  right: calc(100% + 0.4em);
  font-weight: 700;
}
@supports not (display: flow-root) {
  .wysiwyg:after {
    content: "";
    display: block;
    clear: both;
  }
}
.bright-links [btn-link],
.bright-links a,
router-outlet + * [btn-link],
router-outlet + * a {
  color: #065fd4;
}
.bright-links [btn-link]:active,
.bright-links [btn-link]:focus,
.bright-links [btn-link]:hover,
.bright-links a:active,
.bright-links a:focus,
.bright-links a:hover,
router-outlet + * [btn-link]:active,
router-outlet + * [btn-link]:focus,
router-outlet + * [btn-link]:hover,
router-outlet + * a:active,
router-outlet + * a:focus,
router-outlet + * a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.page-column {
  max-width: 760px;
  padding-left: var(--horz-edge-padding, 1rem);
  padding-right: var(--horz-edge-padding, 1rem);
  margin: auto;
}
app {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: -webkit-calc(100vh - 1px);
  min-height: calc(100vh - 1px);
}
app > * {
  width: 100%;
}
app > .page-main {
  -webkit-flex: 1;
  flex: 1;
}
app footer[class] {
  display: block;
  margin-top: auto;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  color: var(--footer-color, #9f9f9f);
  text-align: center;
  font-size: 0.8em;
  position: relative;
  word-spacing: 0.1em;
}
app footer[class] .separator {
  margin: 0 0.1em;
}
app footer[class] [btn-link],
app footer[class] a {
  color: inherit;
}
app footer[class] [btn-link]:active,
app footer[class] [btn-link]:focus,
app footer[class] [btn-link]:hover,
app footer[class] a:active,
app footer[class] a:focus,
app footer[class] a:hover {
  color: var(--baseColor);
  text-decoration: none;
}
.brand-header {
  color: var(--headerColor, inherit);
  background-color: var(--headerBgColor, #fff);
}
.brand-header [btn-link],
.brand-header a {
  color: inherit;
}
.brand-header > :first-child {
  display: -webkit-flex;
  display: flex;
  font-size: 0.85em;
  background-color: inherit;
}
.brand-header > :first-child > div {
  position: relative;
  padding: 1.2em 1.3em 1em;
}
.brand-header > :first-child .brand {
  display: -webkit-flex;
  display: flex;
  padding-left: -webkit-calc(var(--logoSize) + 0.45rem);
  padding-left: calc(var(--logoSize) + 0.45rem);
}
.brand-header > :first-child .thumb {
  position: absolute;
  width: var(--logoSize);
  height: var(--logoSize);
  top: 12px;
  z-index: 1;
  left: 12px;
  border-radius: var(--logoRadius);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: var(--logoShadow);
  box-shadow: var(--logoShadow);
}
.brand-header > :first-child .name {
  font-weight: var(--programNameFontWeight);
  text-transform: var(--programNameTextTransform, none);
  visibility: var(--programNameHeaderVisibility, visible);
}
.brand-header nav {
  font-size: 0.95em;
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.brand-header nav > * {
  display: inherit;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0.65em;
  opacity: 0.9;
}
.brand-header nav > :active,
.brand-header nav > :focus,
.brand-header nav > :hover {
  opacity: 1;
  text-decoration: none;
}
.brand-header nav > :last-child {
  padding-right: 15px;
}
.brand-header nav .app-link {
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  padding: 0.45em 0.8em;
  margin: 0 0.4em;
}
.brand-header nav .app-link:active:after,
.brand-header nav .app-link:focus:after,
.brand-header nav .app-link:hover:after {
  opacity: 1;
}
.brand-header nav .app-link:after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 0.25em;
  opacity: 0.6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.brand-header nav svg[icon="help"] {
  font-size: 1.6em;
  margin-left: 0.2rem;
}
.brand-header.-compact > :first-child > div {
  padding: 0;
}
.brand-header.-compact > :first-child .brand {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px;
}
.brand-header.-compact > :first-child .thumb {
  position: static;
  --logoSize: 28px;
  margin-right: 7px;
}
.brand-header > .banner-img {
  min-height: 120px;
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  background-image: var(--headerBgImg, none);
}
@media (max-width: 650px) {
  :root {
    font-size: 18px;
    font-size: var(--mobileBaseFontSize, 18px);
  }
  .brand-header:not(.-compact) nav {
    background-color: inherit;
  }
  .brand-header:not(.-compact) nav .app-link ~ .help-link {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    padding: 0.3em 0.3em 0.3em 0.7em;
    background-color: inherit;
    border-radius: 0.8rem;
    font-size: 0.7rem;
  }
  .brand-header:not(.-compact) nav .app-link {
    padding: 0.4em 0.7em;
  }
}
.user-header {
  --color: var(--userHeaderColor);
  --bgColor: var(--userHeaderBgColor);
  --weak: var(--userHeaderWeakColor);
  color: var(--color);
  background-color: var(--bgColor);
  margin-bottom: 2rem;
}
.user-header nav {
  display: -webkit-flex;
  display: flex;
}
.user-header nav a {
  display: -webkit-flex;
  display: flex;
  padding: 0 0.9em;
  font-weight: 700;
  -webkit-align-items: center;
  align-items: center;
  color: var(--weak);
}
.user-header nav a > bubble {
  margin-bottom: 3px;
  margin-left: 5px;
}
.user-header nav a:first-child {
  padding-left: 0;
}
.user-header nav a:not(.active):active,
.user-header nav a:not(.active):focus,
.user-header nav a:not(.active):hover {
  color: inherit;
}
.user-header nav a > span {
  display: inline-block;
  padding: 0.5rem 0;
  border-bottom: 3px solid transparent;
}
.user-header nav a.active > span {
  color: var(--color);
  border-bottom-color: var(--weak);
}
.user-header nav a.notifications {
  margin-left: auto;
  padding-right: 0;
}
.user-header nav a.notifications > span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.user-header nav a.notifications > span [icon] {
  font-size: 1.05em;
  margin-right: 0.5em;
}
.user-header nav a.notifications > bubble.positive {
  -webkit-box-shadow: 0 0 0 2px var(--bgColor);
  box-shadow: 0 0 0 2px var(--bgColor);
}
.user-header .main {
  padding: 2rem 0 1.25rem;
  display: -webkit-flex;
  display: flex;
}
.user-header .aux .btn {
  padding: 0.8em 1em;
  border: 0;
  border-radius: 0.3em;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.05);
}
.user-header .aux .btn > svg[icon="cog"] {
  display: none;
}
@media (max-width: 650px) {
  .user-header .aux .btn {
    font-size: 1em;
    padding: 0.5em;
  }
  .user-header .aux .btn > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .user-header .aux .btn > svg[icon="cog"] {
    display: block;
    margin: 0;
  }
  .user-header nav {
    overflow-x: scroll;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 0.9em;
    padding-right: 10vw;
    padding-left: var(--horz-edge-padding);
    margin: 0 -webkit-calc(var(--horz-edge-padding) * -1);
    margin: 0 calc(var(--horz-edge-padding) * -1);
  }
  .user-header nav::-webkit-scrollbar {
    display: none;
  }
  .user-header nav a[href] {
    padding: 0;
    margin: 0;
    white-space: nowrap;
  }
  .user-header nav a[href] + a {
    margin-left: 1.5rem;
  }
  .page-column {
    --horz-edge-padding: 16px;
  }
  .brand-header:not(.-compact) {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    --logoSize: 3.4em;
  }
  .brand-header:not(.-compact) > :first-child > div {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .brand-header:not(.-compact) > * {
    -webkit-order: 2;
    order: 2;
  }
  .brand-header:not(.-compact) > .banner-img {
    -webkit-order: 1;
    order: 1;
    min-height: 70px;
  }
  .brand-header:not(.-compact) .brand {
    padding-left: -webkit-calc(var(--logoSize) + 0.2rem);
    padding-left: calc(var(--logoSize) + 0.2rem);
  }
  .brand-header:not(.-compact) .thumb {
    top: auto;
    border-width: 0;
    border-color: #fff;
    bottom: 10px;
  }
  feedback .form-actions [btn] {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .user-header nav {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.widget {
  position: relative;
  margin-bottom: 1.5rem;
}
.widget > .header {
  position: relative;
  padding-bottom: 0.9rem;
  margin-bottom: 1.1rem;
}
.widget > .header:after {
  position: absolute;
  content: "";
  width: var(--underscoreWidth, 3em);
  height: var(--underscoreThickness);
  background: var(--underscoreColor);
  opacity: var(--underscoreOpacity);
  bottom: 0;
  left: 0;
}
.widget > .header > .h1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.form-group label {
  display: block;
  font-size: 0.9em;
}
.form-group label.-required:after {
  content: "00*";
}
.preview-banner {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  background: #333;
  color: #ccc;
  font-size: 14px;
  padding: 0.8em;
  text-align: center;
}
:root[data-is-preview] a:not([href^="http"]),
:root[data-is-preview] button:not([aria-controls]),
:root[data-is-preview] file-select,
:root[data-is-preview] label {
  pointer-events: none;
}
@-webkit-keyframes burst {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(34, 197, 94, 0);
    box-shadow: 0 0 0 20px rgba(34, 197, 94, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}
@keyframes burst {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }
  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(34, 197, 94, 0);
    box-shadow: 0 0 0 20px rgba(34, 197, 94, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}
.burst-active {
  -webkit-animation: 0.5s ease-out burst;
  animation: 0.5s ease-out burst;
}
@-webkit-keyframes card-highlight {
  0%,
  100% {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  50% {
    -webkit-box-shadow:
      0 4px 20px rgba(34, 197, 94, 0.25),
      0 0 0 2px rgba(34, 197, 94, 0.1);
    box-shadow:
      0 4px 20px rgba(34, 197, 94, 0.25),
      0 0 0 2px rgba(34, 197, 94, 0.1);
  }
}
@keyframes card-highlight {
  0%,
  100% {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  50% {
    -webkit-box-shadow:
      0 4px 20px rgba(34, 197, 94, 0.25),
      0 0 0 2px rgba(34, 197, 94, 0.1);
    box-shadow:
      0 4px 20px rgba(34, 197, 94, 0.25),
      0 0 0 2px rgba(34, 197, 94, 0.1);
  }
}
.card-pulse {
  -webkit-animation: 0.6s ease-out card-highlight;
  animation: 0.6s ease-out card-highlight;
}
.checkmark-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
feedback .form-group.-screenshot > .preview {
  margin-bottom: 0.3rem;
  width: 200px;
  height: -webkit-calc(var(--crop-ratio) * 200px);
  height: calc(var(--crop-ratio) * 200px);
}
feedback .form-group.-screenshot > .preview canvas {
  width: 100%;
  height: auto;
}
feedback .form-group.-screenshot > .actions {
  display: -webkit-flex;
  display: flex;
}
feedback .form-group.-screenshot > .actions > :first-child ~ * {
  margin-left: 0.8rem;
}
.v1-1-homepage {
  --grey200: #e3e8ef;
  --grey700: #364152;
  --grey900: #121926;
  --borderRadius: 0.25rem;
}
.v1-1-breakdown-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.v1-1-breakdown-container .v1-1-breakdown-card,
.v1-1-breakdown-container .v1-1-total-points-card {
  min-height: 184px;
  border: 1px solid var(--grey200);
  border-radius: var(--borderRadius);
  min-width: 300px;
}
.v1-1-breakdown-container .v1-1-total-points-card {
  -webkit-flex-basis: 35%;
  flex-basis: 35%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}
.v1-1-breakdown-container .v1-1-total-points-card h2 {
  font-size: 0.875rem;
  color: var(--grey700);
  font-weight: 500;
}
.v1-1-breakdown-container .v1-1-total-points-card p.v1-1-total {
  font-size: 2.5rem;
  color: var(--grey900);
  font-weight: 600;
}
.v1-1-breakdown-container .v1-1-total-points-card p.v1-1-info {
  font-size: 0.75rem;
  color: var(--grey700);
  font-weight: 400;
  margin-top: 1rem;
}
.v1-1-breakdown-container .v1-1-breakdown-card {
  -webkit-flex-basis: 55%;
  flex-basis: 55%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}
.v1-1-breakdown-container .v1-1-breakdown-card h3 {
  font-size: 1rem;
  color: var(--grey900);
  font-weight: 500;
  border-bottom: 1px solid var(--grey200);
  padding: 1rem;
}
.v1-1-breakdown-container .v1-1-breakdown-card .v1-1-breakdown-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5rem 1rem;
}
.v1-1-breakdown-container
  .v1-1-breakdown-card
  .v1-1-breakdown-item
  span.v1-1-category {
  font-size: 0.875rem;
  color: var(--grey700);
  font-weight: 500;
}
.v1-1-breakdown-container
  .v1-1-breakdown-card
  .v1-1-breakdown-item
  span.v1-1-points {
  font-size: 1rem;
  color: var(--grey700);
  font-weight: 400;
}
.v1-1-breakdown-container .v1-1-breakdown-card hr {
  border-color: var(--grey200);
  border-style: solid;
  border-radius: var(--borderRadius);
  border-width: 1px 0 0;
  margin: 0 1rem;
}
auth {
  display: block;
}
auth .form-footer {
  margin-top: 1.5rem;
  --btnWidth: 100%;
}
auth > .footer {
  text-align: center;
  font-size: 0.9em;
  margin-top: 1.75rem;
}
auth > .footer p + p {
  margin-top: 0.5rem;
}
modal[component="auth"] {
  max-width: 430px;
}
signup {
  display: block;
}
signup .form-footer .form-row.-checkbox {
  margin-bottom: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
signup .form-footer .form-row.-checkbox checkbox {
  margin-right: 0.4em;
}
signup .form-footer .form-row.-checkbox error {
  font-size: 0.8em;
}
login {
  display: block;
}
finish,
thanks {
  display: block;
  padding-top: 2rem;
  text-align: center;
  color: var(--weakColor);
}
finish h1 {
  font-weight: 400;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
finish h2 {
  font-weight: 400;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
finish [icon] {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
thanks h1 {
  font-weight: 400;
  font-size: 1.35rem;
  margin-top: 0;
}
thanks h2 {
  color: #555;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
thanks > [icon] {
  font-size: 3rem;
  margin-bottom: 0.2rem;
}
thanks .verify-account {
  line-height: 1.2;
  max-width: 22em;
  margin: 2.5rem auto auto;
}
thanks .verify-account > * + * {
  margin-top: 1rem;
}
thanks .verify-account > div {
  margin-top: 1.4rem;
}
thanks .verify-account .confirmation-sent {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
thanks .verify-account .confirmation-sent svg[icon="check"] {
  margin-right: 0.3rem;
  font-size: 1.2em;
  stroke-width: 2.5;
}
spin {
  display: -webkit-flex;
  display: flex;
  min-height: 7rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
spin > div {
  margin: auto;
  font-size: 0.8rem;
}
spin .loader {
  position: relative;
  display: inline-block;
  width: 4.5em;
  height: 1em;
  color: inherit;
}
spin .loader > b {
  position: absolute;
  border-radius: 50%;
  top: 0;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-animation: 1s ease-in-out infinite loader-pulse;
  animation: 1s ease-in-out infinite loader-pulse;
}
spin .loader > b:first-child {
  left: 0;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
spin .loader > b:nth-child(2) {
  left: 50%;
  margin-left: -0.5em;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
spin .loader > b:nth-child(3) {
  right: 0;
}
@-webkit-keyframes loader-pulse {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes loader-pulse {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
duel-img {
  position: relative;
  display: block;
  padding-top: 100%;
  background: #f5f5f5;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
duel-img > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
duel-img > img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
duel-img > span {
  background: center/cover no-repeat;
}
duel-img.lazyload > span {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
duel-img.lazyload > span.in {
  opacity: 1;
}
.btn-moreorless[class] {
  width: auto;
  padding: 0;
  border: 0;
  margin-left: 0.3em;
  font: inherit;
  vertical-align: baseline;
}
quiet-password {
  display: block;
  position: relative;
}
quiet-password .control {
  font-family: "Courier new", Courier, monospace;
  font-weight: 700;
}
quiet-password input.control {
  color: transparent;
  caret-color: var(--baseColor);
}
quiet-password .control.-shadow {
  position: absolute;
  z-index: 1;
  top: 0.1em;
  left: 0;
  pointer-events: none;
  border-color: transparent !important;
  background: 0 !important;
}
password {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
password input[type] {
  padding-right: 3.25em;
}
password > button[type] {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0.8rem;
  background: 0;
  color: #999;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
}
password > button[type]:active,
password > button[type]:focus,
password > button[type]:hover {
  color: #777;
  cursor: pointer;
}
file-select {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  --height: 3.1rem;
}
file-select input {
  position: absolute;
  opacity: 0.0001;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
file-select [btn-link],
file-select [btn],
file-select input {
  min-height: var(--height);
}
file-select [btn] {
  padding-top: 0;
  padding-bottom: 0;
}
file-select input:active ~ [btn],
file-select input:focus ~ [btn],
file-select input:hover ~ [btn] {
  -webkit-box-shadow: inset 0 0 10rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10rem 0 rgba(0, 0, 0, 0.05);
}
file-select input:active ~ .btn-primary,
file-select input:focus ~ .btn-primary,
file-select input:hover ~ .btn-primary {
  background-color: var(--primaryActionHover);
  color: var(--primaryActionHoverText, var(--primaryActionText));
  -webkit-box-shadow: none;
  box-shadow: none;
}
file-select [btn] svg[icon="spin"] {
  margin-left: 0.5em;
  font-size: 1.2em;
  margin-right: 0;
  stroke-width: 1;
}
/*!
 * Cropper.js v1.5.6
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-10-04T04:33:44.164Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-canvas,
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: rgba(51, 153, 255, 0.75) solid 1px;
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: -webkit-calc(100% / 3);
  height: calc(100% / 3);
  left: 0;
  top: -webkit-calc(100% / 3);
  top: calc(100% / 3);
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: -webkit-calc(100% / 3);
  left: calc(100% / 3);
  top: 0;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:after,
.cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
img-cropper {
  display: block;
}
img-cropper > div:first-child > img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
}
img-cropper > .actions {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #eee;
  padding: 10px;
}
img-cropper > .actions > [btn] {
  border-radius: 50%;
  height: 4em;
  padding: 0;
  width: 4em;
  border: 0;
  margin: 0 0.25rem;
}
img-cropper > .actions > [btn] [icon] {
  color: #fff;
}
img-cropper > .actions > :first-child {
  background: #e8634b;
}
img-cropper > .actions > :nth-child(2) {
  background: #2ec94b;
}
img-cropper > .actions svg[icon="cross"] {
  font-size: 1.5em;
  stroke-width: 2.2;
}
img-cropper > .actions svg[icon="check"] {
  stroke-width: 1.7;
  font-size: 2em;
}
img-cropper .cropper-view-box {
  outline-color: #fff;
}
img-cropper .cropper-line {
  background-color: #fff;
}
img-cropper .cropper-point {
  background: #fff;
  opacity: 1;
}
img-cropper .cropper-dashed {
  border-style: solid;
  opacity: 0.4;
}
img-cropper .cropper-point.point-se {
  top: 100%;
  right: auto;
  bottom: auto;
  left: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
@media (max-width: 1200px) {
  img-cropper .cropper-point.point-se {
    border-radius: 1rem;
  }
}
a[submit] svg[icon="spin"],
button[submit] svg[icon="spin"] {
  vertical-align: middle;
  font-size: 1.4em;
  margin: -0.4em 0 -0.4em 0.5em;
}
alerts {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1101;
}
:root[data-e2e-client] alerts {
  pointer-events: none;
}
:root[data-e2e-client] alerts .alert__dismiss,
:root[data-e2e-client] alerts alert:first-child {
  pointer-events: auto;
}
alert {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  background: #dc3545;
  padding: 1.2rem 0 1.2rem 1.2rem;
}
alert.-online,
alert.-success {
  background: #39bb68;
}
alert.-info {
  background: #005acd;
}
alert.-offline {
  background: #777;
}
alert > .alert__icon {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 1.6em;
  width: 1em;
  margin-right: 1rem;
}
alert > .alert__icon [icon] {
  margin: auto;
  stroke: currentColor;
}
alert > .alert__icon svg[icon="tick"] {
  stroke-width: 2;
}
alert > .alert__icon + .alert__message {
  padding-left: 0;
}
alert > .alert__message {
  -webkit-flex: 1;
  flex: 1;
  word-spacing: 0.025em;
}
alert > .alert__dismiss {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: baseline;
  align-self: baseline;
  width: 4rem;
  background: 0;
  color: currentColor;
  cursor: pointer;
}
alert > .alert__dismiss [icon] {
  font-size: 1.5em;
  margin: auto;
  stroke: currentColor;
  stroke-width: 2;
  opacity: 0.7;
}
alert > .alert__dismiss:active [icon],
alert > .alert__dismiss:focus [icon],
alert > .alert__dismiss:hover [icon] {
  opacity: 1;
}
help {
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: -0.15em;
  margin-inline-start: 0.25rem;
}
help :is(button, button[type]) {
  padding: 0;
  width: 1em;
  height: 1em;
  border: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.1em;
  overflow: hidden;
  opacity: 0.7;
}
help :is(button, button[type]) .icon {
  fill: none;
  color: currentColor;
  stroke: currentColor;
  stroke-width: 5;
  pointer-events: none;
}
modals {
  display: -webkit-flex;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
}
modals > modal {
  margin: auto;
  display: none;
}
modals > modal:last-child {
  display: block;
}
body.modals-active {
  overflow: hidden;
}
modals > modal.ai-content-analyser-fullscreen {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}
modals > modal.ai-content-analyser-fullscreen > div {
  margin: 0 auto;
  border-radius: 0;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: var(--page-column-max-width, 760px);
  width: 100%;
}
modals > modal.ai-content-analyser-fullscreen .modal__main {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
modals > modal.ai-content-analyser-fullscreen footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
modal {
  width: 100%;
  max-width: 480px;
  position: relative;
  z-index: 1;
  outline: 0;
  --edgePadding: 25px;
}
modal > spin {
  color: #fff;
}
modal > div {
  background: #fff;
  border-radius: 0.4rem;
  margin: 15px;
}
modal .modal__header,
modal .modal__main {
  padding: 0 var(--edgePadding);
}
modal .modal__main {
  padding-top: var(--edgePadding);
  padding-bottom: var(--edgePadding);
}
modal .modal__header {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
modal .modal__title {
  position: relative;
  padding: 1.2em 0 0.8em;
  font-size: 1.05em;
  -webkit-flex: 1;
  flex: 1;
}
modal .modal__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--underscoreWidth, 20%);
  height: var(--underscoreThickness);
  opacity: var(--underscoreOpacity);
  background: var(--underscoreColor);
}
modal .modal__close {
  margin-left: auto;
  font-size: 1.5em;
  color: #ccc;
  width: 1em;
  height: 1em;
  background: 0;
  margin-right: -10px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
modal .modal__close:active,
modal .modal__close:focus,
modal .modal__close:hover {
  color: inherit;
}
modal .modal__close > [icon] {
  font-size: 0.9em;
  margin: auto;
  stroke-width: 2;
}
modal .form-actions:not(.-ignore-modal-styles),
modal .modal__actions {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 2rem;
}
modal .form-actions:not(.-ignore-modal-styles) [btn],
modal .modal__actions [btn] {
  min-width: 7em;
}
modal .form-actions:not(.-ignore-modal-styles) .btn-primary,
modal .modal__actions .btn-primary {
  min-width: 9em;
}
modal .form-actions:not(.-ignore-modal-styles) {
  border-top: 1px solid #ccc;
  padding-top: 1rem;
}
modal .form-actions:not(.-ignore-modal-styles) > :first-child {
  margin-left: auto;
}
modal.-titleless .modal__header {
  position: relative;
  padding: -webkit-calc(var(--edgePadding) * 0.4) 0 0;
  padding: calc(var(--edgePadding) * 0.4) 0 0;
}
modal.-titleless .modal__close {
  position: absolute;
  top: -webkit-calc(var(--edgePadding) * 0.4);
  top: calc(var(--edgePadding) * 0.4);
  right: -webkit-calc(var(--edgePadding) * 0.4);
  right: calc(var(--edgePadding) * 0.4);
  margin: 0;
}
@media (min-width: 651px) {
  modal .form-actions:not(.-ignore-modal-styles) [btn] + [btn],
  modal .modal__actions [btn] + [btn] {
    margin-left: 1rem;
  }
  modal.variant-2025 {
    max-width: 420px;
  }
  modal.variant-2025 > div {
    border-radius: 0.75rem;
  }
}
@media (max-width: 650px) {
  modals > modal.variant-2025 {
    margin-bottom: 0;
  }
  modal .form-actions:not(.-ignore-modal-styles),
  modal .modal__actions {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  modal .form-actions:not(.-ignore-modal-styles) [btn],
  modal .modal__actions [btn] {
    width: 100%;
  }
  modal .form-actions:not(.-ignore-modal-styles) [btn] + [btn],
  modal .modal__actions [btn] + [btn] {
    margin-top: 1rem;
  }
  modal.variant-2025 > div {
    margin: 0;
    border-radius: 2rem 2rem 0 0;
  }
}
modal-tier {
  display: block;
  text-align: center;
}
modal-tier .header {
  margin-bottom: 1.2rem;
}
modal-tier .header tier {
  width: auto;
}
modal-tier .header tier svg + .tier__h1 {
  margin-top: 0.7rem;
}
modal-tier .header .modal__title {
  padding: 0;
}
modal-tier .header .modal__title:after {
  margin: 0.8rem auto 0.7em;
  position: static;
  display: block;
}
modal[component="modal-tier"] {
  max-width: 400px;
}
.tooltip {
  z-index: 1101;
  background: #222;
  color: #fff;
  padding: 0.4em 0.7em;
  font-size: 0.9rem;
  border-radius: 0.2em;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 7px;
  border-color: #222;
}
.tooltip[x-placement^="top"] {
  margin-bottom: 7px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 4px 4px 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -4px;
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 7px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 4px 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -4px;
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 7px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 4px 4px 4px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -7px;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"] {
  margin-right: 7px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 4px 0 4px 4px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -7px;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  margin-left: 0;
  margin-right: 0;
}
task-icon {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  width: 2em;
  height: 2.1em;
  font-size: 1em;
}
task-icon + task-icon {
  margin-left: 1px;
}
task-icon.-circle + task-icon.-circle {
  margin-left: 2px;
}
task-icon > svg {
  width: 100%;
  stroke: var(--taskIconStroke);
  stroke-width: var(--taskIconStrokeWidth);
  stroke-opacity: var(--taskIconStrokeOpacity);
  fill: var(--taskIconFill);
  fill-opacity: var(--taskIconFillOpacity);
}
task-icon text {
  stroke: none;
  stroke-width: 0;
  fill: var(--taskIconColor);
  text-anchor: middle;
  font-weight: 700;
}
task-icon > span {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  stroke: initial;
  stroke-width: initial;
  stroke-opacity: initial;
  fill: initial;
  fill-opacity: initial;
}
task-icon > span > span {
  display: -webkit-flex;
  display: flex;
  margin: auto;
  font-size: 0.9em;
}
star-review {
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 1.5rem;
}
star-review button {
  display: -webkit-flex;
  display: flex;
  background: 0;
  padding: 0;
  border: 0;
  width: 1em;
  height: 1em;
}
star-review svg[icon="star"] {
  font-size: 1em;
  margin: auto;
}
star-review button.on svg[icon="star"],
star-review button:active svg[icon="star"],
star-review button:focus svg[icon="star"],
star-review button:hover svg[icon="star"],
star-review:hover svg[icon="star"] {
  fill: #f7cb02;
}
star-review button:active ~ button svg[icon="star"],
star-review button:focus ~ button svg[icon="star"],
star-review button:hover ~ button svg[icon="star"],
star-review svg[icon="star"] {
  fill: #ddd;
}
checkbox {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  font-size: 16px;
  width: 1em;
  height: 1em;
}
checkbox > input,
checkbox > span {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
checkbox > input {
  font-size: 2em;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: none;
  transition: none;
  opacity: 0.0001;
  z-index: 1;
}
checkbox > input + span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #ddd;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
checkbox > input + span [icon] {
  margin: 0 0 0 1px;
  color: transparent;
}
checkbox > input + span svg[icon="check"] {
  stroke-width: 4;
}
checkbox > input:not(:disabled):active + span,
checkbox > input:not(:disabled):focus + span,
checkbox > input:not(:disabled):hover + span {
  border-color: #888;
  background-color: #ddd;
}
checkbox > input:checked + span {
  opacity: 1;
  background-color: #555;
  border-color: #555;
}
checkbox > input:checked + span svg[icon="check"] {
  color: #eee;
}
checkbox > input:not(:disabled):checked:active + span,
checkbox > input:not(:disabled):checked:focus + span,
checkbox > input:not(:disabled):checked:hover + span {
  background-color: #777;
}
checkbox > input:disabled {
  pointer-events: none;
}
checkbox > input:disabled:checked + span {
  background-color: #bbb;
  border-color: #bbb;
}
error {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.9em;
  margin-top: -1px;
}
error.inline {
  display: -webkit-inline-flex;
  display: inline-flex;
}
error:empty {
  display: none;
}
error > span {
  display: inline-block;
  background: #dc3545;
  color: #fff;
  padding: 0.25em 0.5em;
}
bubble {
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 0.7333em;
  min-width: var(--bubbleSize);
  height: var(--bubbleSize);
  border-radius: var(--bubbleSize);
  background: var(--bubbleColor);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
bubble > span {
  font-size: 1em;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: auto;
  color: var(--bubbleText);
  font-weight: 700;
  padding: 0 0.5em;
  min-height: 1.2em;
  line-height: 1.2em;
}
bubble.pulse-once {
  -webkit-animation: 0.25s alternate activity-pulse;
  animation: 0.25s alternate activity-pulse;
}
bubble:not(.positive) {
  font-size: 0;
  margin: 0 !important;
}
@-webkit-keyframes activity-pulse {
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes activity-pulse {
  50% {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
}
no-result {
  display: block;
  padding: 15px;
  color: var(--weakColor);
  font-size: 1.1em;
}
no-result > div {
  margin: auto;
  max-width: 25em;
  text-align: center;
}
no-result [icon] {
  font-size: 2rem;
}
no-result svg[icon="offline"] {
  fill: #bbb;
}
no-result svg[icon="gift"] {
  font-size: 2.25rem;
  fill: #bbb;
  margin-bottom: 0.2rem;
}
img-upload {
  display: block;
}
inline-alert {
  display: -webkit-flex;
  display: flex;
  background: #fdeaea;
  margin-bottom: 1rem;
  border-radius: 0.3rem;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.3;
}
inline-alert > :first-child {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 20px 15px 20px 20px;
}
inline-alert > :first-child > span {
  display: -webkit-inline-flex;
  display: inline-flex;
  border: 2px solid;
  width: 1.8em;
  height: 1.8em;
  border-radius: 1.8em;
}
inline-alert > :first-child > span .icon {
  margin: auto;
}
inline-alert[type="problem"],
inline-alert[type="problem"] > :first-child > span {
  color: #990909;
}
inline-alert[type="problem"] > :first-child > span .icon {
  stroke-width: 6;
  stroke: currentColor;
}
inline-alert > :last-child {
  padding: 20px 20px 20px 0;
}
inline-alert > :last-child p + p {
  margin-top: 0.3em;
}
pills {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
pills > span {
  background: var(--badgeBg);
  color: var(--badgeColor, #fff);
  font-weight: 700;
  font-size: 0.571em;
  line-height: 1.888;
  letter-spacing: 0.025em;
  border-radius: 0.2em;
  padding: 0 0.6em;
  text-transform: uppercase;
  white-space: nowrap;
}
pills > span.-primary {
  background: var(--badgePrimaryBg);
  color: var(--badgePrimaryColor, #fff);
}
pills > span.-promo {
  background: var(--promoBg);
  color: var(--promoColor, #fff);
}
autocomplete {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
autocomplete input:not([type])::-ms-clear,
autocomplete input[type="text"]::-ms-clear {
  display: none;
}
autocomplete > .results {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-width: -webkit-calc(100% + 30px);
  max-width: calc(100% + 30px);
  z-index: 100;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #fff;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
autocomplete > .results button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background: 0;
  width: 100%;
  border: 0;
  text-align: left;
  padding: 0.3rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
autocomplete > .results button i {
  margin-left: 0.3em;
  font-size: 0.95em;
  font-style: normal;
}
autocomplete > .results button:not(:hover):not(:focus):not(.highlighted) i {
  color: #777;
}
autocomplete > .results button:not(:disabled).highlighted,
autocomplete > .results button:not(:disabled):active,
autocomplete > .results button:not(:disabled):focus,
autocomplete > .results button:not(:disabled):hover {
  background: #555;
  cursor: pointer;
  color: #fff;
}
autocomplete > .input {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
}
autocomplete > .input .control[class] {
  padding-right: 2.1rem !important;
  max-width: none;
}
autocomplete > .input [search-cancel] {
  right: 6px;
}
autocomplete > .input .icon-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 2.3em;
  pointer-events: none;
}
autocomplete > .input .icon-wrapper .icon {
  fill: none;
}
autocomplete > .input.-cancel .icon-wrapper {
  pointer-events: auto;
}
autocomplete.-products > .results > div:nth-child(2n) {
  background: #f7f7f7;
}
autocomplete.-products > .results button:not(:disabled) {
  padding: 0;
}
autocomplete.-products > .results .product-suggest {
  display: -webkit-flex;
  display: flex;
}
autocomplete.-products > .results .product-suggest .thumb {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
}
autocomplete.-products > .results .product-suggest .body {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 5px 10px;
}
autocomplete.-products > .results .product-suggest .name {
  margin-bottom: 0.3em;
}
autocomplete.-products > .results .product-suggest .sku,
autocomplete.-products > .results .product-suggest .url {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.8;
  font-size: 0.8em;
}
svg[icon="autocomplete"] {
  fill: none;
  stroke: currentColor;
  stroke-width: 7;
  color: rgba(0, 0, 0, 0.25);
}
svg[icon="autocomplete"].spin {
  -webkit-animation: 1s linear infinite spin;
  animation: 1s linear infinite spin;
  stroke: #222;
  color: rgba(0, 0, 0, 0.1);
}
product-tagging {
  --placeholderText: var(--productTaggingPlaceholderText);
  display: block;
}
product-tagging .products > .product {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
product-tagging .products > .product > .thumb {
  position: relative;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
}
product-tagging .products > .product > .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
product-tagging .products > .product > .body {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9em;
  padding: 10px 10px 10px 12px;
  -webkit-flex: 1;
  flex: 1;
  line-height: 1.2;
}
product-tagging .products > .product > button {
  display: -webkit-flex;
  display: flex;
  width: 2.25rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  background: 0;
  cursor: pointer;
  color: #888;
}
product-tagging .products > .product > button svg[icon="cross"] {
  margin: auto;
  stroke-width: 2;
}
product-tagging .products > .product > button:active,
product-tagging .products > .product > button:focus,
product-tagging .products > .product > button:hover {
  color: inherit;
}
product-tagging2 {
  display: block;
}
product-tagging2 .products > .product {
  margin-bottom: 0.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
product-tagging2 .products > .product > * {
  min-width: 0;
}
product-tagging2 .products > .product > .body {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: color-mix(in sRGB, transparent, currentColor 3%);
  border: 1px solid;
  border-color: color-mix(in sRGB, transparent, currentColor 15%);
  border-radius: 0.45rem;
  -webkit-flex: 1;
  flex: 1;
  padding: 6px 8px;
}
product-tagging2 .products > .product > .body > .name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 10px;
  line-height: 1.2;
  font-size: 0.9em;
}
product-tagging2 .products > .product > .body.-commission-line {
  padding: 8px;
}
product-tagging2 .products > .product > .body.-commission-line > .thumb {
  width: 37px;
  height: 37px;
}
product-tagging2 .products > .product > .body > .thumb {
  width: 24px;
  height: 24px;
  border-radius: 10%;
  background-size: cover;
  background-position: center;
  background-color: color-mix(in sRGB, transparent, currentColor 7%);
}
product-tagging2 .products > .product > button {
  display: -webkit-flex;
  display: flex;
  width: 2rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  background: 0;
  cursor: pointer;
  color: color-mix(in sRGB, transparent, currentColor 30%);
}
product-tagging2 .products > .product > button svg[icon="trash"] {
  font-size: 1.2rem;
  margin: auto 0 auto auto;
  stroke-width: 0.25;
}
product-tagging2 .products > .product > button:active,
product-tagging2 .products > .product > button:focus,
product-tagging2 .products > .product > button:hover {
  color: inherit;
}
product-tagging2 .products > .product.-placeholder .name {
  opacity: 0;
}
product-tagging3 {
  display: block;
}
product-tagging3 .products > .product {
  margin-bottom: 0.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
product-tagging3 .products > .product > * {
  min-width: 0;
}
product-tagging3 .products > .product > .body {
  background: color-mix(in sRGB, transparent, currentColor 3%);
  border: 1px solid;
  border-color: color-mix(in sRGB, transparent, currentColor 15%);
  border-radius: 0.45rem;
  -webkit-flex: 1;
  flex: 1;
  padding: 8px;
}
product-tagging3 .products > .product > .body > .name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 10px;
  line-height: 1.2;
  font-size: 0.9em;
}
product-tagging3 .products > .product > .body.-commission-line {
  padding: 8px;
}
product-tagging3 .products > .product > .body.-commission-line > .thumb {
  width: 37px;
  height: 37px;
}
product-tagging3 .products > .product > .body > .thumb {
  width: 24px;
  height: 24px;
  border-radius: 10%;
  background-size: cover;
  background-position: center;
  background-color: color-mix(in sRGB, transparent, currentColor 7%);
}
product-tagging3 .products > .product > button {
  display: -webkit-flex;
  display: flex;
  width: 2rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  background: 0;
  cursor: pointer;
  color: color-mix(in sRGB, transparent, currentColor 30%);
}
product-tagging3 .products > .product > button svg[icon="trash"] {
  font-size: 1.2rem;
  margin: auto 0 auto auto;
  stroke-width: 0.25;
}
product-tagging3 .products > .product > button:active,
product-tagging3 .products > .product > button:focus,
product-tagging3 .products > .product > button:hover {
  color: inherit;
}
product-tagging3 .products > .product.-placeholder .name {
  opacity: 0;
}
promo-code {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 10px 12px;
  border: 2px solid #8dc7f0;
  border-radius: 0.3rem;
}
promo-code a.promo-link {
  all: unset;
  text-decoration: inherit;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
promo-code > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
promo-code > div > b {
  -webkit-flex: 1;
  flex: 1;
}
promo-code > div > button {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 0.7em;
  padding: 0 0.5em;
  line-height: 2;
  margin-left: 0.6rem;
  background: 0;
  color: inherit;
  position: relative;
  cursor: pointer;
}
promo-code > div > button:after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 0.3em;
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
promo-code > div > button:active:after,
promo-code > div > button:focus:after,
promo-code > div > button:hover:after {
  opacity: 1;
}
promo-code > div > .expires {
  white-space: nowrap;
  font-size: 0.75em;
  margin-top: 0.45rem;
  opacity: 0.8;
}
promo-code span {
  margin-right: 0.6rem;
  margin-bottom: 0.3rem;
  font-size: 0.9em;
  display: block;
  font-weight: 700;
  color: #5faae0;
}
promo-code b {
  font-weight: 700;
  color: #222;
  font-size: 1.1em;
}
promo-code.-reward[class] {
  background: var(--promoBg);
  color: #fff;
  border: 0;
  padding: 9px 14px;
}
promo-code.-reward[class] span {
  color: inherit;
  opacity: 0.85;
}
promo-code.-reward[class] b {
  color: inherit;
}
promo-code.-reward[class] > div button:after {
  opacity: 0.6;
}
promo-code.-reward[class] > div button:active:after,
promo-code.-reward[class] > div button:focus:after,
promo-code.-reward[class] > div button:hover:after {
  opacity: 1;
}
promo-code.-expired[class] {
  background: #999;
}
promo-code ::selection {
  color: #fff;
  background: #053385;
}
promo-code-badge {
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 0.85em;
}
.promo-code-badge-btn {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  background: var(--promoBg);
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  padding: 0 0.4em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 0.25em;
  cursor: pointer;
}
.promo-code-badge-btn.-disabled {
  background: #999;
  cursor: default;
}
.promo-code-badge-btn > span {
  font-weight: 400;
  opacity: 0.9;
  margin-right: 0.4em;
}
.promo-code-badge-btn svg[icon="copy"] {
  margin: 0 0 0 0.3em;
}
.promo-code-badge-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
collapse,
collapse-handle,
offline,
seamless-doc {
  display: block;
}
seamless-doc iframe {
  width: 1px;
  min-width: 100%;
  vertical-align: bottom;
  border: 0;
}
.collapse-handle__btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0;
  padding: 0.8rem 0;
  color: inherit;
  cursor: pointer;
}
.collapse-handle__btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.2;
}
.collapse-handle__btn[aria-expanded="true"]:after {
  opacity: 0.5;
}
.collapse-handle__btn svg[icon="plus-minus"] {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  fill: none;
  font-size: 1.5em;
  stroke: currentColor;
  stroke-width: 1.25;
}
.collapse-handle__btn[aria-expanded="true"] svg[icon="plus-minus"] {
  stroke: transparent;
}
collapse-panel {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
collapse:last-child collapse-panel {
  padding-bottom: 0;
}
tier {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  --tierBubbleSize: 90px;
  width: var(--tierBubbleSize);
}
tier > svg {
  width: var(--tierBubbleSize);
  height: var(--tierBubbleSize);
}
tier.-disabled .tier-progress {
  display: none;
}
tier.-disabled .tier-icon {
  opacity: 0.8;
}
tier.-disabled .tier-padlock {
  fill: #777;
  paint-order: stroke;
  stroke-width: 80;
  stroke: white;
}
tier.-current:not(.-final) .tier-bubble use {
  display: none;
}
tier.-clickable {
  cursor: pointer;
}
tier .tier-backline {
  stroke: #ddd;
}
tier .tier-progress {
  stroke: #2ec94b;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
tier .tier-bubble circle {
  fill: #2ec94b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
tier .tier__h1 {
  font-size: inherit;
  text-align: center;
  line-height: 1.2;
}
tier svg + .tier__h1 {
  margin-top: 0.5em;
}
[share] {
  display: -webkit-inline-flex;
  display: inline-flex;
}
[share] svg {
  margin: auto;
}
.char-count {
  margin-top: 0.3em;
  font-size: 0.9em;
}
.char-count:before {
  content: "Characters: ";
}
update-details {
  display: block;
}
update-details .scope__profile {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  align-items: start;
  padding-top: 0.1rem;
}
update-details .scope__profile > div:first-child {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
update-details .scope__profile > div:first-child canvas,
update-details .scope__profile > div:first-child img {
  height: auto;
  width: 100%;
}
update-details file-select {
  min-height: 3em;
  font-size: 0.9em;
}
update-details file-select [icon] {
  margin-right: 7px;
}
update-details .cropper-view-box {
  border-radius: 50%;
}
member-page .featured-content {
  display: grid;
  grid-template-columns: repeat(3, 60px);
  gap: 1px;
  margin-top: 0.5rem;
  margin-bottom: 0.35rem;
}
member-page > p {
  margin-bottom: 0.5em;
}
member-page > p + form {
  margin-top: 1.5em;
}
member-page .form-group label {
  margin-bottom: 0.7rem;
}
member-page .label-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.7rem;
}
member-page .label-row > label {
  margin-bottom: 0;
}
member-page .label-row > button {
  margin-left: auto;
  font-size: 0.9em;
}
member-page .form-group:has(+ .form-group) {
  margin-bottom: 2.5rem;
}
member-page .form-group label .hint {
  display: block;
  font-size: 1em;
  margin: 0.2em 0 0.5em;
  max-width: 40ch;
  line-height: 1.25;
}
member-page .form-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
member-page .form-actions > :first-child ~ * {
  margin-left: 1.25em;
}
member-page [btn-link] {
  font-size: 0.95em;
}
member-page .member-page-enable {
  margin-top: 1.5em;
}
member-page .member-page-link[class] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
member-page .member-page-link[class] > a {
  margin-right: 0.7em;
}
member-page .member-page-link[class] > button {
  margin-right: 0.2em;
  display: -webkit-flex;
  display: flex;
  height: 1em;
  width: 1em;
  background: #f2f2f2;
  color: inherit;
  font-size: 2em;
  border-radius: 1rem;
  border: 1px solid #ddd;
}
member-page .member-page-link[class] > button > svg {
  font-size: 0.47em;
  margin: auto;
}
member-page .member-page-link[class] :hover {
  -webkit-box-shadow: inset 0 0 10rem 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 10rem 0 rgba(0, 0, 0, 0.03);
  text-decoration: none;
}
member-page-picker ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
member-page-picker .entry {
  position: relative;
}
member-page-picker .entry .entry__select {
  position: absolute;
  display: block;
  background: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
member-page-picker .entry .entry__select svg[icon="check"] {
  z-index: 1;
  position: absolute;
  left: 0.5rem;
  top: 0.6rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 0.25rem;
  font-size: 1.75em;
  stroke-width: 2;
}
member-page-picker .entry .entry__select:after {
  content: "0";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
member-page-picker .entry .entry__select.-selected svg[icon="check"] {
  background: #2ec94b;
  color: #fff;
}
member-page-picker .entry .entry__select.-selected:after {
  background: rgba(89, 61, 56, 0.8);
}
member-page-picker .save {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  padding: 1rem 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10;
}
member-page-picker .save [btn] {
  min-width: 10em;
}
member-page-ugc {
  display: block;
}
member-page-ugc.-loading,
member-page-ugc:not(.-ready) {
  pointer-events: none;
}
member-page-ugc .thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.6rem;
}
member-page-ugc .thumbs > div {
  position: relative;
  border-radius: 0.3rem;
  padding: 0 0 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: color-mix(in sRGB, transparent, currentColor 4%);
}
member-page-ugc .thumbs > div button {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  inset: 0;
  color: currentColor;
}
member-page-ugc .thumbs > div button > span {
  display: none;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  font-size: 0.95em;
}
member-page-ugc .thumbs > div button > span svg {
  font-size: 1.3em;
  margin-right: 0.15em;
}
member-page-ugc .thumbs > div button:focus-visible,
member-page-ugc .thumbs > div button:hover {
  text-decoration: none;
  background-color: color-mix(
    in sRGB,
    transparent,
    var(--currentBackgroundColor) 85%
  );
}
member-page-ugc .thumbs > div button:focus-visible > span,
member-page-ugc .thumbs > div button:hover > span {
  display: -webkit-inline-flex;
  display: inline-flex;
}
member-page-ugc .thumbs > div.-excluded button {
  background-color: color-mix(in sRGB, transparent, currentColor 70%);
}
member-page-ugc .thumbs > div.-excluded button > span {
  display: -webkit-inline-flex;
  display: inline-flex;
  color: var(--currentBackgroundColor);
}
update-email .form-group.-email .email {
  margin-right: 0.7em;
}
update-email .form-group.-email [btn-link] {
  font-size: 0.9em;
}
update-email .form-group.-email .pending-message {
  margin: 1rem 0;
  font-size: 0.9em;
  padding: 0.9em;
  background: #dff7ff;
  color: #004989;
  font-weight: 700;
}
update-email .form-group.-email .pending-message > .expires {
  font-weight: 400;
  margin-top: 0.6em;
  font-size: 0.9em;
}
update-email .form-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
update-email .form-actions > button {
  margin-right: 1em;
}
update-email .form-actions [btn-link] {
  color: #777;
}
update-username {
  display: block;
}
update-username .form-group.-username .username + button {
  margin-left: 0.8em;
}
update-username .form-group.-username .username + help {
  margin-left: 0.4em;
}
update-username .form-group.-username [btn-link] {
  font-size: 0.9em;
}
update-username .input {
  position: relative;
}
update-username .input .icon-wrapper {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.3em;
  pointer-events: none;
}
update-username .input > input {
  padding-right: 2em;
}
update-username .input svg[icon="check"] {
  font-size: 1.1em;
  stroke-width: 3;
  color: #5c963b;
}
update-username .input svg[icon="cross"] {
  font-size: 1em;
  stroke-width: 3;
  color: #da4242;
}
update-username .form-actions {
  font-size: 0.9em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1rem;
}
update-username .form-actions > button {
  margin-right: 1em;
}
update-username .form-actions [btn-link] {
  color: var(--weakColor);
}
profile-card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  --weak: var(--userHeaderWeakColor);
}
profile-card > :nth-child(2) {
  padding-left: 15px;
  max-width: 270px;
  width: 100%;
}
profile-card > .-no-next-tier {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
profile-card [btn-link] {
  color: inherit;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: var(--weak);
  text-decoration-color: var(--weak);
}
profile-card [btn-link]:active,
profile-card [btn-link]:focus,
profile-card [btn-link]:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}
profile-card .tier-name {
  white-space: normal;
}
profile-card .name {
  font-size: 1em;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
profile-card .name > .status {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 7px;
}
profile-card .name > .status .tier-name {
  font-size: 0.85em;
  margin-left: 3px;
  font-weight: 400;
}
profile-card .name > .status task-icon {
  font-size: 0.788em;
}
profile-card .avatar {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
}
profile-card .tier-name[btn-link] {
  position: relative;
  white-space: nowrap;
}
profile-card .next-tier {
  margin-top: 0.5rem;
}
profile-card .next-tier .tier-name {
  font-weight: 700;
  word-spacing: -0.1em;
  margin: 0 0.05em;
}
profile-card .progress-top {
  font-size: 0.8em;
  margin-bottom: 0.4rem;
}
profile-card .progress-top > div:first-child {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: pre-wrap;
}
profile-card .progress-top .tier-required {
  font-weight: 700;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
profile-card .progress-top .tier-required task-icon {
  font-size: 0.425em;
  --taskIconStrokeWidth: 0;
  --taskIconFill: currentColor;
  --taskIconFillOpacity: 0.35;
  margin-right: -0.2em;
}
profile-card .progress-top .tier-required task-icon.-circle {
  margin-right: 0;
}
profile-card .progress-bar {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  border-radius: 1rem;
  background-color: var(--progressBarBgColor);
}
profile-card .progress-bar > div {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: var(--progressBarThickness);
  background-color: var(--progressBarColor);
}
profile-settings .widget {
  margin-bottom: 3rem;
}
profile-settings .widget.-member-page .sections > .form-group {
  margin-bottom: 0.5rem;
}
@media (min-width: 500px) {
  profile-settings {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
tasks .featured-notification {
  margin-bottom: 2rem;
}
tasks .featured-notification > .footer {
  color: var(--weakColor);
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0.9em;
}
tasks .featured-notification > .footer a {
  color: inherit;
}
.tasks {
  margin-top: -0.3rem;
  display: block;
}
.tasks > .h3 {
  margin: 1.8rem 0 0.8rem;
  padding: 0 1rem;
  color: #666;
  font-size: 0.85rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 400;
}
.tasks > .h3 > span {
  padding-right: 0.6rem;
}
.tasks > .h3:after {
  -webkit-flex: 1;
  flex: 1;
  content: "";
  height: 1px;
  background: #ddd;
}
.tasks > .h3 svg[icon="clock"] {
  margin-right: 0.3rem;
  font-size: 1.1em;
  stroke-width: 6;
}
.tasks > .h3 svg[icon="check"] {
  margin-right: 0.25rem;
  font-size: 1.1em;
  stroke-width: 3;
}
.tasks .show-completed {
  text-align: center;
  margin: 1.5rem 0;
}
.tasks .show-completed button {
  border-radius: 0.3em;
  border: 0;
  color: #777;
  padding: 0.8em 1.2em;
}
.tasks .show-completed button:active,
.tasks .show-completed button:focus,
.tasks .show-completed button:hover {
  color: #555;
}
.tasks .show-completed svg[icon="spin"] {
  margin: -0.2em 0 -0.2em 0.6em;
  font-size: 1.2em;
}
@media (max-width: 650px) {
  member-page-picker ul {
    grid-template-columns: repeat(2, 1fr);
  }
  profile-card,
  profile-card .name {
    font-size: 0.95em;
  }
  profile-card > :nth-child(2) {
    padding-left: 10px;
  }
  profile-card .avatar {
    width: 60px;
    height: 60px;
  }
  .tasks > .h3 {
    padding: 0;
  }
}
task {
  display: block;
}
task.-unauth {
  padding-top: 2rem;
}
task > task-actions {
  margin-top: 1.5rem;
}
.task__top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  align-items: start;
  margin-bottom: 1.2rem;
  margin-top: -0.3rem;
}
.task__top task-bar {
  --verticalShrink: -0.2em;
}
.task__top .h2 {
  font-size: 1rem;
  display: -webkit-flex;
  display: flex;
  --taskIconFill: currentColor;
  --taskIconFillOpacity: 0.4;
  --taskIconStrokeWidth: 0;
}
.task__top .h2 > task-icon {
  font-size: 0.475rem;
  margin-right: 0.35rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  top: 0.45em;
}
.task__main .desc {
  color: #666;
  margin-bottom: 1.3rem;
  max-width: 42em;
}
.task__main .desc iframe,
.task__main .desc img {
  max-width: 100%;
}
.task__main .desc > p:first-child {
  color: #444;
  font-weight: 700;
}
.task__main .desc div,
.task__main .desc p {
  margin-bottom: 1rem;
}
.task__main .desc b {
  color: #222;
}
.task__main .desc.-expanded p:last-child {
  margin-bottom: 0;
}
.task__main .desc .show-more {
  margin-top: 1rem;
}
.task__main .desc .show-more button {
  border: 0;
  background: 0;
  font-weight: 700;
  color: #777;
  padding: 0.5em 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.task__main .desc .show-more button:active,
.task__main .desc .show-more button:focus,
.task__main .desc .show-more button:hover {
  color: #222;
}
.task__main .desc .guidelines {
  margin: 1.5rem 0 0;
  font-size: 0.9em;
}
.task__main .desc .guidelines > .h1 {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 0.5em;
  color: #222;
}
.task__main .desc .guidelines > button {
  font-size: 0.95em;
}
.task__main .desc .guidelines > div {
  font-size: 0.9em;
}
.preview {
  position: relative;
  --padding: 16px;
  --paddingRight: 14px;
  --listItemIconSize: 38px;
  --listItemIconRadius: none;
}
.preview + .preview {
  margin-top: 17px;
}
.preview > div {
  border: 1px solid;
  color: var(--color);
  background: var(--bg);
  border-color: var(--border);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: var(--listItemRadius);
  padding: var(--padding);
  padding-right: var(--paddingRight);
}
.preview > div .preview__h2 {
  color: var(--weakColor);
  line-height: 1.3;
  -webkit-transition: inherit;
  transition: inherit;
  font-size: 0.9em;
}
.preview task-bar {
  z-index: 1;
}
.preview task-bar .time svg {
  fill: currentColor;
  fill-opacity: var(--taskItemHourglassOpacity, 0.7);
}
.preview:nth-of-type(odd) {
  --color: var(--listItemColor);
  --bg: var(--listItemBg);
  --border: var(--listItemBorder);
  --shadow: var(--listItemShadow);
  --weakColor: var(--listItemWeakColor);
  --hoverColor: var(--listItemHoverColor);
  --hoverBg: var(--listItemHoverBg);
  --hoverBorder: var(--listItemHoverBorder);
  --hoverShadow: var(--listItemHoverShadow);
  --hoverWeakColor: var(--listItemHoverWeakColor);
}
.preview:nth-of-type(2n) {
  --color: var(--listItemColor-alt);
  --bg: var(--listItemBg-alt);
  --border: var(--listItemBorder-alt);
  --shadow: var(--listItemShadow-alt);
  --weakColor: var(--listItemWeakColor-alt);
  --hoverColor: var(--listItemHoverColor-alt);
  --hoverBg: var(--listItemHoverBg-alt);
  --hoverBorder: var(--listItemHoverBorder-alt);
  --hoverShadow: var(--listItemHoverShadow-alt);
  --hoverWeakColor: var(--listItemHoverWeakColor-alt);
}
tasks .tasks .preview:nth-of-type(odd) {
  --color: var(--taskItemColor);
  --bg: var(--taskItemBg);
  --border: var(--taskItemBorder);
  --shadow: var(--taskItemShadow);
  --weakColor: var(--taskItemWeakColor);
  --hoverColor: var(--taskItemHoverColor);
  --hoverBg: var(--taskItemHoverBg);
  --hoverBorder: var(--taskItemHoverBorder);
  --hoverShadow: var(--taskItemHoverShadow);
  --hoverWeakColor: var(--taskItemHoverWeak);
}
tasks .tasks .preview:nth-of-type(2n) {
  --color: var(--taskItemColor-alt);
  --bg: var(--taskItemBg-alt);
  --border: var(--taskItemBorder-alt);
  --shadow: var(--taskItemShadow-alt);
  --weakColor: var(--taskItemWeakColor-alt);
  --hoverColor: var(--taskItemHoverColor-alt);
  --hoverBg: var(--taskItemHoverBg-alt);
  --hoverBorder: var(--taskItemHoverBorder-alt);
  --hoverShadow: var(--taskItemHoverShadow-alt);
  --hoverWeakColor: var(--taskItemHoverWeak-alt);
}
.preview > .preview__cta {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.preview > .preview__cta:active + div,
.preview > .preview__cta:focus + div,
.preview > .preview__cta:hover + div {
  color: var(--hoverColor);
  background: var(--hoverBg);
  border-color: var(--hoverBorder);
  -webkit-box-shadow: var(--hoverShadow);
  box-shadow: var(--hoverShadow);
}
.preview > .preview__cta:active + div .preview__h2,
.preview > .preview__cta:focus + div .preview__h2,
.preview > .preview__cta:hover + div .preview__h2 {
  color: var(--hoverWeakColor);
}
.preview .preview__top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.preview .preview__top ~ * {
  margin-top: 0.6rem;
}
.preview .preview__h1 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.preview .preview__h1 > pills {
  margin-right: 9px;
}
.preview .preview__hero {
  display: none;
  height: 60px;
  margin: -webkit-calc(var(--padding) * -1) -webkit-calc(
      var(--paddingRight) * -1
    )
    var(--padding) -webkit-calc(var(--padding) * -1);
  margin: calc(var(--padding) * -1) calc(var(--paddingRight) * -1)
    var(--padding) calc(var(--padding) * -1);
  border-top-left-radius: var(--listItemRadius);
  border-top-right-radius: var(--listItemRadius);
}
rewards .preview {
  --listItemIconRadius: 50%;
}
@media (min-width: 651px) {
  .preview.-has-icon .preview__content {
    padding-left: -webkit-calc(var(--listItemIconSize) + 13px);
    padding-left: calc(var(--listItemIconSize) + 13px);
    position: relative;
  }
  .preview.-has-icon .preview__content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: var(--listItemIcon);
    background-repeat: no-repeat;
    width: var(--listItemIconSize);
    height: var(--listItemIconSize);
    border-radius: var(--listItemIconRadius);
    background-size: cover;
  }
}
@media (max-width: 650px) {
  .preview .preview__top {
    -webkit-align-items: start;
    align-items: start;
  }
  .preview .preview__top task-bar {
    --verticalShrink: -0.25em;
  }
  .preview .preview__h1 {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: start;
    align-items: start;
  }
  .preview .preview__h1 > pills {
    margin-bottom: 0.5rem;
  }
  .preview.-has-icon .preview__h1 {
    padding-left: -webkit-calc(var(--listItemIconSize) + 15px);
    padding-left: calc(var(--listItemIconSize) + 15px);
    position: relative;
    min-height: var(--listItemIconSize);
  }
  .preview.-has-icon .preview__h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: var(--listItemIcon);
    background-repeat: no-repeat;
    width: var(--listItemIconSize);
    height: var(--listItemIconSize);
    border-radius: var(--listItemIconRadius);
    background-size: cover;
  }
}
task-bar {
  font-size: 0.875em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  --verticalShrink: -0.5em;
  margin-top: var(--verticalShrink);
  margin-bottom: var(--verticalShrink);
}
task-bar > * {
  margin-left: 12px;
}
task-bar > .progress {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
task-bar > .progress svg[icon="disc"] {
  font-size: 0.425rem;
  margin-right: 0.3rem;
  color: #2ec94b;
}
task-bar > .progress.-hasRejection [icon] {
  stroke-width: 5;
  stroke: currentColor;
  color: #d74444;
}
task-bar > .time {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
}
task-bar > .time svg {
  font-size: 1em;
  margin-right: 3px;
  fill: #777;
}
task-bar > .completed {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
task-bar > .completed svg[icon="check"] {
  color: #2ec94b;
  stroke-width: 2.5;
  font-size: 1.2em;
  margin-right: 0.3rem;
}
task-bar task-icon.repeat span svg {
  font-size: 0.931em;
  color: var(--taskIconColor);
}
task-bar.-compact:not(.-secondary) .completed,
task-bar.-compact:not(.-secondary) .new,
task-bar.-compact:not(.-secondary) .progress,
task-bar.-compact:not(.-secondary) .time,
task-bar.-secondary:not(.-compact),
task-bar:empty {
  display: none;
}
task-bar.-compact.-secondary {
  margin-bottom: 0;
}
task-bar.-compact.-secondary .points,
task-bar.-compact.-secondary .repeat {
  display: none;
}
task-bar.-compact.-secondary > * {
  margin-left: 0;
  margin-right: 12px;
}
task-actions {
  --verticalGap: 1.5rem;
  display: block;
  margin-top: var(--verticalGap);
}
task-actions > .h1 {
  font-size: 1.3rem;
}
task-actions .step {
  position: relative;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  border: 1px solid #ccc;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background: #fff;
}
task-actions .step:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-top-color: #ccc;
}
task-actions .step:last-child {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-color: #ccc;
}
task-actions .step.-disabled {
  background: rgba(0, 0, 0, 0.02);
}
task-actions .step:not(.-activePrev) > .header > .handle:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-linear-gradient(to right, #cfcfcf, #eee);
  background: linear-gradient(to right, #cfcfcf, #eee);
}
task-actions .step.-disabled:last-child > .header > .handle:after {
  display: none;
}
task-actions .step:not(.-disabled) {
  border-color: #ccc;
}
task-actions .step:not(.-disabled):before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
}
task-actions .step > .header {
  display: -webkit-flex;
  display: flex;
}
task-actions .step > .header > .handle {
  position: relative;
  padding: 1rem 0;
  background: 0;
  -webkit-flex: 1;
  flex: 1;
  font-size: 1.1em;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
task-actions .step > .header > .handle:active {
  color: currentColor;
}
task-actions .step > .header > .handle.disabled,
task-actions .step > .header > .handle:disabled {
  cursor: default;
  color: #999;
}
task-actions .step > .header .step-heading {
  display: -webkit-flex;
  display: flex;
  margin-right: auto;
}
task-actions .step > .header .step-heading ~ * {
  margin-left: 1em;
}
task-actions .step > .header .step-counter {
  font-weight: 700;
  margin-right: 3px;
  margin-left: 6px;
  font-size: 0.95em;
  word-spacing: -0.05em;
}
task-actions .step > .header .step-prefix {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
  margin-left: -2px;
  white-space: nowrap;
}
task-actions .step > .header .step-name {
  line-height: 1.3;
}
task-actions .step > .header .step-icon {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 0.9em;
  width: 1.3em;
  height: 1.3em;
  margin: -0.4rem 0;
}
task-actions .step > .header .step-icon [icon] {
  margin: auto;
}
task-actions .step > .header promo-code-badge {
  font-size: 0.7em;
}
task-actions .step > .header .step-pending {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.8em;
  white-space: nowrap;
  color: #777;
}
task-actions .step > .header .step-pending > [icon] {
  font-size: 1.1em;
  margin-right: 0.2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
task-actions .step:not(.-disabled) .step-icon [icon] {
  stroke: #555;
  stroke-width: 2.5;
}
task-actions .step:not(.-disabled) .step-icon svg[icon="chevron-right"] {
  margin-left: 0.175em;
}
task-actions .step:not(.-disabled) .step-icon svg[icon="chevron-up"] {
  margin-top: 0.115em;
}
task-actions .step.-disabled:not(.-locked) .handle {
  color: #666;
}
task-actions .step.-disabled:not(.-locked) svg[icon="check"] {
  color: #12cc12;
  font-size: 1.1em;
  stroke-width: 3;
}
task-actions .step:not(.-disabled):not(.-expanded) > .header > .handle:after {
  display: none;
}
task-actions .step.-expanded > .header > .handle {
  margin-bottom: 1.4rem;
}
task-actions .step:not(.-disabled) > .header > .handle .step-name,
task-actions .step:not(.-disabled) > .header > .handle .step-prefix [icon] {
  color: var(--baseColor);
  -webkit-text-fill-color: var(--baseColor);
}
task-actions.-multiple .step:not(:last-child) > .panel {
  padding-bottom: 30px;
}
task-actions .step > .panel {
  padding: 0 0 20px;
}
task-actions .step > .panel [btn-link],
task-actions .step > .panel a:not(.btn) {
  color: #065fd4;
}
task-actions .step > .panel [btn-link]:active,
task-actions .step > .panel [btn-link]:focus,
task-actions .step > .panel [btn-link]:hover,
task-actions .step > .panel a:not(.btn):active,
task-actions .step > .panel a:not(.btn):focus,
task-actions .step > .panel a:not(.btn):hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
task-actions .step > .panel > .action-desc {
  color: #777;
  margin-bottom: var(--verticalGap);
}
task-actions .step > .panel > .action-desc.-empty {
  display: none;
}
task-actions hr {
  max-width: 10em;
  margin: -webkit-calc(var(--verticalGap) * 1.33) 0;
  margin: calc(var(--verticalGap) * 1.33) 0;
  margin-right: auto;
  border: 0;
  border-top: 1px solid var(--hrColor);
}
task-actions a[submit],
task-actions button[submit] {
  min-width: 10em;
}
task-actions a[submit] svg[icon="check"],
task-actions button[submit] svg[icon="check"] {
  font-size: 1.35em;
  opacity: 0.7;
  margin: -0.4em 0.4rem -0.3em -0.3em;
  stroke-width: 3;
}
task-actions .panel label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 700;
  font-size: 0.95rem;
}
task-actions .panel input:not([type]).control,
task-actions .panel select.control,
task-actions .panel textarea.control {
  border-color: #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
}
task-actions .panel input:not([type]):focus,
task-actions .panel select:focus,
task-actions .panel textarea:focus {
  border-color: #999;
}
task-actions .panel [hidden] {
  display: none !important;
}
task-actions .panel .form-row.-checkbox[class] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
task-actions .panel .form-row.-checkbox[class] checkbox {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 0.6rem;
  top: 0.1rem;
}
task-actions .panel .form-row.-checkbox[class] label {
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}
task-actions .panel .multi-choice {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 2px;
}
task-actions .panel .multi-choice.-twoCol {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 5px;
}
task-actions .panel .multi-choice > label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 400;
}
task-actions .panel .multi-choice > label > span {
  font-size: 0.9em;
}
task-actions .panel .multi-choice > label:first-child {
  margin-top: 0.2rem;
}
task-actions .panel .multi-choice > label + label {
  margin-top: 0.4rem;
}
task-actions .panel .multi-choice checkbox {
  margin-right: 0.45rem;
}
task-actions .panel .scope__h1 {
  font-size: 130%;
  text-align: left;
  margin: 0 0 0.6em;
  font-weight: 400;
}
task-actions .panel .required {
  margin: 0 0.1em;
  font-size: 1.1em;
  line-height: 1.1;
}
task-actions .panel .form-row[class] {
  margin-top: 0;
  margin-bottom: 1rem;
}
task-actions .panel .scope__actions {
  position: relative;
  margin: 0.7em 0 0;
}
task-actions .panel .scope__actions svg[icon="chevron-right"] {
  font-size: 125%;
  vertical-align: -0.13em;
  margin: -0.1em 0.6em;
}
task-actions .panel .scope__actions > * + * {
  margin-top: 1rem;
}
@media (max-width: 650px) {
  task-actions .step[class] {
    padding-left: var(--horz-edge-padding);
    padding-right: var(--horz-edge-padding);
    margin-left: -webkit-calc(var(--horz-edge-padding) * -1);
    margin-left: calc(var(--horz-edge-padding) * -1);
    margin-right: -webkit-calc(var(--horz-edge-padding) * -1);
    margin-right: calc(var(--horz-edge-padding) * -1);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  task-actions .step.-complete > .header > .handle,
  task-actions .step.-pending > .header > .handle {
    display: grid;
    grid-template-columns: 1.6rem auto;
    grid-template-rows: auto;
    grid-template-areas: "a a" ". b2" ". b3";
  }
  task-actions .step.-complete > .header > .handle .step-heading,
  task-actions .step.-pending > .header > .handle .step-heading {
    grid-area: a;
  }
  task-actions .step.-complete > .header > .handle .step-heading ~ *,
  task-actions .step.-pending > .header > .handle .step-heading ~ * {
    margin-left: 0;
    margin-top: 0.3rem;
  }
  task-actions .step.-complete > .header > .handle .step-promo,
  task-actions .step.-pending > .header > .handle .step-promo {
    grid-area: b2;
    margin-top: 0.7em;
    margin-left: 0;
    margin-right: auto;
  }
  task-actions .step.-complete > .header > .handle .step-pending,
  task-actions .step.-pending > .header > .handle .step-pending {
    grid-area: b3;
  }
  task-actions .compact-fill,
  task-actions action-footer .submit > a,
  task-actions action-footer .submit > button,
  task-actions img-upload file-select,
  task-actions img-upload file-select > button:not([btn-link]) {
    width: 100%;
  }
}
@media (min-width: 651px) {
  task-actions .multi-choice,
  task-actions .panel .control,
  task-actions img-upload,
  task-actions product-tagging {
    max-width: 400px;
  }
}
domain-connect {
  display: block;
}
domain-connect:not(:last-child) {
  margin-bottom: var(--verticalGap);
}
domain-connect .connected-profile {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #ddd;
  padding: 13px 30px 13px 13px;
  border-radius: 0.3em;
}
domain-connect .connected-profile > :first-child {
  --width: 2.7em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: var(--width);
  overflow: hidden;
  margin-right: 13px;
  -webkit-align-self: start;
  align-self: start;
}
domain-connect .connected-profile > :first-child > img {
  width: var(--width);
  height: var(--width);
}
domain-connect .connected-profile > :nth-child(2) > * {
  margin: 0;
  line-height: 1.2;
}
domain-connect .connected-profile > :nth-child(2) > .h1 {
  font-size: inherit;
}
domain-connect .connected-profile > :nth-child(2) > .h2 {
  font-size: 0.875em;
  margin-top: 0.2rem;
  display: block;
}
domain-connect .connected-profile > :nth-child(2) > .change {
  margin-top: 0.6rem;
  font-size: 0.75em;
}
domain-connect .connected-profile > :nth-child(2) > .change [btn-link] {
  color: #777;
}
domain-connect .form-actions {
  margin-top: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
domain-connect .form-actions:only-child {
  margin-top: 0;
}
domain-connect .form-actions > span {
  margin: 0 0.5rem;
}
domain-connect[domain="facebook"] .form-actions {
  margin-top: 0.6em;
}
domain-connect[domain="facebook"] .form-row.-checkbox {
  margin: 0.8rem 0 1.3rem;
}
domain-connect[domain="facebook"] .form-row.-checkbox label {
  font-size: 0.9em;
}
domain-connect[domain="facebook"]
  .connected-profile
  > :nth-child(2)
  .source-selection:not(.-select) {
  margin-top: 0.5em;
  font-size: 0.8em;
}
domain-connect[domain="facebook"]
  .connected-profile
  > :nth-child(2)
  .source-selection.-select {
  margin: 0.8em 0 0.6em;
  font-size: 0.85em;
}
domain-connect[domain="facebook"]
  .connected-profile
  > :nth-child(2)
  .source-selection.-select
  > label {
  font: inherit;
  margin: 0 0 0.35em;
}
domain-connect[domain="facebook"] .connected-profile > :nth-child(2) > .change {
  margin-top: 0.3em;
}
action-user-form {
  display: block;
}
action-user-form .form-row.-dob > div {
  display: -webkit-flex;
  display: flex;
}
action-user-form .form-row.-dob > div .control {
  max-width: auto;
  width: auto;
}
action-user-form .form-row.-dob > div .control + .control {
  margin-left: 5px;
}
action-user-form .form-row[class][class] {
  margin-bottom: 1.5rem;
}
action-user-form .form-row.-facebook .control + .control {
  margin-top: 5px;
}
action-user-form .group {
  margin-top: 0.5rem;
}
action-user-form .group > div ~ div {
  margin-top: 0.55rem;
}
action-user-form .group > div > label {
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0.15em;
}
action-user-form file-select.-has-value {
  --height: 2em;
}
action-user-form file-select.-has-value [btn-link] {
  font-size: 0.95em;
}
action-footer {
  display: block;
  margin-top: 1.5rem;
}
action-footer label > error {
  margin: -0.2em 0.3em -0.2em 0;
}
action-footer .form-row + .submit {
  margin-top: 1.75rem;
}
.action-desc.-empty + * form > action-footer:only-child {
  margin-top: 0;
}
action-footer .tos-update-note {
  display: block;
  color: var(--weakColor);
  margin-top: 0.6em;
  max-width: 30em;
}
action-footer .ai-feedback-hero {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  margin-bottom: 1.5rem;
  -webkit-box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  position: relative;
}
action-footer .ai-feedback-hero__beta-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.1);
  color: #666;
  border-radius: 6px;
}
@media (max-width: 650px) {
  action-footer .ai-feedback-hero__beta-badge {
    position: static;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    margin-bottom: 4px;
  }
}
action-footer .ai-feedback-hero__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #000;
  line-height: 1.3;
}
@media (min-width: 400px) {
  action-footer .ai-feedback-hero__title {
    font-size: 20px;
  }
}
action-footer .ai-feedback-hero__description {
  font-size: 18px;
  margin: 0;
  color: #666;
  line-height: 1.4;
}
action-footer .ai-feedback-hero__cta {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 16px;
  background: #f2f2f2;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
}
action-footer .ai-feedback-hero__cta:hover {
  background: #e8e8e8;
}
action-auth > .action-auth-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
action-auth > .action-auth-actions > [btn-link] {
  font-weight: 700;
}
action-auth > .action-auth-actions > span {
  margin: 0 0.75em;
}
action-auth > .action-auth-message {
  margin: 0 0 1rem;
}
social-tags {
  display: block;
}
social-tags > .h1 {
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.3;
  margin: 0;
}
social-tags > .h1:after {
  content: ":";
  padding-left: 0.2ch;
}
social-tags .tags {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.05em;
  font-weight: 700;
  margin-right: 0.4em;
  margin-top: 0.5rem;
}
social-tags .tags > span {
  margin-right: 0.6rem;
}
social-tags .tags > span:last-of-type {
  margin-right: 0.8rem;
}
social-tags .copy-btn {
  padding: 0.5em 0.7em;
  border-radius: 1em;
  color: #555;
  font-size: 0.7em;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #eee;
}
social-tags .copy-btn:active,
social-tags .copy-btn:focus,
social-tags .copy-btn:hover {
  color: var(--primaryActionHoverText, var(--primaryActionText));
  background: var(--primaryActionHover);
}
social-post {
  display: block;
}
social-post social-tags .h1 {
  font-size: 1em;
}
social-post label [btn-link][btn-link][btn-link] {
  font-weight: 400;
  color: var(--weakColor);
}
social-post label > span {
  margin-right: 0.6em;
}
social-post.-facebook label:before,
social-post.-pinterest label:before,
social-post.-tiktok label:before,
social-post.-youtube label:before {
  content: "";
  display: inline-block;
  vertical-align: -0.7ch;
  --size: 2.8ch;
  width: var(--size);
  height: var(--size);
  margin-right: 0.7ch;
  background-image: var(--logo);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
social-post.-facebook {
  --logo: var(--brandingFacebookLogo);
}
social-post.-pinterest {
  --logo: var(--brandingPinterestLogo);
}
social-post.-tiktok {
  --logo: var(--brandingTiktokLogo);
}
social-post.-youtube {
  --logo: var(--brandingYoutubeLogo);
}
action-upload {
  display: block;
}
action-upload img-upload.has-selection:not(.invalid) file-select {
  --height: 0;
}
action-upload img-upload [btn-link] {
  font-size: 0.95em;
  margin-top: 0.5rem;
}
action-upload img-upload input:active + [btn-link],
action-upload img-upload input:focus + [btn-link],
action-upload img-upload input:hover + [btn-link] {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
action-upload img-upload file-select [icon][icon] {
  margin-right: 0.6em;
  opacity: 0.8;
}
action-upload .preview {
  position: relative;
  display: -webkit-flex;
  display: flex;
  max-width: 200px;
  height: -webkit-calc(var(--crop-ratio) * 200px);
  height: calc(var(--crop-ratio) * 200px);
}
action-upload .preview.-wide {
  max-width: 350px;
  height: -webkit-calc(var(--crop-ratio) * 350px);
  height: calc(var(--crop-ratio) * 350px);
}
action-upload .preview:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
action-upload .preview canvas {
  width: 100%;
  height: auto;
}
action-widget-upload {
  display: block;
}
action-widget-upload img-upload.has-selection:not(.invalid) file-select {
  --height: 0;
}
action-widget-upload img-upload [btn-link] {
  font-size: 0.95em;
  margin-top: 0.5rem;
}
action-widget-upload img-upload input:active + [btn-link],
action-widget-upload img-upload input:focus + [btn-link],
action-widget-upload img-upload input:hover + [btn-link] {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
action-widget-upload img-upload file-select [icon][icon] {
  margin-right: 0.6em;
  opacity: 0.8;
}
action-widget-upload .preview {
  position: relative;
  display: -webkit-flex;
  display: flex;
  max-width: 200px;
  height: -webkit-calc(var(--crop-ratio) * 200px);
  height: calc(var(--crop-ratio) * 200px);
}
action-widget-upload .preview.-wide {
  max-width: 350px;
  height: -webkit-calc(var(--crop-ratio) * 350px);
  height: calc(var(--crop-ratio) * 350px);
}
action-widget-upload .preview:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
action-widget-upload .preview canvas {
  width: 100%;
  height: auto;
}
action-widget-upload action-user-form {
  margin-top: 1.5rem;
}
action-widget-user-form {
  display: block;
}
action-widget-user-form .action-type {
  margin-bottom: 1rem;
}
action-widget-user-form .form-group label {
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
action-widget-post-fb action-user-form,
action-widget-post-ig action-user-form {
  margin-bottom: 2.5rem;
}
action-widget-post-fb social-tags {
  margin-top: 1.5rem;
}
action-widget-post-st .direct-instruction {
  font-size: 1.1em;
  line-height: 1.3;
}
action-widget-post-st .direct-instruction:after {
  content: ".";
}
action-widget-referral {
  display: block;
}
action-widget-vote {
  --gutter: 12px;
}
action-widget-vote .cols {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
action-widget-vote .cols > div {
  width: -webkit-calc(50% - var(--gutter) / 2);
  width: calc(50% - var(--gutter) / 2);
}
action-widget-vote .cols > div:last-child {
  text-align: right;
}
action-widget-vote .vote-panel {
  max-width: 650px;
  margin: auto;
}
action-widget-vote .product {
  border: 1px solid #ccc;
  margin: 0 0 var(--gutter);
  padding: 10px;
  font-size: 0.9em;
  background: #fafafa;
}
action-widget-vote .product > div {
  display: -webkit-flex;
  display: flex;
  margin: auto;
}
action-widget-vote .product > div > .product__thumb {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 50px;
  margin-right: var(--gutter);
}
action-widget-vote .product > div .product__body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  line-height: 1.3;
}
action-widget-vote .product > div .product__h1 {
  margin-top: -0.1em;
  margin-bottom: 0.2em;
}
action-widget-vote .product > div .product__h1 > b {
  font-weight: 700;
}
action-widget-vote .product > div .product__desc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9em;
  max-width: 30em;
  color: #777;
  margin-top: auto;
}
action-widget-vote .vote__counter {
  margin: -webkit-calc(var(--gutter) * -1) auto 1rem;
  margin: calc(var(--gutter) * -1) auto 1rem;
}
action-widget-vote .vote__counter span {
  display: inline-block;
  padding: 0.4em 1em;
  color: #636363;
  background: #f7f7f7;
  border-radius: 1rem;
  white-space: nowrap;
}
action-widget-vote .vote__img {
  position: relative;
  cursor: pointer;
  margin-bottom: var(--gutter);
}
action-widget-vote .vote__img > .selected {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
action-widget-vote .vote__img > .selected [icon] {
  margin: auto;
  color: #fff;
  font-size: 5.5em;
  stroke-width: 2.3;
}
action-widget-vote .vote__action {
  margin-bottom: -webkit-calc(var(--gutter) * 2);
  margin-bottom: calc(var(--gutter) * 2);
}
action-widget-vote .vote__action [btn] {
  font-size: 1.1em;
  width: 100%;
}
action-widget-vote .vote__action [icon] {
  font-size: 1.2em;
  margin-right: 0.6rem;
  margin-left: -0.5em;
  vertical-align: middle;
  stroke-width: 3;
}
action-widget-vote .vote__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  min-height: 2em;
}
action-widget-vote .vote__report[class] {
  font-size: 0.9rem;
  -webkit-flex: 4;
  flex: 4;
}
action-widget-vote .vote__report[class] [btn-link] {
  color: inherit;
  opacity: 0.7;
}
action-widget-vote .vote__report[class] [btn-link]:active,
action-widget-vote .vote__report[class] [btn-link]:focus,
action-widget-vote .vote__report[class] [btn-link]:hover {
  text-decoration: none;
  opacity: 1;
}
action-widget-vote .vote__report[class] [btn-link] [icon] {
  margin-right: 0.3em;
}
action-widget-vote .vote__report[class] [btn-link].-reported span:after {
  content: "ed";
}
action-widget-vote .vote-col.-selected[class] .vote__action .btn {
  background: #444;
  color: #fff;
}
action-widget-cta,
action-widget-follow {
  display: block;
}
action-widget-social-evidence {
  display: block;
  --margin: 1.5rem;
}
action-widget-social-evidence .form-row.-screeenshot[class] {
  margin-bottom: var(--margin);
}
action-widget-social-evidence action-user-form {
  margin-top: var(--margin);
}
onboarding-task-actions .panel .form-row {
  margin-bottom: 1.25rem;
}
onboarding-task-actions .panel .form-row .label {
  display: block;
  font-weight: 700;
  font-size: var(--baseFontSize, 16px);
  margin-bottom: 0.5rem;
  color: var(--baseColor, inherit);
}
onboarding-task-actions .panel .form-row .required {
  color: var(--textWarning);
}
onboarding-task-actions .panel .form-row .control,
onboarding-task-actions .panel .form-row input.control,
onboarding-task-actions .panel .form-row select.control,
onboarding-task-actions .panel .form-row textarea.control {
  width: 100%;
  border: 1px solid var(--formBorderColor, var(--hrColor, #e3e8ef));
  border-radius: var(--formBorderRadius, 8px);
  padding: 12px 16px;
  font-size: var(--baseFontSize, 16px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
onboarding-task-actions .panel .form-row .control:focus,
onboarding-task-actions .panel .form-row input.control:focus,
onboarding-task-actions .panel .form-row select.control:focus,
onboarding-task-actions .panel .form-row textarea.control:focus {
  outline: 0;
  border-color: var(--formFocusColor, var(--baseColor, #697686));
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
onboarding-task-actions .panel .form-row.-checkbox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
}
onboarding-task-actions .panel .form-row.-checkbox .label {
  -webkit-flex: 1;
  flex: 1;
  margin-bottom: 0;
  cursor: pointer;
}
onboarding-task-actions .panel .form-row.-multiChoice .label {
  margin-bottom: 12px;
}
onboarding-task-actions .panel .multi-choice {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: 0;
}
onboarding-task-actions .panel .multi-choice > label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  min-height: 48px;
  border: 1px solid var(--formBorderColor, var(--hrColor, #e3e8ef));
  border-radius: var(--formBorderRadius, 12px);
  cursor: pointer;
  font-weight: 400;
  margin-top: 0;
}
onboarding-task-actions
  .panel
  .multi-choice
  > label:has(input[type="checkbox"]:checked) {
  border-width: 1px;
  border-color: var(--primaryAction);
  background-color: color-mix(in sRGB, var(--primaryAction) 12%, #fff);
}
onboarding-task-actions .panel .multi-choice > label > span {
  font-size: var(--baseFontSize, 16px);
  color: var(--baseColor, inherit);
}
onboarding-task-actions .panel .multi-choice checkbox {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
onboarding-task-actions
  .panel
  .multi-choice
  input[type="checkbox"]:checked
  + span {
  background-color: var(--primaryAction);
  border-color: var(--primaryAction);
}
onboarding-task-actions
  .panel
  .multi-choice
  input[type="checkbox"]:checked
  + span
  svg[icon="check"] {
  color: var(--primaryActionText);
}
onboarding-task-actions .panel error {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: var(--textWarning);
}
rewards {
  display: block;
}
rewards .preview__h2.-promo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
rewards .preview__h2.-promo > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
rewards .preview__h2.-promo > promo-code-badge {
  margin-right: 0.8em;
}
reward {
  display: block;
}
reward .reward__footer {
  margin-top: 1.2rem;
}
reward .reward__promos > promo-code {
  margin-right: 1rem;
}
referral-orders table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.95em;
}
referral-orders th {
  font-size: 0.95em;
  text-align: left;
  padding-bottom: 0.65em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
referral-orders td {
  padding: 0.5em 0;
}
referral-orders thead + tr > td {
  padding-top: 0.75em;
}
referral-orders td + td,
referral-orders th + th {
  padding-left: 7px;
}
referral-orders tr:nth-child(2n) > td {
  background: #f7f7f7;
}
referral-orders td:first-child,
referral-orders th:first-child {
  padding-left: 3px;
}
referral-orders li {
  font-size: 0.9em;
  padding: 10px;
  border-radius: var(--listItemRadius);
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
referral-orders li:nth-child(odd) {
  background: #f7f7f7;
  border-color: transparent;
}
referral-orders li > div + div {
  margin-top: 0.2em;
}
referral-orders .pager-footer {
  text-align: center;
  margin-top: 1.5rem;
}
referral-customise {
  display: block;
}
referral-customise label .hint b {
  color: #555;
}
referral-customise hr {
  margin: 1.8rem auto 1.8rem 0;
  border: 0;
  border-bottom: 1px solid var(--hrColor);
  width: 20%;
}
channel {
  --bg: var(--channelBg, var(--listItemBg-alt));
  --color: var(--channelColor, var(--listItemColor-alt));
  --weakColor: var(--channelWeakColor, #666);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: var(--bg);
  color: var(--color);
  border-radius: var(--listItemRadius);
  padding: 1rem 1.2rem;
  margin-bottom: var(--gutter);
}
channel .channel__h1 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
channel .channel__h1:first-letter {
  text-transform: uppercase;
}
channel .channel__main {
  font-size: 0.95em;
  margin-bottom: 1.5rem;
}
channel .channel__main p:first-child {
  margin: 0;
  font-weight: 700;
}
channel .channel__main p + p {
  margin-top: 0.6rem;
  font-size: 0.95em;
  color: var(--weakColor);
}
channel .channel__footer {
  margin-top: auto;
}
channel .channel__footer promo-code-badge {
  width: 100%;
  font-size: inherit;
}
channel .channel__footer promo-code-badge .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
}
channel .channel__footer promo-code-badge .btn > [icon] {
  margin-left: auto;
}
channel .channel__footer promo-code-badge .btn > b {
  margin-right: 0.4em;
}
channel .referral-cta,
channel .share-cta {
  display: -webkit-flex;
  display: flex;
}
channel .referral-cta > *,
channel .share-cta > * {
  min-width: 0;
}
channel .referral-cta [share],
channel .share-cta [share] {
  padding: 0 1.2rem 0 0;
  width: 3.2rem;
  margin-right: -1.2rem;
  color: var(--weakColor);
}
channel .referral-cta [share] svg,
channel .share-cta [share] svg {
  font-size: 1.1em;
  margin-right: 0;
}
channel.-invitations,
channel.-referrals {
  margin-left: auto;
  margin-right: auto;
  max-width: 25em;
}
channel.-invitations .channel__h1,
channel.-referrals .channel__h1 {
  display: -webkit-flex;
  display: flex;
}
channel.-invitations .channel__h1 [btn-link],
channel.-referrals .channel__h1 [btn-link] {
  margin-left: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 0.7em;
}
channel.-invitations .channel__footer,
channel.-referrals .channel__footer {
  text-align: center;
}
channel.-invitations .channel__footer > div + div,
channel.-referrals .channel__footer > div + div {
  margin-top: 0.7em;
}
channel.-invitations .channel__footer > hr,
channel.-referrals .channel__footer > hr {
  margin: 1rem 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
}
channel.-invitations .channel__footer .referral-link,
channel.-referrals .channel__footer .referral-link {
  font-size: 0.9em;
  margin-top: 0.7em;
}
channel.-invitations .channel__footer .referral-link svg[icon="chevron-down"],
channel.-referrals .channel__footer .referral-link svg[icon="chevron-down"] {
  vertical-align: middle;
}
channel.-invitations .channel__footer .referral-heading,
channel.-referrals .channel__footer .referral-heading {
  text-align: left;
  margin: 1.3em 0 0.5em;
  font-weight: 700;
  font-size: 0.95em;
}
channel.-invitations [btn-link],
channel.-referrals [btn-link] {
  color: var(--weakColor);
}
channel .table__stats {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  line-height: 1.1;
  margin-bottom: 1em;
  gap: var(--gutter);
}
channel .table__stats > a {
  color: inherit;
  text-decoration: none;
}
channel .table__stats > a[href]:active,
channel .table__stats > a[href]:focus,
channel .table__stats > a[href]:hover {
  --weakColor: var(--color);
  text-decoration: none;
}
channel .table__stats > a[href] span {
  text-decoration: underline;
}
channel .table__stats span {
  font-size: 0.9em;
  color: var(--weakColor);
}
channel .table__stats b {
  display: block;
  margin-top: 0.2em;
  white-space: nowrap;
}
channel .table__stats b:first-of-type {
  margin-top: 0.5em;
}
.channel__cta {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
}
.channel__cta.-invitations > .link,
.channel__cta.-referrals > .link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
  line-height: 1.2;
}
.channel__cta.-invitations svg,
.channel__cta.-referrals svg {
  margin-left: auto;
}
.channel__cta.-invitations > .prefix,
.channel__cta.-referrals > .prefix,
.channel__footer promo-code-badge .btn > span {
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 0.4em;
  font-size: 0.925em;
}
.channel__cta.-invitations > .prefix:after,
.channel__cta.-referrals > .prefix:after,
.channel__footer promo-code-badge .btn > span:after {
  content: ":";
  padding-left: 0.1ch;
  vertical-align: 0.1em;
}
about .tiers {
  margin: 0 0 1rem;
  text-align: center;
}
about .tiers .tiers__intro {
  margin-bottom: 1.5rem;
}
about .tiers tier {
  margin: 0 12px 0.5rem;
  margin-left: min(12px, 2vw);
  margin-right: min(12px, 2vw);
}
about .tiers tier .tier__h1 {
  font-size: 0.9rem;
}
about .channels {
  --gutter: 15px;
  line-height: 1.35;
  margin: 1rem auto 2rem;
}
about .channels__intro {
  text-align: center;
  margin: 1.2rem 0;
}
about .channels__modules {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  --order: 10;
}
about .channels__modules .units,
about .channels__modules channel {
  -webkit-order: var(--order, 10);
  order: var(--order, 10);
}
about .channels__modules .units.-large {
  --order: var(--referralsChannelOrder, var(--invitationsChannelOrder));
}
about .channels__modules channel.-referrals {
  --order: var(--referralsChannelOrder);
}
about .channels__modules channel.-invitations {
  --order: var(--invitationsChannelOrder);
}
about .channels__modules channel.-loyalty {
  --order: var(--loyaltyChannelOrder);
}
about .channels__modules channel.-tasks {
  --order: var(--tasksChannelOrder);
}
about .channels__modules channel.-taskReferrals {
  --order: var(--taskReferralsChannelOrder);
}
about .wysiwyg.-about {
  max-width: 30em;
  margin: auto;
}
@media (min-width: 651px) {
  about .units.-large {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    gap: var(--gutter);
  }
  about .units.-large channel {
    -webkit-flex: 1 0;
    flex: 1 0;
  }
  about .units:not(.-large) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--gutter);
    margin-left: auto;
    margin-right: auto;
  }
  about .units:not(.-large).-col1 {
    max-width: 400px;
  }
  about .units:not(.-large).-col2 {
    max-width: 560px;
  }
}
@media (max-width: 650px) {
  about .tiers .tier__h1[class] {
    font-size: 0.8rem;
  }
  about .channels {
    margin-left: -webkit-calc(var(--horz-edge-padding) * -1);
    margin-left: calc(var(--horz-edge-padding) * -1);
    margin-right: -webkit-calc(var(--horz-edge-padding) * -1);
    margin-right: calc(var(--horz-edge-padding) * -1);
  }
  about .channels .channels__intro {
    padding-left: var(--horz-edge-padding);
    padding-right: var(--horz-edge-padding);
  }
  about .channels channel {
    padding-left: var(--horz-edge-padding);
    padding-right: var(--horz-edge-padding);
    margin-right: var(--gutter);
    margin-left: var(--gutter);
  }
  about .channels channel.-invitations,
  about .channels channel.-referrals {
    max-width: none;
  }
  about .channels .units {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
notifications {
  display: block;
}
duel-notification-i18n,
notification {
  display: block;
  position: relative;
}
duel-notification-i18n > .link,
notification > .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
duel-notification-i18n > div,
notification > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.7rem 0.7rem 0.7rem 0.8rem;
  border-radius: var(--listItemRadius);
  background: #f7f7f7;
  border: 1px solid #ddd;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
duel-notification-i18n > div > .body,
notification > div > .body {
  -webkit-flex: 1;
  flex: 1;
}
duel-notification-i18n > div > .body p,
notification > div > .body p {
  margin: 0;
}
duel-notification-i18n > div > .body p + p,
notification > div > .body p + p {
  margin-top: 0.5em;
}
duel-notification-i18n > div > promo-code-badge,
notification > div > promo-code-badge {
  position: relative;
  z-index: 10;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
duel-notification-i18n > div > .dismiss,
notification > div > .dismiss {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: start;
  align-self: start;
  z-index: 10;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-left: 0.5rem;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: inherit;
}
duel-notification-i18n > div > .dismiss [icon],
notification > div > .dismiss [icon] {
  stroke-width: 2;
  stroke-opacity: 0.7;
  margin: 0;
}
duel-notification-i18n > div > .dismiss:active [icon],
duel-notification-i18n > div > .dismiss:focus [icon],
duel-notification-i18n > div > .dismiss:hover [icon],
notification > div > .dismiss:active [icon],
notification > div > .dismiss:focus [icon],
notification > div > .dismiss:hover [icon] {
  stroke-opacity: 1;
}
duel-notification-i18n > .link:active + div,
duel-notification-i18n > .link:focus + div,
duel-notification-i18n > .link:hover + div,
duel-notification-i18n.-linked > div:hover,
notification > .link:active + div,
notification > .link:focus + div,
notification > .link:hover + div,
notification.-linked > div:hover {
  border-color: currentColor;
}
duel-notification-i18n.-interacted:not(.-featured),
notification.-interacted:not(.-featured) {
  color: var(--weakColor);
}
duel-notification-i18n.-featured,
notification.-featured {
  --bgc: var(--primaryAction);
  --fgc: var(--primaryActionText);
}
duel-notification-i18n.-featured > div,
notification.-featured > div {
  background-color: var(--bgc);
  border-color: var(--bgc);
  color: var(--fgc);
}
duel-notification-i18n.-featured > .link:active + div,
duel-notification-i18n.-featured > .link:focus + div,
duel-notification-i18n.-featured > .link:hover + div,
duel-notification-i18n.-featured.-linked > div:hover,
notification.-featured > .link:active + div,
notification.-featured > .link:focus + div,
notification.-featured > .link:hover + div,
notification.-featured.-linked > div:hover {
  --bgc: var(--primaryActionHover, var(--primaryAction));
  --fgc: var(--primaryActionHoverText, var(--primaryActionText));
  background-color: var(--bgc);
  border-color: var(--bgc);
  color: var(--fgc);
}
duel-notification-i18n.-featured promo-code-badge,
notification.-featured promo-code-badge {
  -webkit-align-self: start;
  align-self: start;
  margin-right: 0.1rem;
}
duel-notification-i18n.-featured promo-code-badge .promo-code-badge-btn,
notification.-featured promo-code-badge .promo-code-badge-btn {
  background: var(--fgc);
  color: var(--bgc);
}
duel-notification-i18n + duel-notification-i18n,
notification + notification {
  margin-top: 1rem;
}
