/*! 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;--secondary-color-hover: #F5F5F5;--secondary-color-pressed: #DBDBDB;--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;--border3-color: #868686;--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: var(--border3-color);--input-border-color-hover: var(--primary-color-hover);--input-outline-color: var(--primary-color);--list-bg-color-hover: var(--basic-color-hover);--list-bg-color-pressed: var(--basic-color-pressed);--dropdown-bg-color: var(--background1-color);--dropdown-border-color: var(--border1-color);--dropdown-shadow-color: var(--shadow-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);--tip-text-color: var(--text5-color);--tip-bg-color: var(--accent4-color);--tip-button-color: var(--accent-4color-pressed);--tip-button-color-hover: var(--accent4-color-hover);--tip-button-color-pressed: var(--accent4-color-pressed);--favorite-color: #FFC000;--admin-color: var(--accent1-color);--error-color: var(--cancel-color);--error-color-hover: var(--cancel-color-hover);--error-color-pressed: var(--cancel-color-pressed);--status-unread-color: #FF8500;--status-recording-color: #F5325C;--status-enabled-color: var(--accept-color);--status-disabled-color: var(--cancel-color);--overlay-bg-color: rgba(0, 0, 0, 0.5);--overlay-text-color: #FFFFFF;--overlay-border-color: #BBBBBB;--overlay-outline-color: #FFFFFF;--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);--toolbar-label-accent1: var(--accent1-color);--toolbar-label-accent2: var(--accent2-color);--toolbar-label-accent3: var(--accent3-color);--toolbar-label-accent4: var(--accent4-color);--toolbar-label-accent5: var(--accent5-color);--tile-text-color: var(--text4-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}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}
