@charset "UTF-8";
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "FuturaBT-Book";
  src: url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaBT-Book.eot");
  src: url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaBT-Book.eot?#iefix") format("embedded-opentype"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaBT-Book.woff2") format("woff2"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaBT-Book.woff") format("woff"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaBT-Book.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaBT-Heavy";
  src: url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaBT-Heavy.eot");
  src: url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaBT-Heavy.eot?#iefix") format("embedded-opentype"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaBT-Heavy.woff2") format("woff2"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaBT-Heavy.woff") format("woff"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaBT-Heavy.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaPT-Book";
  src: url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaPT-Book.eot");
  src: url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaPT-Book.woff2") format("woff2"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaPT-Book.woff") format("woff"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaPT-Book.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaPT-Heavy";
  src: url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaPT-Heavy.eot");
  src: url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaPT-Heavy.woff2") format("woff2"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaPT-Heavy.woff") format("woff"), url("https://d1p4wrw087wab3.cloudfront.net/fonts/FuturaPT-Heavy.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 200;
  src: url(/hc/theming_assets/01J06S310R8SFJ65FEQT9FJFQF);
  src: url(/hc/theming_assets/01J06S310R8SFJ65FEQT9FJFQF?#iefix) format("embedded-opentype"), url(/hc/theming_assets/01J06S31VE9Q5TSHHMXPE4T516) format("woff2"), url(/hc/theming_assets/01J06S32AM6G4S0SAQN5EM2667) format("woff"), url(/hc/theming_assets/01J06S31PZRVNN7VTVR7MBXBEQ) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 400;
  src: url(/hc/theming_assets/01J06S31G2Z23C4QB578R03R0F);
  src: url(/hc/theming_assets/01J06S31G2Z23C4QB578R03R0F?#iefix) format("embedded-opentype"), url(/hc/theming_assets/01J06S30WBWZVJA301PWSMH50Y) format("woff2"), url(/hc/theming_assets/01J06S30WX5DXBF2NAHDQ25R2P) format("woff"), url(/hc/theming_assets/01J06S31WQJD8F6CKCQBQMKM5M) format("truetype"), url(/hc/theming_assets/01JZK15VK5EJ3J6Y7T2115FCAA#FuturaPTWeb-Book) format("svg");
}
@font-face {
  font-display: swap;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  src: url(/hc/theming_assets/01J06S31BAEFGDNYBKSQP2WPDT);
  src: url(/hc/theming_assets/01J06S31BAEFGDNYBKSQP2WPDT?#iefix) format("embedded-opentype"), url(/hc/theming_assets/01J06S322X58A9CZZW6T474G5Q) format("woff2"), url(/hc/theming_assets/01J06S30DWYGPCR1S1829XM4NK) format("woff"), url(/hc/theming_assets/01J06S32DV697MSJPZ54VMDJB9) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 600;
  src: url(/hc/theming_assets/01J06S308KXXKM1SB68R2XJGWT);
  src: url(/hc/theming_assets/01J06S308KXXKM1SB68R2XJGWT?#iefix) format("embedded-opentype"), url(/hc/theming_assets/01J06S32H1QRBEK8HF9HDHFN06) format("woff2"), url(/hc/theming_assets/01J06S32MSW8PDV7PZBMMCTJ8B) format("woff"), url(/hc/theming_assets/01J06S31G93P2RKEA0WZR12CZ5) format("truetype"), url(/hc/theming_assets/01JZK15VJV2JFAJVV3035RFYD8#FuturaPTWeb-demi) format("svg");
}
@font-face {
  font-display: swap;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 700;
  src: url(/hc/theming_assets/01J06S326F1Z3S077KNC43MEB0);
  src: url(/hc/theming_assets/01J06S326F1Z3S077KNC43MEB0?#iefix) format("embedded-opentype"), url(/hc/theming_assets/01J06S311C30HJJRGTNGWWMBZV) format("woff2"), url(/hc/theming_assets/01J06S323HT1YVKRJWGZDC67C8) format("woff"), url(/hc/theming_assets/01J06S322ZS0F8CESVEWPMHFJK) format("truetype"), url(/hc/theming_assets/01JZK15VNFEF4HCDFD2TBCTASV#FuturaPTWeb-heavy) format("svg");
}
@font-face {
  font-display: swap;
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 800;
  src: url(/hc/theming_assets/01J06S31HJ3EN3RSWEG39V2KQ1) format("woff"), url(/hc/theming_assets/01J06S32BKW6GZS8KCA32FH4MN) format("truetype"), url(/hc/theming_assets/01JZK15TR9B9TMFV892XDCMW0W#FuturaPT-ExtraBold) format("svg");
}
@font-face {
  font-display: swap;
  font-family: "futura-pt-condensed";
  font-style: normal;
  font-weight: 800;
  src: url(/hc/theming_assets/01J06S31R07AB8VQBV9ES7KCSB) format("truetype");
}
.wysiwyg-font-size-medium {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.ws-container, .ws-container--wide,
.ws-container--fluid,
.ws-container--nav,
.MobileNavMenu {
  font-family: "futura-pt", "FuturaPT-Book", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.ws-container h1, .ws-container--wide h1,
.ws-container h2,
.ws-container--wide h2,
.ws-container h3,
.ws-container--wide h3,
.ws-container h4,
.ws-container--wide h4,
.ws-container h5,
.ws-container--wide h5,
.ws-container h6,
.ws-container--wide h6,
.ws-container--fluid h1,
.ws-container--fluid h2,
.ws-container--fluid h3,
.ws-container--fluid h4,
.ws-container--fluid h5,
.ws-container--fluid h6,
.ws-container--nav h1,
.ws-container--nav h2,
.ws-container--nav h3,
.ws-container--nav h4,
.ws-container--nav h5,
.ws-container--nav h6,
.MobileNavMenu h1,
.MobileNavMenu h2,
.MobileNavMenu h3,
.MobileNavMenu h4,
.MobileNavMenu h5,
.MobileNavMenu h6 {
  font-family: "futura-pt", "FuturaPT-Heavy", "Helvetica Neue", sans-serif;
  font-weight: 700;
  margin-top: 0;
}

.ws-container h1, .ws-container--wide h1,
.ws-container--fluid h1,
.ws-container--nav h1,
.MobileNavMenu h1 {
  font-size: 4.1rem;
}

.ws-container h2, .ws-container--wide h2,
.ws-container--fluid h2,
.ws-container--nav h2,
.MobileNavMenu h2 {
  font-size: 2.7rem;
}

.ws-container h5, .ws-container--wide h5,
.ws-container--fluid h5,
.ws-container--nav h5,
.MobileNavMenu h5 {
  font-size: 2.1rem;
}

.ws-container h6, .ws-container--wide h6,
.ws-container--fluid h6,
.ws-container--nav h6,
.MobileNavMenu h6 {
  font-size: 1.4rem;
}

.ws-container, .ws-container--wide {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

@media (min-width: 768px) {
  .ws-container, .ws-container--wide {
    padding: 0 48px;
    width: 768px;
  }
}
@media (min-width: 960px) {
  .ws-container, .ws-container--wide {
    padding: 0 64px;
    width: 960px;
  }
}
@media (min-width: 1280px) {
  .ws-container, .ws-container--wide {
    width: 1280px;
  }
}
.ws-container [class^=container], .ws-container--wide [class^=container] {
  padding: 0;
}

.ws-container--fluid {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px;
  width: 100%;
}

@media (min-width: 768px) {
  .ws-container--fluid {
    padding: 0 48px;
  }
}
.ws-container--nav {
  margin: 0 auto;
  max-width: 1680px;
  padding: 0 16px;
  width: 100%;
}

.ws-container--inverted {
  background-color: #f7ebe1;
  padding: 4.9rem 5rem;
  width: 90%;
}

@media (min-width: 768px) {
  .ws-container--inverted {
    padding: 5.6rem 6.5rem;
    width: 68.8rem;
  }
}
@media (min-width: 960px) {
  .ws-container--inverted {
    padding: 6.2rem 6.8rem;
    width: 84.8rem;
  }
}
@media (min-width: 1280px) {
  .ws-container--inverted {
    padding: 7.6rem 9.8rem;
    width: 116.8rem;
  }
}
.ws-container--class {
  max-width: 88rem;
}

.ws-container--magazine {
  margin: 0 auto;
  max-width: 1880px;
  padding: 0 calc(4% + 15px);
  width: 100%;
}

@media (min-width: 1500px) {
  .ws-container--wide {
    width: 1500px;
  }
}
/* stylelint-disable */
.ws-grid {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1.6rem;
  margin-top: -1.6rem;
  list-style: none;
}

.ws-grid > * {
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  flex: 0 0 100%;
  max-width: 100%;
}

.ws-grid > * *:last-child {
  margin-bottom: 0;
}

.ws-grid--deepMatch > * {
  display: flex;
  flex-wrap: wrap;
}

.ws-grid--deepMatch > * > * {
  flex: none;
  width: 100%;
}

.ws-grid-collapse {
  margin-top: 0;
  margin-left: 0;
}

.ws-grid-collapse > * {
  padding-top: 0;
  padding-left: 0;
}

@media (min-width: 480px) {
  .ws-grid-collapse--small {
    margin-top: 0;
    margin-left: 0;
  }
  .ws-grid-collapse--small > * {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .ws-grid-collapse--medium {
    margin-top: 0;
    margin-left: 0;
  }
  .ws-grid-collapse--medium > * {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 960px) {
  .ws-grid-collapse--large {
    margin-top: 0;
    margin-left: 0;
  }
  .ws-grid-collapse--large > * {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .ws-grid-collapse--xlarge {
    margin-top: 0;
    margin-left: 0;
  }
  .ws-grid-collapse--xlarge > * {
    padding-top: 0;
    padding-left: 0;
  }
}
.ws-grid-mediumGutter {
  margin-top: -2.4rem;
  margin-left: -2.4rem;
}

.ws-grid-mediumGutter > * {
  padding-left: 2.4rem;
  padding-top: 2.4rem;
}

@media (min-width: 480px) {
  .ws-grid-mediumGutter--small {
    margin-top: -2.4rem;
    margin-left: -2.4rem;
  }
  .ws-grid-mediumGutter--small > * {
    padding-left: 2.4rem;
    padding-top: 2.4rem;
  }
}
@media (min-width: 768px) {
  .ws-grid-mediumGutter--medium {
    margin-top: -2.4rem;
    margin-left: -2.4rem;
  }
  .ws-grid-mediumGutter--medium > * {
    padding-left: 2.4rem;
    padding-top: 2.4rem;
  }
}
@media (min-width: 960px) {
  .ws-grid-mediumGutter--large {
    margin-top: -2.4rem;
    margin-left: -2.4rem;
  }
  .ws-grid-mediumGutter--large > * {
    padding-left: 2.4rem;
    padding-top: 2.4rem;
  }
}
@media (min-width: 1280px) {
  .ws-grid-mediumGutter--xlarge {
    margin-top: -2.4rem;
    margin-left: -2.4rem;
  }
  .ws-grid-mediumGutter--xlarge > * {
    padding-left: 2.4rem;
    padding-top: 2.4rem;
  }
}
.ws-grid-largeGutter {
  margin-top: -3.2rem;
  margin-left: -3.2rem;
}

.ws-grid-largeGutter > * {
  padding-left: 3.2rem;
  padding-top: 3.2rem;
}

@media (min-width: 480px) {
  .ws-grid-largeGutter--small {
    margin-top: -3.2rem;
    margin-left: -3.2rem;
  }
  .ws-grid-largeGutter--small > * {
    padding-left: 3.2rem;
    padding-top: 3.2rem;
  }
}
@media (min-width: 768px) {
  .ws-grid-largeGutter--medium {
    margin-top: -3.2rem;
    margin-left: -3.2rem;
  }
  .ws-grid-largeGutter--medium > * {
    padding-left: 3.2rem;
    padding-top: 3.2rem;
  }
}
@media (min-width: 960px) {
  .ws-grid-largeGutter--large {
    margin-top: -3.2rem;
    margin-left: -3.2rem;
  }
  .ws-grid-largeGutter--large > * {
    padding-left: 3.2rem;
    padding-top: 3.2rem;
  }
}
@media (min-width: 1280px) {
  .ws-grid-largeGutter--xlarge {
    margin-top: -3.2rem;
    margin-left: -3.2rem;
  }
  .ws-grid-largeGutter--xlarge > * {
    padding-left: 3.2rem;
    padding-top: 3.2rem;
  }
}
.ws-grid-xlargeGutter {
  margin-top: -6.4rem;
  margin-left: -6.4rem;
}

.ws-grid-xlargeGutter > * {
  padding-left: 6.4rem;
  padding-top: 6.4rem;
}

@media (min-width: 480px) {
  .ws-grid-xlargeGutter--small {
    margin-top: -6.4rem;
    margin-left: -6.4rem;
  }
  .ws-grid-xlargeGutter--small > * {
    padding-left: 6.4rem;
    padding-top: 6.4rem;
  }
}
@media (min-width: 768px) {
  .ws-grid-xlargeGutter--medium {
    margin-top: -6.4rem;
    margin-left: -6.4rem;
  }
  .ws-grid-xlargeGutter--medium > * {
    padding-left: 6.4rem;
    padding-top: 6.4rem;
  }
}
@media (min-width: 960px) {
  .ws-grid-xlargeGutter--large {
    margin-top: -6.4rem;
    margin-left: -6.4rem;
  }
  .ws-grid-xlargeGutter--large > * {
    padding-left: 6.4rem;
    padding-top: 6.4rem;
  }
}
@media (min-width: 1280px) {
  .ws-grid-xlargeGutter--xlarge {
    margin-top: -6.4rem;
    margin-left: -6.4rem;
  }
  .ws-grid-xlargeGutter--xlarge > * {
    padding-left: 6.4rem;
    padding-top: 6.4rem;
  }
}
.ws-col-first {
  order: -1;
}

@media (min-width: 480px) {
  .ws-col-first--small {
    order: -1;
  }
}
@media (min-width: 768px) {
  .ws-col-first--medium {
    order: -1;
  }
}
@media (min-width: 960px) {
  .ws-col-first--large {
    order: -1;
  }
}
@media (min-width: 1280px) {
  .ws-col-first--xlarge {
    order: -1;
  }
}
.ws-col-last {
  order: 1;
}

@media (min-width: 480px) {
  .ws-col-last--small {
    order: 1;
  }
}
@media (min-width: 768px) {
  .ws-col-last--medium {
    order: 1;
  }
}
@media (min-width: 960px) {
  .ws-col-last--large {
    order: 1;
  }
}
@media (min-width: 1280px) {
  .ws-col-last--xlarge {
    order: 1;
  }
}
.ws-col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.ws-col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.ws-col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.ws-col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.ws-col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.ws-col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.ws-col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.ws-col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.ws-col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.ws-col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.ws-col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.ws-col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .ws-col-1--small {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ws-col-2--small {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws-col-3--small {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ws-col-4--small {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws-col-5--small {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws-col-6--small {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ws-col-7--small {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws-col-8--small {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws-col-9--small {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ws-col-10--small {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws-col-11--small {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws-col-12--small {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .ws-col-1--medium {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ws-col-2--medium {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws-col-3--medium {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ws-col-4--medium {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws-col-5--medium {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws-col-6--medium {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ws-col-7--medium {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws-col-8--medium {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws-col-9--medium {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ws-col-10--medium {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws-col-11--medium {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws-col-12--medium {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 960px) {
  .ws-col-1--large {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ws-col-2--large {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws-col-3--large {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ws-col-4--large {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws-col-5--large {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws-col-6--large {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ws-col-7--large {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws-col-8--large {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws-col-9--large {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ws-col-10--large {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws-col-11--large {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws-col-12--large {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .ws-col-1--xlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ws-col-2--xlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws-col-3--xlarge {
    flex-basis: 25%;
    max-width: 25%;
  }
  .ws-col-4--xlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws-col-5--xlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws-col-6--xlarge {
    flex-basis: 50%;
    max-width: 50%;
  }
  .ws-col-7--xlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws-col-8--xlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws-col-9--xlarge {
    flex-basis: 75%;
    max-width: 75%;
  }
  .ws-col-10--xlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws-col-11--xlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws-col-12--xlarge {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.ws-col-offset-1 {
  margin-left: 8.3333333333%;
}

.ws-col-offset-2 {
  margin-left: 16.6666666667%;
}

.ws-col-offset-3 {
  margin-left: 25%;
}

.ws-col-offset-4 {
  margin-left: 33.3333333333%;
}

.ws-col-offset-5 {
  margin-left: 41.6666666667%;
}

.ws-col-offset-6 {
  margin-left: 50%;
}

.ws-col-offset-7 {
  margin-left: 58.3333333333%;
}

.ws-col-offset-8 {
  margin-left: 66.6666666667%;
}

.ws-col-offset-9 {
  margin-left: 75%;
}

.ws-col-offset-10 {
  margin-left: 83.3333333333%;
}

.ws-col-offset-11 {
  margin-left: 91.6666666667%;
}

.ws-col-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .ws-col-offset-0--small {
    margin-left: 0%;
  }
  .ws-col-offset-1--small {
    margin-left: 8.3333333333%;
  }
  .ws-col-offset-2--small {
    margin-left: 16.6666666667%;
  }
  .ws-col-offset-3--small {
    margin-left: 25%;
  }
  .ws-col-offset-4--small {
    margin-left: 33.3333333333%;
  }
  .ws-col-offset-5--small {
    margin-left: 41.6666666667%;
  }
  .ws-col-offset-6--small {
    margin-left: 50%;
  }
  .ws-col-offset-7--small {
    margin-left: 58.3333333333%;
  }
  .ws-col-offset-8--small {
    margin-left: 66.6666666667%;
  }
  .ws-col-offset-9--small {
    margin-left: 75%;
  }
  .ws-col-offset-10--small {
    margin-left: 83.3333333333%;
  }
  .ws-col-offset-11--small {
    margin-left: 91.6666666667%;
  }
  .ws-col-offset-12--small {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .ws-col-offset-0--medium {
    margin-left: 0%;
  }
  .ws-col-offset-1--medium {
    margin-left: 8.3333333333%;
  }
  .ws-col-offset-2--medium {
    margin-left: 16.6666666667%;
  }
  .ws-col-offset-3--medium {
    margin-left: 25%;
  }
  .ws-col-offset-4--medium {
    margin-left: 33.3333333333%;
  }
  .ws-col-offset-5--medium {
    margin-left: 41.6666666667%;
  }
  .ws-col-offset-6--medium {
    margin-left: 50%;
  }
  .ws-col-offset-7--medium {
    margin-left: 58.3333333333%;
  }
  .ws-col-offset-8--medium {
    margin-left: 66.6666666667%;
  }
  .ws-col-offset-9--medium {
    margin-left: 75%;
  }
  .ws-col-offset-10--medium {
    margin-left: 83.3333333333%;
  }
  .ws-col-offset-11--medium {
    margin-left: 91.6666666667%;
  }
  .ws-col-offset-12--medium {
    margin-left: 100%;
  }
}
@media (min-width: 960px) {
  .ws-col-offset-0--large {
    margin-left: 0%;
  }
  .ws-col-offset-1--large {
    margin-left: 8.3333333333%;
  }
  .ws-col-offset-2--large {
    margin-left: 16.6666666667%;
  }
  .ws-col-offset-3--large {
    margin-left: 25%;
  }
  .ws-col-offset-4--large {
    margin-left: 33.3333333333%;
  }
  .ws-col-offset-5--large {
    margin-left: 41.6666666667%;
  }
  .ws-col-offset-6--large {
    margin-left: 50%;
  }
  .ws-col-offset-7--large {
    margin-left: 58.3333333333%;
  }
  .ws-col-offset-8--large {
    margin-left: 66.6666666667%;
  }
  .ws-col-offset-9--large {
    margin-left: 75%;
  }
  .ws-col-offset-10--large {
    margin-left: 83.3333333333%;
  }
  .ws-col-offset-11--large {
    margin-left: 91.6666666667%;
  }
  .ws-col-offset-12--large {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .ws-col-offset-0--xlarge {
    margin-left: 0%;
  }
  .ws-col-offset-1--xlarge {
    margin-left: 8.3333333333%;
  }
  .ws-col-offset-2--xlarge {
    margin-left: 16.6666666667%;
  }
  .ws-col-offset-3--xlarge {
    margin-left: 25%;
  }
  .ws-col-offset-4--xlarge {
    margin-left: 33.3333333333%;
  }
  .ws-col-offset-5--xlarge {
    margin-left: 41.6666666667%;
  }
  .ws-col-offset-6--xlarge {
    margin-left: 50%;
  }
  .ws-col-offset-7--xlarge {
    margin-left: 58.3333333333%;
  }
  .ws-col-offset-8--xlarge {
    margin-left: 66.6666666667%;
  }
  .ws-col-offset-9--xlarge {
    margin-left: 75%;
  }
  .ws-col-offset-10--xlarge {
    margin-left: 83.3333333333%;
  }
  .ws-col-offset-11--xlarge {
    margin-left: 91.6666666667%;
  }
  .ws-col-offset-12--xlarge {
    margin-left: 100%;
  }
}
/* stylelint-enable */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html body {
  background-color: rgba(249, 248, 247, 1);
  box-sizing: border-box;
  color: #403e3d;
  font-family: "FuturaPT-Book", "futura-pt", "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  min-height: 100%;
  position: relative;
}

* {
  box-sizing: inherit;
}

*::before, *::after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FuturaPT-Heavy", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: calc(1.8rem + 0.7 * (100vw - 48rem) / 80);
}

@media (max-width: 48rem) {
  h5 {
    font-size: 1.8rem;
  }
}
@media (min-width: 128rem) {
  h5 {
    font-size: 2.5rem;
  }
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbdbb;
  opacity: 1; /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bfbdbb;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bfbdbb;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbdbb;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

a {
  color: rgba(72, 77, 79, 1);
  text-decoration: none;
}

a:hover {
  color: #54575a;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

p + p {
  margin-top: 1.6rem;
}

button {
  background: none;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: inherit;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* stylelint-disable-line unknown-property */
}

button:focus:not(:focus-visible) {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media (min-width: 960px) {
  body > main {
    min-height: 60vh;
  }
}
b,
strong {
  font-family: "FuturaPT-Heavy", sans-serif;
  font-weight: normal;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  box-sizing: border-box;
  font-weight: 300;
  max-width: 100%;
  outline: none;
  transition: border 0.12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(250, 177, 49, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("https://ws-help-centre.s3.amazonaws.com/dropdown-arrow.svg") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #555;
  outline: none;
  padding: 8px 30px 8px 10px;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(250, 177, 49, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  border: 1px solid rgba(250, 177, 49, 1);
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 5%;
}

@media (min-width: 1280px) {
  .container {
    padding: 0;
    width: 90%;
  }
}
.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  border-bottom: 1px solid #e6e4e3;
  padding: 0 0 48px;
}

@media (min-width: 960px) {
  .error-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 60vh;
  }
}
.dropdown-toggle::after {
  color: inherit;
}

.tag-pill {
  background-color: #e6e4e3;
  border-radius: 100px;
  color: #73706e;
  font-family: "FuturaBT-Heavy", sans-serif;
  font-size: 14px;
  margin-right: 5px;
  padding: 3px 5px 0;
}

.tag-pill.Invest {
  background-color: #fff6e6;
  color: #e69d00;
}

.tag-pill.Trade {
  background-color: #e5f1f1;
  color: #377674;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.m-0 {
  margin: 0;
}

.my-sm {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.mb-3xl {
  margin-bottom: 12.6rem;
}

.mb-lg {
  margin-bottom: 3.2rem;
}

.mb-md {
  margin-bottom: 2rem;
}

.mb-sm {
  margin-bottom: 1.2rem;
}

.mb-xl {
  margin-bottom: 5.2rem;
}

.mb-xs {
  margin-bottom: 0.8rem;
}

.ml-sm {
  margin-left: 1.2rem;
}

.mt-3xl {
  margin-top: 12.6rem;
}

.mt-lg {
  margin-top: 3.2rem;
}

.mt-md {
  margin-top: 2rem;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-24 {
  height: 6rem;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-full {
  max-width: 100%;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 1rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

.border-b {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-greyscale-light {
  --tw-border-opacity: 1;
  border-color: rgb(230, 228, 227, var(--tw-border-opacity, 1));
}

.bg-brand-black {
  --tw-bg-opacity: 1;
  background-color: rgb(47, 47, 47, var(--tw-bg-opacity, 1));
}

.bg-brand-black\/0 {
  background-color: rgba(47, 47, 47, 0);
}

.bg-brand-black\/100 {
  background-color: rgb(47, 47, 47);
}

.bg-brand-black\/25 {
  background-color: rgba(47, 47, 47, 0.25);
}

.bg-brand-black\/50 {
  background-color: rgba(47, 47, 47, 0.5);
}

.bg-brand-black\/75 {
  background-color: rgba(47, 47, 47, 0.75);
}

.bg-brand-cash {
  --tw-bg-opacity: 1;
  background-color: rgb(211, 181, 137, var(--tw-bg-opacity, 1));
}

.bg-brand-cash-business {
  --tw-bg-opacity: 1;
  background-color: rgb(232, 226, 216, var(--tw-bg-opacity, 1));
}

.bg-brand-cash-business\/0 {
  background-color: rgba(232, 226, 216, 0);
}

.bg-brand-cash-business\/100 {
  background-color: rgb(232, 226, 216);
}

.bg-brand-cash-business\/25 {
  background-color: rgba(232, 226, 216, 0.25);
}

.bg-brand-cash-business\/50 {
  background-color: rgba(232, 226, 216, 0.5);
}

.bg-brand-cash-business\/75 {
  background-color: rgba(232, 226, 216, 0.75);
}

.bg-brand-cash\/0 {
  background-color: rgba(211, 181, 137, 0);
}

.bg-brand-cash\/100 {
  background-color: rgb(211, 181, 137);
}

.bg-brand-cash\/25 {
  background-color: rgba(211, 181, 137, 0.25);
}

.bg-brand-cash\/50 {
  background-color: rgba(211, 181, 137, 0.5);
}

.bg-brand-cash\/75 {
  background-color: rgba(211, 181, 137, 0.75);
}

.bg-brand-crypto {
  --tw-bg-opacity: 1;
  background-color: rgb(130, 92, 121, var(--tw-bg-opacity, 1));
}

.bg-brand-crypto-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(125, 94, 120, var(--tw-bg-opacity, 1));
}

.bg-brand-crypto-bg\/0 {
  background-color: rgba(125, 94, 120, 0);
}

.bg-brand-crypto-bg\/100 {
  background-color: rgb(125, 94, 120);
}

.bg-brand-crypto-bg\/25 {
  background-color: rgba(125, 94, 120, 0.25);
}

.bg-brand-crypto-bg\/50 {
  background-color: rgba(125, 94, 120, 0.5);
}

.bg-brand-crypto-bg\/75 {
  background-color: rgba(125, 94, 120, 0.75);
}

.bg-brand-crypto\/0 {
  background-color: rgba(130, 92, 121, 0);
}

.bg-brand-crypto\/100 {
  background-color: rgb(130, 92, 121);
}

.bg-brand-crypto\/25 {
  background-color: rgba(130, 92, 121, 0.25);
}

.bg-brand-crypto\/50 {
  background-color: rgba(130, 92, 121, 0.5);
}

.bg-brand-crypto\/75 {
  background-color: rgba(130, 92, 121, 0.75);
}

.bg-brand-generation {
  --tw-bg-opacity: 1;
  background-color: rgb(247, 235, 225, var(--tw-bg-opacity, 1));
}

.bg-brand-generation\/0 {
  background-color: rgba(247, 235, 225, 0);
}

.bg-brand-generation\/100 {
  background-color: rgb(247, 235, 225);
}

.bg-brand-generation\/25 {
  background-color: rgba(247, 235, 225, 0.25);
}

.bg-brand-generation\/50 {
  background-color: rgba(247, 235, 225, 0.5);
}

.bg-brand-generation\/75 {
  background-color: rgba(247, 235, 225, 0.75);
}

.bg-brand-halal {
  --tw-bg-opacity: 1;
  background-color: rgb(65, 74, 54, var(--tw-bg-opacity, 1));
}

.bg-brand-halal\/0 {
  background-color: rgba(65, 74, 54, 0);
}

.bg-brand-halal\/100 {
  background-color: rgb(65, 74, 54);
}

.bg-brand-halal\/25 {
  background-color: rgba(65, 74, 54, 0.25);
}

.bg-brand-halal\/50 {
  background-color: rgba(65, 74, 54, 0.5);
}

.bg-brand-halal\/75 {
  background-color: rgba(65, 74, 54, 0.75);
}

.bg-brand-invest {
  --tw-bg-opacity: 1;
  background-color: rgb(238, 237, 234, var(--tw-bg-opacity, 1));
}

.bg-brand-invest\/0 {
  background-color: rgba(238, 237, 234, 0);
}

.bg-brand-invest\/100 {
  background-color: rgb(238, 237, 234);
}

.bg-brand-invest\/25 {
  background-color: rgba(238, 237, 234, 0.25);
}

.bg-brand-invest\/50 {
  background-color: rgba(238, 237, 234, 0.5);
}

.bg-brand-invest\/75 {
  background-color: rgba(238, 237, 234, 0.75);
}

.bg-brand-overflow {
  --tw-bg-opacity: 1;
  background-color: rgb(139, 132, 157, var(--tw-bg-opacity, 1));
}

.bg-brand-overflow\/0 {
  background-color: rgba(139, 132, 157, 0);
}

.bg-brand-overflow\/100 {
  background-color: rgb(139, 132, 157);
}

.bg-brand-overflow\/25 {
  background-color: rgba(139, 132, 157, 0.25);
}

.bg-brand-overflow\/50 {
  background-color: rgba(139, 132, 157, 0.5);
}

.bg-brand-overflow\/75 {
  background-color: rgba(139, 132, 157, 0.75);
}

.bg-brand-primary-base {
  --tw-bg-opacity: 1;
  background-color: rgb(250, 177, 49, var(--tw-bg-opacity, 1));
}

.bg-brand-primary-base\/0 {
  background-color: rgba(250, 177, 49, 0);
}

.bg-brand-primary-base\/100 {
  background-color: rgb(250, 177, 49);
}

.bg-brand-primary-base\/25 {
  background-color: rgba(250, 177, 49, 0.25);
}

.bg-brand-primary-base\/50 {
  background-color: rgba(250, 177, 49, 0.5);
}

.bg-brand-primary-base\/75 {
  background-color: rgba(250, 177, 49, 0.75);
}

.bg-brand-primary-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 246, 230, var(--tw-bg-opacity, 1));
}

.bg-brand-primary-bg\/0 {
  background-color: rgba(255, 246, 230, 0);
}

.bg-brand-primary-bg\/100 {
  background-color: rgb(255, 246, 230);
}

.bg-brand-primary-bg\/25 {
  background-color: rgba(255, 246, 230, 0.25);
}

.bg-brand-primary-bg\/50 {
  background-color: rgba(255, 246, 230, 0.5);
}

.bg-brand-primary-bg\/75 {
  background-color: rgba(255, 246, 230, 0.75);
}

.bg-brand-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(239, 166, 24, var(--tw-bg-opacity, 1));
}

.bg-brand-primary-dark\/0 {
  background-color: rgba(239, 166, 24, 0);
}

.bg-brand-primary-dark\/100 {
  background-color: rgb(239, 166, 24);
}

.bg-brand-primary-dark\/25 {
  background-color: rgba(239, 166, 24, 0.25);
}

.bg-brand-primary-dark\/50 {
  background-color: rgba(239, 166, 24, 0.5);
}

.bg-brand-primary-dark\/75 {
  background-color: rgba(239, 166, 24, 0.75);
}

.bg-brand-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(230, 157, 0, var(--tw-bg-opacity, 1));
}

.bg-brand-primary-fg\/0 {
  background-color: rgba(230, 157, 0, 0);
}

.bg-brand-primary-fg\/100 {
  background-color: rgb(230, 157, 0);
}

.bg-brand-primary-fg\/25 {
  background-color: rgba(230, 157, 0, 0.25);
}

.bg-brand-primary-fg\/50 {
  background-color: rgba(230, 157, 0, 0.5);
}

.bg-brand-primary-fg\/75 {
  background-color: rgba(230, 157, 0, 0.75);
}

.bg-brand-roundup {
  --tw-bg-opacity: 1;
  background-color: rgb(124, 165, 207, var(--tw-bg-opacity, 1));
}

.bg-brand-roundup\/0 {
  background-color: rgba(124, 165, 207, 0);
}

.bg-brand-roundup\/100 {
  background-color: rgb(124, 165, 207);
}

.bg-brand-roundup\/25 {
  background-color: rgba(124, 165, 207, 0.25);
}

.bg-brand-roundup\/50 {
  background-color: rgba(124, 165, 207, 0.5);
}

.bg-brand-roundup\/75 {
  background-color: rgba(124, 165, 207, 0.75);
}

.bg-brand-save {
  --tw-bg-opacity: 1;
  background-color: rgb(187, 201, 180, var(--tw-bg-opacity, 1));
}

.bg-brand-save\/0 {
  background-color: rgba(187, 201, 180, 0);
}

.bg-brand-save\/100 {
  background-color: rgb(187, 201, 180);
}

.bg-brand-save\/25 {
  background-color: rgba(187, 201, 180, 0.25);
}

.bg-brand-save\/50 {
  background-color: rgba(187, 201, 180, 0.5);
}

.bg-brand-save\/75 {
  background-color: rgba(187, 201, 180, 0.75);
}

.bg-brand-secondary-base {
  --tw-bg-opacity: 1;
  background-color: rgb(124, 183, 182, var(--tw-bg-opacity, 1));
}

.bg-brand-secondary-base\/0 {
  background-color: rgba(124, 183, 182, 0);
}

.bg-brand-secondary-base\/100 {
  background-color: rgb(124, 183, 182);
}

.bg-brand-secondary-base\/25 {
  background-color: rgba(124, 183, 182, 0.25);
}

.bg-brand-secondary-base\/50 {
  background-color: rgba(124, 183, 182, 0.5);
}

.bg-brand-secondary-base\/75 {
  background-color: rgba(124, 183, 182, 0.75);
}

.bg-brand-secondary-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(229, 241, 241, var(--tw-bg-opacity, 1));
}

.bg-brand-secondary-bg\/0 {
  background-color: rgba(229, 241, 241, 0);
}

.bg-brand-secondary-bg\/100 {
  background-color: rgb(229, 241, 241);
}

.bg-brand-secondary-bg\/25 {
  background-color: rgba(229, 241, 241, 0.25);
}

.bg-brand-secondary-bg\/50 {
  background-color: rgba(229, 241, 241, 0.5);
}

.bg-brand-secondary-bg\/75 {
  background-color: rgba(229, 241, 241, 0.75);
}

.bg-brand-secondary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(113, 173, 171, var(--tw-bg-opacity, 1));
}

.bg-brand-secondary-dark\/0 {
  background-color: rgba(113, 173, 171, 0);
}

.bg-brand-secondary-dark\/100 {
  background-color: rgb(113, 173, 171);
}

.bg-brand-secondary-dark\/25 {
  background-color: rgba(113, 173, 171, 0.25);
}

.bg-brand-secondary-dark\/50 {
  background-color: rgba(113, 173, 171, 0.5);
}

.bg-brand-secondary-dark\/75 {
  background-color: rgba(113, 173, 171, 0.75);
}

.bg-brand-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(55, 118, 116, var(--tw-bg-opacity, 1));
}

.bg-brand-secondary-fg\/0 {
  background-color: rgba(55, 118, 116, 0);
}

.bg-brand-secondary-fg\/100 {
  background-color: rgb(55, 118, 116);
}

.bg-brand-secondary-fg\/25 {
  background-color: rgba(55, 118, 116, 0.25);
}

.bg-brand-secondary-fg\/50 {
  background-color: rgba(55, 118, 116, 0.5);
}

.bg-brand-secondary-fg\/75 {
  background-color: rgba(55, 118, 116, 0.75);
}

.bg-brand-sri {
  --tw-bg-opacity: 1;
  background-color: rgb(211, 177, 147, var(--tw-bg-opacity, 1));
}

.bg-brand-sri\/0 {
  background-color: rgba(211, 177, 147, 0);
}

.bg-brand-sri\/100 {
  background-color: rgb(211, 177, 147);
}

.bg-brand-sri\/25 {
  background-color: rgba(211, 177, 147, 0.25);
}

.bg-brand-sri\/50 {
  background-color: rgba(211, 177, 147, 0.5);
}

.bg-brand-sri\/75 {
  background-color: rgba(211, 177, 147, 0.75);
}

.bg-brand-tax {
  --tw-bg-opacity: 1;
  background-color: rgb(124, 165, 207, var(--tw-bg-opacity, 1));
}

.bg-brand-tax-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(26, 74, 108, var(--tw-bg-opacity, 1));
}

.bg-brand-tax-bg\/0 {
  background-color: rgba(26, 74, 108, 0);
}

.bg-brand-tax-bg\/100 {
  background-color: rgb(26, 74, 108);
}

.bg-brand-tax-bg\/25 {
  background-color: rgba(26, 74, 108, 0.25);
}

.bg-brand-tax-bg\/50 {
  background-color: rgba(26, 74, 108, 0.5);
}

.bg-brand-tax-bg\/75 {
  background-color: rgba(26, 74, 108, 0.75);
}

.bg-brand-tax\/0 {
  background-color: rgba(124, 165, 207, 0);
}

.bg-brand-tax\/100 {
  background-color: rgb(124, 165, 207);
}

.bg-brand-tax\/25 {
  background-color: rgba(124, 165, 207, 0.25);
}

.bg-brand-tax\/50 {
  background-color: rgba(124, 165, 207, 0.5);
}

.bg-brand-tax\/75 {
  background-color: rgba(124, 165, 207, 0.75);
}

.bg-brand-trade {
  --tw-bg-opacity: 1;
  background-color: rgb(181, 212, 204, var(--tw-bg-opacity, 1));
}

.bg-brand-trade\/0 {
  background-color: rgba(181, 212, 204, 0);
}

.bg-brand-trade\/100 {
  background-color: rgb(181, 212, 204);
}

.bg-brand-trade\/25 {
  background-color: rgba(181, 212, 204, 0.25);
}

.bg-brand-trade\/50 {
  background-color: rgba(181, 212, 204, 0.5);
}

.bg-brand-trade\/75 {
  background-color: rgba(181, 212, 204, 0.75);
}

.bg-brand-transfers {
  --tw-bg-opacity: 1;
  background-color: rgb(205, 209, 210, var(--tw-bg-opacity, 1));
}

.bg-brand-transfers\/0 {
  background-color: rgba(205, 209, 210, 0);
}

.bg-brand-transfers\/100 {
  background-color: rgb(205, 209, 210);
}

.bg-brand-transfers\/25 {
  background-color: rgba(205, 209, 210, 0.25);
}

.bg-brand-transfers\/50 {
  background-color: rgba(205, 209, 210, 0.5);
}

.bg-brand-transfers\/75 {
  background-color: rgba(205, 209, 210, 0.75);
}

.bg-greyscale-black {
  --tw-bg-opacity: 1;
  background-color: rgb(64, 62, 61, var(--tw-bg-opacity, 1));
}

.bg-greyscale-black\/0 {
  background-color: rgba(64, 62, 61, 0);
}

.bg-greyscale-black\/100 {
  background-color: rgb(64, 62, 61);
}

.bg-greyscale-black\/25 {
  background-color: rgba(64, 62, 61, 0.25);
}

.bg-greyscale-black\/50 {
  background-color: rgba(64, 62, 61, 0.5);
}

.bg-greyscale-black\/75 {
  background-color: rgba(64, 62, 61, 0.75);
}

.bg-greyscale-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(110, 114, 114, var(--tw-bg-opacity, 1));
}

.bg-greyscale-dark\/0 {
  background-color: rgba(110, 114, 114, 0);
}

.bg-greyscale-dark\/100 {
  background-color: rgb(110, 114, 114);
}

.bg-greyscale-dark\/25 {
  background-color: rgba(110, 114, 114, 0.25);
}

.bg-greyscale-dark\/50 {
  background-color: rgba(110, 114, 114, 0.5);
}

.bg-greyscale-dark\/75 {
  background-color: rgba(110, 114, 114, 0.75);
}

.bg-greyscale-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(84, 87, 90, var(--tw-bg-opacity, 1));
}

.bg-greyscale-darker\/0 {
  background-color: rgba(84, 87, 90, 0);
}

.bg-greyscale-darker\/100 {
  background-color: rgb(84, 87, 90);
}

.bg-greyscale-darker\/25 {
  background-color: rgba(84, 87, 90, 0.25);
}

.bg-greyscale-darker\/50 {
  background-color: rgba(84, 87, 90, 0.5);
}

.bg-greyscale-darker\/75 {
  background-color: rgba(84, 87, 90, 0.75);
}

.bg-greyscale-light {
  --tw-bg-opacity: 1;
  background-color: rgb(230, 228, 227, var(--tw-bg-opacity, 1));
}

.bg-greyscale-light\/0 {
  background-color: rgba(230, 228, 227, 0);
}

.bg-greyscale-light\/100 {
  background-color: rgb(230, 228, 227);
}

.bg-greyscale-light\/25 {
  background-color: rgba(230, 228, 227, 0.25);
}

.bg-greyscale-light\/50 {
  background-color: rgba(230, 228, 227, 0.5);
}

.bg-greyscale-light\/75 {
  background-color: rgba(230, 228, 227, 0.75);
}

.bg-greyscale-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(191, 189, 187, var(--tw-bg-opacity, 1));
}

.bg-greyscale-medium\/0 {
  background-color: rgba(191, 189, 187, 0);
}

.bg-greyscale-medium\/100 {
  background-color: rgb(191, 189, 187);
}

.bg-greyscale-medium\/25 {
  background-color: rgba(191, 189, 187, 0.25);
}

.bg-greyscale-medium\/50 {
  background-color: rgba(191, 189, 187, 0.5);
}

.bg-greyscale-medium\/75 {
  background-color: rgba(191, 189, 187, 0.75);
}

.bg-greyscale-mid-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(144, 144, 144, var(--tw-bg-opacity, 1));
}

.bg-greyscale-mid-medium\/0 {
  background-color: rgba(144, 144, 144, 0);
}

.bg-greyscale-mid-medium\/100 {
  background-color: rgb(144, 144, 144);
}

.bg-greyscale-mid-medium\/25 {
  background-color: rgba(144, 144, 144, 0.25);
}

.bg-greyscale-mid-medium\/50 {
  background-color: rgba(144, 144, 144, 0.5);
}

.bg-greyscale-mid-medium\/75 {
  background-color: rgba(144, 144, 144, 0.75);
}

.bg-product-cash-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249, 248, 247, var(--tw-bg-opacity, 1));
}

.bg-product-cash-bg\/0 {
  background-color: rgba(249, 248, 247, 0);
}

.bg-product-cash-bg\/100 {
  background-color: rgb(249, 248, 247);
}

.bg-product-cash-bg\/25 {
  background-color: rgba(249, 248, 247, 0.25);
}

.bg-product-cash-bg\/50 {
  background-color: rgba(249, 248, 247, 0.5);
}

.bg-product-cash-bg\/75 {
  background-color: rgba(249, 248, 247, 0.75);
}

.bg-product-cash-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(64, 62, 61, var(--tw-bg-opacity, 1));
}

.bg-product-cash-fg\/0 {
  background-color: rgba(64, 62, 61, 0);
}

.bg-product-cash-fg\/100 {
  background-color: rgb(64, 62, 61);
}

.bg-product-cash-fg\/25 {
  background-color: rgba(64, 62, 61, 0.25);
}

.bg-product-cash-fg\/50 {
  background-color: rgba(64, 62, 61, 0.5);
}

.bg-product-cash-fg\/75 {
  background-color: rgba(64, 62, 61, 0.75);
}

.bg-product-crypto-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(239, 230, 244, var(--tw-bg-opacity, 1));
}

.bg-product-crypto-bg\/0 {
  background-color: rgba(239, 230, 244, 0);
}

.bg-product-crypto-bg\/100 {
  background-color: rgb(239, 230, 244);
}

.bg-product-crypto-bg\/25 {
  background-color: rgba(239, 230, 244, 0.25);
}

.bg-product-crypto-bg\/50 {
  background-color: rgba(239, 230, 244, 0.5);
}

.bg-product-crypto-bg\/75 {
  background-color: rgba(239, 230, 244, 0.75);
}

.bg-product-crypto-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(84, 40, 111, var(--tw-bg-opacity, 1));
}

.bg-product-crypto-fg\/0 {
  background-color: rgba(84, 40, 111, 0);
}

.bg-product-crypto-fg\/100 {
  background-color: rgb(84, 40, 111);
}

.bg-product-crypto-fg\/25 {
  background-color: rgba(84, 40, 111, 0.25);
}

.bg-product-crypto-fg\/50 {
  background-color: rgba(84, 40, 111, 0.5);
}

.bg-product-crypto-fg\/75 {
  background-color: rgba(84, 40, 111, 0.75);
}

.bg-product-invest-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 246, 230, var(--tw-bg-opacity, 1));
}

.bg-product-invest-bg\/0 {
  background-color: rgba(255, 246, 230, 0);
}

.bg-product-invest-bg\/100 {
  background-color: rgb(255, 246, 230);
}

.bg-product-invest-bg\/25 {
  background-color: rgba(255, 246, 230, 0.25);
}

.bg-product-invest-bg\/50 {
  background-color: rgba(255, 246, 230, 0.5);
}

.bg-product-invest-bg\/75 {
  background-color: rgba(255, 246, 230, 0.75);
}

.bg-product-invest-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(86, 68, 36, var(--tw-bg-opacity, 1));
}

.bg-product-invest-fg\/0 {
  background-color: rgba(86, 68, 36, 0);
}

.bg-product-invest-fg\/100 {
  background-color: rgb(86, 68, 36);
}

.bg-product-invest-fg\/25 {
  background-color: rgba(86, 68, 36, 0.25);
}

.bg-product-invest-fg\/50 {
  background-color: rgba(86, 68, 36, 0.5);
}

.bg-product-invest-fg\/75 {
  background-color: rgba(86, 68, 36, 0.75);
}

.bg-product-tax-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(232, 241, 253, var(--tw-bg-opacity, 1));
}

.bg-product-tax-bg\/0 {
  background-color: rgba(232, 241, 253, 0);
}

.bg-product-tax-bg\/100 {
  background-color: rgb(232, 241, 253);
}

.bg-product-tax-bg\/25 {
  background-color: rgba(232, 241, 253, 0.25);
}

.bg-product-tax-bg\/50 {
  background-color: rgba(232, 241, 253, 0.5);
}

.bg-product-tax-bg\/75 {
  background-color: rgba(232, 241, 253, 0.75);
}

.bg-product-tax-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(26, 74, 108, var(--tw-bg-opacity, 1));
}

.bg-product-tax-fg\/0 {
  background-color: rgba(26, 74, 108, 0);
}

.bg-product-tax-fg\/100 {
  background-color: rgb(26, 74, 108);
}

.bg-product-tax-fg\/25 {
  background-color: rgba(26, 74, 108, 0.25);
}

.bg-product-tax-fg\/50 {
  background-color: rgba(26, 74, 108, 0.5);
}

.bg-product-tax-fg\/75 {
  background-color: rgba(26, 74, 108, 0.75);
}

.bg-product-trade-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(229, 241, 241, var(--tw-bg-opacity, 1));
}

.bg-product-trade-bg\/0 {
  background-color: rgba(229, 241, 241, 0);
}

.bg-product-trade-bg\/100 {
  background-color: rgb(229, 241, 241);
}

.bg-product-trade-bg\/25 {
  background-color: rgba(229, 241, 241, 0.25);
}

.bg-product-trade-bg\/50 {
  background-color: rgba(229, 241, 241, 0.5);
}

.bg-product-trade-bg\/75 {
  background-color: rgba(229, 241, 241, 0.75);
}

.bg-product-trade-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(55, 118, 116, var(--tw-bg-opacity, 1));
}

.bg-product-trade-fg\/0 {
  background-color: rgba(55, 118, 116, 0);
}

.bg-product-trade-fg\/100 {
  background-color: rgb(55, 118, 116);
}

.bg-product-trade-fg\/25 {
  background-color: rgba(55, 118, 116, 0.25);
}

.bg-product-trade-fg\/50 {
  background-color: rgba(55, 118, 116, 0.5);
}

.bg-product-trade-fg\/75 {
  background-color: rgba(55, 118, 116, 0.75);
}

.bg-product-unified-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(252, 252, 252, var(--tw-bg-opacity, 1));
}

.bg-product-unified-bg\/0 {
  background-color: rgba(252, 252, 252, 0);
}

.bg-product-unified-bg\/100 {
  background-color: rgb(252, 252, 252);
}

.bg-product-unified-bg\/25 {
  background-color: rgba(252, 252, 252, 0.25);
}

.bg-product-unified-bg\/50 {
  background-color: rgba(252, 252, 252, 0.5);
}

.bg-product-unified-bg\/75 {
  background-color: rgba(252, 252, 252, 0.75);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
}

.p-lg {
  padding: 3.2rem;
}

.p-sm {
  padding: 1.2rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-lg {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.px-sm {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.py-2xl {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}

.py-4xl {
  padding-top: 9.8rem;
  padding-bottom: 9.8rem;
}

.py-lg {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.py-md {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-sm {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.py-xl {
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
}

.pb-2xl {
  padding-bottom: 7.2rem;
}

.pb-4xl {
  padding-bottom: 9.8rem;
}

.pb-sm {
  padding-bottom: 1.2rem;
}

.pl-0 {
  padding-left: 0;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 2.8rem;
}

.text-lg {
  font-size: 2.1rem;
}

.text-sm {
  font-size: 1.6rem;
}

.text-xl {
  font-size: 2.4rem;
}

.text-xs {
  font-size: 1.4rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-normal {
  line-height: 1.4;
}

.leading-tight {
  line-height: 1.2;
}

.text-body {
  --tw-text-opacity: 1;
  color: rgb(110, 114, 114, var(--tw-text-opacity, 1));
}

.text-greyscale-black {
  --tw-text-opacity: 1;
  color: rgb(64, 62, 61, var(--tw-text-opacity, 1));
}

.text-greyscale-darker {
  --tw-text-opacity: 1;
  color: rgb(84, 87, 90, var(--tw-text-opacity, 1));
}

.text-heading {
  --tw-text-opacity: 1;
  color: rgb(84, 87, 90, var(--tw-text-opacity, 1));
}

.text-product-cash-bg {
  --tw-text-opacity: 1;
  color: rgb(249, 248, 247, var(--tw-text-opacity, 1));
}

.text-product-cash-bg\/0 {
  color: rgba(249, 248, 247, 0);
}

.text-product-cash-bg\/100 {
  color: rgb(249, 248, 247);
}

.text-product-cash-bg\/25 {
  color: rgba(249, 248, 247, 0.25);
}

.text-product-cash-bg\/50 {
  color: rgba(249, 248, 247, 0.5);
}

.text-product-cash-bg\/75 {
  color: rgba(249, 248, 247, 0.75);
}

.text-product-cash-fg {
  --tw-text-opacity: 1;
  color: rgb(64, 62, 61, var(--tw-text-opacity, 1));
}

.text-product-cash-fg\/0 {
  color: rgba(64, 62, 61, 0);
}

.text-product-cash-fg\/100 {
  color: rgb(64, 62, 61);
}

.text-product-cash-fg\/25 {
  color: rgba(64, 62, 61, 0.25);
}

.text-product-cash-fg\/50 {
  color: rgba(64, 62, 61, 0.5);
}

.text-product-cash-fg\/75 {
  color: rgba(64, 62, 61, 0.75);
}

.text-product-crypto-bg {
  --tw-text-opacity: 1;
  color: rgb(239, 230, 244, var(--tw-text-opacity, 1));
}

.text-product-crypto-bg\/0 {
  color: rgba(239, 230, 244, 0);
}

.text-product-crypto-bg\/100 {
  color: rgb(239, 230, 244);
}

.text-product-crypto-bg\/25 {
  color: rgba(239, 230, 244, 0.25);
}

.text-product-crypto-bg\/50 {
  color: rgba(239, 230, 244, 0.5);
}

.text-product-crypto-bg\/75 {
  color: rgba(239, 230, 244, 0.75);
}

.text-product-crypto-fg {
  --tw-text-opacity: 1;
  color: rgb(84, 40, 111, var(--tw-text-opacity, 1));
}

.text-product-crypto-fg\/0 {
  color: rgba(84, 40, 111, 0);
}

.text-product-crypto-fg\/100 {
  color: rgb(84, 40, 111);
}

.text-product-crypto-fg\/25 {
  color: rgba(84, 40, 111, 0.25);
}

.text-product-crypto-fg\/50 {
  color: rgba(84, 40, 111, 0.5);
}

.text-product-crypto-fg\/75 {
  color: rgba(84, 40, 111, 0.75);
}

.text-product-invest-bg {
  --tw-text-opacity: 1;
  color: rgb(255, 246, 230, var(--tw-text-opacity, 1));
}

.text-product-invest-bg\/0 {
  color: rgba(255, 246, 230, 0);
}

.text-product-invest-bg\/100 {
  color: rgb(255, 246, 230);
}

.text-product-invest-bg\/25 {
  color: rgba(255, 246, 230, 0.25);
}

.text-product-invest-bg\/50 {
  color: rgba(255, 246, 230, 0.5);
}

.text-product-invest-bg\/75 {
  color: rgba(255, 246, 230, 0.75);
}

.text-product-invest-fg {
  --tw-text-opacity: 1;
  color: rgb(86, 68, 36, var(--tw-text-opacity, 1));
}

.text-product-invest-fg\/0 {
  color: rgba(86, 68, 36, 0);
}

.text-product-invest-fg\/100 {
  color: rgb(86, 68, 36);
}

.text-product-invest-fg\/25 {
  color: rgba(86, 68, 36, 0.25);
}

.text-product-invest-fg\/50 {
  color: rgba(86, 68, 36, 0.5);
}

.text-product-invest-fg\/75 {
  color: rgba(86, 68, 36, 0.75);
}

.text-product-tax-bg {
  --tw-text-opacity: 1;
  color: rgb(232, 241, 253, var(--tw-text-opacity, 1));
}

.text-product-tax-bg\/0 {
  color: rgba(232, 241, 253, 0);
}

.text-product-tax-bg\/100 {
  color: rgb(232, 241, 253);
}

.text-product-tax-bg\/25 {
  color: rgba(232, 241, 253, 0.25);
}

.text-product-tax-bg\/50 {
  color: rgba(232, 241, 253, 0.5);
}

.text-product-tax-bg\/75 {
  color: rgba(232, 241, 253, 0.75);
}

.text-product-tax-fg {
  --tw-text-opacity: 1;
  color: rgb(26, 74, 108, var(--tw-text-opacity, 1));
}

.text-product-tax-fg\/0 {
  color: rgba(26, 74, 108, 0);
}

.text-product-tax-fg\/100 {
  color: rgb(26, 74, 108);
}

.text-product-tax-fg\/25 {
  color: rgba(26, 74, 108, 0.25);
}

.text-product-tax-fg\/50 {
  color: rgba(26, 74, 108, 0.5);
}

.text-product-tax-fg\/75 {
  color: rgba(26, 74, 108, 0.75);
}

.text-product-trade-bg {
  --tw-text-opacity: 1;
  color: rgb(229, 241, 241, var(--tw-text-opacity, 1));
}

.text-product-trade-bg\/0 {
  color: rgba(229, 241, 241, 0);
}

.text-product-trade-bg\/100 {
  color: rgb(229, 241, 241);
}

.text-product-trade-bg\/25 {
  color: rgba(229, 241, 241, 0.25);
}

.text-product-trade-bg\/50 {
  color: rgba(229, 241, 241, 0.5);
}

.text-product-trade-bg\/75 {
  color: rgba(229, 241, 241, 0.75);
}

.text-product-trade-fg {
  --tw-text-opacity: 1;
  color: rgb(55, 118, 116, var(--tw-text-opacity, 1));
}

.text-product-trade-fg\/0 {
  color: rgba(55, 118, 116, 0);
}

.text-product-trade-fg\/100 {
  color: rgb(55, 118, 116);
}

.text-product-trade-fg\/25 {
  color: rgba(55, 118, 116, 0.25);
}

.text-product-trade-fg\/50 {
  color: rgba(55, 118, 116, 0.5);
}

.text-product-trade-fg\/75 {
  color: rgba(55, 118, 116, 0.75);
}

.text-product-unified-bg {
  --tw-text-opacity: 1;
  color: rgb(252, 252, 252, var(--tw-text-opacity, 1));
}

.text-product-unified-bg\/0 {
  color: rgba(252, 252, 252, 0);
}

.text-product-unified-bg\/100 {
  color: rgb(252, 252, 252);
}

.text-product-unified-bg\/25 {
  color: rgba(252, 252, 252, 0.25);
}

.text-product-unified-bg\/50 {
  color: rgba(252, 252, 252, 0.5);
}

.text-product-unified-bg\/75 {
  color: rgba(252, 252, 252, 0.75);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.shadow {
  --tw-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
  --tw-shadow-colored: 0 2px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.article-details-label {
  background: none;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: inherit;
  text-decoration: none;
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: inherit;
  width: 100%;
}

.article-details-label:focus-visible {
  outline-offset: 2px;
}

.article-details-label::after {
  content: url("https://ws-help-centre.s3.amazonaws.com/lg-down.svg");
  flex-shrink: 0;
  line-height: 0;
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.4, 1);
}

.article-details-label[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.article-details {
  margin-block: 1.2rem;
}

.article-details-body {
  display: none;
  padding: 15px 30px;
}

.article-details:has(.article-details-label[aria-expanded=true]) .article-details-body {
  display: flex;
  max-height: 100%;
}

.article-body details summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding-block: 10px;
}

.article-body details summary::-webkit-details-marker {
  display: none;
}

.article-body details summary:focus-visible {
  outline-offset: 2px;
}

.article-body details summary::after {
  content: url("https://ws-help-centre.s3.amazonaws.com/lg-down.svg");
  flex-shrink: 0;
  line-height: 0;
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.4, 1);
}

.article-body details > *:not(summary) {
  padding-inline: 30px;
}

.article-body details:first-of-type {
  padding-top: 10px;
}

.article-body details:last-of-type {
  padding-bottom: 10px;
}

.article-body details[open] summary::after {
  transform: rotate(180deg);
}

.article-body details[open] > *:last-child {
  padding-bottom: 30px;
}

.article-search-bar {
  flex: 0 1 auto;
  min-width: 30%;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

.article-page {
  font-size: 18px;
}

.article-page h1 {
  font-size: 27px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: left;
}

.article-page h3 {
  font-size: 20px;
}

.article-votes,
.article-body {
  background: #fff;
  border: 1px solid #e6e4e3;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 960px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  .article-container {
    flex-direction: row;
  }
}
.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}
.article-title .icon-lock::before {
  content: "🔒";
  font-size: 20px;
  left: -5px;
  position: relative;
  vertical-align: baseline;
}

.article-updated-at {
  color: #6e7272;
  margin-top: 8px;
}

.article-updated-at-date {
  color: #6e7272;
  font-size: 14px;
  margin-top: 4px;
}

.article [role=button] {
  flex-shrink: 0;
  /* Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored) */
  width: 100%;
}

@media (min-width: 768px) {
  .article [role=button] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article-body {
  border-radius: 10px 10px 0 0;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  border-top: 1px solid #e6e4e3;
  margin-top: 35px;
  padding-top: 35px;
}

.article-body p {
  margin-top: 20px;
}

.article-body > *:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ol {
  list-style-position: outside;
  margin: 20px 0 20px 20px;
  padding-left: 20px;
}

[dir=rtl] .article-body ul,
[dir=rtl] .article-body ol {
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
  margin: 20px 0 0 20px;
  padding-left: 20px;
}

.article-body ul ul {
  margin: 2px 0;
}

.article-body a {
  text-decoration: underline;
}

.article-body h2,
.article-body h3 {
  scroll-margin-top: 6.4rem;
}

@media (min-width: 960px) {
  .article-body h2,
  .article-body h3 {
    scroll-margin-top: 7.5rem;
  }
}
.article-body h2:focus-visible,
.article-body h3:focus-visible {
  outline: 2px solid;
}

.article-body code {
  background: #f2f0ee;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 2px;
  padding: 0 5px;
}

.article-body pre {
  background: #f2f0ee;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: auto;
  padding: 10px 15px;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #798184;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: none;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #798184;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(250, 177, 49, 1);
  content: "💬";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    /*     flex-direction: row; */
  }
}
.article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}
.article-more-questions {
  display: none;
  margin: 10px 0 20px;
  text-align: center;
}

.article-unsubscribe {
  background: linear-gradient(180deg, rgba(250, 177, 49, 1) 14.44%, #f9f8f7 100%);
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background: linear-gradient(180deg, #c07c05 14.44%, #f9f8f7 100%);
  border-color: #c07c05;
}

.article-sidebar {
  flex: 1 0 auto;
}

.article-sidebar .sidenav-title {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  position: relative;
}

.article-sidebar .sidenav-item {
  border-radius: 3px;
  display: flex;
  font-family: "FuturaPT-Heavy", sans-serif;
  font-size: 16px;
  max-width: 90%;
}

.article-sidebar .sidenav-item:hover {
  color: #403e3d;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

.article-page-header .container {
  padding-top: 40px;
}

.article-page-header a {
  color: #403e3d;
}

.ArrowLink__arrow {
  display: inline-block;
  margin-left: 1rem;
}

.ArrowText {
  cursor: pointer;
  position: relative;
}

.ArrowText__arrow {
  display: inline-block;
  margin: 0 0 0 1rem;
  transform: rotate(90deg);
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.4, 1);
}

.Nav__list-item:hover .ArrowText__arrow {
  transform: rotate(270deg);
}

.ArrowText__arrow--pretext {
  margin: 0 1rem 0 0;
}

.black .ProductCopy .ArrowText {
  color: #bfbdbb;
}

.black .ProductCopy .ArrowText:hover {
  color: #e6e4e3;
}

.Header {
  flex: 0 0 auto;
  overflow: hidden;
  padding-bottom: 6.4rem;
  position: relative;
  z-index: 23;
}

@media (min-width: 960px) {
  .Header {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 959px) {
  .Header.is-overridden {
    padding-bottom: 0;
  }
}
/***** Legacy Header Styles *****/
.header-container {
  background-color: #fff;
  width: 100%;
}

.header {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 5%;
  position: relative;
}

@media (min-width: 1280px) {
  .header {
    padding: 0;
    width: 90%;
  }
}
.logo {
  align-items: baseline;
  color: #1c1b1b;
  display: inline-flex;
  gap: 0.5em;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-bottom: 1px;
}

.logo img {
  height: 14px;
}

.logo h2 {
  display: inline;
  font-size: 20px;
  margin-right: 5rem;
}

.logo:hover, .logo a:hover {
  color: #1c1b1b;
  text-decoration: none;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded=true] {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  left: 0;
  right: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: #403e3d;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}
[dir=rtl] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover,
.nav-wrapper a:focus,
.nav-wrapper a:active {
  background-color: transparent;
  color: #403e3d;
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  color: #403e3d;
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}
[dir=rtl] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper a.submit-a-request {
  background-color: rgba(250, 177, 49, 1);
  border-radius: 22px;
  color: #fff;
  font-family: "FuturaPT-Heavy", "FuturaBT-Heavy", sans-serif;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  text-align: center;
}

.secondary-cta {
  background-color: transparent;
  font-family: "FuturaPT-Heavy", "FuturaBT-Heavy", sans-serif;
  height: 44px;
  padding: 0 20px;
  text-align: center;
}

.nav-wrapper a.secondary-cta {
  color: #798184;
}

@media (min-width: 768px) {
  .nav-wrapper a.submit-a-request a.secondary-cta {
    margin: 0 10px;
    width: auto;
  }
}
/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > [role=button] {
  border: 0;
  color: #403e3d;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role=button]:hover {
  background-color: transparent;
  color: #403e3d;
}

.user-info > [role=button]::after {
  color: #403e3d;
  padding-right: 15px;
}

[dir=rtl] .user-info > [role=button]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

.status-banner {
  background: white;
  border-left: 4px solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  margin-bottom: 25px !important;
  margin-top: 25px;
  padding: 6px;
}

.status-banner a {
  text-decoration: underline;
}

.Nav {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e6e4e3;
  display: flex;
  height: 75px;
  position: fixed;
  transition: box-shadow 0.7s cubic-bezier(0.19, 1, 0.4, 1);
  width: 100%;
}

@media (max-width: 959px) {
  .Nav {
    display: none;
  }
}
.Nav + main {
  margin-top: 74px;
}

.is-scrolling .Nav {
  box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.05);
}

.Nav__list {
  align-items: center;
  display: flex;
  flex: 1 0 100px;
  list-style: none;
  margin: 2.8rem;
  padding: 0 4rem 0;
}

.Nav__list-item {
  display: inline-block;
  flex: 0 0 auto;
  font-weight: 600;
}

.Nav__list-item > a {
  color: #54575a;
  text-decoration: none;
}

.Nav__list-item > a.focus-visible,
.Nav__list-item > button.focus-visible {
  color: #fab131;
  outline: none;
}

.Nav__list-item > button {
  background: none;
  border: none;
  color: #54575a;
  cursor: pointer;
  font: inherit;
  outline: inherit;
  padding: 0;
  text-decoration: none;
}

.Nav__list-item--drop, .Nav__list-item--center {
  padding: 0 2rem 0 2rem;
}

.Nav__list-item--drop > a, .Nav__list-item--drop > button {
  line-height: 7.5rem;
}

.Nav__list-item:hover > a, .Nav__list-item:hover > button {
  text-decoration: underline;
}

.Nav__list-item--button {
  margin-left: 2rem !important;
  width: 145px;
}

.Nav__list-item .Nav-Active {
  color: #54575a;
}

.Nav__list-item--diagonal-movement:hover::after {
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.SkipLink {
  background: #fff;
  border-radius: 0 0 4px;
  color: #54575a;
  font-weight: 600;
  left: 0;
  padding: 1rem 1.6rem;
  position: absolute;
  text-decoration: none;
  top: 0;
  transform: translateY(-100%);
  z-index: 100;
}

.SkipLink:focus {
  outline-offset: -2px;
  transform: translateY(0);
}

main[tabindex="-1"]:focus-visible {
  outline-offset: -2px;
}

.Notice {
  align-items: center;
  background-color: #e4e2e1;
  display: flex;
  height: 64px;
  justify-content: center;
  position: fixed;
  width: 100%;
}

.Notice--mask {
  display: none;
  padding-bottom: 64px;
  position: relative;
  z-index: 22;
}

.Notice--trade {
  background-color: #377674;
}

.Notice--crypto {
  background-color: #54286f;
}

a.PrimaryButton {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #fbc361;
  background-blend-mode: soft-light, normal;
  color: #403e3d;
  display: flex;
  justify-content: center;
  transition: all 100ms linear 0s;
  width: 100%;
}

a.PrimaryButton:hover {
  background-color: rgb(252, 208, 131);
  cursor: pointer;
  transition: all 0s ease 0s;
}

a.PrimaryButton:hover, a.PrimaryButton:focus {
  text-decoration: none;
}

a.PrimaryButton--md {
  font-size: 1.6rem;
  max-width: 145px;
}

a.PrimaryButton--lg {
  font-size: 1.8rem;
  max-width: 284px;
}

.MobileNav,
.MobileNavMenu {
  overscroll-behavior: none;
}

.MobileNav *,
.MobileNavMenu * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.is-scrolling .MobileNav,
.is-scrolling .MobileNavMenu {
  box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.05);
}

.MobileNav {
  border-bottom: 1px solid #e6e4e3;
  height: 6.4rem;
  overflow: hidden;
}

.is-overridden .MobileNav {
  border: none;
  height: 0;
}

.MobileNav__headerCTA {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.4, 1);
  visibility: hidden;
}

.is-scrolling .MobileNav__headerCTA {
  opacity: 1;
  visibility: visible;
}

.MobileNavMenu {
  height: calc(100vh - 6.4rem);
  opacity: 0;
  top: 6.4rem;
  visibility: hidden;
}

.MobileNavMenu__sublist {
  border-top: 1px solid #e6e4e3;
  list-style: none;
}

.MobileNavMenu__sublist-item {
  max-width: 100%;
  text-align: center;
  width: 145px;
}

.MobileNavMenu__sublist a {
  text-decoration: none;
}

.MobileNavMenu a:hover {
  text-decoration: underline;
}

.MobileNavMenu a:focus {
  text-decoration: none;
}

.MobileNavMenu a:focus-visible:hover {
  outline: revert;
  text-decoration: none;
}

.LinkList {
  list-style: none;
}

.LinkList li:last-child {
  padding-bottom: 2.2rem;
}

.LinkList a.focus-visible {
  background: #eee;
}

.LinkListButton__label {
  border-top: 1px #e6e4e3 solid;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.05;
}

.LinkListButton.focus-visible {
  outline: none;
}

.LinkListButton.focus-visible .LinkListButton__label {
  background: #fab131;
  outline: none;
}

.HamburgerButton {
  margin-right: -10px;
  padding: 1.2rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.HamburgerButton .Hamburger {
  height: 2.3rem;
  width: 2.3rem;
}

.HamburgerButton .Hamburger__Top, .HamburgerButton .Hamburger__Bottom {
  background: #403e3d;
  background: var(--nav-color);
  height: 2px;
  outline: none;
  top: 50%;
  transform-origin: 50% 50%;
}

.HamburgerButton .Hamburger__top {
  background: #54575a;
  height: 2px;
  outline: none;
  top: 50%;
  transform: rotate(0);
  transform-origin: 50% 50%;
}

.HamburgerButton .Hamburger__bottom {
  background: #54575a;
  height: 2px;
  outline: none;
  top: 50%;
  transform: rotate(0);
  transform-origin: 50% 50%;
}

.HamburgerButton.focus-visible .Hamburger__top,
.HamburgerButton.focus-visible .Hamburger__bottom {
  background: #fab131;
}

.NavAccordion__button {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px #e5e3e2 solid;
}

.NavAccordion__button:focus {
  outline: none;
}

.NavAccordion__button-label {
  color: #54575a;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.05;
}

.NavAccordion__content > div {
  height: 0;
}

.NavAccordion .AccordionArrow {
  height: 21px;
  margin-right: -5px;
  width: 21px;
}

.NavAccordion .AccordionArrow .sides {
  background: #54575a;
  height: 2px;
  width: 50%;
}

.NavAccordion .AccordionArrow__left {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  left: calc(50% - 50%);
  top: calc(65% - 1px);
  transform-origin: 100% 50%;
}

.NavAccordion .AccordionArrow__right {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  left: calc(50% - 1px);
  top: calc(65% - 1px);
  transform-origin: 0 50%;
}

.NavAccordion__button.focus-visible {
  background: #e6e4e3;
}

.NavAccordion__button.focus-visible .NavAccordion__button-label {
  color: #fab131;
}

.NavAccordion__button.focus-visible .sides {
  background: #fab131;
}

.ProductCards {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 960px) {
  .ProductCards {
    display: grid;
    grid-template-columns: repeat(3, 280px);
  }
}
@media (min-width: 768px) {
  .ProductCard {
    transition: 0.35s cubic-bezier(0.19, 1, 0.4, 1);
  }
  .ProductCard:hover, .ProductCard:focus {
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.07);
    transform: translate(0, -4%);
  }
}
.ProductCard {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  gap: 15px;
  height: 100%;
  padding: 30px 20px;
  text-align: center;
}

.ProductCard--container {
  margin-bottom: 20px;
  min-height: 292px;
  width: 100%;
}

@media (min-width: 960px) {
  .ProductCard--container {
    margin: 10px;
    width: 260px;
  }
}
.ProductCard--img {
  height: 11rem;
}

.ProductCard .flex > * {
  flex-basis: auto;
}

.ProductCard a {
  color: inherit;
  text-decoration: none;
}

.ProductCard > div > img {
  height: 100%;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 60px;
}

.search::before {
  background-color: #fff;
  color: #a3a6a7;
  content: "🔍";
  font-size: 18px;
  font-weight: 900;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir=rtl] .search::before {
  left: auto;
  right: 15px;
}

.search-full input[type=search] {
  border: 2px solid #fff;
}

.SearchHero--container {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}

@media (max-width: 480px) {
  .SearchHero--container h1 {
    font-size: 3rem;
  }
  .SearchHero--container .mb-xl {
    margin-bottom: 4rem;
  }
}
@media (max-width: 480px) {
  .mt-3xl {
    margin-top: 4.2rem;
  }
  .pb-4xl {
    padding-bottom: 7.1rem;
  }
}
.search {
  position: relative;
}

form.search {
  color: #73706e;
  position: relative;
}

form.search input[type=search],
form.search zd-autocomplete {
  border: 1px solid #e6e4e3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  max-width: 100%;
}

form.search .search-close {
  align-items: center;
  border: none;
  border-radius: 50%;
  display: none;
  height: 25px;
  margin-top: -12.5px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 25px;
}

form.search .search-close svg {
  margin: 0 auto;
}

form.search input[type=search] {
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 30px;
  color: #73706e;
  font: inherit;
  font-weight: 700;
  padding-left: 60px;
  padding-right: 20px;
  width: 100%;
}

form.search input[type=search]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1; /* Firefox */
}

form.search input[type=search]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1; /* Firefox */
}

form.search input[type=search]:focus {
  border: 1px solid #403e3d;
  color: #555;
}

form.search input[type=search]:focus ~ zd-autocomplete {
  border: 1px solid #403e3d;
}

form.search.search-small input[type=search] {
  border-radius: 24px;
  font: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  height: 4.8rem;
}

@media (max-width: 480px) {
  form.search.search-small input[type=search] {
    font-size: 1.4rem;
  }
}
form.search.search-small zd-autocomplete {
  top: 4.8rem !important;
}

form.search.search-full input[type=search] {
  height: 6.2rem;
}

form.search.search-full zd-autocomplete {
  top: 6.2rem !important;
}

form.search.search-results-present input[type=search] {
  border-bottom: none !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

form.search.search-results-present .search-close {
  display: flex;
}

form.search zd-autocomplete-header {
  color: #73706e;
  font-weight: 700;
}

form.search zd-autocomplete {
  border-radius: 0 0 30px 30px;
  border-top: none !important;
  box-shadow: none;
  left: 0 !important;
  min-width: 0;
  overflow: hidden;
  width: 100% !important;
}

form.search zd-autocomplete-multibrand:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

form.search zd-autocomplete-multibrand {
  border-bottom: none;
}

form.search zd-autocomplete-multibrand.restyled {
  display: flex;
  font-size: 16px;
  padding: 0 30px;
}

form.search zd-autocomplete-multibrand.restyled zd-autocomplete-multibrand {
  font: inherit;
  padding: 0;
}

form.search zd-autocomplete-multibrand.restyled zd-autocomplete-title-multibrand {
  color: inherit;
  font: inherit;
}

form.search zd-autocomplete-multibrand.restyled .zd-autocomplete-option--text {
  border-bottom: none;
  color: #6e7272;
  flex-shrink: 1;
  font-size: 1.6rem;
  padding-right: 10px;
  white-space: normal;
}

form.search zd-autocomplete-multibrand.restyled .zd-autocomplete-option--text > a {
  text-decoration: none;
}

form.search zd-autocomplete-multibrand.restyled .zd-autocomplete-option--content {
  display: flex;
  padding: 20px 0;
  width: 100%;
}

form.search zd-autocomplete-multibrand.restyled + zd-autocomplete-multibrand > .zd-autocomplete-option--content {
  border-top: 1px solid #e6e4e3;
}

form.search zd-autocomplete-multibrand.restyled zd-autocomplete-breadcrumbs-multibrand {
  border-radius: 100px;
  flex-shrink: 0;
  font-size: 80%;
  font-weight: 700;
  margin: auto;
  margin-right: 0;
  padding: 0 5px;
}

.Pill {
  list-style: none;
  white-space: nowrap;
}

.Pill--Placements, .Pill--Invest {
  background-color: #f1e7de;
  color: #403e3d;
}

.Pill--Trade {
  background-color: #e5f1f1;
  color: #377674;
}

.Pill--Tax {
  background-color: #d2e4fb;
  color: #1a4a6c;
}

.Pill--Crypto {
  background-color: #efe6f4;
  color: #54286f;
}

.Pill--Cash {
  background-color: #e1cdb2;
  color: #403e3d;
}

.Pill--Finance {
  background-color: #f9f8f7;
  color: #73706e;
}

.Pill--Unified {
  background-color: #e4e2e1;
  color: #403e3d;
}

@media (min-width: 768px) {
  .VideoCard {
    transition: 0.35s cubic-bezier(0.19, 1, 0.4, 1);
  }
  .VideoCard:hover, .VideoCard:focus {
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.07);
    transform: translate(0, -4%);
  }
}
.VideoCard {
  width: 100%;
}

@media (min-width: 1280px) {
  .VideoCard {
    width: 565px;
  }
}
.VideoCard__video {
  background-image: url("https://ws-help-centre.s3.amazonaws.com/investing-master-class-thumbnail.png");
  background-position: center;
  background-size: cover;
  height: 274px;
}

.VideoCard__video video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.VideoCard__copy {
  padding: 3rem;
}

.VideoCard__copy p {
  line-height: 3rem;
}

.LearnContent {
  justify-content: center;
}

.LearnCards--container {
  width: 100%;
}

@media (min-width: 1280px) {
  .LearnCards--container {
    width: 565px;
  }
}
@media (min-width: 768px) {
  .LearnCard {
    transition: 0.35s cubic-bezier(0.19, 1, 0.4, 1);
  }
  .LearnCard:hover, .LearnCard:focus {
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.07);
    transform: translate(0, -4%);
  }
}
.LearnCard {
  min-height: 150px;
  overflow: hidden;
  width: 100%;
}

.LearnCard__image {
  flex-shrink: 0;
  width: 150px;
}

.LearnCard__image img {
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
}

.LearnCard__copy {
  padding: 2rem 2.5rem;
}

.hidden-contact {
  display: none;
}

footer.FooterV2 {
  color: #fff;
  margin-top: 60px;
}

footer.FooterV2 .Footer__Link {
  color: #54575a;
}

footer.FooterV2 .Footer__Link svg {
  height: 100%;
  max-height: 1.6rem;
  max-width: 1.6rem;
  width: 100%;
}

footer.FooterV2 .Footer__Link:hover, footer.FooterV2 .Footer__Link:active, footer.FooterV2 .Footer__Link:focus {
  text-decoration: underline;
}

footer.FooterV2 .Footer__LanguageLinks li:not(:last-child)::after {
  color: #54575a;
  content: "•";
}

footer.FooterV2 .Footer__list-item a {
  color: inherit;
}

footer.FooterV2 .Footer__list-item a:hover {
  text-decoration: none;
}

footer.FooterV2 .Footer-grid {
  grid-template-columns: 100%;
}

@media (min-width: 768px) {
  footer.FooterV2 .Footer-grid {
    display: grid;
    grid-template-columns: 65% 35%;
  }
}
footer.FooterV2 .Footer-grid__column {
  width: 100%;
}

footer.FooterV2 .Footer-grid__column h6 {
  font-weight: 500;
}

footer.FooterV2 .Footer-grid__column--one .Footer__list-item a:hover {
  color: #73706e;
}

footer.FooterV2 .Footer-grid__column--two {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}

@media (min-width: 960px) {
  footer.FooterV2 .Footer-grid__column--two {
    grid-auto-flow: unset;
    grid-template-columns: 50% 50%;
    grid-template-rows: unset;
  }
}
footer.FooterV2 .Footer-grid__menu-column {
  width: 50%;
}

@media (min-width: 768px) {
  footer.FooterV2 .Footer-grid__menu-column {
    width: unset;
  }
}
@media (min-width: 768px) {
  footer.FooterV2 .Footer-grid--bottom {
    justify-content: flex-end;
  }
}
footer.FooterV2 .footer-inner {
  background-color: #fff;
  color: #73706e;
  margin-top: 75px;
  padding: 70px 0 50px;
}

footer.FooterV2 .footer-inner .container {
  display: flex;
  justify-content: space-between;
}

footer.FooterV2 .footer-inner a {
  color: #403e3d;
}

footer.FooterV2 .footer-language-selector {
  color: #798184;
  display: inline-block;
  font-weight: 300;
}

footer.FooterV2 .footer-return-to-top {
  text-align: center;
}

footer.FooterV2 .footer-return-to-top a {
  display: block;
}

footer.FooterV2 .footer-return-to-top a:hover,
footer.FooterV2 .footer-return-to-top a:focus {
  text-decoration: none;
}

footer.FooterV2 .footer-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

footer.FooterV2 [dir=rtl] .footer-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

/***** Legacy Footer Styles for US and GB *****/
footer.FooterV1 {
  background-color: #99908a;
  border-top: 1px solid #ddd;
  color: #fff;
  margin-top: 60px;
  padding: 30px 0;
}

@media (min-width: 1280px) {
  footer.FooterV1 .footer-inner {
    padding: 0;
    width: 90%;
  }
}
footer.FooterV1 a {
  color: #fff;
}

footer.FooterV1 .footer-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 5%;
}

footer.FooterV1 .footer-language-selector {
  color: #798184;
  display: inline-block;
  font-weight: 300;
}

.footer-contact-us {
  align-items: center;
  display: flex;
  flex-direction: row;
}

@media (max-width: 960px) {
  .footer-contact-us {
    flex-direction: column;
  }
  .footer-contact-us-details {
    margin-bottom: 40px;
  }
  .footer-contact-us-details,
  .footer-contact-us h1 {
    text-align: center;
  }
}
.footer-contact-us-details {
  flex: 1 1 50%;
  width: 100%;
}

.footer-contact-us-title {
  color: #403e3d;
  font-size: 27px;
  margin-bottom: 10px;
}

.footer-contact-us-byline {
  color: #73706e;
  font-size: 18px;
  margin-bottom: 25px;
}

.footer-contact-us-button {
  max-width: 284px;
  width: 100%;
}

@media (max-width: 959px) {
  .footer-contact-us-button {
    margin: 0 auto;
  }
}
.footer-contact-us-image {
  flex: 1 1 50%;
  max-width: 600px;
}

@media (min-width: 768px) {
  .ProductSectionCard {
    transition: 0.35s cubic-bezier(0.19, 1, 0.4, 1);
  }
  .ProductSectionCard:hover, .ProductSectionCard:focus {
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.07);
    transform: translate(0, -4%);
  }
}
.ProductSectionCard {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(59, 59, 59, 0.05);
  margin-bottom: 2rem;
  max-width: 566px;
  padding: 3rem;
  text-align: center;
}

@media (max-width: 1280px) {
  .ProductSectionCard {
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
  }
}
.ProductSectionCard:nth-child(1):nth-last-child(3), .ProductSectionCard:nth-child(2):nth-last-child(2), .ProductSectionCard:nth-child(3):nth-last-child(1) {
  max-width: 370px;
}

.ProductSectionCard:last-of-type:not(:nth-child(3)):nth-child(odd) {
  margin-left: auto;
  margin-right: auto;
}

.ProductSectionCard:hover, .ProductSectionCard:focus {
  text-decoration: none;
}

.ProductSectionCard--img {
  height: 120px;
  margin-bottom: 1rem;
}

.ProductSectionCard--img img {
  height: 100%;
}

.ProductSectionCard--title {
  color: #403e3d;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.ProductSectionCard--description {
  line-height: 140%;
  margin-bottom: 2rem;
}

.ProductSectionCard--cta {
  font-size: 1.6rem;
  font-weight: 700;
}

.PromotedArticleCardSection--header {
  margin-bottom: 30px;
}

.PromotedArticleCards > a:hover,
.PromotedArticleCards > a:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .PromotedArticleCard {
    transition: 0.35s cubic-bezier(0.19, 1, 0.4, 1);
  }
  .PromotedArticleCard:hover, .PromotedArticleCard:focus {
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.07);
    transform: translate(0, -4%);
  }
}
.PromotedArticleCard {
  --font-size: 1.6rem;
  --line-height-ratio: 1.4;
  --line-height: calc(var(--font-size) * var(--line-height-ratio));
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(59, 59, 59, 0.05);
  margin-bottom: 3rem;
  max-width: 364px;
  min-height: 184px;
  padding: 3rem;
}

@media (max-width: 1280px) {
  .PromotedArticleCard {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
a:last-of-type > .PromotedArticleCard {
  box-shadow: none;
}

.PromotedArticleCard--link {
  display: flex;
}

.PromotedArticleCard--title {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}

.PromotedArticleCard--body {
  font-size: var(--font-size);
  line-height: var(--line-height-ratio);
  max-height: calc(var(--line-height) * 3);
  min-height: calc(var(--line-height) * 1);
}

.PromotedArticleCard--cta {
  font-size: 1.6rem;
  font-weight: 700;
}

.SectionPage {
  margin-top: 20px;
}

.SectionPage .SectionContent {
  max-width: 100%;
  width: 822px;
}

.SectionPage .SectionContent .SubSection {
  margin-bottom: 40px;
}

.SectionPage .SectionContent .SubSection--title {
  color: #73706e;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.SectionPage .SectionContent .SubSection--expand {
  background: none;
  border: none;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 20px;
  width: 100%;
}

.SectionPage .SectionContent .SubSectionArticles {
  background-color: #fff;
  border-radius: 10px;
}

.SectionPage .SectionContent .SubSectionArticles > a:hover,
.SectionPage .SectionContent .SubSectionArticles > a:focus {
  text-decoration: none;
}

.SectionPage .SectionContent .SubSectionArticles .SubSectionArticle {
  box-shadow: inset 0 -1px 0 #e6e4e3;
  padding: 30px;
}

@media (min-width: 1280px) {
  .SectionPage .SectionContent .SubSectionArticles .SubSectionArticle {
    max-height: 163px;
  }
}
.SectionPage .SectionContent .SubSectionArticles .SubSectionArticle--title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.SectionPage .SectionContent .SubSectionArticles .SubSectionArticle--body {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 10px;
  max-height: 7.56rem;
  min-height: 2.52rem;
}

.SectionPage .SectionContent .SubSectionArticles .SubSectionArticle--cta {
  color: #403e3d;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.SectionPage .SectionContent .SubSectionArticles a:last-of-type > .SubSectionArticle {
  box-shadow: none;
}

.SectionSidebar:not(.SectionSidebarMobile) {
  align-items: flex-start;
  display: flex;
  flex-grow: 1;
  margin-right: 68px;
  width: 190px;
}

@media (max-width: 1279px) {
  .SectionSidebar:not(.SectionSidebarMobile) {
    display: none;
  }
}
.SectionSidebar:not(.SectionSidebarMobile) .SectionSidebar--menu {
  align-self: flex-start;
  position: sticky;
  position: "-webkit-sticky";
  top: 33rem;
  width: 100%;
}

.SectionSidebar:not(.SectionSidebarMobile) .SectionSidebar--menu--categories {
  padding-right: 20px;
  width: 100%;
}

.SectionSidebar:not(.SectionSidebarMobile) .SectionSidebar--menu--categories > ul {
  padding-top: 20px;
}

.SectionSidebar--list-item {
  color: #73706e;
  font-weight: 700;
  margin-bottom: 20px;
}

.SectionSidebar button {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}

.SectionSidebar button:hover {
  color: #403e3d;
}

.SectionSidebar.SectionSidebarMobile {
  border-bottom: 1px solid #e6e4e3;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1280px) {
  .SectionSidebar.SectionSidebarMobile {
    display: none;
  }
}
.SectionSidebar.SectionSidebarMobile.relative {
  display: none;
  margin-bottom: 0;
}

.SectionSidebar.SectionSidebarMobile.relative .SectionSidebar--inner {
  overflow: hidden;
}

.SectionSidebar.SectionSidebarMobile.relative .SectionSidebarAccordian {
  height: 0;
}

@media (max-width: 1279px) {
  .SectionSidebar.SectionSidebarMobile.relative.present {
    display: block;
  }
}
.SectionSidebar.SectionSidebarMobile .SectionSidebar--inner {
  background-color: rgba(249, 248, 247, 1);
  border-bottom: 1px solid #e6e4e3;
  z-index: 21;
}

.SectionSidebar.SectionSidebarMobile .ArrowLink {
  color: #403e3d;
  font-weight: 700;
  padding: 20px 0;
}

.SectionSidebar.SectionSidebarMobile .SectionSidebar--list-item {
  margin: 0;
}

.SectionSidebar.SectionSidebarMobile .SectionSidebar--list-item button,
.SectionSidebar.SectionSidebarMobile .SectionSidebar--list-item a {
  height: 100%;
  padding: 15.5px 0;
  width: 100%;
}

.SectionSidebar.SectionSidebarMobile .SectionSidebar--list-item a {
  display: inline-block;
}

.SectionSidebar.selected, .SectionSidebar:hover {
  color: #403e3d;
}

@media (max-width: 480px) {
  .ws-container h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 960px) {
  .SearchPage .search-results {
    flex-direction: row;
  }
  .SearchPage .search-result-product {
    margin: auto;
    padding-left: 2rem;
  }
}
@media (max-width: 960px) {
  .SearchPage .search-results {
    flex-direction: column;
  }
  .SearchPage .search-result {
    flex-direction: column-reverse;
  }
  .SearchPage .search-result-product {
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
.SearchPage .SearchHeader {
  padding-top: 2rem;
}

.SearchPage .SearchHeader ol.breadcrumbs {
  margin-bottom: 20px;
}

.SearchPage .SearchHeader ol.breadcrumbs li:last-child {
  font-weight: 700;
}

.SearchPage .SearchHeader nav.sub-nav {
  padding-bottom: 0;
}

.SearchPage .search-results-heading {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.SearchPage .search-results-subheading {
  margin-bottom: 2.5rem;
}

.SearchPage .search-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.SearchPage .search-results-column {
  flex: 6;
}

.SearchPage .search-results-list {
  margin-bottom: 25px;
}

.SearchPage .results-list-item__read-more {
  font-family: "Futura PT";
  font-size: 1.6rem;
}

.SearchPage .search-results-list > li {
  border-bottom: 1px solid #ddd;
}

.SearchPage .search-results-list > li:last-of-type {
  border-bottom: none;
}

.SearchPage .search-result-link {
  font-family: "FuturaBT-Heavy", sans-serif;
}

.SearchPage h2.search-result-title {
  font-size: 1.8rem;
}

.SearchPage .search-result {
  display: flex;
  padding: 30px;
}

.SearchPage .search-result-content {
  flex: 1;
}

.SearchPage .search-result-product {
  flex: 0;
  font-size: 1.4rem;
}

.SearchPage .search-result-description {
  color: #403e3d;
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-top: 5px;
}

.SearchPage .search-result-votes,
.SearchPage .search-result-meta-count {
  color: #798184;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.SearchPage .search-result .meta-group {
  align-items: center;
}

.SearchPage .search-result-breadcrumbs {
  margin: 0;
}

.SearchPage .search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

.breadcrumbs {
  margin: 0;
  margin-bottom: 3rem;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs li {
    max-width: 450px;
  }
}
.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs li:last-child a {
  font-family: "FuturaPT-Heavy", sans-serif;
  font-weight: 400;
}

.breadcrumbs li:last-child {
  max-width: none;
  white-space: normal;
}

.breadcrumbs li + li::before {
  content: "›";
  content: "›"/"";
  font-size: 22px;
  font-weight: 400;
  line-height: 14px;
  margin: 0 4px;
  vertical-align: top;
}

.breadcrumbs li a:visited {
  color: #403e3d;
}

.SectionCardSection {
  margin-top: 10px;
}

#loading-indicator {
  background: rgba(249, 248, 247, 1) url(/hc/theming_assets/01JZK15VKCVEPEWNGMY7CN4VAG) 50% 50% no-repeat;
  background-size: 42px;
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: 23;
}

.loading-indicator {
  background: transparent url(/hc/theming_assets/01JZK15VKCVEPEWNGMY7CN4VAG) 50% 50% no-repeat;
  background-size: 32px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

main > .loading-indicator {
  min-height: 600px;
}

.wait-for-load {
  display: none;
}

.Card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.Card a.Card--section:hover, .Card a.Card--section:focus {
  text-decoration: none;
}

.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  float: left;
  height: 40px;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}
[dir=rtl] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
  color: rgba(72, 77, 79, 1);
  text-decoration: none;
}

.pagination a,
.pagination span {
  color: #798184;
  font-size: 15px;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a,
  .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}
.pagination-current {
  font-weight: 700;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px;
}

table {
  max-width: 100%;
  width: 100%;
}

table th,
table th a {
  color: #798184;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

[dir=rtl] table th,
[dir=rtl] table th a {
  text-align: right;
}

table tr {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

table td {
  font-size: 14px;
  width: auto !important;
}

table td,
table th {
  padding: 5px 5px;
}

@media (min-width: 960px) {
  table td,
  table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  table td,
  table th {
    padding: 10px 20px;
  }
}
.article-body .table-overscroll:has(> table) {
  background-attachment: local, local, scroll, scroll;
  background-color: white;
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(16, 24, 40, 0.08), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(16, 24, 40, 0.08), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  overflow: scroll;
}

.tab {
  align-items: stretch;
  border: 1px solid #e6e4e3;
  border-radius: 6px;
  -moz-box-align: stretch;
  -moz-box-pack: start;
  color: #403e3d;
  display: flex;
  flex-direction: row;
  font-family: "futura", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  justify-content: flex-start;
  margin-bottom: 1rem;
  margin-top: 2rem;
  overflow: hidden;
}

.tab a {
  background-color: inherit;
  border: none;
  cursor: pointer;
  flex: 1 1 0%;
  float: left;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4rem;
  min-height: 4rem;
  outline: none;
  padding: 1.4rem 1.6rem;
  padding: 0 1.5rem;
  text-align: center;
  transition: 0.3s;
}

.tab a:hover, .tab a:focus {
  background-color: rgba(230, 228, 227, 0.25);
  text-decoration: none;
  transition: all 0s ease 0s;
}

.tab a.active {
  background-color: #73706e;
  border: 1px solid #73706e;
  color: #fff;
  text-decoration: none;
}

.tabcontent {
  border: 1px solid #e6e4e3;
  border-radius: 6px;
  padding: 0.6rem 1.2rem;
}

.tabcontent:not(.active) {
  display: none;
}

.article-votes {
  border-radius: 0 0 10px 10px;
  margin-bottom: 20px;
  padding: 30px 0;
  text-align: center;
}

.article-votes-question {
  font-family: "FuturaPT-Heavy", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}

.button.article-vote {
  background: transparent;
  border: 1px solid #e6e4e3;
  box-sizing: border-box;
  color: #73706e;
  font-family: "FuturaPT-Heavy", sans-serif;
  margin-left: 15px;
  margin-right: 15px;
  min-width: 100px;
  width: auto;
}

.button.article-vote::before {
  font-size: 14px;
}

.button.article-vote::after {
  color: #73706e;
  content: attr(title);
  /* Yes/No label */
}

.button.article-vote:focus,
.button.article-vote:active {
  background-color: #fff;
  border-color: #73706e;
  color: #403e3d;
}

.button.article-vote:focus::before, .button.article-vote:focus::after,
.button.article-vote:active::before,
.button.article-vote:active::after {
  color: #e6e4e3;
}

.button.article-vote:hover {
  background-color: #f9f8f7;
  border-color: #e6e4e3;
}

.button[aria-pressed=true].article-vote,
.button[aria-pressed=true].article-vote:focus,
.button[aria-pressed=true].article-vote:active {
  background-color: #fff;
  border-color: #73706e;
  color: #e6e4e3;
}

.button[aria-pressed=true].article-vote::before, .button[aria-pressed=true].article-vote::after,
.button[aria-pressed=true].article-vote:focus::before,
.button[aria-pressed=true].article-vote:focus::after,
.button[aria-pressed=true].article-vote:active::before,
.button[aria-pressed=true].article-vote:active::after {
  color: #403e3d;
}

.button[aria-pressed=true].article-vote:hover {
  border-color: #73706e;
}

.button[aria-pressed=true].article-vote:hover::before, .button[aria-pressed=true].article-vote:hover::after {
  color: #e6e4e3;
}

.button.article-vote:hover::before,
.button.article-vote:hover::after,
.button.article-vote[aria-pressed=true]:hover::before,
.button.article-vote[aria-pressed=true]:hover::after {
  color: #403e3d;
}

.SectionHeader {
  background: linear-gradient(180deg, #f9f8f7 14.44%, #f9f8f7 100%);
  filter: drop-shadow(0 10px 4px #f8f8f8);
  padding-bottom: 3.2rem;
  padding-top: 3.2rem;
  width: 100%;
  z-index: 22;
}

@media (max-width: 767px) {
  .SectionHeader {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .SectionHeader--title {
    font-size: 2.7rem !important;
  }
}
.SectionHeader nav.breadcrumbs {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .SectionHeader nav.breadcrumbs {
    margin-bottom: 25px;
  }
}
.SectionHeader .cta,
.SectionHeader h1 {
  color: #403e3d;
}

.SectionHeader .breadcrumbs li:last-child {
  font-weight: 700;
}

.SectionHeader .search {
  width: 100%;
}

@media (min-width: 768px) {
  .SectionHeader .search {
    max-width: 400px;
    width: 40%;
  }
}
.SectionHeader .search form {
  width: 100%;
}

/**** WS Page *****/
.form footer .g-recaptcha {
  float: left;
  margin: 20px;
}

.form footer input[type=submit][name=commit] {
  float: right;
  margin-top: 26px;
}

.main-content .form {
  margin-bottom: 0;
  margin-right: 0 !important;
  width: 550px;
}

@media (max-width: 960px) {
  .form footer {
    display: grid;
  }
  .main-content .form {
    padding-right: 0 !important;
    width: 100%;
  }
  .form footer .g-recaptcha {
    margin-left: auto;
    margin-right: auto;
  }
}
.callout {
  border: 2px solid #e6e4e3;
  border-radius: 10px;
  margin-top: 2rem;
  padding: 20px;
}

/***** WS Sidebar *****/
@media (min-width: 960px) {
  .main-content {
    display: flex;
    justify-content: space-between;
  }
}
/***** Buttons *****/
.button,
[role=button] {
  border: 1px solid rgba(250, 177, 49, 1);
  border-radius: 100px;
  color: rgba(250, 177, 49, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  -webkit-touch-callout: none;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 768px) {
  .button,
  [role=button] {
    width: auto;
  }
}
.button::after,
[role=button]::after {
  color: rgba(250, 177, 49, 1);
}

.button:hover,
.button:active,
.button:focus,
.button[aria-selected=true],
[role=button]:hover,
[role=button]:active,
[role=button]:focus,
[role=button][aria-selected=true] {
  background-color: rgba(250, 177, 49, 1);
  color: #ffffff;
  text-decoration: none;
}

.button[aria-selected=true]:hover,
.button[aria-selected=true]:focus,
.button[aria-selected=true]:active,
[role=button][aria-selected=true]:hover,
[role=button][aria-selected=true]:focus,
[role=button][aria-selected=true]:active {
  background-color: #c07c05;
  border-color: #c07c05;
  color: red;
}

.button[data-disabled],
[role=button][data-disabled] {
  color: blue;
  cursor: default;
}

.nesty-panel li {
  font-family: "FuturaPT-Book", "FuturaBT-Book", sans-serif;
  font-size: 14px;
  height: auto;
  max-height: 150px;
  padding: 10px 20px !important;
}

.nesty-panel li:hover {
  background-color: rgb(124, 183, 182);
  color: rgb(255, 255, 255);
}

.nesty-panel {
  border: 1px solid rgb(230, 228, 227);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 5px 15px 0;
  max-height: 250px;
  padding: 10px 0;
}

.button-large,
input[type=submit] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #fbc361;
  background-blend-mode: soft-light, normal;
  border: 0;
  border-radius: 100px;
  color: #403e3d;
  font-family: "FuturaPT-Heavy", "FuturaBT-Heavy", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  transition: all 100ms linear 0s;
  width: 100%;
}
.button-large button[disabled],
input[type=submit] button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (min-width: 960px) {
  .button-large,
  input[type=submit] {
    width: auto;
  }
}
.button-large[disabled],
input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #798184;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  background-color: #f2f0ee;
  border: 1px solid #ddd;
  color: rgba(72, 77, 79, 1);
}

/***** Forms *****/
.form {
  margin-bottom: 40px;
  margin-right: 40px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  color: #8c8a88;
  display: block;
  font-family: "FuturaPT-Heavy", sans-serif;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(250, 177, 49, 1);
}

.form-field input[type=text] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type=text]:focus {
  border: 1px solid rgba(250, 177, 49, 1);
}

.form-field input[type=checkbox] {
  width: auto;
}

.nesty-input::after {
  content: none;
}

.form-field .nesty-input {
  background: url("https://ws-help-centre.s3.amazonaws.com/dropdown-caret.svg") no-repeat #fff;
  background-position: right 10px center;
  background-size: 15px;
  border: 1px solid #e6e4e3;
  border-radius: 6px;
  box-shadow: initial;
  color: #403e3d;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 40px 0 20px;
  transition: all 100ms linear;
  vertical-align: middle;
  width: 100%;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(250, 177, 49, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  color: #f00;
  content: "*";
  margin-left: 2px;
}

.form-field p {
  color: #798184;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
}

.form footer a {
  color: #798184;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  display: none; /* Initially hide all li elements */
  padding: 10px 0;
}

/* Show only the first three li elements */
.form .suggestion-list li:nth-child(-n+3) {
  display: block;
}

.form .suggestion-list li a:visited {
  color: #0c0b0b;
}

/***** User avatar *****/
.user-avatar {
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  width: 25px;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgba(250, 177, 49, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "👤";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Hero component *****/
.hero {
  height: 400px;
  padding: 80px 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.hero-inner h1 {
  margin-bottom: 40px;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin-bottom: 40px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 960px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock::before {
  content: "🔒";
  font-size: 20px;
  left: -5px;
  position: relative;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
  .sub-nav input[type=search] {
    min-width: 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}
.blocks-item {
  box-sizing: border-box;
  color: rgba(72, 77, 79, 1);
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  font-weight: bold;
  justify-content: flex-start;
  margin: 0 10px 20px;
  max-width: 100%;
  width: 320px;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 10px 20px;
  }
}
.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  bottom: 5px;
  content: "🔒";
  position: relative;
}

.blocks-item-internal a {
  color: rgba(72, 77, 79, 1);
}

.blocks-item-link {
  color: rgba(72, 77, 79, 1);
  padding: 20px 30px;
}

.blocks-item-link:hover,
.blocks-item-link:focus,
.blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  font-weight: 400;
  margin-bottom: 0;
}

.blocks-item-description {
  color: #a3a6a7;
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 20px;
}

/***** Homepage *****/
.categories {
  margin-bottom: 80px;
}

.section h2 {
  margin-bottom: 5.2rem;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 960px) {
  .promoted-articles {
    flex-direction: row;
    justify-content: center;
    margin: 0 -15px;
  }
}
.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 960px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    margin: 0 10px 20px;
    width: 320px;
    /* Three columns on desktop */
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: rgba(72, 77, 79, 1);
  display: block;
  padding: 15px 0;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 960px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}
/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 960px) {
  .category-content {
    flex: 0 0 100%;
  }
}
.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}
.section-tree .section {
  flex: initial;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}
.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 0;
}

.section-tree-title a {
  color: rgba(72, 77, 79, 1);
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  border-bottom: 1px solid #ddd;
  /*   font-size: 16px; */
  padding: 15px 0;
}

/* this is a hell of a hack: on the category page only, hide all articles past the first three. */
.category-content .article-list-item:nth-child(n+4) {
  display: none;
}

.article-list-item a {
  color: rgba(72, 77, 79, 1);
}

/***** Section pages *****/
.section-content {
  flex: 1;
}

@media (min-width: 960px) {
  .section-content {
    flex: 0 0 100%;
  }
}
/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: rgba(72, 77, 79, 1);
  content: "📎";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li,
.share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #798184;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(250, 177, 49, 1);
}

/***** Comments *****/
.comments {
  display: none;
}

/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #798184;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(250, 177, 49, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #798184;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(250, 177, 49, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

.comment-form-controls input[type=submit] {
  margin-top: 15px;
}

@media (min-width: 960px) {
  .comment-form-controls input[type=submit] {
    margin-left: 15px;
  }
}
.comment-form-controls input[type=checkbox] {
  margin-right: 5px;
}

.comment-form-controls input[type=checkbox] [dir=rtl] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(250, 177, 49, 1);
}

.comment-body {
  font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 1.6;
  word-break: break-word;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul,
.comment-body ol {
  list-style-position: outside;
  margin: 20px 0 20px 20px;
  padding-left: 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #0c0b0b;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #798184;
  display: block;
  margin: 3px 0;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(250, 177, 49, 1);
}

.vote-up::before,
.vote-down::before {
  color: #798184;
  font-size: 24px;
}

.vote-up::before {
  content: "⬆";
}

.vote-down::before {
  content: "⬇";
}

.vote-voted::before {
  color: rgba(250, 177, 49, 1);
}

.vote-voted:hover::before {
  color: #c07c05;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  flex-shrink: 0;
  text-align: center;
  /* Avoid collapsing elements in Safari */
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:active::before {
  background-color: #f2f0ee;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #798184;
  content: "⚙";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01J06S34P94RGBB49RRT3BMMXK);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts,
.community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}
/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}
.topic-header .dropdown {
  border-top: 1px solid #ddd;
  display: block;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}
.no-posts-with-filter {
  margin-bottom: 20px;
  margin-top: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow .dropdown {
  width: 100%;
}

.community-follow [role=button] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role=button] {
    width: auto;
  }
}
.community-follow [role=button]:hover {
  background-color: rgba(250, 177, 49, 1);
}

.community-follow [role=button]:hover::after,
.community-follow [role=button]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow [role=button][aria-selected=true] {
  background-color: rgba(250, 177, 49, 1);
  color: #ffffff;
}

.community-follow [role=button][aria-selected=true]::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

.community-follow [role=button][aria-selected=true]:hover {
  background-color: #c07c05;
  border-color: #c07c05;
}

.community-follow [role=button]::after {
  border-left: 1px solid rgba(250, 177, 49, 1);
  color: rgba(250, 177, 49, 1);
  content: attr(data-follower-count);
  display: inline-block;
  font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role=button]::after {
    position: static;
  }
}
/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #403e3d;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #0c0b0b;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #798184;
  font-size: 13px;
  font-weight: 300;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}
.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(72, 77, 79, 1);
    display: block;
    font-weight: 400;
  }
}
/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
  text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
  background-color: rgba(250, 177, 49, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
.status-label-pending,
.status-label-not-planned {
  background-color: #eee;
  color: #798184;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold,
.status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  .post-container {
    flex-direction: row;
  }
}
.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}
.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: Futura, 'Century Gothic', AppleGothic, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul,
.post-body ol {
  list-style-position: outside;
  margin: 20px 0 20px 20px;
  padding-left: 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #0c0b0b;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #798184;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(250, 177, 49, 1);
  content: "💬";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .post-comments {
    margin-bottom: 0;
  }
}
/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  font-size: 14px;
  max-height: 45px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    flex-direction: row;
    height: auto;
    max-height: none;
  }
}
.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: rgba(72, 77, 79, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  .collapsible-nav-list li a {
    padding: 15px 0;
    text-decoration: none;
  }
}
.collapsible-nav-list li a {
  color: rgba(72, 77, 79, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}
.collapsible-nav-list li[aria-selected=true] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    border-bottom: 4px solid rgba(250, 177, 49, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}
.collapsible-nav-list li[aria-selected=true] a {
  color: rgba(72, 77, 79, 1);
}

.collapsible-nav-list li[aria-selected=true]::after {
  content: "▾";
  position: relative;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true]::after {
    display: none;
  }
}
.collapsible-nav[aria-expanded=true] {
  max-height: none;
}

.collapsible-nav[aria-expanded=true] li[aria-selected=true]::after {
  content: "✕";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 960px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-title::after {
  content: "✕";
}

@media (min-width: 960px) {
  .collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-title::after {
    display: none;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  content: "▾";
  position: relative;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 960px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}
/***** My activities *****/
.my-activities-nav {
  background-color: #eeebe8;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}
.my-activities-sub-nav li[aria-selected=true] {
  border-color: rgba(250, 177, 49, 1);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 960px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 960px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}
/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  margin-bottom: 30px;
  max-height: 40px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
}
.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(250, 177, 49, 1);
  color: #ffffff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  bottom: 0;
  font-size: 10px;
  left: calc(100% + 3px);
  position: absolute;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(250, 177, 49, 1);
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}
.subscriptions-unsubscribe a:hover {
  background-color: #c07c05;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}
.subscriptions-table td:first-child {
  align-items: center;
  display: flex;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #798184;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}
.no-activities {
  color: #798184;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 960px) {
  .request-main {
    flex: 0 0 66%;
    min-width: 0;
    order: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #798184;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus=true] {
  border: 1px solid rgba(250, 177, 49, 1);
}

.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(250, 177, 49, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 960px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 960px) {
  .request-sidebar {
    background-color: #f2f0ee;
    border: 0;
    flex: 0 0 auto;
    font-size: 13px;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 960px) {
  .request-sidebar h5 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt,
.request-details dd {
  display: inline-block;
  font-size: 13px;
  margin: 20px 0 0 0;
  vertical-align: top;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\a";
  white-space: pre;
}

.request-details dt {
  color: #798184;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #798184;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

/***** Icons *****/
[class^=icon-]::before,
.search::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected=true]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before {
  font-family: "copenhagen-icons";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  speak: none;
  vertical-align: middle;
}

.icon-lock::before {
  content: "🔒";
}

.icon-star::before {
  color: rgba(250, 177, 49, 1);
  content: "★";
  font-size: 18px;
}

.icon-agent::before {
  content: "👤";
}

.icon-comments::before {
  content: "💬";
}

.icon-vote::before {
  content: "👍";
}

.icon-menu::before {
  content: "☰";
}

/* User Profiles */
.profile-header {
  background-color: #f2f0ee;
  padding: 30px 0;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}
.profile-header .profile-info {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  align-self: center;
  line-height: 0;
  margin-right: 10px;
  position: relative;
}

.profile-avatar .user-avatar {
  height: 65px;
  width: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  justify-content: center;
  min-width: 0;
  word-break: break-word;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  align-items: flex-start;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-basis: auto;
    flex-wrap: nowrap;
    margin-left: 10px;
    margin-top: 0;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.profile-header .description {
  flex-basis: 100%;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  margin: 15px 0;
  word-break: break-word;
}

.profile-stats {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  font-size: 13px;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #798184;
  flex: 0 0 100px;
  font-weight: 300;
  margin-right: 10px;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}
.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}
.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    border-bottom: 0;
    flex: 0 0 200px;
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}
@media (min-width: 960px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}
@media (min-width: 960px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}
.profile-private-badge {
  border: solid 1px rgba(250, 177, 49, 1);
  border-radius: 4px;
  color: rgba(250, 177, 49, 1);
  flex-basis: 100%;
  font-size: 12px;
  padding: 5px 20px;
  text-align: center;
}

.profile-private-badge::after {
  content: "🔒";
  font-family: "copenhagen-icons";
  line-height: 15px;
  margin-left: 5px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}
.profile-nav {
  background-color: #eeebe8;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 960px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}
.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  color: #798184;
  flex-basis: 100%;
  font-size: 13px;
  font-weight: 300;
  overflow: hidden;
  padding: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}
.profile-section-sorter {
  border-top: solid 1px #eee;
  flex-basis: 100%;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
  .profile-section-sorter {
    border-top: 0;
    flex: 0 1 auto;
    margin-left: 20px;
    padding-top: 0;
  }
}
.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  padding: 20px 0;
  position: relative;
  word-break: break-word;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  display: inline;
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 5px 0;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
}
.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  color: #ccc;
  font-family: "copenhagen-icons";
  font-size: 16px;
  left: 0;
  line-height: 25px;
  position: absolute;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
}
.profile-section .no-activity,
.profile-section .private-activity {
  color: #999;
  display: block;
  margin-top: 40px;
}

.profile-section .private-activity::before {
  content: "🔒";
  font-family: "copenhagen-icons";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-right: 10px;
  vertical-align: middle;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  padding-bottom: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
}
.profile-activity-header {
  align-items: center;
  display: flex;
  margin-left: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
}
.profile-activity-header .user-avatar {
  align-self: flex-start;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  width: 40px;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  margin: 0;
  min-width: 0;
  width: 100%;
  word-break: break-word;
}

.profile-activity-description span:first-child {
  display: inline;
  font-weight: 600;
}

.profile-activity-contribution {
  background-color: #f2f0ee;
  border-radius: 8px;
  margin-top: 10px;
  padding: 20px;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-left: 50px;
    margin-top: 0;
  }
}
.profile-activity::before {
  background-color: rgba(249, 248, 247, 1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border-radius: 50%;
  color: #ccc;
  content: "";
  font-family: "copenhagen-icons";
  font-size: 16px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 28px;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
}
.profile-activity-list > li[class$=-article]::before {
  content: "📄";
}

.profile-activity-list > li[class$=-comment]::before {
  content: "💬";
  line-height: 35px;
}

.hover\:bg-brand-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239, 166, 24, var(--tw-bg-opacity, 1));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.focus\:no-underline:focus {
  text-decoration-line: none;
}

@media (min-width: 768px) {
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-xl {
    margin-left: 5.2rem;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:max-w-sm {
    max-width: 30rem;
  }
  .md\:p-sm {
    padding: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .lg\:mt-lg {
    margin-top: 3.2rem;
  }
  .lg\:hidden {
    display: none;
  }
}