@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: local("Karla"), local("Karla-Regular"), url(https://fonts.gstatic.com/s/karla/v5/S1bXQ0LrY7AzefpgNae9sYDGDUGfDkXyfkzVDelzfFk.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: local("Karla"), local("Karla-Regular"), url(https://fonts.gstatic.com/s/karla/v5/JaMH4jmmzP070-OYo03anaCWcynf_cDxXwCLxiixG1c.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 700;
  src: local("Karla Bold"), local("Karla-Bold"), url(https://fonts.gstatic.com/s/karla/v5/r3NqIkFHFaF3esZDc3WT5BkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 700;
  src: local("Karla Bold"), local("Karla-Bold"), url(https://fonts.gstatic.com/s/karla/v5/suoMYBGv5sGCUIrF9mVTfXYhjbSpvc47ee6xR_80Hnw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem;
}

.grommet,
.brand-font {
  font-family: "Karla", sans-serif;
}

.grommet {
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.5;
  background-color: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.grommet * {
  box-sizing: inherit;
}
.grommet.rtl {
  direction: rtl;
}
.grommet .large-number-font {
  font-family: "Karla", sans-serif;
}
.grommet .secondary {
  color: #666;
}
.grommet .error {
  color: #E45950;
}
.grommet .grommetux-background-color-index--dark .secondary, .grommet .grommetux-background-color-index--light .grommetux-background-color-index--dark .secondary {
  color: rgba(255, 255, 255, 0.85);
}
.grommet .grommetux-background-color-index--dark .error, .grommet .grommetux-background-color-index--light .grommetux-background-color-index--dark .error {
  color: #F59F9F;
}
.grommet .grommetux-background-color-index--light .secondary, .grommet .grommetux-background-color-index--dark .grommetux-background-color-index--light .secondary {
  color: #666;
}
.grommet .grommetux-background-color-index--light .error, .grommet .grommetux-background-color-index--dark .grommetux-background-color-index--light .error {
  color: #E45950;
}

@media screen and (min-width: 45em) {
  .grommet h1:not(.grommetux-heading) {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommet h1:not(.grommetux-heading) {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.125;
  }
}
@media screen and (min-width: 45em) {
  .grommet h2:not(.grommetux-heading) {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.23;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommet h2:not(.grommetux-heading) {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.23;
  }
}
.grommet h3:not(.grommetux-heading) {
  font-size: 24px;
  line-height: 1.333;
}
.grommet h4:not(.grommetux-heading) {
  font-size: 18px;
  line-height: 1.333;
}
.grommet h5:not(.grommetux-heading) {
  font-size: 16px;
  line-height: 1.375;
}
.grommet h6:not(.grommetux-heading) {
  font-size: 16px;
  line-height: 1.375;
}
.grommet h1:not(.grommetux-heading),
.grommet h2:not(.grommetux-heading),
.grommet h3:not(.grommetux-heading),
.grommet h4:not(.grommetux-heading),
.grommet h5:not(.grommetux-heading),
.grommet h6:not(.grommetux-heading) {
  font-weight: 300;
  max-width: 100%;
}
.grommet h1:not(.grommetux-heading) a,
.grommet h1:not(.grommetux-heading) .grommetux-anchor,
.grommet h2:not(.grommetux-heading) a,
.grommet h2:not(.grommetux-heading) .grommetux-anchor,
.grommet h3:not(.grommetux-heading) a,
.grommet h3:not(.grommetux-heading) .grommetux-anchor,
.grommet h4:not(.grommetux-heading) a,
.grommet h4:not(.grommetux-heading) .grommetux-anchor,
.grommet h5:not(.grommetux-heading) a,
.grommet h5:not(.grommetux-heading) .grommetux-anchor,
.grommet h6:not(.grommetux-heading) a,
.grommet h6:not(.grommetux-heading) .grommetux-anchor {
  color: inherit;
  text-decoration: none;
}
.grommet h1:not(.grommetux-heading) a:hover,
.grommet h1:not(.grommetux-heading) .grommetux-anchor:hover,
.grommet h2:not(.grommetux-heading) a:hover,
.grommet h2:not(.grommetux-heading) .grommetux-anchor:hover,
.grommet h3:not(.grommetux-heading) a:hover,
.grommet h3:not(.grommetux-heading) .grommetux-anchor:hover,
.grommet h4:not(.grommetux-heading) a:hover,
.grommet h4:not(.grommetux-heading) .grommetux-anchor:hover,
.grommet h5:not(.grommetux-heading) a:hover,
.grommet h5:not(.grommetux-heading) .grommetux-anchor:hover,
.grommet h6:not(.grommetux-heading) a:hover,
.grommet h6:not(.grommetux-heading) .grommetux-anchor:hover {
  text-decoration: none;
}
.grommet dd,
.grommet li:not([class^=grommetux-]) {
  max-width: 576px;
  margin-left: 0px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  color: #666;
}
.grommet dd {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  margin-bottom: 12px;
}
.grommet p:not(.grommetux-paragraph) {
  max-width: 576px;
  margin-left: 0px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  color: #666;
}
.grommet blockquote {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  margin-top: 24px;
  margin-bottom: 24px;
}
.grommet b,
.grommet strong {
  font-weight: 600;
}
.grommet code {
  font-family: Consolas, Menlo, "DejaVu Sans Mono", "Liberation Mono", monospace;
}
.grommet .grommetux-background-color-index--dark p:not(.grommetux-paragraph),
.grommet .grommetux-background-color-index--dark dd, .grommet .grommetux-background-color-index--light .grommetux-background-color-index--dark p:not(.grommetux-paragraph),
.grommet .grommetux-background-color-index--light .grommetux-background-color-index--dark dd {
  color: rgba(255, 255, 255, 0.85);
}
.grommet .grommetux-background-color-index--light p:not(.grommetux-paragraph),
.grommet .grommetux-background-color-index--light dd, .grommet .grommetux-background-color-index--dark .grommetux-background-color-index--light p:not(.grommetux-paragraph),
.grommet .grommetux-background-color-index--dark .grommetux-background-color-index--light dd {
  color: #333;
}

.grommet a:not(.grommetux-anchor):not(.grommetux-button) {
  color: #007482;
  text-decoration: none;
  cursor: pointer;
}
.grommet a:not(.grommetux-anchor):not(.grommetux-button).plain .grommet a:not(.grommetux-anchor):not(.grommetux-button).grommetux-button {
  text-decoration: none;
}
.grommet a:not(.grommetux-anchor):not(.grommetux-button).plain .grommet a:not(.grommetux-anchor):not(.grommetux-button).grommetux-button:hover {
  text-decoration: none;
}
.grommet a:not(.grommetux-anchor):not(.grommetux-button):visited {
  color: #007482;
}
.grommet a:not(.grommetux-anchor):not(.grommetux-button).active {
  color: #333;
}
.grommet a:not(.grommetux-anchor):not(.grommetux-button):hover {
  color: #004b54;
  text-decoration: underline;
}
.grommetux-background-color-index--dark .grommet a:not(.grommetux-anchor):not(.grommetux-button), .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet a:not(.grommetux-anchor):not(.grommetux-button) {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommet a:not(.grommetux-anchor):not(.grommetux-button):visited, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet a:not(.grommetux-anchor):not(.grommetux-button):visited {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommet a:not(.grommetux-anchor):not(.grommetux-button).active, .grommetux-background-color-index--dark .grommet a:not(.grommetux-anchor):not(.grommetux-button):hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet a:not(.grommetux-anchor):not(.grommetux-button).active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet a:not(.grommetux-anchor):not(.grommetux-button):hover {
  color: #fff;
}
.grommetux-background-color-index--light .grommet a:not(.grommetux-anchor):not(.grommetux-button), .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet a:not(.grommetux-anchor):not(.grommetux-button) {
  color: #007482;
}
.grommetux-background-color-index--light .grommet a:not(.grommetux-anchor):not(.grommetux-button):visited, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet a:not(.grommetux-anchor):not(.grommetux-button):visited {
  color: #007482;
}
.grommetux-background-color-index--light .grommet a:not(.grommetux-anchor):not(.grommetux-button).active, .grommetux-background-color-index--light .grommet a:not(.grommetux-anchor):not(.grommetux-button):hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet a:not(.grommetux-anchor):not(.grommetux-button).active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet a:not(.grommetux-anchor):not(.grommetux-button):hover {
  color: #004b54;
}
.grommetux-background-color-index--pending .grommet a:not(.grommetux-anchor):not(.grommetux-button) {
  color: transparent;
}
.grommetux-background-color-index--pending .grommet a:not(.grommetux-anchor):not(.grommetux-button):visited, .grommetux-background-color-index--pending .grommet a:not(.grommetux-anchor):not(.grommetux-button).active, .grommetux-background-color-index--pending .grommet a:not(.grommetux-anchor):not(.grommetux-button):hover {
  color: transparent;
}

.grommetux-background-color-index--dark a:not(.grommetux-anchor):not(.grommetux-button), .grommetux-background-color-index--light .grommetux-background-color-index--dark a:not(.grommetux-anchor):not(.grommetux-button) {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark a:not(.grommetux-anchor):not(.grommetux-button):visited, .grommetux-background-color-index--light .grommetux-background-color-index--dark a:not(.grommetux-anchor):not(.grommetux-button):visited {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark a:not(.grommetux-anchor):not(.grommetux-button).active, .grommetux-background-color-index--dark a:not(.grommetux-anchor):not(.grommetux-button):hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark a:not(.grommetux-anchor):not(.grommetux-button).active, .grommetux-background-color-index--light .grommetux-background-color-index--dark a:not(.grommetux-anchor):not(.grommetux-button):hover {
  color: #fff;
}
.grommetux-background-color-index--light a:not(.grommetux-anchor):not(.grommetux-button), .grommetux-background-color-index--dark .grommetux-background-color-index--light a:not(.grommetux-anchor):not(.grommetux-button) {
  color: #007482;
}
.grommetux-background-color-index--light a:not(.grommetux-anchor):not(.grommetux-button):visited, .grommetux-background-color-index--dark .grommetux-background-color-index--light a:not(.grommetux-anchor):not(.grommetux-button):visited {
  color: #007482;
}
.grommetux-background-color-index--light a:not(.grommetux-anchor):not(.grommetux-button).active, .grommetux-background-color-index--light a:not(.grommetux-anchor):not(.grommetux-button):hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light a:not(.grommetux-anchor):not(.grommetux-button).active, .grommetux-background-color-index--dark .grommetux-background-color-index--light a:not(.grommetux-anchor):not(.grommetux-button):hover {
  color: #004b54;
}
.grommetux-background-color-index--pending a:not(.grommetux-anchor):not(.grommetux-button) {
  color: transparent;
}
.grommetux-background-color-index--pending a:not(.grommetux-anchor):not(.grommetux-button):visited, .grommetux-background-color-index--pending a:not(.grommetux-anchor):not(.grommetux-button).active, .grommetux-background-color-index--pending a:not(.grommetux-anchor):not(.grommetux-button):hover {
  color: transparent;
}

.grommet input:not(.grommetux-input):not(.grommetux-check-box__input),
.grommet select,
.grommet textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  outline: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  margin: 0;
}
.grommet input:not(.grommetux-input):not(.grommetux-check-box__input):focus,
.grommet select:focus,
.grommet textarea:focus {
  border-width: 2px;
  border-color: #ADDDE0;
  padding: 10px 22px;
}
.grommet input:not(.grommetux-input):not(.grommetux-check-box__input)::-moz-focus-inner,
.grommet select::-moz-focus-inner,
.grommet textarea::-moz-focus-inner {
  border: none;
  outline: none;
}
.grommet input:not(.grommetux-input):not(.grommetux-check-box__input)::-webkit-input-placeholder,
.grommet select::-webkit-input-placeholder,
.grommet textarea::-webkit-input-placeholder {
  color: #aaa;
}
.grommet input:not(.grommetux-input):not(.grommetux-check-box__input)::-moz-placeholder,
.grommet select::-moz-placeholder,
.grommet textarea::-moz-placeholder {
  color: #aaa;
}
.grommet input:not(.grommetux-input):not(.grommetux-check-box__input):-ms-input-placeholder,
.grommet select:-ms-input-placeholder,
.grommet textarea:-ms-input-placeholder {
  color: #aaa;
}
.grommet input:not(.grommetux-input):not(.grommetux-check-box__input).error,
.grommet select.error,
.grommet textarea.error {
  border-color: #E45950;
}
.grommet input[type=button],
.grommet input[type=submit] {
  text-align: center;
  line-height: inherit;
}
.grommet input[type=button],
.grommet input[type=submit],
.grommet button:not(.grommetux-button) {
  background-color: transparent;
  border: 2px solid #007482;
  border-radius: 0px;
  color: #333;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  outline: none;
  min-width: 120px;
  max-width: 384px;
}
.grommet input[type=button]:not(.grommetux-button--box),
.grommet input[type=submit]:not(.grommetux-button--box),
.grommet button:not(.grommetux-button):not(.grommetux-button--box) {
  padding: 6px 22px;
}
@media screen and (min-width: 45em) {
  .grommet input[type=button],
  .grommet input[type=submit],
  .grommet button:not(.grommetux-button) {
    transition: 0.1s ease-in-out;
  }
}
.grommetux-background-color-index--dark .grommet input[type=button], .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet input[type=button],
.grommetux-background-color-index--dark .grommet input[type=submit],
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet input[type=submit],
.grommetux-background-color-index--dark .grommet button:not(.grommetux-button),
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet button:not(.grommetux-button) {
  border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommet input[type=button], .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet input[type=button],
.grommetux-background-color-index--light .grommet input[type=submit],
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet input[type=submit],
.grommetux-background-color-index--light .grommet button:not(.grommetux-button),
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet button:not(.grommetux-button) {
  border-color: #007482;
}
.grommet input[type=button]:focus,
.grommet input[type=submit]:focus,
.grommet button:not(.grommetux-button):focus {
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}
.grommet a.grommetux-button {
  text-decoration: none;
}
.grommet a.grommetux-button:hover {
  text-decoration: none;
}
.grommet select {
  border-color: rgba(0, 0, 0, 0.15);
  padding-right: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAOhJREFUSA3tksENgzAMRUmrrlApuTAAxxw6QvfojYmYKtw6QpUDI1Rq6o8MStsAMT1UlbAUcMB+33FcFJttHfifDlhrT7QO31YMBlgDZw8HH5RSF3JLY0zrvX8MAZI3F1gT66y17ohz2zGgDSFc6UdF+5oDJWwUidMDXoFFfgtAfwJUjMppX7KI6CQJeOOcu48CcNaKzMFfBNaILME/BCQiOfCkQI5ILhwshceUpUAcG0/LeKEpzqwAEhIiRTSKs3Dk92MKZ8rep4vgR57zRTiYiwIIikVo29HKgiNXZGgXt0yUtwX/tgNPQqatJ1aBLFMAAAAASUVORK5CYII=) no-repeat center right 12px;
  cursor: pointer;
}
.grommet select::-moz-focus-inner {
  border: none;
}
.grommet select.plain {
  border: none;
}
.grommet select:focus {
  padding-right: 48px;
}
.grommet input[type=range] {
  position: relative;
  -webkit-appearance: none;
  border-color: transparent;
  height: 24px;
  padding: 0px;
  cursor: pointer;
  overflow-x: hidden;
}
.grommet input[type=range]:focus {
  outline: none;
}
.grommet input[type=range]::-moz-focus-inner {
  border: none;
}
.grommet input[type=range]::-moz-focus-outer {
  border: none;
}
.grommet input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.2);
}
.grommet input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  height: 24px;
  width: 24px;
  overflow: visible;
  margin-top: -11px;
  border: 2px solid #007482;
  border-radius: 24px;
  background-color: #fff;
  cursor: pointer;
}
.grommet input[type=range]::-webkit-slider-thumb:hover {
  border-color: #000;
}
.grommet input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.2);
}
.grommet input[type=range]::-moz-range-thumb {
  position: relative;
  height: 24px;
  width: 24px;
  overflow: visible;
  border: 2px solid #007482;
  height: 20px;
  width: 20px;
  border-radius: 24px;
  background-color: #fff;
}
.grommet input[type=range]:hover::-moz-range-thumb {
  border-color: #000;
}
.grommet input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.2);
  border-color: transparent;
  color: transparent;
}
.grommet input[type=range]::-ms-fill-lower {
  background: #007482;
  border-color: transparent;
}
.grommet input[type=range]::-ms-fill-upper {
  background: rgba(51, 51, 51, 0.2);
  border-color: transparent;
}
.grommet input[type=range]::-ms-thumb {
  position: relative;
  height: 24px;
  width: 24px;
  overflow: visible;
  position: relative;
  top: 6px;
  border: 2px solid #666;
  height: 20px;
  width: 20px;
  border-radius: 24px;
  background-color: #fff;
}
.grommet input[type=range]:hover::-ms-thumb {
  border-color: #000;
}
.grommet .grommetux-background-color-index--dark input[type=range]::-webkit-slider-runnable-track, .grommet .grommetux-background-color-index--light .grommetux-background-color-index--dark input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.grommet .grommetux-background-color-index--dark input[type=range]::-webkit-slider-thumb, .grommet .grommetux-background-color-index--light .grommetux-background-color-index--dark input[type=range]::-webkit-slider-thumb {
  background-color: #fff;
  border: 2px solid #fff;
}
.grommet .grommetux-background-color-index--dark input[type=range]::-moz-range-thumb, .grommet .grommetux-background-color-index--light .grommetux-background-color-index--dark input[type=range]::-moz-range-thumb {
  background-color: #fff;
  border: 2px solid #fff;
}
.grommet .grommetux-background-color-index--dark input[type=range]::-ms-fill-lower, .grommet .grommetux-background-color-index--light .grommetux-background-color-index--dark input[type=range]::-ms-fill-lower {
  background: #fff;
}
.grommet .grommetux-background-color-index--dark input[type=range]::-ms-fill-upper, .grommet .grommetux-background-color-index--light .grommetux-background-color-index--dark input[type=range]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.2);
}
.grommet .grommetux-background-color-index--dark input[type=range]::-ms-thumb, .grommet .grommetux-background-color-index--light .grommetux-background-color-index--dark input[type=range]::-ms-thumb {
  border-color: #fff;
}
.grommet .grommetux-background-color-index--dark input[type=range]:hover::-ms-thumb, .grommet .grommetux-background-color-index--light .grommetux-background-color-index--dark input[type=range]:hover::-ms-thumb {
  border-color: #fff;
  background-color: #fff;
}
.grommet .grommetux-background-color-index--light input[type=range]::-webkit-slider-runnable-track, .grommet .grommetux-background-color-index--dark .grommetux-background-color-index--light input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(51, 51, 51, 0.2);
}
.grommet .grommetux-background-color-index--light input[type=range]::-webkit-slider-thumb, .grommet .grommetux-background-color-index--dark .grommetux-background-color-index--light input[type=range]::-webkit-slider-thumb {
  background-color: #000;
  border: 2px solid #000;
}
.grommet .grommetux-background-color-index--light input[type=range]::-moz-range-thumb, .grommet .grommetux-background-color-index--dark .grommetux-background-color-index--light input[type=range]::-moz-range-thumb {
  background-color: #000;
  border: 2px solid #000;
}
.grommet .grommetux-background-color-index--light input[type=range]::-ms-fill-lower, .grommet .grommetux-background-color-index--dark .grommetux-background-color-index--light input[type=range]::-ms-fill-lower {
  background: #007482;
}
.grommet .grommetux-background-color-index--light input[type=range]::-ms-fill-upper, .grommet .grommetux-background-color-index--dark .grommetux-background-color-index--light input[type=range]::-ms-fill-upper {
  background: rgba(51, 51, 51, 0.2);
}
.grommet .grommetux-background-color-index--light input[type=range]::-ms-thumb, .grommet .grommetux-background-color-index--dark .grommetux-background-color-index--light input[type=range]::-ms-thumb {
  border-color: #666;
}
.grommet .grommetux-background-color-index--light input[type=range]:hover::-ms-thumb, .grommet .grommetux-background-color-index--dark .grommetux-background-color-index--light input[type=range]:hover::-ms-thumb {
  border-color: #000;
  background-color: #fff;
}

.grommet li > ul,
.grommet li > ol {
  margin-bottom: 0;
}
.grommet img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}

.grommetux-accordion-panel {
  margin: 3px;
}

.grommetux-accordion-panel__header {
  color: #666;
}
.grommetux-background-color-index--dark .grommetux-accordion-panel__header, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-accordion-panel__header {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-accordion-panel__header, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-accordion-panel__header {
  color: #666;
}

.grommetux-accordion-panel__header:hover {
  color: #000;
}
.grommetux-background-color-index--dark .grommetux-accordion-panel__header:hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-accordion-panel__header:hover {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-accordion-panel__header:hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-accordion-panel__header:hover {
  color: #000;
}

.grommetux-accordion-panel--active .grommetux-accordion-panel__control {
  transform: rotate(90deg);
}

.grommetux-anchor {
  color: #007482;
  text-decoration: none;
  cursor: pointer;
}
.grommetux-anchor.plain .grommetux-anchor.grommetux-button {
  text-decoration: none;
}
.grommetux-anchor.plain .grommetux-anchor.grommetux-button:hover {
  text-decoration: none;
}
.grommetux-anchor:visited {
  color: #007482;
}
.grommetux-anchor.active {
  color: #333;
}
.grommetux-anchor:hover {
  color: #004b54;
  text-decoration: underline;
}
.grommetux-background-color-index--dark .grommetux-anchor, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor:visited, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor:visited {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor.active, .grommetux-background-color-index--dark .grommetux-anchor:hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor.active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor:hover {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-anchor, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor {
  color: #007482;
}
.grommetux-background-color-index--light .grommetux-anchor:visited, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor:visited {
  color: #007482;
}
.grommetux-background-color-index--light .grommetux-anchor.active, .grommetux-background-color-index--light .grommetux-anchor:hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor.active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor:hover {
  color: #004b54;
}
.grommetux-background-color-index--pending .grommetux-anchor {
  color: transparent;
}
.grommetux-background-color-index--pending .grommetux-anchor:visited, .grommetux-background-color-index--pending .grommetux-anchor.active, .grommetux-background-color-index--pending .grommetux-anchor:hover {
  color: transparent;
}

.grommetux-anchor__icon {
  display: inline-block;
  height: 48px;
  padding: 12px;
}
.grommetux-anchor__icon .grommetux-control-icon {
  fill: #666;
  stroke: #666;
}
.grommetux-anchor__icon:hover .grommetux-control-icon {
  fill: #000;
  stroke: #000;
}
.grommetux-background-color-index--dark .grommetux-anchor__icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor__icon {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor__icon:visited, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor__icon:visited {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor__icon.active, .grommetux-background-color-index--dark .grommetux-anchor__icon:hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor__icon.active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor__icon:hover {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-anchor__icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor__icon {
  color: #666;
}
.grommetux-background-color-index--light .grommetux-anchor__icon:visited, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor__icon:visited {
  color: #666;
}
.grommetux-background-color-index--light .grommetux-anchor__icon.active, .grommetux-background-color-index--light .grommetux-anchor__icon:hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor__icon.active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor__icon:hover {
  color: #000;
}
.grommetux-background-color-index--pending .grommetux-anchor__icon {
  color: transparent;
}
.grommetux-background-color-index--pending .grommetux-anchor__icon:visited, .grommetux-background-color-index--pending .grommetux-anchor__icon.active, .grommetux-background-color-index--pending .grommetux-anchor__icon:hover {
  color: transparent;
}
.grommetux-background-color-index--dark .grommetux-anchor__icon .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor__icon .grommetux-control-icon {
  fill: rgba(255, 255, 255, 0.7);
  stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark .grommetux-anchor__icon:active .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-anchor__icon:hover .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor__icon:active .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor__icon:hover .grommetux-control-icon {
  fill: #fff;
  stroke: #fff;
}
.grommetux-background-color-index--light .grommetux-anchor__icon .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor__icon .grommetux-control-icon {
  fill: #666;
  stroke: #666;
}
.grommetux-background-color-index--light .grommetux-anchor__icon:active .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-anchor__icon:hover .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor__icon:active .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor__icon:hover .grommetux-control-icon {
  fill: #000;
  stroke: #000;
}

.grommetux-anchor--animate-icon:hover .grommetux-control-icon {
  transform: scale(1.1);
}

.grommetux-anchor--icon {
  flex: 0 0 auto;
}

.grommetux-anchor--primary,
.grommetux-anchor--icon-label {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}
.grommetux-anchor--primary .grommetux-control-icon,
.grommetux-anchor--icon-label .grommetux-control-icon {
  vertical-align: middle;
  margin-right: 12px;
}
html.rtl .grommetux-anchor--primary .grommetux-control-icon,
html.rtl .grommetux-anchor--icon-label .grommetux-control-icon {
  margin-right: 0;
  margin-left: 12px;
}
.grommetux-anchor--primary > span,
.grommetux-anchor--icon-label > span {
  vertical-align: middle;
}

.grommetux-anchor--reverse .grommetux-control-icon {
  margin-right: 0;
  margin-left: 12px;
}

.grommetux-anchor--icon-label:not(.grommetux-anchor--primary) {
  color: #333;
}
.grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited {
  color: #333;
}
.grommetux-anchor--icon-label:not(.grommetux-anchor--primary) .grommetux-control-icon {
  fill: #666;
  stroke: #666;
}
.grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover:not(.grommetux-anchor--disabled) {
  color: #000;
  text-decoration: none;
}
.grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary), .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary) {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary).active, .grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary).active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary), .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary) {
  color: #666;
}
.grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited {
  color: #666;
}
.grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary).active, .grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary).active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover {
  color: #000;
}
.grommetux-background-color-index--pending .grommetux-anchor--icon-label:not(.grommetux-anchor--primary) {
  color: transparent;
}
.grommetux-background-color-index--pending .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):visited, .grommetux-background-color-index--pending .grommetux-anchor--icon-label:not(.grommetux-anchor--primary).active, .grommetux-background-color-index--pending .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover {
  color: transparent;
}
.grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary) .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary) .grommetux-control-icon {
  fill: rgba(255, 255, 255, 0.7);
  stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):active .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):active .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover .grommetux-control-icon {
  fill: #fff;
  stroke: #fff;
}
.grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary) .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary) .grommetux-control-icon {
  fill: #666;
  stroke: #666;
}
.grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):active .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):active .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--icon-label:not(.grommetux-anchor--primary):hover .grommetux-control-icon {
  fill: #000;
  stroke: #000;
}

