/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}

/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --semanticSizing0: 0;
  --semanticSizing100: 0.125rem;
  --semanticSizing200: 0.25rem;
  --semanticSizing300: 0.5rem;
  --semanticSizing400: 0.75rem;
  --semanticSizing500: 1rem;
  --semanticSizing550: 1.25rem;
  --semanticSizing600: 1.5rem;
  --semanticSizing650: 1.75rem;
  --semanticSizing700: 2rem;
  --semanticSizing750: 2.5rem;
  --semanticSizing800: 3rem;
  --semanticSizing825: 3.25rem;
  --semanticSizing850: 3.5rem;
  --semanticSizing900: 4rem;
  --semanticSizing1000: 5rem;
  --semanticSizing1100: 6rem;
}


:root,
.theme--light {
  --semanticColorBackgroundAccent: #2bb24c;
  --semanticColorBackgroundAccentBold: #bfe8c9;
  --semanticColorBackgroundAccentLight: #eaf7ed;
  --semanticColorBackgroundAccentMain: #061427;
  --semanticColorBackgroundAccentMedium: #d5f0db;
  --semanticColorBackgroundAware: #ffca0d;
  --semanticColorBackgroundAwareBold: #ffefb6;
  --semanticColorBackgroundAwareLight: #fffae7;
  --semanticColorBackgroundAwareMedium: #fff4cf;
  --semanticColorBackgroundBold: #9e9e9e;
  --semanticColorBackgroundBoldest: #333333;
  --semanticColorBackgroundDanger: #f44336;
  --semanticColorBackgroundDangerBold: #fcc7c3;
  --semanticColorBackgroundDangerLight: #feeceb;
  --semanticColorBackgroundDangerMedium: #fdd9d7;
  --semanticColorBackgroundElevationBold: #121212;
  --semanticColorBackgroundElevationLight: #ffffff;
  --semanticColorBackgroundElevationMedium: #ffffff;
  --semanticColorBackgroundHighlightGreen: #dff3e4;
  --semanticColorBackgroundHighlightYellow: #fff7aa;
  --semanticColorBackgroundInfo: #3979cc;
  --semanticColorBackgroundInfoBold: #c4d7f0;
  --semanticColorBackgroundInfoLight: #ebf2fa;
  --semanticColorBackgroundInfoMedium: #d7e4f5;
  --semanticColorBackgroundLight: #f7f7f7;
  --semanticColorBackgroundLightest: #ffffff;
  --semanticColorBackgroundMedium: #e6e6e6;
  --semanticColorBackgroundOverlayBold: rgba(0, 0, 0, 0.6400);
  --semanticColorBackgroundOverlayLightest: rgba(255, 255, 255, 0.5400);
  --semanticColorBackgroundOverlayMedium: rgba(0, 0, 0, 0.3800);
  --semanticColorBackgroundSuccess: #2bb24c;
  --semanticColorBackgroundSuccessBold: #bfe8c9;
  --semanticColorBackgroundSuccessLight: #eaf7ed;
  --semanticColorBackgroundSuccessMedium: #d5f0db;
  --semanticColorBackgroundWarning: #ff9800;
  --semanticColorBackgroundWarningBold: #ffe0b2;
  --semanticColorBackgroundWarningLight: #fff5e5;
  --semanticColorBackgroundWarningMedium: #ffeacc;
  --semanticColorBackgroundYellow: #ffee55;
  --semanticColorBackgroundYellowBold: #fffacc;
  --semanticColorBackgroundYellowLight: #fffae7;
  --semanticColorBackgroundYellowMedium: #fffcdd;
  --semanticColorBackgroundStatesAccentBoldHover: #55c170;
  --semanticColorBackgroundStatesAccentDisabled: #d9d9d9;
  --semanticColorBackgroundStatesAccentFocus: #f4fbf6;
  --semanticColorBackgroundStatesAccentHover: #228e3d;
  --semanticColorBackgroundStatesAccentLightHover: #bfe8c9;
  --semanticColorBackgroundStatesAccentMainDisabled: #d9d9d9;
  --semanticColorBackgroundStatesAccentMainFocus: #f2f2f5;
  --semanticColorBackgroundStatesAccentMainHover: #30425a;
  --semanticColorBackgroundStatesAccentMediumHover: #aae0b7;
  --semanticColorBackgroundStatesDangerBoldHover: #f9a19a;
  --semanticColorBackgroundStatesDangerDisabled: #f9a19a;
  --semanticColorBackgroundStatesDangerFocus: #fef6f5;
  --semanticColorBackgroundStatesDangerHover: #c3362b;
  --semanticColorBackgroundStatesDangerLightHover: #fcc7c3;
  --semanticColorBackgroundStatesDangerMediumHover: #fbb4af;
  --semanticColorBackgroundStatesElevationMediumActive: #ecedee;
  --semanticColorBackgroundStatesElevationMediumHover: #f7f7f7;
  --semanticColorBackgroundStatesInfoBoldHover: #6194d6;
  --semanticColorBackgroundStatesInfoMediumHover: #b0c9eb;
  --semanticColorBackgroundStatesLightActive: #ecedee;
  --semanticColorBackgroundStatesLightHover: #f2f2f2;
  --semanticColorBackgroundStatesLightestActive: rgba(0, 0, 0, 0.0500);
  --semanticColorBackgroundStatesLightestDisabled: #e6e6e6;
  --semanticColorBackgroundStatesLightestHover: #f7f7f7;
  --semanticColorBackgroundStatesSuccessBoldHover: #55c170;
  --semanticColorBackgroundStatesSuccessMediumHover: #aae0b7;
  --semanticColorBackgroundStatesWarningDisabled: #ffcb80;
  --semanticColorBackgroundStatesWarningHover: #cc7a00;
  --semanticColorBorderAccent: #2bb24c;
  --semanticColorBorderAccentMain: #061427;
  --semanticColorBorderBold: #333333;
  --semanticColorBorderDanger: #f44336;
  --semanticColorBorderInverse: #ffffff;
  --semanticColorBorderLight: #d9d9d9;
  --semanticColorBorderLightest: #f2f2f2;
  --semanticColorBorderMedium: #bfbfbf;
  --semanticColorBorderOverlay: rgba(0, 0, 0, 0.0500);
  --semanticColorBorderWarning: #ff9800;
  --semanticColorBorderStatesAccentDisabled: #95d9a5;
  --semanticColorBorderStatesAccentFocus: #2bb24c;
  --semanticColorBorderStatesAccentHover: #228e3d;
  --semanticColorBorderStatesAccentMainDisabled: #d9d9d9;
  --semanticColorBorderStatesAccentMainFocus: #061427;
  --semanticColorBorderStatesAccentMainHover: #30425a;
  --semanticColorBorderStatesBoldDisabled: #9e9e9e;
  --semanticColorBorderStatesBoldHover: #646464;
  --semanticColorBorderStatesDangerDisabled: #f9a19a;
  --semanticColorBorderStatesDangerFocus: #f44336;
  --semanticColorBorderStatesDangerHover: #c3362b;
  --semanticColorBorderStatesLightDisabled: #d9d9d9;
  --semanticColorBorderStatesLightHover: #9e9e9e;
  --semanticColorBorderStatesLightestHover: #9e9e9e;
  --semanticColorBorderStatesMediumDisabled: #bfbfbf;
  --semanticColorBorderStatesMediumHover: #646464;
  --semanticColorBorderStatesWarningDisabled: #ffcb80;
  --semanticColorBorderStatesWarningHover: #cc7a00;
  --semanticColorContentAccent: #2bb24c;
  --semanticColorContentAccentMain: #061427;
  --semanticColorContentAccentVivid: #8df4bc;
  --semanticColorContentAccentVividBold: #22e059;
  --semanticColorContentAware: #ffca0d;
  --semanticColorContentBold: #333333;
  --semanticColorContentDanger: #f44336;
  --semanticColorContentInfo: #3979cc;
  --semanticColorContentInverse: #ffffff;
  --semanticColorContentLight: #9e9e9e;
  --semanticColorContentLightest: #ffffff;
  --semanticColorContentMedium: #757575;
  --semanticColorContentSuccess: #2bb24c;
  --semanticColorContentWarning: #ff9800;
  --semanticColorContentStatesAccentDisabled: #95d9a5;
  --semanticColorContentStatesAccentHover: #228e3d;
  --semanticColorContentStatesAccentMainDisabled: #7186a4;
  --semanticColorContentStatesAccentMainHover: #30425a;
  --semanticColorContentStatesBoldDisabled: #9e9e9e;
  --semanticColorContentStatesBoldHover: #646464;
  --semanticColorContentStatesDangerDisabled: #f9a19a;
  --semanticColorContentStatesDangerHover: #c3362b;
  --semanticColorContentStatesInfoDisabled: #9cbce5;
  --semanticColorContentStatesInfoHover: #2e61a3;
  --semanticColorContentStatesInverseDisabled: #646464;
  --semanticColorContentStatesInverseHover: #f2f2f2;
  --semanticColorContentStatesLightDisabled: #bfbfbf;
  --semanticColorContentStatesLightHover: #646464;
  --semanticColorContentStatesLightestDisabled: #646464;
  --semanticColorContentStatesLightestHover: #f2f2f2;
  --semanticColorContentStatesMediumDisabled: #9e9e9e;
  --semanticColorContentStatesMediumHover: #646464;
  --semanticColorContentStatesWarningDisabled: #ffcb80;
  --semanticColorContentStatesWarningHover: #cc7a00;
  --semanticColorDataVizNeutralLight: #d8e0e7;
  --semanticColorDataVizNeutralLightHover: #b7c3cf;
  --semanticColorDataVizNeutralLightest: #ecf0f4;
  --semanticColorDataVizNeutralMedium: #87909a;
  --semanticColorDataVizPrimaryBold: #246678;
  --semanticColorDataVizPrimaryLight: #bddfef;
  --semanticColorDataVizPrimaryMedium: #5da2c1;
  --semanticColorDataVizQuaternaryMedium: #69b487;
  --semanticColorDataVizQuinaryMedium: #facf53;
  --semanticColorDataVizSecondaryMedium: #e59e4d;
  --semanticColorDataVizSextenaryMedium: #bc9d6e;
  --semanticColorDataVizTertiaryMedium: #ce6969;
  --semanticColorServicesApple: #000000;
  --semanticColorServicesBluesky: #1185fe;
  --semanticColorServicesBlueskyLight: #cfe7ff;
  --semanticColorServicesEnterpriseSso: #6d747d;
  --semanticColorServicesFeedly: #2bb24c;
  --semanticColorServicesGoogle: #4285f4;
  --semanticColorServicesReddit: #ff4500;
  --semanticColorServicesRedditLight: #ffdacc;
  --semanticColorServicesTwitter: #1da1f2;
  --semanticColorServicesTwitterLight: #d2ecfc;
  --semanticColorServicesStatesAppleHover: #333333;
  --semanticColorServicesStatesEnterpriseSsoHover: #373a3f;
  --semanticColorServicesStatesFeedlyHover: #228e3d;
  --semanticColorServicesStatesGoogleHover: #356ac3;
  --semanticColorServicesStatesRedditDisabled: #ffa280;
  --semanticColorServicesStatesTwitterDisabled: #8ed0f9;
}

.theme--dark {
  --semanticColorBackgroundAccent: #6bc982;
  --semanticColorBackgroundAccentBold: #11471e;
  --semanticColorBackgroundAccentLight: #0b2d13;
  --semanticColorBackgroundAccentMain: #e6e6e6;
  --semanticColorBackgroundAccentMedium: #0d3517;
  --semanticColorBackgroundAware: #ffca0d;
  --semanticColorBackgroundAwareBold: #665105;
  --semanticColorBackgroundAwareLight: #403303;
  --semanticColorBackgroundAwareMedium: #4d3d04;
  --semanticColorBackgroundBold: #757575;
  --semanticColorBackgroundBoldest: #e6e6e6;
  --semanticColorBackgroundDanger: #f44336;
  --semanticColorBackgroundDangerBold: #621b16;
  --semanticColorBackgroundDangerLight: #3d110e;
  --semanticColorBackgroundDangerMedium: #491410;
  --semanticColorBackgroundElevationBold: #262626;
  --semanticColorBackgroundElevationLight: #202020;
  --semanticColorBackgroundElevationMedium: #262626;
  --semanticColorBackgroundHighlightGreen: #0d3517;
  --semanticColorBackgroundHighlightYellow: #665f22;
  --semanticColorBackgroundInfo: #3979cc;
  --semanticColorBackgroundInfoBold: #173052;
  --semanticColorBackgroundInfoLight: #0e1e33;
  --semanticColorBackgroundInfoMedium: #11243d;
  --semanticColorBackgroundLight: #1a1a1a;
  --semanticColorBackgroundLightest: #121212;
  --semanticColorBackgroundMedium: #4c4c4c;
  --semanticColorBackgroundOverlayBold: rgba(0, 0, 0, 0.6400);
  --semanticColorBackgroundOverlayLightest: rgba(0, 0, 0, 0.6400);
  --semanticColorBackgroundOverlayMedium: rgba(0, 0, 0, 0.3800);
  --semanticColorBackgroundSuccess: #2bb24c;
  --semanticColorBackgroundSuccessBold: #11471e;
  --semanticColorBackgroundSuccessLight: #0b2d13;
  --semanticColorBackgroundSuccessMedium: #0d3517;
  --semanticColorBackgroundWarning: #ff9800;
  --semanticColorBackgroundWarningBold: #663d00;
  --semanticColorBackgroundWarningLight: #402600;
  --semanticColorBackgroundWarningMedium: #4d2e00;
  --semanticColorBackgroundYellow: #ffee55;
  --semanticColorBackgroundYellowBold: #665f22;
  --semanticColorBackgroundYellowLight: #403c15;
  --semanticColorBackgroundYellowMedium: #4d471a;
  --semanticColorBackgroundStatesAccentBoldHover: #228e3d;
  --semanticColorBackgroundStatesAccentDisabled: #4c4c4c;
  --semanticColorBackgroundStatesAccentFocus: #09240f;
  --semanticColorBackgroundStatesAccentHover: #40ba5e;
  --semanticColorBackgroundStatesAccentLightHover: #165926;
  --semanticColorBackgroundStatesAccentMainDisabled: #4c4c4c;
  --semanticColorBackgroundStatesAccentMainFocus: #757575;
  --semanticColorBackgroundStatesAccentMainHover: #fcfcfc;
  --semanticColorBackgroundStatesAccentMediumHover: #1a6b2e;
  --semanticColorBackgroundStatesDangerBoldHover: #c3362b;
  --semanticColorBackgroundStatesDangerDisabled: #621b16;
  --semanticColorBackgroundStatesDangerFocus: #310d0b;
  --semanticColorBackgroundStatesDangerHover: #c3362b;
  --semanticColorBackgroundStatesDangerLightHover: #7a221b;
  --semanticColorBackgroundStatesDangerMediumHover: #922820;
  --semanticColorBackgroundStatesElevationMediumActive: #4c4c4c;
  --semanticColorBackgroundStatesElevationMediumHover: #333333;
  --semanticColorBackgroundStatesInfoBoldHover: #2e61a3;
  --semanticColorBackgroundStatesInfoMediumHover: #22497a;
  --semanticColorBackgroundStatesLightActive: #333333;
  --semanticColorBackgroundStatesLightHover: #262626;
  --semanticColorBackgroundStatesLightestActive: rgba(255, 255, 255, 0.1500);
  --semanticColorBackgroundStatesLightestDisabled: #333333;
  --semanticColorBackgroundStatesLightestHover: #262626;
  --semanticColorBackgroundStatesSuccessBoldHover: #228e3d;
  --semanticColorBackgroundStatesSuccessMediumHover: #1a6b2e;
  --semanticColorBackgroundStatesWarningDisabled: #663d00;
  --semanticColorBackgroundStatesWarningHover: #cc7a00;
  --semanticColorBorderAccent: #6bc982;
  --semanticColorBorderAccentMain: #e6e6e6;
  --semanticColorBorderBold: #e6e6e6;
  --semanticColorBorderDanger: #f44336;
  --semanticColorBorderInverse: #121212;
  --semanticColorBorderLight: #333333;
  --semanticColorBorderLightest: #262626;
  --semanticColorBorderMedium: #646464;
  --semanticColorBorderOverlay: rgba(255, 255, 255, 0.1500);
  --semanticColorBorderWarning: #ff9800;
  --semanticColorBorderStatesAccentDisabled: #11471e;
  --semanticColorBorderStatesAccentFocus: #6bc982;
  --semanticColorBorderStatesAccentHover: #40ba5e;
  --semanticColorBorderStatesAccentMainDisabled: #4c4c4c;
  --semanticColorBorderStatesAccentMainFocus: #fcfcfc;
  --semanticColorBorderStatesAccentMainHover: #fcfcfc;
  --semanticColorBorderStatesBoldDisabled: #646464;
  --semanticColorBorderStatesBoldHover: #bfbfbf;
  --semanticColorBorderStatesDangerDisabled: #621b16;
  --semanticColorBorderStatesDangerFocus: #f44336;
  --semanticColorBorderStatesDangerHover: #c3362b;
  --semanticColorBorderStatesLightDisabled: #333333;
  --semanticColorBorderStatesLightHover: #4c4c4c;
  --semanticColorBorderStatesLightestHover: #9e9e9e;
  --semanticColorBorderStatesMediumDisabled: #646464;
  --semanticColorBorderStatesMediumHover: #bfbfbf;
  --semanticColorBorderStatesWarningDisabled: #663d00;
  --semanticColorBorderStatesWarningHover: #cc7a00;
  --semanticColorContentAccent: #6bc982;
  --semanticColorContentAccentMain: #e6e6e6;
  --semanticColorContentAccentVivid: #8df4bc;
  --semanticColorContentAccentVividBold: #22e059;
  --semanticColorContentAware: #ffca0d;
  --semanticColorContentBold: #e6e6e6;
  --semanticColorContentDanger: #f44336;
  --semanticColorContentInfo: #3979cc;
  --semanticColorContentInverse: #ffffff;
  --semanticColorContentLight: #757575;
  --semanticColorContentLightest: #121212;
  --semanticColorContentMedium: #9e9e9e;
  --semanticColorContentSuccess: #6bc982;
  --semanticColorContentWarning: #ff9800;
  --semanticColorContentStatesAccentDisabled: #11471e;
  --semanticColorContentStatesAccentHover: #40ba5e;
  --semanticColorContentStatesAccentMainDisabled: #4c4c4c;
  --semanticColorContentStatesAccentMainHover: #fcfcfc;
  --semanticColorContentStatesBoldDisabled: #646464;
  --semanticColorContentStatesBoldHover: #bfbfbf;
  --semanticColorContentStatesDangerDisabled: #621b16;
  --semanticColorContentStatesDangerHover: #c3362b;
  --semanticColorContentStatesInfoDisabled: #173052;
  --semanticColorContentStatesInfoHover: #2e61a3;
  --semanticColorContentStatesInverseDisabled: #bfbfbf;
  --semanticColorContentStatesInverseHover: #f2f2f2;
  --semanticColorContentStatesLightDisabled: #4c4c4c;
  --semanticColorContentStatesLightHover: #bfbfbf;
  --semanticColorContentStatesLightestDisabled: #262626;
  --semanticColorContentStatesLightestHover: #262626;
  --semanticColorContentStatesMediumDisabled: #4c4c4c;
  --semanticColorContentStatesMediumHover: #bfbfbf;
  --semanticColorContentStatesWarningDisabled: #663d00;
  --semanticColorContentStatesWarningHover: #cc7a00;
  --semanticColorDataVizNeutralLight: #2f3336;
  --semanticColorDataVizNeutralLightHover: #4a5055;
  --semanticColorDataVizNeutralLightest: #26292c;
  --semanticColorDataVizNeutralMedium: #87909a;
  --semanticColorDataVizPrimaryBold: #87c5e1;
  --semanticColorDataVizPrimaryLight: #1b525d;
  --semanticColorDataVizPrimaryMedium: #3687ac;
  --semanticColorDataVizQuaternaryMedium: #2a825e;
  --semanticColorDataVizQuinaryMedium: #c99f26;
  --semanticColorDataVizSecondaryMedium: #b8701d;
  --semanticColorDataVizSextenaryMedium: #6c593b;
  --semanticColorDataVizTertiaryMedium: #a44343;
  --semanticColorServicesApple: #000000;
  --semanticColorServicesBluesky: #1185fe;
  --semanticColorServicesBlueskyLight: #124070;
  --semanticColorServicesEnterpriseSso: #6d747d;
  --semanticColorServicesFeedly: #2bb24c;
  --semanticColorServicesGoogle: #4285f4;
  --semanticColorServicesReddit: #ff4500;
  --semanticColorServicesRedditLight: #661c00;
  --semanticColorServicesTwitter: #1da1f2;
  --semanticColorServicesTwitterLight: #0c4061;
  --semanticColorServicesStatesAppleHover: #333333;
  --semanticColorServicesStatesEnterpriseSsoHover: #373a3f;
  --semanticColorServicesStatesFeedlyHover: #228e3d;
  --semanticColorServicesStatesGoogleHover: #356ac3;
  --semanticColorServicesStatesRedditDisabled: #661c00;
  --semanticColorServicesStatesTwitterDisabled: #0c4061;
}
@media (min-width: 1024px) {
  :root {
  --semanticSpacingNegative0: 0;
  --semanticSpacingNegative100: -0.125rem;
  --semanticSpacingNegative200: -0.25rem;
  --semanticSpacingNegative300: -0.5rem;
  --semanticSpacingNegative400: -0.75rem;
  --semanticSpacingNegative500: -1rem;
  --semanticSpacingNegative600: -1.5rem;
  --semanticSpacingNegative700: -2rem;
  --semanticSpacingPositive0: 0;
  --semanticSpacingPositive100: 0.125rem;
  --semanticSpacingPositive200: 0.25rem;
  --semanticSpacingPositive300: 0.5rem;
  --semanticSpacingPositive400: 0.75rem;
  --semanticSpacingPositive500: 1rem;
  --semanticSpacingPositive600: 1.5rem;
  --semanticSpacingPositive700: 2rem;
  --semanticSpacingPositive750: 2.5rem;
  --semanticSpacingPositive800: 3rem;
  --semanticSpacingPositive825: 3.25rem;
  --semanticSpacingPositive900: 4rem;
  --semanticSpacingPositive1000: 5rem;
  --semanticSpacingPositive1100: 6rem;
  }
}

@media (max-width: 1023px) {
  :root {
  --semanticSpacingNegative0: 0;
  --semanticSpacingNegative100: -0.125rem;
  --semanticSpacingNegative200: -0.25rem;
  --semanticSpacingNegative300: -0.5rem;
  --semanticSpacingNegative400: -0.75rem;
  --semanticSpacingNegative500: -1rem;
  --semanticSpacingNegative600: -1rem;
  --semanticSpacingNegative700: -1rem;
  --semanticSpacingPositive0: 0;
  --semanticSpacingPositive100: 0.125rem;
  --semanticSpacingPositive200: 0.25rem;
  --semanticSpacingPositive300: 0.5rem;
  --semanticSpacingPositive400: 0.75rem;
  --semanticSpacingPositive500: 1rem;
  --semanticSpacingPositive600: 1rem;
  --semanticSpacingPositive700: 1rem;
  --semanticSpacingPositive750: 1.5rem;
  --semanticSpacingPositive800: 2rem;
  --semanticSpacingPositive825: 2rem;
  --semanticSpacingPositive900: 3rem;
  --semanticSpacingPositive1000: 3rem;
  --semanticSpacingPositive1100: 4rem;
  }
}

