/*! 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 */
  text-decoration: underline; /* 2 */
  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;
}

:root{--font-family-default: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-monospace: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;--text1-color: #000000;--text1-color-hover: #404040;--text1-color-pressed: #7a7a7a;--text2-color: #868686;--text2-color-hover: #949494;--text2-color-pressed: #7a7a7a;--text3-color: #bbbbbb;--text3-color-hover: #c7c7c7;--text3-color-pressed: #adadad;--text4-color: #868686;--text4-color-hover: var(--text4-color);--text4-color-pressed: var(--text4-color);--text5-color: #ffffff;--text5-color-hover: var(--text5-color);--text5-color-pressed: var(--text5-color);--text-inverted-color: #ffffff;--link-color: #007ab8;--link-color-hover: #008bd1;--link-color-pressed: #00699e;--accept-color: #7ed320;--accept-border-color: #7ed320;--accept-color-hover: #8cdf2f;--accept-color-pressed: #72be1d;--cancel-color: #f5325c;--cancel-color-hover: #f64b70;--cancel-color-pressed: #f41a49;--accent1-color: #f5325c;--accent1-border-color: var(--accent1-color);--accent1-color-hover: #f64b70;--accent1-color-pressed: #f41a49;--accent2-color: #ff8500;--accent2-border-color: var(--accent2-color);--accent2-color-hover: #ff911a;--accent2-color-pressed: #e67800;--accent3-color: #7ed320;--accent3-border-color: var(--accent3-color);--accent3-color-hover: #8cdf2f;--accent3-color-pressed: #72be1d;--accent4-color: #007ab8;--accent4-border-color: var(--accent4-color);--accent4-color-hover: #008bd1;--accent4-color-pressed: #00699e;--accent5-color: #7854f6;--accent5-border-color: var(--accent5-color);--accent5-color-hover: #8c6ef7;--accent5-color-pressed: #663df5;--accent6-color: #000000;--accent6-color-hover: #404040;--accent6-color-pressed: #7a7a7a;--primary-color: #007ab8;--primary-color-hover: #008bd1;--primary-color-pressed: #00699e;--secondary-color: #e7e7e7;--background1-color: #ffffff;--background2-color: #f9f9f9;--background3-color: #e7e7e7;--background4-color: #bbbbbb;--loading-screen-background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #eeeeee 100%);--border1-color: #e7e7e7;--border2-color: #bbbbbb;--outline-color: #000000;--shadow-color: rgba(0, 0, 0, 0.2);--basic-color: #ffffff;--basic-color-hover: #e7e7e7;--basic-color-pressed: #dbdbdb;--basic-border-color: var(--border1-color);--disabled-text-color: var(--text4-color);--disabled-bg-color: var(--background3-color);--disabled-icon-color: var(--background4-color);--radio-border-color: var(--border1-color);--radio-bg-color: var(--basic-color);--radio-bg-color-hover: var(--basic-color-hover);--radio-bg-color-pressed: var(--basic-color-pressed);--toggle-button-color: var(--background4-color);--input-bg-color: var(--background1-color);--input-icon-color: var(--text2-color);--input-border-color: #868686;--input-border-color-hover: var(--primary-color-hover);--input-outline-color: var(--primary-color);--button-text-color: var(--text1-color);--button-border-color: var(--border1-color);--button-bg-color: var(--basic-color);--button-bg-color-hover: var(--basic-color-hover);--button-bg-color-pressed: var(--basic-color-pressed);--active-text-color: var(--text5-color);--active-color: var(--primary-color);--active-color-hover: var(--primary-color-hover);--active-color-pressed: var(--primary-color-pressed);--chat-bubble-bg-color-sent: var(--accent4-color);--chat-bubble-text-color-sent: var(--text5-color);--chat-bubble-link-color-sent-hover: var(--basic-color-hover);--chat-bubble-link-color-sent-pressed: var(--basic-color-pressed);--chat-bubble-bg-color-received: var(--background3-color);--favorite-color: #ffc000;--error-color: var(--cancel-color);--overlay-bg-color: rgba(0, 0, 0, 0.5);--overlay-text-color: #ffffff;--overlay-border-color: #bbbbbb;--toolbar-icon-color: var(--text5-color);--toolbar-icon-selected-bg: var(--transparent);--toolbar-basic-icon-color: var(--text1-color);--toolbar-basic-selected-icon-color: var(--text1-color);--toolbar-basic-color: var(--secondary-color);--toolbar-basic-color-hover: var(--secondary-color-hover);--toolbar-basic-color-pressed: var(--secondary-color-pressed);--toolbar-basic-border-color: var(--basic-border-color);--tile-text-color: var(--text2-color);--tile-bg-color: var(--secondary-color);--tile-bg-color-hover: var(--secondary-color-hover);--tile-bg-color-pressed: var(--secondary-color-pressed);--tile-button-text-color: var(--text1-color);--tile-button-bg-color: var(--basic-color);--tile-button-bg-color-hover: var(--basic-color-hover);--tile-button-bg-color-pressed: var(--basic-color-pressed);--tile-button-border-color: var(--basic-border-color)}html{height:100%;overflow:hidden}body{height:100%;overflow:auto;overscroll-behavior-y:none;color:var(--text1-color)}body[data-theme=light],:root{--color-interaction-primary: #1700c7;--color-interaction-primary-hover: #170696;--color-interaction-primary-active: #170696;--color-interaction-primary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-primary-alt: #ffffff;--color-interaction-primary-alt-hover: #e8effd;--color-interaction-primary-alt-active: #cbd8f0;--color-interaction-primary-alt-disabled: #e7e7e7;--color-interaction-secondary: #ffffff;--color-interaction-secondary-hover: #d3d3d3;--color-interaction-secondary-active: #d3d3d3;--color-interaction-secondary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-secondary-alt: #ffffff;--color-interaction-secondary-alt-hover: #e8e8e8;--color-interaction-secondary-alt-active: #e8e8e8;--color-interaction-secondary-alt-disabled: #e7e7e7;--color-semantic-info: #262626;--color-semantic-info-hover: #616161;--color-semantic-info-active: #616161;--color-semantic-disabled: #6f6f6fcc;--color-semantic-success: #009465;--color-semantic-success-hover: #188651;--color-semantic-success-active: #188651;--color-semantic-success-disabled: #6f6f6fcc;--color-semantic-warning: #f9ab15;--color-semantic-warning-hover: #d08a03;--color-semantic-warning-active: #d08a03;--color-semantic-warning-disabled: #6f6f6fcc;--color-semantic-critical: #e90738;--color-semantic-critical-hover: #d1003b;--color-semantic-critical-active: #d1003b;--color-semantic-critical-disabled: #6f6f6fcc;--color-semantic-critical-bg-alt: #f9e1e5;--color-semantic-neutral: #262626;--color-semantic-neutral-hover: #616161;--color-semantic-neutral-active: #616161;--color-semantic-neutral-inactive: #6f6f6fcc;--color-text-main: #000000;--color-text-subtle: #757575;--color-text-reverse: #ffffff;--color-text-reverse-subtle: #e7e7e7;--color-text-disabled: #b0b0b0;--color-text-info: #000000;--color-text-success: #000000;--color-text-warning: #000000;--color-text-critical: #000000;--color-border-1: #e6e6e6;--color-border-2: #cacaca;--color-border-3: rgba(202, 202, 202, 0.2);--color-neutral-0: #ffffff;--color-neutral-0-reverse: #000000;--color-neutral-1: #f5f5f5;--color-neutral-2: #ededed;--color-neutral-3: #e7e7e7;--color-status-ready: #7ed320;--color-status-offline: #ada7a8;--color-status-busy: #f19b53;--color-background-overlay: rgba(23, 10, 122, 0.4);--color-background-subtle-callout: #e8effd;--color-background-modal-overlay: rgba(0, 0, 0, 0.3);--color-background-critical: #f9e1e5;--color-background-neutral-0: #ffffff;--color-interactions-menu: #000000;--color-interactions-menu-hover: #2f2f2f;--color-interactions-menu-inactive: #757575;--color-brand-cool: linear-gradient(90deg, #6ae1d9 0%, #9898ff 100%)}body[data-theme=dark]{--color-interaction-primary: #5282ff;--color-interaction-primary-hover: #7092e4;--color-interaction-primary-active: #7092e4;--color-interaction-primary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-primary-alt: #ffffff;--color-interaction-primary-alt-hover: #e8effd;--color-interaction-primary-alt-active: #cbd8f0;--color-interaction-primary-alt-disabled: #e7e7e7;--color-interaction-secondary: #696e79;--color-interaction-secondary-hover: #515764;--color-interaction-secondary-active: #515764;--color-interaction-secondary-disabled: rgba(176, 176, 176, 0.5);--color-interaction-secondary-alt: #ffffff;--color-interaction-secondary-alt-hover: #e8e8e8;--color-interaction-secondary-alt-active: #d9d9d9;--color-interaction-secondary-alt-disabled: #e7e7e7;--color-semantic-info: #0073bd;--color-semantic-info-hover: #0061a1;--color-semantic-info-active: #004e84;--color-semantic-disabled: #6f6f6f;--color-semantic-success: #0c884c;--color-semantic-success-hover: #08743f;--color-semantic-success-active: #045f33;--color-semantic-success-disabled: #767676;--color-semantic-warning: #a86500;--color-semantic-warning-hover: #915200;--color-semantic-warning-active: #783f00;--color-semantic-warning-disabled: #747474;--color-semantic-critical: #d32947;--color-semantic-critical-hover: #de3a57;--color-semantic-critical-active: #e84d68;--color-semantic-critical-disabled: #6e6e6e;--color-semantic-critical-bg-alt: #f9e1e5;--color-semantic-neutral: #222222;--color-semantic-neutral-hover: #3a3a3a;--color-semantic-neutral-active: #535353;--color-semantic-neutral-disabled: #6e6e6e;--color-text-main: #cdcdcd;--color-text-subtle: #767676;--color-text-reverse: #000000;--color-text-reverse-subtle: #212121;--color-text-disabled: #4a4a4a;--color-text-info: #cdcdcd;--color-text-success: #cdcdcd;--color-text-warning: #cdcdcd;--color-text-critical: #cdcdcd;--color-border-1: #2d2d2d;--color-border-2: #1a1a1a;--color-neutral-0: #1a1a1a;--color-neutral-0-reverse: #ffffff;--color-neutral-1: #262626;--color-neutral-2: #2e2e2e;--color-neutral-3: #363636;--color-status-ready: #7ed320;--color-status-offline: #ada7a8;--color-status-busy: #f19b53;--color-background-overlay: rgba(23, 10, 122, 0.4);--color-background-overlay-2: rgba(23, 10, 122, 0.6);--color-background-subtle-callout: #e8effd;--color-background-modal-overlay: rgba(0, 0, 0, 0.3);--color-background-critical: #f9e1e5;--color-background-neutral-0: #ffffff;--color-interactions-menu: #ffffff;--color-interactions-menu-hover: #2f2f2f;--color-interactions-menu-inactive: #757575;--color-brand-cool: linear-gradient(90deg, #6ae1d9 0%, #9898ff 100%)}html{box-sizing:border-box;line-height:1}*,*:before,*:after{box-sizing:inherit}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}html{font-family:var(--font-family-default)}textarea{resize:vertical}button,[role=button]{cursor:pointer;user-select:none}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:700}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}pre,code,kbd,samp{font-family:var(--font-family-monospace)}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img:-moz-broken{opacity:0}img,video{max-width:100%;height:auto}label{font-size:12px;font-weight:700}body :focus,[type=button]:focus{outline:none}.keyboard-user :focus{box-shadow:0 0 0 3px var(--outline-color)}button svg{pointer-events:none}body::before{content:"sm";display:none}@media(min-width: 768px)and (min-height: 600px){body::before{content:"md"}}@media(min-width: 992px)and (min-height: 600px){body::before{content:"lg"}}@media(min-width: 1200px)and (min-height: 600px){body::before{content:"xl"}}@media(min-width: 1600px)and (min-height: 600px){body::before{content:"xxl"}}h5{font-size:12px}label,small,strong{font-size:10px;font-weight:700}small{color:var(--text2-color)}p,small,strong{line-height:1.25}a{color:var(--link-color)}a:hover{color:var(--link-color-hover)}a:active{color:var(--link-color-pressed)}hr{position:relative;width:90%;border:none;border-bottom:1px solid var(--border2-color);margin:16px 0}hr:after{background:var(--background1-color);content:attr(data-or-text);padding:0 4px;position:relative;color:var(--text1-color);font-size:12px;font-weight:700;position:absolute;transform:translateY(-50%) translateX(-50%)}input::placeholder{color:var(--text2-color)}summary{cursor:pointer}.hmc-logo{color:var(--text1-color)}
.support__support-main__oWEp2{font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";z-index:10000;position:absolute;width:100%;height:100%;top:0;left:0;background:#444;color:#fff;display:flex;justify-content:center;padding-top:5em}.support__support-content__6Fy7i{text-align:center;margin:1em}.support__support-content__6Fy7i a{font-size:smaller;color:#fff}.support__support-content__6Fy7i input{width:15em;background:#fff;color:#000;font-size:12pt;padding:.4em;border-radius:10px;border:none}.support__support-content__6Fy7i a.copy-link{margin-left:.5em;font-size:12pt}.support__support-content__6Fy7i .support__unsupported-langs__iVeQB span{white-space:nowrap}.support__support-content__6Fy7i table{margin:auto}.support__details__dKlwm{text-align:left}.support__details__dKlwm tr td:first-child{padding-right:1em}

/*# sourceMappingURL=support-63d74e7f6dde4789454f.css.map*/