.grommetux-anchor--primary {
  color: #007482;
}
.grommetux-anchor--primary .grommetux-control-icon {
  fill: #007482;
  stroke: #007482;
}
.grommetux-anchor--primary.active {
  color: #007482;
}
.grommetux-anchor--primary.grommetux-anchor--animate-icon:not(.grommetux-anchor--disabled):hover {
  text-decoration: none;
}
.grommetux-anchor--primary.grommetux-anchor--animate-icon:not(.grommetux-anchor--disabled):hover .grommetux-control-icon {
  transform: translateX(3px);
}
.grommetux-background-color-index--dark .grommetux-anchor--primary, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--primary {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor--primary:visited, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--primary:visited {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-anchor--primary.active, .grommetux-background-color-index--dark .grommetux-anchor--primary:hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--primary.active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--primary:hover {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-anchor--primary, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--primary {
  color: #007482;
}
.grommetux-background-color-index--light .grommetux-anchor--primary:visited, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--primary:visited {
  color: #007482;
}
.grommetux-background-color-index--light .grommetux-anchor--primary.active, .grommetux-background-color-index--light .grommetux-anchor--primary:hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--primary.active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--primary:hover {
  color: #007482;
}
.grommetux-background-color-index--pending .grommetux-anchor--primary {
  color: transparent;
}
.grommetux-background-color-index--pending .grommetux-anchor--primary:visited, .grommetux-background-color-index--pending .grommetux-anchor--primary.active, .grommetux-background-color-index--pending .grommetux-anchor--primary:hover {
  color: transparent;
}
.grommetux-background-color-index--dark .grommetux-anchor--primary .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--primary .grommetux-control-icon {
  fill: rgba(255, 255, 255, 0.7);
  stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark .grommetux-anchor--primary:active .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-anchor--primary:hover .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--primary:active .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--primary:hover .grommetux-control-icon {
  fill: #fff;
  stroke: #fff;
}
.grommetux-background-color-index--light .grommetux-anchor--primary .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--primary .grommetux-control-icon {
  fill: #007482;
  stroke: #007482;
}
.grommetux-background-color-index--light .grommetux-anchor--primary:active .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-anchor--primary:hover .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--primary:active .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--primary:hover .grommetux-control-icon {
  fill: #007482;
  stroke: #007482;
}

.grommetux-anchor--disabled {
  opacity: 0.3;
  cursor: default;
}
.grommetux-anchor--disabled .grommetux-control-icon {
  cursor: default;
}

.grommetux-anchor--disabled:hover {
  color: inherit;
  text-decoration: none;
}
.grommetux-anchor--disabled:hover.grommetux-anchor--primary {
  color: #007482;
}
.grommetux-anchor--disabled:hover.grommetux-anchor:not(.grommetux-anchor--primary) {
  color: #007482;
}
.grommetux-background-color-index--dark .grommetux-anchor--disabled:hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--disabled:hover {
  fill: rgba(255, 255, 255, 0.7);
  stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark .grommetux-anchor--disabled:hover.grommetux-anchor--primary, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-anchor--disabled:hover.grommetux-anchor--primary {
  color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-anchor--disabled:hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--disabled:hover {
  fill: #007482;
  stroke: #007482;
}
.grommetux-background-color-index--light .grommetux-anchor--disabled:hover.grommetux-anchor--primary, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-anchor--disabled:hover.grommetux-anchor--primary {
  color: #007482;
}

.grommetux-anchor--align-start {
  text-align: left;
}

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

.grommetux-anchor--align-end {
  text-align: right;
}

.grommetux-animate {
  max-width: 100%;
}

.grommetux-animate .grommetux-animate__child {
  transition: all 1s;
}

.grommetux-animate__child--inactive {
  pointer-events: none;
}

.grommetux-animate__child--fade.grommetux-animate__child--inactive, .grommetux-animate__child--fade.grommetux-animate__child--leave {
  opacity: 0;
}

.grommetux-animate__child--slide-up.grommetux-animate__child--inactive, .grommetux-animate__child--slide-up.grommetux-animate__child--leave {
  opacity: 0;
  transform: translateY(50%);
}

.grommetux-animate__child--slide-down.grommetux-animate__child--inactive, .grommetux-animate__child--slide-down.grommetux-animate__child--leave {
  opacity: 0;
  transform: translateY(-50%);
}

.grommetux-animate__child--slide-left.grommetux-animate__child--inactive, .grommetux-animate__child--slide-left.grommetux-animate__child--leave {
  opacity: 0;
  transform: translateX(50%);
}

.grommetux-animate__child--slide-right.grommetux-animate__child--inactive, .grommetux-animate__child--slide-right.grommetux-animate__child--leave {
  opacity: 0;
  transform: translateX(-50%);
}

@keyframes jiggle {
  0%, 100% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(-0.2%);
  }
  75% {
    transform: translateX(0.2%);
  }
}
.grommetux-animate__child--jiggle.grommetux-animate__child--enter, .grommetux-animate__child--jiggle.grommetux-animate__child--leave {
  animation: jiggle 0.2s infinite alternate ease-in-out;
}

@media screen and (min-width: 45em) {
  .grommet.grommetux-app {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    overflow: visible;
  }
}
.grommet.grommetux-app--hidden {
  position: fixed;
}
.grommet.grommetux-app--inline {
  position: relative;
}
.grommet.grommetux-app--centered {
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
.grommet.grommetux-app .grommetux-app__announcer {
  left: -100%;
  right: 100%;
  z-index: -1;
  position: fixed;
}

.grommetux-article {
  position: relative;
}
.grommetux-article > * {
  flex: 0 0 auto;
}

.grommetux-article--scroll-step {
  text-align: center;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
}
.grommetux-article--scroll-step.grommetux-box--direction-column {
  overflow-x: hidden;
  overflow-y: auto;
}
.grommetux-article--scroll-step.grommetux-box--direction-column .grommetux-article__control-carousel {
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.grommetux-article--scroll-step.grommetux-box--direction-row {
  overflow-x: auto;
  overflow-y: hidden;
}
.grommetux-article--scroll-step.grommetux-box--direction-row > *:not(.grommetux-article__controls) {
  overflow-y: auto;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-article--scroll-step.grommetux-box--direction-row > *:not(.grommetux-article__controls) {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.grommetux-article--scroll-step.grommetux-box--direction-row .grommetux-article__control-carousel {
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 44.9375em) {
  .grommetux-article--scroll-step.grommetux-box--responsive.grommetux-box--direction-row {
    flex-direction: row;
  }
}

.grommetux-article__control {
  position: fixed;
  z-index: 10;
  margin: 24px;
}
.grommetux-article__control.grommetux-button--plain.grommetux-button--icon {
  overflow: hidden;
}
.grommetux-article__control .grommetux-button__icon {
  padding: 0;
}

.grommetux-article__control-up {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.grommetux-article__control-down {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 45em) {
  .grommetux-article__control-left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-article__control-left {
    left: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 45em) {
  .grommetux-article__control-right {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-article__control-right {
    right: 0;
    bottom: 0;
  }
}

.grommet article:not(.grommetux-article) {
  width: 100%;
}

.grommetux-box {
  display: flex;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.grommetux-box--pad-none {
  padding: 0px;
}
@media screen and (min-width: 45em) {
  .grommetux-box--pad-small {
    padding: 12px;
  }
  .grommetux-box--pad-medium {
    padding: 24px;
  }
  .grommetux-box--pad-large {
    padding: 48px;
  }
  .grommetux-box--pad-xlarge {
    padding: 192px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--pad-small {
    padding: 6px;
  }
  .grommetux-box--pad-medium {
    padding: 12px;
  }
  .grommetux-box--pad-large {
    padding: 24px;
  }
  .grommetux-box--pad-xlarge {
    padding: 48px;
  }
}
.grommetux-box--pad-horizontal-none {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 45em) {
  .grommetux-box--pad-horizontal-small {
    padding-left: 12px;
    padding-right: 12px;
  }
  .grommetux-box--pad-horizontal-medium {
    padding-left: 24px;
    padding-right: 24px;
  }
  .grommetux-box--pad-horizontal-large {
    padding-left: 48px;
    padding-right: 48px;
  }
  .grommetux-box--pad-horizontal-xlarge {
    padding-left: 192px;
    padding-right: 192px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--pad-horizontal-small {
    padding-left: 6px;
    padding-right: 6px;
  }
  .grommetux-box--pad-horizontal-medium {
    padding-left: 12px;
    padding-right: 12px;
  }
  .grommetux-box--pad-horizontal-large {
    padding-left: 24px;
    padding-right: 24px;
  }
  .grommetux-box--pad-horizontal-xlarge {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.grommetux-box--pad-vertical-none {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 45em) {
  .grommetux-box--pad-vertical-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .grommetux-box--pad-vertical-medium {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .grommetux-box--pad-vertical-large {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .grommetux-box--pad-vertical-xlarge {
    padding-top: 192px;
    padding-bottom: 192px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--pad-vertical-small {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .grommetux-box--pad-vertical-medium {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .grommetux-box--pad-vertical-large {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .grommetux-box--pad-vertical-xlarge {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.grommetux-box--margin-none {
  margin: 0px;
}
.grommetux-box--margin-small {
  margin: 12px;
}
.grommetux-box--margin-medium {
  margin: 24px;
}
.grommetux-box--margin-large {
  margin: 48px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--margin-small {
    margin: 6px;
  }
  .grommetux-box--margin-medium {
    margin: 12px;
  }
  .grommetux-box--margin-large {
    margin: 24px;
  }
}
.grommetux-box--margin-horizontal-none {
  margin-left: 0px;
  margin-right: 0px;
}
.grommetux-box--margin-horizontal-small {
  margin-left: 12px;
  margin-right: 12px;
}
.grommetux-box--margin-horizontal-medium {
  margin-left: 24px;
  margin-right: 24px;
}
.grommetux-box--margin-horizontal-large {
  margin-left: 48px;
  margin-right: 48px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--margin-horizontal-small {
    margin-left: 6px;
    margin-right: 6px;
  }
  .grommetux-box--margin-horizontal-medium {
    margin-left: 12px;
    margin-right: 12px;
  }
  .grommetux-box--margin-horizontal-large {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.grommetux-box--margin-vertical-none {
  margin-top: 0px;
  margin-bottom: 0px;
}
.grommetux-box--margin-vertical-small {
  margin-top: 12px;
  margin-bottom: 12px;
}
.grommetux-box--margin-vertical-medium {
  margin-top: 24px;
  margin-bottom: 24px;
}
.grommetux-box--margin-vertical-large {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--margin-vertical-small {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .grommetux-box--margin-vertical-medium {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .grommetux-box--margin-vertical-large {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.grommetux-box--margin-left-none {
  margin-left: 0px;
}
.grommetux-box--margin-left-small {
  margin-left: 12px;
}
.grommetux-box--margin-left-medium {
  margin-left: 24px;
}
.grommetux-box--margin-left-large {
  margin-left: 48px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--margin-left-small {
    margin-left: 6px;
  }
  .grommetux-box--margin-left-medium {
    margin-left: 12px;
  }
  .grommetux-box--margin-left-large {
    margin-left: 24px;
  }
}
.grommetux-box--margin-right-none {
  margin-right: 0px;
}
.grommetux-box--margin-right-small {
  margin-right: 12px;
}
.grommetux-box--margin-right-medium {
  margin-right: 24px;
}
.grommetux-box--margin-right-large {
  margin-right: 48px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--margin-right-small {
    margin-right: 6px;
  }
  .grommetux-box--margin-right-medium {
    margin-right: 12px;
  }
  .grommetux-box--margin-right-large {
    margin-right: 24px;
  }
}
.grommetux-box--margin-top-none {
  margin-top: 0px;
}
.grommetux-box--margin-top-small {
  margin-top: 12px;
}
.grommetux-box--margin-top-medium {
  margin-top: 24px;
}
.grommetux-box--margin-top-large {
  margin-top: 48px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--margin-top-small {
    margin-top: 6px;
  }
  .grommetux-box--margin-top-medium {
    margin-top: 12px;
  }
  .grommetux-box--margin-top-large {
    margin-top: 24px;
  }
}
.grommetux-box--margin-bottom-none {
  margin-bottom: 0px;
}
.grommetux-box--margin-bottom-small {
  margin-bottom: 12px;
}
.grommetux-box--margin-bottom-medium {
  margin-bottom: 24px;
}
.grommetux-box--margin-bottom-large {
  margin-bottom: 48px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--margin-bottom-small {
    margin-bottom: 6px;
  }
  .grommetux-box--margin-bottom-medium {
    margin-bottom: 12px;
  }
  .grommetux-box--margin-bottom-large {
    margin-bottom: 24px;
  }
}

.grommetux-box__texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.grommetux-box--separator-top,
.grommetux-box--separator-horizontal,
.grommetux-box--separator-all {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.grommetux-box--separator-bottom,
.grommetux-box--separator-horizontal,
.grommetux-box--separator-all {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.grommetux-box--separator-left,
.grommetux-box--separator-vertical,
.grommetux-box--separator-all {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--responsive.grommetux-box--direction-row .grommetux-box--separator-left,
  .grommetux-box--responsive.grommetux-box--direction-row .grommetux-box--separator-vertical,
  .grommetux-box--responsive.grommetux-box--direction-row .grommetux-box--separator-all {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.grommetux-box--separator-right,
.grommetux-box--separator-vertical,
.grommetux-box--separator-all {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--responsive.grommetux-box--direction-row .grommetux-box--separator-right,
  .grommetux-box--responsive.grommetux-box--direction-row .grommetux-box--separator-vertical,
  .grommetux-box--responsive.grommetux-box--direction-row .grommetux-box--separator-all {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.grommetux-background-color-index--dark .grommetux-box[class*=grommetux-box--separator], .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-box[class*=grommetux-box--separator] {
  border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-box[class*=grommetux-box--separator], .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-box[class*=grommetux-box--separator] {
  border-color: rgba(0, 0, 0, 0.15);
}

.grommetux-box--clickable {
  cursor: pointer;
  outline: none;
}

.grommetux-box--focus {
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}

.grommetux-box__container {
  padding-left: 24px;
  padding-right: 24px;
}

.grommetux-app--centered .grommetux-box__container > .grommetux-box {
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-app--centered .grommetux-box__container > .grommetux-box {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.grommetux-box__container--full {
  max-width: 100%;
  width: 100vw;
}

.grommetux-box__container--full-horizontal {
  max-width: 100%;
  width: 100vw;
}

.grommetux-box--flex {
  flex: 1 1;
  min-width: 0;
  overflow: auto;
}

.grommetux-box--flex-off {
  flex: 0 0 auto;
}

.grommetux-box--flex-grow {
  flex: 1 0;
  min-width: 0;
}
.grommetux-box--flex-grow:not([class*=grommetux-box--basis]) {
  flex-basis: auto;
}

.grommetux-box--flex-shrink {
  flex: 0 1;
}

.grommetux-box--basis-xsmall {
  flex-basis: 96px;
}

.grommetux-box--basis-small {
  flex-basis: 192px;
}

.grommetux-box--basis-medium {
  flex-basis: 384px;
}

.grommetux-box--basis-large {
  flex-basis: 576px;
}

.grommetux-box--basis-xlarge {
  flex-basis: 720px;
}

.grommetux-box--basis-xxlarge {
  flex-basis: 960px;
}

.grommetux-box--basis-full {
  flex-basis: 100%;
}

.grommetux-box--basis-1-2 {
  flex-basis: 50%;
}
.grommetux-box--basis-1-2.grommetux-box--separator-all, .grommetux-box--basis-1-2.grommetux-box--separator-vertical {
  flex-basis: calc(50% - 2px);
}
.grommetux-box--basis-1-2.grommetux-box--separator-right, .grommetux-box--basis-1-2.grommetux-box--separator-left {
  flex-basis: calc(50% - 1px);
}

.grommetux-box--basis-1-3 {
  flex-basis: 33.33%;
}
.grommetux-box--basis-1-3.grommetux-box--separator-all, .grommetux-box--basis-1-3.grommetux-box--separator-vertical {
  flex-basis: calc(33.33% - 2px);
}
.grommetux-box--basis-1-3.grommetux-box--separator-right, .grommetux-box--basis-1-3.grommetux-box--separator-left {
  flex-basis: calc(33.33% - 1px);
}

.grommetux-box--basis-2-3 {
  flex-basis: 66.66%;
}
.grommetux-box--basis-2-3.grommetux-box--separator-all, .grommetux-box--basis-2-3.grommetux-box--separator-vertical {
  flex-basis: calc(66.66% - 2px);
}
.grommetux-box--basis-2-3.grommetux-box--separator-right, .grommetux-box--basis-2-3.grommetux-box--separator-left {
  flex-basis: calc(66.66% - 1px);
}

.grommetux-box--basis-1-4 {
  flex-basis: 25%;
}
.grommetux-box--basis-1-4.grommetux-box--separator-all, .grommetux-box--basis-1-4.grommetux-box--separator-vertical {
  flex-basis: calc(25% - 2px);
}
.grommetux-box--basis-1-4.grommetux-box--separator-right, .grommetux-box--basis-1-4.grommetux-box--separator-left {
  flex-basis: calc(25% - 1px);
}
@media screen and (max-width: 63.9375em) {
  .grommetux-box--basis-1-4 {
    flex-basis: 50%;
  }
  .grommetux-box--basis-1-4.grommetux-box--separator-all, .grommetux-box--basis-1-4.grommetux-box--separator-vertical {
    flex-basis: calc(50% - 2px);
  }
  .grommetux-box--basis-1-4.grommetux-box--separator-right, .grommetux-box--basis-1-4.grommetux-box--separator-left {
    flex-basis: calc(50% - 1px);
  }
}

.grommetux-box--basis-3-4 {
  flex-basis: 75%;
}
.grommetux-box--basis-3-4.grommetux-box--separator-all, .grommetux-box--basis-3-4.grommetux-box--separator-vertical {
  flex-basis: calc(75% - 2px);
}
.grommetux-box--basis-3-4.grommetux-box--separator-right, .grommetux-box--basis-3-4.grommetux-box--separator-left {
  flex-basis: calc(75% - 1px);
}

.grommetux-box--width-xsmall {
  width: 96px;
}

.grommetux-box--width-small {
  width: 192px;
}

.grommetux-box--width-medium {
  width: 384px;
}

.grommetux-box--width-large {
  width: 576px;
}

.grommetux-box--width-xlarge {
  width: 720px;
}

.grommetux-box--width-xxlarge {
  width: 960px;
}

.grommetux-box--height-xsmall {
  height: 96px;
}

.grommetux-box--height-small {
  height: 192px;
}

.grommetux-box--height-medium {
  height: 384px;
}

.grommetux-box--height-large {
  height: 576px;
}

.grommetux-box--height-xlarge {
  height: 720px;
}

.grommetux-box--height-xxlarge {
  height: 960px;
}

.grommetux-box--width-min-xsmall {
  min-width: 96px;
}

.grommetux-box--width-min-small {
  min-width: 192px;
}

.grommetux-box--width-min-medium {
  min-width: 384px;
}

.grommetux-box--width-min-large {
  min-width: 576px;
}

.grommetux-box--width-min-xlarge {
  min-width: 720px;
}

.grommetux-box--width-min-xxlarge {
  min-width: 960px;
}

.grommetux-box--width-max-xsmall {
  max-width: 96px;
}

.grommetux-box--width-max-small {
  max-width: 192px;
}

.grommetux-box--width-max-medium {
  max-width: 384px;
}

.grommetux-box--width-max-large {
  max-width: 576px;
}

.grommetux-box--width-max-xlarge {
  max-width: 720px;
}

.grommetux-box--width-max-xxlarge {
  max-width: 960px;
}

.grommetux-box--height-max-xsmall {
  max-height: 96px;
}

.grommetux-box--height-max-small {
  max-height: 192px;
}

.grommetux-box--height-max-medium {
  max-height: 384px;
}

.grommetux-box--height-max-large {
  max-height: 576px;
}

.grommetux-box--height-max-xlarge {
  max-height: 720px;
}

.grommetux-box--height-max-xxlarge {
  max-height: 960px;
}

.grommetux-box--height-min-xsmall {
  min-height: 96px;
}

.grommetux-box--height-min-small {
  min-height: 192px;
}

.grommetux-box--height-min-medium {
  min-height: 384px;
}

.grommetux-box--height-min-large {
  min-height: 576px;
}

.grommetux-box--height-min-xlarge {
  min-height: 720px;
}

.grommetux-box--height-min-xxlarge {
  min-height: 960px;
}

.grommetux-box--full {
  position: relative;
  max-width: 100%;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--full.grommetux-box--full-responsive {
    min-height: 100vh;
    height: 100%;
  }
}

.grommetux-box--full-horizontal {
  max-width: 100%;
  width: 100vw;
}

.grommetux-box--full-vertical {
  height: 100vh;
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--full-vertical.grommetux-box--full-responsive {
    min-height: 100vh;
    height: 100%;
  }
}

.grommetux-box--size {
  max-width: 100%;
  max-height: 100%;
}
.grommetux-box--size .grommet-namespaceparagraph {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}

.grommetux-box--size-xsmall {
  width: 96px;
}

.grommetux-box--size-small {
  width: 192px;
}

.grommetux-box--size-medium {
  width: 384px;
}

.grommetux-box--size-large {
  width: 576px;
}

.grommetux-box--size-xlarge {
  width: 720px;
}

.grommetux-box--size-xxlarge {
  width: 960px;
}

.grommetux-box--size-auto {
  width: auto;
}

.grommetux-box--text-align-left {
  text-align: left;
}

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

.grommetux-box--text-align-right {
  text-align: right;
}

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

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

.grommetux-box--direction-row.grommetux-box--reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-row.grommetux-box--responsive {
    flex-direction: column;
  }
  .grommetux-box--direction-row.grommetux-box--responsive:not(.grommetux-box--justify-center) {
    align-items: stretch;
  }
  .grommetux-box--direction-row.grommetux-box--responsive.grommetux-box--reverse {
    flex-direction: column-reverse;
  }
  .grommetux-box--direction-row.grommetux-box--responsive > .grommetux-box {
    flex-basis: auto;
  }
}
.grommetux-box--direction-column {
  flex-direction: column;
}

.grommetux-box--direction-column.grommetux-box--reverse {
  flex-direction: column-reverse;
}

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

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

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

.grommetux-box--justify-around {
  justify-content: space-around;
}

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

.grommetux-box--align-start {
  align-items: flex-start;
}

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

.grommetux-box--align-end {
  align-items: flex-end;
}

.grommetux-box--align-baseline {
  align-items: baseline;
}

.grommetux-box--align-stretch {
  align-items: stretch;
}

.grommetux-box--align-content-start {
  align-content: flex-start;
}

.grommetux-box--align-content-end {
  align-content: flex-end;
}

.grommetux-box--align-content-center {
  align-content: center;
}

.grommetux-box--align-content-between {
  align-content: space-between;
}

.grommetux-box--align-content-around {
  align-content: space-around;
}

.grommetux-box--align-content-stretch {
  align-content: stretch;
}

.grommetux-box--align-self-start {
  align-self: flex-start;
}

.grommetux-box--align-self-end {
  align-self: flex-end;
}

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

.grommetux-box--align-self-stretch {
  align-self: stretch;
}

.grommetux-box--direction-row.grommetux-box--pad-between-small.grommetux-box--pad-between-thirds > .grommetux-box--basis-1-3 {
  flex-basis: calc(33.33% - 8px);
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-small.grommetux-box--pad-between-thirds > .grommetux-box--basis-1-3 {
    flex-basis: auto;
    max-width: none;
    width: 100%;
  }
}
.grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-1-2 {
  flex-basis: calc(50% - 6px);
}
.grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-1-3 {
  flex-basis: calc(33.33% - 6px);
}
.grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-2-3 {
  flex-basis: calc(66.66% - 6px);
}
.grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-1-4 {
  flex-basis: calc(25% - 9px);
}
@media screen and (max-width: 63.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-1-4 {
    flex-basis: calc(50% - 6px);
  }
  .grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-1-4:nth-of-type(2) {
    margin-right: 0px;
  }
}
.grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-3-4 {
  flex-basis: calc(75% - 9px);
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-1-2,
  .grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-1-3,
  .grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-2-3,
  .grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-1-4,
  .grommetux-box--direction-row.grommetux-box--pad-between-small > .grommetux-box--basis-3-4 {
    flex-basis: auto;
    max-width: none;
    width: 100%;
  }
}
.grommetux-box--direction-row.grommetux-box--pad-between-small > *:not(:last-child) {
  margin-right: 12px;
}
html.rtl .grommetux-box--direction-row.grommetux-box--pad-between-small > *:not(:last-child) {
  margin-right: 0;
  margin-left: 12px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-small > *:not(:last-child) {
    margin-right: 6px;
  }
  html.rtl .grommetux-box--direction-row.grommetux-box--pad-between-small > *:not(:last-child) {
    margin-right: 0;
    margin-left: 6px;
  }
}

.grommetux-box--direction-row.grommetux-box--pad-between-medium.grommetux-box--pad-between-thirds > .grommetux-box--basis-1-3 {
  flex-basis: calc(33.33% - 16px);
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-medium.grommetux-box--pad-between-thirds > .grommetux-box--basis-1-3 {
    flex-basis: auto;
    max-width: none;
    width: 100%;
  }
}
.grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-1-2 {
  flex-basis: calc(50% - 12px);
}
.grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-1-3 {
  flex-basis: calc(33.33% - 12px);
}
.grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-2-3 {
  flex-basis: calc(66.66% - 12px);
}
.grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-1-4 {
  flex-basis: calc(25% - 18px);
}
@media screen and (max-width: 63.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-1-4 {
    flex-basis: calc(50% - 12px);
  }
  .grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-1-4:nth-of-type(2) {
    margin-right: 0px;
  }
}
.grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-3-4 {
  flex-basis: calc(75% - 18px);
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-1-2,
  .grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-1-3,
  .grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-2-3,
  .grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-1-4,
  .grommetux-box--direction-row.grommetux-box--pad-between-medium > .grommetux-box--basis-3-4 {
    flex-basis: auto;
    max-width: none;
    width: 100%;
  }
}
.grommetux-box--direction-row.grommetux-box--pad-between-medium > *:not(:last-child) {
  margin-right: 24px;
}
html.rtl .grommetux-box--direction-row.grommetux-box--pad-between-medium > *:not(:last-child) {
  margin-right: 0;
  margin-left: 24px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-medium > *:not(:last-child) {
    margin-right: 12px;
  }
  html.rtl .grommetux-box--direction-row.grommetux-box--pad-between-medium > *:not(:last-child) {
    margin-right: 0;
    margin-left: 12px;
  }
}

.grommetux-box--direction-row.grommetux-box--pad-between-large.grommetux-box--pad-between-thirds > .grommetux-box--basis-1-3 {
  flex-basis: calc(33.33% - 32px);
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-large.grommetux-box--pad-between-thirds > .grommetux-box--basis-1-3 {
    flex-basis: auto;
    max-width: none;
    width: 100%;
  }
}
.grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-1-2 {
  flex-basis: calc(50% - 24px);
}
.grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-1-3 {
  flex-basis: calc(33.33% - 24px);
}
.grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-2-3 {
  flex-basis: calc(66.66% - 24px);
}
.grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-1-4 {
  flex-basis: calc(25% - 36px);
}
@media screen and (max-width: 63.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-1-4 {
    flex-basis: calc(50% - 24px);
  }
  .grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-1-4:nth-of-type(2) {
    margin-right: 0px;
  }
}
.grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-3-4 {
  flex-basis: calc(75% - 36px);
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-1-2,
  .grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-1-3,
  .grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-2-3,
  .grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-1-4,
  .grommetux-box--direction-row.grommetux-box--pad-between-large > .grommetux-box--basis-3-4 {
    flex-basis: auto;
    max-width: none;
    width: 100%;
  }
}
.grommetux-box--direction-row.grommetux-box--pad-between-large > *:not(:last-child) {
  margin-right: 48px;
}
html.rtl .grommetux-box--direction-row.grommetux-box--pad-between-large > *:not(:last-child) {
  margin-right: 0;
  margin-left: 48px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-row.grommetux-box--pad-between-large > *:not(:last-child) {
    margin-right: 24px;
  }
  html.rtl .grommetux-box--direction-row.grommetux-box--pad-between-large > *:not(:last-child) {
    margin-right: 0;
    margin-left: 24px;
  }
}

@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-row.grommetux-box--responsive.grommetux-box--pad-between-small > *:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .grommetux-box--direction-row.grommetux-box--responsive.grommetux-box--pad-between-medium > *:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .grommetux-box--direction-row.grommetux-box--responsive.grommetux-box--pad-between-large > *:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.grommetux-box--direction-column.grommetux-box--pad-between-small > *:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-column.grommetux-box--pad-between-small > *:not(:last-child) {
    margin-bottom: 6px;
  }
}

.grommetux-box--direction-column.grommetux-box--pad-between-medium > *:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-column.grommetux-box--pad-between-medium > *:not(:last-child) {
    margin-bottom: 12px;
  }
}

.grommetux-box--direction-column.grommetux-box--pad-between-large > *:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-box--direction-column.grommetux-box--pad-between-large > *:not(:last-child) {
    margin-bottom: 24px;
  }
}

.grommetux-button {
  background-color: transparent;
  border: 2px solid #007482;
  border-radius: 0px;
  color: #333;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  outline: none;
  min-width: 120px;
  max-width: 384px;
}
.grommetux-button:not(.grommetux-button--box) {
  padding: 6px 22px;
}
@media screen and (min-width: 45em) {
  .grommetux-button {
    transition: 0.1s ease-in-out;
  }
}
.grommetux-background-color-index--dark .grommetux-button, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button {
  border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-button, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button {
  border-color: #007482;
}
.grommetux-button--focus {
  border: 2px solid #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}
.grommetux-background-color-index--dark .grommetux-button, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-button:visited, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button:visited {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-button.active, .grommetux-background-color-index--dark .grommetux-button:hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button.active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button:hover {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-button, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button {
  color: #333;
}
.grommetux-background-color-index--light .grommetux-button:visited, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button:visited {
  color: #333;
}
.grommetux-background-color-index--light .grommetux-button.active, .grommetux-background-color-index--light .grommetux-button:hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button.active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button:hover {
  color: #333;
}
.grommetux-background-color-index--pending .grommetux-button {
  color: transparent;
}
.grommetux-background-color-index--pending .grommetux-button:visited, .grommetux-background-color-index--pending .grommetux-button.active, .grommetux-background-color-index--pending .grommetux-button:hover {
  color: transparent;
}

.grommetux-button--hover-background:hover {
  background-color: rgba(221, 221, 221, 0.5);
  color: #000;
}
.grommetux-background-color-index--dark .grommetux-button--hover-background:hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button--hover-background:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-button--hover-background:hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button--hover-background:hover {
  background-color: rgba(221, 221, 221, 0.5);
  color: #000;
}

.grommetux-button:hover .grommetux-control-icon {
  fill: #000;
  stroke: #000;
  transition: none;
}
.grommetux-background-color-index--dark .grommetux-button:hover .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button:hover .grommetux-control-icon {
  fill: #fff;
  stroke: #fff;
}
.grommetux-background-color-index--light .grommetux-button:hover .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button:hover .grommetux-control-icon {
  fill: #000;
  stroke: #000;
}

.grommetux-button__icon {
  display: inline-block;
}
.grommetux-button__icon .grommetux-control-icon {
  vertical-align: bottom;
}

.grommetux-button--secondary:not(.grommetux-button--focus) {
  border-color: rgba(51, 51, 51, 0.6);
}

.grommetux-button--accent:not(.grommetux-button--focus) {
  border-color: #ADDDE0;
}

.grommetux-button--critical:not(.grommetux-button--focus) {
  border-color: #E45950;
}

.grommetux-button--align-start {
  text-align: left;
}
html.rtl .grommetux-button--align-start {
  text-align: right;
}

.grommetux-button--plain:not(.grommetux-button--box) {
  padding: 0;
}

.grommetux-button--plain {
  width: auto;
  height: auto;
  min-width: 0;
  max-width: none;
  text-align: inherit;
  font-weight: inherit;
}
.grommetux-button--plain .grommetux-button__label {
  margin: 0 12px;
}
.grommetux-button--plain .grommetux-button__icon {
  padding: 10px;
}
.grommetux-button--plain .grommetux-button__icon + .grommetux-button__label {
  margin-left: 0;
}

.grommetux-button--plain:not(.grommetux-button--focus) {
  border: 2px solid transparent;
}

.grommetux-button:not(.grommetux-button--plain) .grommetux-button__icon + .grommetux-button__label {
  margin-left: 12px;
}

.grommetux-button--primary {
  background-color: #007482;
  color: #fff;
}
.grommetux-button--primary:not(.grommetux-button--focus) {
  border-color: #007482;
}
.grommetux-button--primary:hover:not(.grommetux-button--disabled) {
  color: #fff;
}
.grommetux-button--primary:hover:not(.grommetux-button--disabled) .grommetux-button__icon .grommetux-control-icon {
  fill: #fff;
  stroke: #fff;
}
.grommetux-button--primary .grommetux-control-icon {
  fill: #fff;
  stroke: #fff;
}
.grommetux-background-color-index--dark .grommetux-button--primary, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button--primary {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-button--primary:visited, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button--primary:visited {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--dark .grommetux-button--primary.active, .grommetux-background-color-index--dark .grommetux-button--primary:hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button--primary.active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button--primary:hover {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-button--primary, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button--primary {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-button--primary:visited, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button--primary:visited {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-button--primary.active, .grommetux-background-color-index--light .grommetux-button--primary:hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button--primary.active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button--primary:hover {
  color: #fff;
}
.grommetux-background-color-index--pending .grommetux-button--primary {
  color: transparent;
}
.grommetux-background-color-index--pending .grommetux-button--primary:visited, .grommetux-background-color-index--pending .grommetux-button--primary.active, .grommetux-background-color-index--pending .grommetux-button--primary:hover {
  color: transparent;
}
.grommetux-background-color-index--dark .grommetux-button--primary .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button--primary .grommetux-control-icon {
  fill: rgba(255, 255, 255, 0.7);
  stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--dark .grommetux-button--primary:active .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-button--primary:hover .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button--primary:active .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-button--primary:hover .grommetux-control-icon {
  fill: #fff;
  stroke: #fff;
}
.grommetux-background-color-index--light .grommetux-button--primary .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button--primary .grommetux-control-icon {
  fill: #fff;
  stroke: #fff;
}
.grommetux-background-color-index--light .grommetux-button--primary:active .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-button--primary:hover .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button--primary:active .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-button--primary:hover .grommetux-control-icon {
  fill: #fff;
  stroke: #fff;
}

.grommetux-button--disabled {
  opacity: 0.3;
  cursor: default;
}

.grommetux-button:not(.grommetux-button--fill) {
  flex: 0 0 auto;
}

.grommetux-button--fill {
  width: 100%;
  max-width: none;
  flex-grow: 1;
}

a.grommetux-button {
  text-decoration: none;
}
a.grommetux-button:hover {
  text-decoration: none;
}

@media screen and (max-width: 44.9375em) {
  .grommetux-card {
    padding: 0;
  }
  .grommetux-card:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-card.grommetux-box--responsive {
    width: auto;
    margin: 0;
  }
}
.grommetux-card div:focus,
.grommetux-card a:focus {
  outline: none;
}

.grommetux-card__thumbnail {
  min-height: 192px;
}

.grommetux-card__content--truncate .grommetux-paragraph {
  max-width: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  position: relative;
  max-height: 176px;
}
.grommetux-card__content--truncate .grommetux-paragraph::after {
  margin-top: 154px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-card__content--truncate .grommetux-paragraph {
    max-height: 110px;
  }
  .grommetux-card__content--truncate .grommetux-paragraph::after {
    margin-top: 88px;
  }
}
.grommetux-card__content--truncate .grommetux-paragraph::after {
  content: "...";
  text-align: right;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background: linear-gradient(to right, transparent, #fff 50%);
  width: 24px;
}
@supports (-webkit-line-clamp: 1) {
  .grommetux-card__content--truncate .grommetux-paragraph::after {
    display: none;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-card__content--truncate .grommetux-paragraph {
    -webkit-line-clamp: 4;
  }
}
.grommetux-card__content--truncate .grommetux-paragraph--small {
  max-height: 160.16px;
}
.grommetux-card__content--truncate .grommetux-paragraph--small::after {
  margin-top: 140.14px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-card__content--truncate .grommetux-paragraph--small {
    max-height: 100.1px;
  }
  .grommetux-card__content--truncate .grommetux-paragraph--small::after {
    margin-top: 80.08px;
  }
}
.grommetux-card__content--truncate .grommetux-paragraph--large {
  max-height: 224.064px;
}
.grommetux-card__content--truncate .grommetux-paragraph--large::after {
  margin-top: 196.056px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-card__content--truncate .grommetux-paragraph--large {
    max-height: 140.04px;
  }
  .grommetux-card__content--truncate .grommetux-paragraph--large::after {
    margin-top: 112.032px;
  }
}
.grommetux-card__content--truncate .grommetux-paragraph--xlarge {
  max-height: 304px;
}
.grommetux-card__content--truncate .grommetux-paragraph--xlarge::after {
  margin-top: 266px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-card__content--truncate .grommetux-paragraph--xlarge {
    max-height: 190px;
  }
  .grommetux-card__content--truncate .grommetux-paragraph--xlarge::after {
    margin-top: 152px;
  }
}

@media screen and (max-width: 44.9375em) {
  .grommetux-card--direction-row .grommetux-card__thumbnail {
    flex-basis: 192px;
  }
}

.grommetux-card--selectable:hover > div {
  background-color: #EBEBEB;
  color: #000;
  cursor: pointer;
}
.grommetux-card--selectable:hover > div .grommetux-card__content .grommetux-paragraph::after {
  background: linear-gradient(to right, transparent, #EBEBEB 50%);
}

@-webkit-keyframes carousel-reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes carousel-reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes carousel-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes carousel-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.grommetux-carousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.grommetux-carousel .grommetux-tiles.grommetux-box--direction-row > .grommetux-tile.grommetux-carousel__item {
  flex: 1 1 100%;
  box-sizing: border-box;
}
.grommetux-carousel .grommetux-tiles.grommetux-box--direction-row > .grommetux-tile.grommetux-carousel__item > * {
  width: 100%;
}
.grommetux-carousel .grommetux-control-icon-next {
  right: 0;
}
.grommetux-carousel .grommetux-control-icon-previous {
  left: 0;
}
.grommetux-carousel img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.grommetux-carousel-controls__control {
  width: 36px;
  height: 36px;
  stroke: #fff;
  fill: transparent;
  cursor: pointer;
  filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
  -webkit-filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
}

.grommetux-carousel-controls__control:hover {
  stroke-width: 2px;
}

.grommetux-carousel-controls__control--active {
  stroke: #007482;
  fill: #007482;
}

.grommetux-carousel__track {
  display: flex;
  max-width: none;
}

.grommetux-carousel__track--animate {
  transition: all 0.8s;
}

.grommetux-carousel__arrow {
  -webkit-animation: carousel-reveal 1s;
  animation: carousel-reveal 1s;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.grommetux-carousel__arrow .grommetux-control-icon {
  filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
  -webkit-filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
}
.grommetux-carousel__arrow .grommetux-control-icon polyline {
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 1px;
}

.grommetux-carousel__arrow:hover .grommetux-control-icon polyline {
  stroke: #fff;
}

.grommetux-carousel__arrow--next {
  right: 0;
}

.grommetux-carousel__arrow--prev {
  left: 0;
}

.grommetux-carousel__controls {
  -webkit-animation: carousel-reveal 1s;
  animation: carousel-reveal 1s;
  margin-left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 12px;
  text-align: center;
  z-index: 1;
}

.grommetux-carousel__control {
  display: inline-block;
  width: 36px;
  height: 36px;
  stroke: rgba(255, 255, 255, 0.7);
  fill: transparent;
  cursor: pointer;
  filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
  -webkit-filter: drop-shadow(1px 1px 1px rgba(170, 170, 170, 0.5));
}

.grommetux-carousel__control--active {
  stroke: #007482;
  fill: #007482;
}

.grommetux-carousel--hide-controls .grommetux-control-icon-previous,
.grommetux-carousel--hide-controls .grommetux-control-icon-next,
.grommetux-carousel--hide-controls .grommetux-carousel__controls {
  opacity: 0;
  -webkit-animation: carousel-hide 1s;
  animation: carousel-hide 1s;
}

_::-webkit-:not(:root:root),
.grommetux-carousel__control,
.grommetux-carousel__arrow .grommetux-control-icon {
  -webkit-filter: none;
  -webkit-svg-shadow: 1px 1px 1px rgba(170, 170, 170, 0.5);
}

.grommetux-layer .grommetux-carousel {
  width: 100vw;
}

@-webkit-keyframes fade-in-chart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-chart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grommetux-chart {
  position: relative;
  display: flex;
}
.grommetux-chart .grommetux-chart {
  min-width: 0;
  max-width: 100%;
}

.grommetux-chart--full {
  width: 100%;
}

.grommetux-chart--vertical {
  flex-direction: column;
}

.grommetux-chart:not(.grommetux-chart--vertical) {
  flex-direction: row;
}

.grommetux-chart-base {
  display: flex;
}

.grommetux-chart-base--vertical {
  flex-direction: column;
}

.grommetux-chart-base:not(.grommetux-chart-base--vertical) {
  flex-direction: row;
}
.grommetux-chart-base:not(.grommetux-chart-base--vertical) > * {
  flex: 0 0 auto;
}

.grommetux-chart-base--width-small {
  width: 192px;
}

.grommetux-chart-base--width-medium {
  width: 384px;
}

.grommetux-chart-base--width-large {
  width: 576px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-chart-base--width-large {
    max-width: 100%;
  }
}

.grommetux-chart-base--width-full {
  width: 100%;
}

.grommetux-chart-base--height-xxsmall {
  height: 48px;
}

.grommetux-chart-base--height-xsmall {
  height: 96px;
}

.grommetux-chart-base--height-small {
  height: 192px;
}

.grommetux-chart-base--height-medium {
  height: 384px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-chart-base--height-medium {
    height: 192px;
  }
}

.grommetux-chart-base--height-large {
  height: 576px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-chart-base--height-large {
    height: 384px;
  }
}

.grommetux-chart-base--height-sparkline {
  height: 24px;
  width: 96px;
}
.grommetux-chart-base--height-sparkline.grommetux-chart-base--width-xsmall {
  width: 96px;
}
.grommetux-chart-base--height-sparkline.grommetux-chart-base--width-small {
  width: 192px;
}
.grommetux-chart-base--height-sparkline.grommetux-chart-base--width-medium {
  width: 384px;
}
.grommetux-chart-base--height-sparkline.grommetux-chart-base--width-large {
  width: 576px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-chart-base--height-sparkline.grommetux-chart-base--width-large {
    max-width: 100%;
  }
}

.grommetux-chart-axis {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
}

.grommetux-chart-axis__slot {
  flex: 0 0;
  display: flex;
  flex-direction: column;
  -webkit-transform: translateZ(0);
}

.grommetux-chart-axis--ticks .grommetux-chart-axis__slot::before, .grommetux-chart-axis--ticks .grommetux-chart-axis__slot::after {
  background-color: rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--dark .grommetux-chart-axis--ticks .grommetux-chart-axis__slot::before, .grommetux-background-color-index--dark .grommetux-chart-axis--ticks .grommetux-chart-axis__slot::after, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-axis--ticks .grommetux-chart-axis__slot::before, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-axis--ticks .grommetux-chart-axis__slot::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-chart-axis--ticks .grommetux-chart-axis__slot::before, .grommetux-background-color-index--light .grommetux-chart-axis--ticks .grommetux-chart-axis__slot::after, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-axis--ticks .grommetux-chart-axis__slot::before, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-axis--ticks .grommetux-chart-axis__slot::after {
  background-color: rgba(0, 0, 0, 0.15);
}

.grommetux-chart-axis--vertical {
  flex-direction: column-reverse;
  margin-left: 12px;
  margin-right: 12px;
}
.grommetux-chart-axis--vertical .grommetux-chart-axis__slot {
  min-width: 1em;
  justify-content: flex-start;
}
.grommetux-chart-axis--vertical .grommetux-chart-axis__slot:first-child {
  flex-direction: column-reverse;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--align-start {
  align-items: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--align-start .grommetux-chart-axis__slot {
  align-items: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--align-end {
  align-items: flex-end;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--align-end .grommetux-chart-axis__slot {
  align-items: flex-end;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--ticks .grommetux-chart-axis__slot:not(.grommetux-chart-axis__slot--placeholder)::before {
  display: block;
  content: "";
  height: 1px;
  width: 6px;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--ticks.grommetux-chart-axis--ticks--start .grommetux-chart-axis__slot {
  align-items: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--ticks.grommetux-chart-axis--ticks--end .grommetux-chart-axis__slot {
  align-items: flex-end;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse {
  flex-direction: column;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse .grommetux-chart-axis__slot {
  justify-content: flex-start;
  flex-direction: column-reverse;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse .grommetux-chart-axis__slot:first-child {
  flex-direction: column;
  justify-content: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse .grommetux-chart-axis__slot:last-child {
  justify-content: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse.grommetux-chart-axis--ticks--start .grommetux-chart-axis__slot {
  align-items: flex-start;
}
.grommetux-chart-axis--vertical.grommetux-chart-axis--reverse.grommetux-chart-axis--ticks--end .grommetux-chart-axis__slot {
  align-items: flex-end;
}

.grommetux-chart-axis:not(.grommetux-chart-axis--vertical) {
  flex-direction: row;
  margin-top: 12px;
  margin-bottom: 12px;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical) .grommetux-chart-axis__slot {
  min-height: 24px;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical) .grommetux-chart-axis__slot:first-child {
  align-items: flex-start;
  flex-direction: row-reverse;
  padding-left: 0;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical).grommetux-chart-axis--align-start {
  align-items: flex-start;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical).grommetux-chart-axis--align-end {
  align-items: flex-end;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical).grommetux-chart-axis--align-end .grommetux-chart-axis__slot {
  justify-content: flex-end;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical).grommetux-chart-axis--ticks .grommetux-chart-axis__slot::after {
  display: block;
  content: "";
  height: 6px;
  width: 1px;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical).grommetux-chart-axis--ticks.grommetux-chart-axis--ticks--end .grommetux-chart-axis__slot:not(.grommetux-chart-axis__slot--placeholder) {
  align-items: flex-end;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical).grommetux-chart-axis--ticks.grommetux-chart-axis--ticks--start .grommetux-chart-axis__slot:not(.grommetux-chart-axis__slot--placeholder) {
  align-items: flex-start;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical).grommetux-chart-axis--ticks .grommetux-chart-axis__slot:not(.grommetux-chart-axis__slot--placeholder) > span {
  padding: 0 6px;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical).grommetux-chart-axis--reverse {
  flex-direction: row-reverse;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical).grommetux-chart-axis--reverse .grommetux-chart-axis__slot {
  align-items: flex-start;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical).grommetux-chart-axis--reverse.grommetux-chart-axis--ticks .grommetux-chart-axis__slot {
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.grommetux-chart-axis:not(.grommetux-chart-axis--vertical).grommetux-chart-axis--reverse.grommetux-chart-axis--ticks .grommetux-chart-axis__slot:first-child {
  flex-direction: row;
}

.grommetux-chart-marker-label {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
}

.grommetux-chart-marker-label__slot {
  flex: 0 0;
  display: flex;
  flex-direction: column;
  -webkit-transform: translateZ(0);
}

.grommetux-chart-marker-label--vertical {
  flex-direction: column-reverse;
  margin-left: 12px;
  margin-right: 12px;
}
.grommetux-chart-marker-label--vertical .grommetux-chart-marker-label__slot {
  min-width: 1em;
  justify-content: flex-start;
}
.grommetux-chart-marker-label--vertical .grommetux-chart-marker-label__slot.grommetux-chart-marker-label__slot--flip {
  justify-content: flex-end;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--align-start {
  align-items: flex-start;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--align-start .grommetux-chart-marker-label__slot {
  align-items: flex-start;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--align-end {
  align-items: flex-end;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--align-end .grommetux-chart-marker-label__slot {
  align-items: flex-end;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--reverse {
  flex-direction: column;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--reverse .grommetux-chart-marker-label__slot {
  justify-content: flex-end;
}
.grommetux-chart-marker-label--vertical.grommetux-chart-marker-label--reverse .grommetux-chart-marker-label__slot.grommetux-chart-marker-label__slot--flip {
  justify-content: flex-start;
}

.grommetux-chart-marker-label:not(.grommetux-chart-marker-label--vertical) {
  flex-direction: row;
  margin-top: 12px;
  margin-bottom: 12px;
}
.grommetux-chart-marker-label:not(.grommetux-chart-marker-label--vertical) .grommetux-chart-marker-label__slot {
  min-height: 24px;
  align-items: flex-end;
}
.grommetux-chart-marker-label:not(.grommetux-chart-marker-label--vertical) .grommetux-chart-marker-label__slot.grommetux-chart-marker-label__slot--flip {
  align-items: flex-start;
}
.grommetux-chart-marker-label:not(.grommetux-chart-marker-label--vertical).grommetux-chart-marker-label--align-start {
  align-items: flex-start;
}
.grommetux-chart-marker-label:not(.grommetux-chart-marker-label--vertical).grommetux-chart-marker-label--align-start .grommetux-chart-marker-label__slot {
  justify-content: flex-start;
}
.grommetux-chart-marker-label:not(.grommetux-chart-marker-label--vertical).grommetux-chart-marker-label--align-end {
  align-items: flex-end;
}
.grommetux-chart-marker-label:not(.grommetux-chart-marker-label--vertical).grommetux-chart-marker-label--align-end .grommetux-chart-marker-label__slot {
  justify-content: flex-end;
}

.grommetux-chart-layers {
  position: absolute;
  -webkit-animation: fade-in-chart 0.5s;
  animation: fade-in-chart 0.5s;
}

@-webkit-keyframes stretch-up-chart {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100%;
  }
}
@keyframes stretch-up-chart {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100%;
  }
}
@-webkit-keyframes stretch-right-chart {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
@keyframes stretch-right-chart {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
.grommetux-chart-marker,
.grommetux-chart-grid,
.grommetux-chart-graph--line,
.grommetux-chart-graph--area,
.grommetux-chart-graph--bar,
.grommetux-chart-hot-spots,
.grommetux-chart-range,
.grommetux-chart-loading {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.grommetux-chart-loading {
  top: 0;
  stroke-width: 24px;
  stroke: #ddd;
  stroke-dasharray: 1 24px;
  stroke-dashoffset: 0;
}

.grommetux-chart-hot-spots {
  display: flex;
  width: 100%;
}
.grommetux-chart-hot-spots > * {
  flex: 0 0;
}

.grommetux-chart-hot-spots--vertical {
  flex-direction: column;
}

.grommetux-chart-hot-spots:not(.grommetux-chart-hot-spots--vertical) {
  flex-direction: row;
}

.grommetux-chart-hot-spots--clickable {
  cursor: pointer;
}

.grommetux-chart-range {
  display: flex;
  flex-direction: row;
}

.grommetux-chart-range__active {
  position: relative;
  height: 100%;
  flex: 1 1;
  cursor: ew-resize;
}

.grommetux-chart-range__before,
.grommetux-chart-range__after {
  position: relative;
  flex: 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.grommetux-background-color-index--dark .grommetux-chart-range__before, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-range__before,
.grommetux-background-color-index--dark .grommetux-chart-range__after,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-range__after {
  background-color: rgba(0, 0, 0, 0.4);
}
.grommetux-background-color-index--light .grommetux-chart-range__before, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-range__before,
.grommetux-background-color-index--light .grommetux-chart-range__after,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-range__after {
  background-color: rgba(255, 255, 255, 0.7);
}

.grommetux-chart-range__before {
  justify-content: flex-end;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 1px;
  border-style: none solid none none;
}

.grommetux-chart-range__before--end {
  z-index: 2;
}

.grommetux-chart-range__after {
  justify-content: flex-start;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 1px;
  border-style: none none none solid;
}

.grommetux-chart-range__start,
.grommetux-chart-range__end {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 1 24px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 0;
  height: 36px;
  cursor: col-resize;
  outline: none;
}
.grommetux-background-color-index--dark .grommetux-chart-range__start, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-range__start,
.grommetux-background-color-index--dark .grommetux-chart-range__end,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-range__end {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-chart-range__start, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-range__start,
.grommetux-background-color-index--light .grommetux-chart-range__end,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-range__end {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 0, 0, 0.15);
}
.grommetux-chart-range__start:hover,
.grommetux-chart-range__end:hover {
  background-color: #fff;
  border-color: #000;
}
.grommetux-background-color-index--dark .grommetux-chart-range__start:hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-range__start:hover,
.grommetux-background-color-index--dark .grommetux-chart-range__end:hover,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-range__end:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #fff;
}
.grommetux-background-color-index--light .grommetux-chart-range__start:hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-range__start:hover,
.grommetux-background-color-index--light .grommetux-chart-range__end:hover,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-range__end:hover {
  background-color: #fff;
  border-color: #000;
}
.grommetux-chart-range__start svg,
.grommetux-chart-range__end svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grommetux-chart-range__start {
  right: -1px;
}

.grommetux-chart-range__start--edge {
  right: -26px;
}

.grommetux-chart-range__end {
  left: -1px;
}

.grommetux-chart-range__end--edge {
  left: -26px;
}

.grommetux-chart-range__start--focus,
.grommetux-chart-range__end--focus {
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}

.grommetux-chart-range--vertical {
  flex-direction: column;
}
.grommetux-chart-range--vertical .grommetux-chart-range__active {
  width: 100%;
  cursor: ns-resize;
}
.grommetux-chart-range--vertical .grommetux-chart-range__before,
.grommetux-chart-range--vertical .grommetux-chart-range__after {
  flex-direction: column;
}
.grommetux-chart-range--vertical .grommetux-chart-range__before {
  border-style: none none solid;
}
.grommetux-chart-range--vertical .grommetux-chart-range__after {
  border-style: solid none none;
}
.grommetux-chart-range--vertical .grommetux-chart-range__start,
.grommetux-chart-range--vertical .grommetux-chart-range__end {
  top: auto;
  transform: none;
  padding: 0 6px;
  height: 26px;
  cursor: row-resize;
}
.grommetux-chart-range--vertical .grommetux-chart-range__start {
  right: auto;
  bottom: -1px;
}
.grommetux-chart-range--vertical .grommetux-chart-range__start--edge {
  bottom: -26px;
}
.grommetux-chart-range--vertical .grommetux-chart-range__end {
  left: auto;
  top: -1px;
}
.grommetux-chart-range--vertical .grommetux-chart-range__end--edge {
  top: -26px;
}
.grommetux-chart-range--vertical svg {
  transform: rotate(90deg);
}

.grommetux-chart-grid path {
  stroke: rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--dark .grommetux-chart-grid path, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-grid path {
  stroke: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-chart-grid path, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-grid path {
  stroke: rgba(0, 0, 0, 0.15);
}

.grommetux-chart-marker {
  stroke: rgba(0, 0, 0, 0.15);
  -webkit-animation: fade-in-chart 1s;
  animation: fade-in-chart 1s;
}
.grommetux-chart-marker.grommetux-color-index-unset {
  stroke: rgba(221, 221, 221, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-brand {
  stroke: rgba(0, 116, 130, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-critical {
  stroke: rgba(228, 89, 80, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-error {
  stroke: rgba(228, 89, 80, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-warning {
  stroke: rgba(240, 178, 0, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-ok {
  stroke: rgba(0, 158, 12, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-unknown {
  stroke: rgba(195, 197, 200, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-disabled {
  stroke: rgba(195, 197, 200, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-graph-1, .grommetux-chart-marker.grommetux-color-index-graph-5 {
  stroke: rgba(12, 72, 129, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-graph-2, .grommetux-chart-marker.grommetux-color-index-graph-6 {
  stroke: rgba(109, 145, 179, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-graph-3, .grommetux-chart-marker.grommetux-color-index-graph-7 {
  stroke: rgba(240, 178, 0, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-graph-4, .grommetux-chart-marker.grommetux-color-index-graph-8 {
  stroke: rgba(204, 146, 0, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-accent-1, .grommetux-chart-marker.grommetux-color-index-accent-4 {
  stroke: rgba(173, 221, 224, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-accent-2, .grommetux-chart-marker.grommetux-color-index-accent-5 {
  stroke: rgba(0, 151, 157, 0.7);
}
.grommetux-chart-marker.grommetux-color-index-accent-3, .grommetux-chart-marker.grommetux-color-index-accent-6 {
  stroke: rgba(0, 93, 105, 0.7);
}
.grommetux-chart-marker.color-index-grey-1, .grommetux-chart-marker.color-index-grey-6 {
  stroke: rgba(39, 39, 39, 0.7);
}
.grommetux-chart-marker.color-index-grey-2, .grommetux-chart-marker.color-index-grey-7 {
  stroke: rgba(64, 64, 64, 0.7);
}
.grommetux-chart-marker.color-index-grey-3, .grommetux-chart-marker.color-index-grey-8 {
  stroke: rgba(100, 100, 100, 0.7);
}
.grommetux-chart-marker.color-index-grey-4, .grommetux-chart-marker.color-index-grey-9 {
  stroke: rgba(203, 204, 203, 0.7);
}
.grommetux-chart-marker.color-index-grey-5, .grommetux-chart-marker.color-index-grey-10 {
  stroke: rgba(241, 241, 241, 0.7);
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-loading, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-unset, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-brand, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-critical, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-error, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-warning, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-ok, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-unknown, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-disabled, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-1, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-5, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-1, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-2, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-6, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-2, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-3, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-7, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-3, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-4, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-8, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-4, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-1, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-6, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-1, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-2, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-7, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-2, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-3, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-8, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-3, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-4, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-9, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-4, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-5, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-10, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-5, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-1, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-4, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-1, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-2, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-5, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-2, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-3, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-6, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-3, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-1, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-5, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-1, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-2, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-6, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-2, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-3, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-7, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-3, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-4, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-8, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-4, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-light-1, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-light-3, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-light-1, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-light-2, .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-light-4, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-light-2, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-marker.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-unset, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-unset {
  stroke: rgba(221, 221, 221, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-brand, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-brand {
  stroke: rgba(0, 116, 130, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-critical, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-critical {
  stroke: rgba(228, 89, 80, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-error, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-error {
  stroke: rgba(228, 89, 80, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-warning, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-warning {
  stroke: rgba(240, 178, 0, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-ok, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-ok {
  stroke: rgba(0, 158, 12, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-unknown, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-unknown {
  stroke: rgba(195, 197, 200, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-disabled, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-disabled {
  stroke: rgba(195, 197, 200, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-1, .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-5, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-1, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-5 {
  stroke: rgba(12, 72, 129, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-2, .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-6, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-2, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-6 {
  stroke: rgba(109, 145, 179, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-3, .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-7, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-3, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-7 {
  stroke: rgba(240, 178, 0, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-4, .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-8, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-4, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-graph-8 {
  stroke: rgba(204, 146, 0, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-1, .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-4, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-1, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-4 {
  stroke: rgba(173, 221, 224, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-2, .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-5, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-2, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-5 {
  stroke: rgba(0, 151, 157, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-3, .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-6, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-3, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.grommetux-color-index-accent-6 {
  stroke: rgba(0, 93, 105, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-1, .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-6, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-1, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-6 {
  stroke: rgba(39, 39, 39, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-2, .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-7, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-2, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-7 {
  stroke: rgba(64, 64, 64, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-3, .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-8, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-3, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-8 {
  stroke: rgba(100, 100, 100, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-4, .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-9, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-4, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-9 {
  stroke: rgba(203, 204, 203, 0.7);
}
.grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-5, .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-10, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-5, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-marker.color-index-grey-10 {
  stroke: rgba(241, 241, 241, 0.7);
}

.grommetux-chart-graph--line {
  stroke-width: 3px;
}
.grommetux-chart-graph--line.grommetux-color-index-unset {
  stroke: rgba(221, 221, 221, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-brand {
  stroke: rgba(0, 116, 130, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-critical {
  stroke: rgba(228, 89, 80, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-error {
  stroke: rgba(228, 89, 80, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-warning {
  stroke: rgba(240, 178, 0, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-ok {
  stroke: rgba(0, 158, 12, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-unknown {
  stroke: rgba(195, 197, 200, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-disabled {
  stroke: rgba(195, 197, 200, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-graph-1, .grommetux-chart-graph--line.grommetux-color-index-graph-5 {
  stroke: rgba(12, 72, 129, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-graph-2, .grommetux-chart-graph--line.grommetux-color-index-graph-6 {
  stroke: rgba(109, 145, 179, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-graph-3, .grommetux-chart-graph--line.grommetux-color-index-graph-7 {
  stroke: rgba(240, 178, 0, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-graph-4, .grommetux-chart-graph--line.grommetux-color-index-graph-8 {
  stroke: rgba(204, 146, 0, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-accent-1, .grommetux-chart-graph--line.grommetux-color-index-accent-4 {
  stroke: rgba(173, 221, 224, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-accent-2, .grommetux-chart-graph--line.grommetux-color-index-accent-5 {
  stroke: rgba(0, 151, 157, 0.7);
}
.grommetux-chart-graph--line.grommetux-color-index-accent-3, .grommetux-chart-graph--line.grommetux-color-index-accent-6 {
  stroke: rgba(0, 93, 105, 0.7);
}
.grommetux-chart-graph--line.color-index-grey-1, .grommetux-chart-graph--line.color-index-grey-6 {
  stroke: rgba(39, 39, 39, 0.7);
}
.grommetux-chart-graph--line.color-index-grey-2, .grommetux-chart-graph--line.color-index-grey-7 {
  stroke: rgba(64, 64, 64, 0.7);
}
.grommetux-chart-graph--line.color-index-grey-3, .grommetux-chart-graph--line.color-index-grey-8 {
  stroke: rgba(100, 100, 100, 0.7);
}
.grommetux-chart-graph--line.color-index-grey-4, .grommetux-chart-graph--line.color-index-grey-9 {
  stroke: rgba(203, 204, 203, 0.7);
}
.grommetux-chart-graph--line.color-index-grey-5, .grommetux-chart-graph--line.color-index-grey-10 {
  stroke: rgba(241, 241, 241, 0.7);
}

.grommetux-chart-graph--bar {
  stroke-width: 4px;
}
.grommetux-chart-graph--bar.grommetux-color-index-unset {
  stroke: rgba(221, 221, 221, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-brand {
  stroke: rgba(0, 116, 130, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-critical {
  stroke: rgba(228, 89, 80, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-error {
  stroke: rgba(228, 89, 80, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-warning {
  stroke: rgba(240, 178, 0, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-ok {
  stroke: rgba(0, 158, 12, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-unknown {
  stroke: rgba(195, 197, 200, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-disabled {
  stroke: rgba(195, 197, 200, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-graph-1, .grommetux-chart-graph--bar.grommetux-color-index-graph-5 {
  stroke: rgba(12, 72, 129, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-graph-2, .grommetux-chart-graph--bar.grommetux-color-index-graph-6 {
  stroke: rgba(109, 145, 179, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-graph-3, .grommetux-chart-graph--bar.grommetux-color-index-graph-7 {
  stroke: rgba(240, 178, 0, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-graph-4, .grommetux-chart-graph--bar.grommetux-color-index-graph-8 {
  stroke: rgba(204, 146, 0, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-accent-1, .grommetux-chart-graph--bar.grommetux-color-index-accent-4 {
  stroke: rgba(173, 221, 224, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-accent-2, .grommetux-chart-graph--bar.grommetux-color-index-accent-5 {
  stroke: rgba(0, 151, 157, 0.7);
}
.grommetux-chart-graph--bar.grommetux-color-index-accent-3, .grommetux-chart-graph--bar.grommetux-color-index-accent-6 {
  stroke: rgba(0, 93, 105, 0.7);
}
.grommetux-chart-graph--bar.color-index-grey-1, .grommetux-chart-graph--bar.color-index-grey-6 {
  stroke: rgba(39, 39, 39, 0.7);
}
.grommetux-chart-graph--bar.color-index-grey-2, .grommetux-chart-graph--bar.color-index-grey-7 {
  stroke: rgba(64, 64, 64, 0.7);
}
.grommetux-chart-graph--bar.color-index-grey-3, .grommetux-chart-graph--bar.color-index-grey-8 {
  stroke: rgba(100, 100, 100, 0.7);
}
.grommetux-chart-graph--bar.color-index-grey-4, .grommetux-chart-graph--bar.color-index-grey-9 {
  stroke: rgba(203, 204, 203, 0.7);
}
.grommetux-chart-graph--bar.color-index-grey-5, .grommetux-chart-graph--bar.color-index-grey-10 {
  stroke: rgba(241, 241, 241, 0.7);
}
.grommetux-chart-graph--bar.grommetux-chart-graph--vertical {
  -webkit-animation: stretch-right-chart 1.5s;
  animation: stretch-right-chart 1.5s;
}
.grommetux-chart-graph--bar:not(.grommetux-chart-graph--vertical) {
  bottom: 0;
  -webkit-animation: stretch-up-chart 1.5s;
  animation: stretch-up-chart 1.5s;
}

.grommetux-chart-graph--area {
  stroke-width: 3px;
}
.grommetux-chart-graph--area.grommetux-color-index-unset {
  fill: rgba(221, 221, 221, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-brand {
  fill: rgba(0, 116, 130, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-critical {
  fill: rgba(228, 89, 80, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-error {
  fill: rgba(228, 89, 80, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-warning {
  fill: rgba(240, 178, 0, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-ok {
  fill: rgba(0, 158, 12, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-unknown {
  fill: rgba(195, 197, 200, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-disabled {
  fill: rgba(195, 197, 200, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-graph-1, .grommetux-chart-graph--area.grommetux-color-index-graph-5 {
  fill: rgba(12, 72, 129, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-graph-2, .grommetux-chart-graph--area.grommetux-color-index-graph-6 {
  fill: rgba(109, 145, 179, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-graph-3, .grommetux-chart-graph--area.grommetux-color-index-graph-7 {
  fill: rgba(240, 178, 0, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-graph-4, .grommetux-chart-graph--area.grommetux-color-index-graph-8 {
  fill: rgba(204, 146, 0, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-accent-1, .grommetux-chart-graph--area.grommetux-color-index-accent-4 {
  fill: rgba(173, 221, 224, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-accent-2, .grommetux-chart-graph--area.grommetux-color-index-accent-5 {
  fill: rgba(0, 151, 157, 0.7);
}
.grommetux-chart-graph--area.grommetux-color-index-accent-3, .grommetux-chart-graph--area.grommetux-color-index-accent-6 {
  fill: rgba(0, 93, 105, 0.7);
}
.grommetux-chart-graph--area.color-index-grey-1, .grommetux-chart-graph--area.color-index-grey-6 {
  fill: rgba(39, 39, 39, 0.7);
}
.grommetux-chart-graph--area.color-index-grey-2, .grommetux-chart-graph--area.color-index-grey-7 {
  fill: rgba(64, 64, 64, 0.7);
}
.grommetux-chart-graph--area.color-index-grey-3, .grommetux-chart-graph--area.color-index-grey-8 {
  fill: rgba(100, 100, 100, 0.7);
}
.grommetux-chart-graph--area.color-index-grey-4, .grommetux-chart-graph--area.color-index-grey-9 {
  fill: rgba(203, 204, 203, 0.7);
}
.grommetux-chart-graph--area.color-index-grey-5, .grommetux-chart-graph--area.color-index-grey-10 {
  fill: rgba(241, 241, 241, 0.7);
}
.grommetux-chart-graph--area.grommetux-chart-graph--vertical {
  -webkit-animation: stretch-right-chart 1.5s;
  animation: stretch-right-chart 1.5s;
}
.grommetux-chart-graph--area:not(.grommetux-chart-graph--vertical) {
  bottom: 0;
  -webkit-animation: stretch-up-chart 1.5s;
  animation: stretch-up-chart 1.5s;
}
.grommetux-chart-graph--area .grommetux-chart-graph__point {
  stroke: #fff;
}

.grommetux-chart-graph__point {
  stroke: none;
  transition: r 0.3s;
  -webkit-animation: fade-in-chart 0.3s;
  animation: fade-in-chart 0.3s;
}
.grommetux-chart-graph__point.grommetux-color-index-unset {
  fill: rgba(221, 221, 221, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-brand {
  fill: rgba(0, 116, 130, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-critical {
  fill: rgba(228, 89, 80, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-error {
  fill: rgba(228, 89, 80, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-warning {
  fill: rgba(240, 178, 0, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-ok {
  fill: rgba(0, 158, 12, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-unknown {
  fill: rgba(195, 197, 200, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-disabled {
  fill: rgba(195, 197, 200, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-graph-1, .grommetux-chart-graph__point.grommetux-color-index-graph-5 {
  fill: rgba(12, 72, 129, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-graph-2, .grommetux-chart-graph__point.grommetux-color-index-graph-6 {
  fill: rgba(109, 145, 179, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-graph-3, .grommetux-chart-graph__point.grommetux-color-index-graph-7 {
  fill: rgba(240, 178, 0, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-graph-4, .grommetux-chart-graph__point.grommetux-color-index-graph-8 {
  fill: rgba(204, 146, 0, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-accent-1, .grommetux-chart-graph__point.grommetux-color-index-accent-4 {
  fill: rgba(173, 221, 224, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-accent-2, .grommetux-chart-graph__point.grommetux-color-index-accent-5 {
  fill: rgba(0, 151, 157, 0.9);
}
.grommetux-chart-graph__point.grommetux-color-index-accent-3, .grommetux-chart-graph__point.grommetux-color-index-accent-6 {
  fill: rgba(0, 93, 105, 0.9);
}
.grommetux-chart-graph__point.color-index-grey-1, .grommetux-chart-graph__point.color-index-grey-6 {
  fill: rgba(39, 39, 39, 0.9);
}
.grommetux-chart-graph__point.color-index-grey-2, .grommetux-chart-graph__point.color-index-grey-7 {
  fill: rgba(64, 64, 64, 0.9);
}
.grommetux-chart-graph__point.color-index-grey-3, .grommetux-chart-graph__point.color-index-grey-8 {
  fill: rgba(100, 100, 100, 0.9);
}
.grommetux-chart-graph__point.color-index-grey-4, .grommetux-chart-graph__point.color-index-grey-9 {
  fill: rgba(203, 204, 203, 0.9);
}
.grommetux-chart-graph__point.color-index-grey-5, .grommetux-chart-graph__point.color-index-grey-10 {
  fill: rgba(241, 241, 241, 0.9);
}

.grommetux-chart-graph__point--active {
  stroke: #fff;
}
.grommetux-chart-graph__point--active.grommetux-color-index-unset {
  fill: #ddd;
}
.grommetux-chart-graph__point--active.grommetux-color-index-brand {
  fill: #007482;
}
.grommetux-chart-graph__point--active.grommetux-color-index-critical {
  fill: #E45950;
}
.grommetux-chart-graph__point--active.grommetux-color-index-error {
  fill: #E45950;
}
.grommetux-chart-graph__point--active.grommetux-color-index-warning {
  fill: #F0B200;
}
.grommetux-chart-graph__point--active.grommetux-color-index-ok {
  fill: #009E0C;
}
.grommetux-chart-graph__point--active.grommetux-color-index-unknown {
  fill: #C3C5C8;
}
.grommetux-chart-graph__point--active.grommetux-color-index-disabled {
  fill: #C3C5C8;
}
.grommetux-chart-graph__point--active.grommetux-color-index-graph-1, .grommetux-chart-graph__point--active.grommetux-color-index-graph-5 {
  fill: #0C4881;
}
.grommetux-chart-graph__point--active.grommetux-color-index-graph-2, .grommetux-chart-graph__point--active.grommetux-color-index-graph-6 {
  fill: #6D91B3;
}
.grommetux-chart-graph__point--active.grommetux-color-index-graph-3, .grommetux-chart-graph__point--active.grommetux-color-index-graph-7 {
  fill: #F0B200;
}
.grommetux-chart-graph__point--active.grommetux-color-index-graph-4, .grommetux-chart-graph__point--active.grommetux-color-index-graph-8 {
  fill: #CC9200;
}
.grommetux-chart-graph__point--active.grommetux-color-index-accent-1, .grommetux-chart-graph__point--active.grommetux-color-index-accent-4 {
  fill: #ADDDE0;
}
.grommetux-chart-graph__point--active.grommetux-color-index-accent-2, .grommetux-chart-graph__point--active.grommetux-color-index-accent-5 {
  fill: #00979D;
}
.grommetux-chart-graph__point--active.grommetux-color-index-accent-3, .grommetux-chart-graph__point--active.grommetux-color-index-accent-6 {
  fill: #005D69;
}
.grommetux-chart-graph__point--active.grommetux-color-index-grey-1, .grommetux-chart-graph__point--active.grommetux-color-index-grey-6 {
  fill: #272727;
}
.grommetux-chart-graph__point--active.grommetux-color-index-grey-2, .grommetux-chart-graph__point--active.grommetux-color-index-grey-7 {
  fill: #404040;
}
.grommetux-chart-graph__point--active.grommetux-color-index-grey-3, .grommetux-chart-graph__point--active.grommetux-color-index-grey-8 {
  fill: #646464;
}
.grommetux-chart-graph__point--active.grommetux-color-index-grey-4, .grommetux-chart-graph__point--active.grommetux-color-index-grey-9 {
  fill: #CBCCCB;
}
.grommetux-chart-graph__point--active.grommetux-color-index-grey-5, .grommetux-chart-graph__point--active.grommetux-color-index-grey-10 {
  fill: #F1F1F1;
}
.grommetux-background-color-index--dark .grommetux-chart-graph__point--active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-chart-graph__point--active {
  stroke: rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--light .grommetux-chart-graph__point--active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-chart-graph__point--active {
  stroke: #fff;
}

.grommetux-check-box {
  margin-right: 12px;
  white-space: nowrap;
}
html.rtl .grommetux-check-box {
  margin-right: 24px;
  margin-left: 12px;
}

.grommetux-check-box:not(.grommetux-check-box--disabled) {
  cursor: pointer;
}

.grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__control {
  border-color: #000;
}
.grommetux-background-color-index--dark .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__control, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__control {
  border-color: #fff;
}
.grommetux-background-color-index--light .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__control, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__control {
  border-color: #000;
}
.grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__input:checked + .grommetux-check-box__control {
  border-color: #000;
}
.grommetux-background-color-index--dark .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__input:checked + .grommetux-check-box__control, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__input:checked + .grommetux-check-box__control {
  border-color: #fff;
}
.grommetux-background-color-index--light .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__input:checked + .grommetux-check-box__control, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__input:checked + .grommetux-check-box__control {
  border-color: #000;
}
.grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__label {
  color: #000;
}
.grommetux-background-color-index--dark .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__label, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__label {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__label, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__label {
  color: #000;
}

.grommetux-check-box__input {
  opacity: 0;
  width: 0;
  height: 0;
}
.grommetux-check-box__input:checked + .grommetux-check-box__control {
  border-color: #007482;
}
.grommetux-background-color-index--dark .grommetux-check-box__input:checked + .grommetux-check-box__control, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box__input:checked + .grommetux-check-box__control {
  border-color: #fff;
}
.grommetux-background-color-index--light .grommetux-check-box__input:checked + .grommetux-check-box__control, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box__input:checked + .grommetux-check-box__control {
  border-color: #007482;
}
.grommetux-check-box__input:checked + .grommetux-check-box__control .grommetux-check-box__control-check {
  display: block;
}
.grommetux-check-box__input:checked + .grommetux-check-box__control + .grommetux-check-box__label {
  color: #333;
}
.grommetux-background-color-index--dark .grommetux-check-box__input:checked + .grommetux-check-box__control + .grommetux-check-box__label, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box__input:checked + .grommetux-check-box__control + .grommetux-check-box__label {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-check-box__input:checked + .grommetux-check-box__control + .grommetux-check-box__label, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box__input:checked + .grommetux-check-box__control + .grommetux-check-box__label {
  color: #333;
}
.grommetux-check-box__input:focus + .grommetux-check-box__control {
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}

.grommetux-check-box__control {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: inherit;
  border: 2px solid #666;
  border-radius: 0px;
}
html.rtl .grommetux-check-box__control {
  margin-right: 0;
  margin-left: 12px;
}
.grommetux-background-color-index--dark .grommetux-check-box__control, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box__control {
  border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-check-box__control, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box__control {
  border-color: #666;
}

.grommetux-check-box__control-check {
  position: absolute;
  top: -2px;
  left: -2px;
  display: none;
  width: 24px;
  height: 24px;
  stroke-width: 4px;
  stroke: #007482;
}
.grommetux-background-color-index--dark .grommetux-check-box__control-check, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box__control-check {
  stroke: #fff;
}
.grommetux-background-color-index--light .grommetux-check-box__control-check, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box__control-check {
  stroke: #007482;
}

.grommetux-check-box__label {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  white-space: normal;
  margin-right: 24px;
  word-break: break-word;
}
.grommetux-background-color-index--dark .grommetux-check-box__label, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box__label {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-check-box__label, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box__label {
  color: #666;
}

.grommetux-check-box--disabled .grommetux-check-box__control {
  opacity: 0.5;
}

.grommetux-check-box--reverse .grommetux-check-box__control {
  margin-right: 0;
  margin-left: 12px;
}
html.rtl .grommetux-check-box--reverse .grommetux-check-box__control {
  margin-left: 0;
  margin-right: 12px;
}

.grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__control:after {
  content: "";
  border-color: #000;
}
.grommetux-background-color-index--dark .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__control:after, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__control:after {
  background-color: #fff;
  border-color: #fff;
}
.grommetux-background-color-index--light .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__control:after, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__control:after {
  background-color: none;
  border-color: #000;
}
.grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__input:checked + .grommetux-check-box__control:after {
  content: "";
  border-color: #000;
}
.grommetux-background-color-index--dark .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__input:checked + .grommetux-check-box__control:after, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__input:checked + .grommetux-check-box__control:after {
  background-color: #fff;
  border-color: #fff;
}
.grommetux-background-color-index--light .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__input:checked + .grommetux-check-box__control:after, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box--toggle:hover:not(.grommetux-check-box--disabled) .grommetux-check-box__input:checked + .grommetux-check-box__control:after {
  background-color: none;
  border-color: #000;
}
.grommetux-check-box--toggle .grommetux-check-box__control {
  width: 48px;
  height: 24px;
  border-radius: 24px;
  background-color: rgba(51, 51, 51, 0.2);
  border: none;
  transition: background-color 0.3s;
}
.grommetux-background-color-index--dark .grommetux-check-box--toggle .grommetux-check-box__control, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box--toggle .grommetux-check-box__control {
  background-color: rgba(255, 255, 255, 0.2);
}
.grommetux-background-color-index--light .grommetux-check-box--toggle .grommetux-check-box__control, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box--toggle .grommetux-check-box__control {
  background-color: rgba(51, 51, 51, 0.2);
}
.grommetux-check-box--toggle .grommetux-check-box__control:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 24px;
  transition: margin-left 0.3s;
  box-sizing: border-box;
}
.grommetux-background-color-index--dark .grommetux-check-box--toggle .grommetux-check-box__control:after, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box--toggle .grommetux-check-box__control:after {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-check-box--toggle .grommetux-check-box__control:after, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box--toggle .grommetux-check-box__control:after {
  border-color: #666;
}
.grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control {
  background-color: #007482;
}
.grommetux-background-color-index--dark .grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control {
  background-color: rgba(255, 255, 255, 0.2);
}
.grommetux-background-color-index--dark .grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control .grommetux-check-box__control-check, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control .grommetux-check-box__control-check {
  stroke: transparent;
}
.grommetux-background-color-index--light .grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control {
  background-color: #007482;
}
.grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control:after {
  content: "";
  background-color: #fff;
  border-color: #007482;
  margin-left: 24px;
}
.grommetux-background-color-index--dark .grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control:after, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control:after {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control:after, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control:after {
  border-color: #007482;
}
.grommetux-check-box--toggle .grommetux-check-box__input:checked + .grommetux-check-box__control .grommetux-check-box__control-check {
  display: none;
}

.grommetux-collapsible {
  overflow: hidden;
}

.grommetux-collapsible__wrapper {
  width: 100%;
}

.grommetux-collapsible.animate {
  transition: height 0.5s ease-out;
}

.grommetux-background-color-index--pending {
  color: transparent;
}

.grommetux-background-color-index--dark, .grommetux-background-color-index--light .grommetux-background-color-index--dark {
  color: #fff;
}
.grommetux-background-color-index--dark input::-webkit-input-placeholder, .grommetux-background-color-index--light .grommetux-background-color-index--dark input::-webkit-input-placeholder {
  color: #fff;
}
.grommetux-background-color-index--dark input::-moz-placeholder, .grommetux-background-color-index--light .grommetux-background-color-index--dark input::-moz-placeholder {
  color: #fff;
}
.grommetux-background-color-index--dark input:-ms-input-placeholder, .grommetux-background-color-index--light .grommetux-background-color-index--dark input:-ms-input-placeholder {
  color: #fff;
}

.grommetux-background-color-index--light, .grommetux-background-color-index--dark .grommetux-background-color-index--light {
  color: #333;
}
.grommetux-background-color-index--light input::-webkit-input-placeholder, .grommetux-background-color-index--dark .grommetux-background-color-index--light input::-webkit-input-placeholder {
  color: #333;
}
.grommetux-background-color-index--light input::-moz-placeholder, .grommetux-background-color-index--dark .grommetux-background-color-index--light input::-moz-placeholder {
  color: #333;
}
.grommetux-background-color-index--light input:-ms-input-placeholder, .grommetux-background-color-index--dark .grommetux-background-color-index--light input:-ms-input-placeholder {
  color: #333;
}

.grommetux-background-color-index-brand {
  background-color: #007482;
}
.grommetux-background-color-index-brand-a {
  background-color: rgba(0, 116, 130, 0.94);
}

.grommetux-border-color-index-brand {
  border-color: #007482;
}
.grommetux-border-color-index-brand-a {
  border-color: rgba(0, 116, 130, 0.94);
}

.grommetux-background-color-index-neutral-1,
.grommetux-background-color-index-neutral-5 {
  background-color: #0C4881;
}

.grommetux-background-color-index-neutral-1-t,
.grommetux-background-color-index-neutral-5-t {
  background-color: #185187;
}

.grommetux-background-color-index-neutral-1-a,
.grommetux-background-color-index-neutral-5-a {
  background-color: rgba(12, 72, 129, 0.8);
}

.grommetux-border-color-index-neutral-1,
.grommetux-border-color-index-neutral-5 {
  border-color: #0C4881;
}

.grommetux-border-color-index-neutral-1-t,
.grommetux-border-color-index-neutral-5-t {
  border-color: #185187;
}

.grommetux-color-index-neutral-1,
.grommetux-color-index-neutral-5 {
  color: #0C4881;
}

.grommetux-color-index-neutral-1-t,
.grommetux-color-index-neutral-5-t {
  color: #185187;
}

.grommetux-background-hover-color-index-neutral-1:hover,
.grommetux-background-hover-color-index-neutral-5:hover {
  background-color: rgba(12, 72, 129, 0.3);
}

.grommetux-border-small-hover-color-index-neutral-1:hover,
.grommetux-border-small-hover-color-index-neutral-5:hover {
  box-shadow: 0 0 0 1px #0C4881;
}

.grommetux-border-medium-hover-color-index-neutral-1:hover,
.grommetux-border-medium-hover-color-index-neutral-5:hover {
  box-shadow: 0 0 0 12px #0C4881;
}

.grommetux-border-large-hover-color-index-neutral-1:hover,
.grommetux-border-large-hover-color-index-neutral-5:hover {
  box-shadow: 0 0 0 24px #0C4881;
}

.grommetux-background-color-index-neutral-2,
.grommetux-background-color-index-neutral-6 {
  background-color: #6D91B3;
}

.grommetux-background-color-index-neutral-2-t,
.grommetux-background-color-index-neutral-6-t {
  background-color: #7497b7;
}

.grommetux-background-color-index-neutral-2-a,
.grommetux-background-color-index-neutral-6-a {
  background-color: rgba(109, 145, 179, 0.8);
}

.grommetux-border-color-index-neutral-2,
.grommetux-border-color-index-neutral-6 {
  border-color: #6D91B3;
}

.grommetux-border-color-index-neutral-2-t,
.grommetux-border-color-index-neutral-6-t {
  border-color: #7497b7;
}

.grommetux-color-index-neutral-2,
.grommetux-color-index-neutral-6 {
  color: #6D91B3;
}

.grommetux-color-index-neutral-2-t,
.grommetux-color-index-neutral-6-t {
  color: #7497b7;
}

.grommetux-background-hover-color-index-neutral-2:hover,
.grommetux-background-hover-color-index-neutral-6:hover {
  background-color: rgba(109, 145, 179, 0.3);
}

.grommetux-border-small-hover-color-index-neutral-2:hover,
.grommetux-border-small-hover-color-index-neutral-6:hover {
  box-shadow: 0 0 0 1px #6D91B3;
}

.grommetux-border-medium-hover-color-index-neutral-2:hover,
.grommetux-border-medium-hover-color-index-neutral-6:hover {
  box-shadow: 0 0 0 12px #6D91B3;
}

.grommetux-border-large-hover-color-index-neutral-2:hover,
.grommetux-border-large-hover-color-index-neutral-6:hover {
  box-shadow: 0 0 0 24px #6D91B3;
}

.grommetux-background-color-index-neutral-3,
.grommetux-background-color-index-neutral-7 {
  background-color: #F0B200;
}

.grommetux-background-color-index-neutral-3-t,
.grommetux-background-color-index-neutral-7-t {
  background-color: #f1b60d;
}

.grommetux-background-color-index-neutral-3-a,
.grommetux-background-color-index-neutral-7-a {
  background-color: rgba(240, 178, 0, 0.8);
}

.grommetux-border-color-index-neutral-3,
.grommetux-border-color-index-neutral-7 {
  border-color: #F0B200;
}

.grommetux-border-color-index-neutral-3-t,
.grommetux-border-color-index-neutral-7-t {
  border-color: #f1b60d;
}

.grommetux-color-index-neutral-3,
.grommetux-color-index-neutral-7 {
  color: #F0B200;
}

.grommetux-color-index-neutral-3-t,
.grommetux-color-index-neutral-7-t {
  color: #f1b60d;
}

.grommetux-background-hover-color-index-neutral-3:hover,
.grommetux-background-hover-color-index-neutral-7:hover {
  background-color: rgba(240, 178, 0, 0.3);
}

.grommetux-border-small-hover-color-index-neutral-3:hover,
.grommetux-border-small-hover-color-index-neutral-7:hover {
  box-shadow: 0 0 0 1px #F0B200;
}

.grommetux-border-medium-hover-color-index-neutral-3:hover,
.grommetux-border-medium-hover-color-index-neutral-7:hover {
  box-shadow: 0 0 0 12px #F0B200;
}

.grommetux-border-large-hover-color-index-neutral-3:hover,
.grommetux-border-large-hover-color-index-neutral-7:hover {
  box-shadow: 0 0 0 24px #F0B200;
}

.grommetux-background-color-index-neutral-4,
.grommetux-background-color-index-neutral-8 {
  background-color: #CC9200;
}

.grommetux-background-color-index-neutral-4-t,
.grommetux-background-color-index-neutral-8-t {
  background-color: #cf970d;
}

.grommetux-background-color-index-neutral-4-a,
.grommetux-background-color-index-neutral-8-a {
  background-color: rgba(204, 146, 0, 0.8);
}

.grommetux-border-color-index-neutral-4,
.grommetux-border-color-index-neutral-8 {
  border-color: #CC9200;
}

.grommetux-border-color-index-neutral-4-t,
.grommetux-border-color-index-neutral-8-t {
  border-color: #cf970d;
}

.grommetux-color-index-neutral-4,
.grommetux-color-index-neutral-8 {
  color: #CC9200;
}

.grommetux-color-index-neutral-4-t,
.grommetux-color-index-neutral-8-t {
  color: #cf970d;
}

.grommetux-background-hover-color-index-neutral-4:hover,
.grommetux-background-hover-color-index-neutral-8:hover {
  background-color: rgba(204, 146, 0, 0.3);
}

.grommetux-border-small-hover-color-index-neutral-4:hover,
.grommetux-border-small-hover-color-index-neutral-8:hover {
  box-shadow: 0 0 0 1px #CC9200;
}

.grommetux-border-medium-hover-color-index-neutral-4:hover,
.grommetux-border-medium-hover-color-index-neutral-8:hover {
  box-shadow: 0 0 0 12px #CC9200;
}

.grommetux-border-large-hover-color-index-neutral-4:hover,
.grommetux-border-large-hover-color-index-neutral-8:hover {
  box-shadow: 0 0 0 24px #CC9200;
}

.grommetux-background-color-index-accent-1,
.grommetux-background-color-index-accent-4 {
  background-color: #ADDDE0;
}

.grommetux-background-color-index-accent-1-t,
.grommetux-background-color-index-accent-4-t {
  background-color: #b1dfe2;
}

.grommetux-background-color-index-accent-1-a,
.grommetux-background-color-index-accent-4-a {
  background-color: rgba(173, 221, 224, 0.8);
}

.grommetux-border-color-index-accent-1,
.grommetux-border-color-index-accent-4 {
  border-color: #ADDDE0;
}

.grommetux-border-color-index-accent-1-t,
.grommetux-border-color-index-accent-4-t {
  border-color: #b1dfe2;
}

.grommetux-color-index-accent-1,
.grommetux-color-index-accent-4 {
  color: #ADDDE0;
}

.grommetux-color-index-accent-1-t,
.grommetux-color-index-accent-4-t {
  color: #b1dfe2;
}

.grommetux-background-hover-color-index-accent-1:hover,
.grommetux-background-hover-color-index-accent-4:hover {
  background-color: rgba(173, 221, 224, 0.3);
}

.grommetux-border-small-hover-color-index-accent-1:hover,
.grommetux-border-small-hover-color-index-accent-4:hover {
  box-shadow: 0 0 0 1px #ADDDE0;
}

.grommetux-border-medium-hover-color-index-accent-1:hover,
.grommetux-border-medium-hover-color-index-accent-4:hover {
  box-shadow: 0 0 0 12px #ADDDE0;
}

.grommetux-border-large-hover-color-index-accent-1:hover,
.grommetux-border-large-hover-color-index-accent-4:hover {
  box-shadow: 0 0 0 24px #ADDDE0;
}

.grommetux-background-color-index-accent-2,
.grommetux-background-color-index-accent-5 {
  background-color: #00979D;
}

.grommetux-background-color-index-accent-2-t,
.grommetux-background-color-index-accent-5-t {
  background-color: #0d9ca2;
}

.grommetux-background-color-index-accent-2-a,
.grommetux-background-color-index-accent-5-a {
  background-color: rgba(0, 151, 157, 0.8);
}

.grommetux-border-color-index-accent-2,
.grommetux-border-color-index-accent-5 {
  border-color: #00979D;
}

.grommetux-border-color-index-accent-2-t,
.grommetux-border-color-index-accent-5-t {
  border-color: #0d9ca2;
}

.grommetux-color-index-accent-2,
.grommetux-color-index-accent-5 {
  color: #00979D;
}

.grommetux-color-index-accent-2-t,
.grommetux-color-index-accent-5-t {
  color: #0d9ca2;
}

.grommetux-background-hover-color-index-accent-2:hover,
.grommetux-background-hover-color-index-accent-5:hover {
  background-color: rgba(0, 151, 157, 0.3);
}

.grommetux-border-small-hover-color-index-accent-2:hover,
.grommetux-border-small-hover-color-index-accent-5:hover {
  box-shadow: 0 0 0 1px #00979D;
}

.grommetux-border-medium-hover-color-index-accent-2:hover,
.grommetux-border-medium-hover-color-index-accent-5:hover {
  box-shadow: 0 0 0 12px #00979D;
}

.grommetux-border-large-hover-color-index-accent-2:hover,
.grommetux-border-large-hover-color-index-accent-5:hover {
  box-shadow: 0 0 0 24px #00979D;
}

.grommetux-background-color-index-accent-3,
.grommetux-background-color-index-accent-6 {
  background-color: #005D69;
}

.grommetux-background-color-index-accent-3-t,
.grommetux-background-color-index-accent-6-t {
  background-color: #0d6571;
}

.grommetux-background-color-index-accent-3-a,
.grommetux-background-color-index-accent-6-a {
  background-color: rgba(0, 93, 105, 0.8);
}

.grommetux-border-color-index-accent-3,
.grommetux-border-color-index-accent-6 {
  border-color: #005D69;
}

.grommetux-border-color-index-accent-3-t,
.grommetux-border-color-index-accent-6-t {
  border-color: #0d6571;
}

.grommetux-color-index-accent-3,
.grommetux-color-index-accent-6 {
  color: #005D69;
}

.grommetux-color-index-accent-3-t,
.grommetux-color-index-accent-6-t {
  color: #0d6571;
}

.grommetux-background-hover-color-index-accent-3:hover,
.grommetux-background-hover-color-index-accent-6:hover {
  background-color: rgba(0, 93, 105, 0.3);
}

.grommetux-border-small-hover-color-index-accent-3:hover,
.grommetux-border-small-hover-color-index-accent-6:hover {
  box-shadow: 0 0 0 1px #005D69;
}

.grommetux-border-medium-hover-color-index-accent-3:hover,
.grommetux-border-medium-hover-color-index-accent-6:hover {
  box-shadow: 0 0 0 12px #005D69;
}

.grommetux-border-large-hover-color-index-accent-3:hover,
.grommetux-border-large-hover-color-index-accent-6:hover {
  box-shadow: 0 0 0 24px #005D69;
}

.grommetux-background-color-index-grey-1,
.grommetux-background-color-index-grey-6 {
  background-color: #272727;
}

.grommetux-background-color-index-grey-1-a,
.grommetux-background-color-index-grey-6-a {
  background-color: rgba(39, 39, 39, 0.8);
}

.grommetux-border-color-index-grey-1,
.grommetux-border-color-index-grey-6 {
  border-color: #272727;
}

.grommetux-background-hover-color-index-grey-1:hover,
.grommetux-background-hover-color-index-grey-6:hover {
  background-color: rgba(39, 39, 39, 0.3);
}

.grommetux-border-small-hover-color-index-grey-1:hover,
.grommetux-border-small-hover-color-index-grey-6:hover {
  box-shadow: 0 0 0 1px #272727;
}

.grommetux-border-medium-hover-color-index-grey-1:hover,
.grommetux-border-medium-hover-color-index-grey-6:hover {
  box-shadow: 0 0 0 12px #272727;
}

.grommetux-border-large-hover-color-index-grey-1:hover,
.grommetux-border-large-hover-color-index-grey-6:hover {
  box-shadow: 0 0 0 24px #272727;
}

.grommetux-background-color-index-grey-2,
.grommetux-background-color-index-grey-7 {
  background-color: #404040;
}

.grommetux-background-color-index-grey-2-a,
.grommetux-background-color-index-grey-7-a {
  background-color: rgba(64, 64, 64, 0.8);
}

.grommetux-border-color-index-grey-2,
.grommetux-border-color-index-grey-7 {
  border-color: #404040;
}

.grommetux-background-hover-color-index-grey-2:hover,
.grommetux-background-hover-color-index-grey-7:hover {
  background-color: rgba(64, 64, 64, 0.3);
}

.grommetux-border-small-hover-color-index-grey-2:hover,
.grommetux-border-small-hover-color-index-grey-7:hover {
  box-shadow: 0 0 0 1px #404040;
}

.grommetux-border-medium-hover-color-index-grey-2:hover,
.grommetux-border-medium-hover-color-index-grey-7:hover {
  box-shadow: 0 0 0 12px #404040;
}

.grommetux-border-large-hover-color-index-grey-2:hover,
.grommetux-border-large-hover-color-index-grey-7:hover {
  box-shadow: 0 0 0 24px #404040;
}

.grommetux-background-color-index-grey-3,
.grommetux-background-color-index-grey-8 {
  background-color: #646464;
}

.grommetux-background-color-index-grey-3-a,
.grommetux-background-color-index-grey-8-a {
  background-color: rgba(100, 100, 100, 0.8);
}

.grommetux-border-color-index-grey-3,
.grommetux-border-color-index-grey-8 {
  border-color: #646464;
}

.grommetux-background-hover-color-index-grey-3:hover,
.grommetux-background-hover-color-index-grey-8:hover {
  background-color: rgba(100, 100, 100, 0.3);
}

.grommetux-border-small-hover-color-index-grey-3:hover,
.grommetux-border-small-hover-color-index-grey-8:hover {
  box-shadow: 0 0 0 1px #646464;
}

.grommetux-border-medium-hover-color-index-grey-3:hover,
.grommetux-border-medium-hover-color-index-grey-8:hover {
  box-shadow: 0 0 0 12px #646464;
}

.grommetux-border-large-hover-color-index-grey-3:hover,
.grommetux-border-large-hover-color-index-grey-8:hover {
  box-shadow: 0 0 0 24px #646464;
}

.grommetux-background-color-index-grey-4,
.grommetux-background-color-index-grey-9 {
  background-color: #CBCCCB;
}

.grommetux-background-color-index-grey-4-a,
.grommetux-background-color-index-grey-9-a {
  background-color: rgba(203, 204, 203, 0.8);
}

.grommetux-border-color-index-grey-4,
.grommetux-border-color-index-grey-9 {
  border-color: #CBCCCB;
}

.grommetux-background-hover-color-index-grey-4:hover,
.grommetux-background-hover-color-index-grey-9:hover {
  background-color: rgba(203, 204, 203, 0.3);
}

.grommetux-border-small-hover-color-index-grey-4:hover,
.grommetux-border-small-hover-color-index-grey-9:hover {
  box-shadow: 0 0 0 1px #CBCCCB;
}

.grommetux-border-medium-hover-color-index-grey-4:hover,
.grommetux-border-medium-hover-color-index-grey-9:hover {
  box-shadow: 0 0 0 12px #CBCCCB;
}

.grommetux-border-large-hover-color-index-grey-4:hover,
.grommetux-border-large-hover-color-index-grey-9:hover {
  box-shadow: 0 0 0 24px #CBCCCB;
}

.grommetux-background-color-index-grey-5,
.grommetux-background-color-index-grey-10 {
  background-color: #F1F1F1;
}

.grommetux-background-color-index-grey-5-a,
.grommetux-background-color-index-grey-10-a {
  background-color: rgba(241, 241, 241, 0.8);
}

.grommetux-border-color-index-grey-5,
.grommetux-border-color-index-grey-10 {
  border-color: #F1F1F1;
}

.grommetux-background-hover-color-index-grey-5:hover,
.grommetux-background-hover-color-index-grey-10:hover {
  background-color: rgba(241, 241, 241, 0.3);
}

.grommetux-border-small-hover-color-index-grey-5:hover,
.grommetux-border-small-hover-color-index-grey-10:hover {
  box-shadow: 0 0 0 1px #F1F1F1;
}

.grommetux-border-medium-hover-color-index-grey-5:hover,
.grommetux-border-medium-hover-color-index-grey-10:hover {
  box-shadow: 0 0 0 12px #F1F1F1;
}

.grommetux-border-large-hover-color-index-grey-5:hover,
.grommetux-border-large-hover-color-index-grey-10:hover {
  box-shadow: 0 0 0 24px #F1F1F1;
}

.grommetux-background-color-index-graph-1,
.grommetux-background-color-index-graph-5 {
  background-color: #0C4881;
}

.grommetux-border-color-index-graph-1,
.grommetux-border-color-index-graph-5 {
  border-color: #0C4881;
}

.grommetux-background-color-index-graph-2,
.grommetux-background-color-index-graph-6 {
  background-color: #6D91B3;
}

.grommetux-border-color-index-graph-2,
.grommetux-border-color-index-graph-6 {
  border-color: #6D91B3;
}

.grommetux-background-color-index-graph-3,
.grommetux-background-color-index-graph-7 {
  background-color: #F0B200;
}

.grommetux-border-color-index-graph-3,
.grommetux-border-color-index-graph-7 {
  border-color: #F0B200;
}

.grommetux-background-color-index-graph-4,
.grommetux-background-color-index-graph-8 {
  background-color: #CC9200;
}

.grommetux-border-color-index-graph-4,
.grommetux-border-color-index-graph-8 {
  border-color: #CC9200;
}

.grommetux-background-color-index-critical {
  background-color: #E45950;
}

.grommetux-border-color-index-critical {
  border-color: #E45950;
}

.grommetux-color-index-critical {
  color: #E45950;
}

.grommetux-background-hover-color-index-critical:hover {
  background-color: rgba(228, 89, 80, 0.3);
}

.grommetux-border-small-hover-color-index-critical:hover {
  box-shadow: 0 0 0 1px #E45950;
}

.grommetux-border-medium-hover-color-index-critical:hover {
  box-shadow: 0 0 0 12px #E45950;
}

.grommetux-border-large-hover-color-index-critical:hover {
  box-shadow: 0 0 0 24px #E45950;
}

.grommetux-background-color-index-error {
  background-color: #E45950;
}

.grommetux-border-color-index-error {
  border-color: #E45950;
}

.grommetux-color-index-error {
  color: #E45950;
}

.grommetux-background-hover-color-index-error:hover {
  background-color: rgba(228, 89, 80, 0.3);
}

.grommetux-border-small-hover-color-index-error:hover {
  box-shadow: 0 0 0 1px #E45950;
}

.grommetux-border-medium-hover-color-index-error:hover {
  box-shadow: 0 0 0 12px #E45950;
}

.grommetux-border-large-hover-color-index-error:hover {
  box-shadow: 0 0 0 24px #E45950;
}

.grommetux-background-color-index-warning {
  background-color: #F0B200;
}

.grommetux-border-color-index-warning {
  border-color: #F0B200;
}

.grommetux-color-index-warning {
  color: #F0B200;
}

.grommetux-background-hover-color-index-warning:hover {
  background-color: rgba(240, 178, 0, 0.3);
}

.grommetux-border-small-hover-color-index-warning:hover {
  box-shadow: 0 0 0 1px #F0B200;
}

.grommetux-border-medium-hover-color-index-warning:hover {
  box-shadow: 0 0 0 12px #F0B200;
}

.grommetux-border-large-hover-color-index-warning:hover {
  box-shadow: 0 0 0 24px #F0B200;
}

.grommetux-background-color-index-ok {
  background-color: #009E0C;
}

.grommetux-border-color-index-ok {
  border-color: #009E0C;
}

.grommetux-color-index-ok {
  color: #009E0C;
}

.grommetux-background-hover-color-index-ok:hover {
  background-color: rgba(0, 158, 12, 0.3);
}

.grommetux-border-small-hover-color-index-ok:hover {
  box-shadow: 0 0 0 1px #009E0C;
}

.grommetux-border-medium-hover-color-index-ok:hover {
  box-shadow: 0 0 0 12px #009E0C;
}

.grommetux-border-large-hover-color-index-ok:hover {
  box-shadow: 0 0 0 24px #009E0C;
}

.grommetux-background-color-index-unknown {
  background-color: #C3C5C8;
}

.grommetux-border-color-index-unknown {
  border-color: #C3C5C8;
}

.grommetux-color-index-unknown {
  color: #C3C5C8;
}

.grommetux-background-hover-color-index-unknown:hover {
  background-color: rgba(195, 197, 200, 0.3);
}

.grommetux-border-small-hover-color-index-unknown:hover {
  box-shadow: 0 0 0 1px #C3C5C8;
}

.grommetux-border-medium-hover-color-index-unknown:hover {
  box-shadow: 0 0 0 12px #C3C5C8;
}

.grommetux-border-large-hover-color-index-unknown:hover {
  box-shadow: 0 0 0 24px #C3C5C8;
}

.grommetux-background-color-index-disabled {
  background-color: #C3C5C8;
}

.grommetux-border-color-index-disabled {
  border-color: #C3C5C8;
}

.grommetux-color-index-disabled {
  color: #C3C5C8;
}

.grommetux-background-hover-color-index-disabled:hover {
  background-color: rgba(195, 197, 200, 0.3);
}

.grommetux-border-small-hover-color-index-disabled:hover {
  box-shadow: 0 0 0 1px #C3C5C8;
}

.grommetux-border-medium-hover-color-index-disabled:hover {
  box-shadow: 0 0 0 12px #C3C5C8;
}

.grommetux-border-large-hover-color-index-disabled:hover {
  box-shadow: 0 0 0 24px #C3C5C8;
}

.grommetux-background-color-index-light-1,
.grommetux-background-color-index-light-3 {
  background-color: #fff;
}

.grommetux-background-color-index-light-1-a,
.grommetux-background-color-index-light-3-a {
  background-color: rgba(255, 255, 255, 0.8);
}

.grommetux-border-color-index-light-1,
.grommetux-border-color-index-light-3 {
  border-color: #fff;
}

.grommetux-background-hover-color-index-light-1:hover,
.grommetux-background-hover-color-index-light-3:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.grommetux-border-small-hover-color-index-light-1:hover,
.grommetux-border-small-hover-color-index-light-3:hover {
  box-shadow: 0 0 0 1px #fff;
}

.grommetux-border-medium-hover-color-index-light-1:hover,
.grommetux-border-medium-hover-color-index-light-3:hover {
  box-shadow: 0 0 0 12px #fff;
}

.grommetux-border-large-hover-color-index-light-1:hover,
.grommetux-border-large-hover-color-index-light-3:hover {
  box-shadow: 0 0 0 24px #fff;
}

.grommetux-background-color-index-light-2,
.grommetux-background-color-index-light-4 {
  background-color: #EEF2F5;
}

.grommetux-background-color-index-light-2-a,
.grommetux-background-color-index-light-4-a {
  background-color: rgba(238, 242, 245, 0.8);
}

.grommetux-border-color-index-light-2,
.grommetux-border-color-index-light-4 {
  border-color: #EEF2F5;
}

.grommetux-background-hover-color-index-light-2:hover,
.grommetux-background-hover-color-index-light-4:hover {
  background-color: rgba(238, 242, 245, 0.3);
}

.grommetux-border-small-hover-color-index-light-2:hover,
.grommetux-border-small-hover-color-index-light-4:hover {
  box-shadow: 0 0 0 1px #EEF2F5;
}

.grommetux-border-medium-hover-color-index-light-2:hover,
.grommetux-border-medium-hover-color-index-light-4:hover {
  box-shadow: 0 0 0 12px #EEF2F5;
}

.grommetux-border-large-hover-color-index-light-2:hover,
.grommetux-border-large-hover-color-index-light-4:hover {
  box-shadow: 0 0 0 24px #EEF2F5;
}

.grommetux-background-color-index-unset {
  background-color: #ddd;
}

.grommetux-columns {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (min-width: 45em) {
  .grommetux-columns > .grommetux-columns__column {
    flex-basis: calc(384px);
  }
  .grommetux-columns.grommetux-columns--margin-small > .grommetux-columns__column {
    flex-basis: calc(384px + 12px);
  }
  .grommetux-columns.grommetux-columns--margin-medium > .grommetux-columns__column {
    flex-basis: calc(384px + 24px);
  }
  .grommetux-columns.grommetux-columns--margin-large > .grommetux-columns__column {
    flex-basis: calc(384px + 48px);
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-columns {
    flex-direction: column;
  }
}

.grommetux-columns__column {
  flex: 0 0 384px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-columns__column {
    flex-basis: auto;
  }
}

@media screen and (max-width: 44.9375em) {
  .grommetux-columns--responsive > .grommetux-columns__column {
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-columns--responsive.grommetux-columns--small > .grommetux-columns__column, .grommetux-columns--responsive.grommetux-columns--medium > .grommetux-columns__column, .grommetux-columns--responsive.grommetux-columns--large > .grommetux-columns__column {
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 45em) {
  .grommetux-columns--small > .grommetux-columns__column {
    flex-basis: calc(192px);
  }
  .grommetux-columns--small.grommetux-columns--margin-small > .grommetux-columns__column {
    flex-basis: calc(192px + 12px);
  }
  .grommetux-columns--small.grommetux-columns--margin-medium > .grommetux-columns__column {
    flex-basis: calc(192px + 24px);
  }
  .grommetux-columns--small.grommetux-columns--margin-large > .grommetux-columns__column {
    flex-basis: calc(192px + 48px);
  }
}

@media screen and (min-width: 45em) {
  .grommetux-columns--medium > .grommetux-columns__column {
    flex-basis: calc(384px);
  }
  .grommetux-columns--medium.grommetux-columns--margin-small > .grommetux-columns__column {
    flex-basis: calc(384px + 12px);
  }
  .grommetux-columns--medium.grommetux-columns--margin-medium > .grommetux-columns__column {
    flex-basis: calc(384px + 24px);
  }
  .grommetux-columns--medium.grommetux-columns--margin-large > .grommetux-columns__column {
    flex-basis: calc(384px + 48px);
  }
}

@media screen and (min-width: 45em) {
  .grommetux-columns--large > .grommetux-columns__column {
    flex-basis: calc(576px);
  }
  .grommetux-columns--large.grommetux-columns--margin-small > .grommetux-columns__column {
    flex-basis: calc(576px + 12px);
  }
  .grommetux-columns--large.grommetux-columns--margin-medium > .grommetux-columns__column {
    flex-basis: calc(576px + 24px);
  }
  .grommetux-columns--large.grommetux-columns--margin-large > .grommetux-columns__column {
    flex-basis: calc(576px + 48px);
  }
}

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

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

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

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

.grommetux-date-time {
  position: relative;
  display: inline-block;
}

.grommetux-date-time__input {
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  outline: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  margin: 0;
  padding-right: 60px;
}
.grommetux-date-time__input:focus {
  border-width: 2px;
  border-color: #ADDDE0;
  padding: 10px 22px;
}
.grommetux-date-time__input::-moz-focus-inner {
  border: none;
  outline: none;
}
.grommetux-date-time__input::-webkit-input-placeholder {
  color: #aaa;
}
.grommetux-date-time__input::-moz-placeholder {
  color: #aaa;
}
.grommetux-date-time__input:-ms-input-placeholder {
  color: #aaa;
}
.grommetux-date-time__input.error {
  border-color: #E45950;
}

.grommetux-date-time__input:focus {
  padding-right: 58px;
}

.grommetux-date-time__input::-ms-clear {
  display: none;
}

.grommetux-date-time__control {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.grommetux-date-time-drop {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.grommetux-date-time-drop__title {
  text-align: center;
}

.grommetux-date-time-drop__grid {
  width: 100%;
  padding: 12px;
}
.grommetux-date-time-drop__grid table {
  width: 100%;
  margin-bottom: 0;
  outline: none;
}
.grommetux-date-time-drop__grid th,
.grommetux-date-time-drop__grid td {
  text-align: center;
}
.grommetux-date-time-drop__grid th {
  color: #666;
  font-weight: normal;
  padding: 6px;
}

.grommetux-date-time-drop__grid--focus table {
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}

.grommetux-date-time-drop__day {
  display: inline-block;
  cursor: pointer;
  outline: none;
  width: 36px;
  height: 36px;
  padding: 6px;
  transition: background-color 0.3s;
}

.grommetux-date-time-drop__day:hover,
.grommetux-date-time-drop__day--hover {
  background-color: rgba(221, 221, 221, 0.5);
  color: #000;
}

.grommetux-date-time-drop__day--other-month {
  color: #666;
}

.grommetux-date-time-drop__day--active {
  background-color: #007482;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
}

.grommetux-date-time-drop__time {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
}

.grommetux-distribution {
  position: relative;
  width: 100%;
}

.grommetux-distribution__graphic {
  position: absolute;
  top: 0px;
  left: 0px;
  outline: none;
  max-width: 100%;
}

.grommetux-distribution__graphic--focus {
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}

.grommetux-distribution__background {
  fill: #f5f5f5;
}
.grommetux-background-color-index--dark .grommetux-distribution__background, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-distribution__background {
  fill: rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--light .grommetux-distribution__background, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-distribution__background {
  fill: #f5f5f5;
}

.grommetux-distribution__item--clickable {
  cursor: pointer;
  outline: none;
}

.grommetux-distribution__item-box {
  transition: all 0.2s ease;
}
.grommetux-distribution__item-box.grommetux-color-index-unset {
  fill: #ddd;
}
.grommetux-distribution__item-box.grommetux-color-index-brand {
  fill: #007482;
}
.grommetux-distribution__item-box.grommetux-color-index-critical {
  fill: #E45950;
}
.grommetux-distribution__item-box.grommetux-color-index-error {
  fill: #E45950;
}
.grommetux-distribution__item-box.grommetux-color-index-warning {
  fill: #F0B200;
}
.grommetux-distribution__item-box.grommetux-color-index-ok {
  fill: #009E0C;
}
.grommetux-distribution__item-box.grommetux-color-index-unknown {
  fill: #C3C5C8;
}
.grommetux-distribution__item-box.grommetux-color-index-disabled {
  fill: #C3C5C8;
}
.grommetux-distribution__item-box.grommetux-color-index-graph-1, .grommetux-distribution__item-box.grommetux-color-index-graph-5 {
  fill: #0C4881;
}
.grommetux-distribution__item-box.grommetux-color-index-graph-2, .grommetux-distribution__item-box.grommetux-color-index-graph-6 {
  fill: #6D91B3;
}
.grommetux-distribution__item-box.grommetux-color-index-graph-3, .grommetux-distribution__item-box.grommetux-color-index-graph-7 {
  fill: #F0B200;
}
.grommetux-distribution__item-box.grommetux-color-index-graph-4, .grommetux-distribution__item-box.grommetux-color-index-graph-8 {
  fill: #CC9200;
}
.grommetux-distribution__item-box.grommetux-color-index-accent-1, .grommetux-distribution__item-box.grommetux-color-index-accent-4 {
  fill: #ADDDE0;
}
.grommetux-distribution__item-box.grommetux-color-index-accent-2, .grommetux-distribution__item-box.grommetux-color-index-accent-5 {
  fill: #00979D;
}
.grommetux-distribution__item-box.grommetux-color-index-accent-3, .grommetux-distribution__item-box.grommetux-color-index-accent-6 {
  fill: #005D69;
}
.grommetux-distribution__item-box.grommetux-color-index-grey-1, .grommetux-distribution__item-box.grommetux-color-index-grey-6 {
  fill: #272727;
}
.grommetux-distribution__item-box.grommetux-color-index-grey-2, .grommetux-distribution__item-box.grommetux-color-index-grey-7 {
  fill: #404040;
}
.grommetux-distribution__item-box.grommetux-color-index-grey-3, .grommetux-distribution__item-box.grommetux-color-index-grey-8 {
  fill: #646464;
}
.grommetux-distribution__item-box.grommetux-color-index-grey-4, .grommetux-distribution__item-box.grommetux-color-index-grey-9 {
  fill: #CBCCCB;
}
.grommetux-distribution__item-box.grommetux-color-index-grey-5, .grommetux-distribution__item-box.grommetux-color-index-grey-10 {
  fill: #F1F1F1;
}

.grommetux-distribution__item-icons.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-distribution__item-icons.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-distribution__item-icons.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-distribution__item-icons.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-distribution__item-icons.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-distribution__item-icons.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-distribution__item-icons.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-distribution__item-icons.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-distribution__item-icons.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-distribution__item-icons.grommetux-color-index-graph-1, .grommetux-distribution__item-icons.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-distribution__item-icons.grommetux-color-index-graph-2, .grommetux-distribution__item-icons.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-distribution__item-icons.grommetux-color-index-graph-3, .grommetux-distribution__item-icons.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-distribution__item-icons.grommetux-color-index-graph-4, .grommetux-distribution__item-icons.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-distribution__item-icons.grommetux-color-index-grey-1, .grommetux-distribution__item-icons.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-distribution__item-icons.grommetux-color-index-grey-2, .grommetux-distribution__item-icons.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-distribution__item-icons.grommetux-color-index-grey-3, .grommetux-distribution__item-icons.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-distribution__item-icons.grommetux-color-index-grey-4, .grommetux-distribution__item-icons.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-distribution__item-icons.grommetux-color-index-grey-5, .grommetux-distribution__item-icons.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-distribution__item-icons.grommetux-color-index-accent-1, .grommetux-distribution__item-icons.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-distribution__item-icons.grommetux-color-index-accent-2, .grommetux-distribution__item-icons.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-distribution__item-icons.grommetux-color-index-accent-3, .grommetux-distribution__item-icons.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-distribution__item-icons.grommetux-color-index-neutral-1, .grommetux-distribution__item-icons.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-distribution__item-icons.grommetux-color-index-neutral-2, .grommetux-distribution__item-icons.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-distribution__item-icons.grommetux-color-index-neutral-3, .grommetux-distribution__item-icons.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-distribution__item-icons.grommetux-color-index-neutral-4, .grommetux-distribution__item-icons.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-distribution__item-icons.grommetux-color-index-light-1, .grommetux-distribution__item-icons.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-distribution__item-icons.grommetux-color-index-light-2, .grommetux-distribution__item-icons.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}

.grommetux-distribution__label {
  position: absolute;
  background-color: transparent;
  padding: 6px 12px;
  font-family: "Karla", sans-serif;
  overflow: hidden;
  text-align: left;
  pointer-events: none;
  transition: all 0.2s ease;
}
.grommetux-distribution__label.grommetux-background-color-index-brand {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-critical {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-error {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-warning {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-ok {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-neutral-1, .grommetux-distribution__label.grommetux-background-color-index-neutral-5 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-neutral-2, .grommetux-distribution__label.grommetux-background-color-index-neutral-6 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-neutral-3, .grommetux-distribution__label.grommetux-background-color-index-neutral-7 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-neutral-4, .grommetux-distribution__label.grommetux-background-color-index-neutral-8 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-graph-1, .grommetux-distribution__label.grommetux-background-color-index-graph-5 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-graph-2, .grommetux-distribution__label.grommetux-background-color-index-graph-6 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-graph-3, .grommetux-distribution__label.grommetux-background-color-index-graph-7 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-graph-4, .grommetux-distribution__label.grommetux-background-color-index-graph-8 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-accent-2, .grommetux-distribution__label.grommetux-background-color-index-accent-5 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-accent-3, .grommetux-distribution__label.grommetux-background-color-index-accent-6 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-grey-1, .grommetux-distribution__label.grommetux-background-color-index-grey-6 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-grey-2, .grommetux-distribution__label.grommetux-background-color-index-grey-7 {
  color: #fff;
}
.grommetux-distribution__label.grommetux-background-color-index-grey-3, .grommetux-distribution__label.grommetux-background-color-index-grey-8 {
  color: #fff;
}
.grommetux-distribution__label-value {
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  font-weight: 600;
}

.grommetux-distribution__label-units {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit;
  margin-left: 6px;
  font-weight: 300;
}

.grommetux-distribution__label-label {
  display: block;
}

.grommetux-distribution__label--active {
  z-index: 10;
  color: #333;
  border-right: 2px solid #f5f5f5;
  border-left: 2px solid #f5f5f5;
  opacity: 0.9;
}

.grommetux-distribution__label--thin .grommetux-distribution__label-value,
.grommetux-distribution__label--thin .grommetux-distribution__label-label {
  display: inline-block;
}

.grommetux-distribution__label--small .grommetux-distribution__label-value,
.grommetux-distribution__label--small .grommetux-distribution__label-units {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin-right: 4px;
}

.grommetux-distribution__label--icons {
  padding: 0 12px 12px 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.grommetux-background-color-index--dark .grommetux-distribution__label--icons, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-distribution__label--icons {
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-distribution__label--icons, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-distribution__label--icons {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
.grommetux-distribution__label--icons .label-value {
  line-height: 1;
}
.grommetux-distribution__label--icons .label-units {
  color: #666;
}
.grommetux-distribution__label--icons .label-label {
  display: block;
}

.grommetux-distribution__loading-indicator {
  stroke-width: 24px;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-1, .grommetux-distribution__loading-indicator.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-2, .grommetux-distribution__loading-indicator.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-3, .grommetux-distribution__loading-indicator.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-graph-4, .grommetux-distribution__loading-indicator.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-1, .grommetux-distribution__loading-indicator.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-2, .grommetux-distribution__loading-indicator.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-3, .grommetux-distribution__loading-indicator.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-4, .grommetux-distribution__loading-indicator.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-grey-5, .grommetux-distribution__loading-indicator.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-accent-1, .grommetux-distribution__loading-indicator.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-accent-2, .grommetux-distribution__loading-indicator.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-accent-3, .grommetux-distribution__loading-indicator.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-1, .grommetux-distribution__loading-indicator.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-2, .grommetux-distribution__loading-indicator.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-3, .grommetux-distribution__loading-indicator.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-neutral-4, .grommetux-distribution__loading-indicator.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-light-1, .grommetux-distribution__loading-indicator.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-distribution__loading-indicator.grommetux-color-index-light-2, .grommetux-distribution__loading-indicator.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}

.grommetux-distribution--icons .grommetux-distribution__label {
  padding: 0 12px 12px 0;
}
.grommetux-distribution--icons .grommetux-distribution__label-value {
  line-height: 1;
}

.grommetux-distribution--small {
  height: 192px;
}

.grommetux-distribution--medium {
  height: 384px;
}

.grommetux-distribution--large {
  height: 576px;
}

.grommetux-distribution--full {
  height: 100%;
  flex: 1 1;
}
.grommetux-distribution--full .grommetux-distribution__graphic {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.grommet.grommetux-drop {
  position: fixed;
  z-index: 20;
  border-radius: 0px;
  overflow: auto;
}

.grommet.grommetux-drop:not([class*=background-color-index-]) {
  background-color: rgba(248, 248, 248, 0.95);
  border: none;
  box-shadow: none;
}

.grommetux-footer {
  min-height: 36px;
  width: 100%;
}

.grommetux-footer--small {
  min-height: 24px;
}

.grommetux-footer--large {
  min-height: 96px;
}

.grommetux-footer__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.grommetux-footer__content > * {
  margin-right: 48px;
}
.grommetux-footer__content > *:last-child {
  margin-right: 0px;
  text-align: left;
}

.grommetux-footer--primary {
  height: auto;
  padding: 24px;
}
.grommetux-footer--primary .grommetux-footer__content {
  position: relative;
  color: #666;
  display: block;
}

.grommetux-footer--centered .grommetux-footer__content {
  display: block;
  text-align: center;
}
.grommetux-footer--centered .grommetux-footer__content > * {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.grommetux-footer--flush .grommetux-footer__content,
.grommetux-footer--flush .grommetux-footer__wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

.grommetux-footer--fixed .grommetux-footer__wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
}
.grommetux-footer--fixed .grommetux-footer__wrapper--fill .grommetux-footer__wrapper {
  background-color: rgba(255, 255, 255, 0.9);
}

.grommetux-footer--fixed.grommetux-footer--primary .grommetux-footer__wrapper {
  position: fixed;
}
.grommetux-footer--fixed.grommetux-footer--primary .grommetux-footer__wrapper--fill .grommetux-footer__wrapper {
  background-color: rgba(255, 255, 255, 0.9);
}
.grommetux-footer--fixed.grommetux-footer--primary .grommetux-footer__content {
  position: static;
  background-color: transparent;
}

.grommetux-footer__container {
  flex-shrink: 0;
}

.grommetux-footer__container--float {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.grommetux-footer__container--fill .grommetux-footer {
  background-color: rgba(255, 255, 255, 0.9);
}

.grommetux-footer__container--fixed {
  position: relative;
  width: 100%;
}
.grommetux-footer__container--fixed .grommetux-footer__wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
}

.grommetux-footer__wrapper {
  height: 36px;
}

.grommetux-footer__wrapper--large {
  height: 96px;
}

.grommetux-footer__wrapper--small {
  height: 24px;
}

*:not(.grommetux-footer__container--float) > .grommetux-footer--float {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.grommetux-form {
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 45em) {
  .grommetux-form .grommetux-form-field .grommetux-tiles__container {
    max-width: 480px;
  }
}
.grommetux-form--pad-none {
  padding: 0px;
}
@media screen and (min-width: 45em) {
  .grommetux-form--pad-small {
    padding: 12px;
  }
  .grommetux-form--pad-medium {
    padding: 24px;
  }
  .grommetux-form--pad-large {
    padding: 48px;
  }
  .grommetux-form--pad-xlarge {
    padding: 192px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-form--pad-small {
    padding: 6px;
  }
  .grommetux-form--pad-medium {
    padding: 12px;
  }
  .grommetux-form--pad-large {
    padding: 24px;
  }
  .grommetux-form--pad-xlarge {
    padding: 48px;
  }
}
.grommetux-form--pad-horizontal-none {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 45em) {
  .grommetux-form--pad-horizontal-small {
    padding-left: 12px;
    padding-right: 12px;
  }
  .grommetux-form--pad-horizontal-medium {
    padding-left: 24px;
    padding-right: 24px;
  }
  .grommetux-form--pad-horizontal-large {
    padding-left: 48px;
    padding-right: 48px;
  }
  .grommetux-form--pad-horizontal-xlarge {
    padding-left: 192px;
    padding-right: 192px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-form--pad-horizontal-small {
    padding-left: 6px;
    padding-right: 6px;
  }
  .grommetux-form--pad-horizontal-medium {
    padding-left: 12px;
    padding-right: 12px;
  }
  .grommetux-form--pad-horizontal-large {
    padding-left: 24px;
    padding-right: 24px;
  }
  .grommetux-form--pad-horizontal-xlarge {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.grommetux-form--pad-vertical-none {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 45em) {
  .grommetux-form--pad-vertical-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .grommetux-form--pad-vertical-medium {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .grommetux-form--pad-vertical-large {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .grommetux-form--pad-vertical-xlarge {
    padding-top: 192px;
    padding-bottom: 192px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-form--pad-vertical-small {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .grommetux-form--pad-vertical-medium {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .grommetux-form--pad-vertical-large {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .grommetux-form--pad-vertical-xlarge {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.grommetux-form > .grommetux-header .grommetux-header__wrapper {
  background-color: inherit;
}
.grommetux-form fieldset {
  min-width: 0;
  border: none;
  margin: 0px;
  margin-bottom: 2rem;
  margin-top: 24px;
}
.grommetux-form fieldset:first-child {
  margin-top: 0px;
}
.grommetux-form fieldset:last-child {
  margin-bottom: 0px;
}
.grommetux-form fieldset > legend {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 12px;
}
.grommetux-form fieldset > *:not(.grommetux-form-field) + .grommetux-form-field {
  margin-top: 12px;
}
.grommetux-form fieldset > .grommetux-form-field + *:not(.grommetux-form-field):not(.grommetux-form-fields) {
  margin-top: 24px;
}
.grommetux-form fieldset > .grommetux-form-fields {
  display: flex;
  flex-direction: row;
}
.grommetux-form fieldset > .grommetux-form-fields .grommetux-form-field {
  margin-bottom: -1px;
}
.grommetux-form fieldset > .grommetux-form-fields > .grommetux-button {
  flex: 0 0 auto;
}

.grommetux-form:not(.grommetux-form--plain) {
  width: 480px;
}

.grommetux-form--fill {
  min-width: 0px;
}

.grommetux-form--compact {
  max-width: 288px;
}

.grommetux-form-field {
  position: relative;
  padding: 5px 24px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: -1px;
  background-color: #fff;
  color: #333;
  opacity: 1;
}
@media screen and (min-width: 45em) {
  .grommetux-form-field {
    width: 100%;
    overflow: auto;
    transition: all 0.4s, padding-top 0.3s 0.1s, padding-bottom 0.3s 0.1s;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-form-field {
    display: block;
  }
}
.grommetux-background-color-index--dark .grommetux-form-field, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-form-field {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-form-field, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-form-field {
  background-color: #fff;
  color: #333;
  border-color: rgba(0, 0, 0, 0.15);
}
.grommetux-form--fill .grommetux-form-field {
  width: 100%;
}
.grommetux-form-field:last-child {
  margin-bottom: 0px;
}

.grommetux-form-field__label {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #666;
}
.grommetux-background-color-index--dark .grommetux-form-field__label, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-form-field__label {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-form-field__label, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-form-field__label {
  color: #666;
}

.grommetux-form-field__contents {
  display: block;
  margin-left: -24px;
  margin-right: -24px;
}
.grommetux-form-field__contents > .grommetux-box input {
  border: none;
  padding: 0;
}
.grommetux-form-field__contents > .grommetux-box .grommetux-anchor {
  color: #007482;
  text-decoration: none;
}
.grommet .grommetux-form-field__contents > input:not([type]),
.grommet .grommetux-form-field__contents > input[type=text],
.grommet .grommetux-form-field__contents > input[type=range],
.grommet .grommetux-form-field__contents > input[type=email],
.grommet .grommetux-form-field__contents > input[type=tel],
.grommet .grommetux-form-field__contents > input[type=url],
.grommet .grommetux-form-field__contents > input[type=password],
.grommet .grommetux-form-field__contents > input[type=number],
.grommet .grommetux-form-field__contents > input[type=file],
.grommet .grommetux-form-field__contents > input[type=color],
.grommet .grommetux-form-field__contents > select,
.grommet .grommetux-form-field__contents > textarea {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 6px 24px 11px;
  margin-bottom: -5px;
}
.grommet .grommetux-form-field__contents > input:not([type]):focus,
.grommet .grommetux-form-field__contents > input[type=text]:focus,
.grommet .grommetux-form-field__contents > input[type=range]:focus,
.grommet .grommetux-form-field__contents > input[type=email]:focus,
.grommet .grommetux-form-field__contents > input[type=tel]:focus,
.grommet .grommetux-form-field__contents > input[type=url]:focus,
.grommet .grommetux-form-field__contents > input[type=password]:focus,
.grommet .grommetux-form-field__contents > input[type=number]:focus,
.grommet .grommetux-form-field__contents > input[type=file]:focus,
.grommet .grommetux-form-field__contents > input[type=color]:focus,
.grommet .grommetux-form-field__contents > select:focus,
.grommet .grommetux-form-field__contents > textarea:focus {
  padding: 6px 24px 11px;
}
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input:not([type]), .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input:not([type]),
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=text],
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=text],
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=range],
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=range],
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=email],
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=email],
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=tel],
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=tel],
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=url],
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=url],
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=password],
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=password],
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=number],
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=number],
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=file],
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=file],
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=color],
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > input[type=color],
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > select,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > select,
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > textarea,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > textarea {
  color: #fff;
}
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input:not([type]), .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input:not([type]),
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=text],
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=text],
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=range],
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=range],
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=email],
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=email],
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=tel],
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=tel],
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=url],
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=url],
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=password],
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=password],
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=number],
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=number],
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=file],
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=file],
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=color],
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > input[type=color],
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > select,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > select,
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > textarea,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > textarea {
  color: #333;
}
.grommet .grommetux-form-field__contents > .grommetux-search-input input,
.grommet .grommetux-form-field__contents > .grommetux-calendar input,
.grommet .grommetux-form-field__contents > .grommetux-date-time input,
.grommet .grommetux-form-field__contents > .grommetux-select:not(.grommetux-select--inline) input,
.grommet .grommetux-form-field__contents > .grommetux-password-input input {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 6px 24px 11px;
  margin-bottom: -5px;
  padding-left: 24px;
  padding-bottom: 11px;
}
.grommet .grommetux-form-field__contents > .grommetux-search-input input:focus,
.grommet .grommetux-form-field__contents > .grommetux-calendar input:focus,
.grommet .grommetux-form-field__contents > .grommetux-date-time input:focus,
.grommet .grommetux-form-field__contents > .grommetux-select:not(.grommetux-select--inline) input:focus,
.grommet .grommetux-form-field__contents > .grommetux-password-input input:focus {
  padding: 6px 24px 11px;
}
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > .grommetux-search-input input, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > .grommetux-search-input input,
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > .grommetux-calendar input,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > .grommetux-calendar input,
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > .grommetux-date-time input,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > .grommetux-date-time input,
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > .grommetux-select:not(.grommetux-select--inline) input,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > .grommetux-select:not(.grommetux-select--inline) input,
.grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > .grommetux-password-input input,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommet .grommetux-form-field__contents > .grommetux-password-input input {
  color: #fff;
}
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > .grommetux-search-input input, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > .grommetux-search-input input,
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > .grommetux-calendar input,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > .grommetux-calendar input,
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > .grommetux-date-time input,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > .grommetux-date-time input,
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > .grommetux-select:not(.grommetux-select--inline) input,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > .grommetux-select:not(.grommetux-select--inline) input,
.grommetux-background-color-index--light .grommet .grommetux-form-field__contents > .grommetux-password-input input,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommet .grommetux-form-field__contents > .grommetux-password-input input {
  color: #333;
}
.grommet .grommetux-form-field__contents > .grommetux-search-input input:focus,
.grommet .grommetux-form-field__contents > .grommetux-calendar input:focus,
.grommet .grommetux-form-field__contents > .grommetux-date-time input:focus,
.grommet .grommetux-form-field__contents > .grommetux-select:not(.grommetux-select--inline) input:focus,
.grommet .grommetux-form-field__contents > .grommetux-password-input input:focus {
  padding-bottom: 11px;
}
.grommetux-form-field__contents > .grommetux-select:not(.grommetux-select--inline) .grommetux-select__value {
  border: none;
}
.grommetux-form-field__contents > input:not([type]),
.grommetux-form-field__contents > input[type=text],
.grommetux-form-field__contents > input[type=range],
.grommetux-form-field__contents > input[type=email],
.grommetux-form-field__contents > input[type=tel],
.grommetux-form-field__contents > input[type=url],
.grommetux-form-field__contents > input[type=password],
.grommetux-form-field__contents > input[type=number],
.grommetux-form-field__contents > input[type=file],
.grommetux-form-field__contents > input[type=color],
.grommetux-form-field__contents > select,
.grommetux-form-field__contents > .grommetux-search-input input,
.grommetux-form-field__contents > .grommetux-calendar input,
.grommetux-form-field__contents > .grommetux-date-time input,
.grommetux-form-field__contents > .grommetux-text-input,
.grommetux-form-field__contents > .grommetux-select:not(.grommetux-select--inline) input,
.grommetux-form-field__contents > .grommetux-password-input input {
  height: 41px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grommetux-form-field__contents > input:not([type]),
  .grommetux-form-field__contents > input[type=text],
  .grommetux-form-field__contents > input[type=range],
  .grommetux-form-field__contents > input[type=email],
  .grommetux-form-field__contents > input[type=tel],
  .grommetux-form-field__contents > input[type=url],
  .grommetux-form-field__contents > input[type=password],
  .grommetux-form-field__contents > input[type=number],
  .grommetux-form-field__contents > input[type=file],
  .grommetux-form-field__contents > input[type=color],
  .grommetux-form-field__contents > select,
  .grommetux-form-field__contents > .grommetux-search-input input,
  .grommetux-form-field__contents > .grommetux-calendar input,
  .grommetux-form-field__contents > .grommetux-date-time input,
  .grommetux-form-field__contents > .grommetux-text-input,
  .grommetux-form-field__contents > .grommetux-select:not(.grommetux-select--inline) input,
  .grommetux-form-field__contents > .grommetux-password-input input {
    line-height: normal;
  }
}
.grommetux-form-field__contents > input[type=range] {
  width: calc(100% - 48px);
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0px;
  padding-right: 0px;
}
.grommetux-form-field__contents > input::-ms-clear {
  display: none;
}
.grommetux-form-field__contents > select {
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAcBJREFUSA3tUz9IAmEU9+7gNv8MLo7NrXpwYFtLhrQWbQWpoEuRs2MZNYnoUHNES0RNLS0hhxANzkFBLg5Jk4ee/X7iF+d5lyIIBX5wfO99v9/vve/ee5/Pt1iLCvz5CkipVOqu3+8n5nFTSZLuZVVVtxC8MYcEjWAwuCkxcDabXTJN04AZRtazarV6MEtCVOMU1diHtoWLa6VS6VVhIMMwPjVNqwHchhuPxWLv9Xr9mdi0K51O70B/BL6pKMp6uVx+oXaQgAYCviHwB0gb+NaQ8JFnxCatTCazYlnWFXiKLMt7lUrlRmh+EvCAt45GowGYcSRJ6rp+zb8TZLed5e12uw/A/MPyHtt5st2hHYlEDtl9mGH05Tafz/udHOETI4dcaqgVmNjHEhQKBYvdB4GTtdxuty9x5saTiZFDLjXUwh5ZY0KixWLxC1OQhNlCqRLNZvNkRAWHZ8TIIZcaJ4f+SA/shN8my2ti7HphD96BcNx2BsOEnAPj+K2S0+v12FQVE7OLibngmdeamIBC+wMaBpr6Qbr2wHkb+2QB85wYp47+VH9AYi6XC3Q6nSfaoVBI92oq8ZkXHxW/mQP8S+E3ZIDJn85FDg8AAAAASUVORK5CYII=);
  padding-right: 48px;
  background-position: center right 18px;
}
.grommetux-form-field__contents > select:focus {
  padding-right: 48px;
}
.grommetux-form-field__contents > select _:-moz-tree-row(hover), .grommetux-form-field__contents > select, .grommetux-form-field__contents > select:focus {
  padding-left: 21px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grommetux-form-field__contents > select {
    padding-left: 22px;
  }
  .grommetux-form-field__contents > select:focus {
    padding-left: 22px;
  }
  .grommetux-background-color-index--dark .grommetux-form-field__contents > select:focus option, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-form-field__contents > select:focus option {
    color: #333;
  }
}
html.rtl .grommetux-form-field__contents > select {
  background-position: center left 18px;
}
.grommetux-background-color-index--dark .grommetux-form-field__contents > select, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-form-field__contents > select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAASVJREFUSA3tlDGOwjAQRWNKCmoqLpByz0DPFVbcgQ4JiW77LREVNUicg0vsESi2JLwfDcramQQLCWmFsPRDZub/b8ceUxTv8d6Bf78DoaqqFav8eNJKTwOMv8DPEyaQp7yLgq8Ygx04gnmdfOAhrXnIaxxZkCjB3gjTqJgRoJuaVh6lK8kiOUoZgrzFQez+TN+8d3t1yOnYkjiBEVgy4TAl3GKrLY0rjbTRaE0QQrjAuHXWhPcFRi2e5RbUxak7xrSEzWgJVYL4y88anIHuyCdIh3KqibM2Tcrpj1mle3jk73dMv3VTTc26Jm0U8VuIQz/CVJdvBrQdGmqAA9uyqaOeh3sGDv9vZ8nc7RhHl5/iK4bg29DZuvmODhNzXar4P8bhvVbqCvor5P4CpWjxAAAAAElFTkSuQmCC);
}
.grommetux-background-color-index--light .grommetux-form-field__contents > select, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-form-field__contents > select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAcBJREFUSA3tUz9IAmEU9+7gNv8MLo7NrXpwYFtLhrQWbQWpoEuRs2MZNYnoUHNES0RNLS0hhxANzkFBLg5Jk4ee/X7iF+d5lyIIBX5wfO99v9/vve/ee5/Pt1iLCvz5CkipVOqu3+8n5nFTSZLuZVVVtxC8MYcEjWAwuCkxcDabXTJN04AZRtazarV6MEtCVOMU1diHtoWLa6VS6VVhIMMwPjVNqwHchhuPxWLv9Xr9mdi0K51O70B/BL6pKMp6uVx+oXaQgAYCviHwB0gb+NaQ8JFnxCatTCazYlnWFXiKLMt7lUrlRmh+EvCAt45GowGYcSRJ6rp+zb8TZLed5e12uw/A/MPyHtt5st2hHYlEDtl9mGH05Tafz/udHOETI4dcaqgVmNjHEhQKBYvdB4GTtdxuty9x5saTiZFDLjXUwh5ZY0KixWLxC1OQhNlCqRLNZvNkRAWHZ8TIIZcaJ4f+SA/shN8my2ti7HphD96BcNx2BsOEnAPj+K2S0+v12FQVE7OLibngmdeamIBC+wMaBpr6Qbr2wHkb+2QB85wYp47+VH9AYi6XC3Q6nSfaoVBI92oq8ZkXHxW/mQP8S+E3ZIDJn85FDg8AAAAASUVORK5CYII=);
}
.grommetux-form-field__contents > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.grommetux-form-field__contents > select::-ms-expand {
  display: none;
}
.grommetux-form-field__contents > select::-ms-value {
  background: none;
  color: inherit;
}
.grommetux-form-field__contents > .grommetux-select .grommetux-select__options {
  margin-left: 24px;
  margin-right: 24px;
}
.grommetux-form-field__contents > textarea {
  vertical-align: top;
  height: auto;
  resize: vertical;
}
.grommetux-form-field__contents > .grommetux-check-box,
.grommetux-form-field__contents > .grommetux-radio-button {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 24px;
  margin-right: 24px;
}
.grommetux-form-field__contents > .grommetux-search-input,
.grommetux-form-field__contents > .grommetux-calendar,
.grommetux-form-field__contents > .grommetux-date-time {
  display: block;
}
.grommetux-form-field__contents > .grommetux-search-input input,
.grommetux-form-field__contents > .grommetux-calendar input,
.grommetux-form-field__contents > .grommetux-date-time input {
  margin-left: 0px;
  margin-right: 0px;
}
.grommetux-form-field__contents > .grommetux-search-input .grommetux-search-input__control,
.grommetux-form-field__contents > .grommetux-search-input .grommetux-calendar__control,
.grommetux-form-field__contents > .grommetux-search-input .grommetux-date-time__control,
.grommetux-form-field__contents > .grommetux-calendar .grommetux-search-input__control,
.grommetux-form-field__contents > .grommetux-calendar .grommetux-calendar__control,
.grommetux-form-field__contents > .grommetux-calendar .grommetux-date-time__control,
.grommetux-form-field__contents > .grommetux-date-time .grommetux-search-input__control,
.grommetux-form-field__contents > .grommetux-date-time .grommetux-calendar__control,
.grommetux-form-field__contents > .grommetux-date-time .grommetux-date-time__control {
  top: auto;
  right: 6px;
  transform: none;
  bottom: 0;
}
html.rtl .grommetux-form-field__contents > .grommetux-search-input .grommetux-search-input__control,
html.rtl .grommetux-form-field__contents > .grommetux-search-input .grommetux-calendar__control,
html.rtl .grommetux-form-field__contents > .grommetux-search-input .grommetux-date-time__control,
html.rtl .grommetux-form-field__contents > .grommetux-calendar .grommetux-search-input__control,
html.rtl .grommetux-form-field__contents > .grommetux-calendar .grommetux-calendar__control,
html.rtl .grommetux-form-field__contents > .grommetux-calendar .grommetux-date-time__control,
html.rtl .grommetux-form-field__contents > .grommetux-date-time .grommetux-search-input__control,
html.rtl .grommetux-form-field__contents > .grommetux-date-time .grommetux-calendar__control,
html.rtl .grommetux-form-field__contents > .grommetux-date-time .grommetux-date-time__control {
  right: auto;
  left: 6px;
}
.grommetux-form-field__contents > .grommetux-search-input .grommetux-search-input__control > .grommetux-button__icon,
.grommetux-form-field__contents > .grommetux-search-input .grommetux-calendar__control > .grommetux-button__icon,
.grommetux-form-field__contents > .grommetux-search-input .grommetux-date-time__control > .grommetux-button__icon,
.grommetux-form-field__contents > .grommetux-calendar .grommetux-search-input__control > .grommetux-button__icon,
.grommetux-form-field__contents > .grommetux-calendar .grommetux-calendar__control > .grommetux-button__icon,
.grommetux-form-field__contents > .grommetux-calendar .grommetux-date-time__control > .grommetux-button__icon,
.grommetux-form-field__contents > .grommetux-date-time .grommetux-search-input__control > .grommetux-button__icon,
.grommetux-form-field__contents > .grommetux-date-time .grommetux-calendar__control > .grommetux-button__icon,
.grommetux-form-field__contents > .grommetux-date-time .grommetux-date-time__control > .grommetux-button__icon {
  padding: 9px;
}
.grommetux-form-field__contents > .grommetux-number-input {
  display: flex;
  padding-right: 6px;
}
html.rtl .grommetux-form-field__contents > .grommetux-number-input {
  padding-right: 0;
  padding-left: 6px;
}
.grommetux-form-field__contents > .grommetux-number-input input[type=number] {
  display: inline-block;
  flex: 1;
  flex-basis: inherit;
  width: 0;
  border: none;
  padding: 0 24px;
}
.grommetux-form-field__contents > .grommetux-number-input input[type=number]:focus {
  padding: 0 24px;
}
.grommetux-form--compact .grommetux-form-field__contents > .grommetux-number-input input[type=number] {
  min-width: 72px;
}
.grommetux-form-field__contents > input[type=file] {
  display: inline-block;
}
.grommetux-form-field__contents > .grommetux-table--selectable {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.grommetux-form-field__contents > .grommetux-table--selectable table {
  margin-bottom: 0px;
}
.grommetux-form-field__contents > .grommetux-table--selectable table td:first-child,
.grommetux-form-field__contents > .grommetux-table--selectable table th:first-child {
  padding-left: 24px;
}
.grommetux-form-field__contents > .grommetux-form-field {
  width: auto;
  margin-top: 12px;
  border: none;
}
.grommetux-form-field__contents > .grommetux-form-field > .grommetux-form-field__label {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 5px;
}

.grommetux-form-field__contents--hidden {
  margin-top: 0px;
}

.grommetux-form-field__help {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #666;
}
.grommetux-background-color-index--dark .grommetux-form-field__help, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-form-field__help {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-form-field__help, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-form-field__help {
  color: #666;
}

.grommetux-form-field__error {
  display: block;
  float: right;
  color: #E45950;
  line-height: 24px;
}
html.rtl .grommetux-form-field__error {
  float: left;
}
.grommetux-background-color-index--dark .grommetux-form-field__error, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-form-field__error {
  color: #F59F9F;
}
.grommetux-background-color-index--light .grommetux-form-field__error, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-form-field__error {
  color: #E45950;
}

.grommetux-form-field--text {
  cursor: pointer;
}
.grommetux-form-field--text .grommetux-form-field__label {
  cursor: pointer;
}

@media screen and (max-width: 44.9375em) {
  .grommetux-form-field--hidden {
    display: none;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-form-field--hidden {
    border: none;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.2s, all 0.4s;
  }
}

.grommetux-form-field--error {
  z-index: 1;
  border-color: #E45950;
}
.grommetux-background-color-index--dark .grommetux-form-field--error, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-form-field--error {
  border-color: #F59F9F;
}
.grommetux-background-color-index--light .grommetux-form-field--error, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-form-field--error {
  border-color: #E45950;
}

.grommetux-form-field--focus {
  z-index: 2;
  border-color: #ADDDE0;
}
.grommetux-background-color-index--dark .grommetux-form-field--focus, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-form-field--focus {
  border-color: #ADDDE0;
}
.grommetux-background-color-index--light .grommetux-form-field--focus, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-form-field--focus {
  border-color: #ADDDE0;
}

.grommetux-form-field--size-large {
  font-size: 24px;
}
.grommetux-form-field--size-large input:not([type]),
.grommetux-form-field--size-large input[type=text] {
  font-size: 24px;
  height: auto;
}

.grommetux-form-field--strong input:not([type]),
.grommetux-form-field--strong input[type=text] {
  font-weight: 600;
}

.grommetux-header {
  min-height: 72px;
  width: 100%;
  margin-bottom: 0px;
}
.grommetux-header .grommetux-status-icon {
  flex-grow: 0;
  flex-shrink: 0;
}

.grommetux-header--large {
  min-height: 96px;
}

.grommetux-header--small {
  min-height: 48px;
}

.grommetux-header--splash {
  -webkit-transform: translate(0, 40vh);
  transform: translate(0, 40vh);
}

*:not(.grommetux-header__container--float) > header.grommetux-header--float {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

header.grommetux-header--primary .grommetux-header__wrapper {
  border-bottom: none;
}

.grommetux-header:not(header).grommetux-box--separator-top {
  padding-top: 6px;
}
.grommetux-header:not(header).grommetux-box--separator-bottom {
  padding-bottom: 6px;
}

.grommetux-header__container {
  flex-shrink: 0;
}

.grommetux-header__container--fill .grommetux-header {
  background-color: rgba(255, 255, 255, 0.9);
}

.grommetux-header__container--fixed {
  position: relative;
}
.grommetux-header__container--fixed .grommetux-header__wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
}
@media screen and (min-width: 45em) {
  .grommetux-header__container--fixed .grommetux-header__wrapper .grommetux-header {
    position: fixed;
  }
}

.grommetux-header__container--float {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.grommetux-header__wrapper {
  height: 72px;
}

.grommetux-header__wrapper--large {
  height: 96px;
}

.grommetux-header__wrapper--small {
  height: 48px;
}

.grommetux-header--fixed .grommetux-header__wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.grommetux-header--fixed.grommetux-header--primary .grommetux-header__wrapper {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}
.grommetux-header--fixed.grommetux-header--primary .grommetux-header__content {
  position: static;
  background-color: transparent;
}

.grommetux-header--flush .grommetux-header__wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 45em) {
  h1.grommetux-heading {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.125;
  }
}
@media screen and (max-width: 44.9375em) {
  h1.grommetux-heading {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.125;
  }
}

@media screen and (min-width: 45em) {
  h2.grommetux-heading {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.23;
  }
}
@media screen and (max-width: 44.9375em) {
  h2.grommetux-heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.23;
  }
}

h3.grommetux-heading {
  font-size: 24px;
  line-height: 1.333;
}

h4.grommetux-heading {
  font-size: 18px;
  line-height: 1.333;
}

h5.grommetux-heading {
  font-size: 16px;
  line-height: 1.375;
}

h6.grommetux-heading {
  font-size: 16px;
  line-height: 1.375;
}

.grommetux-heading {
  font-weight: 300;
  max-width: 100%;
  margin-bottom: 12px;
}
.grommetux-heading a,
.grommetux-heading .grommetux-anchor {
  color: inherit;
  text-decoration: none;
}
.grommetux-heading a:hover,
.grommetux-heading .grommetux-anchor:hover {
  text-decoration: none;
}
.grommetux-heading--align-start {
  text-align: left;
}
html.rtl .grommetux-heading--align-start {
  text-align: right;
}
.grommetux-heading--align-center {
  text-align: center;
}
.grommetux-heading--align-end {
  text-align: right;
}
html.rtl .grommetux-heading--align-end {
  text-align: left;
}
.grommetux-heading--margin-none {
  margin-top: 0;
  margin-bottom: 0;
}
.grommetux-heading--margin-small {
  margin-top: 12px;
  margin-bottom: 12px;
}
.grommetux-heading--margin-medium {
  margin-top: 24px;
  margin-bottom: 24px;
}
.grommetux-heading--margin-large {
  margin-top: 48px;
  margin-bottom: 48px;
}

.grommetux-heading--large {
  font-size: 125%;
}

.grommetux-heading--small {
  font-size: 75%;
}

.grommetux-heading--strong {
  font-weight: 600;
}

.grommetux-heading--truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grommetux-heading--uppercase {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.grommetux-headline {
  font-weight: 300;
  margin-bottom: 24px;
  max-width: 100%;
}
.grommetux-headline--align-start {
  text-align: left;
}
html.rtl .grommetux-headline--align-start {
  text-align: right;
}
.grommetux-headline--align-center {
  text-align: center;
}
.grommetux-headline--align-end {
  text-align: right;
}
html.rtl .grommetux-headline--align-end {
  text-align: left;
}
.grommetux-headline--margin-none {
  margin-top: 0;
  margin-bottom: 0;
}
.grommetux-headline--margin-small {
  margin-top: 12px;
  margin-bottom: 12px;
}
.grommetux-headline--margin-medium {
  margin-top: 24px;
  margin-bottom: 24px;
}
.grommetux-headline--margin-large {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (min-width: 45em) {
  .grommetux-headline {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-headline {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
  }
}

.grommetux-headline--small {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}

@media screen and (min-width: 45em) {
  .grommetux-headline--large {
    font-size: 96px;
    font-size: 6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-headline--large {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media screen and (min-width: 45em) {
  .grommetux-headline--xlarge {
    font-size: 192px;
    font-size: 12rem;
    line-height: 1;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-headline--xlarge {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1;
  }
}

.grommetux-headline--strong {
  font-weight: 600;
}

.grommetux-hero:not(.grommetux-hero--stack) {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.grommetux-hero:not(.grommetux-hero--stack) .grommetux-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.grommetux-hero:not(.grommetux-hero--stack) .grommetux-hero__foreground {
  z-index: 1;
  flex: 1 1;
}
.grommetux-hero:not(.grommetux-hero--stack).grommetux-hero--small {
  min-height: 40vh;
}
.grommetux-hero:not(.grommetux-hero--stack).grommetux-hero--small .grommetux-hero__overlay.grommetux-box {
  height: 60vh;
}
.grommetux-hero:not(.grommetux-hero--stack).grommetux-hero--medium {
  min-height: 60vh;
}
.grommetux-hero:not(.grommetux-hero--stack).grommetux-hero--large {
  min-height: 75vh;
}
.grommetux-hero:not(.grommetux-hero--stack).grommetux-hero--large .grommetux-hero__overlay.grommetux-box {
  height: 75vh;
}

.grommetux-hero.grommetux-hero--stack .grommetux-hero__background {
  position: relative;
  overflow: hidden;
}
.grommetux-hero.grommetux-hero--stack .grommetux-hero--small .grommetux-hero__background {
  height: 20vh;
}
.grommetux-hero.grommetux-hero--stack .grommetux-hero--small .grommetux-hero__image {
  height: 270px;
}
.grommetux-hero.grommetux-hero--stack.grommetux-hero--medium .grommetux-hero__background {
  height: 40vh;
}
.grommetux-hero.grommetux-hero--stack.grommetux-hero--large .grommetux-hero__background {
  height: 60vh;
}
.grommetux-hero.grommetux-hero--stack.grommetux-hero--large .grommetux-hero__image {
  height: 300px;
}

.grommetux-hero__background-video {
  overflow: hidden;
}
.grommetux-hero__background-video .grommetux-video {
  min-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.grommetux-hero__background-video .grommetux-video::before {
  content: "";
  display: block;
  height: 0px;
  padding-bottom: 57%;
}
.grommetux-hero__background-video .grommetux-video video {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 44.9375em) {
  .grommetux-hero--bg-left > .grommetux-hero__background {
    background-position: top left;
  }
}

@media screen and (max-width: 44.9375em) {
  .grommetux-hero--bg-right > .grommetux-hero__background {
    background-position: top right;
  }
}

.grommetux-hero__overlay.grommetux-box {
  z-index: 1;
}
.grommetux-hero__overlay.grommetux-box > .grommetux-box {
  width: 50%;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-hero__overlay.grommetux-box > .grommetux-box {
    width: 100%;
  }
}

@media screen and (max-width: 44.9375em) {
  .grommetux-hero--mobile-separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 24px;
  }
}

.grommetux-control-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #666;
  stroke: #666;
  flex: 0 0 auto;
}
.grommetux-control-icon g {
  fill: inherit;
}
.grommetux-control-icon:not([class*=color-index-plain]) *:not([stroke])[fill=none] {
  stroke-width: 0;
}
.grommetux-control-icon:not([class*=color-index-plain]) *[stroke*="#"],
.grommetux-control-icon:not([class*=color-index-plain]) *[STROKE*="#"] {
  stroke: inherit;
}
.grommetux-control-icon:not([class*=color-index-plain]) *[fill*="#"],
.grommetux-control-icon:not([class*=color-index-plain]) *[FILL*="#"] {
  fill: inherit;
}
.grommetux-control-icon:not([class*=color-index-plain]) *[fill-rule] {
  stroke: none;
}
.grommetux-background-color-index--dark .grommetux-control-icon, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-control-icon {
  fill: rgba(255, 255, 255, 0.7);
  stroke: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-control-icon, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-control-icon {
  fill: #666;
  stroke: #666;
}
.grommetux-control-icon.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-control-icon.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-control-icon.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-control-icon.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-control-icon.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-control-icon.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-control-icon.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-control-icon.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-control-icon.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-control-icon.grommetux-color-index-graph-1, .grommetux-control-icon.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-control-icon.grommetux-color-index-graph-2, .grommetux-control-icon.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-control-icon.grommetux-color-index-graph-3, .grommetux-control-icon.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-control-icon.grommetux-color-index-graph-4, .grommetux-control-icon.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-control-icon.grommetux-color-index-grey-1, .grommetux-control-icon.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-control-icon.grommetux-color-index-grey-2, .grommetux-control-icon.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-control-icon.grommetux-color-index-grey-3, .grommetux-control-icon.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-control-icon.grommetux-color-index-grey-4, .grommetux-control-icon.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-control-icon.grommetux-color-index-grey-5, .grommetux-control-icon.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-control-icon.grommetux-color-index-accent-1, .grommetux-control-icon.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-control-icon.grommetux-color-index-accent-2, .grommetux-control-icon.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-control-icon.grommetux-color-index-accent-3, .grommetux-control-icon.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-control-icon.grommetux-color-index-neutral-1, .grommetux-control-icon.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-control-icon.grommetux-color-index-neutral-2, .grommetux-control-icon.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-control-icon.grommetux-color-index-neutral-3, .grommetux-control-icon.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-control-icon.grommetux-color-index-neutral-4, .grommetux-control-icon.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-control-icon.grommetux-color-index-light-1, .grommetux-control-icon.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-control-icon.grommetux-color-index-light-2, .grommetux-control-icon.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}
.grommetux-control-icon.grommetux-color-index-unset {
  fill: #ddd;
}
.grommetux-control-icon.grommetux-color-index-brand {
  fill: #007482;
}
.grommetux-control-icon.grommetux-color-index-critical {
  fill: #E45950;
}
.grommetux-control-icon.grommetux-color-index-error {
  fill: #E45950;
}
.grommetux-control-icon.grommetux-color-index-warning {
  fill: #F0B200;
}
.grommetux-control-icon.grommetux-color-index-ok {
  fill: #009E0C;
}
.grommetux-control-icon.grommetux-color-index-unknown {
  fill: #C3C5C8;
}
.grommetux-control-icon.grommetux-color-index-disabled {
  fill: #C3C5C8;
}
.grommetux-control-icon.grommetux-color-index-graph-1, .grommetux-control-icon.grommetux-color-index-graph-5 {
  fill: #0C4881;
}
.grommetux-control-icon.grommetux-color-index-graph-2, .grommetux-control-icon.grommetux-color-index-graph-6 {
  fill: #6D91B3;
}
.grommetux-control-icon.grommetux-color-index-graph-3, .grommetux-control-icon.grommetux-color-index-graph-7 {
  fill: #F0B200;
}
.grommetux-control-icon.grommetux-color-index-graph-4, .grommetux-control-icon.grommetux-color-index-graph-8 {
  fill: #CC9200;
}
.grommetux-control-icon.grommetux-color-index-accent-1, .grommetux-control-icon.grommetux-color-index-accent-4 {
  fill: #ADDDE0;
}
.grommetux-control-icon.grommetux-color-index-accent-2, .grommetux-control-icon.grommetux-color-index-accent-5 {
  fill: #00979D;
}
.grommetux-control-icon.grommetux-color-index-accent-3, .grommetux-control-icon.grommetux-color-index-accent-6 {
  fill: #005D69;
}
.grommetux-control-icon.grommetux-color-index-grey-1, .grommetux-control-icon.grommetux-color-index-grey-6 {
  fill: #272727;
}
.grommetux-control-icon.grommetux-color-index-grey-2, .grommetux-control-icon.grommetux-color-index-grey-7 {
  fill: #404040;
}
.grommetux-control-icon.grommetux-color-index-grey-3, .grommetux-control-icon.grommetux-color-index-grey-8 {
  fill: #646464;
}
.grommetux-control-icon.grommetux-color-index-grey-4, .grommetux-control-icon.grommetux-color-index-grey-9 {
  fill: #CBCCCB;
}
.grommetux-control-icon.grommetux-color-index-grey-5, .grommetux-control-icon.grommetux-color-index-grey-10 {
  fill: #F1F1F1;
}
@media screen and (min-width: 45em) {
  .grommetux-control-icon {
    transition: all 0.3s ease-in-out;
  }
}

.grommetux-control-icon__badge circle {
  fill: #ADDDE0;
}
.grommetux-control-icon__badge text {
  stroke: #333;
  fill: #333;
}

.grommetux-control-icon--active {
  fill: #000;
  stroke: #000;
}

.grommetux-control-icon--xsmall {
  width: 12px;
  height: 12px;
}

.grommetux-control-icon--medium {
  width: 36px;
  height: 36px;
}

.grommetux-control-icon--large {
  width: 48px;
  height: 48px;
}

.grommetux-control-icon--xlarge {
  width: 144px;
  height: 144px;
}

.grommetux-control-icon--huge {
  width: 288px;
  height: 288px;
}

@media screen and (max-width: 44.9375em) {
  .grommetux-control-icon--responsive.grommetux-control-icon--large, .grommetux-control-icon--responsive.grommetux-control-icon--xlarge, .grommetux-control-icon--responsive.grommetux-control-icon--huge {
    width: 24px;
    height: 24px;
  }
}
.grommetux-status-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  flex: 0 0 auto;
}
.grommetux-status-icon .grommetux-status-icon__base {
  fill: #C3C5C8;
}
.grommetux-background-color-index--dark .grommetux-status-icon .grommetux-status-icon__base, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-status-icon .grommetux-status-icon__base {
  fill: icon-color(rgba(255, 255, 255, 0.9));
}
.grommetux-status-icon .grommetux-status-icon__detail {
  fill: #fff;
  stroke: #fff;
}
.grommetux-status-icon .grommetux-status-icon__small {
  display: none;
  stroke: #C3C5C8;
}
.grommetux-background-color-index--dark .grommetux-status-icon .grommetux-status-icon__small, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-status-icon .grommetux-status-icon__small {
  stroke: rgba(255, 255, 255, 0.9);
}

.grommetux-status-icon-label .grommetux-status-icon__base {
  fill: #C3C5C8;
}

.grommetux-status-icon-unknown .grommetux-status-icon__detail {
  fill: #C3C5C8;
  stroke: #C3C5C8;
}

.grommetux-status-icon--xsmall {
  width: 12px;
  height: 12px;
}

.grommetux-status-icon--medium {
  width: 36px;
  height: 36px;
}

.grommetux-status-icon--large {
  width: 48px;
  height: 48px;
}

.grommetux-status-icon--xlarge {
  width: 144px;
  height: 144px;
}

.grommetux-status-icon--huge {
  width: 288px;
  height: 288px;
}

.grommetux-status-icon--small {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.grommetux-status-icon--small .grommetux-status-icon__base {
  mask: none;
}
.grommetux-status-icon--small .grommetux-status-icon__detail,
.grommetux-status-icon--small .grommetux-status-icon__normal {
  display: none;
}
.grommetux-status-icon--small .grommetux-status-icon__small {
  display: block;
}

.grommetux-status-icon-critical .grommetux-status-icon__base {
  fill: #E45950;
}

.grommetux-status-icon-error .grommetux-status-icon__base {
  fill: #E45950;
}

.grommetux-status-icon-warning .grommetux-status-icon__base {
  fill: #F0B200;
}

.grommetux-status-icon-ok .grommetux-status-icon__base {
  fill: #009E0C;
}

.grommetux-status-icon-unknown .grommetux-status-icon__base {
  fill: #C3C5C8;
}

.grommetux-status-icon-disabled .grommetux-status-icon__base {
  fill: #C3C5C8;
}

@-webkit-keyframes drawAndReverse {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: -131px;
  }
}
@keyframes drawAndReverse {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: -131px;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.grommetux-icon-spinning {
  width: 24px;
  height: 24px;
  stroke-dasharray: 151px 151px;
  stroke-dashoffset: 0;
  transform: rotate(90deg);
  -webkit-animation: drawAndReverse 4s alternate infinite ease-in-out;
  animation: drawAndReverse 4s alternate infinite ease-in-out;
}
@media all and (-ms-high-contrast: none) {
  .grommetux-icon-spinning {
    transform: rotate(0deg);
    stroke-dashoffset: 50;
    -webkit-animation: fadeOut 3s infinite linear;
    animation: fadeOut 3s infinite linear;
  }
}

.grommetux-icon-spinning--xsmall {
  width: 12px;
  height: 12px;
}

.grommetux-icon-spinning--medium {
  width: 36px;
  height: 36px;
}

.grommetux-icon-spinning--large {
  width: 48px;
  height: 48px;
}

.grommetux-icon-spinning--xlarge {
  width: 144px;
  height: 144px;
}

.grommetux-icon-spinning--huge {
  width: 288px;
  height: 288px;
}

@media screen and (max-width: 44.9375em) {
  .grommetux-icon-spinning--xlarge.grommetux-icon-spinning--responsive,
  .grommetux-icon-spinning--huge.grommetux-icon-spinning--responsive {
    width: 48px;
    height: 48px;
  }
}

@-webkit-keyframes draw-logo {
  0% {
    stroke-dashoffset: 768px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-logo {
  0% {
    stroke-dashoffset: 768px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.grommetux-logo-icon {
  width: 48px;
  height: 48px;
}
.grommetux-logo-icon.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-logo-icon.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-logo-icon.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-logo-icon.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-logo-icon.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-logo-icon.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-logo-icon.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-logo-icon.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-logo-icon.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-logo-icon.grommetux-color-index-graph-1, .grommetux-logo-icon.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-logo-icon.grommetux-color-index-graph-2, .grommetux-logo-icon.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-logo-icon.grommetux-color-index-graph-3, .grommetux-logo-icon.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-logo-icon.grommetux-color-index-graph-4, .grommetux-logo-icon.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-logo-icon.grommetux-color-index-grey-1, .grommetux-logo-icon.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-logo-icon.grommetux-color-index-grey-2, .grommetux-logo-icon.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-logo-icon.grommetux-color-index-grey-3, .grommetux-logo-icon.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-logo-icon.grommetux-color-index-grey-4, .grommetux-logo-icon.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-logo-icon.grommetux-color-index-grey-5, .grommetux-logo-icon.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-logo-icon.grommetux-color-index-accent-1, .grommetux-logo-icon.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-logo-icon.grommetux-color-index-accent-2, .grommetux-logo-icon.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-logo-icon.grommetux-color-index-accent-3, .grommetux-logo-icon.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-logo-icon.grommetux-color-index-neutral-1, .grommetux-logo-icon.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-logo-icon.grommetux-color-index-neutral-2, .grommetux-logo-icon.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-logo-icon.grommetux-color-index-neutral-3, .grommetux-logo-icon.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-logo-icon.grommetux-color-index-neutral-4, .grommetux-logo-icon.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-logo-icon.grommetux-color-index-light-1, .grommetux-logo-icon.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-logo-icon.grommetux-color-index-light-2, .grommetux-logo-icon.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}
@media screen and (min-width: 45em) {
  .grommetux-logo-icon path {
    stroke-dasharray: 768px 768px;
    stroke-dashoffset: 0;
    -webkit-animation: draw-logo 2.5s linear;
    animation: draw-logo 2.5s linear;
  }
}

.grommetux-logo-icon--small {
  width: 24px;
  height: 24px;
}

.grommetux-logo-icon--large {
  width: 96px;
  height: 96px;
}

.grommetux-logo-icon--xlarge {
  width: 192px;
  height: 192px;
}

.grommetux-logo-icon--huge {
  width: 384px;
  height: 384px;
}

.right-left-icon--left {
  display: none;
}
html.rtl .right-left-icon--left {
  display: inline;
}
html.rtl .right-left-icon--right {
  display: none;
}

.grommetux-image {
  max-width: 100%;
}

.grommetux-image--small {
  width: 192px;
}

.grommetux-image--medium {
  width: 384px;
}

.grommetux-image--large {
  width: 576px;
}

.grommetux-image--thumb {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: cover;
}
.grommetux-image--thumb.grommetux-image--mask {
  border-radius: 24px;
}

.grommetux-image--cover {
  object-fit: cover;
}

.grommetux-image--contain {
  object-fit: contain;
}

.grommetux-image--full {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.grommetux-image--align-top.grommetux-image--align-left {
  object-position: 0 0;
}

.grommetux-image--align-top.grommetux-image--align-right {
  object-position: 100% 0;
}

.grommetux-image--align-top:not(.grommetux-image--align-left):not(.grommetux-image--align-right) {
  object-position: 50% 0%;
}

.grommetux-image--align-bottom.grommetux-image--align-left {
  object-position: 0 100%;
}

.grommetux-image--align-bottom.grommetux-image--align-right {
  object-position: 100% 100%;
}

.grommetux-image--align-bottom:not(.grommetux-image--align-left):not(.grommetux-image--align-right) {
  object-position: 50% 100%;
}

.grommetux-image--align-left:not(.grommetux-image--align-top):not(.grommetux-image--align-bottom) {
  object-position: 0 50%;
}

.grommetux-image--align-right:not(.grommetux-image--align-top):not(.grommetux-image--align-bottom) {
  object-position: 100% 50%;
}

.grommetux-image--full-horizontal {
  width: 100%;
}

.grommetux-image--full-vertical {
  height: 100%;
}

.grommetux-image__container {
  display: flex;
  flex-direction: column;
}

.grommetux-image__caption {
  text-align: center;
  padding: 12px;
}

.grommetux-image__caption--small {
  max-width: 192px;
}

.grommetux-image__caption--medium {
  max-width: 384px;
}

.grommetux-image__caption--large {
  max-width: 576px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grommetux-image--full {
    width: auto;
    height: auto;
    max-width: none;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .grommetux-image--align-top.grommetux-image--align-left {
    top: 0%;
    left: 0%;
    transform: none;
  }
  .grommetux-image--align-top.grommetux-image--align-right {
    top: 0%;
    left: 100%;
    transform: translate(-100%, 0%);
  }
  .grommetux-image--align-top:not(.grommetux-image--align-left):not(.grommetux-image--align-right) {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
  .grommetux-image--align-bottom.grommetux-image--align-left {
    top: 100%;
    left: 0%;
    transform: translate(0%, -100%);
  }
  .grommetux-image--align-bottom.grommetux-image--align-right {
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
  }
  .grommetux-image--align-bottom:not(.grommetux-image--align-left):not(.grommetux-image--align-right) {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .grommetux-image--align-left:not(.grommetux-image--align-top):not(.grommetux-image--align-bottom) {
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
  }
  .grommetux-image--align-right:not(.grommetux-image--align-top):not(.grommetux-image--align-bottom) {
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
  }
}
@supports (-ms-ime-align: auto) {
  .grommetux-image--full {
    width: auto;
    height: auto;
    max-width: none;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .grommetux-image--align-top.grommetux-image--align-left {
    top: 0%;
    left: 0%;
    transform: none;
  }
  .grommetux-image--align-top.grommetux-image--align-right {
    top: 0%;
    left: 100%;
    transform: translate(-100%, 0%);
  }
  .grommetux-image--align-top:not(.grommetux-image--align-left):not(.grommetux-image--align-right) {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
  .grommetux-image--align-bottom.grommetux-image--align-left {
    top: 100%;
    left: 0%;
    transform: translate(0%, -100%);
  }
  .grommetux-image--align-bottom.grommetux-image--align-right {
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
  }
  .grommetux-image--align-bottom:not(.grommetux-image--align-left):not(.grommetux-image--align-right) {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .grommetux-image--align-left:not(.grommetux-image--align-top):not(.grommetux-image--align-bottom) {
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
  }
  .grommetux-image--align-right:not(.grommetux-image--align-top):not(.grommetux-image--align-bottom) {
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
  }
}
.grommetux-label {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  font-weight: 300;
  cursor: inherit;
}
.grommetux-label--align-start {
  text-align: left;
}
html.rtl .grommetux-label--align-start {
  text-align: right;
}
.grommetux-label--align-center {
  text-align: center;
}
.grommetux-label--align-end {
  text-align: right;
}
html.rtl .grommetux-label--align-end {
  text-align: left;
}
.grommetux-label--margin-none {
  margin-top: 0;
  margin-bottom: 0;
}
.grommetux-label--margin-small {
  margin-top: 12px;
  margin-bottom: 12px;
}
.grommetux-label--margin-medium {
  margin-top: 24px;
  margin-bottom: 24px;
}
.grommetux-label--margin-large {
  margin-top: 48px;
  margin-bottom: 48px;
}

.grommetux-label--truncate {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grommetux-label--uppercase {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.grommetux-label--small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #666;
}
.grommetux-background-color-index--dark .grommetux-label--small, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-label--small {
  color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-label--small, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-label--small {
  color: #666;
}

.grommetux-label--large {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

.grommetux-layer {
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  overflow: auto;
}
@media screen and (min-width: 45em) {
  .grommetux-layer {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-layer:not(.grommetux-layer--hidden) + .grommetux-app {
    left: -100%;
    right: 100%;
    z-index: -1;
    position: fixed;
  }
}
.grommetux-layer .grommetux-layer__container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-layer .grommetux-layer__container {
    padding: 0 24px;
    min-height: 100%;
    min-width: 100%;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-layer .grommetux-layer__container {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 0 48px;
    border-radius: 0px;
    box-shadow: none;
  }
}
@media screen and (min-width: 45em) and (-ms-high-contrast: active), screen and (min-width: 45em) and (-ms-high-contrast: none) {
  .grommetux-layer .grommetux-layer__container .grommetux-form {
    max-width: 100vw;
  }
  .grommetux-layer .grommetux-layer__container .grommetux-sidebar .grommetux-form {
    max-width: 100%;
  }
}
.grommetux-layer .grommetux-layer__closer {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.grommet.rtl .grommetux-layer .grommetux-layer__closer {
  right: auto;
  left: 0px;
}

.grommetux-layer.grommetux-layer--flush .grommetux-layer__container {
  padding: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grommetux-layer.grommetux-layer--flush .grommetux-layer__container .grommetux-form {
    max-width: 100vw;
  }
  .grommetux-layer.grommetux-layer--flush .grommetux-layer__container .grommetux-sidebar .grommetux-form {
    max-width: 100%;
  }
}

@media screen and (min-width: 45em) {
  .grommetux-layer--align-center:not(.grommetux-layer--hidden) .grommetux-layer__container {
    bottom: 50%;
    right: 50%;
    max-height: calc(100vh - 48px);
    max-width: calc(100vw - 48px);
    transform: translate(50%, 50%);
  }
}

.grommetux-layer--align-left:not(.grommetux-layer--hidden) .grommetux-layer__container {
  top: 0px;
  bottom: 0px;
  left: 0px;
}
@media screen and (min-width: 45em) {
  .grommetux-layer--align-left:not(.grommetux-layer--hidden) .grommetux-layer__container {
    -webkit-animation: slide-right 0.2s ease-in-out forwards;
    animation: slide-right 0.2s ease-in-out forwards;
  }
}
.grommet.rtl .grommetux-layer--align-left:not(.grommetux-layer--hidden) .grommetux-layer__container {
  left: auto;
  right: 0px;
}
@media screen and (min-width: 45em) {
  .grommet.rtl .grommetux-layer--align-left:not(.grommetux-layer--hidden) .grommetux-layer__container {
    -webkit-animation: slide-left 0.2s ease-in-out forwards;
    animation: slide-left 0.2s ease-in-out forwards;
  }
}

.grommetux-layer--align-right:not(.grommetux-layer--hidden) .grommetux-layer__container {
  top: 0px;
  bottom: 0px;
  right: 0px;
}
@media screen and (min-width: 45em) {
  .grommetux-layer--align-right:not(.grommetux-layer--hidden) .grommetux-layer__container {
    -webkit-animation: slide-left 0.2s ease-in-out forwards;
    animation: slide-left 0.2s ease-in-out forwards;
  }
}
.grommet.rtl .grommetux-layer--align-right:not(.grommetux-layer--hidden) .grommetux-layer__container {
  right: auto;
  left: 0px;
}
@media screen and (min-width: 45em) {
  .grommet.rtl .grommetux-layer--align-right:not(.grommetux-layer--hidden) .grommetux-layer__container {
    -webkit-animation: slide-right 0.2s ease-in-out forwards;
    animation: slide-right 0.2s ease-in-out forwards;
  }
}

@media screen and (min-width: 45em) {
  .grommetux-layer--align-top:not(.grommetux-layer--hidden) .grommetux-layer__container {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 45em) and (min-width: 45em) {
  .grommetux-layer--align-top:not(.grommetux-layer--hidden) .grommetux-layer__container {
    -webkit-animation: slide-down 0.2s ease-in-out forwards;
    animation: slide-down 0.2s ease-in-out forwards;
  }
}

.grommetux-layer--align-bottom:not(.grommetux-layer--hidden) .grommetux-layer__container {
  bottom: 0px;
}

.grommetux-layer.grommetux-layer--hidden {
  left: -100%;
  right: 100%;
  z-index: -1;
  position: fixed;
}
.grommetux-layer.grommetux-layer--hidden.grommetux-layer--align-left {
  right: auto;
}
.grommetux-layer.grommetux-layer--hidden.grommetux-layer--align-left .grommetux-layer__container {
  left: -100vw;
}
@media screen and (min-width: 45em) {
  .grommetux-layer.grommetux-layer--hidden.grommetux-layer--peek {
    left: 0;
    z-index: 10;
  }
  .grommetux-layer.grommetux-layer--hidden.grommetux-layer--peek.grommetux-layer--align-left {
    right: auto;
  }
  .grommetux-layer.grommetux-layer--hidden.grommetux-layer--peek.grommetux-layer--align-left .grommetux-layer__container {
    left: auto;
    right: -12px;
    border-right: 10px solid #007482;
    -webkit-animation: peek-right 0.5s ease-in-out alternate 5;
    animation: peek-right 0.5s ease-in-out alternate 5;
  }
}

@-webkit-keyframes peek-right {
  0% {
    right: -6px;
  }
  100% {
    right: -12px;
  }
}
@keyframes peek-right {
  0% {
    right: -6px;
  }
  100% {
    right: -12px;
  }
}
@-webkit-keyframes slide-right {
  0% {
    left: -100%;
  }
  100% {
    left: 0px;
  }
}
@keyframes slide-right {
  0% {
    left: -100%;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes slide-left {
  0% {
    right: -100%;
  }
  100% {
    right: 0px;
  }
}
@keyframes slide-left {
  0% {
    right: -100%;
  }
  100% {
    right: 0px;
  }
}
@-webkit-keyframes slide-down {
  0% {
    top: -100vh;
  }
  100% {
    top: 0px;
  }
}
@keyframes slide-down {
  0% {
    top: -100vh;
  }
  100% {
    top: 0px;
  }
}
.grommetux-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

.grommetux-list--focus {
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}

.grommetux-list__more,
.grommetux-list__empty {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.grommetux-list__empty {
  color: #666;
  font-style: italic;
}

.grommetux-list-item {
  max-width: none;
}

.grommetux-list-item:focus {
  outline: #ADDDE0 solid 1px;
}

.grommetux-list-item__image {
  height: 24px;
  width: 24px;
  margin-right: 24px;
  overflow: hidden;
  flex: 0 0 auto;
}
.grommetux-list-item__image img {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}

.grommetux-list-item__label,
.grommetux-list-item__annotation {
  flex: 1;
}

.grommetux-list-item__annotation {
  margin-left: 24px;
  color: #666;
}

.grommetux-list-item--selectable {
  cursor: pointer;
  outline: none;
}
.grommetux-list-item--selectable:hover {
  background-color: rgba(221, 221, 221, 0.5);
}

.grommetux-list-item--selected {
  background-color: #16979C;
  color: #333;
}
.grommetux-background-color-index--dark .grommetux-list-item--selected, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-list-item--selected {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-list-item--selected, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-list-item--selected {
  background-color: #16979C;
  color: #333;
}

.grommetux-list-item--row .grommetux-list-item__annotation {
  text-align: right;
}

.grommetux-list--selectable {
  outline: none;
}
.grommetux-list--selectable .grommetux-list-item {
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s;
}
.grommetux-list--selectable .grommetux-list-item--active,
.grommetux-list--selectable .grommetux-list-item:hover {
  background-color: rgba(221, 221, 221, 0.5);
  color: #000;
}
.grommetux-background-color-index--dark .grommetux-list--selectable .grommetux-list-item--active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-list--selectable .grommetux-list-item--active,
.grommetux-background-color-index--dark .grommetux-list--selectable .grommetux-list-item:hover,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-list--selectable .grommetux-list-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-list--selectable .grommetux-list-item--active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-list--selectable .grommetux-list-item--active,
.grommetux-background-color-index--light .grommetux-list--selectable .grommetux-list-item:hover,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-list--selectable .grommetux-list-item:hover {
  background-color: rgba(221, 221, 221, 0.5);
  color: #000;
}

.grommetux-list--small .grommetux-list-item__image,
.grommetux-list--small .grommetux-list__more__image {
  height: 12px;
  width: 12px;
}

.grommetux-list--large .grommetux-list-item__image,
.grommetux-list--large .grommetux-list__more__image {
  height: 48px;
  width: 48px;
}

.grommetux-legend {
  text-align: left;
  white-space: normal;
  display: inline-block;
  line-height: 24px;
}
html.rtl .grommetux-legend {
  text-align: right;
}

.grommetux-legend__item,
.grommetux-legend__total {
  color: #666;
}
.grommetux-background-color-index--dark .grommetux-legend__item, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-legend__item,
.grommetux-background-color-index--dark .grommetux-legend__total,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-legend__total {
  color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-legend__item, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-legend__item,
.grommetux-background-color-index--light .grommetux-legend__total,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-legend__total {
  color: #666;
}

.grommetux-legend__item-label {
  margin-right: 12px;
}

.grommetux-legend__item-units,
.grommetux-legend__total-units {
  display: inline-block;
  margin-left: 6px;
}
html.rtl .grommetux-legend__item-units,
html.rtl .grommetux-legend__total-units {
  margin-left: 0;
  margin-right: 6px;
}

.grommetux-legend__item-swatch {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  overflow: visible;
}
.grommetux-legend__item-swatch.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-legend__item-swatch.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-legend__item-swatch.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-legend__item-swatch.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-legend__item-swatch.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-legend__item-swatch.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-legend__item-swatch.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-legend__item-swatch.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-legend__item-swatch.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-legend__item-swatch.grommetux-color-index-graph-1, .grommetux-legend__item-swatch.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-legend__item-swatch.grommetux-color-index-graph-2, .grommetux-legend__item-swatch.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-legend__item-swatch.grommetux-color-index-graph-3, .grommetux-legend__item-swatch.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-legend__item-swatch.grommetux-color-index-graph-4, .grommetux-legend__item-swatch.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-legend__item-swatch.grommetux-color-index-grey-1, .grommetux-legend__item-swatch.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-legend__item-swatch.grommetux-color-index-grey-2, .grommetux-legend__item-swatch.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-legend__item-swatch.grommetux-color-index-grey-3, .grommetux-legend__item-swatch.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-legend__item-swatch.grommetux-color-index-grey-4, .grommetux-legend__item-swatch.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-legend__item-swatch.grommetux-color-index-grey-5, .grommetux-legend__item-swatch.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-legend__item-swatch.grommetux-color-index-accent-1, .grommetux-legend__item-swatch.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-legend__item-swatch.grommetux-color-index-accent-2, .grommetux-legend__item-swatch.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-legend__item-swatch.grommetux-color-index-accent-3, .grommetux-legend__item-swatch.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-legend__item-swatch.grommetux-color-index-neutral-1, .grommetux-legend__item-swatch.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-legend__item-swatch.grommetux-color-index-neutral-2, .grommetux-legend__item-swatch.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-legend__item-swatch.grommetux-color-index-neutral-3, .grommetux-legend__item-swatch.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-legend__item-swatch.grommetux-color-index-neutral-4, .grommetux-legend__item-swatch.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-legend__item-swatch.grommetux-color-index-light-1, .grommetux-legend__item-swatch.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-legend__item-swatch.grommetux-color-index-light-2, .grommetux-legend__item-swatch.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}
html.rtl .grommetux-legend__item-swatch {
  margin-right: 0;
  margin-left: 12px;
}
.grommetux-legend__item-swatch path {
  stroke-width: 12px;
  transition-property: stroke-width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.grommetux-legend__item--clickable {
  cursor: pointer;
}

.grommetux-legend__item--active {
  color: #333;
}
.grommetux-legend__item--active svg.grommetux-legend__item-swatch path {
  stroke-width: 12px;
}
.grommetux-background-color-index--dark .grommetux-legend__item--active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-legend__item--active {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-legend__item--active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-legend__item--active {
  color: #333;
}

.grommetux-legend__total {
  margin-left: 24px;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dotted rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--dark .grommetux-legend__total, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-legend__total {
  border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-legend__total, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-legend__total {
  border-color: rgba(0, 0, 0, 0.15);
}
html.rtl .grommetux-legend__total {
  margin-left: 0;
  margin-right: 24px;
}

.grommetux-legend--large {
  font-size: 24px;
  line-height: 32px;
}
.grommetux-legend--large .grommetux-legend__item {
  margin-bottom: 6px;
}
.grommetux-legend--large .grommetux-legend__item-label {
  margin-right: 24px;
}
.grommetux-legend--large .grommetux-legend__item-swatch {
  position: relative;
  top: 3px;
  width: 24px;
  height: 24px;
}
.grommetux-legend--large .grommetux-legend__total {
  margin-left: 36px;
}

.grommetux-map {
  position: relative;
  z-index: 0;
}

.grommetux-map__links {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.grommetux-map__path {
  stroke-width: 2px;
}
.grommetux-map__path.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-map__path.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-map__path.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-map__path.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-map__path.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-map__path.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-map__path.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-map__path.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-map__path.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-map__path.grommetux-color-index-graph-1, .grommetux-map__path.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-map__path.grommetux-color-index-graph-2, .grommetux-map__path.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-map__path.grommetux-color-index-graph-3, .grommetux-map__path.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-map__path.grommetux-color-index-graph-4, .grommetux-map__path.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-map__path.grommetux-color-index-grey-1, .grommetux-map__path.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-map__path.grommetux-color-index-grey-2, .grommetux-map__path.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-map__path.grommetux-color-index-grey-3, .grommetux-map__path.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-map__path.grommetux-color-index-grey-4, .grommetux-map__path.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-map__path.grommetux-color-index-grey-5, .grommetux-map__path.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-map__path.grommetux-color-index-accent-1, .grommetux-map__path.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-map__path.grommetux-color-index-accent-2, .grommetux-map__path.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-map__path.grommetux-color-index-accent-3, .grommetux-map__path.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-map__path.grommetux-color-index-neutral-1, .grommetux-map__path.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-map__path.grommetux-color-index-neutral-2, .grommetux-map__path.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-map__path.grommetux-color-index-neutral-3, .grommetux-map__path.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-map__path.grommetux-color-index-neutral-4, .grommetux-map__path.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-map__path.grommetux-color-index-light-1, .grommetux-map__path.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-map__path.grommetux-color-index-light-2, .grommetux-map__path.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}

.grommetux-map__path--active {
  stroke-width: 6px;
}

.grommetux-map__categories {
  margin: 0px;
  list-style-type: none;
}

.grommetux-map__category {
  position: relative;
  margin-bottom: 12px;
  max-width: none;
}

.grommetux-map__category-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 12px;
}

.grommetux-map__category-items {
  margin: 0px;
  list-style-type: none;
  overflow: hidden;
  text-align: center;
}

.grommetux-map__item {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.grommetux-background-color-index--dark .grommetux-map__item, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-map__item {
  color: #333;
}

.grommetux-map__item:not(.grommetux-map__item--plain) {
  width: 192px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 12px;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.grommetux-map__item:not(.grommetux-map__item--plain) > a {
  display: block;
  padding: 6px 12px;
  transition: background-color 0.2s;
}
.grommetux-map__item:not(.grommetux-map__item--plain) > a > * {
  display: inline-block;
}
.grommetux-map__item:not(.grommetux-map__item--plain) > a:hover {
  background-color: rgba(221, 221, 221, 0.5);
}
.grommetux-map__item:not(.grommetux-map__item--plain) .grommetux-status-icon {
  margin-right: 6px;
}

.grommetux-map__item--active:not(.grommetux-map__item--plain) {
  border-color: #000;
  border-width: 2px;
  padding: 5px 11px;
}

.grommetux-map--vertical .grommetux-map__categories {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grommetux-map--vertical .grommetux-map__category-items {
  text-align: left;
}
.grommetux-map--vertical .grommetux-map__item {
  display: block;
  margin-right: 0;
}

.grommetux-menu {
  position: relative;
  white-space: nowrap;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2631578947;
}
.grommetux-menu > * {
  flex: 0 0 auto;
}
.grommetux-menu a:not(.grommetux-button),
.grommetux-menu .grommetux-anchor {
  text-decoration: none;
}
.grommetux-menu a:not(.grommetux-button):hover,
.grommetux-menu .grommetux-anchor:hover {
  text-decoration: none;
}
.grommetux-menu.grommetux-menu--controlled {
  display: inline-block;
  cursor: pointer;
}

.grommetux-menu--fill {
  flex: 1 1 auto;
  overflow: auto;
}

.grommetux-menu__control .grommetux-control-icon-down {
  width: 12px;
}
.grommetux-menu__control .grommetux-control-icon-down path,
.grommetux-menu__control .grommetux-control-icon-down polyline {
  stroke-width: 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grommetux-menu__control.grommetux-menu--labelled {
    line-height: 24px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-menu__control.grommetux-menu--labelled .grommetux-control-icon {
    transition: none;
  }
}

.grommetux-menu__drop {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  max-height: 100vh;
}
.grommetux-menu__drop > * {
  flex-shrink: 0;
}
.grommetux-menu__drop a:not(.grommetux-anchor--disabled) {
  text-decoration: none;
}
.grommetux-menu__drop a:not(.grommetux-anchor--disabled):hover {
  text-decoration: none;
}
.grommetux-menu__drop .grommetux-anchor {
  padding: 12px 24px;
  white-space: nowrap;
  display: block;
  text-decoration: none;
}
.grommetux-menu__drop .grommetux-anchor.active, .grommetux-menu__drop .grommetux-anchor:hover, .grommetux-menu__drop .grommetux-anchor:focus {
  text-decoration: none;
  color: #004b54;
  background-color: rgba(221, 221, 221, 0.5);
}
.grommetux-menu__drop .grommetux-menu__control {
  text-align: left;
}
.grommet.rtl .grommetux-menu__drop .grommetux-menu__control {
  text-align: right;
}
.grommetux-menu__drop .grommetux-menu__label {
  padding: 12px 24px;
  font-weight: 600;
}
.grommetux-menu__drop.grommetux-menu__drop--align-right {
  text-align: right;
}
.grommet.rtl .grommetux-menu__drop.grommetux-menu__drop--align-right {
  text-align: left;
}
.grommetux-menu__drop.grommetux-menu__drop--align-right .grommetux-menu__control {
  text-align: right;
}
.grommet.rtl .grommetux-menu__drop.grommetux-menu__drop--align-right .grommetux-menu__control {
  text-align: left;
}
.grommetux-menu__drop.grommetux-menu__drop--align-right .grommetux-menu__contents {
  text-align: left;
}
.grommet.rtl .grommetux-menu__drop.grommetux-menu__drop--align-right .grommetux-menu__contents {
  text-align: right;
}
.grommetux-menu__drop .grommetux-anchor__icon {
  padding-left: 0;
  vertical-align: middle;
  height: inherit;
}
.grommetux-menu__drop .grommetux-anchor--reverse .grommetux-anchor__icon {
  padding-right: 0;
}
.grommetux-menu__drop.grommetux-menu__drop--small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.grommetux-menu__drop.grommetux-menu__drop--small .grommetux-anchor__icon {
  padding-top: 0;
  padding-bottom: 0;
}
.grommetux-menu__drop.grommetux-menu__drop--large {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.grommetux-menu__drop.grommetux-background-color-index--dark .grommetux-anchor.active, .grommetux-background-color-index--light .grommetux-menu__drop.grommetux-background-color-index--dark .grommetux-anchor.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}
.grommetux-menu__drop.grommetux-background-color-index--dark .grommetux-anchor:hover, .grommetux-menu__drop.grommetux-background-color-index--dark .grommetux-anchor:focus, .grommetux-background-color-index--light .grommetux-menu__drop.grommetux-background-color-index--dark .grommetux-anchor:hover, .grommetux-background-color-index--light .grommetux-menu__drop.grommetux-background-color-index--dark .grommetux-anchor:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.grommetux-menu__drop.grommetux-background-color-index--light .grommetux-anchor.active, .grommetux-menu__drop.grommetux-background-color-index--light .grommetux-anchor:hover, .grommetux-menu__drop.grommetux-background-color-index--light .grommetux-anchor:focus, .grommetux-background-color-index--dark .grommetux-menu__drop.grommetux-background-color-index--light .grommetux-anchor.active, .grommetux-background-color-index--dark .grommetux-menu__drop.grommetux-background-color-index--light .grommetux-anchor:hover, .grommetux-background-color-index--dark .grommetux-menu__drop.grommetux-background-color-index--light .grommetux-anchor:focus {
  color: #004b54;
  background-color: rgba(221, 221, 221, 0.5);
}

.grommetux-menu--inline.grommetux-menu--row {
  line-height: 48px;
}
.grommetux-menu--inline.grommetux-menu--row.grommetux-box--justify-end > *:not(.grommetux-control-icon) {
  margin-left: 24px;
  margin-right: 0;
}
.grommetux-menu--inline.grommetux-menu--row.grommetux-box--justify-end > *:not(.grommetux-control-icon):first-child {
  margin-left: 0;
}
.grommet.rtl .grommetux-menu--inline.grommetux-menu--row.grommetux-box--justify-end > *:not(.grommetux-control-icon) {
  margin-right: 24px;
  margin-left: 0;
}
.grommet.rtl .grommetux-menu--inline.grommetux-menu--row.grommetux-box--justify-end > *:not(.grommetux-control-icon):first-child {
  margin-right: 0;
}
.grommetux-menu--inline.grommetux-menu--row > *:not(.grommetux-control-icon):not(.grommetux-button) {
  margin-left: 0;
  margin-right: 24px;
}
.grommetux-menu--inline.grommetux-menu--row > *:not(.grommetux-control-icon):not(.grommetux-button):last-child {
  margin-right: 0;
}
.grommet.rtl .grommetux-menu--inline.grommetux-menu--row > *:not(.grommetux-control-icon):not(.grommetux-button) {
  margin-right: 0;
  margin-left: 24px;
}
.grommet.rtl .grommetux-menu--inline.grommetux-menu--row > *:not(.grommetux-control-icon):not(.grommetux-button):last-child {
  margin-left: 0;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-menu--inline.grommetux---direction-row.grommetux-box--responsive > * {
    margin-right: 0;
  }
  .grommet.rtl .grommetux-menu--inline.grommetux---direction-row.grommetux-box--responsive > * {
    margin-left: 0;
  }
}
.grommetux-menu--inline.grommetux-menu--small {
  font-size: 16px;
  font-size: 1rem;
  line-height: inherit;
}
.grommetux-menu--inline.grommetux-menu--large {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit;
}

.grommetux-menu--primary {
  width: 100%;
}
.grommetux-menu--primary > .grommetux-menu {
  width: 100%;
}
.grommetux-menu--primary > a:not(.grommetux-button) {
  padding: 12px 24px 12px 20px;
  margin-bottom: 0px;
  width: 100%;
  border-width: 4px;
  border-color: transparent;
  border-left-style: solid;
}
.grommet.rtl .grommetux-menu--primary > a:not(.grommetux-button) {
  border-right-style: none;
  border-left-style: solid;
}
.grommetux-menu--primary > a:not(.grommetux-button):hover {
  text-decoration: none;
}
.grommetux-menu--primary > a:not(.grommetux-button):hover:not(.active) {
  background-color: rgba(221, 221, 221, 0.5);
  color: #000;
}
.grommetux-background-color-index--dark .grommetux-menu--primary > a:not(.grommetux-button):hover:not(.active), .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-menu--primary > a:not(.grommetux-button):hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-menu--primary > a:not(.grommetux-button):hover:not(.active), .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-menu--primary > a:not(.grommetux-button):hover:not(.active) {
  background-color: rgba(221, 221, 221, 0.5);
  color: #000;
}
.grommetux-menu--primary > a:not(.grommetux-button).grommetux-anchor--active, .grommetux-menu--primary > a:not(.grommetux-button).active {
  border-color: #007482;
}
.grommetux-background-color-index--dark .grommetux-menu--primary > a:not(.grommetux-button).grommetux-anchor--active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-menu--primary > a:not(.grommetux-button).grommetux-anchor--active, .grommetux-background-color-index--dark .grommetux-menu--primary > a:not(.grommetux-button).active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-menu--primary > a:not(.grommetux-button).active {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-menu--primary > a:not(.grommetux-button).grommetux-anchor--active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-menu--primary > a:not(.grommetux-button).grommetux-anchor--active, .grommetux-background-color-index--light .grommetux-menu--primary > a:not(.grommetux-button).active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-menu--primary > a:not(.grommetux-button).active {
  border-color: #007482;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-menu--primary.grommetux-menu--down {
    display: block;
  }
  .grommetux-menu--primary.grommetux-menu--down > * {
    display: block;
  }
}

.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row) > hr,
.grommetux-menu__drop > hr {
  margin: 12px 24px 18px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
}
.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row) a,
.grommetux-menu__drop a {
  text-decoration: none;
}
.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row).grommetux-box--direction-column > .grommetux-menu:not(:first-of-type) h2,
.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row).grommetux-box--direction-column > .grommetux-menu:not(:first-of-type) h3,
.grommetux-menu__drop.grommetux-box--direction-column > .grommetux-menu:not(:first-of-type) h2,
.grommetux-menu__drop.grommetux-box--direction-column > .grommetux-menu:not(:first-of-type) h3 {
  margin-top: 24px;
}
.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row).grommetux-box.grommetux-box--separator-top,
.grommetux-menu__drop.grommetux-box.grommetux-box--separator-top {
  border-color: transparent;
}
.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row).grommetux-box.grommetux-box--separator-top:before,
.grommetux-menu__drop.grommetux-box.grommetux-box--separator-top:before {
  content: "";
  margin: 12px 24px 18px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row).grommetux-menu--small > a,
.grommetux-menu__drop.grommetux-menu--small > a {
  padding: 6px 0;
}
.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row).grommetux-menu--small.grommetux-menu--primary > a,
.grommetux-menu__drop.grommetux-menu--small.grommetux-menu--primary > a {
  padding: 6px 24px 6px 20px;
}
.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row).grommetux-menu--large > a,
.grommetux-menu__drop.grommetux-menu--large > a {
  padding: 24px 0;
}
.grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row).grommetux-menu--large.grommetux-menu--primary > a,
.grommetux-menu__drop.grommetux-menu--large.grommetux-menu--primary > a {
  padding: 12px 24px 12px 20px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row).grommetux-box--responsive > *,
  .grommetux-menu__drop.grommetux-box--responsive > * {
    margin-left: 0px;
    margin-right: 0px;
  }
  .grommetux-menu--inline.grommetux-menu:not(.grommetux-box--direction-row).grommetux-box--responsive .grommetux-button,
  .grommetux-menu__drop.grommetux-box--responsive .grommetux-button {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 44.9375em) {
  .grommetux-menu__drop {
    max-width: 100%;
  }
  .grommetux-menu__drop.grommetux-box--responsive .grommetux-button {
    margin-bottom: 0;
  }
}
.grommetux-meter {
  display: inline-block;
  position: relative;
}

.grommetux-meter__slice {
  stroke-width: 4px;
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
}

.grommetux-meter__hot {
  cursor: pointer;
  stroke-width: 24px;
  stroke: rgba(0, 0, 0, 0.001);
}

.grommetux-meter__threshold {
  stroke: rgba(51, 51, 51, 0.2);
}

.grommetux-meter__value-container {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.grommetux-meter__graphic-container {
  white-space: normal;
}
.grommetux-meter__graphic-container > a {
  text-decoration: none;
}

.grommetux-meter__graphic {
  max-width: 100%;
}
.grommetux-meter__graphic:focus {
  outline: #ADDDE0 solid 1px;
}
.grommetux-meter__graphic text {
  fill: #666;
}

.grommetux-meter:not(.grommetux-meter--vertical) .grommetux-meter__graphic-container {
  display: inline-block;
}

.grommetux-meter--vertical .grommetux-meter__graphic-container {
  display: inline-block;
  white-space: nowrap;
}

.grommetux-meter--active .grommetux-meter__values .grommetux-meter__slice {
  stroke-width: 12px;
}

.grommetux-meter__values .grommetux-meter__slice--active {
  stroke-width: 12px;
}

@-webkit-keyframes draw-meter-bar-small {
  0% {
    stroke-dashoffset: 192px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-meter-bar-small {
  0% {
    stroke-dashoffset: 192px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.grommetux-meter--bar {
  line-height: 0;
}
.grommetux-meter--bar .grommetux-meter__slice {
  stroke-linecap: butt;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-1, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-2, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-3, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-4, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-1, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-2, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-3, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-4, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-5, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-1, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-2, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-3, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-1, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-2, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-3, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-4, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-1, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-2, .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}
.grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice--clickable {
  cursor: pointer;
}
@media screen and (min-width: 45em) {
  .grommetux-meter--bar .grommetux-meter__values .grommetux-meter__slice {
    stroke-dasharray: 192px 192px;
    stroke-dashoffset: 0;
    transition: stroke-width 0.2s;
    -webkit-animation: draw-meter-bar-small 1s ease-in;
    animation: draw-meter-bar-small 1s ease-in;
  }
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-unset {
  stroke: rgba(221, 221, 221, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-brand {
  stroke: rgba(0, 116, 130, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-critical {
  stroke: rgba(228, 89, 80, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-error {
  stroke: rgba(228, 89, 80, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-warning {
  stroke: rgba(240, 178, 0, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-ok {
  stroke: rgba(0, 158, 12, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-unknown {
  stroke: rgba(195, 197, 200, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-disabled {
  stroke: rgba(195, 197, 200, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-1, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-5 {
  stroke: rgba(12, 72, 129, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-2, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-6 {
  stroke: rgba(109, 145, 179, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-3, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-7 {
  stroke: rgba(240, 178, 0, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-4, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-8 {
  stroke: rgba(204, 146, 0, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-1, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-4 {
  stroke: rgba(173, 221, 224, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-2, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-5 {
  stroke: rgba(0, 151, 157, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-3, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-6 {
  stroke: rgba(0, 93, 105, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-1, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-6 {
  stroke: rgba(39, 39, 39, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-2, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-7 {
  stroke: rgba(64, 64, 64, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-3, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-8 {
  stroke: rgba(100, 100, 100, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-4, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-9 {
  stroke: rgba(203, 204, 203, 0.5);
}
.grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-5, .grommetux-meter--bar .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--bar .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-10 {
  stroke: rgba(241, 241, 241, 0.5);
}
.grommetux-meter--bar.grommetux-meter--vertical {
  white-space: nowrap;
}
.grommetux-meter--bar.grommetux-meter--vertical .grommetux-meter__graphic {
  height: 192px;
  width: 24px;
}
.grommetux-meter--bar.grommetux-meter--vertical:not(.grommetux-meter--stacked).grommetux-meter--count-2 .grommetux-meter__graphic {
  width: 48px;
}
.grommetux-meter--bar.grommetux-meter--vertical:not(.grommetux-meter--stacked).grommetux-meter--count-3 .grommetux-meter__graphic {
  width: 72px;
}
.grommetux-meter--bar.grommetux-meter--vertical:not(.grommetux-meter--stacked).grommetux-meter--count-4 .grommetux-meter__graphic {
  width: 96px;
}
.grommetux-meter--bar.grommetux-meter--vertical .grommetux-meter__labeled-graphic {
  display: inline-block;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xsmall .grommetux-meter__graphic {
  height: 96px;
  width: 12px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xsmall:not(.grommetux-meter--stacked).grommetux-meter--count-2 .grommetux-meter__graphic {
  width: 24px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xsmall:not(.grommetux-meter--stacked).grommetux-meter--count-3 .grommetux-meter__graphic {
  width: 36px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xsmall:not(.grommetux-meter--stacked).grommetux-meter--count-4 .grommetux-meter__graphic {
  width: 48px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--small .grommetux-meter__graphic {
  height: 192px;
  width: 24px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--small:not(.grommetux-meter--stacked).grommetux-meter--count-2 .grommetux-meter__graphic {
  width: 48px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--small:not(.grommetux-meter--stacked).grommetux-meter--count-3 .grommetux-meter__graphic {
  width: 72px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--small:not(.grommetux-meter--stacked).grommetux-meter--count-4 .grommetux-meter__graphic {
  width: 96px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--medium .grommetux-meter__graphic {
  height: 384px;
  width: 48px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--medium:not(.grommetux-meter--stacked).grommetux-meter--count-2 .grommetux-meter__graphic {
  width: 96px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--medium:not(.grommetux-meter--stacked).grommetux-meter--count-3 .grommetux-meter__graphic {
  width: 144px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--medium:not(.grommetux-meter--stacked).grommetux-meter--count-4 .grommetux-meter__graphic {
  width: 192px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--large .grommetux-meter__graphic {
  height: 576px;
  width: 72px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--large:not(.grommetux-meter--stacked).grommetux-meter--count-2 .grommetux-meter__graphic {
  width: 144px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--large:not(.grommetux-meter--stacked).grommetux-meter--count-3 .grommetux-meter__graphic {
  width: 216px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--large:not(.grommetux-meter--stacked).grommetux-meter--count-4 .grommetux-meter__graphic {
  width: 288px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xlarge .grommetux-meter__graphic {
  height: 720px;
  width: 90px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xlarge:not(.grommetux-meter--stacked).grommetux-meter--count-2 .grommetux-meter__graphic {
  width: 180px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xlarge:not(.grommetux-meter--stacked).grommetux-meter--count-3 .grommetux-meter__graphic {
  width: 270px;
}
.grommetux-meter--bar.grommetux-meter--vertical.grommetux-meter--xlarge:not(.grommetux-meter--stacked).grommetux-meter--count-4 .grommetux-meter__graphic {
  width: 360px;
}

.grommetux-meter--bar:not(.grommetux-meter--vertical) .grommetux-meter__graphic {
  width: 192px;
  min-width: 96px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xsmall .grommetux-meter__graphic {
  width: 96px;
  height: 12px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xsmall.grommetux-meter--single .grommetux-meter__graphic, .grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xsmall.grommetux-meter--stacked .grommetux-meter__graphic {
  height: 12px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xsmall:not(.grommetux-meter--stacked).grommetux-meter--count-2 .grommetux-meter__graphic {
  height: 24px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xsmall:not(.grommetux-meter--stacked).grommetux-meter--count-3 .grommetux-meter__graphic {
  height: 36px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xsmall:not(.grommetux-meter--stacked).grommetux-meter--count-4 .grommetux-meter__graphic {
  height: 48px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--small .grommetux-meter__graphic {
  width: 192px;
  height: 24px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--small.grommetux-meter--single .grommetux-meter__graphic, .grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--small.grommetux-meter--stacked .grommetux-meter__graphic {
  height: 24px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--small:not(.grommetux-meter--stacked).grommetux-meter--count-2 .grommetux-meter__graphic {
  height: 48px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--small:not(.grommetux-meter--stacked).grommetux-meter--count-3 .grommetux-meter__graphic {
  height: 72px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--small:not(.grommetux-meter--stacked).grommetux-meter--count-4 .grommetux-meter__graphic {
  height: 96px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--medium .grommetux-meter__graphic {
  height: 48px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--medium .grommetux-meter__graphic {
    width: 192px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--medium .grommetux-meter__graphic {
    width: 384px;
  }
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--medium:not(.grommetux-meter--stacked).grommetux-meter--count-2 .grommetux-meter__graphic {
  height: 96px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--medium:not(.grommetux-meter--stacked).grommetux-meter--count-3 .grommetux-meter__graphic {
  height: 144px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--medium:not(.grommetux-meter--stacked).grommetux-meter--count-4 .grommetux-meter__graphic {
  height: 192px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--large .grommetux-meter__graphic {
  height: 72px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--large .grommetux-meter__graphic {
    width: 192px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--large .grommetux-meter__graphic {
    width: 576px;
  }
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--large:not(.grommetux-meter--stacked).grommetux-meter--count-2 .grommetux-meter__graphic {
  height: 144px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--large:not(.grommetux-meter--stacked).grommetux-meter--count-3 .grommetux-meter__graphic {
  height: 216px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--large:not(.grommetux-meter--stacked).grommetux-meter--count-4 .grommetux-meter__graphic {
  height: 288px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xlarge .grommetux-meter__graphic {
  height: 90px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xlarge .grommetux-meter__graphic {
    width: 192px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xlarge .grommetux-meter__graphic {
    width: 720px;
  }
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xlarge:not(.grommetux-meter--stacked).grommetux-meter--count-2 .grommetux-meter__graphic {
  height: 180px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xlarge:not(.grommetux-meter--stacked).grommetux-meter--count-3 .grommetux-meter__graphic {
  height: 270px;
}
.grommetux-meter--bar:not(.grommetux-meter--vertical).grommetux-meter--xlarge:not(.grommetux-meter--stacked).grommetux-meter--count-4 .grommetux-meter__graphic {
  height: 360px;
}

@-webkit-keyframes draw-meter-circle {
  0% {
    stroke-dashoffset: -614px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-meter-circle {
  0% {
    stroke-dashoffset: -614px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--circle,
  .grommetux-meter--arc,
  .grommetux-meter--spiral {
    margin: 0px auto;
  }
}
.grommetux-meter--circle .grommetux-meter.series-pre path,
.grommetux-meter--arc .grommetux-meter.series-pre path,
.grommetux-meter--spiral .grommetux-meter.series-pre path {
  stroke-dashoffset: 768px;
}
.grommetux-meter--circle .grommetux-meter__slice,
.grommetux-meter--arc .grommetux-meter__slice,
.grommetux-meter--spiral .grommetux-meter__slice {
  stroke-linecap: butt;
}
.grommetux-meter--circle .grommetux-meter__slice-indicator,
.grommetux-meter--arc .grommetux-meter__slice-indicator,
.grommetux-meter--spiral .grommetux-meter__slice-indicator {
  stroke-linecap: square;
  stroke-width: 4px;
  stroke: rgba(51, 51, 51, 0.2);
}
.grommetux-background-color-index--dark .grommetux-meter--circle .grommetux-meter__slice-indicator, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-meter--circle .grommetux-meter__slice-indicator,
.grommetux-background-color-index--dark .grommetux-meter--arc .grommetux-meter__slice-indicator,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-meter--arc .grommetux-meter__slice-indicator,
.grommetux-background-color-index--dark .grommetux-meter--spiral .grommetux-meter__slice-indicator,
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-meter--spiral .grommetux-meter__slice-indicator {
  stroke: rgba(255, 255, 255, 0.2);
}
.grommetux-background-color-index--light .grommetux-meter--circle .grommetux-meter__slice-indicator, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-meter--circle .grommetux-meter__slice-indicator,
.grommetux-background-color-index--light .grommetux-meter--arc .grommetux-meter__slice-indicator,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-meter--arc .grommetux-meter__slice-indicator,
.grommetux-background-color-index--light .grommetux-meter--spiral .grommetux-meter__slice-indicator,
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-meter--spiral .grommetux-meter__slice-indicator {
  stroke: rgba(51, 51, 51, 0.2);
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-loading,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-loading,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-1, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-2, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-3, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-4, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-1, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-6,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-1,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-6,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-1,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-2, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-7,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-2,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-7,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-2,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-3, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-8,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-3,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-8,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-3,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-4, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-9,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-4,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-9,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-4,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-5, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-10,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-5,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-10,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-5,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-1, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-2, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-3, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-1, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-5,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-1,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-5,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-1,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-2, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-6,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-2,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-6,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-2,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-3, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-7,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-3,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-7,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-3,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-4, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-8,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-4,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-8,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-4,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-1, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-3,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-1,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-3,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-1,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-2, .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-4,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-2,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-4,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-2,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}
.grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice--clickable,
.grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice--clickable,
.grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice--clickable {
  cursor: pointer;
}
@media screen and (min-width: 45em) {
  .grommetux-meter--circle .grommetux-meter__values .grommetux-meter__slice,
  .grommetux-meter--arc .grommetux-meter__values .grommetux-meter__slice,
  .grommetux-meter--spiral .grommetux-meter__values .grommetux-meter__slice {
    stroke-dasharray: 614px 614px;
    stroke-dashoffset: 0;
    transition: stroke-width 0.2s;
    -webkit-animation: draw-meter-circle 1s ease-in;
    animation: draw-meter-circle 1s ease-in;
  }
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-unset,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-unset {
  stroke: rgba(221, 221, 221, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-brand,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-brand {
  stroke: rgba(0, 116, 130, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-critical,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-critical {
  stroke: rgba(228, 89, 80, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-error,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-error {
  stroke: rgba(228, 89, 80, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-warning,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-warning {
  stroke: rgba(240, 178, 0, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-ok,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-ok {
  stroke: rgba(0, 158, 12, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-unknown,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-unknown {
  stroke: rgba(195, 197, 200, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-disabled,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-disabled {
  stroke: rgba(195, 197, 200, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-1, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-5,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-1,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-5 {
  stroke: rgba(12, 72, 129, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-2, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-6,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-2,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-6 {
  stroke: rgba(109, 145, 179, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-3, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-7,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-3,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-7 {
  stroke: rgba(240, 178, 0, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-4, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-graph-8,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-4,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-graph-8 {
  stroke: rgba(204, 146, 0, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-1, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-4,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-1,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-4 {
  stroke: rgba(173, 221, 224, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-2, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-5,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-2,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-5 {
  stroke: rgba(0, 151, 157, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-3, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.grommetux-color-index-accent-6,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-3,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.grommetux-color-index-accent-6 {
  stroke: rgba(0, 93, 105, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-1, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-6,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-1,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-6 {
  stroke: rgba(39, 39, 39, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-2, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-7,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-2,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-7 {
  stroke: rgba(64, 64, 64, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-3, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-8,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-3,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-8 {
  stroke: rgba(100, 100, 100, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-4, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-9,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-4,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-9 {
  stroke: rgba(203, 204, 203, 0.5);
}
.grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-5, .grommetux-meter--circle .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--circle .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--arc .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--arc .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--spiral .grommetux-meter__thresholds .grommetux-meter__slice.color-index-grey-10,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-5,
.grommetux-meter--spiral .grommetux-meter__tracks .grommetux-meter__slice.color-index-grey-10 {
  stroke: rgba(241, 241, 241, 0.5);
}
.grommetux-meter--circle .grommetux-meter__threshold,
.grommetux-meter--arc .grommetux-meter__threshold,
.grommetux-meter--spiral .grommetux-meter__threshold {
  stroke-linecap: butt;
}

.grommetux-meter--circle .grommetux-meter__graphic {
  width: 192px;
  min-width: 96px;
  height: auto;
}
.grommetux-meter--circle .grommetux-meter__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grommetux-meter--circle.grommetux-meter--xsmall .grommetux-meter__graphic {
  width: 96px;
  height: 96px;
}
.grommetux-meter--circle.grommetux-meter--small .grommetux-meter__graphic {
  width: 192px;
  height: 192px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--circle.grommetux-meter--medium .grommetux-meter__graphic {
    width: 192px;
    height: 192px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--circle.grommetux-meter--medium .grommetux-meter__graphic {
    width: 384px;
    height: 384px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--circle.grommetux-meter--large .grommetux-meter__graphic {
    width: 192px;
    height: 192px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--circle.grommetux-meter--large .grommetux-meter__graphic {
    width: 576px;
    height: 576px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--circle.grommetux-meter--xlarge .grommetux-meter__graphic {
    width: 192px;
    height: 192px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--circle.grommetux-meter--xlarge .grommetux-meter__graphic {
    width: 720px;
    height: 720px;
  }
}

.grommetux-meter--arc:not(.grommetux-meter--vertical) .grommetux-meter__graphic {
  width: 192px;
  min-width: 96px;
  height: auto;
}
.grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--xsmall .grommetux-meter__graphic {
  width: 96px;
  height: 72px;
}
.grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--small .grommetux-meter__graphic {
  width: 192px;
  height: 144px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--medium .grommetux-meter__graphic {
    width: 192px;
    height: 144px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--medium .grommetux-meter__graphic {
    width: 384px;
    height: 288px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--large .grommetux-meter__graphic {
    width: 192px;
    height: 144px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--large .grommetux-meter__graphic {
    width: 576px;
    height: 432px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--xlarge .grommetux-meter__graphic {
    width: 192px;
    height: 144px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--arc:not(.grommetux-meter--vertical).grommetux-meter--xlarge .grommetux-meter__graphic {
    width: 720px;
    height: 540px;
  }
}

.grommetux-meter--arc.grommetux-meter--vertical .grommetux-meter__graphic {
  display: inline;
  width: 144px;
  height: 192px;
}
.grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--xsmall .grommetux-meter__graphic {
  width: 72px;
  height: 96px;
}
.grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--small .grommetux-meter__graphic {
  width: 144px;
  height: 192px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--medium .grommetux-meter__graphic {
    width: 144px;
    height: 192px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--medium .grommetux-meter__graphic {
    width: 288px;
    height: 384px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--large .grommetux-meter__graphic {
    width: 144px;
    height: 192px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--large .grommetux-meter__graphic {
    width: 432px;
    height: 576px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--xlarge .grommetux-meter__graphic {
    width: 144px;
    height: 192px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-meter--arc.grommetux-meter--vertical.grommetux-meter--xlarge .grommetux-meter__graphic {
    width: 540px;
    height: 720px;
  }
}

.grommetux-meter--spiral .grommetux-meter__graphic-container {
  vertical-align: top;
}

.grommetux-notification {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24px;
}
.grommetux-notification--status-critical .grommetux-notification__status .grommetux-status-icon__base,
.grommetux-notification--status-critical .grommetux-notification__status .grommetux-status-icon__base .grommetux-status-icon__small {
  fill: #fff;
}
.grommetux-notification--status-critical .grommetux-notification__status .grommetux-status-icon__detail {
  stroke: #E45950;
  fill: #E45950;
}
.grommetux-notification--status-critical .grommetux-notification__status.grommetux-status-icon-unknown .grommetux-status-icon__detail {
  stroke: #fff;
  fill: #fff;
}
.grommetux-notification--status-critical .grommetux-notification__close {
  stroke: #fff;
  fill: #fff;
}
.grommetux-notification--status-error .grommetux-notification__status .grommetux-status-icon__base,
.grommetux-notification--status-error .grommetux-notification__status .grommetux-status-icon__base .grommetux-status-icon__small {
  fill: #fff;
}
.grommetux-notification--status-error .grommetux-notification__status .grommetux-status-icon__detail {
  stroke: #E45950;
  fill: #E45950;
}
.grommetux-notification--status-error .grommetux-notification__status.grommetux-status-icon-unknown .grommetux-status-icon__detail {
  stroke: #fff;
  fill: #fff;
}
.grommetux-notification--status-error .grommetux-notification__close {
  stroke: #fff;
  fill: #fff;
}
.grommetux-notification--status-warning .grommetux-notification__status .grommetux-status-icon__base,
.grommetux-notification--status-warning .grommetux-notification__status .grommetux-status-icon__base .grommetux-status-icon__small {
  fill: #fff;
}
.grommetux-notification--status-warning .grommetux-notification__status .grommetux-status-icon__detail {
  stroke: #F0B200;
  fill: #F0B200;
}
.grommetux-notification--status-warning .grommetux-notification__status.grommetux-status-icon-unknown .grommetux-status-icon__detail {
  stroke: #fff;
  fill: #fff;
}
.grommetux-notification--status-warning .grommetux-notification__close {
  stroke: #fff;
  fill: #fff;
}
.grommetux-notification--status-ok .grommetux-notification__status .grommetux-status-icon__base,
.grommetux-notification--status-ok .grommetux-notification__status .grommetux-status-icon__base .grommetux-status-icon__small {
  fill: #fff;
}
.grommetux-notification--status-ok .grommetux-notification__status .grommetux-status-icon__detail {
  stroke: #009E0C;
  fill: #009E0C;
}
.grommetux-notification--status-ok .grommetux-notification__status.grommetux-status-icon-unknown .grommetux-status-icon__detail {
  stroke: #fff;
  fill: #fff;
}
.grommetux-notification--status-ok .grommetux-notification__close {
  stroke: #fff;
  fill: #fff;
}
.grommetux-notification--status-unknown .grommetux-notification__status .grommetux-status-icon__base,
.grommetux-notification--status-unknown .grommetux-notification__status .grommetux-status-icon__base .grommetux-status-icon__small {
  fill: #fff;
}
.grommetux-notification--status-unknown .grommetux-notification__status .grommetux-status-icon__detail {
  stroke: #C3C5C8;
  fill: #C3C5C8;
}
.grommetux-notification--status-unknown .grommetux-notification__status.grommetux-status-icon-unknown .grommetux-status-icon__detail {
  stroke: #fff;
  fill: #fff;
}
.grommetux-notification--status-unknown .grommetux-notification__close {
  stroke: #fff;
  fill: #fff;
}
.grommetux-notification--status-disabled .grommetux-notification__status .grommetux-status-icon__base,
.grommetux-notification--status-disabled .grommetux-notification__status .grommetux-status-icon__base .grommetux-status-icon__small {
  fill: #fff;
}
.grommetux-notification--status-disabled .grommetux-notification__status .grommetux-status-icon__detail {
  stroke: #C3C5C8;
  fill: #C3C5C8;
}
.grommetux-notification--status-disabled .grommetux-notification__status.grommetux-status-icon-unknown .grommetux-status-icon__detail {
  stroke: #fff;
  fill: #fff;
}
.grommetux-notification--status-disabled .grommetux-notification__close {
  stroke: #fff;
  fill: #fff;
}

.grommetux-notification__message {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
}
.grommetux-notification__message + * {
  margin-top: 24px;
}

.grommetux-notification__status {
  flex: 0 0 auto;
  margin-right: 24px;
}
html.rtl .grommetux-notification__status {
  margin-right: 0;
  margin-left: 24px;
}

.grommetux-notification--small .grommetux-notification__message {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24px;
}

.grommetux-number-input__input {
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  outline: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  margin: 0;
  -moz-appearance: textfield;
}
.grommetux-number-input__input:focus {
  border-width: 2px;
  border-color: #ADDDE0;
  padding: 10px 22px;
}
.grommetux-number-input__input::-moz-focus-inner {
  border: none;
  outline: none;
}
.grommetux-number-input__input::-webkit-input-placeholder {
  color: #aaa;
}
.grommetux-number-input__input::-moz-placeholder {
  color: #aaa;
}
.grommetux-number-input__input:-ms-input-placeholder {
  color: #aaa;
}
.grommetux-number-input__input.error {
  border-color: #E45950;
}
.grommetux-number-input__input::-webkit-outer-spin-button, .grommetux-number-input__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.grommetux-number-input__input:invalid {
  box-shadow: none;
}
.grommetux-number-input__input::-ms-clear {
  display: none;
}

.grommetux-object {
  overflow: auto;
}
.grommetux-object ul,
.grommetux-object ol {
  margin: 0px;
  list-style-type: none;
}
.grommetux-object li {
  width: auto;
}

.grommetux-object__container {
  padding: 24px;
}

.grommetux-object__attribute {
  margin-bottom: 12px;
}

.grommetux-object__attribute-name {
  display: block;
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.grommetux-object__attribute-value {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.grommetux-object__attribute-value ul,
.grommetux-object__attribute-value ol {
  margin-left: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.grommetux-object__attribute--container > .grommetux-object__attribute-name {
  font-weight: 600;
}

.grommetux-object__attribute--unset .grommetux-object__attribute-value {
  font-style: italic;
  color: #666;
}

.grommetux-object__attribute--array > .grommetux-object__attribute-value > ol > li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.grommetux-object__attribute--array > .grommetux-object__attribute-value > ol > li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.grommetux-object__attribute--array > .grommetux-object__attribute-value > ol > li > ul {
  padding-top: 0px;
  padding-bottom: 0px;
}

.grommetux-paragraph {
  max-width: 576px;
  margin-left: 0px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  color: #666;
}
.grommetux-paragraph--align-start {
  text-align: left;
}
html.rtl .grommetux-paragraph--align-start {
  text-align: right;
}
.grommetux-paragraph--align-center {
  text-align: center;
}
.grommetux-paragraph--align-end {
  text-align: right;
}
html.rtl .grommetux-paragraph--align-end {
  text-align: left;
}
.grommetux-paragraph--margin-none {
  margin-top: 0;
  margin-bottom: 0;
}
.grommetux-paragraph--margin-small {
  margin-top: 12px;
  margin-bottom: 12px;
}
.grommetux-paragraph--margin-medium {
  margin-top: 24px;
  margin-bottom: 24px;
}
.grommetux-paragraph--margin-large {
  margin-top: 48px;
  margin-bottom: 48px;
}
.grommetux-background-color-index--dark .grommetux-paragraph, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-paragraph {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-paragraph, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-paragraph {
  color: #333;
}

.grommetux-paragraph--small {
  font-size: 14px;
  line-height: 1.43;
}

.grommetux-paragraph--large {
  font-size: 24px;
  line-height: 1.167;
}
.grommetux-paragraph--large a {
  color: #007482;
  font-weight: 600;
}

.grommetux-paragraph--xlarge {
  font-size: 32px;
  line-height: 1.1875;
}
.grommetux-paragraph--xlarge a {
  color: #007482;
  font-weight: 600;
}

.grommetux-paragraph--width-large {
  max-width: 100%;
}
@media screen and (min-width: 45em) {
  .grommetux-paragraph--width-large {
    width: 720px;
  }
}

.grommetux-password-input {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.grommetux-password-input__input {
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  outline: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  margin: 0;
  width: 100%;
  padding-right: 60px;
}
.grommetux-password-input__input:focus {
  border-width: 2px;
  border-color: #ADDDE0;
  padding: 10px 22px;
}
.grommetux-password-input__input::-moz-focus-inner {
  border: none;
  outline: none;
}
.grommetux-password-input__input::-webkit-input-placeholder {
  color: #aaa;
}
.grommetux-password-input__input::-moz-placeholder {
  color: #aaa;
}
.grommetux-password-input__input:-ms-input-placeholder {
  color: #aaa;
}
.grommetux-password-input__input.error {
  border-color: #E45950;
}

.grommetux-password-input__input:focus {
  padding-right: 58px;
}

.grommetux-password-input__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}

@keyframes scale-up-fade-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
.grommetux-pulse {
  display: inline-block;
  height: 48px;
  width: 48px;
  position: relative;
  line-height: 0;
  transition: transform 0.25s ease-out;
  transform-origin: center;
}

.grommetux-pulse:hover {
  transform: scale(1.2) rotate(0.0001deg);
  cursor: pointer;
}
.grommetux-pulse:hover .grommetux-pulse__icon-anim {
  -webkit-animation: none;
  animation: none;
}

.grommetux-pulse__icon svg {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  padding: 12px;
  background-color: #ADDDE0;
  stroke: #272727;
}

.grommetux-pulse__icon-anim {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform-origin: center;
  border: 1px solid;
  border-color: #ADDDE0;
  border-radius: 48px;
  -webkit-animation-name: scale-up-fade-out;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
  animation-name: scale-up-fade-out;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-delay: 0.2s;
}

.grommetux-quote {
  border-width: 24px;
  border-style: solid;
  max-width: 100%;
}

.grommetux-quote--small {
  border-width: 12px;
}

.grommetux-radio-button {
  margin-right: 24px;
  white-space: nowrap;
}

.grommetux-radio-button:not(.grommetux-radio-button--disabled) {
  cursor: pointer;
}

.grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__control {
  border-color: #000;
}
.grommetux-background-color-index--dark .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__control, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__control {
  border-color: #fff;
}
.grommetux-background-color-index--light .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__control, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__control {
  border-color: #000;
}
.grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__input:checked + .grommetux-radio-button__control {
  border-color: #000;
}
.grommetux-background-color-index--dark .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__input:checked + .grommetux-radio-button__control, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__input:checked + .grommetux-radio-button__control {
  border-color: #fff;
}
.grommetux-background-color-index--light .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__input:checked + .grommetux-radio-button__control, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__input:checked + .grommetux-radio-button__control {
  border-color: #000;
}
.grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__label {
  color: #000;
}
.grommetux-background-color-index--dark .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__label, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__label {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__label, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-radio-button:hover:not(.grommetux-radio-button--disabled) .grommetux-radio-button__label {
  color: #000;
}

.grommetux-radio-button__input {
  opacity: 0;
  position: absolute;
}

.grommetux-radio-button__input:checked + .grommetux-radio-button__control {
  border-color: #007482;
}
.grommetux-background-color-index--dark .grommetux-radio-button__input:checked + .grommetux-radio-button__control, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-radio-button__input:checked + .grommetux-radio-button__control {
  border-color: #fff;
}
.grommetux-background-color-index--light .grommetux-radio-button__input:checked + .grommetux-radio-button__control, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-radio-button__input:checked + .grommetux-radio-button__control {
  border-color: #007482;
}
.grommetux-radio-button__input:checked + .grommetux-radio-button__control + .grommetux-radio-button__label {
  color: #333;
}
.grommetux-background-color-index--dark .grommetux-radio-button__input:checked + .grommetux-radio-button__control + .grommetux-radio-button__label, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-radio-button__input:checked + .grommetux-radio-button__control + .grommetux-radio-button__label {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-radio-button__input:checked + .grommetux-radio-button__control + .grommetux-radio-button__label, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-radio-button__input:checked + .grommetux-radio-button__control + .grommetux-radio-button__label {
  color: #333;
}

.grommetux-radio-button__input:checked + .grommetux-radio-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #007482;
  border-radius: 12px;
}
.grommetux-background-color-index--dark .grommetux-radio-button__input:checked + .grommetux-radio-button__control:after, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-radio-button__input:checked + .grommetux-radio-button__control:after {
  background-color: #fff;
}
.grommetux-background-color-index--light .grommetux-radio-button__input:checked + .grommetux-radio-button__control:after, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-radio-button__input:checked + .grommetux-radio-button__control:after {
  background-color: #007482;
}

.grommetux-radio-button__input:focus + .grommetux-radio-button__control {
  content: "";
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}

.grommetux-radio-button__control {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: inherit;
  color: #004b54;
  border: 2px solid #666;
  border-radius: 24px;
}
html.rtl .grommetux-radio-button__control {
  margin-right: 0;
  margin-left: 12px;
}
.grommetux-background-color-index--dark .grommetux-radio-button__control, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-radio-button__control {
  border-color: rgba(255, 255, 255, 0.7);
}
.grommetux-background-color-index--light .grommetux-radio-button__control, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-radio-button__control {
  border-color: #666;
}

.grommetux-radio-button__label {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  white-space: normal;
  margin-right: 24px;
  word-break: break-word;
}
.grommetux-background-color-index--dark .grommetux-radio-button__label, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-radio-button__label {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-radio-button__label, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-radio-button__label {
  color: #666;
}

.grommetux-radio-button--disabled .grommetux-radio-button__control {
  opacity: 0.5;
}

.grommetux-search {
  display: inline-block;
}
.grommetux-search:focus {
  outline: none;
  margin: -1px;
  border: 1px solid #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}

.grommetux-search--controlled {
  cursor: pointer;
}

.grommetux-search__input {
  margin-right: 0px;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  outline: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  margin: 0;
}
.grommetux-search__input:focus {
  border-width: 2px;
  border-color: #ADDDE0;
  padding: 10px 22px;
}
.grommetux-search__input::-moz-focus-inner {
  border: none;
  outline: none;
}
.grommetux-search__input::-webkit-input-placeholder {
  color: #aaa;
}
.grommetux-search__input::-moz-placeholder {
  color: #aaa;
}
.grommetux-search__input:-ms-input-placeholder {
  color: #aaa;
}
.grommetux-search__input.error {
  border-color: #E45950;
}
.grommetux-search__input::-ms-clear {
  display: none;
}
.grommetux-background-color-index--dark .grommetux-search__input, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-search__input {
  border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--dark .grommetux-search__input:focus, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-search__input:focus {
  border-color: #ADDDE0;
}
.grommetux-background-color-index--light .grommetux-search__input, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-search__input {
  border-color: rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--light .grommetux-search__input:focus, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-search__input:focus {
  border-color: #ADDDE0;
}

.grommetux-search__drop {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: inherit;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-search__drop {
    max-width: 100%;
    width: 100vw;
  }
}
.grommetux-search__drop input {
  margin-right: 0px;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-search__drop input {
    width: calc(100vw - 72px);
  }
}
.grommetux-search__drop input:focus {
  padding: 11px;
}
.grommetux-search__drop .grommetux-search__suggestion {
  padding: 6px 24px;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-search__drop .grommetux-search__suggestion {
    width: 100vw;
  }
}
.grommetux-search__drop .grommetux-search__suggestion:hover, .grommetux-search__drop .grommetux-search__suggestion--active {
  background-color: rgba(221, 221, 221, 0.5);
}

.grommetux-search__drop-control {
  vertical-align: top;
  height: 48px;
}

.grommetux-search__drop--controlled .grommetux-search__drop-contents {
  display: inline-block;
}

.grommetux-search__drop--large {
  line-height: 96px;
}

.grommetux-search--inline {
  position: relative;
}
.grommetux-search--inline .grommetux-search__input {
  width: 100%;
  box-sizing: border-box;
  padding-left: 11px;
  padding-right: 47px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0;
  -webkit-appearance: none;
}
.grommetux-search--inline .grommetux-search__input:focus {
  padding-left: 10px;
  padding-right: 46px;
  padding-top: 11px;
  padding-bottom: 11px;
}
html.rtl .grommetux-search--inline .grommetux-search__input {
  padding-right: 11px;
  padding-left: 47px;
}
html.rtl .grommetux-search--inline .grommetux-search__input:focus {
  padding-right: 11px;
  padding-left: 46px;
}
.grommetux-header .grommetux-search--inline .grommetux-search__input:not(:focus) {
  border-color: transparent;
}
.grommetux-search--inline .grommetux-control-icon-search {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
html.rtl .grommetux-search--inline .grommetux-control-icon-search {
  right: auto;
  left: 12px;
}

.grommetux-search--small .grommetux-search__input {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  padding: 4px 18px;
  padding-right: 23px;
}
.grommetux-search--small .grommetux-search__input:focus {
  padding: 3px 17px;
  padding-right: 22px;
}

.grommetux-search--medium .grommetux-search__input {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
}

.grommetux-search--large .grommetux-search__input {
  font-size: 54px;
  font-size: 3.375rem;
  line-height: normal;
  padding: 12px 24px;
  padding-right: 72px;
}
.grommetux-search--large .grommetux-search__input:focus {
  padding: 11px 71px;
  padding-left: 23px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-search--large .grommetux-search__input:focus {
    padding: 10px 22px;
    padding-right: 46px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-search--large .grommetux-search__input {
    font-size: inherit;
    padding: 11px 23px;
    padding-right: 47px;
    line-height: 1.5;
  }
}
.grommetux-search--large .grommetux-control-icon-search {
  right: 24px;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-search--large .grommetux-control-icon-search {
    right: 12px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-search--large .grommetux-control-icon-search {
    transition: none;
  }
}

.grommetux-search--icon-align-start.grommetux-search--inline .grommetux-search__input {
  padding-left: 47px;
  padding-right: 23px;
}
.grommetux-search--icon-align-start.grommetux-search--inline .grommetux-search__input:focus {
  padding-left: 46px;
  padding-right: 23px;
}
.grommetux-search--icon-align-start.grommetux-search--inline .grommetux-control-icon-search {
  left: 12px;
}
.grommetux-search--icon-align-start.grommetux-search--large .grommetux-search__input {
  padding-left: 72px;
  padding-right: 24px;
}
.grommetux-search--icon-align-start.grommetux-search--large .grommetux-search__input:focus {
  padding-left: 71px;
  padding-right: 23px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-search--icon-align-start.grommetux-search--large .grommetux-search__input:focus {
    padding: 10px 22px;
    padding-left: 46px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-search--icon-align-start.grommetux-search--large .grommetux-search__input {
    padding: 11px 23px;
    padding-left: 47px;
  }
}

.grommetux-search--fill {
  max-width: none;
  flex-grow: 1;
}

.grommetux-search--pad-medium.grommetux-search--inline .grommetux-search__input {
  padding-left: 23px;
  padding-right: 23px;
}
.grommetux-search--pad-medium.grommetux-search--inline .grommetux-control-icon-search {
  right: 24px;
}

.grommetux-search-input {
  position: relative;
  display: inline-block;
}

.grommetux-search-input__input {
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  outline: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  margin: 0;
  padding-right: 60px;
}
.grommetux-search-input__input:focus {
  border-width: 2px;
  border-color: #ADDDE0;
  padding: 10px 22px;
}
.grommetux-search-input__input::-moz-focus-inner {
  border: none;
  outline: none;
}
.grommetux-search-input__input::-webkit-input-placeholder {
  color: #aaa;
}
.grommetux-search-input__input::-moz-placeholder {
  color: #aaa;
}
.grommetux-search-input__input:-ms-input-placeholder {
  color: #aaa;
}
.grommetux-search-input__input.error {
  border-color: #E45950;
}

.grommetux-search-input__input:focus {
  padding-right: 58px;
}

.grommetux-search-input__input::-ms-clear {
  display: none;
}

.grommetux-search-input__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}

.grommetux-search-input__suggestions {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin: 0px;
  list-style-type: none;
}

.grommetux-search-input__suggestion {
  padding: 6px 24px;
  cursor: pointer;
}
.grommetux-search-input__suggestion:hover, .grommetux-search-input__suggestion--active {
  background-color: rgba(221, 221, 221, 0.5);
}

.grommetux-search-input--active .grommetux-search-input__input {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

section:not(.grommetux-section) {
  padding-top: 24px;
  padding-bottom: 24px;
}
section:not(.grommetux-section):first-of-type {
  margin-top: 0px;
  padding-top: 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layer .grommetux-section,
  .layer .grommet section {
    height: 100%;
  }
}
.grommetux-section > img,
.grommet section > img {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
  height: auto;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-section > img,
  .grommet section > img {
    max-width: 100%;
  }
}
.grommetux-section > iframe,
.grommet section > iframe {
  width: 100%;
  max-width: 576px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-section > ol,
  .grommetux-section > ul:not([class^=grommetux-]),
  .grommet section > ol,
  .grommet section > ul:not([class^=grommetux-]) {
    margin-left: 2rem;
  }
}
.grommetux-section > dl > dt,
.grommet section > dl > dt {
  margin-top: 24px;
  margin-bottom: 6px;
}
.grommetux-section > dl > dt code,
.grommet section > dl > dt code {
  text-transform: none;
  white-space: pre-wrap;
}
.grommetux-section > dl > dd,
.grommet section > dl > dd {
  margin-left: 0px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-section > dl > dd,
  .grommet section > dl > dd {
    padding-right: 24px;
  }
}

.grommetux-select {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.grommetux-select__input {
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  outline: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  margin: 0;
  width: 100%;
  padding-right: 60px;
  cursor: inherit;
  color: inherit;
  pointer-events: none;
}
.grommetux-select__input:focus {
  border-width: 2px;
  border-color: #ADDDE0;
  padding: 10px 22px;
}
.grommetux-select__input::-moz-focus-inner {
  border: none;
  outline: none;
}
.grommetux-select__input::-webkit-input-placeholder {
  color: #aaa;
}
.grommetux-select__input::-moz-placeholder {
  color: #aaa;
}
.grommetux-select__input:-ms-input-placeholder {
  color: #aaa;
}
.grommetux-select__input.error {
  border-color: #E45950;
}
.grommetux-select__input[readonly] {
  color: #333;
}
.grommetux-background-color-index--dark .grommetux-select__input[readonly], .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-select__input[readonly] {
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-background-color-index--light .grommetux-select__input[readonly], .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-select__input[readonly] {
  color: #333;
}

.grommetux-select__input:focus {
  padding-right: 58px;
}

.grommetux-select__input::-ms-clear {
  display: none;
}

.grommetux-select__value {
  padding: 6px 48px 6px 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}

.grommetux-select__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}
.grommetux-select__control svg {
  background-color: #fff;
}

.grommetux-select__search {
  width: 100%;
}

.grommetux-select__options {
  margin: 0px;
  list-style-type: none;
}

.grommetux-select__option {
  min-height: 36px;
  padding: 6px 0;
  cursor: pointer;
}

.grommetux-select__drop {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.grommetux-select__drop .grommetux-select__option {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  color: #666;
  color: #333;
  padding: 6px 24px;
}
.grommetux-select__drop .grommetux-select__option.grommetux-select__option--element {
  padding: 6px 0;
}
.grommetux-select__drop .grommetux-select__option:hover, .grommetux-select__drop .grommetux-select__option--active {
  background-color: rgba(221, 221, 221, 0.5);
}
.grommetux-select__drop .grommetux-select__option--selected {
  color: #000;
  background-color: rgba(221, 221, 221, 0.5);
}

@media screen and (max-width: 44.9375em) {
  .grommetux-sidebar {
    max-width: 100%;
    width: 100vw;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-sidebar {
    width: 336px;
  }
}

.grommetux-sidebar--fixed {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
}

@media screen and (min-width: 45em) {
  .grommetux-sidebar--xsmall {
    width: 144px;
  }
}

@media screen and (min-width: 45em) {
  .grommetux-sidebar--small {
    width: 240px;
  }
}

@media screen and (min-width: 45em) {
  .grommetux-sidebar--large {
    width: 480px;
  }
}

.grommetux-sidebar--full {
  height: 100vh;
  overflow: auto;
}

.grommetux-split {
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 45em) {
  .grommetux-split {
    display: flex;
    flex-direction: row;
  }
}

.grommetux-split__column {
  flex: 0 0 auto;
}

.grommetux-split__column--hidden {
  display: none;
}

@media screen and (min-width: 45em) {
  .grommetux-split__column--fixed {
    position: relative;
    height: 100vh;
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 45em) {
  .grommetux-split__column--flex {
    flex: 1 1;
  }
}

@media screen and (min-width: 45em) {
  .grommetux-split__column--separator {
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-split__column--separator {
    border-bottom: 1px solid #000;
  }
}

.grommetux-skip-link-anchor {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes draw-arc {
  0% {
    stroke-dashoffset: -384px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-arc {
  0% {
    stroke-dashoffset: -384px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.grommetux-sun-burst {
  position: relative;
  height: 384px;
  width: 384px;
  max-width: 100%;
}

.grommetux-sun-burst__graphic {
  -webkit-animation: fade-in 2.5s;
  animation: fade-in 2.5s;
  outline: none;
}

.grommetux-sun-burst__graphic--focus {
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}

.grommetux-sun-burst__label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.grommetux-sun-burst__slice {
  stroke-linecap: butt;
  stroke-dasharray: 1536px 1536px;
  stroke-dashoffset: 0;
  stroke: rgba(0, 0, 0, 0.1);
  -webkit-animation: draw-arc 1.5s linear;
  animation: draw-arc 1.5s linear;
  transition: opacity 0.3s;
}
.grommetux-sun-burst__slice.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-sun-burst__slice.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-sun-burst__slice.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-sun-burst__slice.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-sun-burst__slice.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-sun-burst__slice.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-sun-burst__slice.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-sun-burst__slice.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-sun-burst__slice.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-sun-burst__slice.grommetux-color-index-graph-1, .grommetux-sun-burst__slice.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-sun-burst__slice.grommetux-color-index-graph-2, .grommetux-sun-burst__slice.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-sun-burst__slice.grommetux-color-index-graph-3, .grommetux-sun-burst__slice.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-sun-burst__slice.grommetux-color-index-graph-4, .grommetux-sun-burst__slice.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-sun-burst__slice.grommetux-color-index-grey-1, .grommetux-sun-burst__slice.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-sun-burst__slice.grommetux-color-index-grey-2, .grommetux-sun-burst__slice.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-sun-burst__slice.grommetux-color-index-grey-3, .grommetux-sun-burst__slice.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-sun-burst__slice.grommetux-color-index-grey-4, .grommetux-sun-burst__slice.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-sun-burst__slice.grommetux-color-index-grey-5, .grommetux-sun-burst__slice.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-sun-burst__slice.grommetux-color-index-accent-1, .grommetux-sun-burst__slice.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-sun-burst__slice.grommetux-color-index-accent-2, .grommetux-sun-burst__slice.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-sun-burst__slice.grommetux-color-index-accent-3, .grommetux-sun-burst__slice.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-sun-burst__slice.grommetux-color-index-neutral-1, .grommetux-sun-burst__slice.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-sun-burst__slice.grommetux-color-index-neutral-2, .grommetux-sun-burst__slice.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-sun-burst__slice.grommetux-color-index-neutral-3, .grommetux-sun-burst__slice.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-sun-burst__slice.grommetux-color-index-neutral-4, .grommetux-sun-burst__slice.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-sun-burst__slice.grommetux-color-index-light-1, .grommetux-sun-burst__slice.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-sun-burst__slice.grommetux-color-index-light-2, .grommetux-sun-burst__slice.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}

.grommetux-sun-burst__slice--hot {
  cursor: pointer;
  outline: none;
}

.grommetux-sun-burst--active .grommetux-sun-burst__slice {
  opacity: 0.7;
}
.grommetux-sun-burst--active .grommetux-sun-burst__slice--active {
  opacity: 1;
}

.grommetux-sun-burst--small {
  height: 192px;
  width: 192px;
}

.grommetux-sun-burst--large {
  height: 576px;
  width: 576px;
}

.grommetux-sun-burst--xlarge {
  height: 720px;
  width: 720px;
}

.grommetux-sun-burst--full {
  width: 100%;
}

.grommetux-tab {
  padding: 0 12px;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-tab {
    padding: 6px;
  }
}
.grommetux-tabs--justify-start .grommetux-tab:first-of-type, .grommetux-tabs--justify-end .grommetux-tab:first-of-type {
  padding-left: 0;
}
.grommetux-tabs--justify-start .grommetux-tab:last-of-type, .grommetux-tabs--justify-end .grommetux-tab:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-tabs--responsive .grommetux-tab:first-of-type, .grommetux-tabs--responsive .grommetux-tab:last-of-type {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.grommetux-tab__label {
  display: inline-block;
  cursor: pointer;
  padding-bottom: 10px;
  color: #666;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-tab__label {
    padding-bottom: 6px;
  }
}

.grommetux-tab--active .grommetux-tab__label {
  color: #000;
  border-color: #000;
}

.grommetux-tab:hover:not(.grommetux-tab--active) .grommetux-tab__label {
  border-color: rgba(0, 0, 0, 0.15);
}

.grommetux-tabs {
  margin: 12px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.grommetux-tabs + div:focus {
  outline: none;
}

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

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

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

@media screen and (max-width: 44.9375em) {
  .grommetux-tabs--justify-start.grommetux-tabs--responsive,
  .grommetux-tabs--justify-center.grommetux-tabs--responsive,
  .grommetux-tabs--justify-end.grommetux-tabs--responsive {
    flex-direction: column;
    text-align: center;
  }
}

.grommetux-table {
  width: 100%;
  max-width: 100%;
}
.grommetux-table table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
.grommetux-table td,
.grommetux-table th {
  padding: 11px 12px;
  text-align: left;
}
.grommetux-table td:first-child,
.grommetux-table th:first-child {
  padding-left: 24px;
}
.grommetux-table td:last-child,
.grommetux-table th:last-child {
  padding-right: 24px;
}
.grommetux-table th {
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--dark .grommetux-table th, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-table th {
  border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-table th, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-table th {
  border-color: rgba(0, 0, 0, 0.15);
}

.grommetux-table__mirror {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.grommetux-table__mirror > thead {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}

.grommetux-table__more {
  margin-top: 24px;
  text-align: center;
}

.grommetux-table--scrollable {
  position: relative;
}
.grommetux-table--scrollable .grommetux-table__table thead {
  visibility: hidden;
}
.grommetux-table--scrollable .grommetux-table__table th {
  border-bottom: none;
}

.grommetux-table--selectable .grommetux-table__table {
  outline: none;
}
.grommetux-table--selectable .grommetux-table__table--focus {
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}
.grommetux-table--selectable tbody tr {
  cursor: pointer;
  outline: none;
}
.grommetux-table--selectable tbody tr td {
  transition: background-color 0.2s;
}
.grommetux-table--selectable tbody tr.grommetux-table-row--selected td {
  background-color: #16979C;
  color: #333;
}
.grommetux-background-color-index--dark .grommetux-table--selectable tbody tr.grommetux-table-row--selected td, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-table--selectable tbody tr.grommetux-table-row--selected td {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-table--selectable tbody tr.grommetux-table-row--selected td, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-table--selectable tbody tr.grommetux-table-row--selected td {
  background-color: #16979C;
  color: #333;
}
.grommetux-table--selectable tbody tr.grommetux-table-row--active td, .grommetux-table--selectable tbody tr:hover td {
  background-color: rgba(221, 221, 221, 0.5);
  color: #000;
}
.grommetux-background-color-index--dark .grommetux-table--selectable tbody tr.grommetux-table-row--active td, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-table--selectable tbody tr.grommetux-table-row--active td, .grommetux-background-color-index--dark .grommetux-table--selectable tbody tr:hover td, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-table--selectable tbody tr:hover td {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-table--selectable tbody tr.grommetux-table-row--active td, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-table--selectable tbody tr.grommetux-table-row--active td, .grommetux-background-color-index--light .grommetux-table--selectable tbody tr:hover td, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-table--selectable tbody tr:hover td {
  background-color: rgba(221, 221, 221, 0.5);
  color: #000;
}

.grommetux-table--small thead {
  display: none;
}
.grommetux-table--small td {
  display: block;
}
.grommetux-table--small td:before {
  font-weight: 300;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24px;
  content: attr(data-th);
  display: block;
  padding-right: 12px;
}
.grommetux-table--small tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.grommetux-table--small td,
.grommetux-table--small th {
  padding-left: 24px;
}

.grommetux-tbd {
  text-align: center;
  padding: 96px;
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}

.grommetux-text-input {
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  outline: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  margin: 0;
}
.grommetux-text-input:focus {
  border-width: 2px;
  border-color: #ADDDE0;
  padding: 10px 22px;
}
.grommetux-text-input::-moz-focus-inner {
  border: none;
  outline: none;
}
.grommetux-text-input::-webkit-input-placeholder {
  color: #aaa;
}
.grommetux-text-input::-moz-placeholder {
  color: #aaa;
}
.grommetux-text-input:-ms-input-placeholder {
  color: #aaa;
}
.grommetux-text-input.error {
  border-color: #E45950;
}

.grommetux-text-input--active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.grommetux-text-input__suggestions {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin: 0px;
  list-style-type: none;
}

.grommetux-text-input__suggestion {
  padding: 6px 24px;
  cursor: pointer;
}
.grommetux-text-input__suggestion:hover, .grommetux-text-input__suggestion--active {
  background-color: rgba(221, 221, 221, 0.5);
}

.grommetux-tiles {
  width: 100%;
}
.grommetux-tiles--pad-none {
  padding: 0px;
}
@media screen and (min-width: 45em) {
  .grommetux-tiles--pad-small {
    padding: 12px;
  }
  .grommetux-tiles--pad-medium {
    padding: 24px;
  }
  .grommetux-tiles--pad-large {
    padding: 48px;
  }
  .grommetux-tiles--pad-xlarge {
    padding: 192px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-tiles--pad-small {
    padding: 6px;
  }
  .grommetux-tiles--pad-medium {
    padding: 12px;
  }
  .grommetux-tiles--pad-large {
    padding: 24px;
  }
  .grommetux-tiles--pad-xlarge {
    padding: 48px;
  }
}
.grommetux-tiles--pad-horizontal-none {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 45em) {
  .grommetux-tiles--pad-horizontal-small {
    padding-left: 12px;
    padding-right: 12px;
  }
  .grommetux-tiles--pad-horizontal-medium {
    padding-left: 24px;
    padding-right: 24px;
  }
  .grommetux-tiles--pad-horizontal-large {
    padding-left: 48px;
    padding-right: 48px;
  }
  .grommetux-tiles--pad-horizontal-xlarge {
    padding-left: 192px;
    padding-right: 192px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-tiles--pad-horizontal-small {
    padding-left: 6px;
    padding-right: 6px;
  }
  .grommetux-tiles--pad-horizontal-medium {
    padding-left: 12px;
    padding-right: 12px;
  }
  .grommetux-tiles--pad-horizontal-large {
    padding-left: 24px;
    padding-right: 24px;
  }
  .grommetux-tiles--pad-horizontal-xlarge {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.grommetux-tiles--pad-vertical-none {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 45em) {
  .grommetux-tiles--pad-vertical-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .grommetux-tiles--pad-vertical-medium {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .grommetux-tiles--pad-vertical-large {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .grommetux-tiles--pad-vertical-xlarge {
    padding-top: 192px;
    padding-bottom: 192px;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-tiles--pad-vertical-small {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .grommetux-tiles--pad-vertical-medium {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .grommetux-tiles--pad-vertical-large {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .grommetux-tiles--pad-vertical-xlarge {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.grommetux-tiles--focus {
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}

.grommetux-tiles__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.grommetux-tiles__container .grommetux-tiles__left,
.grommetux-tiles__container .grommetux-tiles__right {
  flex: 0 0 auto;
}
.grommetux-tiles__container .grommetux-tiles {
  flex: 1;
  margin: 0px;
}
.grommetux-tiles__container .grommetux-tiles.grommetux-box--direction-row {
  width: 100%;
  overflow: hidden;
}

.grommetux-tiles:not(.grommetux-tiles--flush) > .grommetux-tile {
  margin: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grommetux-tiles:not(.grommetux-tiles--flush) > .grommetux-tile {
    margin: 24px;
  }
}
.grommetux-tiles:not(.grommetux-tiles--flush) > .grommetux-tile--wide {
  flex-basis: calc(100% - 24px);
}
.grommetux-tiles:not(.grommetux-tiles--flush) > .grommetux-tile.grommetux-tile--hover-border-medium {
  margin: 6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grommetux-tiles:not(.grommetux-tiles--flush) > .grommetux-tile.grommetux-tile--hover-border-medium {
    margin: 12px;
  }
}
.grommetux-tiles:not(.grommetux-tiles--flush) > .grommetux-tile.grommetux-tile--hover-border-large {
  margin: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grommetux-tiles:not(.grommetux-tiles--flush) > .grommetux-tile.grommetux-tile--hover-border-large {
    margin: 24px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grommetux-tiles--fill {
    height: 100%;
  }
}
.grommetux-tiles--fill.grommetux-box--wrap {
  justify-content: space-around;
}
.grommetux-tiles--fill.grommetux-box--wrap > .grommetux-tile {
  flex-grow: 1;
}

.grommetux-tiles--flush {
  padding: 0px;
}
.grommetux-tiles--flush > .grommetux-tile {
  margin: 0px;
}
.grommetux-tiles--flush > .grommetux-tile--wide {
  flex-basis: 100%;
}

.grommetux-tiles__more {
  flex: 1 1 100%;
  text-align: center;
}

.grommetux-tiles--selectable {
  outline: none;
}
.grommetux-tiles--selectable .grommetux-tile {
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
}
.grommetux-tiles--selectable .grommetux-tile--selected {
  background-color: #16979C;
  color: #333;
}
.grommetux-background-color-index--dark .grommetux-tiles--selectable .grommetux-tile--selected, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-tiles--selectable .grommetux-tile--selected {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-tiles--selectable .grommetux-tile--selected, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-tiles--selectable .grommetux-tile--selected {
  background-color: #16979C;
  color: #333;
}
.grommetux-tiles--selectable .grommetux-tile--active,
.grommetux-tiles--selectable .grommetux-tile:hover:not([class*=background-hover-color-index-]) {
  background-color: rgba(221, 221, 221, 0.5);
  color: #000;
}
.grommetux-background-color-index--dark .grommetux-tiles--selectable .grommetux-tile--active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-tiles--selectable .grommetux-tile--active,
.grommetux-background-color-index--dark .grommetux-tiles--selectable .grommetux-tile:hover:not([class*=background-hover-color-index-]),
.grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-tiles--selectable .grommetux-tile:hover:not([class*=background-hover-color-index-]) {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-tiles--selectable .grommetux-tile--active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-tiles--selectable .grommetux-tile--active,
.grommetux-background-color-index--light .grommetux-tiles--selectable .grommetux-tile:hover:not([class*=background-hover-color-index-]),
.grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-tiles--selectable .grommetux-tile:hover:not([class*=background-hover-color-index-]) {
  background-color: rgba(221, 221, 221, 0.5);
  color: #000;
}

@media screen and (min-width: 45em) {
  .grommetux-tiles--small > .grommetux-tile:not(.grommetux-box--size) {
    flex-basis: 192px;
  }
}

@media screen and (min-width: 45em) {
  .grommetux-tiles--large > .grommetux-tile:not(.grommetux-box--size) {
    flex-basis: 576px;
  }
}

.grommetux-tile {
  overflow: hidden;
  transition: all 0.2s;
}
.grommetux-tile .grommetux-status-icon {
  margin-right: 6px;
}
html.rtl .grommetux-tile .grommetux-status-icon {
  margin-right: 0;
  margin-left: 6px;
}

.grommetux-tile--selectable {
  cursor: pointer;
  transition: background-color 0.2s;
}

.grommetux-tile--eclipsed {
  opacity: 0.2;
}

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

.grommetux-timestamp--end {
  text-align: right;
}

.grommetux-timestamp__date {
  white-space: nowrap;
}
.grommetux-timestamp__date + .grommetux-timestamp__time {
  margin-left: 0.2em;
}

.grommetux-timestamp__time {
  text-transform: lowercase;
  white-space: nowrap;
}

.grommet.grommetux-tip__drop {
  overflow: visible;
  max-width: 384px;
}

.grommetux-tip__drop:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.grommetux-tip__drop--top {
  transform: translateY(12px);
}
.grommetux-tip__drop--top:after {
  content: "";
  top: -12px;
  border-bottom: 12px solid rgba(0, 0, 0, 0.15);
}
.grommetux-tip__drop--top.grommetux-background-color-index-accent-1:after, .grommetux-tip__drop--top.grommetux-background-color-index-accent-4:after {
  content: "";
  border-bottom-color: #ADDDE0;
}
.grommetux-tip__drop--top.grommetux-background-color-index-accent-2:after, .grommetux-tip__drop--top.grommetux-background-color-index-accent-5:after {
  content: "";
  border-bottom-color: #00979D;
}
.grommetux-tip__drop--top.grommetux-background-color-index-accent-3:after, .grommetux-tip__drop--top.grommetux-background-color-index-accent-6:after {
  content: "";
  border-bottom-color: #005D69;
}

.grommetux-tip__drop--bottom {
  transform: translateY(-12px);
}
.grommetux-tip__drop--bottom:after {
  content: "";
  bottom: -12px;
  border-top: 12px solid rgba(0, 0, 0, 0.15);
}
.grommetux-tip__drop--bottom.grommetux-background-color-index-accent-1:after, .grommetux-tip__drop--bottom.grommetux-background-color-index-accent-4:after {
  content: "";
  border-top-color: #ADDDE0;
}
.grommetux-tip__drop--bottom.grommetux-background-color-index-accent-2:after, .grommetux-tip__drop--bottom.grommetux-background-color-index-accent-5:after {
  content: "";
  border-top-color: #00979D;
}
.grommetux-tip__drop--bottom.grommetux-background-color-index-accent-3:after, .grommetux-tip__drop--bottom.grommetux-background-color-index-accent-6:after {
  content: "";
  border-top-color: #005D69;
}

.grommetux-tip__drop--left:after {
  content: "";
  left: 12px;
}

.grommetux-tip__drop--right:after {
  content: "";
  right: 12px;
}

.grommetux-tip {
  overflow: hidden;
}

.grommetux-title {
  max-height: 100%;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  line-height: initial;
  margin-right: 12px;
}
@media screen and (min-width: 45em) {
  .grommetux-title {
    font-weight: 600;
  }
}
.grommetux-title > *:not(:last-child) {
  margin-right: 12px;
}
html.rtl .grommetux-title > *:not(:last-child) {
  margin-right: 0px;
  margin-left: 12px;
}
.grommetux-title a {
  color: inherit;
  text-decoration: none;
}
.grommetux-title a:hover {
  text-decoration: none;
}
[class*=background-color-index-] .grommetux-title a:hover {
  text-decoration: underline;
}
.grommetux-title span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.grommetux-title svg,
.grommetux-title img {
  max-width: 384px;
  flex: 0 0 auto;
}
.grommetux-title svg:not(:last-child),
.grommetux-title img:not(:last-child) {
  margin-right: 12px;
}

.grommetux-title--interactive {
  cursor: pointer;
}
@media screen and (min-width: 45em) {
  .grommetux-title--interactive {
    transition: color 0.3s ease-in-out;
  }
}
.grommetux-title--interactive:hover {
  color: #007482;
  cursor: pointer;
}
.grommetux-background-color-index--dark .grommetux-title--interactive:hover, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-title--interactive:hover {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-title--interactive:hover, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-title--interactive:hover {
  color: #007482;
}

@media screen and (max-width: 44.9375em) {
  .grommetux-title--responsive svg,
  .grommetux-title--responsive img {
    margin-right: 0px;
  }
  .grommetux-title--responsive > *:not(:first-child) {
    display: none;
  }
}

.grommetux-title--truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grommetux-toast__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

@-webkit-keyframes toast-lower {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes toast-lower {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes toast-raise {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes toast-raise {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.grommetux-toast {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 72px;
  background-color: rgba(238, 238, 238, 0.9);
  -webkit-animation: toast-lower 1s;
  animation: toast-lower 1s;
}

.grommetux-toast--closing {
  -webkit-animation: toast-raise 1s;
  animation: toast-raise 1s;
  animation-fill-mode: forwards;
}

.grommetux-toast__closer {
  flex: 0 0 auto;
}

.grommetux-toast__status {
  flex: 0 0 auto;
  margin-left: 24px;
}

.grommetux-toast__contents {
  flex: 1;
  padding: 6px 24px;
}

.grommetux-toast--small {
  min-height: 48px;
}

.grommetux-toast--medium {
  min-height: 72px;
}

.grommetux-toast--large {
  min-height: 96px;
}

.grommetux-topology {
  position: relative;
  outline: none;
}
.grommetux-topology .grommetux-status-icon {
  position: relative;
  z-index: 2;
}

.grommetux-topology--focus {
  border-color: #ADDDE0;
  box-shadow: 0 0 1px 1px #ADDDE0;
}

.grommetux-topology__links {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  pointer-events: none;
}

.grommetux-topology__path {
  stroke-width: 2px;
}
.grommetux-topology__path.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-topology__path.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-topology__path.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-topology__path.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-topology__path.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-topology__path.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-topology__path.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-topology__path.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-topology__path.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-topology__path.grommetux-color-index-graph-1, .grommetux-topology__path.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-topology__path.grommetux-color-index-graph-2, .grommetux-topology__path.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-topology__path.grommetux-color-index-graph-3, .grommetux-topology__path.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-topology__path.grommetux-color-index-graph-4, .grommetux-topology__path.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-topology__path.grommetux-color-index-grey-1, .grommetux-topology__path.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-topology__path.grommetux-color-index-grey-2, .grommetux-topology__path.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-topology__path.grommetux-color-index-grey-3, .grommetux-topology__path.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-topology__path.grommetux-color-index-grey-4, .grommetux-topology__path.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-topology__path.grommetux-color-index-grey-5, .grommetux-topology__path.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-topology__path.grommetux-color-index-accent-1, .grommetux-topology__path.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-topology__path.grommetux-color-index-accent-2, .grommetux-topology__path.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-topology__path.grommetux-color-index-accent-3, .grommetux-topology__path.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-topology__path.grommetux-color-index-neutral-1, .grommetux-topology__path.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-topology__path.grommetux-color-index-neutral-2, .grommetux-topology__path.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-topology__path.grommetux-color-index-neutral-3, .grommetux-topology__path.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-topology__path.grommetux-color-index-neutral-4, .grommetux-topology__path.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-topology__path.grommetux-color-index-light-1, .grommetux-topology__path.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-topology__path.grommetux-color-index-light-2, .grommetux-topology__path.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}

.grommetux-topology__path--active {
  stroke-width: 6px;
}

@media screen and (min-width: 45em) {
  .grommetux-topology__contents > .grommetux-topology__parts--direction-row > .grommetux-topology__part {
    margin-right: 48px;
  }
  .grommetux-topology__contents > .grommetux-topology__parts--direction-row > .grommetux-topology__part:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 44.9375em) {
  .grommetux-topology__contents > .grommetux-topology__parts--direction-row > .grommetux-topology__part {
    margin-bottom: 48px;
  }
  .grommetux-topology__contents > .grommetux-topology__parts--direction-row > .grommetux-topology__part:last-child {
    margin-bottom: 0;
  }
}

.grommetux-topology__contents > .grommetux-topology__parts--direction-column > .grommetux-topology__part {
  margin-bottom: 48px;
}
.grommetux-topology__contents > .grommetux-topology__parts--direction-column > .grommetux-topology__part:last-child {
  margin-bottom: 0;
}

.grommetux-topology__parts {
  display: flex;
  align-items: stretch;
  outline: none;
}

.grommetux-topology__parts--direction-row {
  flex-direction: row;
  flex-grow: 1;
}

.grommetux-topology__parts--direction-column {
  flex-direction: column;
  flex-grow: 1;
}

.grommetux-topology__parts--align-start {
  align-items: flex-start;
}

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

.grommetux-topology__parts--align-end {
  align-items: flex-end;
}

.grommetux-topology__parts--align-stretch {
  align-items: stretch;
}

.grommetux-topology__part {
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  outline: none;
}
.grommetux-topology__part > .grommetux-topology__parts .grommetux-topology__part {
  flex: 1;
}

.grommetux-topology__part--demarcate {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--dark .grommetux-topology__part--demarcate, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-topology__part--demarcate {
  border-color: rgba(255, 255, 255, 0.5);
}
.grommetux-background-color-index--light .grommetux-topology__part--demarcate, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-topology__part--demarcate {
  border-color: rgba(0, 0, 0, 0.15);
}
.grommetux-topology__part--demarcate.grommetux-topology__part--empty {
  background-color: #f5f5f5;
  min-width: 24px;
  min-height: 24px;
}
.grommetux-background-color-index--dark .grommetux-topology__part--demarcate.grommetux-topology__part--empty, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-topology__part--demarcate.grommetux-topology__part--empty {
  background-color: rgba(0, 0, 0, 0.15);
}
.grommetux-background-color-index--light .grommetux-topology__part--demarcate.grommetux-topology__part--empty, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-topology__part--demarcate.grommetux-topology__part--empty {
  background-color: #f5f5f5;
}

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

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

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

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

.grommetux-topology__part--align-start {
  align-items: flex-start;
}

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

.grommetux-topology__part--align-end {
  align-items: flex-end;
}

.grommetux-topology__part--align-stretch {
  align-items: stretch;
}

.grommetux-topology__part--direction-row {
  flex-direction: row;
}
.grommetux-topology__part--direction-row.grommetux-topology__part--reverse {
  flex-direction: row-reverse;
}
.grommetux-topology__part--direction-row > *:not(.grommetux-topology__parts):not(.grommetux-topology__part) {
  margin: 6px;
}

.grommetux-topology__part--direction-column {
  flex-direction: column;
}
.grommetux-topology__part--direction-column.grommetux-topology__part--reverse {
  flex-direction: column-reverse;
}
.grommetux-topology__part--direction-column > *:not(.grommetux-topology__parts):not(.grommetux-topology__part) {
  margin: 6px;
}

.grommetux-topology__label {
  font-size: 14px;
  margin-left: 12px;
  margin-right: 12px;
}

.grommetux-value {
  display: inline-block;
}
.grommetux-value--align-start {
  text-align: left;
}
html.rtl .grommetux-value--align-start {
  text-align: right;
}
.grommetux-value--align-center {
  text-align: center;
}
.grommetux-value--align-end {
  text-align: right;
}
html.rtl .grommetux-value--align-end {
  text-align: left;
}

.grommetux-value--active {
  color: #000;
}
.grommetux-background-color-index--dark .grommetux-value--active, .grommetux-background-color-index--light .grommetux-background-color-index--dark .grommetux-value--active {
  color: #fff;
}
.grommetux-background-color-index--light .grommetux-value--active, .grommetux-background-color-index--dark .grommetux-background-color-index--light .grommetux-value--active {
  color: #000;
}

.grommetux-value__annotated {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333;
}
.grommetux-value__annotated .grommetux-control-icon:first-child {
  margin-right: 6px;
}
.grommetux-value__annotated .grommetux-control-icon:last-child {
  margin-left: 6px;
}

.grommetux-value__label {
  display: inline-block;
  margin-top: 6px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2631578947;
}

.grommetux-value__value {
  font-weight: 600;
}

.grommetux-value__units {
  margin-left: 0.5rem;
  font-weight: 300;
}

.grommetux-value--align-start .grommetux-value__annotated {
  justify-content: flex-start;
}

.grommetux-value--align-end .grommetux-value__annotated {
  justify-content: flex-end;
}

.grommetux-value--xsmall .grommetux-value__annotated {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.grommetux-value--xsmall .grommetux-value__label {
  margin-top: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.grommetux-value--small .grommetux-value__annotated {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.grommetux-value--small .grommetux-value__label {
  margin-top: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.grommetux-value--large .grommetux-value__annotated {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
}
.grommetux-value--large .grommetux-value__annotated .grommetux-control-icon:first-child {
  margin-right: 12px;
}
.grommetux-value--large .grommetux-value__annotated .grommetux-control-icon:last-child {
  margin-left: 12px;
}
.grommetux-value--large .grommetux-value__label {
  margin-top: 12px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

.grommetux-value--align-center {
  justify-content: center;
}
.grommetux-value--align-center .grommetux-value__annotated {
  justify-content: center;
}

@media screen and (max-width: 44.9375em) {
  .grommetux-value--xlarge .grommetux-value__annotated {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1;
  }
  .grommetux-value--xlarge .grommetux-value__annotated .grommetux-control-icon:first-child {
    margin-right: 12px;
  }
  .grommetux-value--xlarge .grommetux-value__annotated .grommetux-control-icon:last-child {
    margin-left: 12px;
  }
  .grommetux-value--xlarge .grommetux-value__label {
    margin-top: 12px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .grommetux-value--responsive.grommetux-value--large .grommetux-value__annotated, .grommetux-value--responsive.grommetux-value--xlarge .grommetux-value__annotated {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3333333333;
  }
  .grommetux-value--responsive.grommetux-value--large .grommetux-value__annotated .grommetux-control-icon:first-child, .grommetux-value--responsive.grommetux-value--xlarge .grommetux-value__annotated .grommetux-control-icon:first-child {
    margin-right: 6px;
  }
  .grommetux-value--responsive.grommetux-value--large .grommetux-value__annotated .grommetux-control-icon:last-child, .grommetux-value--responsive.grommetux-value--xlarge .grommetux-value__annotated .grommetux-control-icon:last-child {
    margin-left: 6px;
  }
  .grommetux-value--responsive.grommetux-value--large .grommetux-value__label, .grommetux-value--responsive.grommetux-value--xlarge .grommetux-value__label {
    margin-top: 6px;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.2631578947;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-value--xlarge .grommetux-value__annotated {
    font-size: 192px;
    font-size: 12rem;
    line-height: 1;
  }
  .grommetux-value--xlarge .grommetux-value__annotated .grommetux-control-icon:first-child {
    margin-right: 24px;
  }
  .grommetux-value--xlarge .grommetux-value__annotated .grommetux-control-icon:last-child {
    margin-left: 24px;
  }
  .grommetux-value--xlarge .grommetux-value__label {
    margin-top: 24px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.3333333333;
  }
}
.grommetux-video {
  position: relative;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 44.9375em) {
  .grommetux-video {
    max-width: 100%;
    width: 100vw;
  }
}
.grommetux-video video {
  max-width: 100%;
  display: block;
}

.grommetux-video--small {
  width: 192px;
}
.grommetux-video--small video {
  width: 192px;
}

.grommetux-video--medium {
  width: 384px;
}
.grommetux-video--medium video {
  width: 384px;
}

.grommetux-video--large {
  width: 576px;
}
.grommetux-video--large video {
  width: 576px;
}

.grommetux-video--full {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}
.grommetux-video--full video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.grommetux-video--align-top.grommetux-video--align-left video {
  object-position: 0 0;
}

.grommetux-video--align-top.grommetux-video--align-right video {
  object-position: 100% 0;
}

.grommetux-video--align-top:not(.grommetux-video--align-left):not(.grommetux-video--align-right) video {
  object-position: 50% 0%;
}

.grommetux-video--align-bottom.grommetux-video--align-left video {
  object-position: 0 100%;
}

.grommetux-video--align-bottom.grommetux-video--align-right video {
  object-position: 100% 100%;
}

.grommetux-video--align-bottom:not(.grommetux-video--align-left):not(.grommetux-video--align-right) video {
  object-position: 50% 100%;
}

.grommetux-video--align-left:not(.grommetux-video--align-top):not(.grommetux-video--align-bottom) video {
  object-position: 0 50%;
}

.grommetux-video--align-right:not(.grommetux-video--align-top):not(.grommetux-video--align-bottom) video {
  object-position: 100% 50%;
}

.grommetux-video--cover video {
  object-fit: cover;
}

.grommetux-video--contain video {
  object-fit: contain;
}

.grommetux-video__button:hover .grommetux-video__button__icon {
  fill: #007482;
  stroke: #007482;
}

@media screen and (max-width: 44.9375em) {
  .grommetux-video__timeline {
    visibility: hidden;
  }
  .grommetux-video__progress,
  .grommetux-video--has-timeline {
    bottom: 0px;
  }
  .grommetux-video__controls,
  .grommetux-video__replay {
    display: none;
  }
}
@media screen and (min-width: 45em) {
  .grommetux-video--has-timeline {
    bottom: 72px;
  }
  .grommetux-video--has-played:not(.grommetux-video--small):not(.grommetux-video--ended) .grommetux-video__play,
  .grommetux-video--small .grommetux-video__controls,
  .grommetux-video--small .grommetux-video__replay {
    display: none;
  }
}
.grommetux-video__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 24px;
}

.grommetux-video__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grommetux-video__controls-primary {
  height: 72px;
  background-color: rgba(39, 39, 39, 0.9);
  color: #fff;
}
.grommetux-video__controls-primary h3 {
  font-weight: 600;
}

.grommetux-video__progress {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 72px;
  height: 6px;
  background-color: rgba(151, 151, 151, 0.7);
  transition: height 0.3s;
}
.grommetux-video__progress + .grommetux-video__chapter-labels, .grommetux-video__progress ~ .grommetux-video__controls-primary {
  transition: ease-in-out 0.3s;
}
.grommetux-video__progress input[type=range] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 30;
}

.grommetux-video--interacting .grommetux-video__progress:hover {
  height: 12px;
}
.grommetux-video--interacting .grommetux-video__progress:hover .grommetux-video__progress-bar-fill:after {
  opacity: 1;
}
.grommetux-video--interacting .grommetux-video__progress:hover + .grommetux-video__chapter-labels {
  visibility: visible;
}

.grommetux-video__progress-bar-fill {
  width: 100%;
  height: 100%;
  background-color: #007482;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
  z-index: 10;
}
.grommetux-video__progress-bar-fill:after {
  content: "";
  display: block;
  position: absolute;
  right: -12px;
  top: -6px;
  width: 24px;
  height: 24px;
  background-color: #007482;
  border-radius: 48px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 20;
}

.grommetux-video__chapter-labels {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 72px;
  visibility: hidden;
  background-color: rgba(39, 39, 39, 0.9);
  transition: 0.4s ease-in-out;
}
.grommetux-video__chapter-labels span {
  display: block;
  color: rgba(255, 255, 255, 0.85);
}

.grommetux-video__chapter-label {
  position: absolute;
  top: 12px;
}

.grommetux-video__chapter-label-start span {
  margin-left: 12px;
}

.grommetux-video__chapter-label-active span {
  color: #005D69;
  transition: ease-in-out 0.3s;
}

.grommetux-video__chapter-marker {
  position: absolute;
  height: 100%;
  left: 0px;
}

.grommetux-video__chapter-marker-track {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.3s;
}

.grommetux-video__chapter-marker-tick:hover + .grommetux-video__chapter-marker-track {
  background-color: rgba(202, 202, 202, 0.7);
}

.grommetux-video__chapter-marker-tick {
  position: absolute;
  right: -3px;
  width: 3px;
  height: 100%;
  z-index: 40;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  background-color: #005D69;
}

.grommetux-video__chapter-marker-tick-start {
  right: auto;
  left: 0px;
}

.grommetux-video__chapter-marker-tickhover {
  width: 8px;
  right: -8px;
}

.grommetux-video--playing:not(.grommetux-video--interacting) .grommetux-video__controls-primary,
.grommetux-video--playing:not(.grommetux-video--interacting) .grommetux-video__chapter-labels,
.grommetux-video--playing:not(.grommetux-video--interacting) .grommetux-video__overlay {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.grommetux-video--playing:not(.grommetux-video--interacting) .grommetux-video__progress {
  bottom: 0px;
  transition: ease-in-out 1s;
}

.grommetux-video--ended:not(.grommetux-video--interacting) .grommetux-video__controls-primary,
.grommetux-video--ended:not(.grommetux-video--interacting) .grommetux-video__chapter-labels {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.grommetux-video--ended:not(.grommetux-video--interacting) .grommetux-video__progress {
  bottom: 0px;
  transition: ease-in-out 1s;
}
.grommetux-video--ended .grommetux-video__overlay {
  background-color: rgba(39, 39, 39, 0.7);
  color: rgba(255, 255, 255, 0.85);
}
.grommetux-video--ended .grommetux-video__overlay .grommetux-form {
  width: auto;
}
.grommetux-video--ended .grommetux-video__overlay .grommetux-form-field {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.grommetux-video--ended .grommetux-video__overlay .grommetux-form-field__contents input {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2631578947;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grommetux-video--full video {
    width: auto;
    height: auto;
    max-width: none;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .grommetux-video--align-top.grommetux-video--align-left video {
    top: 0%;
    left: 0%;
    transform: none;
  }
  .grommetux-video--align-top.grommetux-video--align-right video {
    top: 0%;
    left: 100%;
    transform: translate(-100%, 0%);
  }
  .grommetux-video--align-top:not(.grommetux-video--align-left):not(.grommetux-video--align-right) video {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
  .grommetux-video--align-bottom.grommetux-video--align-left video {
    top: 100%;
    left: 0%;
    transform: translate(0%, -100%);
  }
  .grommetux-video--align-bottom.grommetux-video--align-right video {
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
  }
  .grommetux-video--align-bottom:not(.grommetux-video--align-left):not(.grommetux-video--align-right) video {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .grommetux-video--align-left:not(.grommetux-video--align-top):not(.grommetux-video--align-bottom) video {
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
  }
  .grommetux-video--align-right:not(.grommetux-video--align-top):not(.grommetux-video--align-bottom) video {
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
  }
}
@supports (-ms-ime-align: auto) {
  .grommetux-video--full video {
    width: auto;
    height: auto;
    max-width: none;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .grommetux-video--align-top.grommetux-video--align-left video {
    top: 0%;
    left: 0%;
    transform: none;
  }
  .grommetux-video--align-top.grommetux-video--align-right video {
    top: 0%;
    left: 100%;
    transform: translate(-100%, 0%);
  }
  .grommetux-video--align-top:not(.grommetux-video--align-left):not(.grommetux-video--align-right) video {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
  .grommetux-video--align-bottom.grommetux-video--align-left video {
    top: 100%;
    left: 0%;
    transform: translate(0%, -100%);
  }
  .grommetux-video--align-bottom.grommetux-video--align-right video {
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
  }
  .grommetux-video--align-bottom:not(.grommetux-video--align-left):not(.grommetux-video--align-right) video {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .grommetux-video--align-left:not(.grommetux-video--align-top):not(.grommetux-video--align-bottom) video {
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
  }
  .grommetux-video--align-right:not(.grommetux-video--align-top):not(.grommetux-video--align-bottom) video {
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
  }
}
.grommetux-world-map {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grommetux-world-map {
    padding-bottom: 49%;
    height: 1px;
  }
}

.grommetux-world-map__container {
  position: relative;
  width: 100%;
}

.grommetux-world-map__flag {
  position: absolute;
  top: 0px;
  left: 0px;
}

.grommetux-world-map__continent,
.grommetux-world-map__place {
  stroke-linecap: round;
  transition: stroke-width 0.3s;
  outline: none;
}
.grommetux-world-map__continent.grommetux-color-index-loading,
.grommetux-world-map__place.grommetux-color-index-loading {
  stroke: #ddd;
  stroke-dasharray: 1px 10px;
  stroke-dashoffset: 0;
}
.grommetux-world-map__continent.grommetux-color-index-unset,
.grommetux-world-map__place.grommetux-color-index-unset {
  stroke: #ddd;
}
.grommetux-world-map__continent.grommetux-color-index-brand,
.grommetux-world-map__place.grommetux-color-index-brand {
  stroke: #007482;
}
.grommetux-world-map__continent.grommetux-color-index-critical,
.grommetux-world-map__place.grommetux-color-index-critical {
  stroke: #E45950;
}
.grommetux-world-map__continent.grommetux-color-index-error,
.grommetux-world-map__place.grommetux-color-index-error {
  stroke: #E45950;
}
.grommetux-world-map__continent.grommetux-color-index-warning,
.grommetux-world-map__place.grommetux-color-index-warning {
  stroke: #F0B200;
}
.grommetux-world-map__continent.grommetux-color-index-ok,
.grommetux-world-map__place.grommetux-color-index-ok {
  stroke: #009E0C;
}
.grommetux-world-map__continent.grommetux-color-index-unknown,
.grommetux-world-map__place.grommetux-color-index-unknown {
  stroke: #C3C5C8;
}
.grommetux-world-map__continent.grommetux-color-index-disabled,
.grommetux-world-map__place.grommetux-color-index-disabled {
  stroke: #C3C5C8;
}
.grommetux-world-map__continent.grommetux-color-index-graph-1, .grommetux-world-map__continent.grommetux-color-index-graph-5,
.grommetux-world-map__place.grommetux-color-index-graph-1,
.grommetux-world-map__place.grommetux-color-index-graph-5 {
  stroke: #0C4881;
}
.grommetux-world-map__continent.grommetux-color-index-graph-2, .grommetux-world-map__continent.grommetux-color-index-graph-6,
.grommetux-world-map__place.grommetux-color-index-graph-2,
.grommetux-world-map__place.grommetux-color-index-graph-6 {
  stroke: #6D91B3;
}
.grommetux-world-map__continent.grommetux-color-index-graph-3, .grommetux-world-map__continent.grommetux-color-index-graph-7,
.grommetux-world-map__place.grommetux-color-index-graph-3,
.grommetux-world-map__place.grommetux-color-index-graph-7 {
  stroke: #F0B200;
}
.grommetux-world-map__continent.grommetux-color-index-graph-4, .grommetux-world-map__continent.grommetux-color-index-graph-8,
.grommetux-world-map__place.grommetux-color-index-graph-4,
.grommetux-world-map__place.grommetux-color-index-graph-8 {
  stroke: #CC9200;
}
.grommetux-world-map__continent.grommetux-color-index-grey-1, .grommetux-world-map__continent.grommetux-color-index-grey-6,
.grommetux-world-map__place.grommetux-color-index-grey-1,
.grommetux-world-map__place.grommetux-color-index-grey-6 {
  stroke: #272727;
}
.grommetux-world-map__continent.grommetux-color-index-grey-2, .grommetux-world-map__continent.grommetux-color-index-grey-7,
.grommetux-world-map__place.grommetux-color-index-grey-2,
.grommetux-world-map__place.grommetux-color-index-grey-7 {
  stroke: #404040;
}
.grommetux-world-map__continent.grommetux-color-index-grey-3, .grommetux-world-map__continent.grommetux-color-index-grey-8,
.grommetux-world-map__place.grommetux-color-index-grey-3,
.grommetux-world-map__place.grommetux-color-index-grey-8 {
  stroke: #646464;
}
.grommetux-world-map__continent.grommetux-color-index-grey-4, .grommetux-world-map__continent.grommetux-color-index-grey-9,
.grommetux-world-map__place.grommetux-color-index-grey-4,
.grommetux-world-map__place.grommetux-color-index-grey-9 {
  stroke: #CBCCCB;
}
.grommetux-world-map__continent.grommetux-color-index-grey-5, .grommetux-world-map__continent.grommetux-color-index-grey-10,
.grommetux-world-map__place.grommetux-color-index-grey-5,
.grommetux-world-map__place.grommetux-color-index-grey-10 {
  stroke: #F1F1F1;
}
.grommetux-world-map__continent.grommetux-color-index-accent-1, .grommetux-world-map__continent.grommetux-color-index-accent-4,
.grommetux-world-map__place.grommetux-color-index-accent-1,
.grommetux-world-map__place.grommetux-color-index-accent-4 {
  stroke: #ADDDE0;
}
.grommetux-world-map__continent.grommetux-color-index-accent-2, .grommetux-world-map__continent.grommetux-color-index-accent-5,
.grommetux-world-map__place.grommetux-color-index-accent-2,
.grommetux-world-map__place.grommetux-color-index-accent-5 {
  stroke: #00979D;
}
.grommetux-world-map__continent.grommetux-color-index-accent-3, .grommetux-world-map__continent.grommetux-color-index-accent-6,
.grommetux-world-map__place.grommetux-color-index-accent-3,
.grommetux-world-map__place.grommetux-color-index-accent-6 {
  stroke: #005D69;
}
.grommetux-world-map__continent.grommetux-color-index-neutral-1, .grommetux-world-map__continent.grommetux-color-index-neutral-5,
.grommetux-world-map__place.grommetux-color-index-neutral-1,
.grommetux-world-map__place.grommetux-color-index-neutral-5 {
  stroke: #0C4881;
}
.grommetux-world-map__continent.grommetux-color-index-neutral-2, .grommetux-world-map__continent.grommetux-color-index-neutral-6,
.grommetux-world-map__place.grommetux-color-index-neutral-2,
.grommetux-world-map__place.grommetux-color-index-neutral-6 {
  stroke: #6D91B3;
}
.grommetux-world-map__continent.grommetux-color-index-neutral-3, .grommetux-world-map__continent.grommetux-color-index-neutral-7,
.grommetux-world-map__place.grommetux-color-index-neutral-3,
.grommetux-world-map__place.grommetux-color-index-neutral-7 {
  stroke: #F0B200;
}
.grommetux-world-map__continent.grommetux-color-index-neutral-4, .grommetux-world-map__continent.grommetux-color-index-neutral-8,
.grommetux-world-map__place.grommetux-color-index-neutral-4,
.grommetux-world-map__place.grommetux-color-index-neutral-8 {
  stroke: #CC9200;
}
.grommetux-world-map__continent.grommetux-color-index-light-1, .grommetux-world-map__continent.grommetux-color-index-light-3,
.grommetux-world-map__place.grommetux-color-index-light-1,
.grommetux-world-map__place.grommetux-color-index-light-3 {
  stroke: #fff;
}
.grommetux-world-map__continent.grommetux-color-index-light-2, .grommetux-world-map__continent.grommetux-color-index-light-4,
.grommetux-world-map__place.grommetux-color-index-light-2,
.grommetux-world-map__place.grommetux-color-index-light-4 {
  stroke: #EEF2F5;
}

.grommetux-world-map__continent {
  stroke-width: 6px;
}

.grommetux-world-map__place {
  stroke-width: 8px;
}

.grommetux-world-map__continent--active {
  stroke-width: 8px;
  cursor: pointer;
}

.grommetux-world-map__place--active {
  stroke-width: 20px;
  cursor: pointer;
}