@media (max-width: 425px) {
  :root {
  --semanticSpacingNegative0: 0;
  --semanticSpacingNegative100: -0.125rem;
  --semanticSpacingNegative200: -0.25rem;
  --semanticSpacingNegative300: -0.5rem;
  --semanticSpacingNegative400: -0.75rem;
  --semanticSpacingNegative500: -1rem;
  --semanticSpacingNegative600: -1rem;
  --semanticSpacingNegative700: -1rem;
  --semanticSpacingPositive0: 0;
  --semanticSpacingPositive100: 0.125rem;
  --semanticSpacingPositive200: 0.25rem;
  --semanticSpacingPositive300: 0.5rem;
  --semanticSpacingPositive400: 0.75rem;
  --semanticSpacingPositive500: 1rem;
  --semanticSpacingPositive600: 1rem;
  --semanticSpacingPositive700: 1rem;
  --semanticSpacingPositive750: 1.5rem;
  --semanticSpacingPositive800: 1.5rem;
  --semanticSpacingPositive825: 1.5rem;
  --semanticSpacingPositive900: 2.5rem;
  --semanticSpacingPositive1000: 2.5rem;
  --semanticSpacingPositive1100: 3rem;
  }
}
/* stylelint-disable */
.icon__B4xp9 {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  flex-shrink: 0;
}

.color--primary__9-kOM {
  color: var(--feedly-icon-color-primary, var(--semanticColorContentBold));
}
.color--primary--hover__LEBSy {
  color: var(--feedly-icon-color-primary-hover, var(--semanticColorContentStatesBoldHover));
}
.color--primary--disabled__5Vaul {
  color: var(--feedly-icon-color-primary-disabled, var(--semanticColorContentStatesBoldDisabled));
}
.color--secondary__WX5GF {
  color: var(--feedly-icon-color-secondary, var(--semanticColorContentMedium));
}
.color--secondary--hover__8WaMu {
  color: var(--feedly-icon-color-secondary-hover, var(--semanticColorContentStatesMediumHover));
}
.color--secondary--disabled__QqmGK {
  color: var(--feedly-icon-color-secondary-disabled, var(--semanticColorContentStatesMediumDisabled));
}
.color--tertiary__JGhS2 {
  color: var(--feedly-icon-color-tertiary, var(--semanticColorContentLight));
}
.color--tertiary--hover__CA43- {
  color: var(--feedly-icon-color-tertiary-hover, var(--semanticColorContentStatesLightHover));
}
.color--tertiary--disabled__hgGu- {
  color: var(--feedly-icon-color-tertiary-disabled, var(--semanticColorContentStatesLightDisabled));
}
.color--accent__SjAY9 {
  color: var(--feedly-icon-color-accent, var(--semanticColorContentAccent));
}
.color--accent--hover__Zy1YX {
  color: var(--feedly-icon-color-accent-hover, var(--semanticColorContentStatesAccentHover));
}
.color--accent--disabled__5M9zx {
  color: var(--feedly-icon-color-accent-disabled, var(--semanticColorContentStatesAccentDisabled));
}
.color--accent-main__aT2X8 {
  color: var(--semanticColorContentAccentMain);
}
.color--accent-main--hover__eRfHa {
  color: var(--semanticColorContentStatesAccentMainHover);
}
.color--accent-main--disabled__Ksj-f {
  color: var(--semanticColorContentStatesAccentMainDisabled);
}
.color--danger__TLOJ9 {
  color: var(--semanticColorContentDanger);
}
.color--danger--hover__l6vHI {
  color: var(--semanticColorContentStatesDangerHover);
}
.color--danger--disabled__hnK-N {
  color: var(--semanticColorContentStatesDangerDisabled);
}
.color--notification__-f4ta {
  color: var(--semanticColorContentInfo);
}
.color--notification--hover__ZiZR7 {
  color: var(--semanticColorContentStatesInfoHover);
}
.color--notification--disabled__VIXqh {
  color: var(--semanticColorContentStatesInfoDisabled);
}
.color--warning__A0Alg {
  color: var(--semanticColorContentWarning);
}
.color--warning--hover__OpeMH {
  color: var(--semanticColorContentStatesWarningHover);
}
.color--warning--disabled__-fNqz {
  color: var(--semanticColorContentStatesWarningDisabled);
}
.color--white__aJfzI {
  color: var(--semanticColorContentInverse);
}
.color--white--hover__vM9YL {
  color: var(--semanticColorContentStatesInverseHover);
}
.color--white--disabled__NWp5- {
  color: var(--semanticColorContentStatesInverseDisabled);
}
.color--lightest__58Z5h {
  color: var(--semanticColorContentLightest);
}
.color--lightest--hover__u-17- {
  color: var(--semanticColorContentStatesLightestHover);
}
.color--lightest--disabled__-M6kE {
  color: var(--semanticColorContentStatesLightestDisabled);
}
.color--bluesky__KLf2Q {
  color: var(--semanticColorServicesBluesky);
}
.color--reddit__dxusV {
  color: var(--semanticColorServicesReddit);
}
.color--reddit--disabled__l-pRp {
  color: var(--semanticColorServicesStatesRedditDisabled);
}
.color--twitter__3cO5m {
  color: var(--semanticColorServicesTwitter);
}
.color--twitter--disabled__YUVxs {
  color: var(--semanticColorServicesStatesTwitterDisabled);
}
.color--data-viz-primary__b8NY6 {
  color: var(--semanticColorDataVizPrimaryMedium);
}
.color--data-viz-primary-light__uY92- {
  color: var(--semanticColorDataVizPrimaryLight);
}
.color--data-viz-primary-bold__I4PTN {
  color: var(--semanticColorDataVizPrimaryBold);
}
.color--data-viz-neutral-light__UKu4k {
  color: var(--semanticColorDataVizNeutralLight);
}
.color--data-viz-secondary__3nPq1 {
  color: var(--semanticColorDataVizSecondaryMedium);
}
.color--data-viz-tertiary__SU97J {
  color: var(--semanticColorDataVizTertiaryMedium);
}
.color--data-viz-quaternary__X7i4o {
  color: var(--semanticColorDataVizQuaternaryMedium);
}
.color--data-viz-quinary__iWDtM {
  color: var(--semanticColorDataVizQuinaryMedium);
}
.color--data-viz-sextenary__wa43C {
  color: var(--semanticColorDataVizSextenaryMedium);
}

.icon-clickable__Lyw27 {
  cursor: pointer;
}
.icon-clickable__Lyw27:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
:root,
.theme--light {
  --feedly-box-shadow-lightest: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  --feedly-box-shadow-light: 0px 2px 8px rgba(0, 0, 0, 0.08),
    0px 1px 2px rgba(0, 0, 0, 0.38);
  --feedly-box-shadow-light-caret: 2px 2px 8px rgba(0, 0, 0, 0.08),
    0px 1px 2px rgba(0, 0, 0, 0.38);
  --feedly-box-shadow-medium: 0px 2px 15px rgba(0, 0, 0, 0.15),
    0px 2px 8px rgba(0, 0, 0, 0.08);
  --feedly-box-shadow-bold: 0 6px 24px 0 rgba(0, 0, 0, 0.08),
    0 6px 45px 0 rgba(0, 0, 0, 0.15);
  --feedly-marketing-box-shadow-medium:
    0 10px 20px rgba(0, 0, 0, 0.15),
    0 20px 40px rgba(0, 0, 0, 0.08);
}
.theme--night {
  --feedly-box-shadow-lightest: 0px 2px 4px rgba(0, 0, 0, 0.15);
  --feedly-box-shadow-light: 0px 2px 8px rgba(0, 0, 0, 0.15),
    0px 0px 2px rgba(0, 0, 0, 0.38);
  --feedly-box-shadow-light-caret: 2px 2px 8px rgba(0, 0, 0, 0.15),
    0px 0px 2px rgba(0, 0, 0, 0.38);
  --feedly-box-shadow-medium: 0px 1px 15px rgba(0, 0, 0, 0.15);
  --feedly-box-shadow-bold: 0 2px 4px 0 rgba(0, 0, 0, 0.8),
    0 4px 15px 0 rgba(0, 0, 0, 0.8), 0 8px 25px 0 rgba(0, 0, 0, 0.54);
  --feedly-icon-color-primary: #cfcfcf;
  --feedly-icon-color-primary-hover: #cfcfcf;
  --feedly-icon-color-primary-disabled: #6b6b6b;
  --feedly-icon-color-secondary: #929292;
  --feedly-icon-color-secondary-hover: #ffffff;
  --feedly-icon-color-secondary-disabled: #6b6b6b;
  --feedly-icon-color-tertiary: #6b6b6b;
  --feedly-icon-color-tertiary-hover: #ffffff;
  --feedly-icon-color-tertiary-disabled: #6b6b6b;
  --feedly-icon-color-accent: #6aab66;
  --feedly-icon-color-accent-hover: #6aab66;
  --feedly-icon-color-accent-disabled: #344c32;
}

.m-x-auto{margin-right:auto !important;margin-left:auto !important}.m-a-0{margin:0 0 !important}.m-t-0{margin-top:0 !important}.m-r-0{margin-right:0 !important}.m-b-0{margin-bottom:0 !important}.m-l-0{margin-left:0 !important}.m-x-0{margin-right:0 !important;margin-left:0 !important}.m-y-0{margin-top:0 !important;margin-bottom:0 !important}.m-a-t{margin:.4995rem .1665rem !important}.m-t-t{margin-top:.4995rem !important}.m-r-t{margin-right:.1665rem !important}.m-b-t{margin-bottom:.4995rem !important}.m-l-t{margin-left:.1665rem !important}.m-x-t{margin-right:.1665rem !important;margin-left:.1665rem !important}.m-y-t{margin-top:.4995rem !important;margin-bottom:.4995rem !important}.m-a-h{margin:.75rem .25rem !important}.m-t-h{margin-top:.75rem !important}.m-r-h{margin-right:.25rem !important}.m-b-h{margin-bottom:.75rem !important}.m-l-h{margin-left:.25rem !important}.m-x-h{margin-right:.25rem !important;margin-left:.25rem !important}.m-y-h{margin-top:.75rem !important;margin-bottom:.75rem !important}.m-a-1{margin:1.5rem .5rem !important}.m-t-1{margin-top:1.5rem !important}.m-r-1{margin-right:.5rem !important}.m-b-1{margin-bottom:1.5rem !important}.m-l-1{margin-left:.5rem !important}.m-x-1{margin-right:.5rem !important;margin-left:.5rem !important}.m-y-1{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.m-a-2{margin:3rem 1rem !important}.m-t-2{margin-top:3rem !important}.m-r-2{margin-right:1rem !important}.m-b-2{margin-bottom:3rem !important}.m-l-2{margin-left:1rem !important}.m-x-2{margin-right:1rem !important;margin-left:1rem !important}.m-y-2{margin-top:3rem !important;margin-bottom:3rem !important}.m-a-3{margin:4.5rem 1.5rem !important}.m-t-3{margin-top:4.5rem !important}.m-r-3{margin-right:1.5rem !important}.m-b-3{margin-bottom:4.5rem !important}.m-l-3{margin-left:1.5rem !important}.m-x-3{margin-right:1.5rem !important;margin-left:1.5rem !important}.m-y-3{margin-top:4.5rem !important;margin-bottom:4.5rem !important}.p-a-0{padding:0 0 !important}.p-t-0{padding-top:0 !important}.p-r-0{padding-right:0 !important}.p-b-0{padding-bottom:0 !important}.p-l-0{padding-left:0 !important}.p-x-0{padding-right:0 !important;padding-left:0 !important}.p-y-0{padding-top:0 !important;padding-bottom:0 !important}.p-a-t{padding:.4995rem .1665rem !important}.p-t-t{padding-top:.4995rem !important}.p-r-t{padding-right:.1665rem !important}.p-b-t{padding-bottom:.4995rem !important}.p-l-t{padding-left:.1665rem !important}.p-x-t{padding-right:.1665rem !important;padding-left:.1665rem !important}.p-y-t{padding-top:.4995rem !important;padding-bottom:.4995rem !important}.p-a-h{padding:.75rem .25rem !important}.p-t-h{padding-top:.75rem !important}.p-r-h{padding-right:.25rem !important}.p-b-h{padding-bottom:.75rem !important}.p-l-h{padding-left:.25rem !important}.p-x-h{padding-right:.25rem !important;padding-left:.25rem !important}.p-y-h{padding-top:.75rem !important;padding-bottom:.75rem !important}.p-a-1{padding:1.5rem .5rem !important}.p-t-1{padding-top:1.5rem !important}.p-r-1{padding-right:.5rem !important}.p-b-1{padding-bottom:1.5rem !important}.p-l-1{padding-left:.5rem !important}.p-x-1{padding-right:.5rem !important;padding-left:.5rem !important}.p-y-1{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.p-a-2{padding:3rem 1rem !important}.p-t-2{padding-top:3rem !important}.p-r-2{padding-right:1rem !important}.p-b-2{padding-bottom:3rem !important}.p-l-2{padding-left:1rem !important}.p-x-2{padding-right:1rem !important;padding-left:1rem !important}.p-y-2{padding-top:3rem !important;padding-bottom:3rem !important}.p-a-3{padding:4.5rem 1.5rem !important}.p-t-3{padding-top:4.5rem !important}.p-r-3{padding-right:1.5rem !important}.p-b-3{padding-bottom:4.5rem !important}.p-l-3{padding-left:1.5rem !important}.p-x-3{padding-right:1.5rem !important;padding-left:1.5rem !important}.p-y-3{padding-top:4.5rem !important;padding-bottom:4.5rem !important}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */@keyframes shake{from,to{transform:translate3d(0, 0, 0)}20%,60%{transform:translate3d(-30px, 0, 0)}40%,80%{transform:translate3d(30px, 0, 0)}}.shake{animation-name:shake}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:800ms}.animated.faster{animation-duration:500ms}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media(prefers-reduced-motion){.animated{animation:unset !important;transition:none !important}}.icon-fx-plus-ios-sm-accent{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYzLjEgKDkyNDUyKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5wbHVzLWlvcy1zbS5jb2xvcnMtYmxhY2std2hpdGUtYWNjZW50LWRhcms8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0icGx1cy1pb3Mtc20uY29sb3JzLWJsYWNrLXdoaXRlLWFjY2VudC1kYXJrIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0icGx1cy1zbS1hLWxpbmsiIG9wYWNpdHk9IjAiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9InBsdXMtc20tYSIgeD0iMCIgeT0iMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48L3JlY3Q+CiAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPHBhdGggZD0iTTkuNTA1Mjc0NjQsMy4wNjczMjU1NSBDOS41MDUyNzQ2NCwyLjQwMDY1ODg4IDEwLjUwNTI3NDYsMi40MDA2NTg4OCAxMC41MDUyNzQ2LDMuMDY3MzI1NTUgTDEwLjUwNTI3NDYsMTAuMDIwOTkzMSBDMTAuNTA1Mjc0NiwxMC4yOTcxMzU1IDEwLjI4MTQxNywxMC41MjA5OTMxIDEwLjAwNTI3NDYsMTAuNTIwOTkzMSBMMy4wODM0NjU5NSwxMC41MjA5OTMxIEMyLjQxNjc5OTI5LDEwLjUyMDk5MzEgMi40MTY3OTkyOSw5LjUyMDk5MzA4IDMuMDgzNDY1OTUsOS41MjA5OTMwOCBMOS41MDUyNzQ2NCw5LjUyMDk5MzA4IEw5LjUwNTI3NDY0LDMuMDY3MzI1NTUgWiBNMTAuNTA1Mjc0NiwxNi45NDk5NzUzIEMxMC41MDUyNzQ2LDE3LjYxNjY0MiA5LjUwNTI3NDY0LDE3LjYxNjY0MiA5LjUwNTI3NDY0LDE2Ljk0OTk3NTMgTDkuNTA1Mjc0NjQsMTAuMDIwOTkzMSBDOS41MDUyNzQ2NCw5Ljc0NDg1MDcgOS43MjkxMzIyNyw5LjUyMDk5MzA4IDEwLjAwNTI3NDYsOS41MjA5OTMwOCBMMTYuOTMxOTM2LDkuNTIwOTkzMDggQzE3LjU5ODYwMjcsOS41MjA5OTMwOCAxNy41OTg2MDI3LDEwLjUyMDk5MzEgMTYuOTMxOTM2LDEwLjUyMDk5MzEgTDEwLjUwNTI3NDYsMTAuNTIwOTkzMSBMMTAuNTA1Mjc0NiwxNi45NDk5NzUzIFoiIGlkPSJTaGFwZSIgZmlsbD0iIzJCQjI0QyI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);background-repeat:no-repeat}.icon-fx-minus-ios-sm-accent{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYzLjEgKDkyNDUyKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5taW51cy1pb3Mtc20uY29sb3JzLWJsYWNrLXdoaXRlLWRhcmstYWNjZW50PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9Im1pbnVzLWlvcy1zbS5jb2xvcnMtYmxhY2std2hpdGUtZGFyay1hY2NlbnQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJwbHVzLWlvcy1zbS5jb2xvcnMtYmxhY2std2hpdGUtYWNjZW50LWRhcmsiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJwbHVzLXNtLWEtbGluayIgb3BhY2l0eT0iMCIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0icGx1cy1zbS1hIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8cGF0aCBkPSJNMTAsOS41MjA5OTMwOCBMMTAuMDA1Mjc0NiwxMC41MjA5OTMxIEwzLjA4MzQ2NTk2LDEwLjUyMDk5MzEgQzIuNDE2Nzk5MywxMC41MjA5OTMxIDIuNDE2Nzk5Myw5LjUyMDk5MzA4IDMuMDgzNDY1OTYsOS41MjA5OTMwOCBMMTAsOS41MjA5OTMwOCBaIE0xMCw5LjUyMDk5MzA4IEwxNi45MzE5MzYsOS41MjA5OTMwOCBDMTcuNTk4NjAyNyw5LjUyMDk5MzA4IDE3LjU5ODYwMjcsMTAuNTIwOTkzMSAxNi45MzE5MzYsMTAuNTIwOTkzMSBMMTAsMTAuNTIwOTkzMSBMMTAsOS41MjA5OTMwOCBaIiBpZD0iU2hhcGUiIGZpbGw9IiMyQkIyNEMiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat}*,*::after,*::before{box-sizing:border-box}::selection:not(.TipTapEditor){background-color:#d1dcfa}.theme--dark ::selection:not(.TipTapEditor){background-color:#2c3859}.theme--night ::selection:not(.TipTapEditor){background-color:#2c3859}.theme--light ::selection:not(.TipTapEditor){background-color:#d1dcfa}html{-ms-content-zooming:none;touch-action:manipulation}.home{-ms-overflow-style:-ms-autohiding-scrollbar;background-color:#fff;color:#333}@media(prefers-color-scheme: dark){.home:not(.theme--light){background-color:#121212;color:#e6e6e6;scrollbar-color:#2a2a2a #181818}}.home.theme--dark{background-color:#121212;color:#e6e6e6;scrollbar-color:#2a2a2a #181818}.fx .color-danger{color:#f44336}#root{isolation:isolate}.fx .kicker__picture{display:inline-block;vertical-align:middle}.fx .bordered-box{border:1px solid rgba(0,0,0,.15);border-radius:.25rem;padding:1rem .5rem}.theme--dark .fx .bordered-box{border-color:#2a2a2a}.fx .separated.right{margin-right:1rem}.fx .separated.left{margin-left:1rem}.fx header{margin-bottom:3rem}.fx header.padded{padding-bottom:4rem;padding-top:4rem}.fx section.padded{padding-bottom:4rem;padding-top:4rem}.fx .list-separator{color:#9e9e9e;font-size:.625rem;line-height:14px;padding-bottom:6px;padding-left:10px;padding-top:12px;text-transform:uppercase}.theme--dark .fx .list-separator{color:#757575}.fx .is-centered-block{display:block;margin-left:auto;margin-right:auto}.fx .is-centered-text{text-align:center}.fx .truncated-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#box{overflow:hidden}@page{size:auto;margin:1.5rem 0}#feedlyFrame{height:100%;overflow:auto;scroll-padding-top:56px}#feedlyFrame .feedlyFrame--has-top-header{scroll-padding-top:0}#feedlyFrame .feedlyFrame--prevent-scroll{overflow:hidden}@media print{#feedlyFrame{margin-left:0 !important;padding:0}}#feedlyChrome__preview-wrapper{background-color:#fff;border-left:1px solid rgba(0,0,0,.05);bottom:0;display:none;min-width:907px;position:fixed;right:0;top:0;width:907px}.theme--dark #feedlyChrome__preview-wrapper{border-left-color:#2a2a2a;background-color:#121212}.feedlyChrome--preview-open #feedlyChrome__preview-wrapper{display:block}.feedlyChrome--preview-open #barsFX{margin-right:908px}.feedlyChrome--preview-open #feedlyFrame{margin-right:908px}.xlarge-only{display:none}.feedlyFrame--xlarge .xlarge-only{display:block}#barsFX{position:-webkit-sticky;position:sticky;top:0;z-index:497}@media print{#barsFX{display:none}}#headerBarFXStatic,#headerBarFX{position:absolute;left:0;right:0;top:0;z-index:501}#headerBarFX{animation:show-header-bar .15s ease-out}#headerBarFX:empty{animation:hide-header-bar .15s ease-out;height:56px;top:-56px}#feedlyFrame{background-color:#fff;position:relative}.theme--dark #feedlyFrame{background-color:#121212}#feedlyFrame.feedlyFrame--mark-read-on-scroll::after{content:"";display:block;height:100vh}.feedlyChromeFrameResizing#feedlyFrame,.feedlyChromeFrameResizing#barsFX{transition:none}.floatingEntryContent *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.floatingEntryContent{bottom:0;max-width:100%;position:fixed;right:0;top:0;z-index:506;display:flex;flex-direction:column}#feedlyContainer{display:flex;flex-direction:column;height:100vh}@media print{#feedlyContainer{height:auto}}@keyframes show-header-bar{from{top:-56px}to{top:0}}@keyframes hide-header-bar{from{top:0}to{top:-56px}}@keyframes common-fade-in{from{opacity:0}to{opacity:1}}@keyframes common-show-up{from{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}.screenreader-only{overflow:hidden;left:-10000px;height:1px;position:absolute;top:auto;width:1px}.fx .FeedLevelTrainLeoPage__sub{color:#9e9e9e;font-size:.875rem;line-height:1.25rem;margin:.5rem 1rem}.theme--dark .fx .FeedLevelTrainLeoPage__sub{color:#757575}.fx.fx .MuteFilterFormPage__input{font-size:1rem}.fx.fx .MuteFilterFormPage__parts-container{display:flex;padding-left:1rem;padding-right:1rem}.fx.fx .MuteFilterFormPage__chip{display:inline-flex;flex:1}.fx.fx .MuteFilterFormPage__salience-button{margin:auto}.fx.fx .MuteFilterFormPage__preview{margin-bottom:1rem}.fx.mobile .MuteFilterFormPage__input{margin-top:.5rem;margin-right:1rem;margin-left:1rem}.fx.mobile .theme--night .MuteFilterFormPage__input{color:hsla(0,0%,100%,.65);background-color:#111}.fx .display--tablet .MuteFilterFormPage__input{margin-right:0;margin-left:0}.fx .display--tablet .MuteFilterFormPage__parts-container{display:flex;padding:0}.fx .container{margin-left:auto;margin-right:auto;padding-left:44px;padding-right:44px}.fx .container::after{content:"";display:table;clear:both}@media(min-width: 544px){.fx .container{max-width:616px}}@media(min-width: 768px){.fx .container{max-width:760px}}@media(min-width: 988px){.fx .container{max-width:928px}}.fx .container-wide{max-width:88%;margin-left:auto;margin-right:auto;padding-left:44px;padding-right:44px}.fx .container-wide::after{content:"";display:table;clear:both}.fx .container630{max-width:654px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.fx .container630::after{content:"";display:table;clear:both}.fx .container280{max-width:304px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.fx .container280::after{content:"";display:table;clear:both}.fx .container360{max-width:384px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.fx .container360::after{content:"";display:table;clear:both}.fx .container-flex{display:flex;flex-direction:row}.fx .container-flex>:not(.col-no-flex){flex:1}.fx .container-flex .col-no-flex{flex:none}.fx .container-fluid{margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.fx .container-fluid::after{content:"";display:table;clear:both}.fx .row{margin-left:-12px;margin-right:-12px}.fx .row::after{content:"";display:table;clear:both}.fx .col-xl-12,.fx .col-xl-11,.fx .col-xl-10,.fx .col-xl-9,.fx .col-xl-8,.fx .col-xl-7,.fx .col-xl-6,.fx .col-xl-5,.fx .col-xl-4,.fx .col-xl-3,.fx .col-xl-2,.fx .col-xl-1,.fx .col-lg-12,.fx .col-lg-11,.fx .col-lg-10,.fx .col-lg-9,.fx .col-lg-8,.fx .col-lg-7,.fx .col-lg-6,.fx .col-lg-5,.fx .col-lg-4,.fx .col-lg-3,.fx .col-lg-2,.fx .col-lg-1,.fx .col-md-12,.fx .col-md-11,.fx .col-md-10,.fx .col-md-9,.fx .col-md-8,.fx .col-md-7,.fx .col-md-6,.fx .col-md-5,.fx .col-md-4,.fx .col-md-3,.fx .col-md-2,.fx .col-md-1,.fx .col-sm-12,.fx .col-sm-11,.fx .col-sm-10,.fx .col-sm-9,.fx .col-sm-8,.fx .col-sm-7,.fx .col-sm-6,.fx .col-sm-5,.fx .col-sm-4,.fx .col-sm-3,.fx .col-sm-2,.fx .col-sm-1,.fx .col-xs-12,.fx .col-xs-11,.fx .col-xs-10,.fx .col-xs-9,.fx .col-xs-8,.fx .col-xs-7,.fx .col-xs-6,.fx .col-xs-5,.fx .col-xs-4,.fx .col-xs-3,.fx .col-xs-2,.fx .col-xs-1{position:relative;min-height:1px;padding-left:12px;padding-right:12px}.fx .col-xs-12,.fx .col-xs-11,.fx .col-xs-10,.fx .col-xs-9,.fx .col-xs-8,.fx .col-xs-7,.fx .col-xs-6,.fx .col-xs-5,.fx .col-xs-4,.fx .col-xs-3,.fx .col-xs-2,.fx .col-xs-1{float:left}.fx .col-xs-1{width:8.3333333333%}.fx .col-xs-2{width:16.6666666667%}.fx .col-xs-3{width:25%}.fx .col-xs-4{width:33.3333333333%}.fx .col-xs-5{width:41.6666666667%}.fx .col-xs-6{width:50%}.fx .col-xs-7{width:58.3333333333%}.fx .col-xs-8{width:66.6666666667%}.fx .col-xs-9{width:75%}.fx .col-xs-10{width:83.3333333333%}.fx .col-xs-11{width:91.6666666667%}.fx .col-xs-12{width:100%}.fx .col-xs-pull-0{right:auto}.fx .col-xs-pull-1{right:8.3333333333%}.fx .col-xs-pull-2{right:16.6666666667%}.fx .col-xs-pull-3{right:25%}.fx .col-xs-pull-4{right:33.3333333333%}.fx .col-xs-pull-5{right:41.6666666667%}.fx .col-xs-pull-6{right:50%}.fx .col-xs-pull-7{right:58.3333333333%}.fx .col-xs-pull-8{right:66.6666666667%}.fx .col-xs-pull-9{right:75%}.fx .col-xs-pull-10{right:83.3333333333%}.fx .col-xs-pull-11{right:91.6666666667%}.fx .col-xs-pull-12{right:100%}.fx .col-xs-push-0{left:auto}.fx .col-xs-push-1{left:8.3333333333%}.fx .col-xs-push-2{left:16.6666666667%}.fx .col-xs-push-3{left:25%}.fx .col-xs-push-4{left:33.3333333333%}.fx .col-xs-push-5{left:41.6666666667%}.fx .col-xs-push-6{left:50%}.fx .col-xs-push-7{left:58.3333333333%}.fx .col-xs-push-8{left:66.6666666667%}.fx .col-xs-push-9{left:75%}.fx .col-xs-push-10{left:83.3333333333%}.fx .col-xs-push-11{left:91.6666666667%}.fx .col-xs-push-12{left:100%}.fx .col-xs-offset-0{margin-left:0%}.fx .col-xs-offset-1{margin-left:8.3333333333%}.fx .col-xs-offset-2{margin-left:16.6666666667%}.fx .col-xs-offset-3{margin-left:25%}.fx .col-xs-offset-4{margin-left:33.3333333333%}.fx .col-xs-offset-5{margin-left:41.6666666667%}.fx .col-xs-offset-6{margin-left:50%}.fx .col-xs-offset-7{margin-left:58.3333333333%}.fx .col-xs-offset-8{margin-left:66.6666666667%}.fx .col-xs-offset-9{margin-left:75%}.fx .col-xs-offset-10{margin-left:83.3333333333%}.fx .col-xs-offset-11{margin-left:91.6666666667%}.fx .col-xs-offset-12{margin-left:100%}@media(min-width: 544px){.fx .col-sm-12,.fx .col-sm-11,.fx .col-sm-10,.fx .col-sm-9,.fx .col-sm-8,.fx .col-sm-7,.fx .col-sm-6,.fx .col-sm-5,.fx .col-sm-4,.fx .col-sm-3,.fx .col-sm-2,.fx .col-sm-1{float:left}.fx .col-sm-1{width:8.3333333333%}.fx .col-sm-2{width:16.6666666667%}.fx .col-sm-3{width:25%}.fx .col-sm-4{width:33.3333333333%}.fx .col-sm-5{width:41.6666666667%}.fx .col-sm-6{width:50%}.fx .col-sm-7{width:58.3333333333%}.fx .col-sm-8{width:66.6666666667%}.fx .col-sm-9{width:75%}.fx .col-sm-10{width:83.3333333333%}.fx .col-sm-11{width:91.6666666667%}.fx .col-sm-12{width:100%}.fx .col-sm-pull-0{right:auto}.fx .col-sm-pull-1{right:8.3333333333%}.fx .col-sm-pull-2{right:16.6666666667%}.fx .col-sm-pull-3{right:25%}.fx .col-sm-pull-4{right:33.3333333333%}.fx .col-sm-pull-5{right:41.6666666667%}.fx .col-sm-pull-6{right:50%}.fx .col-sm-pull-7{right:58.3333333333%}.fx .col-sm-pull-8{right:66.6666666667%}.fx .col-sm-pull-9{right:75%}.fx .col-sm-pull-10{right:83.3333333333%}.fx .col-sm-pull-11{right:91.6666666667%}.fx .col-sm-pull-12{right:100%}.fx .col-sm-push-0{left:auto}.fx .col-sm-push-1{left:8.3333333333%}.fx .col-sm-push-2{left:16.6666666667%}.fx .col-sm-push-3{left:25%}.fx .col-sm-push-4{left:33.3333333333%}.fx .col-sm-push-5{left:41.6666666667%}.fx .col-sm-push-6{left:50%}.fx .col-sm-push-7{left:58.3333333333%}.fx .col-sm-push-8{left:66.6666666667%}.fx .col-sm-push-9{left:75%}.fx .col-sm-push-10{left:83.3333333333%}.fx .col-sm-push-11{left:91.6666666667%}.fx .col-sm-push-12{left:100%}.fx .col-sm-offset-0{margin-left:0%}.fx .col-sm-offset-1{margin-left:8.3333333333%}.fx .col-sm-offset-2{margin-left:16.6666666667%}.fx .col-sm-offset-3{margin-left:25%}.fx .col-sm-offset-4{margin-left:33.3333333333%}.fx .col-sm-offset-5{margin-left:41.6666666667%}.fx .col-sm-offset-6{margin-left:50%}.fx .col-sm-offset-7{margin-left:58.3333333333%}.fx .col-sm-offset-8{margin-left:66.6666666667%}.fx .col-sm-offset-9{margin-left:75%}.fx .col-sm-offset-10{margin-left:83.3333333333%}.fx .col-sm-offset-11{margin-left:91.6666666667%}.fx .col-sm-offset-12{margin-left:100%}}@media(min-width: 768px){.fx .col-md-12,.fx .col-md-11,.fx .col-md-10,.fx .col-md-9,.fx .col-md-8,.fx .col-md-7,.fx .col-md-6,.fx .col-md-5,.fx .col-md-4,.fx .col-md-3,.fx .col-md-2,.fx .col-md-1{float:left}.fx .col-md-1{width:8.3333333333%}.fx .col-md-2{width:16.6666666667%}.fx .col-md-3{width:25%}.fx .col-md-4{width:33.3333333333%}.fx .col-md-5{width:41.6666666667%}.fx .col-md-6{width:50%}.fx .col-md-7{width:58.3333333333%}.fx .col-md-8{width:66.6666666667%}.fx .col-md-9{width:75%}.fx .col-md-10{width:83.3333333333%}.fx .col-md-11{width:91.6666666667%}.fx .col-md-12{width:100%}.fx .col-md-pull-0{right:auto}.fx .col-md-pull-1{right:8.3333333333%}.fx .col-md-pull-2{right:16.6666666667%}.fx .col-md-pull-3{right:25%}.fx .col-md-pull-4{right:33.3333333333%}.fx .col-md-pull-5{right:41.6666666667%}.fx .col-md-pull-6{right:50%}.fx .col-md-pull-7{right:58.3333333333%}.fx .col-md-pull-8{right:66.6666666667%}.fx .col-md-pull-9{right:75%}.fx .col-md-pull-10{right:83.3333333333%}.fx .col-md-pull-11{right:91.6666666667%}.fx .col-md-pull-12{right:100%}.fx .col-md-push-0{left:auto}.fx .col-md-push-1{left:8.3333333333%}.fx .col-md-push-2{left:16.6666666667%}.fx .col-md-push-3{left:25%}.fx .col-md-push-4{left:33.3333333333%}.fx .col-md-push-5{left:41.6666666667%}.fx .col-md-push-6{left:50%}.fx .col-md-push-7{left:58.3333333333%}.fx .col-md-push-8{left:66.6666666667%}.fx .col-md-push-9{left:75%}.fx .col-md-push-10{left:83.3333333333%}.fx .col-md-push-11{left:91.6666666667%}.fx .col-md-push-12{left:100%}.fx .col-md-offset-0{margin-left:0%}.fx .col-md-offset-1{margin-left:8.3333333333%}.fx .col-md-offset-2{margin-left:16.6666666667%}.fx .col-md-offset-3{margin-left:25%}.fx .col-md-offset-4{margin-left:33.3333333333%}.fx .col-md-offset-5{margin-left:41.6666666667%}.fx .col-md-offset-6{margin-left:50%}.fx .col-md-offset-7{margin-left:58.3333333333%}.fx .col-md-offset-8{margin-left:66.6666666667%}.fx .col-md-offset-9{margin-left:75%}.fx .col-md-offset-10{margin-left:83.3333333333%}.fx .col-md-offset-11{margin-left:91.6666666667%}.fx .col-md-offset-12{margin-left:100%}}@media(min-width: 988px){.fx .col-lg-12,.fx .col-lg-11,.fx .col-lg-10,.fx .col-lg-9,.fx .col-lg-8,.fx .col-lg-7,.fx .col-lg-6,.fx .col-lg-5,.fx .col-lg-4,.fx .col-lg-3,.fx .col-lg-2,.fx .col-lg-1{float:left}.fx .col-lg-1{width:8.3333333333%}.fx .col-lg-2{width:16.6666666667%}.fx .col-lg-3{width:25%}.fx .col-lg-4{width:33.3333333333%}.fx .col-lg-5{width:41.6666666667%}.fx .col-lg-6{width:50%}.fx .col-lg-7{width:58.3333333333%}.fx .col-lg-8{width:66.6666666667%}.fx .col-lg-9{width:75%}.fx .col-lg-10{width:83.3333333333%}.fx .col-lg-11{width:91.6666666667%}.fx .col-lg-12{width:100%}.fx .col-lg-pull-0{right:auto}.fx .col-lg-pull-1{right:8.3333333333%}.fx .col-lg-pull-2{right:16.6666666667%}.fx .col-lg-pull-3{right:25%}.fx .col-lg-pull-4{right:33.3333333333%}.fx .col-lg-pull-5{right:41.6666666667%}.fx .col-lg-pull-6{right:50%}.fx .col-lg-pull-7{right:58.3333333333%}.fx .col-lg-pull-8{right:66.6666666667%}.fx .col-lg-pull-9{right:75%}.fx .col-lg-pull-10{right:83.3333333333%}.fx .col-lg-pull-11{right:91.6666666667%}.fx .col-lg-pull-12{right:100%}.fx .col-lg-push-0{left:auto}.fx .col-lg-push-1{left:8.3333333333%}.fx .col-lg-push-2{left:16.6666666667%}.fx .col-lg-push-3{left:25%}.fx .col-lg-push-4{left:33.3333333333%}.fx .col-lg-push-5{left:41.6666666667%}.fx .col-lg-push-6{left:50%}.fx .col-lg-push-7{left:58.3333333333%}.fx .col-lg-push-8{left:66.6666666667%}.fx .col-lg-push-9{left:75%}.fx .col-lg-push-10{left:83.3333333333%}.fx .col-lg-push-11{left:91.6666666667%}.fx .col-lg-push-12{left:100%}.fx .col-lg-offset-0{margin-left:0%}.fx .col-lg-offset-1{margin-left:8.3333333333%}.fx .col-lg-offset-2{margin-left:16.6666666667%}.fx .col-lg-offset-3{margin-left:25%}.fx .col-lg-offset-4{margin-left:33.3333333333%}.fx .col-lg-offset-5{margin-left:41.6666666667%}.fx .col-lg-offset-6{margin-left:50%}.fx .col-lg-offset-7{margin-left:58.3333333333%}.fx .col-lg-offset-8{margin-left:66.6666666667%}.fx .col-lg-offset-9{margin-left:75%}.fx .col-lg-offset-10{margin-left:83.3333333333%}.fx .col-lg-offset-11{margin-left:91.6666666667%}.fx .col-lg-offset-12{margin-left:100%}}@media(min-width: 1200px){.fx .col-xl-12,.fx .col-xl-11,.fx .col-xl-10,.fx .col-xl-9,.fx .col-xl-8,.fx .col-xl-7,.fx .col-xl-6,.fx .col-xl-5,.fx .col-xl-4,.fx .col-xl-3,.fx .col-xl-2,.fx .col-xl-1{float:left}.fx .col-xl-1{width:8.3333333333%}.fx .col-xl-2{width:16.6666666667%}.fx .col-xl-3{width:25%}.fx .col-xl-4{width:33.3333333333%}.fx .col-xl-5{width:41.6666666667%}.fx .col-xl-6{width:50%}.fx .col-xl-7{width:58.3333333333%}.fx .col-xl-8{width:66.6666666667%}.fx .col-xl-9{width:75%}.fx .col-xl-10{width:83.3333333333%}.fx .col-xl-11{width:91.6666666667%}.fx .col-xl-12{width:100%}.fx .col-xl-pull-0{right:auto}.fx .col-xl-pull-1{right:8.3333333333%}.fx .col-xl-pull-2{right:16.6666666667%}.fx .col-xl-pull-3{right:25%}.fx .col-xl-pull-4{right:33.3333333333%}.fx .col-xl-pull-5{right:41.6666666667%}.fx .col-xl-pull-6{right:50%}.fx .col-xl-pull-7{right:58.3333333333%}.fx .col-xl-pull-8{right:66.6666666667%}.fx .col-xl-pull-9{right:75%}.fx .col-xl-pull-10{right:83.3333333333%}.fx .col-xl-pull-11{right:91.6666666667%}.fx .col-xl-pull-12{right:100%}.fx .col-xl-push-0{left:auto}.fx .col-xl-push-1{left:8.3333333333%}.fx .col-xl-push-2{left:16.6666666667%}.fx .col-xl-push-3{left:25%}.fx .col-xl-push-4{left:33.3333333333%}.fx .col-xl-push-5{left:41.6666666667%}.fx .col-xl-push-6{left:50%}.fx .col-xl-push-7{left:58.3333333333%}.fx .col-xl-push-8{left:66.6666666667%}.fx .col-xl-push-9{left:75%}.fx .col-xl-push-10{left:83.3333333333%}.fx .col-xl-push-11{left:91.6666666667%}.fx .col-xl-push-12{left:100%}.fx .col-xl-offset-0{margin-left:0%}.fx .col-xl-offset-1{margin-left:8.3333333333%}.fx .col-xl-offset-2{margin-left:16.6666666667%}.fx .col-xl-offset-3{margin-left:25%}.fx .col-xl-offset-4{margin-left:33.3333333333%}.fx .col-xl-offset-5{margin-left:41.6666666667%}.fx .col-xl-offset-6{margin-left:50%}.fx .col-xl-offset-7{margin-left:58.3333333333%}.fx .col-xl-offset-8{margin-left:66.6666666667%}.fx .col-xl-offset-9{margin-left:75%}.fx .col-xl-offset-10{margin-left:83.3333333333%}.fx .col-xl-offset-11{margin-left:91.6666666667%}.fx .col-xl-offset-12{margin-left:100%}}@media(max-width: 543px){.fx .col-xs-0{display:none}}@media(max-width: 767px){.fx .col-sm-0{display:none}}@media(max-width: 987px){.fx .col-md-0{display:none}}@media(max-width: 1199px){.fx .col-lg-0{display:none}}.fx .col-xl-0{display:none}@media(max-width: 960px){.fx .large-only{display:none}}.col-xl-9.col-xl-9-xlarge-only{width:100%}.feedlyFrame--xlarge .col-xl-9.col-xl-9-xlarge-only{width:75%}.col-xl-3.col-xl-3-xlarge-only{display:none}.feedlyFrame--xlarge .col-xl-3.col-xl-3-xlarge-only{display:block;width:25%}.fx.ext{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);background:#fff;margin:0;padding:0;width:300px}.fx.ext h2{margin:0}.fx.ext .message{color:#757575;font-size:1rem;line-height:1.4em;margin:1.5rem;text-align:left;width:400px}.fx.ext .popin-login{padding:1rem;width:360px}.fx.ext .new-board-form{width:300px}.fx.ext--mini{width:auto}.fx.fx .NoteFixedFooter__textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:hsla(0,0%,100%,.75);border:1px solid rgba(0,0,0,.15);border-radius:.25rem;box-shadow:0 0 0 0 rgba(0,0,0,0) inset;color:#333;font:inherit;font-size:1rem;line-height:normal;margin:0;outline:0;padding:.5rem .75rem;resize:none;-webkit-tap-highlight-color:hsla(0,0%,100%,0);transition:color .1s ease, border-color .1s ease;vertical-align:top;width:100%}.fx.fx .NoteFixedFooter__textarea:focus{background:hsla(0,0%,100%,.75);border-color:#2bb24c;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset}.theme--dark .fx.fx .NoteFixedFooter__textarea,.fx.fx .theme--dark .NoteFixedFooter__textarea{background:#181818;border-color:#2a2a2a;color:#e6e6e6}.theme--dark .fx.fx .NoteFixedFooter__textarea:focus,.fx.fx .theme--dark .NoteFixedFooter__textarea:focus{background:#181818;border-color:#2bb14c}.fx .item-image{background-repeat:no-repeat;background-size:cover;float:left;margin-right:1rem}.fx .item-meta.is-muted{opacity:.54}.fx .item-description{--font-optical-sizing: 24;font-size:.875rem;line-height:1.25rem;color:var(--semanticColorContentMedium);margin-top:.25rem}.fx .item-meta{--font-optical-sizing: 28;font-size:.75rem;line-height:1rem;color:var(--semanticColorContentLight)}.fx .item-extra{--font-optical-sizing: 28;font-size:.75rem;line-height:1rem;color:var(--semanticColorContentLight)}.fx .list-feed .Feed{margin-bottom:3rem;margin-top:3rem}.fx .list-feed .Feed.Feed--small{margin-bottom:1.5rem;margin-top:1.5rem}.fx .list-feed .Feed:last-child{margin-bottom:0}mark{background-color:rgba(43,178,76,.15);box-shadow:0 -0.1rem 0 rgba(43, 178, 76, 0.15),0 .1rem 0 rgba(43, 178, 76, 0.15);color:#333;padding-bottom:1px;padding-top:2px}.theme--dark mark{background-color:rgba(43,177,76,.25);box-shadow:0 -0.1rem 0 rgba(43, 177, 76, 0.25),0 .1rem 0 rgba(43, 177, 76, 0.25);color:#e6e6e6}.fx.fx .theme--night mark{background-color:rgba(43,177,76,.25);box-shadow:0 -0.1rem 0 rgba(43,177,76,.25),0 .1rem 0 rgba(43,177,76,.25)}.TextHighlight{background-color:rgba(255,238,85,.54);box-shadow:0 -0.1rem 0 rgba(255, 238, 85, 0.54),0 .1rem 0 rgba(255, 238, 85, 0.54)}.TextHighlight--leo{background-color:rgba(43,178,76,.15);padding-bottom:1px;padding-top:2px}.theme--dark .TextHighlight--leo{background-color:rgba(43,177,76,.25)}.fx.fx .TextHighlight__icon-before{vertical-align:text-top;margin:0 .25rem}.fx.fx .theme--night .TextHighlight{background-color:rgba(255,238,85,.38);box-shadow:0 -0.1rem 0 rgba(255,238,85,.38),0 .1rem 0 rgba(255,238,85,.38)}.fx.fx .theme--night .TextHighlight--leo{background-color:rgba(43,178,76,.25)}.fx .icon{margin-right:.5rem}.fx .icon.icon-right{float:right}.fx .icon.active,.fx .icon.loading{opacity:1}.fx .icon-sm{height:20px;width:20px}.fx .theme--night .icon.active,.fx .theme--night .icon[class*=active],.fx .theme--night .icon.loading{opacity:.8}@keyframes floating-topic{0%{transform:translateX(0)}50%{transform:translateX(20px)}100%{transform:translateX(0)}}.fx .illustration-container.col-1{width:8.3333333333%}.fx .illustration-container.col-2{width:16.6666666667%}.fx .illustration-container.col-3{width:25%}.fx .illustration-container.col-4{width:33.3333333333%}.fx .illustration-container.col-5{width:41.6666666667%}.fx .illustration-container.col-6{width:50%}.fx .illustration-container.col-7{width:58.3333333333%}.fx .illustration-container.col-8{width:66.6666666667%}.fx .illustration-container.col-9{width:75%}.fx .illustration-container.col-10{width:83.3333333333%}.fx .illustration-container.col-11{width:91.6666666667%}.fx .illustration-container.col-12{width:100%}.fx .illustration-container .illustration{width:100%}.fx .illustration-team{margin-left:auto;margin-right:auto;position:relative}.fx .illustration-team .decoration{animation:floating-topic ease-in-out infinite;background:#fff;border-radius:30px;box-shadow:0 0 20px rgba(0,0,0,.2);color:#9e9e9e;display:inline-block;font-size:.6rem;padding:10px;position:absolute;text-transform:uppercase}.fx .illustration-team .decoration.topic-1{animation-duration:10s;left:40%;top:0}.fx .illustration-team .decoration.topic-2{animation-duration:11s;left:60%;top:5%}.fx .illustration-team .decoration.topic-3{animation-duration:15s;left:10%;top:10%}.fx .illustration-team .decoration.topic-4{animation-duration:14s;left:45%;top:20%}.fx .illustration-team .decoration.topic-5{animation-duration:16s;left:25%;top:35%}.fx .illustration-team .decoration.topic-6{animation-duration:12s;left:70%;top:30%}@keyframes button-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.entryBody .webfeeds-actions{margin:3rem 0;text-align:center}.entryBody .webfeeds-actions p{margin:0}.entryBody .webfeeds-actions h2{margin-top:0}.entryBody .webfeeds-actions h2 span{color:#757575;display:block;font-size:1rem;font-weight:normal;line-height:1.75;margin-top:1rem}.entryBody .webfeeds-actions a{font-weight:550;-webkit-text-decoration:none;text-decoration:none;font-size:12px;line-height:1rem;margin-top:0;margin-right:.5rem;margin-bottom:0;padding-top:12px;padding-bottom:10px;padding-left:17px;padding-right:17px;border:1px solid rgba(0,0,0,0);border-radius:4px;cursor:pointer;text-align:center;vertical-align:top;min-width:50px;box-sizing:border-box;box-shadow:none;outline:0;transition:background-color .2s linear, color .2s linear}.entryBody .webfeeds-actions a.disabled,.entryBody .webfeeds-actions a:disabled{cursor:default;pointer-events:none}.entryBody .webfeeds-actions a.raised{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.entryBody .webfeeds-actions a.loud{font-size:13px;line-height:28px;padding-left:24px;padding-right:24px;text-transform:uppercase}.entryBody .webfeeds-actions a.block{display:block;width:100%}.entryBody .webfeeds-actions a.loading{background-image:none;color:rgba(0,0,0,0) !important;cursor:default;opacity:1;pointer-events:auto;position:relative;text-shadow:none !important;transition:all 0s linear, opacity .1s ease}.entryBody .webfeeds-actions a.loading::before{position:absolute;content:"";top:50%;left:50%;margin:-10px 0 0 -10px;width:16px;height:16px;border-radius:500rem;border:2px solid rgba(0,0,0,.15)}.entryBody .webfeeds-actions a.loading::after{position:absolute;content:"";top:50%;left:50%;margin:-10px 0 0 -10px;width:16px;height:16px;animation:button-spin .6s linear;animation-iteration-count:infinite;border-radius:500rem;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:2px;box-shadow:0 0 0 1px rgba(0,0,0,0)}.entryBody .webfeeds-actions a[class*=centered]{margin-left:auto;margin-right:auto}.entryBody .webfeeds-actions a .icon{background-position:center}.entryBody .webfeeds-actions a{background-color:#2bb24c;color:#fff}.entryBody .webfeeds-actions a:hover{background-color:rgb(36.0538461538,149.2461538462,63.7230769231)}.theme--dark .entryBody .webfeeds-actions a{color:#e6e6e6;background-color:#2bb14c}.theme--dark .entryBody .webfeeds-actions a:hover{background-color:rgb(36.0222727273,148.2777272727,63.6672727273)}.entryBody .webfeeds-actions a.disabled,.entryBody .webfeeds-actions a:disabled{background-color:rgba(0,0,0,.15);color:#757575;cursor:default}.theme--dark .entryBody .webfeeds-actions a.disabled,.theme--dark .entryBody .webfeeds-actions a:disabled{background-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.58)}.entryBody .webfeeds-actions a{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);display:inline-block;-webkit-text-decoration:none;text-decoration:none}.entryBody .webfeeds-actions a:hover,.entryBody .webfeeds-actions a:visited{color:#fff;border-bottom-color:rgba(0,0,0,0);-webkit-text-decoration:none;text-decoration:none}.entryBody .webfeeds-group-buttons{margin-top:1.5rem}.entryBody .webfeeds-group-buttons a{background:rgba(0,0,0,0);border:0;display:inline-block;margin:0 .5rem;padding:0}.entryBody .webfeeds-group-buttons a img{height:38px}.entryBody .webfeeds-group-buttons a:focus,.entryBody .webfeeds-group-buttons a:hover{background:rgba(0,0,0,0);border:0}.fx.mobile .entryBody .webfeeds-actions a,.fx.mobile .entryBody .webfeeds-actions a:visited,.fx.mobile .entryBody .webfeeds-actions a:hover{border-bottom-color:hsla(0,0%,100%,0);color:#fff}.entryBody .webfeeds-author-image{border-radius:50%;object-fit:cover;height:20px;margin-bottom:-5px}.entryBody .webfeeds-author-container{color:var(--semanticColorContentMedium);display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:3rem;--font-optical-sizing: 24;font-size:.875rem;line-height:1.25rem}.entryBody .webfeeds-author-container>*{display:flex;gap:.5rem}.entryBody .webfeeds-author{display:flex;gap:.5rem}.webfeeds-card-column{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem;gap:2rem;max-width:100%}.entryBody .webfeeds-card-post{max-width:240px;width:100%}.entryBody .webfeeds-card-post:last-child::after{content:"";display:table;clear:both}.entryBody .webfeeds-card-post__link{border:solid 1px rgba(0,0,0,.15);border-radius:.25rem;border-top:solid 2px #2bb24c;display:flex;flex-direction:column;justify-content:space-between;height:200px;-webkit-text-decoration:none;text-decoration:none;transition:box-shadow .15s ease-in-out;width:100%}.entryBody .webfeeds-card-post__link:hover{border-bottom-color:rgba(0,0,0,0);box-shadow:var(--feedly-box-shadow-medium);-webkit-text-decoration:none;text-decoration:none}.theme--dark .entryBody .webfeeds-card-post__link{border-color:hsla(0,0%,100%,.2);border-top-color:#2bb24c}.entryBody .webfeeds-card-post img{box-shadow:none;display:block;height:auto;margin:1rem;width:56px}.entryBody .webfeeds-card-post__text{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);color:#333;font-size:1rem;line-height:1.25rem;padding:1rem;-webkit-text-decoration:none;text-decoration:none}.theme--dark .entryBody .webfeeds-card-post__text{color:#fff}.fx.mobile .display--phone .webfeeds-card-column{grid-template-columns:repeat(1, 1fr)}.fx.mobile .display--phone.landscape .webfeeds-card-column{grid-template-columns:repeat(2, 1fr)}.fx.mobile .MobileFullEntry__body .webfeeds-card-post img{box-shadow:none;height:auto !important;margin:1rem !important;width:56px !important}.fx.mobile .theme--night .MobileFullEntry__body .webfeeds-card-post__link{border-color:hsla(0,0%,100%,.2);border-top-color:#2bb24c}.fx.mobile .theme--night .MobileFullEntry__body .webfeeds-card-post__text{color:#fff}.entryBody blockquote.webfeeds-hero-message,blockquote.webfeeds-hero-message{-webkit-margin-after:0;-webkit-margin-before:0;-webkit-margin-end:0;-webkit-margin-start:0;background-color:#2bb24c;background-image:url(/images/node.9440466a.svg);background-position:center 3rem;background-repeat:no-repeat;background-size:cover;color:#fff;margin:4rem 0;padding:5rem 0;text-align:center;width:100%}.entryBody blockquote.webfeeds-hero-message p,.entryBody blockquote.webfeeds-hero-message cite,blockquote.webfeeds-hero-message p,blockquote.webfeeds-hero-message cite{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);color:#fff;font-style:normal}.entryBody blockquote.webfeeds-hero-message p,blockquote.webfeeds-hero-message p{margin:0 auto;width:80%}.entryBody blockquote.webfeeds-hero-message cite,blockquote.webfeeds-hero-message cite{display:block;font-size:1rem;margin-top:1.5rem}.entryBody blockquote.webfeeds-hero-message cite::before,blockquote.webfeeds-hero-message cite::before{content:"—";display:inline-block;font-weight:550;margin-right:.25rem}.entryBody .webfeeds-hero-message p{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);color:#fff;font-size:1.625rem;font-weight:300;line-height:1.75em}@media screen and (min-width: 1200px){.entryBody blockquote.webfeeds-hero-message,blockquote.webfeeds-hero-message{-webkit-margin-start:calc((120% - 647px)/-2);margin-left:calc((120% - 647px)/-2);width:120%}}.webfeeds-icon{background-position:center center;border:solid 1px rgba(0,0,0,.15);border-radius:.25rem;display:inline-block;margin-right:4px;opacity:.54;padding:0 14px;vertical-align:middle}.webfeeds-image-caption{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);color:#9e9e9e;font-size:1rem;line-height:1.5;margin-top:1rem;margin-bottom:3rem;text-align:center}.theme--dark .webfeeds-image-caption{color:hsla(0,0%,100%,.58)}.entryBody .webfeeds-rich-image{display:block;border-radius:.25rem;box-shadow:var(--feedly-box-shadow-medium)}.fx.mobile .MobileFullEntry .entryBody--feedly-blog img{display:block;margin:0}.entryBody .webfeeds-image-wrapper{position:relative;width:100%}.entryBody .webfeeds-logo-overlay{align-items:center;background-color:rgba(0,0,0,.38);display:flex;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%}.entryBody .webfeeds-logo-wrapper{position:relative;height:41.5%;width:63.64%}.entryBody .webfeeds-logo{object-fit:contain;position:absolute;height:100%;width:100%}.entryBody figure.webfeeds-image-group{-webkit-margin-start:0;margin-bottom:1.5rem;margin-left:0;margin-top:3rem;text-align:center;width:100%}.entryBody figure.webfeeds-image-group figure{margin:0;margin-top:3rem;width:100%}.entryBody figure.webfeeds-image-group img{box-shadow:var(--feedly-box-shadow-medium);display:block;height:auto;margin:0 auto;width:80%}.entryBody figure.webfeeds-image-group figcaption{color:#9e9e9e;margin-top:1.5rem;text-align:center;width:100%}@media screen and (min-width: 900px){.entryBody figure.webfeeds-image-group{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.entryBody figure.webfeeds-image-group figure{margin-top:0;width:45%}.entryBody figure.webfeeds-image-group figure img{margin:0;width:100%}}@media screen and (min-width: 1200px){.entryBody figure.webfeeds-image-group{-webkit-margin-start:calc((120% - 647px)/-2);margin:4rem 0 4rem calc((120% - 647px)/-2);width:120%}}.entryBody .webfeeds-pro-tips{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);border:solid 1px rgba(0,0,0,.05);border-radius:.25rem;color:#757575;font-size:.875rem;line-height:1.5;padding:1rem;padding-left:3.125rem;padding-top:2.75rem;position:relative}.entryBody .webfeeds-pro-tips::before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTYgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+aWNvbi1idWxiPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Imljb24tYnVsYiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS0zIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgPHBhdGggZD0iTTEuODE4MTgxODIsMTMuMzYzNjM2NCBMMi45MDkwOTA5MSwxNC40NTQ1NDU1IEw0LjIxODE4MTgyLDEzLjE0NTQ1NDUgTDMuMiwxMi4xMjczMDEyIEwxLjgxODE4MTgyLDEzLjM2MzYzNjQgWiBNNy4yNzI3MjcyNywxNi4yIEw4LjcyNzI3MjczLDE2LjIgTDguNzI3MjcyNzMsMTQuMDkwOTA5MSBMNy4yNzI3MjcyNywxNC4wOTA5MDkxIEw3LjI3MjcyNzI3LDE2LjIgWiBNMi4xODE4MTgxOCw3LjU0NTQ1NDU1IEw4Ljg4MTc4NDJlLTE2LDcuNTQ1NDU0NTUgTDguODgxNzg0MmUtMTYsOSBMMi4xODE4MTgxOCw5IEwyLjE4MTgxODE4LDcuNTQ1NDU0NTUgWiBNMTAuMTgxODE4Miw0LjQ5MDkwOTA5IEwxMC4xODE4MTgyLDEgTDUuODE4MTgxODIsMSBMNS44MTgxODE4Miw0LjQ5MDkwOTA5IEM0LjUwOTA5MDkxLDUuMjE4MTgxODIgMy42MzYzNjM2NCw2LjY3MjcyNzI3IDMuNjM2MzYzNjQsOC4yNzI3MjcyNyBDMy42MzYzNjM2NCwxMC42NzI3MjczIDUuNiwxMi42MzYzNjM2IDgsMTIuNjM2MzYzNiBDMTAuNCwxMi42MzYzNjM2IDEyLjM2MzYzNjQsMTAuNjcyNzI3MyAxMi4zNjM2MzY0LDguMjcyNzI3MjcgQzEyLjM2MzYzNjQsNi42NzI3MjcyNyAxMS40OTA5MDkxLDUuMjE4MTgxODIgMTAuMTgxODE4Miw0LjQ5MDkwOTA5IFogTTEzLjgxODE4MTgsNy41NDU0NTQ1NSBMMTMuODE4MTgxOCw5IEwxNiw5IEwxNiw3LjU0NTQ1NDU1IEwxMy44MTgxODE4LDcuNTQ1NDU0NTUgTDEzLjgxODE4MTgsNy41NDU0NTQ1NSBaIE0xMS43ODE4MTgyLDEzLjE0NTQ1NDUgTDEzLjA5MDkwOTEsMTQuNDU0NTQ1NSBMMTQuMTA5MDkwOSwxMy40MzYzNjM2IEwxMi44LDEyLjEyNzMwMTIgTDExLjc4MTgxODIsMTMuMTQ1NDU0NSBaIiBpZD0iU2hhcGUiIGZpbGw9IiMyYmIyNGMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMDAwMDAwLCA4LjYwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTguMDAwMDAwLCAtOC42MDAwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);background-repeat:no-repeat;color:#2bb24c;content:"pro tip";font-weight:550;left:1rem;padding-left:36px;position:absolute;text-transform:uppercase;top:1rem}.entryBody .webfeeds-quote,.webfeeds-quote{font-style:normal;margin:4rem auto;padding-top:3rem;position:relative;text-align:center;transition:color .4s}.entryBody .webfeeds-quote::before,.webfeeds-quote::before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIyN3B4IiB2aWV3Qm94PSIwIDAgMzIgMjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+4oCcPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkJsb2ctaW1wcm92ZW1lbnRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsLW9wYWNpdHk9IjAuMTUiPgogICAgICAgIDxnIGlkPSJibG9nLW1vZHVsZXMtZGVjb21wb3NpdGlvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMzQuMDAwMDAwLCAtNjkwLjAwMDAwMCkiIGZpbGw9IiMwMDAwMDAiPgogICAgICAgICAgICA8ZyBpZD0idHdlZXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwMjYuMDAwMDAwLCA2OTAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjI2LjUzMDM5NSwxNi44NjI5ODkzIEMyMjYuNTMwMzk1LDExLjk5NDYzNzYgMjI3LjY4ODI5Nyw4LjE4MzI4Nzc5IDIzMC4wMDQxMzUsNS40Mjg4MjU2MiBDMjMyLjMxOTk3NCwyLjY3NDM2MzQ1IDIzNS41NzMxMjYsMC44NjQ3NzMwMDcgMjM5Ljc2MzY5MSwwIEwyMzkuNzYzNjkxLDQuOTk2NDQxMjggQzIzNi41ODEzODMsNS45ODkzMjg4MSAyMzQuNDM4ODcsNy43ODI5MDUxOCAyMzMuMzM2MDksMTAuMzc3MjI0MiBDMjMyLjcwNTkzLDExLjc1NDQ1NTMgMjMyLjQ1Mzg3LDEzLjA4MzYyMzUgMjMyLjU3OTkwMiwxNC4zNjQ3Njg3IEwyNDAsMTQuMzY0NzY4NyBMMjQwLDI3IEwyMjYuNTMwMzk1LDI3IEwyMjYuNTMwMzk1LDE2Ljg2Mjk4OTMgWiBNMjA4LDE2Ljg2Mjk4OTMgQzIwOCwxMi4wNTg2OTQ4IDIwOS4xMjYzOTQsOC4yNjMzNTkxMyAyMTEuMzc5MjE3LDUuNDc2ODY4MzMgQzIxMy42MzIwMzksMi42OTAzNzc1MyAyMTYuOTE2Njk5LDAuODY0NzczMDA3IDIyMS4yMzMyOTYsMCBMMjIxLjIzMzI5Niw0Ljk5NjQ0MTI4IEMyMTguMDE5NDc5LDYuMDIxMzU3NDQgMjE1Ljg2MTIxMyw3Ljc4MjkwNTY2IDIxNC43NTg0MzMsMTAuMjgxMTM4OCBDMjE0LjE5MTI4OSwxMS41OTQzMTI2IDIxMy45NTQ5ODMsMTIuOTU1NTA5IDIxNC4wNDk1MDcsMTQuMzY0NzY4NyBMMjIxLjQ2OTYwNSwxNC4zNjQ3Njg3IEwyMjEuNDY5NjA1LDI3IEwyMDgsMjcgTDIwOCwxNi44NjI5ODkzIFoiIGlkPSLigJwiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);background-repeat:no-repeat;content:"";height:27px;position:absolute;top:0;width:33px}.entryBody .webfeeds-quote p,.webfeeds-quote p{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);font-size:1.25rem;font-style:italic;line-height:1.75em;margin:0}.entryBody .webfeeds-quote a,.entryBody .webfeeds-quote a:hover,.entryBody .webfeeds-quote a:visited,.webfeeds-quote a,.webfeeds-quote a:hover,.webfeeds-quote a:visited{border-bottom:0;display:block;margin-top:1.5rem}.entryBody .webfeeds-quote cite,.webfeeds-quote cite{color:#9e9e9e;display:block;font-size:.875rem;margin-top:.5rem;text-align:center}.entryBody .webfeeds-quote cite::before,.webfeeds-quote cite::before{content:"—";display:inline-block;font-weight:550;margin-right:.25rem}.entryBody .button.webfeeds-twitter-link,.webfeeds-twitter-link{background:rgba(0,0,0,0);border:solid 1px rgba(0,0,0,.15);color:#9e9e9e;display:inline-block;height:23px;margin-left:.5rem;min-width:0;padding:5px 6px 3px;text-indent:-9999px;transform:translateY(1px);transition:border-color .3s ease-in-out;width:26px}.entryBody .button.webfeeds-twitter-link::after,.webfeeds-twitter-link::after{color:#9e9e9e;content:"";display:inline-block;font-family:icomoon,sans-serif;font-size:12px;left:5px;position:absolute;text-indent:0;top:3px;transition:color .3s ease-in-out}.entryBody .button.webfeeds-twitter-link:hover,.webfeeds-twitter-link:hover{border-color:#55acee}.entryBody .button.webfeeds-twitter-link:hover::after,.webfeeds-twitter-link:hover::after{color:#55acee}.entryBody .webfeeds-video{border-radius:.25rem;box-shadow:var(--feedly-box-shadow-medium);display:block;overflow:hidden}.entryBody .webfeeds-video iframe{border:0;display:block}.fx.mobile .MobileFullEntry .webfeeds-video iframe{display:block;margin:0}.webfeeds-youtube,.entryBody .webfeeds-youtube{border-radius:4px;box-shadow:var(--feedly-box-shadow-medium);display:block;margin-bottom:3rem;margin-top:3rem;overflow:hidden;position:relative}.webfeeds-youtube iframe,.entryBody .webfeeds-youtube iframe{border:0;display:block;height:405px;margin:0;width:100%}.fx .entryBody .webfeeds-cta-block{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);align-items:center;border-radius:.25rem;box-shadow:0 8px 16px rgba(0,0,0,.08);display:flex;justify-content:space-between;margin:1.5rem 0;padding:40px}.theme--dark .fx .entryBody .webfeeds-cta-block{background-color:rgba(0,0,0,.8);box-shadow:0 8px 16px #000}.theme--night .fx .entryBody .webfeeds-cta-block{box-shadow:0 1px 15px 0 hsla(0,0%,100%,.15),inset 0 0 100px 0 #121212;background-color:#000}.fx .entryBody .webfeeds-cta-block--blockquote{background-color:#fff;margin-top:-100px;position:relative}.theme--dark .fx .entryBody .webfeeds-cta-block--blockquote{background-color:#121212}.fx .entryBody .webfeeds-cta-block__sub,.fx .entryBody .webfeeds-cta-block p{margin-top:.5rem;margin-bottom:1.5rem;color:#757575;font-size:1rem;line-height:1.5;padding:0}.theme--dark .fx .entryBody .webfeeds-cta-block__sub,.theme--dark .fx .entryBody .webfeeds-cta-block p{color:#9e9e9e}.theme--night .fx .entryBody .webfeeds-cta-block__sub,.theme--night .fx .entryBody .webfeeds-cta-block p{color:hsla(0,0%,100%,.65)}.fx .entryBody .webfeeds-cta-block h2{margin:0;font-size:1.25rem}.theme--dark .fx .entryBody .webfeeds-cta-block h2{color:#e6e6e6}.fx .entryBody .webfeeds-cta-block__button{display:inline-block;font-weight:550;-webkit-text-decoration:none;text-decoration:none;font-size:12px;line-height:1rem;margin-top:0;margin-right:.5rem;margin-bottom:0;padding-top:12px;padding-bottom:10px;padding-left:17px;padding-right:17px;border:1px solid rgba(0,0,0,0);border-radius:4px;cursor:pointer;text-align:center;vertical-align:top;min-width:50px;box-sizing:border-box;box-shadow:none;outline:0;transition:background-color .2s linear, color .2s linear}.fx .entryBody .webfeeds-cta-block__button.disabled,.fx .entryBody .webfeeds-cta-block__button:disabled{cursor:default;pointer-events:none}.fx .entryBody .webfeeds-cta-block__button.raised{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.fx .entryBody .webfeeds-cta-block__button.loud{font-size:13px;line-height:28px;padding-left:24px;padding-right:24px;text-transform:uppercase}.fx .entryBody .webfeeds-cta-block__button.block{display:block;width:100%}.fx .entryBody .webfeeds-cta-block__button.loading{background-image:none;color:rgba(0,0,0,0) !important;cursor:default;opacity:1;pointer-events:auto;position:relative;text-shadow:none !important;transition:all 0s linear, opacity .1s ease}.fx .entryBody .webfeeds-cta-block__button.loading::before{position:absolute;content:"";top:50%;left:50%;margin:-10px 0 0 -10px;width:16px;height:16px;border-radius:500rem;border:2px solid rgba(0,0,0,.15)}.fx .entryBody .webfeeds-cta-block__button.loading::after{position:absolute;content:"";top:50%;left:50%;margin:-10px 0 0 -10px;width:16px;height:16px;animation:button-spin .6s linear;animation-iteration-count:infinite;border-radius:500rem;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:2px;box-shadow:0 0 0 1px rgba(0,0,0,0)}.fx .entryBody .webfeeds-cta-block__button[class*=centered]{margin-left:auto;margin-right:auto}.fx .entryBody .webfeeds-cta-block__button .icon{background-position:center}.fx .entryBody .webfeeds-cta-block__button{background-color:#2bb24c;color:#fff}.fx .entryBody .webfeeds-cta-block__button:hover{background-color:rgb(36.0538461538,149.2461538462,63.7230769231)}.theme--dark .fx .entryBody .webfeeds-cta-block__button{color:#e6e6e6;background-color:#2bb14c}.theme--dark .fx .entryBody .webfeeds-cta-block__button:hover{background-color:rgb(36.0222727273,148.2777272727,63.6672727273)}.fx .entryBody .webfeeds-cta-block__button.disabled,.fx .entryBody .webfeeds-cta-block__button:disabled{background-color:rgba(0,0,0,.15);color:#757575;cursor:default}.theme--dark .fx .entryBody .webfeeds-cta-block__button.disabled,.theme--dark .fx .entryBody .webfeeds-cta-block__button:disabled{background-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.58)}.theme--dark .fx .entryBody .webfeeds-cta-block__button{border-color:rgba(0,0,0,0)}.theme--night .fx .entryBody .webfeeds-cta-block__button{border-color:rgba(0,0,0,0)}.fx .entryBody .webfeeds-cta-block img{border:none !important;display:inline !important;margin:0 !important;max-width:175px !important}.fx.fx.mobile .entryBody .webfeeds-cta-block__button{color:#fff;border:rgba(0,0,0,0)}.fx.fx.mobile .entryBody .webfeeds-cta-block h2{margin:.5rem 0}.fx.fx.mobile .entryBody .webfeeds-cta-block img{box-shadow:none;max-height:139px;max-width:174px;margin:0 auto}.fx.fx.mobile .display--phone .entryBody .webfeeds-cta-block{display:flex;flex-direction:column-reverse;padding:2rem;text-align:center}.fx.fx.mobile .display--phone .entryBody .webfeeds-cta-block h2{font-size:1.125rem}.fx.fx.mobile .display--phone .entryBody .webfeeds-cta-block__sub{font-size:.875rem;margin-bottom:2rem;margin-top:0}.entryBody .content .webfeeds-related-posts__container,.fx.mobile .display--tablet .entryBody.content .webfeeds-related-posts__container{display:flex;height:300px;margin-bottom:3rem}.entryBody .content .webfeeds-related-posts__container .webfeeds-related-post:first-child,.fx.mobile .display--tablet .entryBody.content .webfeeds-related-posts__container .webfeeds-related-post:first-child{margin-right:1.5rem}.entryBody .content .webfeeds-related-post,.fx.mobile .entryBody.content .webfeeds-related-post{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);border:none;flex:1;max-width:50%}.entryBody .content .webfeeds-related-post__image,.fx.mobile .entryBody.content .webfeeds-related-post__image{border:1px solid rgba(0,0,0,.05);border-radius:.25rem;display:block;height:60%;margin:auto}.entryBody .content .webfeeds-related-post img,.fx.mobile .entryBody.content .webfeeds-related-post img{display:block;float:none;margin:auto;height:100%}.entryBody .content .webfeeds-related-post__title,.fx.mobile .entryBody.content .webfeeds-related-post__title{margin-top:1rem;margin-bottom:0}.entryBody .content .webfeeds-related-post__excerpt,.fx.mobile .entryBody.content .webfeeds-related-post__excerpt{color:#757575;font-size:.875rem;line-height:1.33;margin-top:.5rem;-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden}.fx.mobile .entryBody.content .webfeeds-related-post img{box-shadow:none;display:block !important;height:200px !important;width:auto !important}.fx.mobile .display--tablet .entryBody.content .webfeeds-related-posts__container{height:350px}.fx .entryBody .webfeeds-header{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);height:auto;margin-bottom:1.5rem}.fx .entryBody .webfeeds-header .webfeedsFeaturedVisual{display:block;margin:auto;max-height:460px;width:auto}.fx .entryBody .webfeeds-header__title{font-size:2.8125rem;font-weight:550;text-align:center;line-height:2.8125rem;margin:1rem 0;cursor:pointer}.fx .entryBody .webfeeds-header__kicker{border:1px solid #2bb24c;border-radius:2px;color:#2bb24c;display:block;font-size:.625rem;font-weight:550;line-height:1.25em;margin:auto;margin-top:3rem;padding:.25rem 6px;text-align:center;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.fx .entryBody .webfeeds-header__subtitle{color:#757575;font-size:1.25rem;margin-bottom:1rem;text-align:center}.fx .entryBody .webfeeds-header__metadata{text-align:center}.fx.mobile .entryBody .webfeeds-header .webfeedsFeaturedVisual,.fx.mobile .display--tablet .entryBody .webfeeds-header .webfeedsFeaturedVisual{box-shadow:none}.fx.mobile .entryBody .webfeeds-header__kicker,.fx.mobile .display--tablet .entryBody .webfeeds-header__kicker{margin-left:0}.fx.mobile .entryBody .webfeeds-header__title,.fx.mobile .display--tablet .entryBody .webfeeds-header__title{margin-top:1.5rem;text-align:left}.fx.mobile .entryBody .webfeeds-header__metadata,.fx.mobile .display--tablet .entryBody .webfeeds-header__metadata{color:#9e9e9e;font-size:.875rem;overflow:hidden;text-align:left}.fx.mobile .entryBody .webfeeds-header__subtitle,.fx.mobile .display--tablet .entryBody .webfeeds-header__subtitle{color:#757575;font-size:1.25rem;text-align:left}.fx.mobile .display--tablet .entryBody .webfeeds-header .webfeedsFeaturedVisual{padding:0}.fx.mobile .display--tablet .entryBody .webfeeds-header__kicker{margin-top:3rem}@document url-prefix(){.entryBody .webfeeds-header__kicker{padding-bottom:1px}}.fx.mobile .entryBody .webfeeds-blockquote__content--primary::before,.entryBody .webfeeds-blockquote__content--primary::before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIyN3B4IiB2aWV3Qm94PSIwIDAgMzIgMjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQyICgzNjc4MSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+4oCcPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkJsb2ctaW1wcm92ZW1lbnRzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iYmxvZy1tb2R1bGVzLWRlY29tcG9zaXRpb24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjM0LjAwMDAwMCwgLTY5MC4wMDAwMDApIiBmaWxsPSIjMkJCMjRDIj4KICAgICAgICAgICAgPGcgaWQ9InR3ZWV0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDI2LjAwMDAwMCwgNjkwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTIyNi41MzAzOTUsMTYuODYyOTg5MyBDMjI2LjUzMDM5NSwxMS45OTQ2Mzc2IDIyNy42ODgyOTcsOC4xODMyODc3OSAyMzAuMDA0MTM1LDUuNDI4ODI1NjIgQzIzMi4zMTk5NzQsMi42NzQzNjM0NSAyMzUuNTczMTI2LDAuODY0NzczMDA3IDIzOS43NjM2OTEsMCBMMjM5Ljc2MzY5MSw0Ljk5NjQ0MTI4IEMyMzYuNTgxMzgzLDUuOTg5MzI4ODEgMjM0LjQzODg3LDcuNzgyOTA1MTggMjMzLjMzNjA5LDEwLjM3NzIyNDIgQzIzMi43MDU5MywxMS43NTQ0NTUzIDIzMi40NTM4NywxMy4wODM2MjM1IDIzMi41Nzk5MDIsMTQuMzY0NzY4NyBMMjQwLDE0LjM2NDc2ODcgTDI0MCwyNyBMMjI2LjUzMDM5NSwyNyBMMjI2LjUzMDM5NSwxNi44NjI5ODkzIFogTTIwOCwxNi44NjI5ODkzIEMyMDgsMTIuMDU4Njk0OCAyMDkuMTI2Mzk0LDguMjYzMzU5MTMgMjExLjM3OTIxNyw1LjQ3Njg2ODMzIEMyMTMuNjMyMDM5LDIuNjkwMzc3NTMgMjE2LjkxNjY5OSwwLjg2NDc3MzAwNyAyMjEuMjMzMjk2LDAgTDIyMS4yMzMyOTYsNC45OTY0NDEyOCBDMjE4LjAxOTQ3OSw2LjAyMTM1NzQ0IDIxNS44NjEyMTMsNy43ODI5MDU2NiAyMTQuNzU4NDMzLDEwLjI4MTEzODggQzIxNC4xOTEyODksMTEuNTk0MzEyNiAyMTMuOTU0OTgzLDEyLjk1NTUwOSAyMTQuMDQ5NTA3LDE0LjM2NDc2ODcgTDIyMS40Njk2MDUsMTQuMzY0NzY4NyBMMjIxLjQ2OTYwNSwyNyBMMjA4LDI3IEwyMDgsMTYuODYyOTg5MyBaIiBpZD0i4oCcIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;content:"";background-size:40px 35px;height:35px;position:absolute;width:40px}.entryBody .webfeeds-blockquote--has-background{background-color:#f6f7f8;position:relative;margin-left:50%;min-width:75%;padding:3rem 1.5rem 0;transform:translateX(-50%);width:907px}.theme--dark .entryBody .webfeeds-blockquote--has-background{background-color:#181818}.entryBody .webfeeds-blockquote--has-cta{padding-bottom:50px}.entryBody .webfeeds-blockquote__author{color:#757575;font-size:1rem;font-weight:400;line-height:1.5;margin-top:.5rem}.entryBody .webfeeds-blockquote__content{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);margin-left:auto;margin-right:auto;margin-top:0;padding:6rem 1.5rem 5rem;position:relative;max-width:560px;font-size:24px;font-weight:550}.entryBody .webfeeds-blockquote__content--primary{font-size:32px;font-weight:550;line-height:1.33}.entryBody .webfeeds-blockquote__content--primary::before{left:-40px;top:75px}.entryBody .webfeeds-blockquote__textHighlight{background-color:var(--semanticColorBackgroundAccentLight)}.theme--night .entryBody .webfeeds-blockquote__textHighlight{background-color:rgba(43,178,76,.25)}.entryBody .webfeeds-blockquote img{width:80px}.entryBody .content .webfeeds-blockquote--simple .webfeeds-blockquote{background:rgba(0,0,0,0)}.entryBody .content .webfeeds-blockquote--simple .webfeeds-blockquote__container{max-width:500px;padding:0;padding-bottom:4rem}.entryBody .content .webfeeds-blockquote--simple .webfeeds-blockquote__container::after{bottom:0;height:1.5rem;position:absolute;right:0;top:initial;width:500px}.entryBody .content .webfeeds-blockquote--simple .webfeeds-blockquote__content{color:#333;font-size:1.25rem;line-height:2rem;margin:0}.theme--dark .entryBody .content .webfeeds-blockquote--simple .webfeeds-blockquote__content{color:#e6e6e6}.entryBody .content .webfeeds-blockquote--simple .webfeeds-blockquote__content::before{content:none}.fx.mobile .entryBody .webfeeds-blockquote{margin:2rem 1rem}.fx.mobile .entryBody .webfeeds-blockquote--has-background{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);background:#f6f7f8;position:relative;margin-left:50%;padding:0 1.5rem;transform:translateX(-50%);width:100vw}.fx.mobile .entryBody .webfeeds-blockquote--has-cta{padding-bottom:50px}.fx.mobile .entryBody .webfeeds-blockquote__author{color:#9e9e9e;font-size:.875rem;line-height:1.5;margin-top:.5rem}.fx.mobile .entryBody .webfeeds-blockquote__container{padding:6rem 1.5rem 5rem;position:relative}.fx.mobile .entryBody .webfeeds-blockquote__content--primary{font-weight:550;font-size:2rem;line-height:1.33;margin-top:0}.fx.mobile .entryBody .webfeeds-blockquote__content--primary::before{left:25px;top:55px}.fx.mobile .entryBody .webfeeds-blockquote img,.fx.mobile .entryBody .webfeeds-blockquote__img,.fx.mobile .entryBody .webfeeds-blockquote__img.floating{box-shadow:none;float:none;margin:0;max-height:80px;max-width:80px}.fx.mobile .theme--night .entryBody .webfeeds-blockquote--has-background{background:#181818}.fx.mobile .display--tablet .webfeeds-blockquote__container{margin-left:auto;margin-right:auto;max-width:560px}.fx.mobile .display--tablet .webfeeds-blockquote__container::after{left:38px;top:30px}.fx.mobile .display--tablet .webfeeds-blockquote__content::before{top:80px;left:-20px}@media(max-width: 950px){.entryBody .content .webfeeds-blockquote--has-background{min-width:80%;width:730px}}.fx .entryBody--feedly-blog h1,.fx .entryBody--feedly-blog h2,.fx .entryBody--feedly-blog h3,.fx .entryBody--feedly-blog h4{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing)}.entryBody--feedly-blog ul{list-style:none;padding:0}.entryBody--feedly-blog ul>li{margin-bottom:1rem;padding-left:1.5rem;position:relative}.entryBody--feedly-blog ul>li::before{color:#2bb24c;content:"•";font-size:40px;position:absolute;left:0}.entryBody--feedly-blog ul>li li::before{content:"◦"}.fx.mobile .entryBody--feedly-blog li li::before{font-size:20px}.webfeeds-highlight{background:rgba(43,178,76,.1);box-shadow:0 -0.1rem 0 rgba(43,178,76,.1),0 .1rem 0 rgba(43,178,76,.1)}.webfeeds-highlight--text{background:rgba(43,178,76,.1);box-shadow:0 -0.1rem 0 rgba(43,178,76,.1),0 .1rem 0 rgba(43,178,76,.1);color:#2bb24c}.entryBody .webfeeds-faq{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.entryBody .webfeeds-faq .icon-fx-plus-ios-sm-accent,.entryBody .webfeeds-faq .icon-fx-minus-ios-sm-accent{margin-top:.125rem}.entryBody .webfeeds-faq__content{display:none}.entryBody .webfeeds-faq__content p{margin-top:.5rem}.entryBody .webfeeds-faq__title{cursor:pointer;flex:1;position:relative}.entryBody .webfeeds-faq__title h4{margin:0}.entryBody .webfeeds-faq--open .webfeeds-faq__content{display:block;margin-left:36px;flex-basis:100%}.fx.mobile .entryBody .webfeeds-faq .icon-fx-minus-ios-sm-accent,.fx.mobile .entryBody .webfeeds-faq .icon-fx-plus-ios-sm-accent{margin-top:0}.fx.mobile .entryBody .webfeeds-faq__content{margin-top:-0.5rem}.fx.mobile .entryBody .webfeeds-faq__title{font-family:var(--font-sans-serif);font-feature-settings:"liga" 1,"calt" 1;font-variation-settings:"opsz" var(--font-optical-sizing);font-size:1.125rem}.fx.mobile .entryBody .webfeeds-faq__title h4{margin-bottom:0}.fx.mobile .display--tablet .MobileFullEntry .webfeeds-faq .icon-fx-plus-ios-sm-accent,.fx.mobile .display--tablet .MobileFullEntry .webfeeds-faq .icon-fx-minus-ios-sm-accent{margin-top:.125rem}.fx.mobile .display--tablet .MobileFullEntry .webfeeds-faq__title{font-size:1.125rem;margin-top:0;margin-bottom:0}.fx.mobile .entryBody .webfeeds-icon-list,.entryBody .webfeeds-icon-list{align-items:flex-start;display:flex;margin-bottom:1.5rem;max-width:100%;width:660px}.fx.mobile .entryBody .webfeeds-icon-list__icon,.entryBody .webfeeds-icon-list__icon{box-shadow:none;display:block;height:74px;margin-right:1.5rem;margin-top:0;max-width:none;min-width:74px;width:74px}.fx.mobile .entryBody .webfeeds-icon-list__title,.entryBody .webfeeds-icon-list__title{color:#333;font-size:1rem;font-weight:550;margin:0;margin-bottom:.25rem;text-transform:initial}.fx.mobile .entryBody .webfeeds-icon-list__sub,.entryBody .webfeeds-icon-list__sub{color:#333;font-size:1rem;line-height:1.5;margin:0}.entryBody .content .webfeeds-heading{color:#333;font-size:2.125rem;line-height:2.75rem;page-break-before:always;-moz-column-break-before:always;break-before:always}.theme--dark .entryBody .content .webfeeds-heading{color:#e6e6e6}.entryBody .content .webfeeds-heading::before{content:"";display:block;height:10rem;margin:-10rem 0 0}.entryBody .content .webfeeds-heading__kicker{color:#9e9e9e;font-size:.625rem;font-weight:normal;line-height:.75rem;margin-bottom:1rem;text-transform:uppercase}.theme--dark .entryBody .content .webfeeds-heading__kicker{color:#757575}.entryBody .webfeeds-impact-table{background:#fff;border-radius:.25rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.08)}.theme--dark .entryBody .webfeeds-impact-table{background-color:rgba(0,0,0,.8)}.theme--night .entryBody .webfeeds-impact-table{background-color:rgba(0,0,0,.8)}.entryBody .webfeeds-impact-table h2{background:#2bb24c;border-radius:.25rem .25rem 0 0;color:#fff;font-size:1.25rem;font-weight:550;line-height:1.75rem;padding:.5rem;text-align:center;margin:0}.theme--dark .entryBody .webfeeds-impact-table h2{background:#2bb14c}.theme--night .entryBody .webfeeds-impact-table h2{background:#2bb14c}.entryBody .webfeeds-impact-table__container{-moz-column-gap:1.5rem;column-gap:1.5rem;display:flex;justify-content:space-between;padding:1.5rem 1.875rem;text-align:left;font-size:1rem;line-height:1.5}.theme--dark .entryBody .webfeeds-impact-table__container{color:#e6e6e6}.theme--night .entryBody .webfeeds-impact-table__container{color:#e6e6e6}.fx.mobile .entryBody .webfeeds-impact-table__container,.fx.mobile .display--tablet .webfeeds-impact-table__container{align-items:center;flex-direction:column;row-gap:1.5rem;text-align:center}.fx.mobile .entryBody .webfeeds-impact-table h2,.fx.mobile .display--tablet .webfeeds-impact-table h2{color:#fff;margin:0}.entryBody .webfeeds-thread-body{display:flex;flex-direction:row;line-height:1.33}.entryBody .webfeeds-thread-avatar{display:flex;flex:none;flex-direction:column;margin-right:.75rem}.entryBody .webfeeds-thread-avatar img{border:0;border-radius:50%}.entryBody .webfeeds-thread-connector{align-self:center;height:100%;width:2px;background-color:rgba(0,0,0,.38)}.theme--dark .entryBody .webfeeds-thread-connector{background-color:hsla(0,0%,100%,.58)}.entryBody .webfeeds-thread-tweet{align-items:flex-start;display:flex;flex-direction:column}.entryBody .webfeeds-thread-author{display:inline-block}.entryBody .webfeeds-thread-author-link{font-weight:550}.entryBody .webfeeds-thread-author-name{display:inline-block;color:#757575}.theme--dark .entryBody .webfeeds-thread-author-name{color:hsla(0,0%,100%,.75)}.entryBody .webfeeds-thread-text-container{margin-top:.5rem;margin-bottom:.5rem;margin-bottom:1rem}.entryBody .webfeeds-thread-text{white-space:pre-wrap;overflow-wrap:break-word}.entryBody .webfeeds-thread-media{display:flex;flex-direction:row}.entryBody .webfeeds-thread-media img{width:100%;margin-top:.5rem}.fx .leo-recommendations{border-radius:.25rem;max-height:1200px;margin-top:2rem;opacity:1;transition:max-height .5s ease, margin .75s ease, opacity .4s ease, padding .5s ease}.theme--dark .fx .leo-recommendations{border-color:#2a2a2a}.fx .leo-recommendations.hidden{border:none;max-height:0;margin-bottom:1.5rem;margin-top:-1.5rem;opacity:0;overflow:hidden;padding-bottom:0;padding-top:0}.fx .leo-recommendations__heading{display:inline-block;margin:0}.list__setups{display:flex}.photo-user0{background-image:url(/images/photo-jason-bw@2x.cd4d0bf3.png)}.photo-user1{background-image:url(/images/photo-mit-bw@2x.141d8872.png)}.photo-user2{background-image:url(/images/photo-brad-bw@2x.15f5107e.png)}.photo-user3{background-image:url(/images/photo-tina-bw@2x.033bda38.png)}.photo-user4{background-image:url(/images/photo-caa-bw@2x.edfc2336.png)}.photo-user5{background-image:url(/images/photo-zendesk-bw@2x.18d029af.png)}.fx.mobile *{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.fx.mobile input,.fx.mobile textarea{-webkit-user-select:auto;user-select:auto}.fx.mobile body{font-family:-apple-system,blinkmacsystemfont,roboto,sans-serif}.fx.mobile h4.no-border{border:0}.fx.mobile .no-scroll{-webkit-overflow-scrolling:auto;overflow:hidden}.fx.mobile .MobileToastContainer{bottom:0;left:0;position:fixed;right:0;z-index:10002}.fx.mobile .Page--white{background:#fcfcfc;padding-top:.1px}.fx.mobile .Page--white-padded{background:#fcfcfc;padding:1rem}.fx.mobile .Page--centered{display:flex;align-items:center;justify-content:center}.fx.mobile .container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.fx.mobile .container--white{background:#fcfcfc}.fx.mobile .border-bottom-primary{border-bottom:1px solid #e2e3e4}.fx.mobile .border-bottom-secondary{border-bottom:1px solid #eaebec}.fx.mobile .border-top-primary{border-top:1px solid #e2e3e4}.fx.mobile .border-top-secondary{border-top:1px solid #eaebec}.fx.mobile .background-card{background-color:#fcfcfc}.fx.mobile h2.message{font-size:1rem}.fx.mobile .TextHighlight{box-shadow:0 -0.1rem 0 rgba(255,238,85,.54),0 .1rem 0 rgba(255,238,85,.54)}.fx .theme--night .Page--white{background-color:#000}.fx .theme--night .Page{color:hsla(0,0%,100%,.76);background-color:#000}.fx .theme--night .Page--white-padded{background-color:#000}.fx .theme--night .border-top-primary,.fx .theme--night .border-bottom-primary{border-color:#1c1c1c}.fx .theme--night .border-top-secondary,.fx .theme--night .border-bottom-secondary{border-color:#1c1c1c}.fx .theme--night .background-card{background-color:#000}.display--tablet .PageElement{background-color:#fcfcfc}.display--tablet .theme--night .PageElement{background-color:#000}input[type=text]::-ms-clear{display:none;height:0;width:0}input[type=text]::-ms-reveal{display:none;height:0;width:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.display--tablet.landscape .MobileLanguageSelector,.fx.mobile .display--tablet.landscape .content-container{margin:auto;width:55.25rem}.display--tablet.portrait .MobileLanguageSelector,.fx.mobile .display--tablet.portrait .content-container{margin:auto;width:41rem}.fx .display--tablet .Page--white{background-color:#fcfcfc}.fx .display--tablet .theme--night .Page--white{background-color:#000}.MobileNotification{align-items:center;background:#fcfcfc;border-top:solid 1px #eaebec;color:#757575;display:flex;font-size:.875rem;justify-content:space-between;width:100%}.MobileNotification__label{flex:1;font-size:1rem;line-height:44px}.MobileNotification__icon{background-position:center;margin-left:1rem}.MobileNotification__action{height:44px}.MobileNotification--success{background:#dbfee4;color:#2bb24c}.MobileNotification--danger{background:#fedbdb;color:#f44336}.theme--night .MobileNotification{background:#000;border-color:#1c1c1c;color:hsla(0,0%,100%,.65)}.theme--night .MobileNotification--success{background:#2bb24c;color:#dbfee4}.theme--night .MobileNotification--danger{background:#f44336;color:#fedbdb}.fx .PullToRefresh{display:none;height:30px;left:0;margin-top:-12px;overflow:hidden;position:absolute;right:0;z-index:0}.fx .PullToRefresh__icon{left:50%;margin-right:0;position:absolute;top:0;transform:translate3d(-50%, 0, 0)}.fx .PullToClose{overflow:hidden;position:relative}.fx .PullToClose--closing{transition:height .2s ease-in-out}.fx .PullToClose__content{align-items:center;color:#757575;display:flex;left:50%;position:absolute;top:45%;transform:translate(-50%, -45%)}.fx .PullToClose__icon{border:solid 1px rgba(0,0,0,.54);border-radius:50%;display:inline-block;height:24px;margin-right:8px;position:relative;width:24px}.fx .PullToClose__icon--active::before,.fx .PullToClose__icon--active::after{animation:fadeIn .2s ease-in-out;animation-fill-mode:forwards;background:#fff;content:"";height:2px;left:-7px;position:absolute;top:-1px;transform-origin:center center;width:15px}.fx .PullToClose__icon--active::before{transform:rotate(45deg)}.fx .PullToClose__icon--active::after{transform:rotate(-45deg)}.fx .PullToClose__label{display:inline-block;width:120px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fx .MobileHeader{align-items:center;background-color:#fcfcfc;display:flex;justify-content:space-between;margin:0;min-height:44px;padding:0}.fx .MobileHeader__title{flex:1;font-size:1rem;letter-spacing:normal;margin:0;overflow:hidden;padding:0 .5rem;position:relative}.fx .MobileHeader__title--center{left:50%;position:absolute;text-align:center;transform:translateX(-50%)}.fx .MobileHeader__action-right,.fx .MobileHeader__action-left{align-items:center;display:flex}.fx .MobileHeader__action-right .MobileHeader__button-icon-only,.fx .MobileHeader__action-left .MobileHeader__button-icon-only{padding:13px}.fx .MobileHeader--tablet{min-height:48px;padding-bottom:2px;padding-top:2px}.fx .MobileHeader--tablet .MobileHeader__title{padding:0}.fx .MobileHeader--tablet.MobileHeader--inline{padding-bottom:1rem;padding-top:.5rem;display:block}.fx .MobileHeader--tablet.MobileHeader--inline .MobileHeader__action-left{margin-left:-6px;min-height:32px}.fx .MobileHeader--tablet.MobileHeader--inline .MobileHeader__title-container{align-items:center;display:flex;justify-content:space-between;min-height:48px;padding-bottom:2px;padding-top:2px}.fx .MobileHeader--tablet.MobileHeader--inline .MobileHeader__title{font-size:2.125rem;line-height:44px}.fx .FixedTopBar .MobileHeader__title{line-height:44px;max-width:550px;text-overflow:ellipsis;white-space:nowrap}.fx .FixedTopBar .MobileHeader__title--no-actions{max-width:none !important}.fx .PageElement--helper .MobileHeader{padding-left:1rem;padding-right:1rem}.theme--night .FixedTopBar{background-color:#000}.theme--night .FixedBottomBar{background-color:#000}.theme--night .MobileHeader{background-color:#000;border-color:#1c1c1c}.theme--night .MobileHeader__title{color:hsla(0,0%,100%,.76)}.fx.mobile .MobileFullEntry{will-change:opacity}.fx.mobile .MobileFullEntry *{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text}.fx.mobile .MobileFullEntry__footer{clear:both;margin-top:2rem;margin-bottom:1.5rem}.fx.mobile .MobileFullEntry__footer-button{flex:1}.fx.mobile .MobileFullEntry__header .metadata{color:#9e9e9e;font-size:.875rem;line-height:1.25rem;overflow:hidden}.fx.mobile .MobileFullEntry__header .metadata a{-webkit-text-decoration:none;text-decoration:none}.fx.mobile .MobileFullEntry__header h4{border:0;color:inherit;margin-top:0;padding-left:0;padding-right:0}.fx.mobile .MobileFullEntry__header .tagsHolder{margin-top:1rem}.fx.mobile .MobileFullEntry__header .tweetHolder{margin-bottom:.5rem;margin-top:.5rem}.fx.mobile .MobileFullEntry__title{clear:both;color:#333;font-size:1.5rem;font-weight:700;line-height:1.25em;margin-bottom:.5rem;margin-top:.5rem;-webkit-text-decoration:none;text-decoration:none;text-transform:none}.fx.mobile .MobileFullEntry__warning{color:#ff9800;font-size:.875rem;line-height:1.25rem;margin-bottom:2rem;margin-top:1rem}.fx.mobile .MobileFullEntry__body{color:#333;font-size:1rem;line-height:1.65em;margin-top:1.5rem;word-break:break-word}.fx.mobile .MobileFullEntry__body .entryBody{color:#333}.fx.mobile .MobileFullEntry__body p{color:inherit;font-size:inherit;line-height:inherit;margin-bottom:default;margin-top:default}.fx.mobile .MobileFullEntry__body a{border-bottom:1px solid rgba(0,0,0,.38);color:inherit;-webkit-text-decoration:none;text-decoration:none}.fx.mobile .MobileFullEntry__body h1{clear:both;color:#333;font-size:1.375rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;padding-left:0;padding-right:0}.fx.mobile .MobileFullEntry__body h2{clear:both;color:#333;font-size:1.25rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;padding-left:0;padding-right:0}.fx.mobile .MobileFullEntry__body h3{clear:both;color:#333;font-size:1.125rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;padding-left:0;padding-right:0}.fx.mobile .MobileFullEntry__body h4{clear:both;color:#333;font-size:1.0625rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;border:0;margin-left:0;margin-right:0;margin-top:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}.fx.mobile .MobileFullEntry__body hr{display:none}.fx.mobile .MobileFullEntry__body audio{display:block;margin-bottom:1.5rem;margin-top:1.5rem;width:100%}.fx.mobile .MobileFullEntry__body ul{margin-bottom:1.5rem;margin-top:1.5rem}.fx.mobile .MobileFullEntry__body ol{margin-bottom:1.5rem;margin-top:1.5rem}.fx.mobile .MobileFullEntry__body pre{white-space:pre-wrap;max-width:100%;overflow:hidden;font-size:1rem;line-height:1.25rem}.fx.mobile .MobileFullEntry__body q,.fx.mobile .MobileFullEntry__body blockquote{font-style:italic;display:block;margin-top:1.5rem;margin-bottom:1.5rem;margin-left:1.5rem}.fx.mobile .MobileFullEntry__body q::before,.fx.mobile .MobileFullEntry__body blockquote::before{content:""}.fx.mobile .MobileFullEntry__body figure{margin-left:0;margin-right:0}.fx.mobile .MobileFullEntry__body img{margin-top:1.5rem;margin-bottom:1.5rem;border-radius:3px;max-width:100%;display:none;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.fx.mobile .MobileFullEntry__body ol img.full,.fx.mobile .MobileFullEntry__body ul img.full,.fx.mobile .MobileFullEntry__body ol iframe,.fx.mobile .MobileFullEntry__body ul iframe,.fx.mobile .MobileFullEntry__body ol table,.fx.mobile .MobileFullEntry__body ul table{margin-left:-40px}.fx.mobile .MobileFullEntry__body iframe{display:none;overflow:hidden;margin-left:0;margin-right:0;margin-top:1.5rem;margin-bottom:1.5rem;background-color:rgba(0,0,0,.05);border:rgba(0,0,0,.06);border-radius:3px;max-width:100%}.fx.mobile .MobileFullEntry__body table{border:0;clear:both;margin-bottom:1.5rem;margin-top:1.5rem;max-width:100%;overflow:hidden}.fx.mobile .MobileFullEntry__body td,.fx.mobile .MobileFullEntry__body th{font-size:inherit;line-height:inherit;margin-bottom:0;margin-top:0;max-width:100%;overflow:hidden;padding:.5rem .5rem .5rem 0}.fx.mobile .MobileFullEntry__body td:first-child,.fx.mobile .MobileFullEntry__body th:first-child{padding-left:0}.fx.mobile .MobileFullEntry__body td:last-child,.fx.mobile .MobileFullEntry__body th:last-child{padding-right:0}.fx.mobile .MobileFullEntry__body img.floating{float:left;margin-top:0;margin-right:1.5rem;margin-bottom:.75rem;display:none}.fx.mobile .MobileFullEntry__body a.blockedIframe{display:block;margin-top:1.5rem;margin-bottom:1.5rem;font-size:.75rem;text-align:center;height:7.5rem;line-height:7.5rem;color:#757575;background-color:rgba(0,0,0,.05);border:rgba(0,0,0,.06);border-radius:3px}.fx.mobile .MobileFullEntry__body .slideshow.slideshowify img:nth-child(n+4){display:none}.fx.mobile .MobileFullEntry__body .slideshow.slideshowify br:nth-child(n+4){display:none}.fx.mobile .MobileFullEntry__body span.pinContainer+br{display:none}.fx.mobile .MobileFullEntry__body img.full+br{display:none}.fx.mobile .MobileFullEntry__newsletter-body{color:#333;font-size:1.05rem;line-height:1.55em;margin-top:1.5rem;word-break:break-word}.fx.mobile .MobileFullEntry__newsletter-body h1,.fx.mobile .MobileFullEntry__newsletter-body h2,.fx.mobile .MobileFullEntry__newsletter-body h3,.fx.mobile .MobileFullEntry__newsletter-body h4,.fx.mobile .MobileFullEntry__newsletter-body .summary b,.fx.mobile .MobileFullEntry__newsletter-body.content b,.fx.mobile .MobileFullEntry__newsletter-body.content p,.fx.mobile .MobileFullEntry__newsletter-body.content a,.fx.mobile .MobileFullEntry__newsletter-body td{color:#333}.fx.mobile .MobileFullEntry__newsletter-body .entryBody{color:#333}.fx.mobile .MobileFullEntry__newsletter-body p{color:inherit;font-size:inherit;line-height:inherit;margin:1em 0}.fx.mobile .MobileFullEntry__newsletter-body a{color:inherit;-webkit-text-decoration:underline;text-decoration:underline}.fx.mobile .MobileFullEntry__newsletter-body h1{clear:both;color:#333;font-size:1.375rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;margin-bottom:.67em;margin-top:.67em;padding-left:0;padding-right:0}.fx.mobile .MobileFullEntry__newsletter-body h2{clear:both;color:#333;font-size:1.25rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;margin-bottom:.83em;margin-top:.83em;padding-left:0;padding-right:0}.fx.mobile .MobileFullEntry__newsletter-body h3{clear:both;color:#333;font-size:1.125rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;margin-bottom:1em;margin-top:1em;padding-left:0;padding-right:0}.fx.mobile .MobileFullEntry__newsletter-body h4{clear:both;color:#333;font-size:1.0625rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;border:0;margin-bottom:1.33em;margin-left:0;margin-right:0;margin-top:1.33em;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0}.fx.mobile .MobileFullEntry__newsletter-body table{border:0;clear:both;margin-bottom:0;margin-top:0;overflow:hidden;table-layout:fixed;max-width:calc(100vw - 2rem)}.fx.mobile .MobileFullEntry__newsletter-body td,.fx.mobile .MobileFullEntry__newsletter-body th{font-size:inherit;line-height:inherit;margin-bottom:0;margin-top:0;max-width:100%;overflow:hidden;padding:0;text-transform:none}.fx.mobile .MobileFullEntry__newsletter-body td:first-child,.fx.mobile .MobileFullEntry__newsletter-body th:first-child{padding-left:0}.fx.mobile .MobileFullEntry__newsletter-body td:last-child,.fx.mobile .MobileFullEntry__newsletter-body th:last-child{padding-right:0}.fx.mobile .MobileFullEntry__newsletter-body hr{background:rgba(0,0,0,.15);border:0;height:1px}.fx.mobile .MobileFullEntry__newsletter-body iframe{border:1px solid #efefef;border-radius:3px;display:block;margin-bottom:1.5rem}.fx.mobile .MobileFullEntry__newsletter-body blockquote{margin-left:0;margin-right:0}.fx.mobile .display--tablet .MobileFullEntry{width:100%}.fx.mobile .display--tablet .MobileFullEntry__title{font-size:2rem;letter-spacing:-0.04em;line-height:1.25em}.fx.mobile .display--tablet .MobileFullEntry__body{font-size:1rem}.fx.mobile .display--tablet .MobileFullEntry__body h1{clear:both;color:#333;font-size:1.5rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;padding-left:0;padding-right:0}.fx.mobile .display--tablet .MobileFullEntry__body h2{clear:both;color:#333;font-size:1.375rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;padding-left:0;padding-right:0}.fx.mobile .display--tablet .MobileFullEntry__body h3{clear:both;color:#333;font-size:1.25rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;padding-left:0;padding-right:0}.fx.mobile .display--tablet .MobileFullEntry__body h4{clear:both;color:#333;font-size:1.1875rem;font-weight:700;line-height:1.15em;margin-bottom:1.5rem;margin-top:3rem;text-transform:none;padding-left:0;padding-right:0}.fx.mobile .display--tablet .MobileFullEntry .item-header.small,.fx.mobile .display--tablet .MobileFullEntry .item-meta,.fx.mobile .display--tablet .MobileFullEntry .item-description{font-size:1rem;line-height:1.25rem}.fx.mobile .MobileFullEntry__body{font-family:"Merriweather",-apple-system,blinkmacsystemfont,roboto,sans-serif}.fx.mobile.sansserif .MobileFullEntry__body{font-family:-apple-system,blinkmacsystemfont,roboto,sans-serif;font-size:1.05rem;line-height:1.55em}.fx.mobile.amasis .MobileFullEntry__body{font-family:Amasis,sans-serif;font-size:1.2rem;line-height:1.45em}.fx.mobile.iowan .MobileFullEntry__body{font-family:Iowan,sans-serif;font-size:1.1rem;line-height:1.55em}.fx.mobile.dinnext .MobileFullEntry__body{font-family:"DIN Next",sans-serif;font-size:1.2rem;line-height:1.45em}.fx.mobile.mundosans .MobileFullEntry__body{font-family:"Mundo Sans",sans-serif;font-size:1.2rem;line-height:1.45em}.fx.mobile.ysobel .MobileFullEntry__body{font-family:Ysobel,sans-serif;font-size:1.1rem;line-height:1.6em}.fx.mobile.itccharter .MobileFullEntry__body{font-family:"ITC Charter",sans-serif;font-size:1.2rem;line-height:1.45em}.fx.mobile.frutigernext .MobileFullEntry__body{font-family:"Frutiger Next",sans-serif;font-size:1.2rem;line-height:1.45em}.fx.mobile.merriweather .MobileFullEntry__body{font-family:Merriweather,sans-serif;line-height:1.65em}.fx.mobile.notosans .MobileFullEntry__body{font-family:"Noto Sans",sans-serif;font-size:1.05rem;line-height:1.55em}.fx.mobile.opendyslexic .MobileFullEntry__body{font-family:OpenDyslexic,sans-serif;font-size:1rem;line-height:1.45em}.fx.mobile.opendyslexic .MobileFullEntry__title{font-family:OpenDyslexic,sans-serif}.fx.mobile .MobileFullEntry--rtl{direction:rtl;text-align:right}.fx.mobile .theme--night .MobileFullEntry .metadata{color:hsla(0,0%,100%,.58)}.fx.mobile .theme--night .MobileFullEntry__body a{border-bottom-color:hsla(0,0%,100%,.58)}.fx.mobile .theme--night .MobileFullEntry .entryBody,.fx.mobile .theme--night .MobileFullEntry__body,.fx.mobile .theme--night .MobileFullEntry__newsletter-body,.fx.mobile .theme--night .MobileFullEntry__title,.fx.mobile .theme--night .MobileFullEntry .summary b,.fx.mobile .theme--night .MobileFullEntry .content b,.fx.mobile .theme--night .MobileFullEntry .content p,.fx.mobile .theme--night .MobileFullEntry .content a,.fx.mobile .theme--night .MobileFullEntry td,.fx.mobile .theme--night .MobileFullEntry h1,.fx.mobile .theme--night .MobileFullEntry h2,.fx.mobile .theme--night .MobileFullEntry h3,.fx.mobile .theme--night .MobileFullEntry h4{color:hsla(0,0%,100%,.76)}.fx.mobile .theme--night .MobileFullEntry__newsletter-body hr{background:hsla(0,0%,100%,.2)}.fx.mobile .theme--night .MobileFullEntry__newsletter-body iframe{border-color:#9e9e9e}.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted{background-color:#fff;color:hsla(0,0%,100%,.76)}.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted a{border-bottom-color:rgba(0,0,0,.38)}.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted img{opacity:1}.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted .summary b,.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted.content b,.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted.content p,.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted.content a,.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted td,.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted h1,.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted h2,.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted h3,.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted h4{color:#333}.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted h2{background-color:#fff}.fx.mobile .theme--night .MobileFullEntry__newsletter-body.MobileFullEntry__newsletter-body--well-formatted iframe{border-color:#757575}.fx.mobile .theme--night .MobileFullEntry__body img{opacity:.7}.fx.mobile .theme--night .MobileFullEntry__warning{color:rgba(255,152,0,.65)}.fx .MobileEntry__metadata-source{color:#757575}.fx .MobileEntry__metadata-evernote,.fx .MobileEntry__metadata-readlater{color:#2bb24c;display:inline-block;margin-left:0;white-space:nowrap}.fx .MobileEntry__metadata-evernote:active,.fx .MobileEntry__metadata-readlater:active{color:rgb(36.0538461538,149.2461538462,63.7230769231)}.fx .MobileEntry__memeSummary{padding-left:0}.fx .MobileEntry__memeSummary--list .MobileEntry__memeSummaryItem{margin-bottom:.25rem;overflow-y:hidden;padding-left:1.25rem;position:relative}.fx .MobileEntry__memeSummary--list .MobileEntry__memeSummaryItem::before{background:currentColor;border-radius:50%;content:"";height:6px;left:3px;position:absolute;top:8px;width:6px}.fx .MobileEntry__memeSummary--inline{display:inline}.fx .MobileEntry.titleOnly{max-width:initial;padding-bottom:.5rem;padding-left:1rem;padding-right:1rem;padding-top:.5rem}.fx .MobileEntry.titleOnly .entry__title{display:block;font-size:1rem;line-height:1.25rem;margin-bottom:.5rem;width:auto}.fx .MobileEntry.magazine{max-width:initial}.fx .MobileEntry.magazine .entry__title{margin-bottom:.5rem;padding-right:.5rem}.fx .MobileEntry.cards .entry__title{margin-bottom:.5rem;margin-top:0}.fx .MobileEntry.cards.cards .content{height:auto}.fx .MobileEntry.cards.cards .visual{float:none;height:17.5rem;margin-bottom:.5rem;margin-left:0;margin-right:0;position:initial;width:100%}.fx .MobileEntry.cards.MobileEntry__leo .visual{height:13rem}.fx .MobileEntry .visual{transform:none;will-change:auto}.fx.fx.fx .MobileEntry .entry__title--tweet{font-weight:400;letter-spacing:normal}.fx .mobile.android .MobileEntry .entry__title{font-weight:500}.fx .MobileEntry.titleOnly,.fx .MobileEntry.magazine,.fx .MobileEntry.cards{background-color:#fcfcfc;border:0;display:block;float:none;margin:0;max-width:initial;overflow:hidden;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;padding-top:1rem;-webkit-user-select:none;user-select:none;width:100%}.fx .MobileEntry.titleOnly .list-highlight,.fx .MobileEntry.magazine .list-highlight,.fx .MobileEntry.cards .list-highlight{margin-top:.5rem}.fx .MobileEntry.titleOnly .list-highlight .item-more,.fx .MobileEntry.magazine .list-highlight .item-more,.fx .MobileEntry.cards .list-highlight .item-more{display:none}.fx .MobileEntry.titleOnly .list-highlight .item-highlight,.fx .MobileEntry.magazine .list-highlight .item-highlight,.fx .MobileEntry.cards .list-highlight .item-highlight{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;color:#9e9e9e;margin-top:0}.fx .MobileEntry.titleOnly .list-highlight .item-highlight ::before,.fx .MobileEntry.magazine .list-highlight .item-highlight ::before,.fx .MobileEntry.cards .list-highlight .item-highlight ::before{background-color:rgba(255,238,85,.54);border-radius:2px;content:"";display:inline-block;height:10px;margin-right:.5rem;overflow:hidden;width:1rem}.fx .MobileEntry.titleOnly .list-highlight .item-highlight span,.fx .MobileEntry.magazine .list-highlight .item-highlight span,.fx .MobileEntry.cards .list-highlight .item-highlight span{background-color:rgba(0,0,0,0);border-radius:0;box-shadow:none;color:#9e9e9e;font-size:.875rem;line-height:1.25rem;max-height:none}.fx .MobileEntry.titleOnly .list-highlight .item-highlight span .item-picture,.fx .MobileEntry.magazine .list-highlight .item-highlight span .item-picture,.fx .MobileEntry.cards .list-highlight .item-highlight span .item-picture{display:none}.fx .MobileEntry.titleOnly .list-note .item-more,.fx .MobileEntry.magazine .list-note .item-more,.fx .MobileEntry.cards .list-note .item-more{display:none}.fx .MobileEntry.titleOnly .list-note .item-note,.fx .MobileEntry.magazine .list-note .item-note,.fx .MobileEntry.cards .list-note .item-note{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;border:0;border-top:0;margin-top:0;padding:0}.fx .MobileEntry.titleOnly .list-note .item-note .item-picture,.fx .MobileEntry.magazine .list-note .item-note .item-picture,.fx .MobileEntry.cards .list-note .item-note .item-picture{display:inline-block;float:none;height:1.25rem;margin-right:.5rem;vertical-align:middle;width:1.25rem}.fx .MobileEntry.titleOnly .list-note .item-note .item-header,.fx .MobileEntry.magazine .list-note .item-note .item-header,.fx .MobileEntry.cards .list-note .item-note .item-header{display:none}.fx .MobileEntry.titleOnly .list-note .item-note .item-description,.fx .MobileEntry.magazine .list-note .item-note .item-description,.fx .MobileEntry.cards .list-note .item-note .item-description{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;color:#9e9e9e;display:inline;font-size:.875rem;line-height:1.25rem;margin-top:0;max-height:none}.fx .MobileEntry.titleOnly .list-note .item-note .item-description .MobileEntry__note,.fx .MobileEntry.magazine .list-note .item-note .item-description .MobileEntry__note,.fx .MobileEntry.cards .list-note .item-note .item-description .MobileEntry__note{display:inline}.fx .MobileEntry.titleOnly .list-note .item-note .item-content,.fx .MobileEntry.magazine .list-note .item-note .item-content,.fx .MobileEntry.cards .list-note .item-note .item-content{display:inline;margin-left:0}.fx .MobileEntry.titleOnly .list-note .item-note .mention,.fx .MobileEntry.magazine .list-note .item-note .mention,.fx .MobileEntry.cards .list-note .item-note .mention{font-weight:normal}.fx .MobileEntry.titleOnly .entry__title,.fx .MobileEntry.magazine .entry__title,.fx .MobileEntry.cards .entry__title{-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box;overflow:hidden;font-size:1rem;font-weight:600;letter-spacing:normal;line-height:1.25rem;margin-bottom:.5rem;width:auto}.fx .MobileEntry.titleOnly .metadata,.fx .MobileEntry.magazine .metadata,.fx .MobileEntry.cards .metadata{color:#9e9e9e;font-size:.875rem;line-height:1.25rem;overflow:hidden}.fx .MobileEntry.titleOnly .summary,.fx .MobileEntry.magazine .summary,.fx .MobileEntry.cards .summary{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;color:#9e9e9e;font-size:.875rem;line-height:1.25rem;margin-top:.5rem;max-height:none}.fx .MobileEntry.titleOnly .visual,.fx .MobileEntry.magazine .visual,.fx .MobileEntry.cards .visual{float:right;height:6.25rem;margin-bottom:.75rem;margin-left:.75rem;margin-right:0;width:7.5rem}.fx .MobileEntry.titleOnly .visual.placeholder-debug,.fx .MobileEntry.magazine .visual.placeholder-debug,.fx .MobileEntry.cards .visual.placeholder-debug{display:none}.fx .entry--read .MobileEntry__metadata-source,.entry--read .entry__title{color:#9e9e9e}.display--tablet .MobileEntry.cards{padding:0}.display--tablet .MobileEntry__summary--leo{width:auto}.fx .MobileEntry.MobileEntry--density-compact.titleOnly .entry__title,.fx .MobileEntry.MobileEntry--density-compact.magazine .entry__title,.fx .MobileEntry.MobileEntry--density-compact.cards .entry__title{margin-bottom:0}.fx .MobileEntry.MobileEntry--density-compact.titleOnly .metadata,.fx .MobileEntry.MobileEntry--density-compact.titleOnly .list-note,.fx .MobileEntry.MobileEntry--density-compact.titleOnly .list-highlight,.fx .MobileEntry.MobileEntry--density-compact.titleOnly .summary,.fx .MobileEntry.MobileEntry--density-compact.magazine .metadata,.fx .MobileEntry.MobileEntry--density-compact.magazine .list-note,.fx .MobileEntry.MobileEntry--density-compact.magazine .list-highlight,.fx .MobileEntry.MobileEntry--density-compact.magazine .summary,.fx .MobileEntry.MobileEntry--density-compact.cards .metadata,.fx .MobileEntry.MobileEntry--density-compact.cards .list-note,.fx .MobileEntry.MobileEntry--density-compact.cards .list-highlight,.fx .MobileEntry.MobileEntry--density-compact.cards .summary{margin-bottom:0;margin-top:0}.fx .MobileEntry.MobileEntry--density-compact.titleOnly{padding-bottom:.5rem;padding-top:.5rem}.fx .MobileEntry.MobileEntry--density-compact.titleOnly .content{-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box;overflow:hidden;height:auto}.fx .MobileEntry.MobileEntry--density-compact.titleOnly .entry__title{display:inline;padding-right:.5rem}.fx .MobileEntry.MobileEntry--density-compact.titleOnly .metadata{display:inline}.fx .MobileEntry.MobileEntry--density-compact.titleOnly .MobileEntry__highlight,.fx .MobileEntry.MobileEntry--density-compact.titleOnly .MobileEntry__note{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;max-height:none}.fx .MobileEntry.MobileEntry--density-compact.titleOnly .MobileEntry__highlight{color:#9e9e9e}.fx .MobileEntry.MobileEntry--density-compact.magazine{padding-bottom:.75rem;padding-top:.75rem}.fx .MobileEntry.MobileEntry--density-compact.magazine .content{height:auto}.fx .MobileEntry.MobileEntry--density-compact.magazine .entry__title{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden}.fx .MobileEntry.MobileEntry--density-compact.magazine .visual{float:right;height:5rem;margin-bottom:0;margin-right:0;margin-top:0;width:7.5rem}.fx .MobileEntry.MobileEntry--density-compact.cards .visual{height:11.25rem}.fx .display--phone .MobileEntry--density-comfortable.titleOnly .entry__title,.fx .display--phone .MobileEntry--density-comfortable.magazine .entry__title,.fx .display--phone .MobileEntry--density-comfortable.cards .entry__title{margin-bottom:.25rem}.fx .display--phone .MobileEntry--density-comfortable.titleOnly .metadata,.fx .display--phone .MobileEntry--density-comfortable.titleOnly .list-note,.fx .display--phone .MobileEntry--density-comfortable.titleOnly .list-highlight,.fx .display--phone .MobileEntry--density-comfortable.titleOnly .summary,.fx .display--phone .MobileEntry--density-comfortable.magazine .metadata,.fx .display--phone .MobileEntry--density-comfortable.magazine .list-note,.fx .display--phone .MobileEntry--density-comfortable.magazine .list-highlight,.fx .display--phone .MobileEntry--density-comfortable.magazine .summary,.fx .display--phone .MobileEntry--density-comfortable.cards .metadata,.fx .display--phone .MobileEntry--density-comfortable.cards .list-note,.fx .display--phone .MobileEntry--density-comfortable.cards .list-highlight,.fx .display--phone .MobileEntry--density-comfortable.cards .summary{margin-bottom:.25rem;margin-top:.25rem}.fx .display--tablet .MobileEntry--density-comfortable.titleOnly .entry__title,.fx .display--tablet .MobileEntry--density-comfortable.magazine .entry__title,.fx .display--tablet .MobileEntry--density-comfortable.cards .entry__title{margin-bottom:.5rem}.fx .display--tablet .MobileEntry--density-comfortable.titleOnly .metadata,.fx .display--tablet .MobileEntry--density-comfortable.titleOnly .list-note,.fx .display--tablet .MobileEntry--density-comfortable.titleOnly .list-highlight,.fx .display--tablet .MobileEntry--density-comfortable.titleOnly .summary,.fx .display--tablet .MobileEntry--density-comfortable.magazine .metadata,.fx .display--tablet .MobileEntry--density-comfortable.magazine .list-note,.fx .display--tablet .MobileEntry--density-comfortable.magazine .list-highlight,.fx .display--tablet .MobileEntry--density-comfortable.magazine .summary,.fx .display--tablet .MobileEntry--density-comfortable.cards .metadata,.fx .display--tablet .MobileEntry--density-comfortable.cards .list-note,.fx .display--tablet .MobileEntry--density-comfortable.cards .list-highlight,.fx .display--tablet .MobileEntry--density-comfortable.cards .summary{margin-bottom:.5rem;margin-top:.5rem}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly{padding:0}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .content{align-items:center;display:flex;overflow:hidden;white-space:nowrap}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .metadata{font-size:1.125rem;white-space:nowrap}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .entry__title,.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .metadata,.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .summary{display:inline;font-size:1rem;line-height:44px}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .list-highlight{display:inline;margin-left:.25rem}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .list-highlight .item-highlight{display:inline}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .list-highlight .item-highlight ::before{display:none}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .list-highlight .item-highlight span{font-size:1rem;line-height:44px}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .MobileEntry__source-column{flex:none;font-size:.875rem;line-height:44px;overflow:hidden;text-overflow:ellipsis;width:7rem}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .MobileEntry__engagement-container{flex:none;font-size:1rem;line-height:44px;overflow:hidden;width:3rem}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .MobileEntry__engagement{font-size:.875rem;margin-right:0}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .MobileEntry__title-column{flex:1;overflow:hidden}.fx .display--tablet .MobileEntry.MobileEntry--density-compact.titleOnly .MobileEntry__ago-column{flex:none}.fx .display--tablet .MobileEntry.titleOnly,.fx .display--tablet .MobileEntry.magazine{padding-left:0;padding-right:0}.fx .display--tablet .MobileEntry.magazine .visual{float:left;height:6.25rem;margin-left:0;margin-right:1.5rem;width:9.375rem}.fx .display--tablet .MobileEntry.magazine .entry__title,.fx .display--tablet .MobileEntry.magazine .MobileEntry__metadata,.fx .display--tablet .MobileEntry.magazine .list-note,.fx .display--tablet .MobileEntry.magazine .list-highlight,.fx .display--tablet .MobileEntry.magazine .RelatedEntries,.fx .display--tablet .MobileEntry.magazine .summary{margin-left:10.875rem}.fx .display--tablet .MobileEntry.cards .visual{height:10rem}.fx .display--tablet .MobileEntry.cards.MobileEntry__leo{padding-top:1rem}.fx .display--tablet .MobileEntry.cards.MobileEntry__leo .visual{margin-bottom:1rem}.display--tablet.landscape .MobileEntry--density-compact.titleOnly .MobileEntry__source-column{width:9rem}.display--tablet.landscape .MobileEntry.magazine .visual{width:10.9375rem}.display--tablet.landscape .MobileEntry.magazine .entry__title,.display--tablet.landscape .MobileEntry.magazine .MobileEntry__metadata,.display--tablet.landscape .MobileEntry.magazine .list-note,.display--tablet.landscape .MobileEntry.magazine .list-highlight,.display--tablet.landscape .MobileEntry.magazine .summary{margin-left:12.4375rem}.display--tablet.landscape .MobileEntry--density-compact.magazine .visual,.display--tablet.portrait .MobileEntry--density-compact.magazine .visual{height:5rem}.fx .display--tablet .MobileEntryList__heading{flex:none}.fx .display--tablet .list-entries--layout-cards{display:flex;flex-wrap:wrap}.fx .display--tablet .list-entries--layout-cards .ForceTouchable{margin-right:32px;margin-bottom:1.5rem;margin-top:.5rem;text-align:left}.fx .display--tablet .list-entries--layout-cards .cards .entry__title{font-size:.875rem}.fx .display--tablet .list-entries--layout-cards .ForceTouchable:nth-of-type(3n){margin-right:0}.fx .MobileEntry--rtl .content{direction:rtl;text-align:right}.fx .MobileEntry--rtl .metadata{direction:ltr;text-align:right;padding-right:8px}.fx .MobileEntry--rtl .engagement-container{text-align:right}.fx .MobileEntry--rtl.magazine .visual{float:left;margin-left:0;margin-right:12px}.theme--night .MobileEntry__metadata-source{color:hsla(0,0%,100%,.65)}.theme--night .MobileEntry__metadata-evernote,.theme--night .MobileEntry__metadata-readlater{color:rgba(153,255,147,.65)}.theme--night .MobileEntry__metadata-evernote:active,.theme--night .MobileEntry__metadata-readlater:active{opacity:.38}.theme--night .MobileEntry .item-note{border-color:#1c1c1c}.theme--night .MobileEntry .item-note .item-header,.theme--night .MobileEntry .item-note .item-description{color:hsla(0,0%,100%,.65)}.theme--night .MobileEntry.titleOnly,.theme--night .MobileEntry.magazine,.theme--night .MobileEntry.cards{background-color:#000}.theme--night .MobileEntry.titleOnly__metadata-source,.theme--night .MobileEntry.magazine__metadata-source,.theme--night .MobileEntry.cards__metadata-source{color:hsla(0,0%,100%,.58)}.theme--night .MobileEntry.titleOnly .metadata,.theme--night .MobileEntry.magazine .metadata,.theme--night .MobileEntry.cards .metadata{color:hsla(0,0%,100%,.58)}.theme--night .MobileEntry.titleOnly .entry__title,.theme--night .MobileEntry.magazine .entry__title,.theme--night .MobileEntry.cards .entry__title{color:hsla(0,0%,100%,.76)}.theme--night .MobileEntry.titleOnly .summary,.theme--night .MobileEntry.magazine .summary,.theme--night .MobileEntry.cards .summary{color:hsla(0,0%,100%,.58)}.theme--night .MobileEntry.titleOnly .visual,.theme--night .MobileEntry.magazine .visual,.theme--night .MobileEntry.cards .visual{opacity:.7}.theme--night .MobileEntry.titleOnly .list-highlight .item-highlight,.theme--night .MobileEntry.magazine .list-highlight .item-highlight,.theme--night .MobileEntry.cards .list-highlight .item-highlight{color:hsla(0,0%,100%,.58)}.theme--night .MobileEntry.titleOnly .list-highlight .item-highlight ::before,.theme--night .MobileEntry.magazine .list-highlight .item-highlight ::before,.theme--night .MobileEntry.cards .list-highlight .item-highlight ::before{background-color:rgba(255,238,85,.38)}.theme--night .MobileEntry.titleOnly .list-highlight .item-highlight span,.theme--night .MobileEntry.magazine .list-highlight .item-highlight span,.theme--night .MobileEntry.cards .list-highlight .item-highlight span{color:hsla(0,0%,100%,.58)}.fx .theme--night .MobileEntry.entry--read .content>*{opacity:.65}.fx .theme--night .MobileEntry.entry--read .entry__title{color:hsla(0,0%,100%,.58)}.fx .theme--night .MobileEntry .entry__keyword{background-color:#084f91;box-shadow:0 -0.15rem 0 #084f91,0 .1rem 0 #084f91;color:#fff}.opendyslexic .MobileEntry{font-family:OpenDyslexic,sans-serif !important}.fx .landscape .MobileEntryLayout{padding:0;width:55.25rem}.StatsButton{display:none;height:44px;padding:10px;position:relative;width:44px}.fx .FixedTopBar .StatsButton{display:block}.StatsButton__unread{display:none;color:#9e9e9e;font-size:9px;margin-top:6px;position:absolute;text-align:center;width:24px}.fx .FixedTopBar .StatsButton__unread{display:block}.StatsButton .CircularProgressbar{transform:translate3d(0, 0, 0)}.StatsButton .CircularProgressbar-trail{stroke:#eaeaea}.StatsButton .CircularProgressbar-path{stroke:#757575;transition:stroke-dashoffset .5s ease 0s}.theme--night .StatsButton .CircularProgressbar-trail{stroke:#333}.theme--night .StatsButton .CircularProgressbar-path{stroke:hsla(0,0%,100%,.65);transition:stroke-dashoffset .25s ease 0s}.theme--night .StatsUnread{color:hsla(0,0%,100%,.58)}.MobileStreamFooter{background-color:#fcfcfc;margin-bottom:0;margin-top:6px;padding:2rem}.theme--night .MobileStreamFooter{background-color:#000}.fx .MobileFeed{background:#fcfcfc;color:#333;font-size:.875rem;line-height:1.25rem;padding-bottom:.75rem;padding-left:1rem;padding-right:1rem;padding-top:.75rem}.fx .MobileFeed__header{align-items:center;display:flex;justify-content:space-between}.fx .MobileFeed__force-touchable{display:flex;flex:1;overflow:hidden}.fx .MobileFeed__follow{flex:none;margin-right:0}.fx .MobileFeed__visual{border-radius:.25rem;flex:none;height:2.5rem;margin-right:1rem;width:2.5rem}.fx .MobileFeed__title{font-size:1rem;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.fx .MobileFeed__description{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;color:#757575;margin-top:1rem}.fx .MobileFeed__footer{margin-top:1rem}.fx .MobileFeed:active{background:#e2e3e4}.fx .MobileFeed:first-child{padding-top:1rem}.fx .MobileFeed--tablet{border:1px solid rgba(0,0,0,.15);border-radius:.25rem;margin-bottom:1rem;padding:1.5rem}.fx .MobileFeed--tablet .MobileFeed__header{align-items:flex-start}.fx .MobileFeed--tablet .MobileFeed__title{font-weight:550}.fx .MobileFeed--tablet .MobileFeed__title__sub{font-weight:400}.theme--night .MobileFeed{background:#000;border-color:#1c1c1c;color:hsla(0,0%,100%,.76)}.theme--night .MobileFeed__description{color:hsla(0,0%,100%,.65)}.theme--night .MobileFeed__follow{color:rgba(153,255,147,.65)}.theme--night .MobileFeed__visual{opacity:.7}.theme--night .MobileFeed:active{background:#111}.theme--night .MobileFeed:first-child{border-color:#1c1c1c}.MobileCarousel{-webkit-overflow-scrolling:touch;background:#fcfcfc;overflow-x:scroll;padding:1rem 0}.MobileCarousel::-webkit-scrollbar{width:22px}.MobileCarousel__content{display:flex}.MobileCarousel__content::-webkit-scrollbar{width:32px}.theme--night .MobileCarousel{background:#000}.fx .MobileTopicCard{background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius:4px;background-color:rgba(0,0,0,.38)}.fx .MobileTopicCard__content{position:relative;z-index:1}.fx .MobileTopicCard__label{color:#fff;font-size:1rem;letter-spacing:normal;margin:0;padding-top:1rem;text-align:center}.fx.mobile .android .MobileTopicCard__label{font-weight:500}.fx.mobile .ios .MobileTopicCard__label{font-weight:600}.fx.mobile .theme--night .MobileTopicCard__label{background:rgba(0,0,0,0)}.fx.fx .NoteFixedFooter{background-color:#fcfcfc;border-top:1px solid #e2e3e4;width:100%}.fx.fx .NoteFixedFooter--focused{padding-bottom:0}.fx.fx .NoteFixedFooter__input-wrapper{display:flex}.fx.fx .NoteFixedFooter__picture{flex:none;margin:.5rem 0 .5rem 1rem}.fx.fx .NoteFixedFooter__textarea{background-color:#fcfcfc;border:0;border-radius:0;color:#333;flex:1;line-height:24px;padding-bottom:1rem;padding-top:1rem}.fx.fx .NoteFixedFooter__textarea::placeholder{color:#9e9e9e}.theme--dark .fx.fx .NoteFixedFooter__textarea::placeholder{color:#757575}.fx.fx .NoteFixedFooter__add{margin-right:1rem;position:relative;top:12px}.fx.fx .NoteFixedFooter__suggestions{border-top:1px solid #e2e3e4;height:44px;padding-top:0;padding-bottom:0}.fx.fx .NoteFixedFooter__suggestion{color:#333;font-size:.875rem;font-weight:400;height:43px;padding-bottom:11px;padding-left:.25rem;padding-right:.25rem;padding-top:11px;text-transform:none;white-space:nowrap}.fx.fx .NoteFixedFooter__suggestion:active,.fx.fx .NoteFixedFooter__suggestion:hover{color:#333}.fx.fx .NoteFixedFooter__prefix{padding-bottom:13px;padding-top:13px}.fx.fx .theme--night .NoteFixedFooter{background-color:#000;border-top-color:#1c1c1c}.fx.fx .theme--night .NoteFixedFooter__textarea{background-color:#000;color:hsla(0,0%,100%,.76)}.fx.fx .theme--night .NoteFixedFooter__suggestions{border-top-color:#1c1c1c}.fx.fx .theme--night .NoteFixedFooter__suggestion{color:hsla(0,0%,100%,.76)}.fx.fx .theme--night .NoteFixedFooter__suggestion:active,.fx.fx .theme--night .NoteFixedFooter__suggestion:hover{color:hsla(0,0%,100%,.76)}.fx .MobileLanguageSelector{background-color:#fcfcfc}.fx .MobileLanguageSelector__button{height:44px}.fx .theme--night .MobileLanguageSelector{background-color:#000}.display--tablet .MobileRelatedSources .MobileFeed{border:0;padding-left:0;padding-right:0}.display--tablet .MobileRelatedSources__heading{border:0;margin-top:1rem}.fx.mobile .EntryPreview{position:absolute;min-height:calc(100% - 44px);width:100%}.fx.mobile .EntryPreview--left{right:100%}.fx.mobile .EntryPreview--right{left:100%}.fx .PullToNextStream p{margin:0;padding:1rem;text-align:center}.fx.fx.mobile .MobileCollection{align-items:center;background:#fcfcfc;color:#333;display:flex;font-size:.875rem;justify-content:space-between;line-height:1.25rem;padding:.75rem 1rem}.fx.fx.mobile .MobileCollection__content{flex:1}.fx.fx.mobile .MobileCollection__button{color:#9e9e9e;font-size:9px;font-weight:300;padding-right:0}.fx.fx.mobile .MobileCollection__button:hover,.fx.fx.mobile .MobileCollection__button:active{background:rgba(0,0,0,0)}.fx.fx.mobile .MobileCollection__icon,.fx.fx.mobile .MobileCollection__visual{border-radius:.25rem;flex:none;height:40px;margin-right:1rem;width:40px}.fx.fx.mobile .MobileCollection__icon{padding:6px}.fx.fx.mobile .MobileCollection__label{font-size:1rem;overflow-x:hidden;width:100%}.fx.fx.mobile .MobileCollection__sub{color:#9e9e9e;font-size:.8125rem;max-height:36px;overflow:hidden}.fx.fx.mobile .MobileCollection:active{background:#e2e3e4}.fx.mobile .theme--night .MobileCollection{background:#000;border-color:#1c1c1c;color:hsla(0,0%,100%,.76)}.fx.mobile .theme--night .MobileCollection__sub{color:hsla(0,0%,100%,.58)}.fx.mobile .theme--night .MobileCollection__visual{opacity:.7}.fx.mobile .theme--night .MobileCollection:active{background:#111}.fx.mobile .theme--night .MobileCollection:first-child{border-color:#1c1c1c}.fx.mobile .MobileSelect{align-items:center;display:flex;justify-content:space-between;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;padding:.75rem 1rem;font-size:.875rem;height:auto}.fx.mobile .MobileSelect__value{color:#333;font-weight:400}.fx.mobile .MobileSelect__value--empty{color:#9e9e9e}.fx.mobile .MobileSelect__arrow .icon{margin-right:0}.fx.mobile .theme--night .MobileSelect{background-color:#111;border-color:hsla(0,0%,100%,.2)}.fx.mobile .theme--night .MobileSelect__value{color:hsla(0,0%,100%,.76)}.fx.mobile .theme--night .MobileSelect__value--empty{color:hsla(0,0%,100%,.58)}.fx .NavigationButton{text-transform:none}.fx.fx .MobileIntegrationList__card{font-size:1rem;font-weight:550}.fx.fx .MobileIntegrationList__icon{background-repeat:no-repeat;background-size:cover;height:28px;width:28px}.fx.mobile .MobileTestimonialList__testimonial{border-radius:.25rem}.fx .MobileMuteFiltersItem{background:#fff;display:flex;flex-direction:row;padding:1rem 1rem}.fx .MobileMuteFiltersItem:active{background-color:hsl(0,0%,91.8235294118%)}.fx .MobileMuteFiltersItem__content{flex:1}.fx .MobileMuteFiltersItem__content--is-muted{opacity:.54}.fx .MobileMuteFiltersItem__label{flex:1}.fx .MobileMuteFiltersItem__row{display:flex;padding-left:.5rem}.fx .MobileMuteFiltersItem__status{display:flex}.fx .MobileMuteFiltersItem__label,.fx .MobileMuteFiltersItem__stream{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:270px}.theme--night .MobileMuteFiltersItem{background-color:#000}.theme--night .MobileMuteFiltersItem:active{background:#111}.fx .presentation-0 header{margin-bottom:1rem}.fx .presentation-0 header .p-t-2{padding-top:1.5rem !important}.fx .presentation-0 h1{font-size:1.625rem;line-height:40px;margin-top:1.5rem}.fx .presentation-0 h4{margin-bottom:1rem;margin-top:1.5rem}.fx .presentation-0 h4:first-of-type{margin-top:2rem}.fx .presentation-0 .BigTabs{margin-top:1rem}.LessLikeThisSelector{position:relative}.LessLikeThisSelector__horizontal-scroll{margin-left:4rem;margin-right:.5rem}.LessLikeThisSelector__menu{direction:ltr;max-height:70vh;overflow-y:auto;padding:.5rem 0;text-align:left;width:22rem}.LessLikeThisSelector__row{padding:1rem 1.5rem;width:100%}.LessLikeThisSelector__row--clickable{cursor:pointer}.LessLikeThisSelector__row--clickable:hover{background-color:var(--semanticColorBackgroundStatesElevationMediumHover)}.LessLikeThisSelector__row-label{vertical-align:middle}.fx .LessLikeThisSelector__topic-button{text-align:left}.mobile .LessLikeThisSelector{position:fixed}.mobile .LessLikeThisSelector__menu{max-height:none;width:100%}.mobile .LessLikeThisSelector__horizontal-scroll{white-space:nowrap;overflow-y:scroll;-webkit-overflow-scrolling:touch}.mobile .LessLikeThisSelector__horizontal-scroll::-webkit-scrollbar{display:none}.MobileLeftnav{bottom:0;left:0;right:0;top:0;z-index:1}.MobileLeftnav__background{background-color:#000;bottom:0;left:0;opacity:0;right:0;top:0;transition:opacity .25s;will-change:opacity}.MobileLeftnav--closing{position:fixed}.MobileLeftnav--closing .MobileLeftnav__background{opacity:0;position:absolute}.MobileLeftnav--open{position:fixed}.MobileLeftnav--open .MobileLeftnav__background{position:absolute;opacity:.5}.MobileLeftnav--open .MobileLeftnavList{transform:translate(0)}.MobileLeftnav--edit .MobileLeftnavList{transform:none;will-change:unset}.MobileLeftnavList{background-color:#e2e3e4;bottom:0;color:#444;max-width:382px;overflow-y:scroll;overflow-x:hidden;position:absolute;padding-top:3rem;padding-bottom:3rem;transform:translate(-110%);top:0;transition:transform .25s;width:90%;will-change:transform}@media only screen and (orientation: landscape){.MobileLeftnavList--inset{padding-left:3rem}}@media screen and (max-width: 440px){.MobileLeftnavList{transform:translate(-115%);width:85%}}@media screen and (max-width: 300px){.MobileLeftnavList{transform:translate(-120%);width:80%}}.MobileLeftnavList__add-content{margin-top:2rem;margin-bottom:2rem;margin-left:1rem;margin-right:1rem}.MobileLeftnavList__edit{text-align:right;text-transform:uppercase}.MobileLeftnavList__heading{color:#9e9e9e;font-size:.875rem;margin-top:3rem;margin-left:1rem;margin-bottom:.75rem;text-transform:uppercase}.MobileLeftnavList__profile{margin-top:2rem;padding-left:1rem}.MobileLeftnavList__profile-photo{width:40px;height:40px;background-size:cover;border:1px solid rgba(0,0,0,.15);border-radius:1.5rem;float:left;margin-right:.5rem;overflow:hidden}.MobileLeftnavList__profile-info{font-size:1rem;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 414px){.MobileLeftnavList__profile-info{width:245px}}@media screen and (max-width: 375px){.MobileLeftnavList__profile-info{width:205px}}@media screen and (max-width: 320px){.MobileLeftnavList__profile-info{width:165px}}.MobileLeftnavList__version{font-size:.8125rem;color:#9e9e9e;margin-top:2rem;padding-left:1rem}.MobileLeftnavList--android{background-color:#fff}.MobileLeftnavList--android .MobileLeftnavList__heading{font-weight:550;text-transform:capitalize}.fx .theme--night .MobileLeftnavList{background-color:#1c1c1c;color:hsla(0,0%,100%,.68)}.fx .theme--night .MobileLeftnavList__version{color:hsla(0,0%,100%,.58)}.MobileLeftnavListRowContainer{background-color:#fff}.MobileLeftnavListRowContainer--highlighted{background-color:rgba(0,0,0,.15)}.MobileLeftnavList--android .MobileLeftnavListRow{border-top:none;height:44px}.MobileLeftnavList--android .MobileLeftnavListRow__label{padding-left:.75rem}.MobileLeftnavListRow{align-items:center;border-top:1px solid #eaebec;display:flex;font-size:1rem;flex-wrap:wrap;height:45px}.MobileLeftnavListRow--no-icon{padding-left:1rem}.MobileLeftnavListRow--no-border{border-top:none;height:44px}.MobileLeftnavListRow__label{text-overflow:ellipsis;overflow:hidden;padding-right:.25rem;padding-left:.25rem;white-space:nowrap;flex:1}.MobileLeftnavListRow__count{color:#9e9e9e;font-weight:300;font-size:.75rem;margin-right:.75rem;margin-left:auto;text-align:right}.MobileLeftnavListRow__more,.MobileLeftnavListRow__handle{float:right;width:2.25rem}.MobileLeftnavListRow__more{margin-right:.25rem}.MobileLeftnavListRow__meta{color:#9e9e9e}.theme--dark .MobileLeftnavListRow__meta{color:#757575}.MobileLeftnavListRow__icon-container{position:relative}.fx.fx .MobileLeftnavListRow__icon{flex:none;margin-right:0;margin-left:.5rem;position:relative;transition:transform .2s ease-in-out;width:2.4rem;height:2.4rem;padding:calc(1.2rem - 12px)}.fx.fx .MobileLeftnavListRow__icon:hover{background-color:rgba(0,0,0,0)}.fx.fx .MobileLeftnavListRow__icon--clickable{border-radius:50%}.fx.fx .MobileLeftnavListRow__icon--clickable:active{background-color:rgba(0,0,0,.15)}.MobileLeftnavListRow--expanded .MobileLeftnavListRow__icon{transform:rotate(90deg)}.MobileLeftnavListRow--child{padding-left:0;margin-left:calc(3.15rem - calc(1.2rem - 12px))}.MobileLeftnavListRow--child .MobileLeftnavListRow__label{flex:1}.fx.fx .MobileLeftnavListRow--child .MobileLeftnavListRow__icon{margin-left:0;padding:calc(1.2rem - 10px)}.fx .theme--night .MobileLeftnavListRowContainer{background-color:#181818}.fx .theme--night .MobileLeftnavListRowContainer--highlighted{background-color:rgba(0,0,0,.38)}.fx .theme--night .MobileLeftnavListRow{border-color:#2a2a2a}.MobileAddRemoveMenuItem__visual{flex:none}.MobileAddRemoveMenuItem__content{flex:1}.MobileAddRemoveMenuItem__marker{flex:none}.fx .MobileMenuItem{align-items:center;background:#fcfcfc;color:#333;display:flex;font-size:1rem;min-height:44px;padding:.5rem 1rem}.fx .MobileMenuItem--active{color:#2bb24c}.fx .MobileMenuItem--danger{color:#f44336}.fx .MobileMenuItem:active{background:#e2e3e4}.fx .MobileMenuItem>.icon{flex:none}.fx .android .MobileMenuItem{padding:.75rem 1rem}.fx .Drawer .MobileMenuItem,.fx .Page--white-padded .MobileMenuItem{margin-left:-1rem;margin-right:-1rem}.fx .Swipeable .MobileMenuItem:first-child{border-top:none}.fx.fx .Swipeable--swiping .MobileMenuItem:active{background-color:#fcfcfc}.fx.fx .theme--night .Swipeable--swiping .MobileMenuItem:active{background-color:#000}.fx .theme--night .MobileMenuItem{background:rgba(0,0,0,0);color:hsla(0,0%,100%,.76)}.fx .theme--night .MobileMenuItem--danger{color:#f44336}.fx .theme--night .MobileMenuItem:active{background:#111}.fx .theme--night .MobileMenuItem:first-child{border-color:#1c1c1c}.MobileMenuItemMarker{background:#2bb24c;border-radius:3px;color:#fff;flex:none;font-size:.75rem;font-weight:550;padding:.25rem .5rem .25rem;text-transform:uppercase}.MobileMenuItemMarker .icon{background-size:14px 14px;height:14px;margin-top:-1px;width:14px}.fx .CommonTopicDrawer__description{margin-top:.5rem}.fx.fx .CustomFontDrawer{padding:1rem 0}.fx .CustomFontDrawer__top{align-items:top;display:flex;padding:0 1rem}.CustomFontDrawer__theme{width:40%}.fx .CustomFontDrawer__theme-button{border-radius:50%;border-color:rgba(0,0,0,.15);height:40px;min-width:initial;padding:0;width:40px}.fx .CustomFontDrawer__theme-button--day{background:#fcfcfc}.fx .CustomFontDrawer__theme-button--night{background:#000;border-color:hsla(0,0%,100%,.2)}.CustomFontDrawer__font-size{flex:1}.fx .CustomFontDrawer__font-button{display:block}.CustomFontDrawer__carousel{padding:0}.CustomFontDrawer__font-size-heading{padding:0 1rem}.CustomFontDrawer__card{align-items:center;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;display:flex;height:58px;justify-content:center;margin-bottom:.5rem}.CustomFontDrawer__card:active{border-color:hsl(0,0%,78%)}.CustomFontDrawer__card--active{border-color:#2bb24c}.CustomFontDrawer__card--active:active{border-color:rgb(36.0538461538,149.2461538462,63.7230769231)}.CustomFontDrawer__card-label{align-items:center;color:#757575;display:flex;font-size:.875rem;justify-content:center}.CustomFontDrawer__font-range{align-items:center}.fx .theme--night .CustomFontDrawer__card{border-color:hsla(0,0%,100%,.2)}.fx .theme--night .CustomFontDrawer__card:active{opacity:.8}.fx .theme--night .CustomFontDrawer__card--active{border-color:rgba(153,255,147,.65)}.fx .theme--night .CustomFontDrawer__card--active:active{border-color:rgb(154.9833333333,255,149.1)}.fx .theme--night .CustomFontDrawer .MobileCarousel{background:#111}.fx .Drawer__header{color:#333;font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:1rem}.fx .Drawer__sub{color:#757575;font-weight:normal;margin-top:.5rem}.fx .Drawer__sub--muted{color:#9e9e9e}.fx .Drawer__sub--small{font-size:.8125rem;margin-top:0}.fx .Drawer__hint{color:#9e9e9e;font-size:.8125rem;font-weight:normal;line-height:1.25rem;margin-top:1rem}.fx .Drawer__hintAction{color:#333}.fx .Drawer__grid{align-items:center;display:flex;justify-content:space-between}.fx .Drawer__column{flex:1;text-align:center}.fx .Drawer__label{color:#757575;font-weight:normal;font-size:.8125rem}.fx .Drawer__message{color:#333;font-size:1rem;line-height:1.5;margin-bottom:1rem}.fx .Drawer__value{color:#757575;font-size:1.25rem}.theme--night .Drawer__header{color:hsla(0,0%,100%,.76)}.theme--night .Drawer__value,.theme--night .Drawer__label,.theme--night .Drawer__sub{color:hsla(0,0%,100%,.65)}.theme--night .Drawer__value--muted,.theme--night .Drawer__label--muted,.theme--night .Drawer__sub--muted{color:hsla(0,0%,100%,.58)}.theme--night .Drawer__hint{color:hsla(0,0%,100%,.58)}.theme--night .Drawer__hintAction{color:hsla(0,0%,100%,.76)}.theme--night .Drawer__message{color:hsla(0,0%,100%,.76)}.FeedInfoDrawer__header{color:#333;font-size:1.125rem;font-weight:600;margin-bottom:.5rem;margin-top:.5rem}.FeedInfoDrawer__sub{-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box;overflow:hidden;color:#757575;font-size:1rem;margin-bottom:1.5rem;margin-top:.5rem}.FeedInfoDrawer__metrics{align-items:left;display:flex;justify-content:space-between}.FeedInfoDrawer__column{flex:1;text-align:left;width:32%}.FeedInfoDrawer__value{color:#757575;font-size:1.25rem}.FeedInfoDrawer__percentage-bar-container{background-color:rgba(0,0,0,.15);border-radius:.25rem;display:inline-block;height:5px;margin-bottom:10px;margin-top:10px;width:65px}.FeedInfoDrawer__percentage-bar{background:rgba(0,0,0,.38);border-radius:.25rem;height:5px}.FeedInfoDrawer__label{color:#9e9e9e;font-size:.8125rem;font-weight:normal;line-height:1.25rem;margin-top:.25rem}.android .FeedInfoDrawer__header{font-weight:500}.theme--night .FeedInfoDrawer__header{color:hsla(0,0%,100%,.76)}.theme--night .FeedInfoDrawer__sub,.theme--night .FeedInfoDrawer__value{color:hsla(0,0%,100%,.65)}.theme--night .FeedInfoDrawer__label{color:hsla(0,0%,100%,.58)}.theme--night .FeedInfoDrawer__percentage-bar-container{background-color:hsla(0,0%,100%,.2)}.theme--night .FeedInfoDrawer__percentage-bar{background:hsla(0,0%,100%,.58)}.MuteOptionsDrawer{line-height:1.25rem}.MuteOptionsDrawer__header--is-muted{opacity:.54}.MuteOptionsDrawer__label{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;color:#333;font-size:1.125rem;font-weight:600;margin-top:.5rem}.MuteOptionsDrawer__sub{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;color:#9e9e9e;font-size:.8125rem;margin-bottom:1.5rem;margin-top:.25rem}.theme--night .MuteOptionsDrawer__label{color:hsla(0,0%,100%,.76)}.theme--night .MuteOptionsDrawer__sub{color:hsla(0,0%,100%,.65)}.ProFeaturesDrawer__feature{display:flex;margin-bottom:1rem}.ProFeaturesDrawer__icon{flex:none;margin-top:3px}.KeyboardShortcutsDrawer{line-height:1.25rem}.KeyboardShortcutsDrawer__item{align-items:center;display:flex;min-height:44px;padding:.5rem 0}.KeyboardShortcutsDrawer__shortcut-key{font-weight:600;margin-right:1rem;width:60px}.theme--night .KeyboardShortcutsDrawer__item{color:hsla(0,0%,100%,.76)}.fx.fx .SalienceDrawer__menu{font-weight:400;padding-top:.5rem}.fx.fx .SalienceDrawer__menu-item{align-items:flex-start;display:flex}.fx.fx .SalienceDrawer__menu-item-label{flex:1}.fx.fx .SalienceDrawer__menu-item-label--active{color:#2bb24c}.InlineEntityWrapper{display:inline-block}.InlineEntity{display:inline-block;position:relative}.InlineEntity__icon{margin-left:.25rem;margin-top:-0.25rem}.InlineEntity--highlighted>.icon{background-color:rgba(255,238,85,.54);height:1.5rem;position:relative}.InlineEntity--highlighted>.icon::before{content:"";background-color:rgba(255,238,85,.54);height:24px;left:-0.25rem;position:absolute;top:0;width:.25rem}.InlineEntity--leo-highlighted{background-color:rgba(43,178,76,.15)}.theme--night .InlineEntity--highlighted>.icon{background-color:rgba(255,238,85,.38);opacity:initial}.theme--night .InlineEntity--highlighted>.icon::before{background-color:rgba(255,238,85,.38)}.theme--night .InlineEntity--leo-highlighted{background-color:rgba(43,178,76,.25)}.fx .InlineEntityDrawer__description{-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;overflow:hidden;margin-top:.5rem}.fx .InlineEntityDrawer__stats{align-items:center;display:flex;justify-content:space-between;padding-bottom:1rem}.fx .InlineEntityDrawer__associated-entities{margin-top:-0.5rem}.fx .MobileDiscoverAutocomplete__visual{height:28px;margin-right:1rem;width:28px}.fx .MobileDiscoverSearchResults__topic{align-items:center;display:flex;height:32px}.fx .MobileDiscoverSearchResults__feeds{margin-top:.5rem}.fx .MobileDiscoverSearchResults__feeds--notification{color:#9e9e9e;font-size:.8125rem;margin-left:1rem}.fx .MobileDiscoverSearchResults .MobileCarousel{padding-bottom:.5rem;padding-top:.5rem}.fx.fx .MobileDiscoverTopics__topic{font-size:1rem;padding-bottom:.75rem;padding-top:.75rem}.fx.fx .MobileDiscoverTopics__team-entities{display:flex;flex-wrap:wrap;padding-top:1rem}.fx.fx .MobileDiscoverTopics__team-entity{margin-right:32px}.fx.fx .MobileDiscoverTopics__team-entity:nth-of-type(3n){margin-right:0}.fx.fx .MobileDiscoverTopics__visual{background-color:rgba(0,0,0,.38);height:40px;margin-right:1rem;width:40px}.fx .Swipeable{background-color:#e2e3e4;overflow:hidden;position:relative;transition:background-color 200ms ease}.fx .Swipeable--collapse{height:0;transition:height 280ms ease}.fx .Swipeable--active-accent{background-color:#2bb24c}.fx .Swipeable--active-deep-gray{background-color:#3b3b3b}.fx .Swipeable--active-secure{background-color:#ff5722}.fx .Swipeable--active-danger{background-color:#f44336}.fx .Swipeable__mover{transform:translateX(0);transition:transform 200ms ease}.fx .Swipeable__mover--none{transition:none}.fx .Swipeable__mover--swipe-left{transform:translateX(-100%);transition:transform 125ms ease}.fx .Swipeable__mover--swipe-right{transform:translateX(100%);transition:transform 125ms ease}.fx .Swipeable__mover--return{transform:translateX(0);transition:transform 200ms ease}.fx .SwipeableAction{align-items:center;color:#333;display:inline-flex;flex-direction:row;font-size:.8125rem;font-weight:bold;height:100%;justify-content:center;padding:1rem;position:absolute;text-transform:uppercase}.fx .SwipeableAction--active{color:#fff}.fx .SwipeableAction--align-right{flex-direction:row-reverse;right:0}.fx .SwipeableAction--align-right .icon{margin-right:0;margin-left:.5rem}.fx .SwipeableAction--iconAfter .icon{margin-left:0;margin-right:.5rem}.fx .theme--night .Swipeable{background-color:#111}.fx .theme--night .Swipeable--active-accent{background-color:#2bb24c}.fx .theme--night .Swipeable--active-danger{background-color:#f44336}.fx .theme--night .Swipeable--active-secure{background-color:#ff5722}.fx .theme--night .SwipeableAction{color:hsla(0,0%,100%,.76)}.fx.fx .PriorityExplanation__description{border-bottom:1px solid rgba(0,0,0,.15);padding-bottom:1.5rem}.theme--dark .fx.fx .PriorityExplanation__description{border-color:#2a2a2a}.fx.fx .PriorityExplanation__keyword{color:#333;display:inline-block;font-weight:bold}.theme--dark .fx.fx .PriorityExplanation__keyword{color:#e6e6e6}.fx.fx .PriorityExplanation__keyword-icon{margin-right:.25rem;margin-top:-3px}.fx.fx .PriorityExplanation__menu{display:block;padding-top:.5rem}.fx.fx .Drawer .PriorityExplanation__menu .item{padding-left:0}.fx.fx .Drawer .PriorityExplanation__item-label{font-size:1rem}.fx.fx .Drawer .PriorityExplanation__item-label--danger{color:#f44336}.fx.fx .theme--night .Drawer .PriorityExplanation__description{border-bottom:1px solid hsla(0,0%,100%,.2)}.fx.fx .theme--night .Drawer .PriorityExplanation__keyword{color:hsla(0,0%,100%,.76)}.fx.fx .theme--night .Drawer .PriorityExplanation__item-label{color:hsla(0,0%,100%,.76)}.fx.fx .theme--night .Drawer .PriorityExplanation__item-label--danger{color:#f44336}video{max-width:647px}.highlightedTerm{background-color:rgba(43,178,76,.15);box-shadow:0 -0.15rem 0 rgba(43,178,76,.15),0 .1rem 0 rgba(43,178,76,.15)}.theme--dark .highlightedTerm{background-color:rgba(43,177,76,.25);box-shadow:0 -0.15rem 0 rgba(43,177,76,.25),0 .1rem 0 rgba(43,177,76,.25)}
body{margin:0;border:0;font-family:-apple-system,Roboto,sans-serif;width:100%;height:100vh;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fcfcfc}.theme--night body{background-color:#000}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}#app{height:100%}.fx .TabBar{height:calc(var(--tabbar-height) - 1px) !important}.PageContainer{height:100%;opacity:0;overflow:hidden;position:absolute;width:100%;z-index:1;display:flex;flex-direction:column}.PageContainer.overTabBar{height:100vh}.display--tablet .PageHeaderContainer--helper{right:0;width:400px}.PageElement{transform:translateZ(0);overflow-y:scroll;overflow-x:hidden;padding-left:var(--inset-left);padding-right:var(--inset-right);transition:height .3s, top .3s;width:100%;z-index:0;flex:1}.display--tablet .tablet-card-width{width:calc((calc(calc(100vw - var(--inset-left) - var(--inset-right)) - 2 * max(40px, (calc(100vw - var(--inset-left) - var(--inset-right)) - 840px) / 2)) - 64px)/3)}.display--tablet .dual-column-width{width:calc((calc(calc(100vw - var(--inset-left) - var(--inset-right)) - 2 * max(40px, (calc(100vw - var(--inset-left) - var(--inset-right)) - 840px) / 2)) - 16px)/2)}.display--tablet .PageElement,.display--tablet .MobileInputHeader{width:100%;padding:0 max(40px,(calc(100vw - var(--inset-left) - var(--inset-right)) - 840px)/2)}.display--tablet .list-entries--layout-cards .ForceTouchable{width:calc((calc(calc(100vw - var(--inset-left) - var(--inset-right)) - 2 * max(40px, (calc(100vw - var(--inset-left) - var(--inset-right)) - 840px) / 2)) - 64px)/3)}.display--tablet .list-entries--layout-cards .visual{height:calc(calc((calc(calc(100vw - var(--inset-left) - var(--inset-right)) - 2 * max(40px, (calc(100vw - var(--inset-left) - var(--inset-right)) - 840px) / 2)) - 64px) / 3)*5/6)}.display--tablet .PageElement.PageElement--stretched{width:100%;padding:0 40px}.display--tablet .PageElement.PageElement--full-width{width:100%;padding:0}.display--tablet .PageElement.PageElement--helper{left:initial;width:400px;padding:0;padding-bottom:calc(var(--tabbar-height) + var(--inset-bottom))}.PageBack{transform:translateZ(0);background-color:#000;height:calc(calc(100vh - var(--inset-top)) - 45px - calc(var(--tabbar-height) + var(--inset-bottom)));left:0;opacity:0;overflow-y:scroll;overflow-x:hidden;position:absolute;right:0;top:calc(var(--inset-top) + 45px)}.display--tablet .PageBack--helper{bottom:0;height:initial;top:0}.display--phone .Drawer{padding-bottom:calc(var(--inset-bottom) + 16px) !important}.Page--white-padded{min-height:calc(calc(100vh - var(--inset-top)) - 45px)}.PageElement.overTabBar .EntryPage.Page--white-padded{min-height:calc(calc(100vh - var(--inset-top)) - 45px + 2px)}.Page--white{min-height:calc(calc(100vh - var(--inset-top)) - calc(var(--tabbar-height) + var(--inset-bottom)) - 45px)}.PageElement.overTabBar .Page--white{min-height:calc(calc(100vh - var(--inset-top)) - 45px);padding-bottom:var(--inset-bottom) !important}.FixedTopBar{background-color:#fcfcfc;padding-top:var(--inset-top);padding-left:var(--inset-left);padding-right:var(--inset-right);width:100%;z-index:10000}.theme--night .FixedTopBar{background-color:#000}.PageContainer .FixedBottomBar{background-color:#fcfcfc;display:none;opacity:0;padding-left:var(--inset-left);padding-right:var(--inset-right);padding-bottom:var(--inset-bottom);width:100%;z-index:10000}.theme--night .PageContainer .FixedBottomBar{background-color:#000}.fx .FixedTopBar .MobileHeader__title{max-width:calc(100vw - 16px - 176px)}.FixedBottomBar.FixedBottomBar--keyboard-shown{padding-bottom:0}.android .FixedBottomBar.FixedBottomBar--keyboard-shown{border-radius:4px;box-shadow:0 0 50px rgba(0,0,0,.15);padding-bottom:0;width:calc(100vw - var(--inset-left) - var(--inset-right) - 32px);position:fixed;top:50%;left:50%;transform:translate(-50%, -50%)}.ProPageHero__illustration{background-image:url(/images/mobile-pro-v1.708be0ab.svg)}.theme--night .ProPageHero__illustration{background-image:url(/images/mobile-pro-v1--night.dc38c596.svg)}.ProPlusPageHero__illustration{background-image:url(/images/mobile-pro-plus-v1.269c74a5.svg)}.theme--night .ProPlusPageHero__illustration{background-image:url(/images/mobile-pro-plus-v1--night.84fabe88.svg)}.WelcomePageHero__illustration{background-image:url(/images/mobile-welcome-illustration.106e9b7d.svg)}.theme--night .WelcomePageHero__illustration{background-image:url(/images/mobile-welcome-illustration--night.94a37eb0.svg)}.ProPageLeo__illustration{background-image:url(/images/leo-v0-transparent.6cfb7f63.svg)}
